@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 {
    position: relative;
    z-index: 5;
    padding: 22px 0;
    background: #f1f0ef;
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 #cccccc;
            box-shadow: 0 0.25rem 0.25rem 0 #cccccc;
  }
  .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 {
    position: relative;
    z-index: 10;
    margin: -2px 0 0;
  }
  .fv-bg {
    padding: 50px 0 40px;
    background: url(../img/column/fv_bg.webp) no-repeat center center/cover;
  }
  .fv h1 {
    width: 697px;
    margin: 0 auto 30px;
  }
  .fv-txt {
    color: #856f14;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.888;
    text-align: center;
  }
  .main-bg {
    padding: 14px 0 113px;
    background: #f6f2e8;
  }
  .main-inner {
    width: 1200px;
  }
  .main-pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin: 0 0 30px;
  }
  .main-pankuzu a {
    text-decoration: none;
  }
  .main-pankuzu p {
    color: #7d838d;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .main-archive-ttl {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.04em;
  }
  .main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-item {
    width: 800px;
    margin: 0 0 29px;
    -webkit-box-shadow: 0 10px 0 0 #e8e4da;
            box-shadow: 0 10px 0 0 #e8e4da;
  }
  .main-item:last-child {
    margin: 0;
  }
  .main-item-ttl {
    padding: 17px 21px 19px;
    background: #35567e;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  .main-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-item-img {
    width: 282px;
  }
  .main-item-box {
    position: relative;
    width: 518px;
    padding: 20px 17px 41px 28px;
    background: #ffffff;
  }
  .main-item-tags {
    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;
    gap: 11px;
    margin: 0 0 14px;
  }
  .main-item-tags p a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 9px;
    background: #9f8222;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .main-item-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin: 0 0 27px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 1.6875;
  }
  .main-item-date {
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .main-item-btn {
    position: absolute;
    bottom: 25px;
    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;
  }
  .main-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;
  }
  .main-blog {
    width: 370px;
  }
  .main-blog a {
    margin: 0 0 17px;
    padding: 0 0 17px;
    border-bottom: 1px solid #c6cad0;
    text-decoration: none;
  }
  .main-blog a:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .main-blog-ttl {
    padding: 17px;
    background: #35567e;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .main-blog-list {
    padding: 16px 18px 21px;
    background: #ffffff;
  }
  .main-blog-item {
    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;
  }
  .main-blog-item-img {
    width: 105.25px;
    margin: 0 10px 0 0;
  }
  .main-blog-item-date {
    margin: 5px 0 13px;
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .main-blog-item-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    width: 215px;
    font-size: 16px;
    color: #111111;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .main-pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 800px;
    gap: 20px;
    margin: 60px 0 0;
  }
  .main-pagenation .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #856506;
    color: #957a27;
    font-size: 16px;
    letter-spacing: 0.05em;
    place-content: center;
    text-align: center;
    text-decoration: none;
  }
  .main-pagenation .page-numbers.current {
    background: #856506;
    color: #ffffff;
  }
  .main-pagenation .page-numbers.prev, .main-pagenation .page-numbers.next {
    width: 50px;
    border-radius: unset;
    background: transparent;
    border: none;
  }
  .main-pagenation .page-numbers.prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin: 5rem 0 0;
  }
  .fv-bg {
    padding: 2.35rem 0 2.25rem;
    background: url(../img/column/fv_bg_sp.webp) no-repeat center center/cover;
  }
  .fv h1 {
    width: 26.5rem;
    margin: 0 auto 1.75rem;
  }
  .fv-txt {
    color: #856f14;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: center;
  }
  .main-bg {
    padding: 1rem 0 0;
    background: #f6f2e8;
  }
  .main-pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
    margin: 0 0 1rem;
  }
  .main-pankuzu a {
    text-decoration: none;
  }
  .main-pankuzu p {
    color: #7d838d;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .main-archive-ttl {
    margin: 0 0 1rem;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .main-item {
    margin: 0 0 2.55rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.5rem 0 0 #e8e4da;
            box-shadow: 0 0.5rem 0 0 #e8e4da;
  }
  .main-item:last-child {
    margin: 0;
  }
  .main-item-ttl {
    margin: 0 0 1rem;
    padding: 1.05rem 1.4rem 1.05rem;
    background: #35567e;
    font-weight: 500;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .main-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.4rem 2.45rem;
  }
  .main-item-box {
    display: contents;
  }
  .main-item-tags {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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;
    gap: 0.5rem;
    margin: 0 0 1rem;
  }
  .main-item-tags p a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.6rem;
    background: #9f8222;
    color: #ffffff;
    font-size: 1.15rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .main-item-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 1rem;
    font-size: 1.2rem;
    color: #888888;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .main-item-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 28rem;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .main-item-txt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    min-width: 0;
    margin: 0 0 1.75rem;
    font-size: 1.3rem;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 1.31;
  }
  .main-item-btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
    width: 8.1rem;
    margin: 0 0 0 auto;
    padding: 0 0 0.35rem 1rem;
    border-bottom: 1px solid #9f8222;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3rem;
    color: #9f8222;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .main-item-btn:after {
    content: "";
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 0.65rem;
    height: 0.65rem;
    background: url(../img/column_arrow.webp) no-repeat center center/cover;
  }
  .main-pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 4rem;
  }
  .main-pagenation .page-numbers {
    width: 3.65rem;
    height: 3.65rem;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #856506;
    color: #957a27;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    place-content: center;
    text-align: center;
    text-decoration: none;
  }
  .main-pagenation .page-numbers.current {
    background: #856506;
    color: #ffffff;
  }
  .main-pagenation .page-numbers.prev, .main-pagenation .page-numbers.next {
    width: 3.65rem;
    border-radius: unset;
    background: transparent;
    border: none;
  }
  .main-pagenation .page-numbers.prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-blog {
    width: 32rem;
    margin: 0 0 0 -1rem;
  }
  .main-blog-bg {
    padding: 2.3rem 0 4rem;
    background: url(../img/column/column_blog_bg.webp) no-repeat center center/cover;
  }
  .main-blog-ttl {
    margin: 0 0 2.2rem;
    font-size: 2.5rem;
    color: #0b2d57;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
  }
  .main-blog-list {
    margin: 0 1rem;
    padding: 2.2rem 1.1rem 2.5rem;
    background: #ffffff;
  }
  .main-blog a {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c6cad0;
    text-decoration: none;
  }
  .main-blog a:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .main-blog-item-img {
    width: 17.75rem;
    margin: 0 auto 2rem;
  }
  .main-blog-item-date {
    margin: 0 0 1.4rem;
    color: #888888;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .main-blog-item-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-size: 1.2rem;
    color: #111111;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
@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) {
  #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) {
  .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;
  }
}
