@charset "UTF-8";
/* =============================================================================
    Reset style
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

table {
  border-spacing: 0;
}

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

/* =============================================================================
    Basic style
   ========================================================================== */
/*
 * body InitialStyle
 */
body {
  -webkit-text-size-adjust: none;
  background: #fff;
}

/*
 * Wrapper InitialStyle
 */
#wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

/*
 * Inner InitialStyle
 */
.inner {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
/* =============================================================================
   Image
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Image center */
.img-center {
  display: block;
  margin: 0 auto;
}

/* =============================================================================
   Common Style
   ========================================================================== */
table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 100%;
  font: 115% monospace;
  line-height: 150%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

ul, li {
  list-style: none;
}

input[type=text], input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  background-color: white;
  border: none;
  padding: 0;
}

/*
 * box-sizing
 */
div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, table, tr, th, td, article, aside, header, footer, section, nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
   Typography
   ========================================================================== */
body {
  color: #000;
  letter-spacing: 0px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

p {
  line-height: 1.6;
  text-align: left;
}

dt, dd {
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.6;
}

a {
  color: #2bb9e1;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  　tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  background-color: white;
  border: none;
  padding: 0;
}

/*
 * convenient styles
 */
.tac, ta-c {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.ttl-font {
  text-align: center;
  font-weight: bold;
}

.block-center {
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

/*
 * color
 */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.navy {
  color: #233346;
}

.gray {
  color: #666;
}

/* yellow-marker */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff799));
  background: linear-gradient(transparent 60%, #fff799 60%);
  background: -webkit-linear-gradient(transparent 60%, #fff799 0%);
  color: #ff6a06;
  font-weight: bold;
}

/*
 * letter-spacing
 */
.xs-spacing {
  letter-spacing: 0.05rem;
}

.s-spacing {
  letter-spacing: 0.1rem;
}

.m-spacing {
  letter-spacing: 0.15rem;
}

.l-spacing {
  letter-spacing: 0.2rem;
}

/*
 * line-height
 */
.line15 {
  line-height: 1.5;
}

.line16 {
  line-height: 1.6;
}

.line17 {
  line-height: 1.7;
}

.line18 {
  line-height: 1.8;
}

.line19 {
  line-height: 1.9;
}

.line20 {
  line-height: 2;
}

/**
 *
 * Enter the font size
 * pattern to be used in this coding.
 *
 */
.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 30px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

/* =============================================================================
    Layout style
   ========================================================================== */
/* Header */
#header {
  width: 100%;
}

/* Footer */
#footer {
  width: 100%;
}

/* Container */
#container {
  width: 100%;
}

/*
 * display
 */
.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/*
 * float
 */
.left {
  float: left;
}

.right {
  float: right;
}

/*
 * position styles
 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.front-position {
  position: relative;
  z-index: 1;
}

/* absolute-center */
.ab-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/*
 * flex box
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.f-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

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

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

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

.flex-ai-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

/* =============================================================================
    Others
   ========================================================================== */
/* Header fix */
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

/* arrow */
.arrow:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

/* background */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-flex {
  background-size: 100% auto;
}

/*
 * clearfix
 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
 * hover effect
 */
.ov {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ov:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*==============================================================================
	popup
============================================================================= */
#js-popup {
  position: relative;
  display: none;
  width: 960px;
  margin: 0 auto;
  z-index: 100000;
}

.popup-block {
  position: fixed;
  bottom: -338px;
  right: 5px;
  width: 440px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup-block .toggle-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: url(../img/popup_toggle01.png) no-repeat 50% 0;
  background-size: cover;
  z-index: 1000000;
}

.popup-block .close-btn:hover {
  cursor: pointer;
}

.popup-block a {
  text-decoration: none;
}

.open .popup-block {
  bottom: 5px;
}

.open .popup-block .toggle-btn {
  background-position: 50% bottom;
}

body {
  color: #333;
  letter-spacing: 0px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.yugo {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.noto {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.u-target {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.u-target:hover {
  opacity: 0.8;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    color: #333;
    letter-spacing: 0px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  html {
    font-size: 3.125vw;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .fs-14 {
    font-size: 0.7rem;
  }
  .fs-16 {
    font-size: 0.8rem;
  }
  .fs-18 {
    font-size: 0.9rem;
  }
  .fs-20 {
    font-size: 1rem;
  }
  .fs-22 {
    font-size: 1.1rem;
  }
  .fs-23 {
    font-size: 1.15rem;
  }
  .fs-24 {
    font-size: 1.2rem;
  }
  .fs-26 {
    font-size: 1.3rem;
  }
  .fs-28 {
    font-size: 1.4rem;
  }
  .fs-30 {
    font-size: 1.5rem;
  }
  .fs-32 {
    font-size: 1.6rem;
  }
  .fs-34 {
    font-size: 1.7rem;
  }
  .fs-35 {
    font-size: 1.75rem;
  }
  .fs-36 {
    font-size: 1.8rem;
  }
  .fs-38 {
    font-size: 1.9rem;
  }
  .fs-40 {
    font-size: 2rem;
  }
  .fs-42 {
    font-size: 2.1rem;
  }
  .fs-43 {
    font-size: 2.15rem;
  }
  .fs-44 {
    font-size: 2.2rem;
  }
  .fs-46 {
    font-size: 2.3rem;
  }
  .fs-48 {
    font-size: 2.4rem;
  }
  .fs-50 {
    font-size: 2.5rem;
  }
  .fs-52 {
    font-size: 2.6rem;
  }
  .fs-60 {
    font-size: 3rem;
  }
  .fs-64 {
    font-size: 3.2rem;
  }
  .fs-80 {
    font-size: 4rem;
  }
  .fs-88 {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .header-bg {
    padding: 13px 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b4f68), to(#233346));
    background: linear-gradient(#3b4f68, #233346);
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
  }
  .header-logo {
    width: 314px;
  }
  .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-phone-ttl {
    color: #ffffff;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    text-align: center;
  }
  .header-phone-num {
    color: #ffffff;
    font-weight: 500;
    font-size: 35.3px;
    line-height: 1;
    text-align: center;
  }
  .header-phone-time {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.035em;
    line-height: 1;
    text-align: center;
  }
  .header-btn-line {
    width: 240px;
    margin: 0 9px 0 10px;
  }
  .header-btn-mail {
    width: 250px;
  }
  .header-nav {
    padding: 22px 0;
    background: #ffffff;
  }
  .header-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    gap: 83px;
    padding: 0 15px 0 0;
  }
  .header-nav-item {
    color: #1c1c1c;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    /* ハンバーガーナビ */
    /* ボタン */
    /* ヘッダー開いたときのoverflow */
  }
  .header .header-inner {
    position: fixed;
    min-height: 5rem;
    padding: 0 1rem;
    color: #fff;
    background: url(../img/header-bg-sp.webp) no-repeat center center/cover;
    z-index: 9993;
  }
  .header .header-logo {
    float: left;
    width: 15rem;
    margin: 1rem 0 0;
  }
  .header .nav_hidden {
    position: absolute;
    width: 32rem; /* height: 100vh; */
    margin-left: -1rem;
    overflow: hidden;
  }
  .header #nav_h.nav_hidden {
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 100vh;
  }
  .header #nav {
    display: block;
    position: absolute;
    top: 0; /*ナビメニューを左に隠した状態になる*/
    right: 100%;
    width: 32rem;
    height: 100vh;
    background: #223345; /*.7秒かけてナビメニューがスライドする*/
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 9994;
    overflow: scroll;
  }
  .header #nav ul {
    padding: 7rem 0 5.04rem;
  }
  .header #nav ul li {
    padding-left: 2.7rem;
    list-style-type: none;
    font-size: 20px;
    border-top: 0.07rem solid #132130;
  }
  .header #nav ul li:last-child {
    border-bottom: 0.07rem solid #132130;
  }
  .header #nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3.214;
    letter-spacing: 0.2em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header #nav a span {
    color: #9c9c9c;
  }
  .header .nav_btn_phone {
    width: 28rem;
    margin: 0 auto 0.85rem;
  }
  .header .nav_btn_phone_txt {
    width: 27rem;
    margin: 0 3rem 2.35rem;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-indent: -1em;
  }
  .header .nav_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 28rem;
    margin: 0 auto;
  }
  .header .nav_btn_line {
    width: 13rem;
  }
  .header .nav_btn_mail {
    width: 13rem;
  }
  .header #hamburger {
    display: block;
    position: fixed;
    float: right;
    margin: 0.6rem 1rem 0 26.5rem;
    padding: 0 1rem;
    cursor: pointer;
    width: 3.7rem;
    height: 3.75rem;
    background: #fff;
    z-index: 9999;
  }
  .header #hamburger span {
    display: block;
    position: absolute;
    width: 1.7rem;
    height: 1px;
    top: 0;
    background: #314151;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header #hamburger span:nth-child(1) {
    top: 1.2rem;
  }
  .header #hamburger span:nth-child(2) {
    top: 1.9rem;
  }
  .header #hamburger span:nth-child(3) {
    top: 2.6rem;
  }
  .header #hamburger.active span:nth-child(1) {
    top: 2rem;
    background: #314151;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header #hamburger.active span:nth-child(2),
  .header #hamburger.active span:nth-child(3) {
    top: 2rem;
    background: #314151;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header #wrapper.hidden {
    height: 100vh;
    overflow: hidden;
  }
  .header #nav.active {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: block;
  }
  .header #container {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .fv-bg {
    padding: 62px 0 100px;
    background: url(../img/fv_bg.webp) no-repeat center center/cover;
  }
  .fv-inner {
    width: 1200px;
  }
  .fv h1 {
    position: relative;
    width: 520px;
    padding: 43px 0 43px 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f4a7e), to(#1c324d));
    background: linear-gradient(to bottom, #1f4a7e, #1c324d);
    color: #ffffff;
    font-weight: 500;
    font-size: 47.47px;
    letter-spacing: 0.06em;
    line-height: 1.59;
  }
  .fv h1::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
    width: 94px;
    height: 46px;
    background: url(../img/fv_bg_line.webp) no-repeat center center/cover;
  }
  .fv h1::after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 12px;
    width: 94px;
    height: 46px;
    background: url(../img/fv_bg_line.webp) no-repeat center center/cover;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fv h1 .yellow {
    color: #ede57e;
    font-size: 63.3px;
    line-height: 1.4;
  }
  .fv h1 .big {
    font-size: 50px;
  }
  .fv-badges {
    width: 520px;
  }
  .fv-product {
    position: absolute;
    bottom: -64px;
    left: 486px;
    width: 503px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin: 5rem 0 0;
  }
  .fv-bg {
    padding: 1.55rem 0 0;
    background: url(../img/fv_bg_sp.webp) no-repeat top center/34rem;
  }
  .fv h1 {
    position: relative;
    width: 11.3rem;
    margin: 0 0 2.5rem;
    padding: 1.5rem 1.25rem 1.5rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f4a7e), to(#1c324d));
    background: linear-gradient(to bottom, #1f4a7e, #1c324d);
    color: #ffffff;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.59;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .fv h1::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    width: 1.75rem;
    height: 3.6rem;
    background: url(../img/fv_bg_line_sp.webp) no-repeat center center/cover;
  }
  .fv h1::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 0.55rem;
    width: 1.75rem;
    height: 3.6rem;
    background: url(../img/fv_bg_line_sp.webp) no-repeat center center/cover;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fv h1 .yellow {
    color: #ede57e;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .fv h1 .big {
    font-size: 1.9rem;
  }
  .fv-badges {
    width: 32rem;
    margin: 0 0 0 -1rem;
  }
  .fv-product {
    position: absolute;
    bottom: 7rem;
    right: 0.5rem;
    width: 20.7rem;
  }
}
@media screen and (min-width: 769px) {
  .items .items_bg {
    padding: 60px 0 46px;
    background: #fff;
  }
  .items h2 {
    margin: 0 0 35px;
    color: #0b2d57;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .items h2 span {
    font-size: 48px;
  }
  .items .items_list {
    width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 25px;
  }
  .items .items_list02 {
    width: 900px;
  }
  .items .items_name {
    position: relative;
    padding: 26px 0;
    background: #9f8222;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.04em;
    text-align: center;
    z-index: 1;
  }
  .items .items_img {
    margin: 0 auto;
  }
  .items .items_txt02 {
    width: 980px;
    margin: 20px auto 0;
    padding: 16px 40px;
    background: #f6f0cf;
    color: #656462;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.04em;
  }
  .items .item_btn {
    width: 541px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .items .items_bg {
    padding: 2.75rem 0 2rem;
    background: #fff;
  }
  .items h2 {
    margin: 0 0 2rem;
    color: #0b2d57;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .items h2 span {
    font-size: 2.4rem;
  }
  .items .items_list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem 0.75rem;
  }
  .items .items_name {
    position: relative;
    padding: 0.5rem 0;
    background: #9f8222;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    text-align: center;
    z-index: 1;
  }
  .items .items_img {
    margin: 0 auto;
  }
  .items .items_txt02 {
    margin: 1.5rem auto 0;
    padding: 0.9rem 1.05rem;
    background: #f6f0cf;
    color: #656462;
    font-size: 1.3rem;
    line-height: 1.61;
    letter-spacing: 0.02em;
  }
  .items .item_btn {
    width: 27.05rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .topNews .topNews-contents {
    min-width: 980px;
    padding: 43px 0 45px;
    background: #f1f1f1;
  }
  .topNews .topNews-inner {
    width: 800px;
    margin: 0 auto;
  }
  .topNews .topNews-ttl {
    position: relative;
    color: #0b2d57;
    font-size: 36px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .topNews .topNews-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 307px;
    height: 2px;
    border-top: #0b2d57 solid 1px;
  }
  .topNews .topNews-ttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 307px;
    height: 2px;
    border-top: #0b2d57 solid 1px;
  }
  .topNews .topNews-txt {
    margin: 19px auto 0;
    padding: 25px 0;
    background: #fff;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .topNews .topNews-txt .fs01 {
    color: #d75050;
  }
  .topNews .topNews-txt .fs02 {
    text-decoration: underline;
  }
  .topNews .topNews-txt .small {
    font-size: 18px;
  }
  .topNews #js-news01, .topNews #js-news02, .topNews #js-news03 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topNews .topNews-contents {
    padding: 1.8rem 0 1.8rem;
    background: #f1f1f1;
  }
  .topNews .topNews-inner {
    padding: 0;
  }
  .topNews .topNews-ttl {
    position: relative;
    color: #0b2d57;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .topNews .topNews-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9rem;
    height: 0.1rem;
    border-top: #0b2d57 solid 1px;
  }
  .topNews .topNews-ttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9rem;
    height: 0.1rem;
    border-top: #0b2d57 solid 1px;
  }
  .topNews .topNews-txt {
    margin: 1.2rem auto 0;
    padding: 1.35rem 0;
    background: #fff;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
  }
  .topNews .topNews-txt .fs01 {
    color: #d75050;
  }
  .topNews .topNews-txt .fs02 {
    text-decoration: underline;
  }
  .topNews .topNews-txt .small {
    display: block;
    margin: 0.4rem 0 0;
    font-size: 1.2rem;
  }
  .topNews .topNews-txt .small.mbs {
    margin: 0 0 0.4rem;
  }
  .topNews #js-news01, .topNews #js-news02, .topNews #js-news03 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .compare .inner {
    width: 1000px;
  }
  .compare .compare_bg {
    padding: 51px 0 65px;
    background: url(../img/compare_bg01.webp) no-repeat center/cover;
  }
  .compare .compare_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 980px;
    height: 80px;
    padding: 10px 0 0;
    background: #223245;
    color: #fff5a2;
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  .compare .compare_ttl .size {
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
  }
  .compare .compare_txt {
    width: 999px;
    margin: 20px auto 0;
    padding: 5px 0 10px 21px;
    background: #fefae2;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(3%, #fefae2), color-stop(95%, #fefae2), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fefae2 3%, #fefae2 95%, rgba(0, 0, 0, 0));
    color: #233346;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .compare .compare_txt .color-red {
    color: #d75050;
  }
  .compare .compare_txt .big {
    font-size: 34px;
  }
  .compare .compare_graph {
    width: 714px;
    margin: 33px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .compare .compare_bg {
    padding: 0.6rem 0 1.9rem;
    background: url(../img/compare_bg_sp.webp) no-repeat center/cover;
  }
  .compare .compare_ttl {
    padding: 0.8rem 0 0.6rem;
    background: url(../img/pattern01.webp) repeat;
    color: #fff5a2;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
  .compare .compare_graph {
    width: 28rem;
    margin: 1.05rem auto 1.8rem;
  }
  .compare .compare_ttl .size {
    display: block;
    color: #fff;
    font-size: 1.5rem;
  }
  .compare .compare_txt {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.35;
    text-shadow: 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff;
  }
  .compare .compare_txt .color-red {
    color: #d75050;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .result .bg {
    min-width: 980px;
    padding: 32px 0 90px;
    background: url(../img/result_bg01.webp) no-repeat center/cover;
  }
  .result h2 {
    width: 920px;
    margin: 0 0 26px 57px;
  }
  .result .result-item {
    margin: 0 0 30px;
  }
  .result .result-item .photo {
    position: relative;
    width: 347px;
    height: 280px;
  }
  .result .result-item .photo .type {
    position: absolute;
    top: 0;
    left: 0;
    width: 163px;
    height: 105px;
    padding: 12px 0 0 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #35567e)) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #35567e 50.5%) no-repeat top left/100% 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .result .result-item .photo .price {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 60px;
    padding: 0 12px 0 19px;
    color: #fff;
    background: #7f661a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .result .result-item .photo .price .fs-22 {
    display: table-cell;
    vertical-align: middle;
  }
  .result .result-item .photo .price .fs-26 {
    display: table-cell;
    vertical-align: middle;
  }
  .result .result-item .photo .price .fs-42 {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px !important;
    line-height: 42px;
    text-align: right;
  }
  .result .result-item .txt-block {
    width: 633px;
    height: 280px;
    background: #fff;
  }
  .result .result-item .pic {
    position: relative;
    margin: 30px 0 0 69px;
  }
  .result .result-item .pic figcaption {
    width: 124px;
    margin: 6px 0 0;
    color: #333;
    font-size: 11px;
    text-align: center;
  }
  .result .result-item .pic .pic-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 152px;
    height: 2.5em;
    margin: auto;
    color: #1c1c1c;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.06em;
  }
  .result .result-item .detail-txt {
    padding: 37px 0 0 54px;
    color: #333;
    line-height: 30px;
    letter-spacing: 0.06em;
  }
  .result .result-item .detail-txt b {
    color: #d75050;
  }
  .result .result-item:nth-child(1) .photo .price .fs-42 {
    letter-spacing: 0.02em;
    font-size: 42px;
  }
  .result .result-item:nth-child(3) .pic {
    margin-top: 20px;
  }
  .result .result-item:nth-child(3) .detail-txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .result-bg {
    padding: 5.5rem 0 0.1rem;
    background: url(../img/result_bg_sp.webp) no-repeat top/cover;
  }
  .result .result-list {
    padding: 0 1rem;
  }
  .result .result-item {
    position: relative;
    margin: 0 0 1rem;
  }
  .result .price {
    display: table;
    width: 100%;
    color: #fff;
    line-height: 4rem;
    text-align: center;
    background: #7f661a;
  }
  .result .price .fs-30 {
    display: table-cell;
    vertical-align: middle;
    width: 31%;
    text-align: right;
  }
  .result .price .fs-60 {
    display: table-cell;
    vertical-align: middle;
    width: 69%;
    text-align: center;
    padding: 0 1rem 0 0;
  }
  .result .detail-block {
    background: #fff;
    padding: 1.7rem 0 2.1rem;
  }
  .result .detail-block .pic {
    position: relative;
  }
  .result .detail-block .pic figcaption {
    width: 9rem;
    margin: 0.5rem 0 0 0.9rem;
    color: #333;
    font-size: 0.8rem;
    text-align: center;
  }
  .result .detail-block .pic .pic-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10.5rem;
    height: 2.5em;
    margin: auto;
    color: #1c1c1c;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.9rem;
  }
  .result .txt-block {
    padding: 2.5rem 0.9rem 0;
  }
  .result .txt-block .fs-26 {
    padding: 0 0 0 0.3rem;
  }
  .result .txt-block .fs-26 b {
    color: #d75050;
  }
  .result .color {
    color: #d75050;
  }
  .result .result-top {
    padding: 1rem 0 0;
  }
  .result .result-top-txt01 {
    color: #233346;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .result .result-top-txt01 .sub {
    font-size: 2.35rem;
    font-weight: normal;
  }
  .result .result-top-txt01 .item {
    font-size: 3.4rem;
  }
  .result .result-top-txt01 .num {
    margin: 0 0.5rem 0 0;
    font-size: 5rem;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .result .result-top-txt02 {
    margin: 0.7rem 0 0;
    color: #233346;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.04em;
  }
  .result .result-top-txt02 .color {
    letter-spacing: -0.08em;
  }
  .result .result-ttlblock {
    position: relative;
  }
  .result .result-ttl-sub {
    margin: 0 0 0 1.6rem;
    color: #373000;
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff;
  }
  .result .result-ttl {
    position: relative;
    margin: 3rem 0;
    color: #1c1c1c;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff;
    letter-spacing: 0.04em;
  }
  .result .result-ttl .size {
    font-size: 3.5rem;
  }
  .result .result-ttl::before,
  .result .result-ttl::after {
    content: "";
    position: absolute;
    width: 31.7rem;
    height: 0.1rem;
    left: 0.1rem;
    background: url(../img/result_item01.webp) no-repeat 50% 0/cover;
  }
  .result .result-ttl::before {
    top: -1.5rem;
  }
  .result .result-ttl::after {
    bottom: -1.5rem;
  }
  .result .result-ttl-catch {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.5rem;
    height: 9.5rem;
    top: -3.7rem;
    right: -0.25rem;
    background: #d75050;
    border-radius: 50%;
  }
  .result .result-ttl-catch .txt {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    text-align: center;
    text-shadow: -1px -1px 0 #8c100f;
    line-height: 1.2;
  }
  .result .result-ttl-catch .size {
    margin: 0 0.25rem 0 0;
    font-style: italic;
    font-size: 1.8rem;
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 769px) {
  .qre {
    /* スライダーCSS */
  }
  .qre .bg {
    min-width: 980px;
    padding-bottom: 153px;
    background: url(../img/qre_bg.webp) no-repeat center/cover;
  }
  .qre h2 {
    position: relative;
    background: #35567e;
    padding: 34px 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .qre h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -32px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 15px 0 15px;
    border-color: #35567e transparent transparent transparent;
  }
  .qre h2 span {
    font-size: 46px;
  }
  .qre .qre-lead {
    margin: 66px auto 0;
    color: #d75050;
    font-size: 56px;
    text-align: center;
  }
  .qre .qre-list {
    width: 980px;
    height: 471px;
    margin: 40px auto 0;
    padding: 40px 0;
    background: #fcfcf9;
  }
  .qre .qre-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 75px;
  }
  .qre .qre-txtimg {
    width: 358px;
    margin-right: 32px;
  }
  .qre .qre-contents {
    width: 460px;
  }
  .qre .qre-subttl {
    position: relative;
    width: 76px;
    margin: 20px auto 0;
    color: #35567e;
    font-size: 30px;
  }
  .qre .qre-subttl::before,
  .qre .qre-subttl::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -200px;
    width: 175px;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #35567e), to(#fff));
    background: linear-gradient(to left, #35567e 80%, #fff);
  }
  .qre .qre-subttl::after {
    left: auto;
    right: -200px;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #35567e), to(#fff));
    background: linear-gradient(to right, #35567e 80%, #fff);
  }
  .qre .qre-txtbox {
    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;
    margin: 32px auto 0;
  }
  .qre .qre-note {
    width: 144px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .qre .qre-note img {
    width: 124px;
    margin-bottom: 6px;
  }
  .qre .qre-txt {
    width: 220px;
    margin-left: 37px;
    color: #1c1c1c;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .qre .qre-btn {
    width: 273px;
    margin: 28px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .qre .qre-btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
  }
  .qre .bx-wrapper {
    position: relative;
  }
  .qre .bx-viewport {
    height: 391px;
  }
  .qre .bx-prev {
    position: absolute;
    top: 49%;
    left: -2%;
    z-index: 999;
  }
  .qre .bx-next {
    position: absolute;
    top: 49%;
    right: -2%;
    z-index: 999;
  }
  .qre #qre-slideDot {
    position: relative;
    z-index: 999;
  }
  .qre #qre-slideDot .bx-pager {
    position: absolute;
    bottom: -95px;
    width: 100%;
    padding-top: 0;
    color: #666;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
  }
  .qre #qre-slideDot .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .qre #qre-slideDot .bx-pager a {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 9.5px;
    outline: 0;
    text-indent: -9999px;
    border: 1px solid #35567e;
    background: rgba(255, 255, 255, 0);
    border-radius: 7.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .qre #qre-slideDot .bx-pager a:hover,
  .qre #qre-slideDot .bx-pager a.active {
    background: #35567e;
  }
}
@media screen and (max-width: 768px) {
  .qre {
    /* スライダーCSS */
  }
  .qre .bg {
    padding-bottom: 7.8rem;
    background: url(../img/qre_bg.webp) no-repeat center/cover;
  }
  .qre h2 {
    position: relative;
    background: #35567e;
    padding: 1.1rem 0 0.85rem;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .qre h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.25rem;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6rem 0.75rem 0 0.75rem;
    border-color: #35567e transparent transparent transparent;
  }
  .qre h2 span {
    font-size: 2.3rem;
  }
  .qre .qre-lead {
    margin: 2.45rem auto 0;
    color: #d75050;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
  }
  .qre .qre-list {
    width: 30rem;
    height: 21.65rem;
    margin: 2rem auto 0;
    padding: 2rem 0 1.85rem 1.35rem;
    background: #fcfcf9;
  }
  .qre .qre-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .qre .qre-txtimg {
    width: 12.6rem;
    margin-right: 1.7rem;
  }
  .qre .qre-contents {
    width: 13.9rem;
  }
  .qre .qre-subttl {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;
    color: #35567e;
    font-size: 1.5rem;
  }
  .qre .qre-subttl::before,
  .qre .qre-subttl::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -5rem;
    width: 4rem;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #35567e), to(#fff));
    background: linear-gradient(to left, #35567e 80%, #fff);
  }
  .qre .qre-subttl::after {
    left: auto;
    right: -5rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #35567e), to(#fff));
    background: linear-gradient(to right, #35567e 80%, #fff);
  }
  .qre .qre-txtbox {
    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;
    margin: 1.35rem auto 0;
  }
  .qre .qre-note {
    width: 144px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .qre .qre-note img {
    width: 124px;
    margin-bottom: 6px;
  }
  .qre .qre-txt {
    color: #1c1c1c;
    font-size: 1.3rem;
    line-height: 1.53;
    letter-spacing: 0.02em;
  }
  .qre .qre-btn {
    position: absolute;
    bottom: 0;
    right: 1.4rem;
    width: 13.65rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .qre .qre-btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
  }
  .qre .bx-wrapper {
    position: relative;
  }
  .qre .bx-prev {
    position: absolute;
    bottom: -10rem;
    left: -2.5rem;
    z-index: 999;
    width: 6.7rem;
  }
  .qre .bx-next {
    position: absolute;
    bottom: -10rem;
    right: -1rem;
    z-index: 999;
    width: 6.7rem;
  }
  .qre #qre-slideDot {
    position: relative;
    z-index: 999;
  }
  .qre #qre-slideDot .bx-pager {
    position: absolute;
    bottom: -7.75rem;
    width: 100%;
    padding-top: 0;
    color: #666;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
  }
  .qre #qre-slideDot .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .qre #qre-slideDot .bx-pager a {
    display: block;
    width: 0.95rem;
    height: 0.95rem;
    margin: 0 0.475rem;
    outline: 0;
    text-indent: -9999px;
    border: 1px solid #35567e;
    background: rgba(255, 255, 255, 0);
    border-radius: 7.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .qre #qre-slideDot .bx-pager a:hover,
  .qre #qre-slideDot .bx-pager a.active {
    background: #35567e;
  }
}
@media screen and (min-width: 769px) {
  #modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
  }
  .modal-item {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60vh;
    margin: 50px auto;
    z-index: 1000001;
    text-align: center;
  }
  .modal-box-image {
    width: 100%;
    height: 100%;
  }
  .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
  }
  .modal-item {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30rem;
    height: 70%;
    margin: auto;
    z-index: 1000001;
  }
  .modal-close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -3.5rem;
    right: 0;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* 電話モーダル */
  .modal-list.modal02 .modal-item {
    height: 40.5rem;
    padding: 6.25rem 0 0;
    background: #fff;
  }
  .modal-list.modal02 .modal-close {
    width: 4.15rem;
    height: 4.15rem;
  }
  .modal-list.modal02 .txt01 {
    margin-bottom: 1rem;
    color: #333333;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .modal-list.modal02 .txt01 .em {
    font-size: 1.6rem;
  }
  .modal-list.modal02 .txt02 {
    margin: 2.6rem auto 1rem;
    color: #333333;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .modal-list.modal02 .txt02::after {
    display: block;
    content: "";
    width: 26rem;
    height: 0.1rem;
    margin: 0.5rem auto 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
  }
  .modal-list.modal02 .btn,
  .modal-list.modal02 .sub {
    width: 28rem;
    margin: 0 auto;
  }
  .modal-list.modal02 .modal-close {
    top: 0;
    background-color: #7d8b9c;
  }
  .modal-list.modal02 .txt03 {
    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: 18.7rem;
    height: 3.75rem;
    margin: 3.05rem auto 0;
    font-size: 1.3rem;
    border: solid #000 0.05rem;
    background-color: #dfdede;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .cta {
    /* LINE停止20230110 */
  }
  .cta .bg-gradation {
    padding: 45px 20px 18px;
    background: #4a617d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #243447), color-stop(70%, #40556e), to(#4a617d));
    background: linear-gradient(#243447 0, #40556e 70%, #4a617d);
  }
  .cta h2 {
    min-width: 980px;
    margin: 0 0 25px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .cta .corona_note {
    width: 920px;
    margin: 0 auto;
    border-color: #09274c;
  }
  .cta .corona_note dt .color {
    font-size: 26px;
  }
  .cta .corona_note dd {
    font-size: 20px;
    border-top: 1px solid #09274c;
  }
  .cta .cta_catch_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta .cta_catch_item {
    width: 304px;
    border: 1px solid #09274c;
    background: #fff;
  }
  .cta .cta_catch_item:nth-child(2) {
    margin: 0 0 0 5px;
  }
  .cta .cta_catch_item .txt {
    color: #243448;
    font-size: 25px;
    text-align: center;
  }
  .cta .cta_catch_item .txt .color {
    color: #d75050;
  }
  .cta .cta_sub {
    min-width: 980px;
    margin: 35px 0 0;
    padding: 5px 0 9px;
    background: url(../img/cta_bg03.webp) no-repeat 50% 0/cover;
  }
  .cta .cta_subttl {
    position: relative;
    width: 540px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-shadow: 1px 1px #8c100f;
    letter-spacing: 0.08em;
  }
  .cta .cta_subttl .size {
    margin: 0 10px 0 -5px;
    font-style: italic;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: bottom;
  }
  .cta .cta_subttl::before, .cta .cta_subttl::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    top: 50%;
    background: #fff;
    text-align: center;
  }
  .cta .cta_subttl::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-25deg);
            transform: translateY(-50%) rotate(-25deg);
  }
  .cta .cta_subttl::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(25deg);
            transform: translateY(-50%) rotate(25deg);
  }
  .cta .tel-block {
    min-width: 980px;
    padding: 25px 0;
    background: url(../img/cta_bg01.webp) no-repeat 50% 0/cover;
  }
  .cta .cta_ttl {
    position: relative;
    margin: 0 0 16px;
    color: #656462;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
  .cta .cta_tel01 {
    width: 608px;
    margin: 0 auto;
  }
  .cta .cta_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 212px;
  }
  .cta .note {
    text-indent: -20px;
    font-weight: 500;
  }
  .cta .cta_flex-right {
    margin: 0 0 0 20px;
  }
  .cta .cta_img-txt {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 177px;
    height: 177px;
  }
  .cta .cta_tel02 {
    width: 612px;
    margin: 15px auto 0;
  }
  .cta .bg-gray {
    min-width: 980px;
    padding: 30px 12px;
    background: #f7f7f4;
  }
  .cta .bg-gray .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta .line-block {
    position: relative;
    width: 490px;
    padding: 0 0 0 40px;
    border-right: 1px solid #c3c3c3;
  }
  .cta .line-block .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta .line-block .lead, .cta .mail-block .lead {
    position: relative;
    width: 400px;
    margin: 0 0 20px;
    padding: 0 0 0 64px;
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .cta .mail-block {
    padding: 0 0 0 50px;
  }
  .cta .mail-block .lead {
    padding: 0 0 0 76px;
  }
  .cta .line-block .lead::before, .cta .mail-block .lead::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/cta_line01.webp) no-repeat 50% 0/cover;
  }
  .cta .mail-block .lead::before {
    background-image: url(../img/cta_mail01.webp);
  }
  .cta .line-block .line-qr {
    width: 140px;
  }
  .cta .line-block .txt {
    width: 288px;
    margin: 0 0 0 35px;
    line-height: 1.9;
  }
  .cta .mail-block {
    position: relative;
    width: 490px;
    padding: 0 0 0 50px;
  }
  .cta .mail-block .mail-btn {
    width: 420px;
  }
  .cta .line-block .line-stop {
    width: 470px;
    margin: 0 auto 15px -40px;
  }
  .cta .line-block .line-note {
    width: 420px;
    margin: 15px auto 15px -10px;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    border-bottom: #4a617d solid 1rem;
  }
  .cta .cta-ttl {
    padding: 1.3rem 1rem;
    background: #243448;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .cta .tel-block {
    padding: 0 0 3.5rem;
    background: url(../img/cta_bg01-2.webp) no-repeat 50% 0;
    background-size: cover;
    letter-spacing: 0.02em;
  }
  .cta .tel-block .cta-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    height: 12.5rem;
    margin: 0 -0.75rem 0 0;
  }
  .cta .tel-block .cta-lead .txt01 {
    color: #09274c;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: -0.01em;
  }
  .cta .tel-block .cta-lead .color {
    color: #d75050;
    font-size: 1.8rem;
  }
  .cta .tel-block .catch {
    width: 27.8rem;
    height: 2.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    display: flex;
    background: url(../img/cta_bg02.webp) no-repeat 50% 0/cover;
  }
  .cta .tel-block .catch .txt01 {
    width: 13.5rem;
    color: #09274c;
    font-size: 1.6rem;
    text-align: center;
  }
  .cta .tel-block .catch .txt01 .color {
    color: #d75050;
  }
  .cta .tel-block .catch .txt02 {
    width: 14.2rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.4rem;
  }
  .cta .tel-block .catch .txt02 .color {
    color: #fdf482;
    font-size: 1.9rem;
    vertical-align: bottom;
  }
  .cta .btn {
    width: 28rem;
    margin: 1.7rem auto 0;
  }
  .cta .tel-block .sub {
    width: 31.5rem;
    margin: 1.25rem -0.75rem 0;
  }
  .cta .tel-block .note {
    margin: 0.5rem 0 0;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  .cta .tel-block .time {
    width: 28rem;
    margin: 0.8rem auto 0;
    padding: 0.3rem 0;
    color: #233346;
    font-size: 1.1rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(3%, rgb(247, 247, 244)), to(rgb(247, 247, 244)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 244) 3%, rgb(247, 247, 244) 100%);
  }
  .cta .tel-block .license {
    margin: 1.25rem 0 0 3.5rem;
  }
  .cta .bg-gray {
    padding: 1.3rem 0 1.5rem;
    background: #f7f7f4;
  }
  .cta .line-block {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #c3c3c3;
  }
  .cta .line-block h3,
  .cta .mail-block h3 {
    margin: 0 0 0.9rem;
    font-size: 1.3rem;
    letter-spacing: 0.08rem;
  }
  .cta .wrap {
    position: relative;
    width: 28rem;
    margin: 0 auto;
  }
  .cta .baloon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.5rem;
    height: 9.5rem;
    top: -1.7rem;
    right: -1.6rem;
    background: #d75050;
    border-radius: 50%;
  }
  .cta .baloon .txt {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    text-align: center;
    text-shadow: -1px -1px 0 #8c100f;
    line-height: 1.2;
  }
  .cta .baloon .size {
    margin: 0 0.25rem 0 0;
    font-style: italic;
    font-size: 1.8rem;
    letter-spacing: -0.04em;
  }
  .cta #hero .line-stop {
    width: 32rem;
    margin: 2rem 0 1.6rem -1rem;
  }
  .cta .line-stop {
    width: 30rem;
    margin: 1rem auto 0;
  }
  .cta #hero .line-note,
  .cta .line-note {
    width: 26.8rem;
    margin: 1rem auto;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .cta .bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 0 0;
  }
  .cta .bottom-btns .line-btn,
  .cta .bottom-btns .mail-btn {
    width: 13rem;
  }
  .cta .bottom-btns .line-news {
    position: relative;
    z-index: 999;
  }
  .cta .bottom-btns .line-news-ttl {
    position: relative;
    color: #243448;
    text-align: center;
    text-decoration: underline;
    line-height: normal;
    letter-spacing: 0.06em;
  }
  .cta .bottom-btns .line-news-ttl::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #243448;
  }
  .cta .bottom-btns .line-news-note {
    position: absolute;
    top: 3.3rem;
    left: 0;
    width: 28rem;
    padding: 0.75rem 0.75rem 1rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    background: #faf6c6;
  }
  .cta .bottom-btns .line-news-note::before {
    content: "";
    position: absolute;
    top: -1.9rem;
    left: 6.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 1rem 1rem 1.5rem 1rem;
    border-style: solid;
    border-color: transparent transparent #faf6c6 transparent;
  }
  .cta .bottom-btns .tooltip {
    display: none;
    -webkit-animation: fade-in 0.5s;
            animation: fade-in 0.5s;
  }
  .cta .bottom-btns .tooltip.active {
    display: block;
  }
  @-webkit-keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 769px) {
  .consult .color-red02 {
    color: #d75050;
  }
  .consult .bg {
    min-width: 980px;
    background: url(../img/consult_bg01.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .consult .bg02 {
    background: url(../img/consult_bg02.webp) no-repeat 50% 0;
  }
  .consult .inner {
    padding: 68px 0 70px;
  }
  .consult h2 {
    width: 700px;
    margin: 0 auto 76px;
  }
  .consult .consult-item {
    margin: 0 0 70px;
  }
  .consult .consult-item .txt-block {
    width: 500px;
    padding: 0 0 0 10px;
  }
  .consult .consult-item .txt-block h3 {
    position: relative;
    line-height: 1.35;
    margin: 0 0 28px;
    padding: 0 0 18px;
    color: #483507;
    font-size: 38px;
    font-weight: normal;
  }
  .consult .consult-item-02 .txt-block h3 {
    width: 410px;
    margin: 0 0 0;
  }
  .consult .consult-item .txt-block h3:after {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 570px;
    height: 1px;
    background: #908159;
    background: -webkit-gradient(linear, left top, right top, from(rgb(105, 81, 23)), color-stop(90%, rgb(144, 129, 89)), to(rgba(144, 129, 89, 0)));
    background: linear-gradient(to right, rgb(105, 81, 23), rgb(144, 129, 89) 90%, rgba(144, 129, 89, 0));
    content: "";
  }
  .consult .consult-item-03 .txt-block h3:after {
    background: -webkit-gradient(linear, right top, left top, from(rgb(105, 81, 23)), color-stop(90%, rgb(144, 129, 89)), to(rgba(144, 129, 89, 0)));
    background: linear-gradient(to left, rgb(105, 81, 23), rgb(144, 129, 89) 90%, rgba(144, 129, 89, 0));
    content: "";
  }
  .consult .consult-item-03 .txt-block h3:after {
    left: -85px;
  }
  .consult .consult-item .txt-block .txt {
    color: #695117;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .consult .consult-item .txt-block .txt .bold {
    color: #483507;
  }
  .consult .consult-item-03 .txt-img {
    margin: 45px 0 0;
  }
  .consult .consult-lead {
    width: 402px;
    margin-bottom: 15px;
  }
  .consult .consult-item-02 .photo.right {
    width: 526px;
  }
  .consult .consult-item-02 .txt-block h3 {
    font-weight: 300;
  }
  .consult .consult-item-02 .txt-block h3:after {
    display: none;
  }
  .consult .consult-item-02 .txt-block {
    width: 420px;
    padding: 0;
  }
  .consult .consult-item-02 .txt-block .txt {
    margin-left: 4px;
  }
  .consult .example {
    width: 905px;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .consult .bg {
    padding: 0 0 1.9rem;
    background: url(../img/consult_bg01.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .consult .red {
    color: #d75050;
  }
  .consult .brown {
    color: #695117;
  }
  .consult .consult-item {
    margin: 0 0 1rem;
    border: #d2ccbe solid 1px;
    background: #fff;
  }
  .consult .consult-item h3 {
    border-bottom: #d2ccbe solid 1px;
    background: #fff;
  }
  .consult .consult-item .photo { /*width: 28rem;*/
    margin: 1rem auto 1.35rem;
    padding: 0 0.95rem;
  }
  .consult .consult-item .photo.box { /*width: 28rem;*/
    margin: 1rem 1rem 1.35rem;
    padding: 1.25rem 0.95rem 0;
    border: 0.1rem solid #35567e;
  }
  .consult .consult-item .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: 25rem;
    margin: 0 auto 1rem;
  }
  .consult .consult-item .consult-item-img {
    width: 12.55rem;
  }
  .consult .consult-item .consult-item-txt {
    width: 11.2rem;
  }
  .consult .arrow-wrap {
    width: 8.8rem;
    margin: 0 auto 1rem;
  }
  .consult .consult-lead {
    margin-bottom: 1.2rem;
  }
  .consult .consult-item .fs-26 { /*width: 28rem;*/
    margin: 0 auto 1.2rem;
    padding: 0 0.95rem;
  }
  .consult .consult-item .fs-26 .bold {
    color: #483507;
  }
}
@media screen and (min-width: 769px) {
  .way {
    /* .way h2 { width: 607px;  margin: 0 auto; } */
    /* #way-slideContent .box h3 { width: 360px; padding: 5px 0 30px; } */
  }
  .way .bg02 {
    height: 983px;
    padding: 80px 0;
    background: url(../img/way_bg02.webp) no-repeat 50% 0/cover;
  }
  .way .way-ttl {
    position: relative;
    width: 625px;
    margin: 0 auto;
    padding: 0 0 0 125px;
    color: #856f14;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .way .way-ttl .sub {
    display: block;
    margin: 0 0 0 10px;
    color: #bf5f5f;
    font-size: 43px;
    letter-spacing: 0.02em;
  }
  .way .way-ttl .size {
    position: absolute;
    left: -10px;
    bottom: -12px;
    color: #bf5f5f;
    font-size: 220px;
    font-style: italic;
    line-height: 1;
  }
  .way .block {
    width: 938px;
    margin: auto;
  }
  .way .content-block {
    height: 397px;
    margin-top: 10px;
    border: 2px solid #4e5b6a;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }
  .way #way-slideTab {
    margin: 40px 0 0;
  }
  .way #way-slideTab li {
    width: 304px;
    height: 78px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .way #way-slideTab li a {
    display: block;
    width: 304px;
    height: 78px;
  }
  .way #way-slideTab li:nth-of-type(1) a {
    background: url(../img/way_tab01.webp) no-repeat 50% 0;
  }
  .way #way-slideTab li:nth-of-type(2) a {
    background: url(../img/way_tab02.webp) no-repeat 50% 0;
  }
  .way #way-slideTab li:nth-of-type(3) a {
    background: url(../img/way_tab03.webp) no-repeat 50% 0;
  }
  .way #way-slideTab li a.active {
    background-position: 50% 100%;
  }
  .way #way-slideContent .slide-item {
    height: 397px;
  }
  .way #way-slideContent .box {
    position: relative;
    padding: 53px 0 0 485px;
  }
  .way #way-slideContent .box .pic {
    position: absolute;
    top: 53px;
    left: 70px;
    width: 384px;
  }
  .way #way-slideContent .slide-lead {
    width: 370px;
    padding: 0 0 18px;
    color: #233346;
    font-size: 33px;
  }
  .way #way-slideContent .slide-lead .color {
    color: #d75050;
  }
  .way #way-slideContent .slide-lead .spacing {
    margin: 0 -8px;
  }
  .way #way-slideContent .box p {
    padding: 0 100px 0 0;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.06em;
  }
  .way #way-slideDot {
    position: relative;
    z-index: 999;
  }
  .way #way-slideDot .bx-pager {
    position: absolute;
    bottom: 52px;
    width: 100%;
    padding-top: 0;
    color: #666;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
  }
  .way #way-slideDot .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .way #way-slideDot .bx-pager a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
    outline: 0;
    text-indent: -9999px;
    border: 1px solid #243448;
    background: #fff;
    border-radius: 7.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .way #way-slideDot .bx-pager a:hover,
  .way #way-slideDot .bx-pager a.active {
    background: #243448;
  }
  .way .bx-prev, .way .bx-next {
    position: absolute;
    z-index: 998;
    bottom: 90px;
    width: 45px;
    height: 256px;
  }
  .way .bx-prev {
    left: 0;
  }
  .way .bx-next {
    right: 0;
  }
  .way .way-btn {
    display: block;
    width: 541px;
    margin: 56px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .way {
    /* .way h2 { width: 607px;  margin: 0 auto; } */
    /* #way-slideContent .box h3 { width: 360px; padding: 5px 0 30px; } */
  }
  .way .bg02 {
    padding: 3.45rem 0 5rem;
    background: url(../img/way_bg02_sp.webp) no-repeat 50% 0/cover;
  }
  .way .way-ttl {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 7.75rem;
    color: #856f14;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .way .way-ttl .sub {
    display: block;
    margin: 0 0 0 0.5rem;
    color: #bf5f5f;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
  }
  .way .way-ttl .size {
    position: absolute;
    left: 1.5rem;
    bottom: -0.6rem;
    color: #bf5f5f;
    font-size: 11rem;
    font-style: italic;
    line-height: 1;
  }
  .way .content-block {
    height: 36.75rem;
    margin-top: 1rem;
    border: 2px solid #4e5b6a;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }
  .way #way-slideTab {
    margin: 2.25rem 0 0;
  }
  .way #way-slideTab li {
    width: 9.5rem;
    height: 5.65rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .way #way-slideTab li a {
    display: block;
    width: 9.5rem;
    height: 5.65rem;
  }
  .way #way-slideTab li:nth-of-type(1) a {
    background: url(../img/way_tab01_sp.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .way #way-slideTab li:nth-of-type(2) a {
    background: url(../img/way_tab02_sp.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .way #way-slideTab li:nth-of-type(3) a {
    background: url(../img/way_tab03_sp.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .way #way-slideTab li a.active {
    background-position: 50% 100%;
  }
  .way #way-slideContent .slide-item {
    height: 33rem;
  }
  .way #way-slideContent .box {
    position: relative;
    padding: 2.95rem 2.25rem 0;
  }
  .way #way-slideContent .box .pic {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 23.8rem;
  }
  .way #way-slideContent .slide-lead {
    margin: 0 0 17.5rem;
    color: #233346;
    font-size: 2.2rem;
    text-align: center;
  }
  .way #way-slideContent .slide-lead .color {
    color: #d75050;
  }
  .way #way-slideContent .slide-lead .spacing {
    margin: 0 -8px;
  }
  .way #way-slideContent .box p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.53;
    letter-spacing: 0.06em;
  }
  .way #way-slideDot {
    position: relative;
    z-index: 999;
  }
  .way #way-slideDot .bx-pager {
    position: absolute;
    bottom: -2.25rem;
    width: 100%;
    padding-top: 0;
    color: #666;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
  }
  .way #way-slideDot .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .way #way-slideDot .bx-pager a {
    display: block;
    width: 0.95rem;
    height: 0.95rem;
    margin: 0 0.475rem;
    outline: 0;
    text-indent: -9999px;
    border: 1px solid #243448;
    background: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .way #way-slideDot .bx-pager a:hover,
  .way #way-slideDot .bx-pager a.active {
    background: #243448;
  }
  .way .bx-prev, .way .bx-next {
    position: absolute;
    z-index: 998;
    bottom: 14.5rem;
    width: 2.25rem;
    height: 14.45rem;
  }
  .way .bx-prev {
    left: 0.25rem;
  }
  .way .bx-next {
    right: 0.25rem;
  }
  .way .way-btn {
    display: block;
    width: 27rem;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .reason .bg {
    padding: 90px 0 106px;
    min-width: 980px;
    background: url(../img/reason_bg01.webp) no-repeat center/cover;
    color: #656462;
  }
  .reason .reason-catch {
    position: absolute;
    top: -45px;
    width: 195px;
  }
  .reason .reason-ttl {
    position: relative;
    width: 421px;
    margin: 0 auto 45px;
  }
  .reason .reason-ttl .color {
    position: absolute;
    left: 394px;
    top: 85px;
    color: #bf5f5f;
    font-size: 43px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .reason .reason-ttl .num {
    position: relative;
    left: -13px;
    top: 10px;
    font-size: 200px;
    font-style: italic;
    line-height: 1.35;
  }
  .reason .reason-item {
    margin: 0 0 40px;
    padding-bottom: 40px;
    background-color: #fff;
    font-size: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .reason .reason-item:first-of-type {
    padding-bottom: 0;
  }
  .reason .reason-item:last-of-type {
    margin: 0;
  }
  .reason .reason-item .reason-subttl {
    position: relative;
    padding: 5px 0 15px 157px;
    background: #bf5f5f;
    color: white;
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .reason .reason-item .reason-subttl .small {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .reason .reason-item .reason-subttl .num {
    font-size: 46px;
  }
  .reason .reason-item .photo {
    float: left;
    width: 390px;
  }
  .reason .reason-item-01 .reason-subttl::before {
    position: absolute;
    left: 39px;
    top: 20px;
    content: url(../img/reason_subttl01.webp);
    display: inline-block;
  }
  .reason .reason-item-01 .bg-white {
    height: 238px;
    padding: 25px 20px 0 415px;
  }
  .reason .reason-item-01 .bg-white .txt + .txt {
    margin: 30px 0 0;
  }
  .reason .reason-item-02 .reason-subttl::before {
    position: absolute;
    left: 39px;
    top: 20px;
    content: url(../img/reason_subttl02.webp);
    display: inline-block;
  }
  .reason .reason-item-02 .bg-white {
    padding: 27px 40px 0px;
  }
  .reason .reason-item-02 .staff-block .profile-photo .catch {
    padding: 8px;
    background: url(../img/reason_deco01.webp);
    color: white;
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
  }
  .reason .reason-item-02 .staff-block {
    margin: 26px 0 0;
  }
  .reason .reason-item-02 .staff-block .profile-photo {
    width: 250px;
  }
  .reason .reason-item-02 .staff-block .txt-block {
    width: 620px;
    padding: 0 0 0 5px;
  }
  .reason .reason-item-02 .staff-block h4 {
    position: relative;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #b55858;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.05rem;
  }
  .reason .reason-item-02 .staff-block h4:after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    border-bottom: #b55858 solid 1px;
    content: "";
  }
  .reason .reason-item-02 .staff-block .name {
    line-height: 1.3;
    margin: 0 0 5px;
    color: #a37a0c;
    font-size: 22px;
  }
  .reason .reason-item-03 .reason-subttl::before {
    position: absolute;
    left: 39px;
    top: 20px;
    content: url(../img/reason_subttl03.webp);
    display: inline-block;
  }
  .reason .reason-item-03 .bg-white {
    padding: 0 0 0;
  }
  .reason .reason-item-03 .example-block h4 {
    position: relative;
    line-height: 1.3;
    margin: 0 0 19px;
    color: #b55858;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05rem;
  }
  .reason .reason-item-03 .example-block h4:after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    border-bottom: #b55858 solid 1px;
    content: "";
  }
  .reason .reason-item-03 .example-block .catch {
    color: #4c3c08;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .reason .reason-item-03 .example-block .reason-img04 {
    margin: 13px 0 0;
  }
  .reason .reason-item-04 .reason-subttl::before {
    position: absolute;
    left: 39px;
    top: 20px;
    content: url(../img/reason_subttl04.webp);
    display: inline-block;
  }
  .reason .reason-item-04 .bg-white {
    padding: 38px 40px 0px;
  }
  .reason .reason-item-04 .item-block + .item-block {
    margin: 26px 0 0;
  }
  .reason .reason-item-04 .item-block .photo {
    width: 250px;
  }
  .reason .reason-item-04 .item-block .txt-block {
    width: 620px;
    padding: 0 0 0 5px;
  }
  .reason .reason-item-04 .item-block h4 {
    position: relative;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #b55858;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.05rem;
  }
  .reason .reason-item-04 .item-block h4:after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    border-bottom: #b55858 solid 1px;
    content: "";
  }
  .reason .reason-item-04 .item-block p {
    letter-spacing: 0.08em;
  }
  .reason .reason-item-05 .reason-subttl::before {
    position: absolute;
    left: 39px;
    top: 20px;
    content: url(../img/reason_subttl05.webp);
    display: inline-block;
  }
  .reason .reason-item-05 .bg-white {
    height: 350px;
    padding: 25px 20px 0 415px;
  }
  .reason .reason-item-05 .reason-subttl {
    padding: 38px 0 37px 157px;
  }
  .reason .reason-item-05 .txt {
    width: 517px;
    margin: 0 auto 18px;
    line-height: 1.5;
  }
  .reason .reason-item-05 .map-photo {
    width: 491px;
    margin: 0 auto;
  }
  .reason .reason-item .txt-wrap {
    float: right;
    width: 560px;
    padding: 27px 40px 0 0;
  }
  .reason .reason-item .txt-wrap .txt + .txt {
    margin: 30px 0 0;
  }
  .reason .reason-item .example-block {
    width: 900px;
    margin: 40px auto 0;
  }
  .reason .reason-item .example-block .bg-beigie {
    margin: 20px 0 0;
    padding: 10px 25px;
    background: #f6f0cf;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 2.28;
  }
  .reason .items_list {
    width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 25px;
  }
  .reason .items_list02 {
    width: 900px;
    margin: 20px 0 0;
  }
  .reason .items_name {
    position: relative;
    padding: 9px 0;
    background: #9f8222;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    z-index: 1;
  }
  .reason .items_img {
    margin: 0 auto;
  }
  .reason .items_txt02 {
    width: 980px;
    margin: 20px auto 0;
    padding: 16px 40px;
    background: #f6f0cf;
    color: #656462;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .reason .bg {
    position: relative;
    padding: 2.5rem 0 3.1rem;
    background: url(../img/reason_bg01_sp.webp);
  }
  .reason .bg:before {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 7.2rem;
    height: 16.2rem;
    background: url(../img/reason_deco01_sp.webp);
    background-size: cover;
    content: "";
  }
  .reason .bg::after {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 6.8rem;
    height: 9.2rem;
    background: url(../img/reason_deco02.webp);
    background-size: cover;
    content: "";
  }
  .reason .front {
    position: relative;
    z-index: 5;
  }
  .reason .reason-catch {
    width: 22.5rem;
    margin: 0 auto;
  }
  .reason .reason-ttl {
    position: relative;
    margin: 0 0 1.2rem;
    color: #856f14;
    font-size: 3.5rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .reason .reason-ttl .color {
    position: absolute;
    left: 11.6rem;
    top: 1rem;
    color: #bf5f5f;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .reason .reason-ttl .num {
    position: relative;
    left: -0.8rem;
    top: 0.2rem;
    font-size: 9rem;
    font-style: italic;
    line-height: 0.8;
  }
  .reason .reason-list {
    padding: 0 1rem;
  }
  .reason .reason-item p + p {
    margin: 1.2rem 0 0;
  }
  .reason .reason-item .reason-subttl {
    position: relative;
    padding: 0.4rem 0 0.9rem 4.8rem;
    background: #bf5f5f;
    color: white;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
  }
  .reason .reason-item .reason-subttl .small {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .reason .reason-item .reason-subttl .num {
    font-size: 2.2rem;
  }
  .reason .reason-item {
    margin: 0 0 1rem;
    -webkit-box-shadow: 0 0.3rem 0.6rem -0.15rem #dedede;
            box-shadow: 0 0.3rem 0.6rem -0.15rem #dedede;
  }
  .reason .reason-item:last-of-type {
    margin: 0;
  }
  .reason .reason-item-01 .reason-subttl::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    content: "";
    width: 3.75rem;
    height: 4.55rem;
    background: url(../img/reason_num01.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .reason .reason-item-02 .reason-subttl::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    content: "";
    width: 3.75rem;
    height: 4.55rem;
    background: url(../img/reason_num02.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .reason .reason-item-02 .staff-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0;
  }
  .reason .reason-item-02 .staff-block .profile-photo {
    width: 12.5rem;
  }
  .reason .reason-item-02 .staff-block .txt-block {
    width: 14.5rem;
  }
  .reason .reason-item-02 .staff-block .catch {
    padding: 0.6rem 0.6rem 0.8rem;
    background: url(../img/reason_deco02_sp.webp) no-repeat;
    color: white;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
  }
  .reason .reason-item-02 .staff-block .name {
    margin: 0.4rem 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .reason .reason-item-03 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .reason .reason-item-03 .reason-subttl::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    content: "";
    width: 3.75rem;
    height: 4.55rem;
    background: url(../img/reason_num03.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .reason .reason-item-03 .antique-item:nth-child(1) {
    width: 24.5rem !important;
    top: 0;
    left: 10%;
  }
  .reason .reason-item-03 .antique-item:nth-child(2) {
    width: 25.7rem !important;
    top: 1.2rem;
    left: 7%;
  }
  .reason .reason-item-03 .antique-item:nth-child(3) {
    width: 17.3rem !important;
    top: 0.7rem;
    left: 19%;
  }
  .reason .reason-item-03 .antique-item:nth-child(4) {
    width: 15.3rem !important;
    top: 0.5rem;
    left: 24%;
  }
  .reason .reason-item-03 .antique-item:nth-child(5) {
    width: 18.5rem !important;
    top: 1.2rem;
    left: 21%;
  }
  .reason .bx-viewport {
    height: 10rem !important;
  }
  .reason .antique-pager.ta-c {
    position: absolute;
    left: 34%;
  }
  .reason .reason-item .bg-white {
    padding: 1.5rem 1rem;
  }
  .reason .reason-item-03 .bg-white {
    padding: 1.5rem 1rem 0;
  }
  .reason .reason-item .photo {
    width: 25rem;
    margin: 0 auto 1.1rem;
  }
  .reason .reason-item .example-block {
    margin: 1.8rem -1rem 0;
  }
  .reason .reason-item .example-block .bg-beigie {
    padding: 1.2rem 1rem;
    background: #f6f0cf;
  }
  .reason .reason-item-04 .item-block + .item-block {
    margin: 2.5rem 0 0;
  }
  .reason .reason-item-04 .item-block p {
    line-height: 1.4;
  }
  .reason .reason-item-04 .reason-subttl {
    font-size: 1.9rem;
  }
  .reason .reason-item-04 .reason-subttl::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    content: "";
    width: 3.75rem;
    height: 4.55rem;
    background: url(../img/reason_num04.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .reason .reason-item-04 .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem;
  }
  .reason .reason-item-04 .item-wrap img {
    width: 13.5rem;
  }
  .reason .reason-item-04 .item-wrap .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14.5rem;
    background: url(../img/reason_deco03.webp);
    color: white;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .reason .reason-item-05 .reason-subttl {
    font-size: 1.9rem;
    padding: 0.7rem 0 0.7rem 5.4rem;
  }
  .reason .reason-item-05 .reason-subttl::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    content: "";
    width: 3.75rem;
    height: 4.55rem;
    background: url(../img/reason_num05.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .reason .reason-item-05 .bg-white {
    padding-bottom: 2rem;
  }
  .reason .reason-item-05 .photo {
    margin: 0 auto 1.6rem;
  }
  .reason .reason-item-05 .photo:nth-child(2) {
    width: 27rem;
  }
  .reason .reason-item-05 .txt {
    width: 26rem;
    margin: 1.3rem auto 0;
  }
  .reason .slider .bx-wrapper {
    position: relative;
    width: 32rem;
    margin: 0 auto;
  }
  .reason .slider .slider-block {
    position: relative;
    height: 14.4rem;
    padding: 2rem 0 0;
    border-top: 1px solid #fff;
    background: url(../img/common_bg01.webp);
  }
  .reason .slider .antique-pager .pager {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 1rem 0 0;
    background: #fff;
    border-radius: 50%;
  }
  .reason .slider .antique-pager .pager:last-child {
    margin: 0;
  }
  .reason .slider .antique-pager .pager.active {
    background: #b8ac86;
  }
  .reason .slider-02 {
    position: relative;
  }
  .reason .slider-02 .antique-item:nth-child(1) {
    width: 24.5rem !important;
    top: 0;
    left: 12%;
  }
  .reason .slider-02 .antique-item:nth-child(2) {
    width: 25.7rem !important;
    top: 1.2rem;
    left: 10%;
  }
  .reason .slider-02 .antique-item:nth-child(3) {
    width: 17.3rem !important;
    top: 0.7rem;
    left: 21%;
  }
  .reason .slider-02 .antique-item:nth-child(4) {
    width: 15.3rem !important;
    top: 0.5rem;
    left: 25%;
  }
  .reason .slider-02 .antique-item:nth-child(5) {
    width: 18.5rem !important;
    top: 1.2rem;
    left: 21%;
  }
  .reason .slider-02 .bx-viewport {
    height: 10rem !important;
  }
  .reason .slider-02 .antique-pager.ta-c {
    position: absolute;
    left: 34%;
  }
}
@media screen and (min-width: 769px) {
  .flow .bg {
    padding: 100px 0 71px;
    background: url(../img/flow_bg01.webp);
  }
  .flow h2 {
    margin: 0 0 15px;
    color: #fff;
    text-align: center;
  }
  .flow .flow-list {
    width: 1020px;
  }
  .flow .flow-item {
    width: 300px;
    margin: 0 40px 52px 0;
    text-align: center;
  }
  .flow .flow-item .alphabet {
    margin: 0 0 5px;
    font-family: "Times New Roman";
    font-style: italic;
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
  .flow .flow-item .bg-white {
    position: relative;
    height: 433px;
    padding: 20px 20px 20px;
    color: #325177;
  }
  .flow .flow-item .bg-white:after {
    position: absolute;
    top: 50%;
    right: 100px;
    margin: -130px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 130px 30px;
    border-color: transparent transparent transparent #0a203b;
    content: "";
  }
  .flow .flow-item:last-child .bg-white:after {
    content: none;
  }
  .flow .flow-item .bg-white h3 {
    margin: 0 0 10px;
    font-size: 30px;
    text-align: center;
  }
  .flow .flow-item .bg-white .photo {
    margin: 0 0 18px;
  }
  .flow .flow-item .txt {
    letter-spacing: -0.06em;
    line-height: 1.4;
  }
  .flow .store-block {
    margin: 0 0 40px;
    border-radius: 10px;
  }
  .flow .store-block:last-child {
    margin: 0;
  }
  .flow .store-block h3 {
    padding: 4px 0;
    background: #0a203b;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .flow .store-block p.flow-lead {
    margin-top: 28px;
    line-height: 1;
  }
  .flow .store-block h3 .yellow {
    color: #fff683;
  }
  .flow .store-block .bg-white {
    margin-top: 28px;
    padding: 20px 90px 20px 93px;
    border-radius: 8px;
  }
  .flow .store-block .photo {
    width: 300px;
  }
  .flow .store-block .photo.right {
    width: 480px;
  }
  .flow .store-block .txt-block {
    width: 612px;
    padding: 10px 0 0;
  }
  .flow .store-block .txt-block .txt + .txt {
    margin: 20px 0 0;
  }
  .flow .store-block .txt {
    margin-top: 20px;
  }
  .flow .store-detail {
    margin: 0 0 18px;
  }
  .flow .store-detail h4 {
    margin: 0 20px 0 0;
    font-size: 33px;
    line-height: 1;
  }
  .flow .store-detail .icon-list {
    margin: 0 10px 0 0;
  }
  .flow .store-detail .icon-list li {
    float: left;
    width: 140px;
    margin: 0 0 0 10px;
  }
  .flow .store-detail .icon-list li:first-child {
    margin: 0;
  }
  .flow .store-block.shuccho .store-detail {
    margin: 10px 0 0;
  }
  .flow .store-block.shuccho .txt-block {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    /* 査定文言調整 */
    /* 店舗情報更新 */
  }
  .flow .bg {
    padding: 3rem 0;
    background: url(../img/flow_bg01.webp);
  }
  .flow h2 {
    margin: 0 0 2.6rem;
  }
  .flow .flow-item {
    position: relative;
    margin: 0 0 2.65rem;
  }
  .flow .flow-item:after {
    position: absolute;
    bottom: -1.6rem;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6.6rem;
    border-style: solid;
    border-width: 1.6rem 6.6rem 0 6.6rem;
    border-color: #0a203b transparent transparent transparent;
    content: "";
  }
  .flow .flow-item:last-child:after {
    content: none;
  }
  .flow .flow-item .fs-26 {
    position: absolute;
    top: 9.5rem;
    left: 2rem;
    width: 26.7rem;
    color: #35567e;
  }
  .flow .flow-item:first-child .fs-26 {
    position: absolute;
    top: 9.6rem;
    left: 2rem;
    width: 26.7rem;
    color: #35567e;
  }
  .flow .flow-item:last-child .fs-26 {
    letter-spacing: -0.06em;
  }
  .flow .store-block {
    margin: 0 0 2rem;
  }
  .flow .store-block h3 {
    background: #0a203b;
    border-radius: 0.4rem;
    text-align: center;
  }
  .flow .store-block h3 .yellow {
    color: #fff683;
  }
  .flow .store-block .bg-white {
    padding: 1rem 1rem 1.5rem;
    border-radius: 0.4rem;
  }
  .flow .store-block .bg-white .photo {
    margin: 0 0 1.5rem;
  }
  .flow .store-block .bg-white p + p {
    margin: 0.5rem 0 0;
  }
  .flow .store-block .bg-white .txt {
    padding: 0 0 0 0.8rem;
  }
  .flow .store-block .bg-white .store-name {
    width: 25rem;
    margin: 0.5rem 0 1.4rem 1rem;
  }
  .flow .flow-subttl {
    padding: 0.8rem 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  .flow .flow-subttl .deco {
    color: #fff683;
    font-size: 2.1rem;
  }
  .flow .shuccho .flow-subttl {
    line-height: 1.2;
  }
  .flow .flow-lead {
    margin: 1.5rem auto;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .column-bg {
    padding: 123px 0 89px;
    background: #f6f2e8;
  }
  .column h2 {
    margin: 0 0 76px;
    color: #0b2d57;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .column-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 29px;
    -webkit-box-shadow: 0 10px 0 0 #e8e4da;
            box-shadow: 0 10px 0 0 #e8e4da;
  }
  .column-item-img {
    width: 282px;
  }
  .column-item-box {
    position: relative;
    width: 698px;
    padding: 23px 23px 66px 31px;
    background: #ffffff;
  }
  .column-item-ttl {
    margin: 0 0 18px;
    padding: 0 0 15px;
    border-bottom: 1px solid #f4f0ea;
    font-size: 21.6px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .column-item-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #0b2d57;
    letter-spacing: 0.05em;
    line-height: 1.6875;
  }
  .column-item-btn {
    position: absolute;
    bottom: 22px;
    right: 23px;
    padding: 0 20px 7px 0;
    border-bottom: 1px solid #9f8222;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #9f8222;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .column-item-btn:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../img/column_arrow.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .column-bg {
    padding: 4.05rem 0 1.75rem;
    background: #f6f2e8;
  }
  .column h2 {
    margin: 0 0 2.3rem;
    color: #0b2d57;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .column-item {
    position: relative;
    padding: 3rem 1.6rem 5.25rem 2.05rem;
    margin: 0 0 2.25rem;
    background: #ffffff;
  }
  .column-item-img {
    width: 17.8rem;
    margin: 0 auto 2.55rem;
  }
  .column-item-ttl {
    margin: 0 0 1rem;
    padding: 0 1.5rem 1rem 0;
    border-bottom: 1px solid #f4f0ea;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 1.4333;
  }
  .column-item-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 1.3rem;
    color: #0b2d57;
    letter-spacing: 0.05em;
    line-height: 1.54;
  }
  .column-item-btn {
    position: absolute;
    bottom: 2.2rem;
    right: 2.5rem;
    padding: 0 1rem 0.7rem 0;
    border-bottom: 1px solid #9f8222;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3rem;
    color: #9f8222;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .column-item-btn:after {
    content: "";
    position: absolute;
    top: 0.15rem;
    right: -0.25rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../img/column_arrow_sp.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 769px) {
  .houjin {
    /* テキストリンク */
  }
  .houjin .houjin_bg {
    padding: 60px 0 68px;
    background: url(../img/houjin_bg01.webp) no-repeat 50% 0/cover;
  }
  .houjin .houjin_ttl {
    color: #243448;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .houjin .houjin_ttl .color {
    color: #d75050;
    font-size: 50px;
  }
  .houjin .houjin_list {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .houjin .houjin_item {
    width: 468px;
    background-color: #fff;
    border: 1px solid #243448;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .houjin .houjin_item .item-ttlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #243448;
  }
  .houjin .houjin_item .num {
    width: 140px;
    background-color: #243448;
    color: #fff5a2;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 58px;
    letter-spacing: 0.04em;
  }
  .houjin .houjin_item .num .size {
    font-size: 30px;
  }
  .houjin .houjin_item .lead {
    width: calc(100% - 140px);
    color: #243448;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .houjin .houjin_item .item-txt {
    padding: 15px 22px 25px;
    color: #333;
    font-size: 20px;
    line-height: 1.7;
  }
  .houjin .houjin_bottom {
    margin: 36px 0 0;
  }
  .houjin .houjin_bottom .bottom-ttl {
    padding: 13px 0;
    background-color: #35567e;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .houjin .houjin_bottom .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 0 33px 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .houjin .houjin_bottom .bottom-item {
    position: relative;
    padding-left: 47px;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .houjin .houjin_bottom .bottom-item::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/houjin_item01.webp") no-repeat 50% 0/cover;
  }
  .houjin .houjin_bottom .bottom-item:not(:first-of-type) {
    margin-left: 30px;
  }
  .houjin .houjin_btn {
    width: 600px;
    margin: 50px auto 0;
  }
  .houjin .houjin_txtLink {
    width: 980px;
    margin: 20px auto 0;
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
  }
  .houjin .houjin_txtLink a {
    color: #555;
  }
}
@media screen and (max-width: 768px) {
  .houjin {
    /* テキストリンク */
  }
  .houjin .houjin_bg {
    padding: 3rem 0 3.5rem;
    background: url(../img/houjin_bg01_sp.webp) no-repeat 50% 0/cover;
  }
  .houjin .houjin_ttl {
    color: #243448;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .houjin .houjin_ttl .color {
    color: #d75050;
    font-size: 3.1rem;
  }
  .houjin .houjin_list {
    margin: 1rem 0 0;
  }
  .houjin .houjin_item {
    background-color: #fff;
    border: 1px solid #243448;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .houjin .houjin_item:not(:first-of-type) {
    margin: 1rem 0 0;
  }
  .houjin .houjin_item .item-ttlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #243448;
  }
  .houjin .houjin_item .num {
    width: 8.5rem;
    background-color: #243448;
    color: #fff5a2;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    line-height: 3.8rem;
    letter-spacing: 0.04em;
  }
  .houjin .houjin_item .num .size {
    font-size: 1.95rem;
  }
  .houjin .houjin_item .lead {
    width: calc(100% - 8.5rem);
    color: #243448;
    font-size: 1.85rem;
    font-weight: 600;
    text-align: center;
  }
  .houjin .houjin_item .item-img {
    padding: 1rem;
  }
  .houjin .houjin_item .item-txt {
    padding: 0 1rem 1.3rem;
    color: #333;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .houjin .houjin_bottom {
    margin: 2rem 0 0;
  }
  .houjin .houjin_bottom .bottom-ttl {
    padding: 1rem 0;
    background-color: #35567e;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .houjin .houjin_bottom .bottom-list {
    padding: 1.75rem 0 1.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .houjin .houjin_bottom .bottom-item {
    position: relative;
    padding-left: 3.25rem;
    color: #333;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.06em;
  }
  .houjin .houjin_bottom .bottom-item::after {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/houjin_item01.webp") no-repeat 50% 0/cover;
  }
  .houjin .houjin_bottom .bottom-item:not(:first-of-type) {
    margin: 1.1rem 0 0;
  }
  .houjin .houjin_btn {
    width: 27rem;
    margin: 3rem auto 0;
  }
  .houjin .houjin_txtLink {
    width: 30rem;
    margin: 1.5rem auto 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  .houjin .houjin_txtLink a {
    color: #555;
  }
}
@media screen and (min-width: 769px) {
  .faq .bg {
    padding: 100px 0 15px;
    background: url(../img/faq_bg01.webp) no-repeat center/cover;
  }
  .faq h2 {
    margin: 0 0 44px;
    text-align: center;
  }
  .faq dt {
    position: relative;
    padding: 0 0 5px 158px;
    font-size: 30px;
  }
  .faq dt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: #000 solid 1px;
    content: "";
  }
  .faq dt .num {
    position: absolute;
    top: -55px;
    left: 0;
    width: 134px;
    height: 134px;
    line-height: 134px;
    color: #846918;
    font-family: "Times New Roman";
    font-size: 43px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
    background: url(../img/faq_circle01.webp);
    background-size: cover;
  }
  .faq dd {
    margin: 15px 0 73px 158px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .bg {
    padding: 3.3rem 0 1.6rem;
    background: url(../img/faq_bg01_sp.webp) no-repeat 50% 0;
    background-size: cover;
  }
  .faq .inner {
    padding: 0;
  }
  .faq h2 {
    margin: 0 0 2.1rem;
    text-align: center;
  }
  .faq dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    line-height: 1.3;
    padding: 0 0 0.8rem 1.75rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .faq dt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: #000 solid 1px;
    content: "";
  }
  .faq dt .num {
    display: table-cell;
    width: 5rem;
    color: #846918;
    font-family: "Times New Roman";
    font-size: 2.5rem;
    font-weight: normal;
    font-style: italic;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  .faq dt .txt {
    display: table-cell;
    width: 25rem;
    padding: 0 0 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  .faq dd {
    line-height: 1.6;
    margin: 0.75rem 1.2rem 2rem;
    font-size: 1.3rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .recruit {
    color: #43320a;
  }
  .recruit .bg {
    padding: 65px 0;
    background: url(../img/recruit_bg01.webp) no-repeat 50% 0/cover;
  }
  .recruit h2 {
    text-align: center;
    letter-spacing: 0.08em;
  }
  .recruit .content-block {
    position: relative;
    margin: 20px 0 0;
    padding: 50px 90px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
  }
  .recruit .content-block .catch {
    position: absolute;
    width: 155px;
    top: -57px;
    left: -27px;
  }
  .recruit .content-block .txt {
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .recruit .content-block .txt::after {
    position: absolute;
    content: "";
    width: 181px;
    height: 181px;
    top: -60px;
    right: -37px;
    background: url(../img/recruit_img02.webp) no-repeat 50% 0/contain;
  }
  .recruit .detail {
    margin: 30px 0 0 0;
    border: 1px solid #a19577;
    border-width: 1px 1px 0 0;
  }
  .recruit .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #a19577;
    font-size: 20px;
  }
  .recruit .detail dt {
    width: 140px;
    padding: 10px 0;
    background: url(../img/recruit_bg02.webp) no-repeat 50% 0/cover;
    color: #fff;
    text-align: center;
  }
  .recruit .detail dd {
    padding: 10px 0 0 45px;
  }
  .recruit .content-block h3 {
    margin: 45px 0 0;
    background: url(../img/recruit_bg02.webp) repeat-x 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0.08em;
  }
  .recruit .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 40px 0 80px;
  }
  .recruit .contact-block h4 {
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }
  .recruit .tel-block,
  .recruit .mail-block {
    position: relative;
    height: 102px;
    padding: 5px 0 0;
  }
  .recruit .tel-block:after {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 100%;
    border-right: 1px solid #c3c3c3;
    content: "";
  }
  .recruit .tel-block .num {
    padding: 0 0 0 38px;
    color: #233346;
    font-size: 33px;
  }
  .recruit .tel-block .num:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 27px;
    height: 27px;
    margin: -14px 0 0;
    background: url(../img/recruit_icon01.webp) no-repeat;
    background-size: cover;
    content: "";
  }
  .recruit .mail-block {
    margin: 0 0 0 20px;
  }
  .recruit .mail-block .email {
    margin: 0 0 0 37px;
    padding: 0 0 0 40px;
    color: #233346;
    font-size: 30px;
  }
  .recruit .mail-block .email:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 22px;
    margin: -11px 0 0;
    background: url(../img/recruit_icon02.webp) no-repeat;
    background-size: cover;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .recruit h2 {
    position: relative;
    margin-left: 1rem;
    z-index: 1;
  }
  .recruit .bg {
    padding: 0.4rem 0 3.5rem;
    background: url(../img/recruit_bg01_sp.webp) no-repeat 50% 0/cover;
    color: #43320a;
  }
  .recruit .content-block {
    position: relative;
    margin: -0.2rem 0 0;
    padding: 0 1rem 2rem;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    border: 0.25rem solid #5f7084;
    border-top: none;
  }
  .recruit .content-block .txt {
    margin: 0 -1.25rem;
  }
  .recruit .detail {
    margin: 1.5rem 0 0 0;
    border: 1px solid #a19577;
    border-width: 1px 1px 0 0;
  }
  .recruit .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #a19577;
    font-size: 1.3rem;
  }
  .recruit .detail dt {
    width: 7.5rem;
    padding: 0.75rem 0;
    background: url(../img/recruit_bg02.webp) no-repeat 50% 0/cover;
    color: #fff;
    text-align: center;
  }
  .recruit .detail dt.custom01 {
    padding: 1.5rem 0;
    background: url(../img/recruit_bg02.webp) repeat-y;
  }
  .recruit .detail dt.custom02 {
    padding: 2.2rem 0;
    background: url(../img/recruit_bg02.webp) repeat-y;
  }
  .recruit .detail dd {
    padding: 0.75rem 0 0.75rem 1rem;
    line-height: 1.3;
    text-align: left;
  }
  .recruit .content-block h3 {
    margin: 2rem 0 0;
    padding: 0.5rem 0;
    background: url(../img/recruit_bg02.webp) repeat;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .recruit .contact-block h4 {
    padding: 0 0 0.5rem;
    color: #43320a;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
  }
  .recruit .tel-block,
  .recruit .mail-block {
    padding: 1.5rem 0 0;
  }
  .recruit .tel-block {
    position: relative;
  }
  .recruit .tel-block:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22rem;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #c3c3c3;
    content: "";
  }
  .recruit .tel-block .num {
    margin: 0 0 0 6rem;
    padding: 0 0 0.25rem 2rem;
    color: #233346;
    font-size: 2.15rem;
    line-height: 1.7;
  }
  .recruit .tel-block .num:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.35rem;
    height: 1.35rem;
    margin: -0.7rem 0 0;
    background: url(../img/recruit_icon01.webp) no-repeat;
    background-size: cover;
    content: "";
  }
  .recruit .mail-block .email {
    margin: 0 0 0 3.1rem;
    padding: 0 0 0 2rem;
    color: #233346;
    font-size: 2rem;
  }
  .recruit .mail-block .email:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.45rem;
    height: 1.1rem;
    margin: -0.55rem 0 0;
    background: url(../img/recruit_icon02.webp) no-repeat;
    background-size: cover;
    content: "";
  }
}
@media screen and (min-width: 769px) {
  .company .bg {
    margin: 1px 0 0;
    padding: 88px 0 61px;
    background: url(../img/comany_bg01.webp);
  }
  .company h2 {
    margin: 0 0 30px;
    color: #43320a;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .company dl {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: #a19577 solid 1px;
    color: #43320a;
    font-size: 20px;
  }
  .company .lastchild {
    border: none;
  }
  .company dt {
    float: left;
    width: 315px;
    padding: 0 0 0 53px;
  }
  .company dd {
    float: right;
    width: 485px;
  }
  .company .min {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .company .bg {
    margin: 1px 0 0;
    padding: 3.3rem 0 4rem;
    background: url(../img/common_bg01_sp.webp);
  }
  .company h2 {
    margin: 0 0 1.7rem;
    text-align: center;
    font-size: 3rem;
  }
  .company dl {
    display: table;
    margin: 0 auto;
    padding: 0.75rem 0;
    border-bottom: #a19577 solid 1px;
    color: #43320a;
    font-size: 1.3rem;
  }
  .company .lastchild {
    display: block;
    border: none;
  }
  .company .lastchild dt, .company .lastchild dd {
    display: block;
    width: auto;
  }
  .company .lastchild dt {
    margin: 0 0 1rem;
  }
  .company .min {
    padding: 0 0 0 0.9rem;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .company dt {
    display: table-cell;
    width: 12.2rem;
    line-height: 1.4;
    padding: 0 0 0 0.9rem;
    text-align: left;
    vertical-align: middle;
  }
  .company dd {
    display: table-cell;
    width: 17.5rem;
    line-height: 1.4;
    padding: 0 2rem 0 0;
    text-align: left;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    margin: -18px 0 0;
  }
  .footer-bg {
    padding: 43px 0 47px;
    background: #243448;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-logo {
    width: 260px;
    margin: -10px 0 0;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin: 0 0 47px;
  }
  .footer-nav-item {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }
  .footer-copy {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .cv-bar {
    position: fixed;
    top: 250px;
    right: 0;
    padding: 13px 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #caba8c;
    z-index: 9999;
  }
  .cv-btns .cv-line, .cv-btns .cv-tel {
    width: 120px;
    height: auto;
    margin: 0 0 8px;
  }
  .cv-btns .cv-mail {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin: 0 0 7rem;
  }
  .footer-bg {
    padding: 1.25rem 0 1.75rem;
    background: #4a617d;
  }
  .footer-copy {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .cv-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2edd5;
    z-index: 5000;
  }
  .cv-btns {
    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;
    padding: 0.5rem;
    margin: 0;
    list-style: none;
  }
  .cv-btns .cv-line, .cv-btns .cv-mail {
    width: 7.3rem;
    height: auto;
  }
  .cv-btns .cv-tel {
    width: 15.5rem;
    height: auto;
  }
}