@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --browser-width: 0px;
  /* ブラウザの幅を格納するCSS変数 */
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

picture,
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #292929;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.86;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: initial;
    font-size: 1.5rem;
  }
}

.wf-active body {
  opacity: 1;
}

.bg_spirng {
  background: #f4f0e8;
}

p,
dd {
  line-height: 1.86;
}

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc_only {
    display: none !important;
  }
}
/* End MQ */
@media screen and (min-width: 769px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important;
  }
}
/* End MQ */
a {
  color: #292929;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.nodeco {
  text-decoration: none;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

@media screen and (min-width: 980px) {
  #screen {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 980px) {
  #screen {
    position: relative;
  }
  #screen.active::after {
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 100%;
    background: #707070;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.blue {
  color: #0e50b2;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  width: 100%;
  height: auto;
  background: #f4f0e8;
  height: 447px;
}
@media screen and (min-width: 769px) {
  .keyvisual {
    height: 800px;
  }
}
@media screen and (min-width: 1920px) {
  .keyvisual {
    height: 1000px;
  }
}
.keyvisual::after {
  content: "";
  background: url("../images/top/key_bg_sp.png") no-repeat;
  background-size: contain;
  width: 217px;
  height: 447px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .keyvisual::after {
    width: 914px;
    height: 800px;
    background: url("../images/top/key_bg_pc.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1920px) {
  .keyvisual::after {
    height: 1000px;
  }
}
.keyvisual picture {
  width: 100%;
  height: 100%;
}
.keyvisual picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .keyvisual picture img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media screen and (min-width: 1600px) {
  .keyvisual picture img {
    -o-object-position: 100% 35%;
       object-position: 100% 35%;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@media screen and (min-width: 1800px) {
  .keyvisual picture img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.keyvisual .sub_txt {
  position: absolute;
  top: 60px;
  left: -5px;
  z-index: 2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: min(12.5vw, 5rem);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  opacity: 0.14;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .keyvisual .sub_txt {
    top: 118px;
    font-size: 12.24vw;
    line-height: 12.24vw;
  }
}
@media screen and (min-width: 980px) {
  .keyvisual .sub_txt {
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media screen and (min-width: 1920px) {
  .keyvisual .sub_txt {
    top: 173px;
  }
}
.keyvisual .main_txt {
  position: absolute;
  top: 315px;
  left: 15px;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .keyvisual .main_txt {
    left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt {
    top: 395px;
    left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .keyvisual .main_txt {
    left: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .keyvisual .main_txt {
    top: 450px;
  }
}
.keyvisual .main_txt h2 {
  font-weight: bold;
  font-size: min(8.75vw, 3.5rem);
  letter-spacing: 0.05em;
  line-height: 1.57;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt h2 {
    font-size: 6.5rem;
    line-height: 10rem;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
  }
}
.keyvisual .bottom_txt {
  position: absolute;
  top: 476px;
  left: 15px;
  z-index: 2;
  font-weight: 500;
  font-size: min(3.75vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 500px) {
  .keyvisual .bottom_txt {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .bottom_txt {
    text-align: left;
    width: auto;
    top: 630px;
    left: 20px;
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 980px) {
  .keyvisual .bottom_txt {
    left: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .keyvisual .bottom_txt {
    top: 685px;
  }
}
.keyvisual .continuation_wrap {
  width: 126px;
  height: 126px;
  border-radius: 126px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 15px;
  top: 80px;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .keyvisual .continuation_wrap {
    left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .continuation_wrap {
    width: 232px;
    height: 232px;
    border-radius: 232px;
    left: initial;
    top: initial;
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .keyvisual .continuation_wrap {
    top: calc(var(--vh, 1vh) * 100 - 232px - 40px);
    bottom: initial;
  }
}
@media screen and (min-width: 1920px) and (max-height: 1000px) {
  .keyvisual .continuation_wrap {
    top: calc(var(--vh, 1vh) * 100 - 232px - 40px);
    bottom: initial;
  }
}
.keyvisual .continuation_wrap p:first-of-type {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2rem;
  text-align: center;
  color: #292929;
}
@media screen and (min-width: 769px) {
  .keyvisual .continuation_wrap p:first-of-type {
    font-size: 1.9rem;
    line-height: 3.5rem;
    margin-bottom: -15px;
  }
}
.keyvisual .continuation_wrap p:last-of-type {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.7rem;
  text-align: center;
  color: #292929;
}
@media screen and (min-width: 769px) {
  .keyvisual .continuation_wrap p:last-of-type {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}
.keyvisual .continuation_wrap strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .keyvisual .continuation_wrap strong {
    font-size: 11.5rem;
  }
}

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important;
  }
  .pc_w20 {
    width: 20% !important;
  }
  .pc_w30 {
    width: 30% !important;
  }
  .pc_w40 {
    width: 40% !important;
  }
  .pc_w50 {
    width: 50% !important;
  }
  .pc_w60 {
    width: 60% !important;
  }
  .pc_w70 {
    width: 70% !important;
  }
  .pc_w80 {
    width: 80% !important;
  }
  .pc_w90 {
    width: 90% !important;
  }
  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important;
  }
  .sp_w20 {
    width: 20% !important;
  }
  .sp_w30 {
    width: 30% !important;
  }
  .sp_w40 {
    width: 40% !important;
  }
  .sp_w50 {
    width: 50% !important;
  }
  .sp_w60 {
    width: 60% !important;
  }
  .sp_w70 {
    width: 70% !important;
  }
  .sp_w80 {
    width: 80% !important;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

.textr {
  text-align: right !important;
}

.textl {
  text-align: left !important;
}

.textj {
  text-align: justify !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important;
  }
  .pc_textr {
    text-align: right !important;
  }
  .pc_textl {
    text-align: left !important;
  }
  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important;
  }
  .sp_textr {
    text-align: right !important;
  }
  .sp_textl {
    text-align: left !important;
  }
  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.no_margin {
  margin: 0 !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }
  .tb_mt0 {
    margin-top: 0px !important;
  }
  .tb_mt5 {
    margin-top: 5px !important;
  }
  .tb_mt10 {
    margin-top: 10px !important;
  }
  .tb_mt15 {
    margin-top: 15px !important;
  }
  .tb_mt20 {
    margin-top: 20px !important;
  }
  .tb_mt30 {
    margin-top: 30px !important;
  }
  .tb_mt40 {
    margin-top: 40px !important;
  }
  .tb_mt50 {
    margin-top: 50px !important;
  }
  .tb_mt60 {
    margin-top: 60px !important;
  }
  .tb_mt70 {
    margin-top: 70px !important;
  }
  .tb_mt80 {
    margin-top: 80px !important;
  }
  .tb_mt90 {
    margin-top: 90px !important;
  }
  .tb_mt100 {
    margin-top: 100px !important;
  }
  .tb_mb0 {
    margin-bottom: 0px !important;
  }
  .tb_mb5 {
    margin-bottom: 5px !important;
  }
  .tb_mb10 {
    margin-bottom: 10px !important;
  }
  .tb_mb15 {
    margin-bottom: 15px !important;
  }
  .tb_mb20 {
    margin-bottom: 20px !important;
  }
  .tb_mb30 {
    margin-bottom: 30px !important;
  }
  .tb_mb40 {
    margin-bottom: 40px !important;
  }
  .tb_mb50 {
    margin-bottom: 50px !important;
  }
  .tb_mb60 {
    margin-bottom: 60px !important;
  }
  .tb_mb70 {
    margin-bottom: 70px !important;
  }
  .tb_mb80 {
    margin-bottom: 80px !important;
  }
  .tb_mb90 {
    margin-bottom: 12vw !important;
  }
  .tb_mb100 {
    margin-bottom: 100px !important;
  }
  .tb_mb120 {
    margin-bottom: 120px !important;
  }
  .tb_mb140 {
    margin-bottom: 140px !important;
  }
  .tb_mb170 {
    margin-bottom: 170px !important;
  }
  .tb_mb200 {
    margin-bottom: 200px !important;
  }
  .tb_mb300 {
    margin-bottom: 300px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt0 {
    margin-top: 0px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mt60 {
    margin-top: 60px !important;
  }
  .pc_mt70 {
    margin-top: 70px !important;
  }
  .pc_mt80 {
    margin-top: 80px !important;
  }
  .pc_mt90 {
    margin-top: 90px !important;
  }
  .pc_mt100 {
    margin-top: 100px !important;
  }
  .pc_mb0 {
    margin-bottom: 0px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_mb70 {
    margin-bottom: 70px !important;
  }
  .pc_mb80 {
    margin-bottom: 80px !important;
  }
  .pc_mb90 {
    margin-bottom: 90px !important;
  }
  .pc_mb100 {
    margin-bottom: 100px !important;
  }
  .pc_mb120 {
    margin-bottom: 120px !important;
  }
  .pc_mb130 {
    margin-bottom: 130px !important;
  }
  .pc_mb140 {
    margin-bottom: 140px !important;
  }
  .pc_mb150 {
    margin-bottom: 150px !important;
  }
  .pc_mb170 {
    margin-bottom: 170px !important;
  }
  .pc_mb180 {
    margin-bottom: 180px !important;
  }
  .pc_mb200 {
    margin-bottom: 200px !important;
  }
  .pc_mb220 {
    margin-bottom: 220px !important;
  }
  .pc_mb340 {
    margin-bottom: 340px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 4vw !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_mb110 {
    margin-bottom: 110px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_mb125 {
    margin-bottom: 125px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_mb200 {
    margin-bottom: 200px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .sp_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sp_justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .pc_justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pc_justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pc_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc_justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pc_justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pc_align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc_align-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.title_type01 {
  margin-bottom: 16px;
}
.title_type01 h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 {
    font-size: 8rem;
    line-height: 9rem;
    text-align: left;
  }
}
.title_type01 h2:first-letter {
  color: #bd9f6a;
}
.title_type01 p {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .title_type01 p {
    font-size: 1.6rem;
  }
}

.title_type02 {
  margin-bottom: 16px;
}
.title_type02 h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 {
    font-size: 8rem;
    line-height: 9.6rem;
    text-align: left;
  }
}
.title_type02 h2:first-letter {
  color: #bd9f6a;
}
.title_type02 p {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .title_type02 p {
    font-size: 1.6rem;
  }
}

.title_type03 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .title_type03 {
    margin-bottom: 60px;
  }
}
.title_type03 h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (min-width: 769px) {
  .title_type03 h2 {
    font-size: 6rem;
    text-align: left;
  }
}
.title_type03 h2:first-letter {
  color: #bd9f6a;
}
.title_type03 p {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .title_type03 p {
    font-size: 1.6rem;
  }
}

.article_list {
  width: calc(100% - 60px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.article_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .article_list ul {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .article_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .article_list ul {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
.article_list ul li a picture {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a picture img {
  width: 100%;
  height: auto;
}
.article_list ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a:hover picture {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
}
.article_list ul li a:hover .category_tag p {
  opacity: 1;
}
.article_list ul li a > div h3 {
  font-size: min(5.5vw, 2.2rem);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 15px;
  line-height: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .article_list ul li a > div h3 {
    font-size: 2.2rem;
  }
}
.article_list ul li a > div > p {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.article_list ul li a .category_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.article_list ul li a .category_tag p {
  color: #bd9f6a;
  font-size: 1.3rem;
  display: block;
  margin-right: 20px;
}
.article_list ul li a:hover .article_list-link p::after {
  right: -5px;
}
.article_list ul li a .article_list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d4d4d4;
  padding: 10px 0;
}
.article_list ul li a .article_list-link p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article_list ul li a .article_list-link p::after {
  background: url("../images/common/arrow_black.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top_contents01 {
  background: #1e1e1e;
  padding: 171px 0 80px;
  color: #fff;
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .top_contents01 {
    padding: 80px 0 135px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents01 {
    padding: 125px 0 135px;
  }
}
.top_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 section {
    max-width: 1140px;
  }
}
.top_contents01 section .bg_txt {
  position: absolute;
  font-size: 10rem;
  line-height: 10rem;
  letter-spacing: 0.08em;
  color: #2d2a25;
  left: -15px;
  top: 25px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .bg_txt {
    font-size: 10rem;
    line-height: 10rem;
    left: -15px;
    top: 830px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents01 section .bg_txt {
    top: -30px;
  }
}
@media screen and (min-width: 1170px) {
  .top_contents01 section .bg_txt {
    left: calc(-1 * var(--element-x) / 2);
  }
}
@media screen and (min-width: 1300px) {
  .top_contents01 section .bg_txt {
    left: -100%;
    width: 1140px;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .bg_txt {
    left: calc(-100% - 80px);
  }
}
.top_contents01 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .top_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .top_contents01 section .inner_contents .left {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .left {
    width: 100%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1080px) {
  .top_contents01 section .inner_contents .left {
    width: 49%;
  }
}
.top_contents01 section .inner_contents .left .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left .title_type01 {
    margin-bottom: 50px;
  }
}
.top_contents01 section .inner_contents .left h3 {
  font-size: min(6.25vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
}
.top_contents01 section .inner_contents .left h3:first-of-type {
  left: -16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left h3:first-of-type {
    margin-bottom: 25px;
  }
}
.top_contents01 section .inner_contents .left h3:last-of-type {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left h3:last-of-type {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .top_contents01 section .inner_contents .left h3 {
    font-size: 3.5rem;
  }
}
.top_contents01 section .inner_contents .left > p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.top_contents01 section .inner_contents .left > p:last-of-type {
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left .link_type01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_contents01 section .inner_contents .right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .right {
    width: 100%;
    max-width: 500px;
    height: 334px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right {
    top: 45px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1080px) {
  .top_contents01 section .inner_contents .right {
    width: 49%;
  }
}
.top_contents01 section .inner_contents .right::after {
  content: "";
  background: #4e4535;
  width: 190px;
  height: 240px;
  position: absolute;
  right: -15px;
  top: 65px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right::after {
    width: 434px;
    height: 550px;
    left: 150px;
    top: 150px;
  }
}
.top_contents01 section .inner_contents .right picture {
  position: relative;
}
.top_contents01 section .inner_contents .right picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents01 section .inner_contents .right .img01 {
  width: 218px;
  height: 247px;
  -webkit-box-shadow: 4px 4px #bd9f6a;
          box-shadow: 4px 4px #bd9f6a;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .right .img01 {
    right: 15px;
    top: 0;
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right .img01 {
    width: 100%;
    max-width: 500px;
    height: 567px;
    -webkit-box-shadow: 10px 10px #bd9f6a;
            box-shadow: 10px 10px #bd9f6a;
  }
}
.top_contents01 section .inner_contents .right .img02 {
  z-index: 2;
  width: 190px;
  height: 127px;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .right .img02 {
    right: 180px;
    top: 207px;
    position: absolute;
  }
}
@media screen and (max-width: 399px) {
  .top_contents01 section .inner_contents .right .img02 {
    left: 0;
    right: initial;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right .img02 {
    left: -120px;
    top: -48px;
    width: 434px;
    height: 290px;
  }
}

.top_contents02 {
  position: relative;
}
.top_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section {
    width: calc(100% - 30px);
    margin-bottom: 100px;
    max-width: 1140px;
  }
}
.top_contents02 section .title_type01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .title_type01 {
    margin-bottom: 50px;
  }
}
.top_contents02 section .title_type01 + p {
  margin-bottom: 90px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .title_type01 + p {
    margin-bottom: 90px;
  }
}
.top_contents02 section .inner_contents .inner_illust {
  margin-bottom: 40px;
}
.top_contents02 section .inner_contents .inner_illust ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 67px;
}
.top_contents02 section .inner_contents .inner_illust ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .inner_illust ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .top_contents02 section .inner_contents .inner_illust ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .top_contents02 section .inner_contents .inner_illust ul {
    grid-column-gap: 40px;
  }
}
.top_contents02 section .inner_contents .inner_illust ul li {
  width: 353px;
  height: 250px;
  position: relative;
  background: #eae1d1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .inner_contents .inner_illust ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 399px) {
  .top_contents02 section .inner_contents .inner_illust ul li {
    width: 100%;
  }
}
.top_contents02 section .inner_contents .inner_illust ul li figure {
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_contents02 section .inner_contents .inner_illust ul li figure img {
  width: auto;
  height: auto;
}
.top_contents02 section .inner_contents .inner_illust ul li p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .inner_contents .inner_illust ul li:last-of-type {
    margin-top: 35px;
  }
}
.top_contents02 section .inner_contents .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}
.top_contents02 section .inner_contents .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .inner_contents .inner_list ul {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 399px) {
  .top_contents02 section .inner_contents .inner_list ul {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .inner_list ul {
    -ms-grid-columns: 1fr 65px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 65px;
    grid-row-gap: 15px;
    margin-bottom: 60px;
  }
}
.top_contents02 section .inner_contents .inner_list ul li {
  background: #292929;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px #bd9f6a;
          box-shadow: 5px 5px #bd9f6a;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .inner_list ul li {
    height: 67px;
    -webkit-box-shadow: 7px 7px #bd9f6a;
            box-shadow: 7px 7px #bd9f6a;
  }
}
.top_contents02 section .inner_contents .inner_list ul li p {
  font-size: min(3.75vw, 1.5rem);
  font-weight: 500;
  color: #fff;
}
.top_contents02 section .inner_contents .inner_list ul li figure {
  margin-right: 15px;
  width: 32px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .inner_list ul li figure {
    width: 38px;
    margin-right: 20px;
  }
}
.top_contents02 section .inner_contents .inner_list ul li figure img {
  width: 100%;
  height: auto;
}
.top_contents02 section .inner_contents .inner_list > p {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .inner_list > p {
    text-align: center;
  }
}

.top_contents03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  position: relative;
  background: #f4f0e8;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top_contents03 {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}
.top_contents03 > picture {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_contents03 > picture {
    max-width: 500px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 > picture {
    height: 500px;
  }
}
.top_contents03 > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents03 section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section {
    padding-top: 110px;
  }
}
.top_contents03 section .inner_wrap {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 1140px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1170px) {
  .top_contents03 section .inner_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 section .inner_wrap {
    max-width: 500px;
  }
}
.top_contents03 section .inner_wrap .title_type01 {
  margin-bottom: 30px;
}
.top_contents03 section .inner_wrap .inner_block {
  background: #fff;
  width: 100%;
  max-width: 370px;
  height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block {
    max-width: 578px;
    width: 578px;
    height: 364px;
    margin-bottom: 40px;
  }
}
.top_contents03 section .inner_wrap .inner_block h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block h3 {
    font-size: 4rem;
  }
}
.top_contents03 section .inner_wrap .inner_block h3 + p {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block h3 + p {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.top_contents03 section .inner_wrap .inner_block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top_contents03 section .inner_wrap .inner_block span::after {
  content: "";
  background: #f4f0e8;
  width: 293px;
  height: 16px;
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: -2px;
  margin: auto;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block span::after {
    width: 458px;
    height: 24px;
  }
}
.top_contents03 section .inner_wrap .inner_block span strong {
  line-height: 1;
  font-size: 5.5rem;
  color: #bd9f6a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 8px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block span strong {
    font-size: 8.5rem;
    margin-right: 10px;
  }
}
.top_contents03 section .inner_wrap .inner_block span p {
  font-size: 1.9rem;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block span p {
    font-size: 3rem;
  }
}
.top_contents03 section .inner_wrap .inner_block + p {
  margin-bottom: 40px;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .inner_wrap .inner_block + p {
    margin-bottom: 50px;
  }
}
.top_contents03 section::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 97px 355px 0px 0px;
  border-color: #e6e2db transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .top_contents03 section::after {
    border-width: 232px 805px 0px 0px;
  }
}

.top_contents04 {
  position: relative;
  background: #292929;
  padding: 80px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_contents04 {
    padding: 100px 15px;
  }
}
.top_contents04 section {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents04 section {
    max-width: 1140px;
  }
}
.top_contents04 section .title_type01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents04 section .title_type01 h2,
.top_contents04 section .title_type01 p {
  color: #fff;
}
.top_contents04 section .inner_list {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list {
    margin-bottom: 60px;
    padding: 50px;
  }
}
.top_contents04 section .inner_list h3 {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list h3 {
    font-size: 2.5rem;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .inner_list .inner_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_contents04 section .inner_list .inner_contents .left > p {
  margin-bottom: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .left > p {
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
}
.top_contents04 section .inner_list .inner_contents .left > p:last-of-type {
  margin-bottom: 0;
}
.top_contents04 section .inner_list .inner_contents .left .weight {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .left .weight {
    margin-bottom: 30px;
  }
}
.top_contents04 section .inner_list .inner_contents .left .weight dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.top_contents04 section .inner_list .inner_contents .left .weight dl dt {
  margin-right: 1.5rem;
}
.top_contents04 section .inner_list .inner_contents .left .weight dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_contents04 section .inner_list .inner_contents .left .weight dl dd b {
  padding: 0 4px;
  font-weight: 400;
  display: inline-block;
}
.top_contents04 section .inner_list .inner_contents .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.top_contents04 section .inner_list .inner_contents .right::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  border-color: transparent transparent transparent #bd9f6a;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .right::after {
    border-width: 14px 0 14px 25px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section .inner_list .inner_contents .right::after {
    border-width: 15px 0 15px 26px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .inner_list .inner_contents .right {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .right {
    float: right;
    margin-left: 30px;
    max-width: 420px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section .inner_list .inner_contents .right {
    margin-left: 60px;
    max-width: 531px;
  }
}
.top_contents04 section .inner_list .inner_contents .right picture {
  position: relative;
  width: 50%;
}
.top_contents04 section .inner_list .inner_contents .right picture img {
  width: 100%;
  height: auto;
}
.top_contents04 section .inner_list .inner_contents .right .txt_before::after {
  content: "BEFORE";
  background: #fff;
  width: 79px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #bd9f6a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .right .txt_before::after {
    font-size: 2rem;
    width: 106px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section .inner_list .inner_contents .right .txt_before::after {
    font-size: 2.2rem;
    width: 114px;
    height: 35px;
  }
}
.top_contents04 section .inner_list .inner_contents .right .txt_after::after {
  content: "AFTER";
  background: #bd9f6a;
  width: 79px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .inner_list .inner_contents .right .txt_after::after {
    font-size: 2rem;
    width: 106px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section .inner_list .inner_contents .right .txt_after::after {
    font-size: 2.2rem;
    width: 114px;
    height: 35px;
  }
}

.top_contents05 {
  position: relative;
  background: #f4f0e8;
  padding: 80px 0;
  margin-bottom: 100px;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .top_contents05 {
    padding: 110px 0 100px;
    margin-bottom: 100px;
  }
}
.top_contents05 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1170px) {
  .top_contents05 section {
    width: 100%;
    max-width: 1140px;
  }
}
.top_contents05 section .title_type01 {
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents05 #slider {
  padding: 0;
}
.top_contents05 #slider .slick-list {
  overflow: visible;
}
.top_contents05 #slider .slick-slide {
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide {
    margin: 0 20px;
  }
}
.top_contents05 #slider .slick-slide li > div {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 330px;
  height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 500px) {
  .top_contents05 #slider .slick-slide li > div {
    width: 460px;
    height: 595px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div {
    width: 800px;
    height: 515px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contents05 #slider .slick-slide li > div picture {
  width: 100%;
  height: 219px;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div picture {
    height: 100%;
    max-width: 300px;
  }
}
.top_contents05 #slider .slick-slide li > div picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 460/219;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div picture img {
    aspect-ratio: 300/515;
  }
}
.top_contents05 #slider .slick-slide li > div .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  .top_contents05 #slider .slick-slide li > div .txt {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div .txt {
    padding: 60px 50px;
  }
}
.top_contents05 #slider .slick-slide li > div .txt .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div .txt .age {
    margin-bottom: 20px;
  }
}
.top_contents05 #slider .slick-slide li > div .txt .age::before {
  content: "";
  background: #bd9f6a;
  background-size: contain;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.top_contents05 #slider .slick-slide li > div .txt .age p {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div .txt .age p {
    font-size: 2rem;
  }
}
.top_contents05 #slider .slick-slide li > div .txt .age small {
  color: #bd9f6a;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div .txt .age small {
    font-size: 1.5rem;
  }
}
.top_contents05 #slider .slick-slide li > div .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.5rem;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents05 #slider .slick-slide li > div .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents05 #slider .slick-slide li > div .txt h3 {
    padding-right: 10px;
  }
}
.top_contents05 #slider .slick-slide li > div .txt h3 + p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1140px) {
  .top_contents05 #slider .slick-slide li > div .txt h3 + p {
    padding-right: 10px;
    line-height: 2.6rem;
  }
}

.top_contents06 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents06 {
    margin-bottom: 120px;
  }
}
.top_contents06 section {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section {
    max-width: 1140px;
  }
}
.top_contents06 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents06 .movie_block {
  width: 100%;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_contents06 .movie_block video {
  width: 100%;
  max-width: 1038px;
  aspect-ratio: 16/9;
}

.top_contents07 {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top_contents07 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
.top_contents07::after {
  content: "";
  background: #eeeeee;
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  z-index: -1;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top_contents07::after {
    height: 100%;
    top: 401px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents07::after {
    height: 700px;
  }
}
.top_contents07 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 530px) {
  .top_contents07 section {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top_contents07 section {
    width: calc(100% - 30px);
    max-width: 1140px;
  }
}
.top_contents07 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents07 section .staff_list {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top_contents07 section .staff_list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_contents07 section .staff_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 92.5vw;
  margin-left: auto;
  margin-right: auto;
}
.top_contents07 section .staff_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top_contents07 section .staff_list ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 400px) {
  .top_contents07 section .staff_list ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 370px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul {
    width: initial;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .top_contents07 section .staff_list ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.top_contents07 section .staff_list ul li picture img {
  width: 100%;
  height: auto;
}
.top_contents07 section .staff_list ul li .name {
  background: #fff;
  min-height: 87px;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 10px 0 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name {
    min-height: 136px;
  }
}
.top_contents07 section .staff_list ul li .name span {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name span {
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.top_contents07 section .staff_list ul li .name h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name h3 {
    font-size: 2.5rem;
  }
}
.top_contents07 section .staff_list ul li .name p {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name p {
    font-size: 1.6rem;
  }
}
.top_contents07 section .staff_list ul li .name .icon {
  background: #292929;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 15px;
    bottom: 15px;
  }
}
.top_contents07 section .staff_list ul li .name .icon svg {
  width: 11px;
  height: auto;
  left: 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top_contents07 section .staff_list ul li .name .icon svg {
    width: 16px;
  }
}
.top_contents07 section .staff_list ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents07 section .staff_list ul li a:hover .icon svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 3px;
}

.top_contents08 {
  position: relative;
  margin-bottom: 126px;
}
@media screen and (max-width: 768px) {
  .top_contents08 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .top_contents08::after {
    content: "";
    background: #fff;
    width: 250%;
    height: 150px;
    position: absolute;
    left: -50%;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}
.top_contents08 .sample {
  width: 100%;
  height: 200px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .top_contents08 .sample {
    height: 500px;
    margin-bottom: 100px;
  }
}
.top_contents08 .sample img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents08 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 530px) {
  .top_contents08 section {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top_contents08 section {
    width: calc(100% - 30px);
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top_contents08 section .title_type01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents08 section .title_type01::after {
    content: "";
    background: #bd9f6a;
    width: 3px;
    height: calc(100% - 38px);
    position: absolute;
    right: -40px;
    top: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents08 section .title_type01::after {
    right: -80px;
  }
}
.top_contents08 section .inner_list {
  width: 100%;
  max-width: 789px;
}
@media screen and (min-width: 769px) {
  .top_contents08 section .inner_list {
    width: 62%;
  }
}
@media screen and (min-width: 900px) {
  .top_contents08 section .inner_list {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .top_contents08 section .inner_list {
    width: 71%;
  }
}
@media screen and (min-width: 1170px) {
  .top_contents08 section .inner_list {
    width: 100%;
  }
}
.top_contents08 section .inner_list ul {
  margin-bottom: 10px;
}
.top_contents08 section .inner_list ul li a {
  position: relative;
  padding: 20px 0;
  display: block;
  border-bottom: solid 1px #cecece;
}
.top_contents08 section .inner_list ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.top_contents08 section .inner_list ul li a span .date {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-right: 20px;
}
.top_contents08 section .inner_list ul li a span .cat {
  font-size: 1.3rem;
  background: #292929;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
.top_contents08 section .inner_list ul li a span .cat:last-child {
  margin-right: 0;
}
.top_contents08 section .inner_list ul li a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents08 section .inner_list ul li a > p {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}
.top_contents08 section .inner_list ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents08 section .inner_list ul li a:hover svg {
  right: -6px;
}
.top_contents08 section .inner_list .news_link a {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents08 section .inner_list .news_link a p {
  margin-right: 8px;
}
.top_contents08 section .inner_list .news_link a:hover svg {
  left: 5px;
}
.top_contents08 section .inner_list .news_link a svg {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top_contents09 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .top_contents09 {
    margin-bottom: 130px;
  }
}
.top_contents09 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents09 section {
    max-width: 1140px;
  }
}
.top_contents09 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents09 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents09 section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents09 section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top_contents09 section ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 400px) {
  .top_contents09 section ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (min-width: 410px) {
  .top_contents09 section ul {
    width: 370px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents09 section ul {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 129px;
  }
}
@media screen and (min-width: 1000px) {
  .top_contents09 section ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.top_contents09 section ul li a {
  display: block;
  position: relative;
}
.top_contents09 section ul li a picture img {
  width: 100%;
  height: auto;
}
.top_contents09 section ul li a div {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top_contents09 section ul li a div {
    padding: 0 20px 16px;
  }
}
.top_contents09 section ul li a div p {
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents09 section ul li a div p {
    font-size: 1.5rem;
    margin-right: 25px;
  }
}
.top_contents09 section ul li a div img {
  width: 100%;
  height: auto;
}
.top_contents09 section ul li a div figure:first-of-type {
  width: 17px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_contents09 section ul li a div figure:first-of-type {
    width: auto;
  }
}
.top_contents09 section ul li a div figure:last-of-type {
  width: 10px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_contents09 section ul li a div figure:last-of-type {
    width: auto;
  }
}

.top_recruit-block {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .top_recruit-block {
    max-width: 1140px;
  }
}
.top_recruit-block .inner_contents {
  background: url("../images/top/recruit_sp.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 529px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .top_recruit-block .inner_contents {
    height: 481px;
    background-position: 0 60%;
  }
}
@media screen and (min-width: 1000px) {
  .top_recruit-block .inner_contents {
    background: url("../images/top/recruit_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_recruit-block .inner_contents > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 1000px) {
  .top_recruit-block .inner_contents > span {
    padding: 0;
    padding-left: 60px;
  }
}
.top_recruit-block .inner_contents > span .title_type02 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .top_recruit-block .inner_contents > span .title_type02 {
    margin-bottom: 16px;
  }
}
.top_recruit-block .inner_contents > span .title_type02 h2:first-letter {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top_recruit-block .inner_contents > span .title_type02 p {
    font-size: 1.6rem;
  }
}
.top_recruit-block .inner_contents > span p {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .top_recruit-block .inner_contents > span p {
    max-width: 362px;
  }
}
.top_recruit-block a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_recruit-block a:hover .inner_link svg {
  left: 6px;
}
.top_recruit-block .inner_link {
  background: #bd9f6a;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 200px;
  height: 50px;
}
.top_recruit-block .inner_link p {
  margin-right: 8px;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #fff;
}
.top_recruit-block .inner_link svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 0;
}

.top_column-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .top_column-block {
    margin-bottom: 150px;
  }
}
.top_column-block::after {
  content: "";
  background: #eeeeee;
  width: 100%;
  height: 1509px;
  position: absolute;
  left: 0;
  right: 0;
  top: -315px;
  z-index: -1;
  margin: auto;
}
.top_column-block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_column-block section {
    max-width: 1140px;
  }
}
.top_column-block section .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_column-block section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
    border-bottom: solid 1px #cecece;
  }
}
.top_column-block section .inner_contents ul:first-of-type {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type {
    max-width: 515px;
    margin-right: 20px;
  }
}
.top_column-block section .inner_contents ul:first-of-type li {
  width: 100%;
}
.top_column-block section .inner_contents ul:first-of-type li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type li a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-bottom: solid 0 #cecece;
  }
}
.top_column-block section .inner_contents ul:first-of-type li a picture {
  width: 150px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type li a picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top_column-block section .inner_contents ul:first-of-type li a picture img {
  width: 100%;
  height: auto;
}
.top_column-block section .inner_contents ul:first-of-type li a .inner_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.top_column-block section .inner_contents ul:first-of-type li a .inner_block .date {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type li a .inner_block .date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.top_column-block section .inner_contents ul:first-of-type li a .inner_block > p {
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type li a .inner_block > p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top_column-block section .inner_contents ul:first-of-type li a .inner_block svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.top_column-block section .inner_contents ul:first-of-type li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_column-block section .inner_contents ul:first-of-type li a:hover svg {
  left: 5px;
}
.top_column-block section .inner_contents ul:first-of-type li a span {
  position: relative;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:first-of-type li a span {
    position: absolute;
  }
}
.top_column-block section .inner_contents ul:first-of-type li a span p {
  font-weight: 400;
  margin-right: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.top_column-block section .inner_contents ul:last-of-type {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type {
    max-width: 580px;
  }
}
.top_column-block section .inner_contents ul:last-of-type li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li:first-of-type a {
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li:last-of-type a {
    border-bottom: solid 0 #cecece;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a picture {
  width: 150px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li a picture {
    width: 200px;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a picture img {
  width: 100%;
  height: auto;
}
.top_column-block section .inner_contents ul:last-of-type li a .inner_block {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_column-block section .inner_contents ul:last-of-type li a .inner_block .date {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li a .inner_block .date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a .inner_block > p {
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li a .inner_block > p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.top_column-block section .inner_contents ul:last-of-type li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_column-block section .inner_contents ul:last-of-type li a:hover svg {
  left: 5px;
}
.top_column-block section .inner_contents ul:last-of-type li a span {
  position: relative;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .top_column-block section .inner_contents ul:last-of-type li a span {
    position: absolute;
  }
}
.top_column-block section .inner_contents ul:last-of-type li a span p {
  font-weight: 400;
  margin-right: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.link_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  background: #bd9f6a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #fff;
}
.link_type01 a:hover {
  opacity: 1;
  background: #292929;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.link_type01 a:hover svg {
  right: 19px;
}
.link_type01 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  background: #292929;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #fff;
}
.link_type02 a:hover {
  opacity: 1;
  background: #bd9f6a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.link_type02 a:hover svg {
  right: 19px;
}
.link_type02 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type03 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  background: #292929;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .link_type03 a {
    width: 400px;
    height: 80px;
  }
}
.link_type03 a:hover {
  opacity: 1;
  background: #bd9f6a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.link_type03 a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  width: 20px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .link_type03 a .icon {
    width: 25px;
    left: 30px;
  }
}
.link_type03 a .icon img {
  width: 100%;
  height: auto;
}
.link_type03 a .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_type04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type04 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  background: #bd9f6a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #fff;
}
.link_type04 a:hover {
  opacity: 1;
  color: #292929;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}
.link_type04 a:hover svg {
  right: 19px;
}
.link_type04 a:hover svg path {
  stroke: #292929;
}
.link_type04 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page_keyvisual {
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .page_keyvisual {
    margin: 0 auto 100px;
  }
}
.page_keyvisual picture {
  position: relative;
  width: 100%;
}
.page_keyvisual picture img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .page_keyvisual picture img {
    height: 300px;
  }
}
.page_keyvisual .main_txt {
  position: absolute;
  z-index: 2;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin: auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px) {
  .page_keyvisual .main_txt {
    height: 300px;
    top: 80px;
  }
}
.page_keyvisual .main_txt h1 {
  font-size: 5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Barlow Condensed", sans-serif;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt h1 {
    font-size: 10rem;
    text-align: left;
  }
}
.page_keyvisual .main_txt p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

.sample {
  position: relative;
}
.sample.right_txt::after {
  left: initial;
  right: 0;
}

.sample03 {
  position: relative;
}
.sample03.right_txt::after {
  left: initial;
  right: 0;
}

picture.sample02 {
  position: relative;
}
picture.sample02::after {
  background: #f3010b;
  width: 151px;
  height: 30px;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "仮写真（NOフリー）";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  picture.sample02::after {
    width: 233px;
    height: 47px;
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------
404ページ
------------------------------------------------ */
.not_found_block {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .not_found_block {
    margin-bottom: 150px;
  }
}
.not_found_block h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.not_found_block p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------
管材部門 溶材部門 木材建材部門ページ
------------------------------------------------ */
.service_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents01 section {
    max-width: 1140px;
  }
}
.service_contents01 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .service_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service_contents01 section .inner_contents .left {
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .service_contents01 section .inner_contents .left {
    width: 570px;
    margin-bottom: 0;
  }
}
.service_contents01 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.service_contents01 section .inner_contents .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_contents01 section .inner_contents .right {
    width: 530px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_contents01 section .inner_contents .right p {
    letter-spacing: 0.1vw;
  }
}

.service_tab-block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: 60px auto 90px;
}
@media screen and (min-width: 769px) {
  .service_tab-block {
    max-width: 1140px;
    margin: 100px auto 120px;
  }
}
.service_tab-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_tab-block ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .service_tab-block ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .service_tab-block ul {
    grid-column-gap: 40px;
  }
}
.service_tab-block ul li {
  width: 100%;
}
.service_tab-block ul li a {
  background: #bd9f6a;
  color: #fff;
  width: 350px;
  height: 70px;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service_tab-block ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
.service_tab-block ul li a span {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_tab-block ul li a span svg {
  width: 7.7px;
  height: 4.3px;
}
.service_tab-block ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #f09056;
}
.service_tab-block ul li a:hover span {
  top: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_tab-block ul li a:hover span path {
  stroke: #f09056;
}

.service_contents02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents02 {
    margin-bottom: 80px;
  }
}
.service_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents02 section {
    max-width: 1140px;
  }
}
.service_contents02 section h3 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.service_contents02 section .title_type01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .service_contents02 section .title_type01 h2 {
    line-height: 1.46;
    margin-bottom: 0;
  }
}
.service_contents02 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service_contents02 section .inner_contents .left {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents .left {
    width: 570px;
    margin-bottom: 0;
  }
}
.service_contents02 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.service_contents02 section .inner_contents .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents .right {
    width: 530px;
    margin-left: 20px;
  }
}
.service_contents02 section .inner_contents .right p {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents .right p {
    font-weight: 500;
  }
}
.service_contents02 section .service_list01 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list01 {
    margin-top: 80px;
  }
}
.service_contents02 section .service_list01 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.service_contents02 section .service_list01 ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service_contents02 section .service_list01 ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list01 ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .service_contents02 section .service_list01 ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.service_contents02 section .service_list01 ul li img {
  width: 100%;
  height: auto;
}
.service_contents02 section .service_list02 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 {
    margin-top: 80px;
  }
}
.service_contents02 section .service_list02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service_contents02 section .service_list02 ul li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 ul li {
    margin-bottom: 0;
    max-width: 498px;
  }
  .service_contents02 section .service_list02 ul li:last-of-type {
    max-width: 623px;
  }
}
.service_contents02 section .service_list02 ul li img {
  width: 100%;
  height: auto;
}

.service_contents03 {
  margin-bottom: 85px;
}
@media screen and (min-width: 769px) {
  .service_contents03 {
    margin-bottom: 130px;
  }
}
.service_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents03 section {
    max-width: 1140px;
  }
}
.service_contents03 section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents03 section h3 {
    font-size: 2.5rem;
  }
}
.service_contents03 section table {
  caption-side: top;
  border: solid 1px #292929;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table {
    margin-bottom: 60px;
  }
}
.service_contents03 section table caption {
  background: #292929;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 11.5px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table caption {
    font-size: 2rem;
    padding: 11.5px;
    text-align: center;
  }
}
.service_contents03 section table tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #292929;
  background: #ebeff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service_contents03 section table tr:last-of-type {
  border-bottom: solid 0 #292929;
}
.service_contents03 section table th {
  background: #ebeff7;
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 128px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table th {
    width: 194px;
    padding: 13.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_contents03 section table th span {
    display: none;
  }
}
.service_contents03 section table td {
  background: #fff;
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 128px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table td {
    padding: 13.5px 20px;
    width: calc(100% - 194px);
    font-size: 1.5rem;
  }
}

.service_contents04 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .service_contents04 {
    margin-bottom: 80px;
  }
}
.service_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents04 section {
    max-width: 1140px;
  }
}
.service_contents04 section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents04 section h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.service_contents04 section p {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents04 section p {
    margin-bottom: 30px;
  }
}
.service_contents04 section p span {
  display: block;
  margin-top: 15px;
}
.service_contents04 section .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.service_contents04 section .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service_contents04 section .inner_list ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .service_contents04 section .inner_list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .service_contents04 section .inner_list ul {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

/* ------------------------------------------------
会社情報ページ
------------------------------------------------ */
.about_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section {
    margin-bottom: 120px;
    max-width: 1140px;
  }
}
.about_contents01 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about_contents01 section .inner_contents .left {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents .left {
    position: relative;
    width: 50%;
    margin-bottom: 0;
    max-width: 612px;
  }
}
@media screen and (min-width: 1400px) {
  .about_contents01 section .inner_contents .left {
    width: 612px;
  }
}
.about_contents01 section .inner_contents .left .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents .left .title_type01 {
    margin-bottom: 60px;
  }
}
.about_contents01 section .inner_contents .left h3 {
  color: #292929;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents .left h3 {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 6rem;
  }
}
.about_contents01 section .inner_contents .left p.ceo {
  text-align: right;
  margin-top: 20px;
}
.about_contents01 section .inner_contents .right {
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents .right {
    width: 50%;
    max-width: 598px;
    margin-bottom: 0;
    right: -20px;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .about_contents01 section .inner_contents .right {
    right: calc(-1 * var(--element-x));
  }
}
@media screen and (min-width: 1400px) {
  .about_contents01 section .inner_contents .right {
    position: absolute;
    top: 0;
    right: -130px;
    width: 598px;
  }
}
.about_contents01 section .inner_contents .right picture img {
  width: 100%;
  height: auto;
}

.about_contents02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .about_contents02 {
    margin-bottom: 130px;
  }
}
.about_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_contents02 section {
    width: calc(100% - 30px);
    max-width: 1140px;
  }
}
.about_contents02 section .inner_number ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (min-width: 769px) {
  .about_contents02 section .inner_number ul {
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 45px;
    grid-column-gap: 45px;
  }
}
.about_contents02 section .inner_number ul li h3 {
  color: #f09056;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents02 section .inner_number ul li h3 {
    margin-bottom: 30px;
  }
}
.about_contents02 section .inner_number ul li h3 strong {
  font-weight: 500;
  font-size: 6rem;
  display: inline-block;
  margin-left: 10px;
}

.about_contents03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .about_contents03 {
    margin-bottom: 120px;
  }
}
.about_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_contents03 section {
    max-width: 1140px;
  }
}
.about_contents03 section .inner_table {
  width: 100%;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}
.about_contents03 section .inner_table h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table h3 {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.about_contents03 section .inner_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
.about_contents03 section .inner_table dl:last-of-type {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about_contents03 section .inner_table dl dt {
  min-width: 200px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl dt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .about_contents03 section .inner_table dl dd.sp_w500 {
    font-weight: 500;
  }
}
.about_contents03 section .inner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
.about_contents03 section .inner_img picture {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_img picture {
    max-width: 547px;
    margin-bottom: 0;
    width: 49%;
  }
}
.about_contents03 section .inner_img picture img {
  width: 100%;
  height: auto;
}

.about_contents04 {
  position: relative;
  margin-bottom: 85px;
}
@media screen and (min-width: 769px) {
  .about_contents04 {
    margin-bottom: 130px;
  }
}
.about_contents04 section {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .about_contents04 section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1400px;
  }
}
.about_contents04 section .left {
  width: 100%;
  height: 257px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about_contents04 section .left {
    width: 50%;
    max-width: 700px;
    height: 468px;
  }
}
.about_contents04 section .left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.about_contents04 section .left picture img {
  width: 100%;
  height: auto;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_contents04 section .right {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents04 section .right {
    width: calc(50% - 40px);
    max-width: 490px;
    margin-left: 15px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .about_contents04 section .right {
    width: calc(50% - 80px);
    margin-left: var(--element-x);
    padding-right: 0;
  }
}
.about_contents04 section .right .title_type01 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .about_contents04 section .right .title_type01 {
    margin-bottom: 40px;
  }
}
.about_contents04 section .right > p {
  font-weight: 500;
  color: #292929;
}
.about_contents04 section .right a {
  font-weight: 500;
  color: #f09056;
  margin-bottom: 24px;
  text-decoration: underline;
  display: block;
}
.about_contents04 section .right a:hover {
  text-decoration: none;
}
.about_contents04 section .right a:last-of-type {
  margin-bottom: 0;
}

.about_contents05 {
  position: relative;
}
.about_contents05 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .about_contents05 section {
    max-width: 1140px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents05 section .title_type01 {
    margin-bottom: 5px;
  }
}
.about_contents05 section .inner_table02 {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about_contents05 section .inner_table02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px 0;
  }
}
.about_contents05 section .inner_table02 dl:last-of-type {
  margin-bottom: 60px;
}
.about_contents05 section .inner_table02 dl dt {
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl dt {
    min-width: 90px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl dd {
    width: calc(100% - 90px);
  }
}

.sdgs_contents01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents01 {
    margin-bottom: 100px;
  }
}
.sdgs_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sdgs_contents01 section {
    max-width: 1140px;
  }
}
.sdgs_contents01 section .inner_contents figure {
  margin-bottom: 30px;
  width: 100%;
}
.sdgs_contents01 section .inner_contents figure img {
  width: 100%;
  height: auto;
}

.sdgs_contents02 {
  background: #f5f7fb;
  padding: 65px 0;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 {
    padding: 105px 0 115px;
  }
}
.sdgs_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section {
    max-width: 1140px;
  }
}
.sdgs_contents02 section .inner_contents ul li {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.sdgs_contents02 section .inner_contents ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl {
    margin-bottom: 30px;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt {
  margin-right: 20px;
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl dt {
    margin-right: 30px;
    line-height: 2.8rem;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt figure {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl dt figure {
    width: 100px;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt figure img {
  width: 100%;
  height: auto;
}
.sdgs_contents02 section .inner_contents ul li dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.sdgs_contents02 section .inner_contents ul li div {
  background: #f5f7fb;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li div {
    padding: 15px 22px;
  }
}
.sdgs_contents02 section .inner_contents ul li div h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.sdgs_contents02 section .inner_contents ul li div p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.modal-open {
  overflow: hidden;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c2c2c2;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background: #000;
  content: "";
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -14vw;
  padding-top: 14vw;
}
@media screen and (min-width: 769px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    margin-top: -120px;
    padding-top: 120px;
  }
}

/* -------------------------------------------------------------------------------
PRIVACY POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .privacy_block {
    margin-bottom: 150px;
    max-width: 1140px;
  }
}
.privacy_block .read_text {
  margin-bottom: 35px;
  line-height: 2.8rem;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .privacy_block .read_text {
    margin-bottom: 50px;
  }
}
.privacy_block h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .privacy_block h2 {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .privacy_block p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.privacy_block .box {
  width: 100%;
  max-width: 446px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border: solid 1px #292929;
  padding: 17px 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top: 15px;
}
.privacy_block .box a {
  color: #292929;
}
.privacy_block > ul {
  counter-reset: huga;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .privacy_block > ul {
    margin-bottom: 50px;
  }
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .privacy_block > ul > li {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.privacy_block > ul > li::before {
  counter-increment: huga;
  content: " " counter(huga) " ";
  position: absolute;
  left: 0;
}
.privacy_block > ul > li:last-of-type {
  margin-bottom: 0;
}
.privacy_block ul.type02 {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .privacy_block ul.type02 {
    margin-bottom: 50px;
    margin-top: 16px;
  }
}
.privacy_block ul.type02 li {
  font-size: 1.5rem;
  margin-bottom: 4px;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.01em;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .privacy_block ul.type02 li {
    line-height: 2.8rem;
  }
}
.privacy_block ul.type02 li span {
  width: 2rem;
  display: block;
}
.privacy_block ul.type02 li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy_block ul.type02 li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.contact_wrap.entry {
  max-width: 779px;
}

.contact_wrap {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 898px;
    margin-bottom: 145px;
  }
}
.contact_wrap .read_text {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .contact_wrap .read_text {
    margin-bottom: 60px;
  }
}
.contact_wrap .read_text p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 800px) {
  .contact_wrap .read_text p {
    text-align: center;
  }
}
.contact_wrap .read_text p a {
  color: #292929;
}

.contact_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

.black {
  color: #000 !important;
}

.gray {
  color: #9b9b9b !important;
}

.required_text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .required_text {
    margin-bottom: 10px;
  }
}
.required_text span {
  color: #dc000c;
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 60px;
  }
}
.contact_table caption {
  color: #dc000c;
  margin-bottom: 20px;
}
.contact_table tbody {
  position: relative;
}
.contact_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 800px) {
  .contact_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 30px;
  }
}
.contact_table tr:last-of-type {
  margin-bottom: 0;
}
.contact_table tr.check_list {
  margin-bottom: 10px;
}
.contact_table tr.check_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 800px) {
  .contact_table tr.check_list td {
    margin: 15px 0 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_table tr.check_list td label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  background: none !important;
  margin-bottom: 20px;
  height: auto;
}
.contact_table tr.check_list td label input {
  display: block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #f5f7fb;
}
.contact_table tr.check_list td p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table tr.radio_list {
  margin-bottom: 10px;
}
.contact_table tr.radio_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td {
    padding-left: 20px;
    margin: 15px 0 0;
  }
}
.contact_table tr.radio_list td label {
  position: relative;
  cursor: pointer;
  background: none !important;
  width: 100% !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 560px) {
  .contact_table tr.radio_list td label {
    width: 45% !important;
  }
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td label {
    width: auto !important;
    margin-right: 20px;
  }
}
.contact_table tr.radio_list td label .space {
  display: inline-block;
  padding: 0 12px;
}
.contact_table tr.radio_list td label input {
  margin-right: 8px;
}
.contact_table tr.radio_list td label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table th {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  font-weight: 500;
  margin-bottom: 5px;
  color: #292929;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
}
@media screen and (min-width: 800px) {
  .contact_table th {
    width: 182px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #f09056;
}
.contact_table td {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .contact_table td {
    width: calc(100% - 182px);
  }
}
.contact_table td.radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column-gap: 35px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact_table td.radio_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_table td.radio_block label {
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .contact_table td.radio_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact_table td.radio_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_table td.radio_block div label {
  cursor: pointer;
}
.contact_table td.radio_block div input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.contact_table td .select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 470px) {
  .contact_table td .select_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 275px;
  }
}
.contact_table td .select_wrap p {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact_table td .select_wrap .sp_w100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .contact_table td .select_wrap .sp_w100 {
    width: auto !important;
  }
}
.contact_table td select#year {
  width: 193px !important;
}
@media screen and (max-width: 470px) {
  .contact_table td select#year {
    margin-bottom: 10px;
    display: block;
  }
}
.contact_table td select#month,
.contact_table td select#day {
  width: 91px !important;
  padding: 3px 10px;
}
.contact_table td .file-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_table td .file-wrapper .select-image {
    position: relative;
    top: -3px;
    left: 10px;
    font-size: 1.6rem;
  }
  .contact_table td .file-wrapper label {
    margin-bottom: 5px !important;
  }
}
.contact_table td label[for=form-image],
.contact_table td label[for=form-image02] {
  background: #f5f5f5;
  border: solid 1px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px !important;
  height: 40px;
  border-radius: 0;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .contact_table td label[for=form-image],
  .contact_table td label[for=form-image02] {
    margin-right: 10px;
    margin-bottom: 0;
    width: 215px !important;
  }
}
.contact_table td input[type=file] {
  display: none;
}
.contact_table td button.deleteButton {
  border: none;
  background: #fff;
  position: absolute;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .contact_table td button.deleteButton {
    top: 0;
    bottom: -5px;
  }
}
.contact_table td .post_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.contact_table td .post_block input {
  margin: 0 10px;
  width: 72px;
}
.contact_table td small {
  position: absolute;
  left: 0;
  top: 25px;
  color: #9b9b9b;
  font-size: 1.1rem;
}
.contact_table td input::-webkit-input-placeholder, .contact_table td textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-moz-placeholder, .contact_table td textarea::-moz-placeholder {
  color: #b0b0b0;
}
.contact_table td input:-ms-input-placeholder, .contact_table td textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-ms-input-placeholder, .contact_table td textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::placeholder,
.contact_table td textarea::placeholder {
  color: #b0b0b0;
}
.contact_table td input[type=text],
.contact_table td input[type=email],
.contact_table td input[type=tel] {
  width: 100%;
  padding: 0 15px 0 20px;
  height: 40px;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 769px) {
  .contact_table td input[type=text],
  .contact_table td input[type=email],
  .contact_table td input[type=tel] {
    padding: 3px 15px 3px 20px;
    height: 40px;
  }
}
.contact_table td label {
  width: 100% !important;
  height: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
}
.contact_table td label input[type=date] {
  color: #000;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td select {
  width: 100%;
  padding: 3px 15px 3px 20px;
  height: 40px;
  font-weight: 500;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #292929;
  background: #eee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td option {
  padding: 5px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table td .select-wrap {
  max-width: 400px;
  position: relative;
  width: 100%;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 12px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  background-size: contain;
  pointer-events: none;
}
.contact_table td > p {
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .contact_table td > p {
    margin-top: 20px;
  }
}
.contact_table td select::-ms-expand {
  display: none;
}
.contact_table td textarea {
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  height: 150px;
  border-radius: 5px;
  border: solid 0 #fff;
  background: #eee;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 182px;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.contact_table td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_table td span.wpcf7-form-control-wrap {
  width: 100%;
}

.contact_bottom_text {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact_bottom_text label {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem !important;
}
.contact_bottom_text label a {
  text-decoration: underline;
  color: #292929;
}
.contact_bottom_text label a:hover {
  text-decoration: none;
}
.contact_bottom_text input {
  position: relative;
  top: 2px;
}
.contact_bottom_text span.wpcf7-form-control-wrap {
  width: 100%;
}

.contact_submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_submit div {
  width: 300px;
  height: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #292929;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_submit div svg {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit div:hover input[type=submit] {
  background: #bd9f6a;
  opacity: 1;
}
.contact_submit div:hover svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 19px;
}
.contact_submit input[type=submit] {
  width: 300px;
  height: 70px;
  background: #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  border: solid 0 #bd9f6a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  transition: all 0.2s;
}
.contact_submit input[type=submit]:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit .wpcf7-spinner {
  display: none;
}

/* thankyou_message */
.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  line-height: 1.4;
}

@media screen and (min-width: 1180px) {
  .thankyou_message {
    padding-top: 30px;
  }
}
.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  list-style-type: decimal;
}

/* contact form 7 message customize */
.wpcf7 form .wpcf7-response-output {
  margin: 20px auto 25px !important;
  border: none !important;
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .wpcf7 form .wpcf7-response-output {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

/* -------------------------------------------------------------------------------
採用情報ページ
---------------------------------------------------------------------------------- */
.bg_recruit {
  background: #f5f7fb;
}
.bg_recruit main p {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .bg_recruit main p {
    font-size: 1.5rem;
  }
}
.bg_recruit main p.indent {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .bg_recruit main p.indent {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}

.recruit_contents01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 {
    margin-bottom: 120px;
  }
}
.recruit_contents01 .title_type01 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 .title_type01 {
    max-width: 1140px;
    margin-bottom: 40px;
  }
}
.recruit_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section {
    max-width: 1140px;
    padding: 60px 15px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1140px) {
  .recruit_contents01 section {
    padding: 100px 0;
  }
}
.recruit_contents01 section .inner_table {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_contents01 section .inner_table h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table h3 {
    font-size: 2.5rem;
    margin-bottom: 18px;
    line-height: 3.6rem;
  }
}
.recruit_contents01 section .inner_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl {
    padding: 17px 0;
  }
}
.recruit_contents01 section .inner_table dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit_contents01 section .inner_table dl dt {
  min-width: 150px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl dt {
    margin-bottom: 0;
  }
}
.recruit_contents01 section .inner_table dl dd {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl dd {
    width: calc(100% - 150px);
    font-size: 1.5rem;
  }
}
.recruit_contents01 section .inner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
.recruit_contents01 section .inner_img picture {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_img picture {
    max-width: 547px;
    margin-bottom: 0;
    width: 49%;
  }
}
.recruit_contents01 section .inner_img picture img {
  width: 100%;
  height: auto;
}

.recruit_contents02 {
  background: #fff;
  padding: 100px 0 80px;
}
.recruit_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section {
    max-width: 1140px;
  }
}
.recruit_contents02 section .inner_flow {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow {
    max-width: 800px;
  }
}
.recruit_contents02 section .inner_flow ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 47px;
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section .inner_flow ul {
    -ms-grid-columns: 1fr 53px 1fr 53px 1fr 53px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 53px;
    grid-row-gap: 47px;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit_contents02 section .inner_flow ul li:nth-of-type(2)::after {
    content: none;
  }
  .recruit_contents02 section .inner_flow ul li::after {
    right: -50% !important;
  }
}
.recruit_contents02 section .inner_flow ul li {
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  height: 163px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_contents02 section .inner_flow ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_contents02 section .inner_flow ul li::after {
  background: url("../images/recruit/icon_flow.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section .inner_flow ul li::after {
    right: -35px;
    left: initial;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.recruit_contents02 section .inner_flow ul li:last-of-type::after {
  content: none;
}
.recruit_contents02 section .inner_flow ul li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.recruit_contents02 section .inner_flow ul li p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.recruit_contents03 {
  background: #fff;
  padding: 0 0 90px;
}
.recruit_contents03 .contact_wrap {
  margin-bottom: 0;
}
.recruit_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section {
    max-width: 1140px;
  }
}
.recruit_contents03 section .contact_form {
  width: 100%;
}
.recruit_contents03 section .read_text {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section .read_text {
    margin-bottom: 100px;
  }
}
.recruit_contents03 section .read_text p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section .read_text p {
    text-align: center;
  }
}

/* ------------------------------------------------
TRIALページ
------------------------------------------------ */
.trial_list {
  margin-bottom: 80px;
}
.trial_list section {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.trial_list section > p {
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .trial_list section > p {
    margin-bottom: 30px;
  }
}
.trial_list section .inner_title {
  margin-bottom: 30px;
}
.trial_list section .inner_title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
  color: #292929;
}
.trial_list section .inner_title h2:first-letter {
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .trial_list section .inner_title h2 {
    font-size: 4.5rem;
  }
}
.trial_list section .inner_title p {
  font-size: 1.5rem;
  line-height: 2.1re;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.trial_list section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.trial_list section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .trial_list section ul {
    max-width: 943px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .trial_list section ul {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}
.trial_list section ul li {
  padding-bottom: 30px;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .trial_list section ul li {
    padding-bottom: 40px;
  }
}
.trial_list section ul li picture {
  margin-bottom: 12px;
}
.trial_list section ul li picture img {
  width: 100%;
  height: auto;
}
.trial_list section ul li:nth-of-type(3) .inner_title h2 br {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .trial_list section ul li:nth-of-type(3) .inner_title h2 br {
    display: block;
  }
}

.link_type05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type05 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  background: #06c755;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  color: #fff;
}
.link_type05 a::before {
  background: url("../images/trial/line.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type05 a:hover {
  opacity: 1;
  background: #06c755;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.link_type05 a:hover svg {
  right: 19px;
}
.link_type05 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.trial_block01 {
  margin-bottom: 80px;
}
.trial_block01 section {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.trial_block01 section > p {
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .trial_block01 section > p {
    margin-bottom: 30px;
  }
}
.trial_block01 section .link_type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .trial_block01 section .link_type01 {
    margin-bottom: 80px;
  }
}

.trial_block02 {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .trial_block02 {
    margin-bottom: 150px;
  }
}
.trial_block02 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.trial_block02 section > p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .trial_block02 section > p {
    text-align: center;
  }
}
.trial_block02 section > p:last-of-type {
  margin-bottom: 40px;
}
.trial_block02 section picture {
  position: relative;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
}
.trial_block02 section picture img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
FAQページ
------------------------------------------------ */
.faq_block {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .faq_block {
    margin-bottom: 150px;
  }
}
.faq_block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .faq_block section {
    max-width: 941px;
  }
}
.faq_block section dl {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .faq_block section dl {
    margin-bottom: 20px;
  }
}
.faq_block section dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq_block section dl dt::after {
  content: "";
  background: url("../images/faq/faq_arrow.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.faq_block section dl dt.active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.faq_block section dl dt span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  color: #292929;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .faq_block section dl dt span {
    margin-right: 15px;
  }
}
.faq_block section dl dt p {
  font-weight: 500;
  line-height: 2.8rem;
  font-size: 1.6rem;
  padding-right: 20px;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .faq_block section dl dt p {
    font-size: 1.8rem;
  }
}
.faq_block section dl dd {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 15px 0 35px;
}
@media screen and (min-width: 769px) {
  .faq_block section dl dd {
    padding: 15px 0 50px;
  }
}
.faq_block section dl dd span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  color: #bd9f6a;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .faq_block section dl dd span {
    margin-right: 15px;
  }
}
.faq_block section dl dd p {
  line-height: 2.6rem;
  font-size: 1.5rem;
}

/* ------------------------------------------------
コラムページ
------------------------------------------------ */
.column_block {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .column_block {
    margin-bottom: 150px;
  }
}
.column_block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .column_block section {
    max-width: 1140px;
  }
}
.column_block section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.column_block section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .column_block section ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 980px) {
  .column_block section ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .column_block section ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.column_block section ul li {
  border-bottom: solid 1px #cecece;
}
.column_block section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .column_block section ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 0;
  }
}
.column_block section ul li a picture {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .column_block section ul li a picture {
    width: 150px;
    margin-right: 20px;
  }
}
.column_block section ul li a picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .column_block section ul li a > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    top: -5px;
  }
}
.column_block section ul li a > div > p {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  color: #292929;
}
.column_block section ul li a .date {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #292929;
}
.column_block section ul li a .link {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column_block section ul li a .link p {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  margin-right: 10px;
}
.column_block section ul li a .link svg {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column_block section ul li a:hover .link svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 6px;
}

.page_nav {
  width: calc(100% - 30px);
  margin: 40px auto 100px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .page_nav {
    margin: 60px auto 150px;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .page_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_nav ul li {
  margin: 0 2px;
}
@media screen and (min-width: 380px) {
  .page_nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 769px) {
  .page_nav ul li {
    margin: 0 8px;
  }
}
.page_nav ul li:first-child a {
  background: #292929;
  color: #fff;
}
.page_nav ul li:first-child a:hover svg {
  right: 5px;
}
.page_nav ul li:last-child a {
  background: #292929;
  color: #fff;
}
.page_nav ul li:last-child a:hover svg {
  right: -5px;
}
.page_nav ul li a {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #eeeeee;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  color: #292929;
}
.page_nav ul li a:hover {
  background: #bd9f6a;
  color: #fff;
  border: none;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav ul li a svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  right: 0;
}
.page_nav ul li b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding-right: 0.4em;
  letter-spacing: -0.4em;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #eeeeee;
}
.page_nav ul li .active {
  color: #fff;
  background: #bd9f6a;
  pointer-events: none;
}
.page_nav ul li .active:hover {
  opacity: 1;
  pointer-events: none;
}
.page_nav ul .active a {
  background: #292929;
  color: #fff;
  pointer-events: none;
}
.page_nav ul .active a:hover {
  opacity: 1;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  width: calc(100% - 30px);
  margin: 40px auto 100px;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi {
    margin: 60px auto 150px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 2px;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #eeeeee;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  color: #292929;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  background: #bd9f6a;
  color: #fff;
  border: none;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-pagenavi span svg,
.wp-pagenavi a svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  right: 0;
}
@media screen and (min-width: 380px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 4px;
  }
}
@media screen and (min-width: 769px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 8px;
  }
}
.wp-pagenavi .previouspostslink {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background: #292929;
  color: #fff;
}
.wp-pagenavi .previouspostslink:hover svg {
  right: 5px;
}
.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/arrow_left_white.svg);
  width: 17px;
  height: 5px;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #292929;
  color: #fff;
}
.wp-pagenavi .nextpostslink:hover svg {
  right: -5px;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/arrow_right_white.svg);
  width: 17px;
  height: 5px;
}
.wp-pagenavi .current {
  color: #fff;
  background: #bd9f6a;
  pointer-events: none;
}
.wp-pagenavi .current:hover {
  opacity: 1;
  pointer-events: none;
}

/* ------------------------------------------------
お知らせページ
------------------------------------------------ */
.news_block {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .news_block {
    margin-bottom: 150px;
    margin-top: -20px;
  }
}
.news_block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .news_block section {
    max-width: 942px;
  }
}
.news_block section ul {
  margin-bottom: 10px;
}
.news_block section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #cecece;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 14px 0;
  }
}
.news_block section ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .news_block section ul li a span {
    margin-bottom: 10px;
  }
}
.news_block section ul li a span .date {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-right: 20px;
}
.news_block section ul li a span .cat {
  font-size: 1.3rem;
  background: #292929;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
.news_block section ul li a span .cat:last-child {
  margin-right: 0;
}
.news_block section ul li a div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_block section ul li a div svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_block section ul li a div p {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a div p {
    padding-right: 40px;
  }
}
.news_block section ul li a div:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_block section ul li a div:hover svg {
  right: -6px;
}

/* ------------------------------------------------
お知らせ詳細ページ
------------------------------------------------ */
.post-container {
  margin: 0 auto;
  max-width: 942px;
  background: #fff;
}
.post-container .post-container__inner {
  padding: 0 15px;
}
.post-container .post-container__title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__title {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.post-container .post-container__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 15px;
}
.post-container .post-container__title > div time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.post-container .post-container__title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__title h1 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.post-container .post-container__title .post-container__title--cat {
  display: inline-block;
  padding: 0px 10px 1px;
  background: #292929;
  font-size: 1.3rem;
  color: #fff;
}
.post-container .post-container__content {
  overflow: hidden;
}
.post-container .post-container__content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-container .post-container__content p {
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content p {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
.post-container .post-container__content a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content a {
    font-size: 1.5rem;
  }
}
.post-container .post-container__content h2,
.post-container .post-container__content h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content h2,
  .post-container .post-container__content h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.post-container .post-container__content h4,
.post-container .post-container__content h5,
.post-container .post-container__content h6 {
  margin-top: 35px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content h4,
  .post-container .post-container__content h5,
  .post-container .post-container__content h6 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.post-container .post-container__content h2 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content h2 {
    font-size: 2rem;
  }
}
.post-container .post-container__content h3 {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content h3 {
    font-size: 1.8rem;
  }
}
.post-container .post-container__content h4 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content h4 {
    font-size: 1.5rem;
  }
}
.post-container .post-container__content h5 {
  font-weight: 500;
}
.post-container .post-container__content ol {
  padding-left: 17px;
  list-style: decimal;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content ol {
    padding-left: 18px;
  }
}
.post-container .post-container__content ul {
  padding-left: 21px;
  list-style: square;
}
.post-container .post-container__content li {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content li {
    font-size: 1.5rem;
  }
}
.post-container .post-container__content li:not(:last-of-type) {
  margin-bottom: 7px;
}
.post-container .post-container__content table {
  margin-bottom: 35px;
  overflow: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .post-container .post-container__content table {
    margin-bottom: 50px;
  }
}
.post-container .post-container__content table tbody {
  display: table;
}
.post-container .post-container__content table tr {
  display: table-row-group;
}
.post-container .post-container__content table tr:first-of-type td {
  background: #eae1d1;
}
.post-container .post-container__content table th,
.post-container .post-container__content table td {
  display: table-cell;
  padding: 10px 10px 11px;
  border: 1px solid #b8b8b8;
}
.post-container .post-container__content table th:first-of-type,
.post-container .post-container__content table td:first-of-type {
  background: #eae1d1;
}

.detail_news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 60px auto 80px;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .detail_news_link {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 60px auto 120px;
    width: 100%;
    max-width: 620px;
  }
}
@media screen and (min-width: 1025px) {
  .detail_news_link {
    margin-bottom: 150px;
  }
}
.detail_news_link .link_type01 {
  width: 100%;
}
.detail_news_link .link_type01 a {
  font-size: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #bd9f6a;
  border: 1px solid #bd9f6a;
  max-width: 300px;
  width: 100%;
  height: 70px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .link_type01 a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.detail_news_link .link_type01 a::after {
  position: absolute;
  left: 25px;
  right: initial;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../images/common/arrow_left_white.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 5px;
  content: "";
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .link_type01 a::after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1025px) {
  .detail_news_link .link_type01 a:hover {
    background: #292929;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .detail_news_link .link_type01 a:hover::after {
    left: 19px;
  }
}
.detail_news_link .link_type_tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .detail_news_link .link_type_tab {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .detail_news_link .link_type_sp {
    display: none;
  }
}
.detail_news_link .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .detail_news_link .wrap {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .detail_news_link .inner {
    position: absolute;
  }
}
.detail_news_link .inner a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.detail_news_link .inner a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .inner a figure {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.detail_news_link .inner a img {
  width: 17px;
  height: 5px;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .inner a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .detail_news_link .inner.left {
    left: 0;
  }
}
.detail_news_link .inner.left figure {
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .inner.left:hover figure {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media screen and (min-width: 769px) {
  .detail_news_link .inner.right {
    right: 0;
  }
}
.detail_news_link .inner.right figure {
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .detail_news_link .inner.right:hover figure {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/* ------------------------------------------------
トレーニングの流れページ
------------------------------------------------ */
.flow_block01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .flow_block01 section {
    max-width: 1058px;
  }
}
.flow_block01 section .inner_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: solid 5px #292929;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .flow_block01 section .inner_step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 60px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow_block01 section .inner_step.last {
    border-bottom: solid 0 #292929;
    margin-bottom: 40px;
  }
}
.flow_block01 section .inner_step.last::after {
  display: none;
}
.flow_block01 section .inner_step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #292929;
  border-bottom: 0;
  position: absolute;
  left: -15px;
  right: 0;
  bottom: -24px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .flow_block01 section .inner_step::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 36px solid #292929;
    bottom: -36px;
  }
}
.flow_block01 section .inner_step .flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #292929;
}
.flow_block01 section .inner_step .flow_title span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-right: 20px;
  display: block;
  border-top: solid 2px #292929;
}
@media screen and (min-width: 1030px) {
  .flow_block01 section .inner_step .flow_title span {
    font-size: 3rem;
    margin-right: 30px;
  }
}
.flow_block01 section .inner_step .flow_title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1030px) {
  .flow_block01 section .inner_step .flow_title div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow_block01 section .inner_step .flow_title div h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 5.3rem;
}
@media screen and (min-width: 1030px) {
  .flow_block01 section .inner_step .flow_title div h2 {
    font-size: 3.5rem;
    margin-right: 20px;
  }
}
.flow_block01 section .inner_step .flow_title div p {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .flow_block01 section .inner_step .flow_title div p {
    line-height: 5rem;
    font-size: 1.6rem;
    position: relative;
    top: 6px;
  }
}
.flow_block01 section .inner_step picture {
  max-width: 500px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .flow_block01 section .inner_step picture {
    max-width: 400px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .flow_block01 section .inner_step picture {
    max-width: 519px;
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.flow_block01 section .inner_step picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .flow_block01 section .inner_step > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flow_block01 section .inner_step > div > p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.flow_block02 {
  background: #f4f0e8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow_block02 {
    height: 574px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow_block02::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .flow_block02::after {
    content: "";
    background: url("../images/flow/img04_pc.jpg") no-repeat #f4f0e8;
    background-size: cover;
    background-position: right;
    width: 65%;
    height: 574px;
  }
}
@media screen and (min-width: 860px) {
  .flow_block02::after {
    width: 60%;
  }
}
@media screen and (min-width: 980px) {
  .flow_block02::after {
    width: 55%;
  }
}
@media screen and (min-width: 1060px) {
  .flow_block02::after {
    width: 50%;
  }
}
.flow_block02 section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .flow_block02 section {
    width: calc(100% - 30px);
    max-width: 1140px;
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .flow_block02 section picture {
    display: none;
  }
}
.flow_block02 section picture img {
  width: 100%;
  height: auto;
}
.flow_block02 section .inner_txt {
  width: calc(100% - 30px);
  max-width: 500px;
  z-index: 2;
  position: relative;
  margin: 20px auto 90px;
}
@media screen and (min-width: 769px) {
  .flow_block02 section .inner_txt {
    width: 100%;
    margin: 0 auto;
    margin-right: initial;
    max-width: 469px;
    margin: 20px 0;
  }
}
.flow_block02 section .inner_txt h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .flow_block02 section .inner_txt h2 {
    font-size: 3.5rem;
    line-height: 5.5rem;
    margin-bottom: 40px;
  }
}
.flow_block02 section .inner_txt p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 769px) {
  .flow_block02 section .inner_txt p {
    line-height: 2.8rem;
  }
}

/* ------------------------------------------------
ビフォーアフターページ
------------------------------------------------ */
.bg {
  background: #eeeeee;
}

.beforeafter_block {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .beforeafter_block {
    margin-bottom: 150px;
  }
}
.beforeafter_block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section {
    max-width: 1140px;
  }
}
.beforeafter_block section .inner_list {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list {
    margin-bottom: 60px;
    padding: 50px;
  }
}
.beforeafter_block section .inner_list h3 {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list h3 {
    font-size: 2.5rem;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .beforeafter_block section .inner_list .inner_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.beforeafter_block section .inner_list .inner_contents .left > p {
  margin-bottom: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .left > p {
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
}
.beforeafter_block section .inner_list .inner_contents .left > p:last-of-type {
  margin-bottom: 0;
}
.beforeafter_block section .inner_list .inner_contents .left .weight {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .left .weight {
    margin-bottom: 30px;
  }
}
.beforeafter_block section .inner_list .inner_contents .left .weight dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.beforeafter_block section .inner_list .inner_contents .left .weight dl dt {
  margin-right: 1.5rem;
}
.beforeafter_block section .inner_list .inner_contents .left .weight dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.beforeafter_block section .inner_list .inner_contents .left .weight dl dd b {
  padding: 0 4px;
  font-weight: 400;
  display: inline-block;
}
.beforeafter_block section .inner_list .inner_contents .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.beforeafter_block section .inner_list .inner_contents .right::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  border-color: transparent transparent transparent #bd9f6a;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .right::after {
    border-width: 14px 0 14px 25px;
  }
}
@media screen and (min-width: 980px) {
  .beforeafter_block section .inner_list .inner_contents .right::after {
    border-width: 15px 0 15px 26px;
  }
}
@media screen and (max-width: 768px) {
  .beforeafter_block section .inner_list .inner_contents .right {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .right {
    float: right;
    margin-left: 30px;
    max-width: 420px;
  }
}
@media screen and (min-width: 980px) {
  .beforeafter_block section .inner_list .inner_contents .right {
    margin-left: 60px;
    max-width: 531px;
  }
}
.beforeafter_block section .inner_list .inner_contents .right picture {
  position: relative;
  width: 50%;
}
.beforeafter_block section .inner_list .inner_contents .right picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 266/375;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.beforeafter_block section .inner_list .inner_contents .right .txt_before::after {
  content: "BEFORE";
  background: #fff;
  width: 79px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #bd9f6a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .right .txt_before::after {
    font-size: 2rem;
    width: 106px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .beforeafter_block section .inner_list .inner_contents .right .txt_before::after {
    font-size: 2.2rem;
    width: 114px;
    height: 35px;
  }
}
.beforeafter_block section .inner_list .inner_contents .right .txt_after::after {
  content: "AFTER";
  background: #bd9f6a;
  width: 79px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .beforeafter_block section .inner_list .inner_contents .right .txt_after::after {
    font-size: 2rem;
    width: 106px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .beforeafter_block section .inner_list .inner_contents .right .txt_after::after {
    font-size: 2.2rem;
    width: 114px;
    height: 35px;
  }
}

/* ------------------------------------------------
スタッフページ
------------------------------------------------ */
.staff_block {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .staff_block {
    margin-bottom: 150px;
  }
}
.staff_block section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .staff_block section {
    max-width: 1140px;
  }
}
.staff_block section > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #cecece;
  padding-bottom: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li {
    padding-bottom: 80px;
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.staff_block section > ul > li:last-of-type {
  border-bottom: solid 0 #cecece;
  padding-bottom: 0;
  margin-bottom: 0;
}
.staff_block section > ul > li picture {
  max-width: 250px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li picture {
    max-width: 432px;
    margin-bottom: 0;
  }
}
.staff_block section > ul > li picture img {
  width: 100%;
  height: auto;
}
.staff_block section > ul > li .inner_wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li .inner_wrap {
    max-width: 627px;
    margin-left: 30px;
  }
}
.staff_block section > ul > li .inner_wrap .title {
  margin-bottom: 10px;
}
.staff_block section > ul > li .inner_wrap .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff_block section > ul > li .inner_wrap .title p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li .inner_wrap .title p {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.staff_block section > ul > li .inner_wrap .title h2 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.staff_block section > ul > li .inner_wrap ul {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li .inner_wrap ul {
    margin-bottom: 25px;
    line-height: 2.8rem;
  }
}
.staff_block section > ul > li .inner_txt {
  color: #fff;
  background: #292929;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .staff_block section > ul > li .inner_txt {
    padding: 40px;
  }
}
.staff_block section > ul > li .inner_txt .top > p {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.staff_block section > ul > li .inner_txt .top .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 769px) {
  .staff_block section > ul > li .inner_txt .top .tag {
    margin-bottom: 15px;
  }
}
.staff_block section > ul > li .inner_txt .top .tag span {
  width: 100px;
  height: 32px;
  border-radius: 32px;
  border: solid 1px #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
.staff_block section > ul > li .inner_txt .bottom h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.staff_block section > ul > li .inner_txt .bottom p {
  margin-bottom: 25px;
  line-height: 2.6rem;
}
.staff_block section > ul > li .inner_txt .bottom p:last-of-type {
  margin-bottom: 0;
}

.information_block04 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .information_block04 {
    margin-bottom: 130px;
  }
}

.information_block06 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .information_block06 {
    margin-bottom: 130px;
    max-width: 851px;
  }
}
.information_block06 img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
メニューページ
------------------------------------------------ */
.menu_block01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .menu_block01 section {
    max-width: 1140px;
  }
}
.menu_block01 section .title_type01 {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .menu_block01 section .title_type01 {
    margin-bottom: 40px;
  }
}
.menu_block01 section > p {
  margin-bottom: 80px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .menu_block01 section > p {
    margin-bottom: 130px;
  }
}
.menu_block01 section .inner_table {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 827px;
  width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .menu_block01 section .inner_table {
    padding: 40px;
    height: 142px;
    margin-bottom: 130px;
  }
}
.menu_block01 section .inner_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.menu_block01 section .inner_table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5vw;
}
@media screen and (min-width: 400px) {
  .menu_block01 section .inner_table dl dt {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .menu_block01 section .inner_table dl dt {
    margin-right: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu_block01 section .inner_table dl dt p {
  font-weight: bold;
  font-size: min(4vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu_block01 section .inner_table dl dt p {
    font-size: 2.5rem;
  }
}
.menu_block01 section .inner_table dl dt small {
  font-weight: 500;
  font-size: min(3.25vw, 1.3rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .menu_block01 section .inner_table dl dt small {
    font-size: 1.5rem;
  }
}
.menu_block01 section .inner_table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_block01 section .inner_table dl dd p {
  text-align: center;
  font-weight: 500;
}
.menu_block01 section .inner_table dl dd p strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: min(7.5vw, 3rem);
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 6px;
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .menu_block01 section .inner_table dl dd p strong {
    font-size: 4rem;
  }
}

.menu_block02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .menu_block02 section {
    max-width: 1140px;
  }
}
.menu_block02 section .title_type01 {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .title_type01 {
    margin-bottom: 40px;
  }
}
.menu_block02 section .inner_table {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 827px;
  width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table {
    padding: 40px;
    margin-bottom: 130px;
  }
}
.menu_block02 section .inner_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border-bottom: solid 1px #dedede;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 0;
  }
}
.menu_block02 section .inner_table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5vw;
}
@media screen and (min-width: 400px) {
  .menu_block02 section .inner_table dl dt {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl dt {
    margin-right: 100px;
    width: 192px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu_block02 section .inner_table dl dt p {
  font-weight: bold;
  font-size: min(4vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
}
.menu_block02 section .inner_table dl dt p.small {
  font-size: 1.1rem;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl dt p {
    font-size: 2.5rem;
  }
}
.menu_block02 section .inner_table dl dt small {
  font-weight: 500;
  font-size: min(3.25vw, 1.3rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl dt small {
    font-size: 1.5rem;
  }
}
.menu_block02 section .inner_table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl dd {
    width: 190px;
  }
}
.menu_block02 section .inner_table dl dd p {
  text-align: center;
  font-weight: 500;
}
.menu_block02 section .inner_table dl dd p strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: min(7.5vw, 3rem);
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 6px;
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .menu_block02 section .inner_table dl dd p strong {
    font-size: 4rem;
  }
}

.menu_block03 {
  margin-bottom: 92px;
}
@media screen and (min-width: 769px) {
  .menu_block03 {
    margin-bottom: 140px;
  }
}
.menu_block03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .menu_block03 section {
    max-width: 1140px;
  }
}
.menu_block03 section .title_type01 {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .title_type01 {
    margin-bottom: 40px;
  }
}
.menu_block03 section > p {
  max-width: 1038px;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.menu_block03 section .inner_table {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 827px;
  width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table {
    padding: 40px;
    margin-bottom: 80px;
  }
}
.menu_block03 section .inner_table .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table .title {
    margin-bottom: 6px;
  }
}
.menu_block03 section .inner_table .title p {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  color: #bd9f6a;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table .title p {
    font-size: 3.1rem;
    line-height: 4.3rem;
    padding: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu_block03 section .inner_table .title svg {
    width: 15px;
    height: auto;
  }
  .menu_block03 section .inner_table .title svg line {
    stroke-width: 4px;
  }
}
.menu_block03 section .inner_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border-bottom: solid 1px #dedede;
  padding-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table dl {
    padding-bottom: 6px;
  }
}
.menu_block03 section .inner_table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5vw;
}
@media screen and (min-width: 400px) {
  .menu_block03 section .inner_table dl dt {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table dl dt {
    margin-right: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu_block03 section .inner_table dl dt p {
  font-weight: bold;
  font-size: min(4vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table dl dt p {
    font-size: 2.5rem;
  }
}
.menu_block03 section .inner_table dl dt small {
  font-weight: 500;
  font-size: min(3.25vw, 1.3rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table dl dt small {
    font-size: 1.5rem;
  }
}
.menu_block03 section .inner_table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_block03 section .inner_table dl dd p {
  text-align: center;
  font-weight: 500;
}
.menu_block03 section .inner_table dl dd p strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: min(7.5vw, 3rem);
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 6px;
  color: #bd9f6a;
}
@media screen and (min-width: 769px) {
  .menu_block03 section .inner_table dl dd p strong {
    font-size: 4rem;
  }
}

/* ------------------------------------------------
コンセプトページ
------------------------------------------------ */
.concept_block01 {
  position: relative;
}
.concept_block01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .concept_block01 section {
    width: calc(100% - 30px);
    margin-bottom: 100px;
    max-width: 1140px;
    margin-bottom: 100px;
  }
}
.concept_block01 section .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .concept_block01 section .title_type01 {
    margin-bottom: 60px;
  }
}
.concept_block01 section .title_type01 + p {
  margin-bottom: 90px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .concept_block01 section .title_type01 + p {
    margin-bottom: 100px;
  }
}
.concept_block01 section .inner_contents .inner_illust {
  margin-bottom: 40px;
}
.concept_block01 section .inner_contents .inner_illust ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
}
.concept_block01 section .inner_contents .inner_illust ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .concept_block01 section .inner_contents .inner_illust ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .concept_block01 section .inner_contents .inner_illust ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .concept_block01 section .inner_contents .inner_illust ul {
    grid-column-gap: 40px;
  }
}
.concept_block01 section .inner_contents .inner_illust ul li {
  width: 353px;
  height: 250px;
  position: relative;
  background: #eae1d1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .concept_block01 section .inner_contents .inner_illust ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 399px) {
  .concept_block01 section .inner_contents .inner_illust ul li {
    width: 100%;
  }
}
.concept_block01 section .inner_contents .inner_illust ul li figure {
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
  margin: auto;
}
.concept_block01 section .inner_contents .inner_illust ul li figure img {
  width: auto;
  height: auto;
}
.concept_block01 section .inner_contents .inner_illust ul li p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .concept_block01 section .inner_contents .inner_illust ul li:last-of-type {
    margin-top: 35px;
  }
}
.concept_block01 section .inner_contents .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}
.concept_block01 section .inner_contents .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 768px) {
  .concept_block01 section .inner_contents .inner_list ul {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 399px) {
  .concept_block01 section .inner_contents .inner_list ul {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .concept_block01 section .inner_contents .inner_list ul {
    -ms-grid-columns: 1fr 65px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 65px;
    grid-row-gap: 15px;
    margin-bottom: 60px;
  }
}
.concept_block01 section .inner_contents .inner_list ul li {
  background: #292929;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px #bd9f6a;
          box-shadow: 5px 5px #bd9f6a;
}
@media screen and (min-width: 769px) {
  .concept_block01 section .inner_contents .inner_list ul li {
    height: 67px;
    -webkit-box-shadow: 7px 7px #bd9f6a;
            box-shadow: 7px 7px #bd9f6a;
  }
}
.concept_block01 section .inner_contents .inner_list ul li p {
  font-size: min(3.75vw, 1.5rem);
  font-weight: 500;
  color: #fff;
}
.concept_block01 section .inner_contents .inner_list ul li figure {
  margin-right: 15px;
  width: 32px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .concept_block01 section .inner_contents .inner_list ul li figure {
    width: auto;
    margin-right: 20px;
  }
}
.concept_block01 section .inner_contents .inner_list ul li figure img {
  width: 100%;
  height: auto;
}
.concept_block01 .inner_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .concept_block01 .inner_bottom {
    margin-bottom: 80px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
    max-width: 1400px;
  }
}
.concept_block01 .inner_bottom picture {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .concept_block01 .inner_bottom picture {
    max-width: 700px;
  }
}
.concept_block01 .inner_bottom picture img {
  width: 100%;
  height: auto;
}
.concept_block01 .inner_bottom p {
  width: calc(100% - 30px);
  max-width: 500px;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .concept_block01 .inner_bottom p {
    margin-left: 30px;
    max-width: 510px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .concept_block01 .inner_bottom p {
    margin-left: auto;
  }
}

.concept_block02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .concept_block02 {
    margin-bottom: 130px;
  }
}
.concept_block02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .concept_block02 section {
    width: calc(100% - 30px);
    margin-bottom: 120px;
    max-width: 1140px;
  }
}
.concept_block02 .inner_contents .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .concept_block02 .inner_contents .title_type01 {
    margin-bottom: 60px;
  }
}
.concept_block02 .inner_contents > p {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .concept_block02 .inner_contents > p {
    margin-bottom: 40px;
  }
}
.concept_block02 .inner_table table {
  width: 1140px;
  table-layout: fixed;
  border: solid 1px #cecece;
  border-right: solid 0 #cecece;
  border-bottom: solid 0 #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept_block02 .inner_table table tr {
  border-bottom: solid 1px #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.concept_block02 .inner_table table tr th[scope=col] {
  width: 347px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dbdbdb;
  height: 63px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #cecece;
}
.concept_block02 .inner_table table tr th[scope=col]:nth-of-type(1) {
  background: #fff;
  color: #fff;
  width: 100px;
}
.concept_block02 .inner_table table tr th[scope=col]:nth-of-type(3) {
  background: #bd9f6a;
  color: #fff;
}
.concept_block02 .inner_table table tr th[scope=row] {
  font-weight: 700;
  background: #bd9f6a;
  color: #fff;
  width: 100px;
  border-right: solid 1px #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.concept_block02 .inner_table table tr td {
  width: 347px;
  padding: 30px;
  border-right: solid 1px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept_block02 .inner_table table tr td:nth-of-type(2) {
  background: #f4f0e8;
}
.concept_block02 .inner_bottom p {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .concept_block02 .inner_bottom p {
    text-align: center;
    font-size: 2rem;
    max-width: 1140px;
  }
}
.concept_block02 .inner_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concept_block02 .inner_bottom ul li {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .concept_block02 .inner_bottom ul li {
    width: 34%;
  }
}
.concept_block02 .inner_bottom ul li picture img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .concept_block03 {
    margin-bottom: 100px;
  }
}
.concept_block03 section {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .concept_block03 section {
    max-width: 100%;
  }
}
.concept_block03 section .title_type01 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 515px) {
  .concept_block03 section .title_type01 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .concept_block03 section .title_type01 {
    max-width: 1140px;
    margin-bottom: 60px;
  }
}
.concept_block03 section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .concept_block03 section ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 504px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.concept_block03 section ul li:nth-of-type(2) {
  background: #f4f0e8;
}
@media screen and (min-width: 769px) {
  .concept_block03 section ul li:nth-of-type(2)::after {
    content: "";
    background: #f4f0e8;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
  }
}
.concept_block03 section ul li .inner_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #292929;
}
@media screen and (min-width: 769px) {
  .concept_block03 section ul li .inner_title {
    margin-bottom: 20px;
  }
}
.concept_block03 section ul li .inner_title span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-right: 20px;
  display: block;
  border-top: solid 2px #292929;
}
@media screen and (min-width: 1030px) {
  .concept_block03 section ul li .inner_title span {
    font-size: 3rem;
    margin-right: 30px;
  }
}
.concept_block03 section ul li .inner_title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1030px) {
  .concept_block03 section ul li .inner_title div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.concept_block03 section ul li .inner_title div h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 5.3rem;
}
@media screen and (min-width: 1030px) {
  .concept_block03 section ul li .inner_title div h2 {
    font-size: 3.5rem;
    margin-right: 20px;
  }
}
.concept_block03 section ul li .inner_title div p {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .concept_block03 section ul li .inner_title div p {
    line-height: 5rem;
    font-size: 1.6rem;
    position: relative;
    top: 6px;
  }
}
.concept_block03 section ul li picture {
  max-width: 500px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .concept_block03 section ul li picture {
    max-width: 50%;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.concept_block03 section ul li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  max-width: 700px;
}
.concept_block03 section ul li picture .first {
  -o-object-position: left;
     object-position: left;
}
.concept_block03 section ul li .inner_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .concept_block03 section ul li .inner_group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 30px;
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  .concept_block03 section ul li .inner_group {
    margin-left: 60px;
  }
}
.concept_block03 section ul li .inner_group > p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.concept_block03 section ul li .inner_group .txt {
  max-width: 510px;
}

.concept_block04 {
  background: #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 15px 90px;
}
@media screen and (min-width: 769px) {
  .concept_block04 {
    padding: 110px 15px 140px;
  }
}
.concept_block04 section {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .concept_block04 section {
    max-width: 1140px;
  }
}
.concept_block04 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .concept_block04 section .title_type01 {
    margin-bottom: 60px;
  }
}
.concept_block04 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px) {
  .concept_block04 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.concept_block04 section .inner_contents .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 250px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .concept_block04 section .inner_contents .left {
    max-width: 510px;
  }
}
@media screen and (min-width: 980px) {
  .concept_block04 section .inner_contents .left {
    width: 48%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.concept_block04 section .inner_contents .left picture {
  width: 100%;
}
.concept_block04 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.concept_block04 section .inner_contents .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .concept_block04 section .inner_contents .right {
    max-width: 570px;
  }
}
@media screen and (min-width: 980px) {
  .concept_block04 section .inner_contents .right {
    width: 48%;
  }
}
.concept_block04 section .inner_contents .right h3 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .concept_block04 section .inner_contents .right h3 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}
.concept_block04 section .inner_contents .right p + p {
  font-weight: 500;
  margin-top: 40px;
  text-align: right;
}

.information_block03 {
  background: #eeeeee;
  padding: 80px 0 110px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .information_block03 {
    padding: 130px 0;
    margin-bottom: 130px;
  }
}
.information_block03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .information_block03 section {
    max-width: 1140px;
  }
  .information_block03 section .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.information_block03 section ul#review_slider .slick-next,
.information_block03 section ul#review_slider .slick-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .information_block03 section ul#review_slider {
    display: block;
    width: 290px;
  }
  .information_block03 section ul#review_slider .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    left: -120%;
    right: 0;
    margin: auto;
  }
  .information_block03 section ul#review_slider .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: -120%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .information_block03 section ul#review_slider {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .information_block03 section ul#review_slider > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .information_block03 section ul#review_slider > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1000px) {
  .information_block03 section ul#review_slider {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1170px) {
  .information_block03 section ul#review_slider {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .information_block03 section ul#review_slider > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .information_block03 section ul#review_slider > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .information_block03 section ul#review_slider > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .information_block03 section ul#review_slider > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
.information_block03 section ul#review_slider li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  height: 290px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.83);
}
@media screen and (min-width: 769px) {
  .information_block03 section ul#review_slider li {
    width: 262px;
    height: 262px;
    padding: 18px 15px;
  }
}
.information_block03 section ul#review_slider li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .information_block03 section ul#review_slider li .name {
    margin-bottom: 16px;
  }
}
.information_block03 section ul#review_slider li .name figure {
  margin-right: 15px;
}
.information_block03 section ul#review_slider li .name figure img {
  width: 50px;
  height: auto;
}
.information_block03 section ul#review_slider li .name span h3 {
  color: #1b54c2;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.information_block03 section ul#review_slider li .name span p {
  font-size: 1.3rem;
}
.information_block03 section ul#review_slider li .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.information_block03 section ul#review_slider li .star img {
  margin-right: 5px;
  width: 19px;
  height: auto;
}
.information_block03 section ul#review_slider li .txt p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  height: 151px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .information_block03 section ul#review_slider li .txt p {
    font-size: 1.3rem;
    height: 130px;
  }
}
.information_block03 section ul#review_slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  list-style: none;
  text-align: center !important;
}
.information_block03 section ul#review_slider .slick-dots li {
  position: relative;
  display: block;
  width: 10px;
  background: #cecece;
  height: 10px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
}
.information_block03 section ul#review_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cccbcb;
  cursor: pointer;
  position: relative;
}
.information_block03 section ul#review_slider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background: #cccbcb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information_block03 section ul#review_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #427fed;
}

.information_block01 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .information_block01 {
    max-width: 1140px;
    margin-bottom: 120px;
  }
}
.information_block01 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .information_block01 section .title_type01 {
    margin-bottom: 60px;
  }
}
.information_block01 section > p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-align: center;
  color: #292929;
}
@media screen and (min-width: 769px) {
  .information_block01 section > p {
    font-size: 2.5rem;
    line-height: 4.5rem;
  }
}
.information_block01 section #mainSlider {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .information_block01 section #mainSlider {
    width: 100%;
  }
}
.information_block01 section #mainSlider .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  .information_block01 section #mainSlider .slick-prev {
    left: -92%;
  }
}
@media screen and (min-width: 1020px) {
  .information_block01 section #mainSlider .slick-prev {
    left: -115%;
  }
}
@media screen and (min-width: 1140px) {
  .information_block01 section #mainSlider .slick-prev {
    left: -132.5%;
  }
}
@media screen and (max-width: 768px) {
  .information_block01 section #mainSlider .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    left: -115%;
  }
}
.information_block01 section #mainSlider .slick-next {
  top: 0;
  bottom: 0;
  right: -132.5%;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 769px) {
  .information_block01 section #mainSlider .slick-next {
    right: -92%;
  }
}
@media screen and (min-width: 1020px) {
  .information_block01 section #mainSlider .slick-next {
    right: -115%;
  }
}
@media screen and (min-width: 1140px) {
  .information_block01 section #mainSlider .slick-next {
    right: -132.5%;
  }
}
@media screen and (max-width: 768px) {
  .information_block01 section #mainSlider .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: -115%;
  }
}
.information_block01 section #mainSlider ul {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .information_block01 section #mainSlider ul {
    margin-bottom: 30px;
  }
}
.information_block01 section #mainSlider ul li img {
  width: 100%;
  height: auto;
}
.information_block01 section #subSlider {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .information_block01 section #subSlider {
    margin-bottom: 100px;
  }
}
.information_block01 section #subSlider ul {
  width: 100%;
}
.information_block01 section #subSlider ul li {
  cursor: pointer;
}
.information_block01 section #subSlider ul li img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media screen and (min-width: 769px) {
  .information_block01 section #subSlider ul li img {
    max-width: 202px;
  }
}
.information_block01 section #subSlider .slick-slide {
  margin: 0 7px;
}
@media screen and (min-width: 769px) {
  .information_block01 section #subSlider .slick-slide {
    margin: 0 11px;
  }
}
.information_block01 section #subSlider .slick-dots {
  position: absolute;
  bottom: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  list-style: none;
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .information_block01 section #subSlider .slick-dots {
    bottom: -30px;
  }
}
.information_block01 section #subSlider .slick-dots li {
  position: relative;
  display: block;
  width: 100%;
  background: #cecece;
  border-radius: 0;
  height: 5px;
  padding: 0;
  cursor: pointer;
}
.information_block01 section #subSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #cecece;
  cursor: pointer;
}
.information_block01 section #subSlider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background: #cecece;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information_block01 section #subSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}

.information_block02 {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: url("../images/common/f_bg_sp.jpg") no-repeat #292929;
  background-size: cover;
  background-position: 0;
  height: 327px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 420px) {
  .information_block02 {
    background-size: contain;
    background-position: 55px 0;
  }
}
@media screen and (min-width: 480px) {
  .information_block02 {
    background-position: right;
  }
}
@media screen and (min-width: 769px) {
  .information_block02 {
    background: url("../images/common/f_bg_pc.jpg") no-repeat #292929;
    background-size: cover;
    background-position: 80px 0;
    height: 412px;
  }
}
@media screen and (min-width: 1080px) {
  .information_block02 {
    background: url("../images/common/f_bg_pc.jpg") no-repeat #292929;
    background-size: contain;
    background-position: right;
  }
}
.information_block02 .inner_contents {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .information_block02 .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
    height: 100%;
    padding-top: 0;
  }
}
.information_block02 .inner_contents .left {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .information_block02 .inner_contents .left {
    margin-bottom: 96px;
    margin-bottom: 0;
  }
}
.information_block02 .inner_contents .left > p {
  margin-bottom: 36px;
}
.information_block02 .inner_contents .left a {
  background: #bd9f6a;
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .information_block02 .inner_contents .left a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .information_block02 .inner_contents .left a {
    width: 450px;
    height: 100px;
    font-size: 1.8rem;
    padding: 0 30px 0 36px;
  }
}
.information_block02 .inner_contents .left a p {
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}
.information_block02 .inner_contents .left a svg.free_arrow {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.information_block02 .inner_contents .left a:hover {
  opacity: 1;
  background: #fff;
  color: #292929;
}
.information_block02 .inner_contents .left a:hover svg.free_arrow {
  left: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.information_block02 .inner_contents .left a:hover svg.free_arrow path {
  stroke: #292929;
}
.information_block02 .inner_contents .left a:hover svg.free_contact path {
  fill: #292929;
}
.information_block02 .inner_contents .left a:hover svg.free_contact path.p_359, .information_block02 .inner_contents .left a:hover svg.free_contact path.p_360, .information_block02 .inner_contents .left a:hover svg.free_contact path.p_361 {
  fill: #fff;
}

.information_block07 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .information_block07 {
    margin-bottom: 150px;
    max-width: 1140px;
  }
}
.information_block07 section .title_type03 {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .information_block07 section .title_type03 {
    margin-bottom: 12px;
  }
}
.information_block07 section .inner_link {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .information_block07 section .inner_link {
    margin-bottom: 55px;
  }
}
.information_block07 section .inner_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information_block07 section .inner_link a p {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #292929;
  margin-left: 10px;
}
.information_block07 section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
}
.information_block07 section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.information_block07 section ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .information_block07 section ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.information_block07 section ul li picture img {
  width: 100%;
  height: auto;
}
.information_block07 section .link_type03 {
  margin-top: 60px;
}
.information_block07 #sb_instagram.sbi_mob_col_2 #sbi_images {
  gap: 20px !important;
}
@media screen and (min-width: 769px) {
  .information_block07 #sb_instagram.sbi_mob_col_2 #sbi_images {
    gap: 30px !important;
  }
}

.information_block08 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .information_block08 {
    margin-bottom: 150px;
  }
}

.information_block09 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .information_block09 {
    margin-left: auto;
    margin-right: auto;
  }
  .information_block09::after {
    content: "";
    background: #fff;
    width: 250%;
    height: 150px;
    position: absolute;
    left: -50%;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}
.information_block09 .ggmap {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 769px) {
  .information_block09 .ggmap {
    height: 413px;
  }
}
.information_block09 .ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.information_block09 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (min-width: 530px) {
  .information_block09 section {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .information_block09 section {
    margin-bottom: 150px;
    width: calc(100% - 30px);
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.information_block09 section .title_type03 {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .information_block09 section .title_type03 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .information_block09 section .title_type03::after {
    content: "";
    background: #bd9f6a;
    width: 3px;
    height: calc(100% - 15px);
    position: absolute;
    right: -40px;
    top: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .information_block09 section .title_type03::after {
    right: -80px;
  }
}
.information_block09 section .inner_list {
  width: 100%;
  max-width: 789px;
}
@media screen and (min-width: 769px) {
  .information_block09 section .inner_list {
    width: 62%;
  }
}
@media screen and (min-width: 900px) {
  .information_block09 section .inner_list {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .information_block09 section .inner_list {
    width: 71%;
  }
}
@media screen and (min-width: 1170px) {
  .information_block09 section .inner_list {
    width: 100%;
  }
}
.information_block09 section .inner_list ul li dl {
  position: relative;
  padding: 14px 0;
  display: block;
  border-bottom: solid 1px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .information_block09 section .inner_list ul li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px 0;
  }
  .information_block09 section .inner_list ul li dl dt {
    width: 120px;
  }
  .information_block09 section .inner_list ul li dl dd {
    width: calc(100% - 120px);
  }
}
.information_block09 section .inner_list ul li dl .access_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information_block09 section .inner_list ul li dl .access_block span:first-of-type {
  display: block;
  white-space: nowrap;
  width: 100px;
}
.information_block09 section .inner_list ul li dl .access_block span:last-of-type {
  display: block;
  width: calc(100% - 100px);
}
@media screen and (min-width: 769px) {
  .information_block09 section .inner_list ul li dl .access_block span:last-of-type {
    white-space: break-spaces;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.recaptcha-block {
  text-align: center;
  margin: 20px auto;
  font-size: 1.2rem;
}

.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  line-height: 1.4;
}

.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  list-style-type: decimal;
}

.grecaptcha-badge {
  display: none !important;
}

/* header.scss */
.overlay {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  mix-blend-mode: multiply;
  z-index: 5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), color-stop(33.47%, #969696), to(transparent));
  background: linear-gradient(#8d8d8d 0%, #969696 33.47%, transparent 100%);
}
@media screen and (min-width: 1080px) {
  .overlay {
    height: 80px;
  }
}
.overlay::after {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 996;
  background: #292929;
}
.overlay.active {
  mix-blend-mode: normal;
  background: none;
  opacity: 0;
}
.overlay.active::after {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 60px);
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .header {
    height: 80px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header.active {
  background: #292929;
}
.header.active.black {
  background: #292929;
}
.header.black {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.header.black .h_right nav a,
.header.black .h_right nav #dropDown {
  color: #292929 !important;
}
.header.black .h_right nav a svg path,
.header.black .h_right nav #dropDown svg path {
  stroke: #292929 !important;
}
.header.black .h_right nav > ul > li:last-of-type > a {
  color: #fff !important;
}
.header .h_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  mix-blend-mode: normal;
}
@media screen and (min-width: 980px) {
  .header .h_logo {
    margin-left: 16px;
  }
}
.header .h_logo img {
  width: 202px;
  height: auto;
}
.header .h_right {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .header .h_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .h_right nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 80px;
}
@media screen and (min-width: 980px) {
  .header .h_right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .header .h_right nav {
    margin-left: 40px;
  }
}
.header .h_right nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_right nav > ul > li {
  margin-left: 20px;
  position: relative;
}
.header .h_right nav > ul > li:nth-of-type(6) {
  margin-left: 30px;
}
@media screen and (min-width: 1300px) {
  .header .h_right nav > ul > li {
    margin-left: 50px;
  }
  .header .h_right nav > ul > li:nth-of-type(6) {
    margin-left: 50px;
  }
}
.header .h_right nav > ul > li:first-of-type {
  margin-left: 0;
}
.header .h_right nav > ul > li > a, .header .h_right nav > ul > li#dropDown {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  white-space: nowrap;
  color: #fff;
  height: 80px;
  padding-bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.header .h_right nav > ul > li > a p, .header .h_right nav > ul > li#dropDown p {
  font-size: 2rem;
  font-weight: 800;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
}
.header .h_right nav > ul > li > a small, .header .h_right nav > ul > li#dropDown small {
  font-weight: 400;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.3rem;
}
.header .h_right nav > ul > li > a svg, .header .h_right nav > ul > li#dropDown svg {
  position: absolute;
  top: 30px;
  right: -15px;
}
@media screen and (min-width: 1200px) {
  .header .h_right nav > ul > li > a svg, .header .h_right nav > ul > li#dropDown svg {
    right: -20px;
  }
}
.header .h_right nav > ul > li > a div span, .header .h_right nav > ul > li#dropDown div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .h_right nav > ul > li:last-of-type a {
  background: #bd9f6a;
  width: 110px;
}
@media screen and (min-width: 1200px) {
  .header .h_right nav > ul > li:last-of-type a {
    width: 150px;
  }
}
.header .h_right nav .menuSub {
  display: none;
  position: absolute;
  top: 80px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #CECECE;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .h_right nav .menuSub li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #CECECE;
}
.header .h_right nav .menuSub li:last-of-type a {
  border-bottom: none;
}
.header .h_right nav .h_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  line-height: 1;
}
.header .h_right nav .h_tel a {
  color: #bd9f6a;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.header .h_right nav .h_tel p {
  color: #bd9f6a;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
}
.header .h_right nav .h_tel p span {
  font-family: "Barlow Condensed", sans-serif;
}
.header .sp_trial {
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 998;
}
@media screen and (min-width: 1080px) {
  .header .sp_trial {
    display: none;
  }
}
.header .sp_trial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89px;
  height: 60px;
  background: #bd9f6a;
  color: #fff;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* gnav.scss */
@media screen and (min-width: 1080px) {
  .header_menu {
    width: calc(100% - 40px);
    max-width: 1120px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 997;
  }
}

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 0;
  z-index: 999;
  background: #292929;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .toggle {
    display: none;
  }
}
.toggle.active span {
  background: #fff;
}
.toggle.active span:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 28px;
}
.toggle.active span:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 9px;
}
.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle span {
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 25px;
  height: 1px;
  background: #fff;
}
.toggle span:last-of-type {
  margin-top: 20px;
}
.toggle span:nth-of-type(2) {
  opacity: 1;
  margin-top: 10px;
}

.toggle.isWhite span {
  border-bottom: solid 1px #000;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav_menu {
  position: fixed;
  top: -110vh;
  z-index: 990;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: auto;
  background: #292929;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .nav_menu.active {
    top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .nav_inner {
  position: relative;
  background: #292929;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner > ul li {
  width: 100%;
  border-bottom: solid 1px #616161;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner > ul li a,
.nav_menu .nav_inner > ul li #dropdown_sp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  line-height: 1;
  position: relative;
  font-size: 2.5rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  padding: 20px 0 15px;
  cursor: pointer;
}
.nav_menu .nav_inner > ul li a p,
.nav_menu .nav_inner > ul li #dropdown_sp p {
  line-height: 1;
  margin-right: 10px;
  line-height: 1.5;
  font-size: 3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.nav_menu .nav_inner > ul li a small,
.nav_menu .nav_inner > ul li #dropdown_sp small {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 980px) {
  .nav_menu .nav_inner > ul li a small,
  .nav_menu .nav_inner > ul li #dropdown_sp small {
    top: -3px;
  }
}
.nav_menu .nav_inner > ul li #dropdown_sp::before {
  background: #fff;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.nav_menu .nav_inner > ul li #dropdown_sp::after {
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav_menu .nav_inner > ul li #dropdown_sp.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.nav_menu .nav_inner > ul li #dropdown_sp + ul {
  display: none;
  margin-left: 21.75%;
  width: 78.25%;
  padding: 10px 0 20px;
}
.nav_menu .nav_inner > ul li #dropdown_sp + ul li a {
  font-size: 2rem;
  width: 100%;
}
.nav_menu .nav_inner .nav_bottom {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner .nav_bottom ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu .nav_inner .nav_bottom ul li p {
  color: #fff;
  font-size: 1.1rem;
}
.nav_menu .nav_inner .nav_bottom ul li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: underline;
}
.nav_menu .nav_inner .nav_bottom figure {
  margin: 35px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu .nav_inner .nav_bottom p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
}
.nav_menu .nav_inner .nav_bottom p a {
  color: #fff;
}

.nav_inner.active::before {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

/* footer.scss */
.footer_top {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: url("../images/common/f_bg_sp.jpg") no-repeat #292929;
  background-size: cover;
  height: 327px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 400px) {
  .footer_top {
    background-size: contain;
    background-position: 55px 0;
  }
}
@media screen and (min-width: 480px) {
  .footer_top {
    background-position: right;
  }
}
@media screen and (min-width: 769px) {
  .footer_top {
    background: url("../images/common/f_bg_pc.jpg") no-repeat #292929;
    background-size: cover;
    background-position: 80px 0;
    height: 412px;
  }
}
@media screen and (min-width: 1080px) {
  .footer_top {
    background: url("../images/common/f_bg_pc.jpg") no-repeat #292929;
    background-size: contain;
    background-position: right;
  }
}
.footer_top .inner_contents {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
    height: 100%;
    padding-top: 0;
  }
}
.footer_top .inner_contents .left {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .left {
    margin-bottom: 0;
  }
}
.footer_top .inner_contents .left > p {
  margin-bottom: 36px;
}
.footer_top .inner_contents .left a {
  background: #bd9f6a;
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer_top .inner_contents .left a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .left a {
    width: 450px;
    height: 100px;
    font-size: 1.8rem;
    padding: 0 30px 0 36px;
  }
}
.footer_top .inner_contents .left a p {
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_top .inner_contents .left a svg.free_arrow {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer_top .inner_contents .left a:hover {
  opacity: 1;
  background: #fff;
  color: #292929;
}
.footer_top .inner_contents .left a:hover svg.free_arrow {
  left: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer_top .inner_contents .left a:hover svg.free_arrow path {
  stroke: #292929;
}
.footer_top .inner_contents .left a:hover svg.free_contact path {
  fill: #292929;
}
.footer_top .inner_contents .left a:hover svg.free_contact path.p_359, .footer_top .inner_contents .left a:hover svg.free_contact path.p_360, .footer_top .inner_contents .left a:hover svg.free_contact path.p_361 {
  fill: #fff;
}

.footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  background: #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #4a4a4a;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 35px;
  }
}
.footer .footer_bottom .inner_contents {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents {
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16px;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo {
  margin-bottom: 20px;
}
.footer .footer_bottom .inner_contents .left .f_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 202px;
}
.footer .footer_bottom .inner_contents .left .f_logo figure img {
  width: 100%;
  height: auto;
}
.footer .footer_bottom .inner_contents .left address {
  font-style: normal;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer_bottom .inner_contents .left address p {
  color: #fff;
  line-height: 1.6;
}
.footer .footer_bottom .inner_contents .left address p a {
  color: #fff;
}
.footer .footer_bottom .inner_contents .right {
  display: none;
}
@media screen and (min-width: 920px) {
  .footer .footer_bottom .inner_contents .right {
    display: block;
  }
}
.footer .footer_bottom .inner_contents .right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #292929;
  font-size: 1.5rem;
}
.footer .footer_bottom .inner_contents .right nav span {
  font-weight: 700;
}
.footer .footer_bottom .inner_contents .right nav ul {
  margin-left: 40px;
}
.footer .footer_bottom .inner_contents .right nav ul li {
  margin-bottom: 2px;
}
.footer .footer_bottom .inner_contents .right nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
}
.footer .footer_bottom .inner_contents .right nav ul.nav_shop li {
  color: #fff;
}
.footer .footer_bottom .inner_contents .right nav ul.nav_shop li a {
  position: relative;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer_bottom .inner_contents .right nav ul.nav_shop li a::before {
  background: #fff;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .footer .privacy {
    max-width: 1140px;
  }
}
.footer .privacy a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #fff;
}
.footer .privacy a:hover {
  text-decoration: none;
}
.footer .privacy p {
  color: #fff;
  font-size: 1.1rem;
}