@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;700&family=Montserrat&display=swap");
/*

'Noto Sans JP'
400
500
700

'Reem Kufi'

*/
@font-face {
  font-family: YuGothicB;
  src: url("../font/YuGothicB.woff") format("woff");
}
@font-face {
  font-family: YuGothicR;
  src: url("../font/YuGothicR.woff") format("woff");
}
@font-face {
  font-family: YuGothicM;
  src: url("../font/YuGothicM.woff") format("woff");
}
@font-face {
  font-family: YuGothicL;
  src: url("../font/YuGothicL.woff") format("woff");
}
@font-face {
  font-family: yuminchodb;
  src: url("../font/yu-mincho-demibold.woff") format("woff");
}
@font-face {
  font-family: yumincholight;
  src: url("../font/yu-mincho-light.woff") format("woff");
}
@font-face {
  font-family: yuminchomedium;
  src: url("../font/yu-mincho-medium.woff") format("woff");
}
@font-face {
  font-family: yuminchoregular;
  src: url("../font/yu-mincho-regular.woff") format("woff");
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
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-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol, ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote, q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: all 0.15s;
}
a:hover, a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
  filter: brightness(115%);
}
a:hover .thumb img, a:active .thumb img {
  transition: all 0.3s;
  transform: scale(1.1);
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  backface-visibility: hidden; /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 20px auto 0;
  max-width: 90%;
}
@media screen and (max-width: 1366px) {
  .xl_contain {
    padding: 0 2.3rem;
  }
}

.xlm_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 20px auto 0;
  max-width: 90%;
}
@media screen and (max-width: 765px) {
  .xlm_contain {
    padding: 0 2.3rem 2rem 2.3rem;
    max-width: 90%;
  }
}


.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 20px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .lg_contain {
    padding: 0 2.3rem;
  }
}

.lgm_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 20px auto 0;
  max-width: 1006px;
}
@media screen and (max-width: 1006px) {
  .lgm_contain {
    padding: 0 2.3rem;
  }
}

.lgx_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 20px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 830px) {
  .lgx_contain {
    padding: 0 2.3rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 2.3rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
@media screen and (max-width: 1006px) {
  .tb_on {
    display: block !important;
  }
}
/* LAZYLOAD SETTINGS */
.blurUp {
  transition: filter 400ms;
}

.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 12rem;
  margin-top: -12rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 7rem;
    margin-top: -7rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.625;
  color: #484848;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  scroll-padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.3vw;
  }
}

body {
  width: 100%;
  font-family: yuminchomedium, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  --global--color-primary: #484848;
  --heading--font-family: yuminchomedium;
  --list--font-family: yuminchomedium;
  --form--font-family: yuminchomedium;
  --button--font-family: yuminchomedium;
  --entry-content--font-family: yuminchomedium;
  --entry-author-bio--font-family: yuminchomedium;
  --branding--title--font-family: yuminchomedium;
  --branding--description--font-family: yuminchomedium;
  --primary-nav--font-family: yuminchomedium;
  --pagination--font-family: yuminchomedium;
  --footer--font-family: yuminchomedium;
  --pullquote--font-family: yuminchomedium;
  --quote--font-family: yuminchomedium;
  color: #484848;
  scroll-padding-top: 12rem;
}
body #wrapper {
  position: relative;
  overflow: hidden;
}
body #wrapper main.sub {
  padding-top: 11rem;
}
@media screen and (max-width: 768px) {
  body #wrapper main.sub {
    padding-top: 9rem;
  }
}

.link_grid {
  width: 100%;
}
.link_grid .link_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
}
.link_grid .link_btn.h35 {
  height: 3.5rem;
}
.link_grid .link_btn.ft15 {
  font-size: 1.5rem;
}
.link_grid .link_btn.w21 {
  max-width: 21rem;
}
.link_grid .link_btn.bg_red {
  background: #bc1d1b;
  color: #fff;
}
.link_grid .link_btn.bg_grey {
  background: #acacac;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link_grid.step2 {
    flex-wrap: wrap;
  }
}
.link_grid.step2 .link_btn {
  margin: 0 5rem;
}
@media screen and (max-width: 768px) {
  .link_grid.step2 .link_btn {
    margin: 0 auto 1rem;
  }
}

.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.scroll_line {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .scroll_line {
    display: none;
  }
}
.scroll_line .scroll_bar {
  position: relative;
  height: 1px;
  width: 5.7REM;
  background: #ACACAC;
  margin: 0 0.7rem;
  margin-top: -0.3rem;
}
.scroll_line .scroll_bar .scroll_dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 100%;
  animation: dot_updown 4s cubic-bezier(0.6, 0, 0.2, 1) 0.25s infinite;
}

/*--------------------------------------------------------------
    # pageTop
--------------------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 999;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 1.8rem;
  }
}
#pagetop a {
  position: relative;
  width: 5rem;
  aspect-ratio: 1/1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/pgtop.png) center center/1.4rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  #pagetop a {
    border-radius: 0.3rem;
    background: url(../image/pgtop_sp.png) center center/1.4rem no-repeat, #fff;
  }
}
#pagetop::before {
  position: absolute;
  z-index: -1;
  content: "";
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background: #fff;
  filter: drop-shadow(0 0 1rem #5162b1);
}
#pagetop.static {
  position: absolute;
  bottom: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #pagetop.static {
    margin-top: 53.3rem;
  }
}

/* ---------------------------------------------
# grid list pagination - お知らせ
-----------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-top: none;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.8rem;
  width: 3rem;
  aspect-ratio: 1/1;
  text-align: center;
  font-family: YuGothicM;
  font-size: 1.7rem;
  line-height: 1.8;
  min-width: unset;
  min-height: unset;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 2.4rem;
    padding-bottom: 0.2rem;
    margin: 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.pagination .page-numbers.current {
  border-bottom: solid #000 1px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  margin: 0 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.dots {
  background: none;
  color: #1a2d51;
}
.pagination .page-numbers:hover {
  text-decoration: none;
}

.categorygroup {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .categorygroup {
    row-gap: 0.9rem;
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    padding-right: 0.1rem;
    justify-content: space-between;
  }
}
.categorygroup a {
  background: #726A68;
  width: 21rem;
  height: 4.2rem;
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-family: YuGothicB;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .categorygroup a {
    width: calc((100% - 0.9rem) / 2);
    height: 5.2rem;
    padding-top: 0rem;
    letter-spacing: 0.22rem;
  }
}
.categorygroup a.active {
  background: #000000;
}

.c_service_slider {
  width: 100%;
}
.c_service_slider li {
  position: relative;
  margin: 0;
  padding: 0;
  height: 36.4rem;
}
@media screen and (max-width: 768px) {
  .c_service_slider li {
    margin: 0;
    padding: 0;
    height: 23rem;
  }
}
.c_service_slider li img {
  height: 100%;
}
.c_service_slider li:hover img {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.6862745098)) brightness(115%);
  transition: all 0.35s;
}
.c_service_slider .slick-dots {
  bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .c_service_slider .slick-dots {
    bottom: 0.2rem;
  }
}
.c_service_slider .slick-dots li {
  width: 15.8px;
}
.c_service_slider .slick-dots li:last-child {
  width: 5px;
}
.c_service_slider .slick-dots li button {
  background: white;
  border-radius: 50%;
  height: 0.7rem;
  padding: 0%;
  width: 0.7rem;
}
@media screen and (max-width: 768px) {
  .c_service_slider .slick-dots li button {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.c_service_slider .slick-dots li.slick-active button {
  background: #A99E9C;
}

.sect_ttl {
  position: relative;
}
.sect_ttl p.ltxt32 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sect_ttl p.ltxt32 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.sect_ttl p.ltxt28 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sect_ttl p.ltxt28 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.sect_ttl p.ltxt40 {
  letter-spacing: -0.05rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sect_ttl p.ltxt40 {
    font-size: 1.9rem;
    letter-spacing: 1px;
  }
}
.sect_ttl p.stxt18 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sect_ttl p.stxt18 {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 1.3rem;
  }
}
.sect_ttl.triangle_dash::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -12rem;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
  width: 24rem;
  height: 24rem;
  border-right: solid #f1d0d0 1px;
}
@media screen and (max-width: 768px) {
  .sect_ttl.triangle_dash::before {
    top: -0.5rem;
    left: -14rem;
  }
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

.mds {
  font-size: 1.8rem;
  line-height: 1.888;
}
@media screen and (max-width: 768px) {
  .mds {
    font-size: 1.9rem;
    line-height: 2.1;
  }
}

.ds {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .ds {
    font-size: 1.65rem;
    line-height: 1.6;
  }
}

.t_white {
  color: #fff;
}

h3.section_ttl .et {
  font-family: "Reem Kufi";
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3.section_ttl .et {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
h3.section_ttl .jt16 {
  margin-top: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h3.section_ttl .jt16 {
    margin-top: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
  }
}
h3.section_ttl .jt {
  margin-top: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h3.section_ttl .jt {
    margin-top: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.6rem;
  }
}

.search {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 6rem;
  }
}
.search a {
  display: flex;
  align-items: center;
  width: 24.5rem;
  height: 4rem;
  border: 1px solid white;
  background: transparent;
  margin: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  .search a {
    width: 34.3rem;
    height: 5.5rem;
    margin-bottom: 2.95rem;
  }
}
.search a:last-child {
  margin-right: 0;
}
.search a .ico {
  width: 4.7rem;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search a .ico {
    width: 6.5rem;
  }
}
.search a .txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search a .txt p {
  font-family: YuGothicB;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .search a .txt p {
    letter-spacing: 0.5rem;
  }
}
.search a:nth-of-type(1) .ico {
  background: url(../image/ico_sticky_location.png) center center/1.4rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  .search a:nth-of-type(1) .ico {
    background-size: 2rem;
  }
}
.search a:nth-of-type(2) .ico {
  background: url(../image/ico_sticky_search.png) center center/1.6rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  .search a:nth-of-type(2) .ico {
    background-size: 2.5rem;
  }
}
.search a:nth-of-type(3) .ico {
  background: url(../image/ico_sticky_person.png) center center/1.8rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  .search a:nth-of-type(3) .ico {
    background-size: 2.5rem;
  }
}

.btn1 {
  position: relative;
  width: 29.1rem;
  height: 6rem;
  font-size: 1.3rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn1 {
    margin: 0 auto;
    width: 34.2rem;
    height: 7rem;
    font-size: 1.5rem;
  }
}
.btn1::after {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  top: 50%;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .btn1::after {
    width: 2.5rem;
    right: 2.3rem;
  }
}
.btn1.bg_brown {
  background: #7E7573;
  border: solid #707070 1px;
  color: white;
}
.btn1.bg_brown::after {
  background: url(../image/btn_arr_white.png) center center/contain no-repeat;
}
.btn1.bg_brown:hover {
  background: #fff;
  color: #707070;
}
.btn1.bg_brown:hover::after {
  background: url(../image/btn_arr_white_re.png) center center/contain no-repeat;
}
.btn1.bg_brown_up {
  background: #7E7573;
  border: solid #707070 1px;
  color: white;
}
.btn1.bg_brown_up::after {
  background: url(../image/btn_arr_white_up.png) center center/contain no-repeat;
}
.btn1.bg_brown_up:hover {
  background: #fff;
  color: #707070;
}
.btn1.bg_brown_up:hover::after {
  background: url(../image/btn_arr_white_up_re.png) center center/contain no-repeat;
}
.btn1.bg_wbrown {
  background: #C38F5C;
  background-color: #C38F5C;
  border: solid #C38F5C 1px;
  color: white;
}
.btn1.bg_wbrown::after {
  background: url(../image/btn_arr_white.png) center center/contain no-repeat;
}
.btn1.bg_wbrown:hover {
  background: #fff;
  color: #C38F5C;
}
.btn1.bg_wbrown:hover::after {
  background: url(../image/contact_ico.png) center center/contain no-repeat;
}

ul.excerpt_ul_block {
  width: 100%;
}
ul.excerpt_ul_block li.excerpt_block {
  width: 100%;
  padding: 2.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  ul.excerpt_ul_block li.excerpt_block {
    padding: 2.3rem 0 4rem;
  }
}
ul.excerpt_ul_block li.excerpt_block p.desc {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  ul.excerpt_ul_block li.excerpt_block p.desc {
    margin-top: 2.5rem;
  }
}

.t_switch .toggle .radio-switch {
  position: relative;
  border: none;
  padding: 0;
  white-space: nowrap;
  margin-top: -2.2rem;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch {
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch input {
    margin: 0;
    opacity: 0;
  }
}
.t_switch .toggle .radio-switch input:first-child {
  left: 1rem;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch input:first-child {
    left: 0rem;
    top: 0.7rem;
  }
}
.t_switch .toggle .radio-switch input:last-child {
  right: 0rem;
  top: 1.3rem;
}
.t_switch .toggle .radio-switch label {
  display: inline-block;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.t_switch .toggle .radio-switch label:first-of-type {
  padding-right: 4.2em;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch label:first-of-type {
    padding-right: 3.6em;
  }
}
.t_switch .toggle .radio-switch label:last-child {
  margin-left: -4.25em;
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch label:last-child {
    margin-left: -2.25em;
    padding-left: 2.5em;
  }
}
.t_switch .toggle .radio-switch label:focus-within label:first-of-type::after {
  box-shadow: 0 0 0 2px #D5D5D5, 0 0 0 4px #ffffff;
}
.t_switch .toggle .radio-switch label .focus-within label:first-of-type::after {
  box-shadow: 0 0 0 2px #D5D5D5, 0 0 0 4px #ffffff;
}
.t_switch .toggle .radio-switch input {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch input {
    top: 0.7rem;
  }
}
.t_switch .toggle .radio-switch label:first-of-type::before,
.t_switch .toggle .radio-switch label:first-of-type::after {
  border: 1px solid #aaa;
  content: "";
  height: 1.5em;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch label:first-of-type::before,
  .t_switch .toggle .radio-switch label:first-of-type::after {
    height: 1.5em;
  }
}
.t_switch .toggle .radio-switch label:first-of-type::before {
  background: #000;
  border: 1px solid #aaa;
  border-radius: 100%;
  position: absolute;
  right: 0.025em;
  top: 0.01rem;
  transform: translateX(0em);
  transition: transform 0.2s ease-in-out;
  width: 1.4em;
  height: 1.4rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch label:first-of-type::before {
    width: 1.4em;
    height: 1.4rem;
    right: -0.575em;
    top: 0.01rem;
  }
}
.t_switch .toggle .radio-switch label:first-of-type::after {
  background: #ffffff;
  border-radius: 1em;
  margin: 0 1em;
  transition: all 0.2s ease-in-out;
  width: 3.2em;
}
@media screen and (max-width: 768px) {
  .t_switch .toggle .radio-switch label:first-of-type::after {
    width: 3.2rem;
  }
}
.t_switch .toggle .radio-switch input:first-of-type:checked ~ label:first-of-type::after {
  background: #ffffff;
}
.t_switch .toggle .radio-switch input:first-of-type:checked ~ label:first-of-type::before {
  transform: translateX(-2em);
  background: #D5D5D5;
}
.t_switch .toggle .radio-switch input:last-of-type:checked ~ label:last-of-type {
  z-index: 1;
}

#sticky_search {
  display: none;
  position: fixed;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1px;
       column-gap: 1px;
  row-gap: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.8s ease-in-out;
  transform: translate(0, 100%);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #sticky_search {
    display: grid;
  }
}
#sticky_search a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 8rem;
  background: #7E7573;
}
#sticky_search a .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sticky_search a .ico img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#sticky_search a .txt {
  text-align: center;
  width: 100%;
  margin-bottom: 0.9rem;
  letter-spacing: 0.13rem;
  font-family: YuGothicB;
  font-size: 1.2rem;
  color: white;
}
#sticky_search a:nth-of-type(1) .ico {
  width: 1.8rem;
  aspect-ratio: 16/23;
}
#sticky_search a:nth-of-type(1) .txt {
  margin-top: 1.2rem;
}
#sticky_search a:nth-of-type(2) .ico {
  width: 2.5rem;
  aspect-ratio: 1/1;
}
#sticky_search a:nth-of-type(2) .txt {
  margin-top: 1.3rem;
}
#sticky_search a:nth-of-type(3) .ico {
  width: 2.5rem;
  aspect-ratio: 1/1;
}
#sticky_search a:nth-of-type(3) .txt {
  margin-top: 1.3rem;
}
#sticky_search.sticky_scroll {
  transform: translate(0, 0);
}

.option_toggle {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .option_toggle {
    padding: 2rem 2.3rem;
    padding-right: 2rem;
    justify-content: space-between;
    background: #fff;
  }
}
.option_toggle input[type=checkbox].ToggleBtn {
  opacity: 0;
  position: absolute;
}
.option_toggle input[type=checkbox].ToggleBtn:checked + label::before {
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.option_toggle input[type=checkbox].ToggleBtn:checked + label::after {
  left: 2.2rem;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .option_toggle input[type=checkbox].ToggleBtn:checked + label::after {
    left: 1.5rem;
  }
}
.option_toggle label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
  -webkit-tap-highlight-color: transparent;
  height: 1.5rem;
  width: 3.2rem;
  border: 1px solid #D5D5D5;
  border-radius: 10rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .option_toggle label {
    order: 2;
    height: 1.7rem;
    width: 3.3rem;
  }
}
.option_toggle label::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10rem;
}
.option_toggle label::after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transform: translateY(-50%);
  background: #A5A5A5;
  width: 1.3rem;
  aspect-ratio: 1/1;
  top: 50%;
  left: -0.3rem;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .option_toggle label::after {
    width: 1.7rem;
  }
}
.option_toggle p {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-family: YuGothicM;
  line-height: 1.785;
  color: #000;
}
@media screen and (max-width: 768px) {
  .option_toggle p {
    order: 1;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.table_wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table_wrap {
    width: 100%;
    padding-bottom: 3.6rem;
    overflow: auto;
    /* width */
  }
}
.table_wrap table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: solid #A2A2A2 1px;
}
@media screen and (max-width: 768px) {
  .table_wrap table {
    width: 95rem;
  }
}
.table_wrap table tr td {
  padding: 1.5rem 0.5rem;
  border: solid #A2A2A2 1px;
  text-align: center;
  vertical-align: middle;
  min-height: 7rem;
  font-family: YuGothicM;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .table_wrap table tr td {
    height: 7.9rem;
  }
}
.table_wrap table tr td img {
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.table_wrap table tr td span {
  display: block;
  font-size: 0.8rem;
}
.table_wrap table tr.th {
  background: #F2F2F2;
}
.table_wrap table tr.th td {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .table_wrap table tr.th td {
    font-size: 1rem;
  }
}
.table_wrap table tr.th td:first-of-type {
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .table_wrap table tr.th td:first-of-type {
    font-size: 1.4rem;
  }
}
.table_wrap table.type01 tr td {
  width: 9.7%;
}
@media screen and (max-width: 768px) {
  .table_wrap table.type01 tr td {
    width: 9.5%;
  }
}
.table_wrap table.type01 tr td:first-of-type {
  width: 12.7%;
}
@media screen and (max-width: 768px) {
  .table_wrap table.type01 tr td:first-of-type {
    width: 13%;
  }
}
.table_wrap table.type01 tr td img {
  max-width: 3.5rem;
  max-height: 3rem;
}
.table_wrap table.type02 tr td {
  width: 12.5%;
  height: 10rem;
  white-space: nowrap;
}
.table_wrap table.type02 tr:first-of-type td img {
  margin-bottom: 0.5rem;
}
.table_wrap table.type02 tr img {
  max-width: 4rem;
  max-height: 4rem;
}
ul.page_list {
  display: flex;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  ul.page_list {
    justify-content: center;
    margin-top: 4.8rem;
  }
}
ul.page_list .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  background: #fff;
  width: 4rem;
  aspect-ratio: 1/1;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ul.page_list .page-numbers {
    width: 2.4rem;
    padding-bottom: 0.2rem;
    margin: 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
ul.page_list .page-numbers.current {
  background: #BB9164;
  color: white;
}
ul.page_list .page-numbers.next, ul.page_list .page-numbers.prev {
  margin: 0 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page_list .page-numbers.dots {
  background: none;
  color: #1a2d51;
}
ul.page_list .page-numbers:hover {
  text-decoration: none;
}

.wysiwyg_content {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content {
    padding: 2rem 0 5rem;
  }
}
.wysiwyg_content h1 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h1 {
    font-size: 2.8rem;
  }
}
.wysiwyg_content h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h2 {
    font-size: 2.6rem;
  }
}
.wysiwyg_content h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h3 {
    font-size: 2.4rem;
  }
}
.wysiwyg_content h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h4 {
    font-size: 2.2rem;
  }
}
.wysiwyg_content h5 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h5 {
    font-size: 2rem;
  }
}
.wysiwyg_content h6 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h6 {
    font-size: 1.8rem;
  }
}
.wysiwyg_content h1,
.wysiwyg_content h2,
.wysiwyg_content h3,
.wysiwyg_content h4,
.wysiwyg_content h5,
.wysiwyg_content h6 {
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content h1,
  .wysiwyg_content h2,
  .wysiwyg_content h3,
  .wysiwyg_content h4,
  .wysiwyg_content h5,
  .wysiwyg_content h6 {
    margin-bottom: 1rem;
  }
}
.wysiwyg_content strong {
  font-family: yuminchodb;
}
.wysiwyg_content p {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content p {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
.wysiwyg_content ul {
  margin-top: 1.5rem;
  list-style: none;
}
.wysiwyg_content ul li {
  position: relative;
  padding-left: 1.3rem;
  list-style: inherit;
  font-size: 1.6rem;
  line-height: 1.7;
}
.wysiwyg_content ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #333;
  left: 0;
  top: 1.2rem;
}
.wysiwyg_content ol {
  margin-top: 1.5rem;
  counter-reset: item;
}
.wysiwyg_content ol li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
.wysiwyg_content ol li:before {
  position: absolute;
  content: counter(item) ".";
  counter-increment: item;
  left: 0;
  top: 0;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .wysiwyg_content ol li:before {
    font-size: 1.8rem;
  }
}
.wysiwyg_content blockquote {
  display: inline-block;
  padding: 0 2rem;
  quotes: "“" "”" "‘" "’";
}
.wysiwyg_content blockquote::before, .wysiwyg_content blockquote::after {
  position: absolute;
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
.wysiwyg_content blockquote::before {
  content: open-quote;
  left: 0;
  top: 0;
}
.wysiwyg_content blockquote::after {
  color: #ccc;
  content: close-quote;
  right: 0;
  bottom: 0;
}
.wysiwyg_content blockquote p {
  display: inline;
}
.wysiwyg_content img {
  width: 100%;
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.news_ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiline_ellipse {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline_ellipse.rows3 {
  -webkit-line-clamp: 3;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrowRight {
  from {
    transform: translate(-50%, -50%);
    opacity: 0.7;
  }
  to {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@keyframes dot_updown {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes msg_updown {
  0% {
    transform: translate(0, 0);
    opacity: 0.85;
  }
  50% {
    transform: translate(0, -5%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.85;
  }
}
@keyframes updown {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(1.15, 0.85);
  }
  50% {
    transform: scale(0.9, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
    # ヘッダー - top - logo & header & mega menu
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10000;
  transition: all 0.5s;
  background: transparent;
  /*	global navigator(pc)
  ---------------------------------*/
}
header:hover, header.open, header.scroll {
  background: #fff;
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.1215686275);
  transition: all 0.35s;
}
header:hover .hd_logo img, header.open .hd_logo img, header.scroll .hd_logo img {
  content: url(../image/hd_logo_sp.png);
}
header:hover .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a, header.open .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a, header.scroll .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a {
  color: #484848;
}
header .header_menu {
  position: unset;
  width: 100%;
  height: 11rem;
  margin: auto;
  padding-left: 3.4rem;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  header .header_menu {
    padding: 0 0 0 2.3rem;
    z-index: unset;
    height: 9rem;
  }
}
header .header_menu .hd_logo {
  z-index: 9500;
}
header .header_menu .hd_logo h1 {
  width: 16rem;
}
header .header_menu .hd_logo h1 img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  header .header_menu .hd_logo h1 a {
    margin-left: 0;
  }
}
header .header_menu ul.hd_menu {
  list-style: none;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header_menu ul.hd_menu {
    display: none;
  }
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
  margin-left: 4.2rem;
}
@media screen and (max-width: 1366px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1006px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 830px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 900px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    margin-left: 0.5rem;
  }
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a {
  position: relative;
  display: inline-block;
  z-index: 999;
  font-size: 1.3rem;
  line-height: 3;
  letter-spacing: 0.1rem;
  cursor: pointer;
  text-decoration: none;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a::after {
  position: absolute;
  content: "";
  transform: translateY(100%);
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a.active::after {
  background: #24316a;
}
@media screen and (max-width: 1006px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a {
    font-size: 1rem;
  }
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a:hover {
  color: #C38F5C;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item a:hover::after {
  background: #C38F5C;
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.mega_item {
    display: none;
  }
}
header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link {
  position: relative;
  z-index: 10005;
  height: 100%;
  margin-left: 6.5rem;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.3rem;
  width: 11.8rem;
  height: 100%;
  background: #C38F5C;
  font-size: 1.2rem;
  color: #fff;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link a p {
  line-height: 3.9rem;
  letter-spacing: 0.1rem;
}
header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link a img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link a img {
    width: 3rem;
    vertical-align: sub;
  }
}
@media screen and (max-width: 830px) {
  header .header_menu ul.hd_menu li.hd_mnu_sub.contact_link {
    margin-left: 1rem;
  }
}
header .header_menu.top ul.hd_menu li a {
  color: #fff;
}
header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    cursor: pointer;
    z-index: 10010;
  }
  header .navToggle div {
    position: relative;
    margin-top: 2.9rem;
    margin-right: 2.2rem;
  }
  header .navToggle span {
    display: block;
    width: 4.2rem;
    height: 1px;
    background: black;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    margin-top: 1.2rem;
  }
  header .navToggle p {
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
  }
  header .navToggle .nav_menu {
    font-family: YuGothicM;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    color: black;
    margin-top: 1rem;
  }
}
header nav.sp_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav.sp_nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    padding-bottom: 5rem;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  header nav.sp_nav a {
    display: block;
  }
  header nav.sp_nav a* {
    transition: 0s;
  }
  header nav.sp_nav .logo {
    width: 100%;
    padding: 8rem 0 0;
  }
  header nav.sp_nav .logo img {
    margin: 0;
    text-align: left;
  }
  header nav.sp_nav ul.l_menu {
    display: block;
    padding: 4.7rem 4.8rem 5rem;
  }
  header nav.sp_nav ul.l_menu li.menu-li {
    position: relative;
    border-top: solid #b9b9b9 1px;
    padding: 2.45rem 0;
  }
  header nav.sp_nav ul.l_menu li.menu-li:nth-child(6) {
    border-bottom: solid #b9b9b9 1px;
    margin-bottom: 4.5rem;
  }
  header nav.sp_nav ul.l_menu li.menu-li:nth-child(7), header nav.sp_nav ul.l_menu li.menu-li:nth-child(8), header nav.sp_nav ul.l_menu li.menu-li:nth-child(9) {
    margin-bottom: 1.7rem;
    padding: 2.05rem 0;
    padding-left: 2rem;
    background: #C38F5C;
    color: white;
  }
  header nav.sp_nav ul.l_menu li.menu-li a {
    position: relative;
  }
  header nav.sp_nav ul.l_menu li.menu-li span {
    padding: 0;
    font-size: 1.75rem;
  }
  header nav.sp_nav ul.l_menu li.menu-li .sub_li_btn {
    position: absolute;
    height: 2.4rem;
    width: 2.4rem;
    transform: translate(0, -50%);
    right: 0rem;
    top: 50%;
  }
  header nav.sp_nav ul.l_menu li.menu-li .sub_li_btn::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../image/ham1.png) center center no-repeat;
    background-size: contain;
  }
  header nav.sp_nav ul.l_menu li.menu-li .sub_li_btn.open::after {
    background: url(../image/ham1.png) center center no-repeat;
    background-size: contain;
  }
  header nav.sp_nav ul.l_menu li.menu-li .link_arr_btn {
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 2.6rem;
    height: 2.6rem;
    transform: translate(0, -50%);
    background: url(../image/ham2.png) center center no-repeat;
    background-size: contain;
  }
}
header.open nav.sp_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header.open nav.sp_nav {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s, opacity 0.4s;
  }
}
header.open .navToggle span:nth-child(1) {
  transform: rotate(335deg);
}
header.open .navToggle span:nth-child(2) {
  transform: rotate(-335deg);
  margin-top: 0;
}

/*--------------------------------------------------------------
    # フッター menu
--------------------------------------------------------------*/
footer .contact {
  background: url(../image/contact_bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  footer .contact {
    background: url(../image/contact_bg_sp.png) center center/cover no-repeat;
  }
}
footer .contact .lgm_contain {
  padding-top: 11.3rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  footer .contact .lgm_contain {
    padding-bottom: 11.2rem;
  }
}
footer .contact .lgm_contain .contact_link {
  display: flex;
  justify-content: center;
  padding: 0 0.2rem 0 0.3rem;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  footer .contact .lgm_contain .contact_link {
    padding: 0;
    display: block;
    margin-top: 3.7rem;
  }
}
footer .contact .lgm_contain .contact_link a {
  position: relative;
  width: 33%;
  max-width: 29rem;
  height: 6.8rem;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-size: 1.3rem;
  color: #C38F5C;
}
@media screen and (max-width: 768px) {
  footer .contact .lgm_contain .contact_link a {
    max-width: 100%;
    width: 34.2rem;
    height: 7.9rem;
    font-size: 1.5rem;
    letter-spacing: 0.7px;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
  footer .contact .lgm_contain .contact_link a:last-of-type {
    margin-bottom: 0;
  }
}
footer .contact .lgm_contain .contact_link a::after {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  top: 50%;
  width: 2.1rem;
  aspect-ratio: 1/1;
  background: url(../image/contact_ico.png) center center/contain no-repeat;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  footer .contact .lgm_contain .contact_link a::after {
    width: 2.5rem;
  }
}
footer .contact .lgm_contain .contact_link a:hover {
  background: #C38F5C;
  color: #fff;
}
footer .contact .lgm_contain .contact_link a:hover::after {
  background: url(../image/contact_ico_re.png) center center/contain no-repeat;
}
footer .pgtop_nav {
  width: 100%;
  background: #f4f4f4;
}
footer .pgtop_nav .ft_top {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #676767;
}
@media screen and (max-width: 768px) {
  footer .pgtop_nav .ft_top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.2rem;
  }
}
footer .ft {
  background: #484848;
  padding-top: 9rem;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 768px) {
  footer .ft {
    padding-top: 8.1rem;
    padding-bottom: 12rem;
  }
}
footer .ft .xlm_contain {
  color: white;
}
footer .ft .xlm_contain .ft_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .logo_block {
    margin-top: 5rem;
  }
}
footer .ft .xlm_contain .ft_content .logo_block .ft_logo {
  display: block;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .logo_block .ft_logo {
    width: 22rem;
    margin: 0 auto;
  }
}
footer .ft .xlm_contain .ft_content .logo_block .sns_link {
  display: inline-block;
  margin-top: 2.6rem;
  width: 1.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .logo_block .sns_link {
    display: table;
    width: 2.8rem;
    margin: 3rem auto 0;
  }
}
footer .ft .xlm_contain .ft_content .ft_link {
  display: flex;
  margin-top: 0.7rem;
  margin-right: 0.5rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node {
  list-style: none;
  margin-left: 8rem;
}
@media screen and (max-width: 830px) {
  footer .ft .xlm_contain .ft_content .ft_link .link_node {
    margin-left: 4rem;
  }
}
footer .ft .xlm_contain .ft_content .ft_link .link_node ul {
  list-style: none;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node ul li {
  list-style: none;
  letter-spacing: 1px;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node ul li a img {
  margin-right: 0.87rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(1) ul li:nth-child(2) {
  padding-top: 0.3rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(1) ul li:nth-child(2) a {
  margin-bottom: 1.1rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(1) ul li:nth-child(3) {
  padding-top: 0.3rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(1) ul li:nth-child(3) a {
  margin-bottom: 1.1rem;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(2) {
  margin-left: 5.9rem;
}
@media screen and (max-width: 830px) {
  footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(2) {
    margin-left: 3rem;
  }
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(2) ul li a {
  margin-bottom: 1.8rem;
  letter-spacing: 1.2px;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(3) {
  margin-left: 6.5rem;
}
@media screen and (max-width: 830px) {
  footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(3) {
    margin-left: 3rem;
  }
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(3) ul li {
  letter-spacing: 0.9px;
}
footer .ft .xlm_contain .ft_content .ft_link .link_node:nth-child(3) ul li a {
  margin-bottom: 1.8rem;
}
footer .ft .xlm_contain .ft_content .sp_on {
  width: 100%;
  padding: 0 2.4rem;
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li {
  width: 100%;
  height: 5.6rem;
  border: 1px solid white;
  background: transparent;
  display: flex;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li {
    height: 5.55rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li .ft_ico {
  width: 4.7rem;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li .ft_ico {
    width: 6.5rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(1) .ft_ico {
  background: url(../image/ico_sticky_location.png) center center/1.4rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(1) .ft_ico {
    background-size: 2rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(2) .ft_ico {
  background: url(../image/ico_sticky_search.png) center center/1.6rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(2) .ft_ico {
    background-size: 2.5rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(3) .ft_ico {
  background: url(../image/ico_sticky_person.png) center center/1.8rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li:nth-of-type(3) .ft_ico {
    background-size: 2.5rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_search li .ft_txt {
  font-family: YuGothicB;
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_search li .ft_txt {
    font-size: 1.75rem;
    padding-right: 1.2rem;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_link2 {
  margin-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_link2 {
    margin-top: 5.8rem;
    border-bottom: 1px solid #707070;
  }
}
footer .ft .xlm_contain .ft_content .sp_on .ft_link2 li {
  font-size: 1.4rem;
  line-height: 4.5rem;
  border-top: 1px solid #707070;
  padding: 0.8rem 0;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_content .sp_on .ft_link2 li {
    font-size: 1.5rem;
    line-height: 3;
  }
}
footer .ft .xlm_contain .ft_cpy {
  margin-top: 2.5rem;
  margin-right: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_cpy {
    display: block;
    text-align: center;
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 4.2rem;
  }
}
footer .ft .xlm_contain .ft_cpy p,
footer .ft .xlm_contain .ft_cpy a {
  font-family: YuGothicM;
  font-size: 1.1rem;
  letter-spacing: 0.055rem;
}
@media screen and (max-width: 768px) {
  footer .ft .xlm_contain .ft_cpy p,
  footer .ft .xlm_contain .ft_cpy a {
    text-align: center;
    font-size: 1.28rem;
  }
  footer .ft .xlm_contain .ft_cpy p:last-child,
  footer .ft .xlm_contain .ft_cpy a:last-child {
    margin-top: 1.6rem;
  }
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main {
  position: relative;
  /* ---------------------------------------------
  # contact_01.html - radio button
  -----------------------------------------------*/
  --radio: #767676;
  --radio-checked: #000;
  --radio-size: 16px;
}
main section {
  position: relative;
  width: 100%;
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  common style
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
main section.a_hero .a_mv_slider {
  width: 100%;
  height: 75rem;
}
@media screen and (max-width: 768px) {
  main section.a_hero .a_mv_slider {
    height: 76.7rem;
  }
}
main section.a_hero .a_mv_slider .slick-list {
  height: 100%;
}
main section.a_hero .a_mv_slider .slick-list .slick-track {
  height: 100%;
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide {
  position: relative;
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide img {
  display: block;
  height: 100%;
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide p.thumb {
  position: absolute;
  width: 100%;
  height: 100%;
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide p.thumb.fading {
  animation: fading 8s linear forwards;
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #fff;
  opacity: 0;
  animation: fadeEffect 0.8s forwards 2s;
}
@media screen and (max-width: 768px) {
  main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box {
    bottom: 13rem;
    left: 3rem;
  }
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box .label {
  position: relative;
  font-family: ten-mincho;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box .label {
    font-size: 3.5rem;
  }
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box .label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box .jdesc {
  margin-top: 1.5rem;
  font-family: ten-mincho;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main section.a_hero .a_mv_slider .slick-list li.slick-slide .infor_box .jdesc {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
main section.a_hero .a_mv_slider .slick-list li.slick-slide.slick-current .label::before {
  animation: line 7.5s linear forwards;
}
main section.a_hero .a_mv_slider .slick-arrow {
  position: absolute;
  bottom: 5rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  main section.a_hero .a_mv_slider .slick-arrow {
    bottom: 3rem;
  }
}
main section.a_hero .a_mv_slider .slick-arrow.prev-arrow {
  transform: translateX(-100%);
  left: 47%;
}
main section.a_hero .a_mv_slider .slick-arrow.next-arrow {
  transform: translateX(100%);
  right: 47%;
}
main section.a_hero .dot_contain {
  position: absolute;
  right: 3.2rem;
  bottom: 1.5rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  main section.a_hero .dot_contain {
    display: none;
  }
}
main section.a_hero .dot_contain .arrBox {
  height: 3rem;
  text-align: center;
  display: flex;
  font-family: "Poppins";
  font-size: 1.3rem;
  line-height: 3rem;
  color: #fff;
}
main section.a_hero .dot_contain .arrBox .srollTxt {
  overflow: hidden;
}
main section.a_hero .dot_contain .arrBox .srollTxt .moveBlock {
  display: flex;
  flex-direction: column;
  transition: transform 3s ease;
  font-size: 1.3rem;
  line-height: 3rem;
  color: #fff;
}
main section.a_hero .main_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(assets/images/kv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section.a_hero .main_content .content {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  main section.a_hero .main_content .content {
    width: 36rem;
    margin-top: -1rem;
  }
}
main section.a_hero .main_content .content .ttl_block {
  color: white;
}
main section.a_hero .main_content .content .ttl_block .sub_ttl {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main section.a_hero .main_content .content .ttl_block .sub_ttl {
    font-size: 1.55rem;
    line-height: 2.9rem;
    letter-spacing: 0.22rem;
  }
}
main section.a_hero .main_content .content .ttl_block .ttl {
  margin-top: 3.2rem;
  font-family: "Reem Kufi";
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  main section.a_hero .main_content .content .ttl_block .ttl {
    margin-top: 2.6rem;
    line-height: 8.7rem;
    font-size: 6.4rem;
    letter-spacing: 0.7rem;
  }
}
main section.a_hero .main_content .content .ttl_block .desc {
  margin-top: 2.3rem;
  font-size: 2.3rem;
  line-height: 3.9rem;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 768px) {
  main section.a_hero .main_content .content .ttl_block .desc {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
main section.a_hero .main_content .content .ttl_block .desc .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main section.a_hero .main_content .content .ttl_block .desc .sp {
    display: block;
  }
}
main section.a_hero .main_content .content .search {
  margin-top: 3.8rem;
}
main section.a_company .lg_contain {
  padding-top: 14.4rem;
  padding-bottom: 32.7rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain {
    padding-top: 52rem;
    padding-bottom: 14rem;
  }
}
main section.a_company .lg_contain .ttl {
  font-size: 2.2rem;
  line-height: 2.045;
  letter-spacing: 0.43rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .ttl {
    letter-spacing: 0.24rem;
    line-height: 2;
  }
}
main section.a_company .lg_contain .item {
  margin-top: 6.3rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item {
    flex-wrap: wrap;
    margin-top: 3.8rem;
  }
}
main section.a_company .lg_contain .item .desc {
  width: 44%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item .desc {
    width: 100%;
  }
}
main section.a_company .lg_contain .item .desc .ds {
  margin-top: -1.4rem;
  line-height: 2.714;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item .desc .ds {
    margin-top: 0;
    line-height: 2.65;
  }
}
main section.a_company .lg_contain .item .desc .btn1 {
  margin-top: 3.7rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item .desc .btn1 {
    margin-top: 36.5rem;
  }
}
main section.a_company .lg_contain .item .fig {
  position: relative;
  width: 40%;
  --remine_width: 10%;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item .fig {
    position: absolute;
    width: calc(100% - 2.5rem);
    right: 0;
    top: 11.5rem;
  }
}
main section.a_company .lg_contain .item .fig .thumb {
  position: relative;
  width: calc(50vw - var(--remine_width));
  height: 65rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item .fig .thumb {
    width: 100%;
    height: 35rem;
  }
}
main section.a_company .lg_contain .item .fig .thumb img {
  height: 100%;
}
main section.a_company .lg_contain .item1 {
  position: absolute;
  left: -13rem;
  bottom: 15rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item1 {
    left: 0;
    bottom: 28rem;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item1 .img:first-child {
    width: 50%;
  }
}
main section.a_company .lg_contain .item1 .img:last-child {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.a_company .lg_contain .item1 .img:last-child {
    margin-left: 0;
    width: 45.5%;
  }
}
main section.place .top_place_bg {
  position: absolute;
  width: 100%;
  height: 62.8rem;
  background: url(../image/place_bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.place .top_place_bg {
    height: 81rem;
    background: url(../image/place_bg_sp.png) center center/cover no-repeat;
  }
}
main section.place .place_bg {
  position: absolute;
  width: 100%;
  height: 43.7rem;
  background: url(../image/place_bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.place .place_bg {
    height: 81rem;
    background: url(../image/place_bg_sp.png) center center/cover no-repeat;
  }
}
main section.place .xlm_contain {
  padding-top: 9.5rem;
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain {
    padding-top: 14rem;
    padding-bottom: 5.2rem;
  }
}
main section.place .xlm_contain.top_place {
  padding-top: 15.5rem;
  padding-bottom: 14.9rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain.top_place {
    padding-top: 14.3rem;
    padding-bottom: 14rem;
  }
}
main section.place .xlm_contain .desc {
  margin-top: 4.5rem;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .desc {
    margin-top: 3.6rem;
    font-size: 2.1rem;
    line-height: 1.9;
    letter-spacing: 0.4rem;
  }
}
main section.place .xlm_contain .search {
  margin-top: 3.3rem;
}
main section.place .xlm_contain .top_search {
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .top_search {
    margin-top: 6rem;
  }
}
main section.place .xlm_contain .slide_box {
  position: relative;
  transition: all 0.5s;
  margin-top: 5.4rem;
  padding: 0 3.4rem;
}
@media screen and (max-width: 1200px) {
  main section.place .xlm_contain .slide_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box {
    padding: 0 2rem;
    margin-top: 5.7rem;
  }
}
main section.place .xlm_contain .slide_box .service_slider,
main section.place .xlm_contain .slide_box .service_slider_top {
  position: relative;
  z-index: 5;
  width: 100%;
}
main section.place .xlm_contain .slide_box .service_slider li,
main section.place .xlm_contain .slide_box .service_slider_top li {
  margin: 0 1.65rem;
  padding-top: 2.2rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .service_slider li,
  main section.place .xlm_contain .slide_box .service_slider_top li {
    margin: 0 0.4rem;
    padding: 1.3rem 0;
  }
}
main section.place .xlm_contain .slide_box .service_slider li .thumb,
main section.place .xlm_contain .slide_box .service_slider_top li .thumb {
  width: 100%;
  transition: all 0.15s;
  aspect-ratio: 1/1;
}
main section.place .xlm_contain .slide_box .service_slider li .thumb img,
main section.place .xlm_contain .slide_box .service_slider_top li .thumb img {
  height: 100%;
}
main section.place .xlm_contain .slide_box .service_slider li .content,
main section.place .xlm_contain .slide_box .service_slider_top li .content {
  z-index: 99;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .service_slider li .content,
  main section.place .xlm_contain .slide_box .service_slider_top li .content {
    margin-top: 2.3rem;
    padding: 0 1.2rem 0.5rem;
  }
}
main section.place .xlm_contain .slide_box .service_slider li .label,
main section.place .xlm_contain .slide_box .service_slider_top li .label {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .service_slider li .label,
  main section.place .xlm_contain .slide_box .service_slider_top li .label {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-top: 0rem;
  }
}
main section.place .xlm_contain .slide_box .service_slider li .ds,
main section.place .xlm_contain .slide_box .service_slider_top li .ds {
  font-family: YuGothicM;
  font-size: 1.2rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .service_slider li .ds,
  main section.place .xlm_contain .slide_box .service_slider_top li .ds {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }
}
main section.place .xlm_contain .slide_box .slide-arrow {
  position: absolute;
  z-index: 9999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translate(0, -50%);
  top: 41%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .slide-arrow {
    top: 40.5%;
    width: 3rem;
  }
}
main section.place .xlm_contain .slide_box .slide-arrow.prev-arrow {
  left: 0;
  background: url(../image/slide_l.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .slide-arrow.prev-arrow {
    left: -1.5rem;
    background: url(../image/slide_l_sp.png) center center/contain no-repeat;
  }
}
main section.place .xlm_contain .slide_box .slide-arrow.next-arrow {
  right: 0;
  background: url(../image/slide_r.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .slide_box .slide-arrow.next-arrow {
    right: -1.5rem;
    background: url(../image/slide_r_sp.png) center center/contain no-repeat;
  }
}
main section.place .xlm_contain .top_slide {
  margin-top: 6.8rem;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .top_slide {
    margin-top: 5.7rem;
  }
}
main section.place .xlm_contain .btn1 {
  margin: 7.3rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.place .xlm_contain .btn1 {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.a_case {
    background: #EFEFEF;
  }
}
main section.a_case .main_img {
  height: 45rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .main_img {
    height: 46.4rem;
  }
}
main section.a_case .main_img img {
  height: 100%;
}
main section.a_case .xlm_contain {
  padding-top: 15rem;
  padding-bottom: 20.6rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
main section.a_case .xlm_contain h3 .jt16 {
  margin-top: 0.9rem;
}
main section.a_case .xlm_contain .top_case {
  margin-top: 5.3rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case {
    margin-top: 7.4rem;
    padding: 0 2.3rem;
  }
}
main section.a_case .xlm_contain .top_case li {
  margin: 0 2rem;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li {
    margin: 0;
    background: #fff;
  }
}
main section.a_case .xlm_contain .top_case li a:hover {
  filter: none;
}
main section.a_case .xlm_contain .top_case li .item_img {
  width: 100%;
  height: 23rem;
  background: #909090;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_img {
    height: 21.3rem;
    width: 34.2rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_img img {
  height: 100%;
}
main section.a_case .xlm_contain .top_case li .item_descs {
  padding: 3.7rem 4rem 5rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs {
    padding: 1.7rem 2.4rem 2rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_descs .item_ttl h3 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs .item_ttl h3 {
    font-size: 1.8rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_descs .itme_category {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs .itme_category {
    margin-top: 2rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_descs .itme_category span {
  padding: 0 1.5rem 0.2rem;
  background: #A99E9C;
  font-size: 1.2rem;
  line-height: 1.7;
  color: white;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs .itme_category span {
    font-size: 1.4rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_descs .item_desc {
  margin-top: 0.4rem;
}
main section.a_case .xlm_contain .top_case li .item_descs .item_desc .desc1 {
  font-size: 1.3rem;
  line-height: 2.46;
  color: #7E7573;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs .item_desc .desc1 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
main section.a_case .xlm_contain .top_case li .item_descs .item_desc .desc2 {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.846;
  max-width: 30rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case li .item_descs .item_desc .desc2 {
    margin-top: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.85;
    letter-spacing: 0.2rem;
  }
}
main section.a_case .xlm_contain .top_case .slide-arrow {
  position: absolute;
  z-index: 9999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translate(0, -50%);
  top: 45%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case .slide-arrow {
    width: 3rem;
    top: 47%;
  }
}
main section.a_case .xlm_contain .top_case .slide-arrow.prev-arrow {
  left: -1rem;
  background: url(../image/slide_l.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case .slide-arrow.prev-arrow {
    left: -1.5rem;
    background: url(../image/slide_l_sp.png) center center/contain no-repeat;
  }
}
main section.a_case .xlm_contain .top_case .slide-arrow.next-arrow {
  right: -1rem;
  background: url(../image/slide_r.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .top_case .slide-arrow.next-arrow {
    right: -1.5rem;
    background: url(../image/slide_r_sp.png) center center/contain no-repeat;
  }
}
main section.a_case .xlm_contain .btn1 {
  margin: 6.7rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.a_case .xlm_contain .btn1 {
    margin-top: 7rem;
  }
}
main section.b_about {
  background: linear-gradient(180deg, transparent 33%, #F4F4F4 30%);
}
@media screen and (max-width: 768px) {
  main section.b_about {
    background: linear-gradient(180deg, transparent 25%, #F4F4F4 9%);
  }
}
main section.b_about .xlm_contain {
  padding-bottom: 11.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain {
    flex-wrap: wrap;
    padding-top: 3.3rem;
    padding-bottom: 5rem;
    padding-bottom: 13rem;
  }
}
main section.b_about .xlm_contain h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17rem;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain h3 {
    margin-top: 0rem;
  }
}
main section.b_about .xlm_contain .content {
  width: 76.5%;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content {
    margin-top: 3.85rem;
    width: 100%;
  }
}
main section.b_about .xlm_contain .content .kv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content .kv {
    width: 100%;
  }
}
main section.b_about .xlm_contain .content .kv .fig {
  height: 40.3rem;
  width: calc(50vw + 32rem);
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content .kv .fig {
    width: calc(100vw - 2.3rem);
    height: 29.5rem;
  }
}
main section.b_about .xlm_contain .content .kv .fig img {
  height: 100%;
}
main section.b_about .xlm_contain .content .txt {
  margin-top: 7.6rem;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content .txt {
    margin-top: 0;
    padding-top: 3.5rem;
    padding-right: 0;
    width: 100%;
  }
}
main section.b_about .xlm_contain .content .txt h4 {
  font-size: 2.2rem;
  line-height: 4.5rem;
  letter-spacing: 0.45rem;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content .txt h4 {
    letter-spacing: 0.43rem;
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
main section.b_about .xlm_contain .content .txt .ds {
  margin-top: 4.8rem;
  line-height: 2.7;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  main section.b_about .xlm_contain .content .txt .ds {
    margin-top: 3.7rem;
    line-height: 2.12;
    letter-spacing: 0.05rem;
  }
}
main section.b_use .lg_contain {
  padding-top: 13.5rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain {
    padding-top: 14rem;
    padding-bottom: 13.8rem;
  }
}
main section.b_use .lg_contain .use_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.4rem;
  background: black;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .use_ttl {
    height: 8.5rem;
  }
}
main section.b_use .lg_contain .use_ttl h3 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  color: white;
}
main section.b_use .lg_contain .struct {
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct {
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain {
  padding: 6rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain {
    padding: 2.4rem 2.3rem 0.7rem;
    display: block;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block {
  width: 31%;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block {
    width: 100%;
    margin-bottom: 1.7rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block:nth-of-type(2) {
  width: 32%;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:nth-of-type(2) {
    width: 58%;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:last-child .content {
    padding: 3.5rem 0 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:last-child .content .com div {
    margin-top: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:last-child .content .com div img {
    margin-top: -0.8rem;
    width: 7rem;
  }
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:last-child .content .multi {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block:last-child .content .man div {
    margin-top: 0.8rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .ttl {
  background: #7E7673;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .ttl {
    height: 4.9rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .ttl h4 {
  font-size: 1.4rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .ttl h4 {
    letter-spacing: 0.2rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content {
  background: #E6DFD9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.4rem 0;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content {
    padding: 3.4rem 0 2.8rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .ttl1 {
  font-family: YuGothicM;
  font-size: 1.2rem;
  color: #7E7673;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .ttl1 {
    letter-spacing: 0.15rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .ttl2 {
  font-family: yuminchodb;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .ttl2 {
    letter-spacing: 0.3rem;
    line-height: 2.3rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .com {
  width: 71%;
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .com div {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .com img {
    width: 6rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .multi {
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .multi {
    margin-top: 1.6rem;
    width: 3rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man {
  margin-top: 1rem;
  width: 71%;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man {
    margin-top: 1.2rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man div {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man div {
    margin-top: 1.8rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man div img {
  margin-top: -1.5rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .content .man div img {
    margin-top: -2.2rem;
    width: 5rem;
  }
}
main section.b_use .lg_contain .struct .lgm_contain .struct_block .use_struct {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.b_use .lg_contain .struct .lgm_contain .struct_block .use_struct {
    margin: auto;
    margin-bottom: 2rem;
    width: 19.8rem;
  }
}
main section.b_special {
  background: #F4F4F4;
}
main section.b_special .lg_contain {
  padding-top: 20.6rem;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain {
    padding-top: 21.5rem;
    padding-bottom: 15.2rem;
  }
}
main section.b_special .lg_contain .group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.b_special .lg_contain .group .ttl {
  max-width: 65.4rem;
}
main section.b_special .lg_contain .group .ttl h3 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .ttl h3 {
    letter-spacing: 0.2rem;
  }
}
main section.b_special .lg_contain .group .ttl h3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.78rem;
  background: black;
  transform: translate(50%, -100%);
  left: 50%;
  top: -74%;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .ttl h3::before {
    top: -100%;
  }
}
main section.b_special .lg_contain .group .ttl .ds {
  margin-top: 2.2rem;
  line-height: 2.1;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .ttl .ds {
    margin-top: 3rem;
    line-height: 2.1;
    letter-spacing: 0.02rem;
  }
}
main section.b_special .lg_contain .group .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 7.3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content {
    display: block;
    margin-top: 6.2rem;
  }
}
main section.b_special .lg_contain .group .content li:nth-child(1), main section.b_special .lg_contain .group .content li:nth-child(3), main section.b_special .lg_contain .group .content li:nth-child(5) {
  width: 29.1%;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li:nth-child(1), main section.b_special .lg_contain .group .content li:nth-child(3), main section.b_special .lg_contain .group .content li:nth-child(5) {
    width: 87.8%;
    margin: auto;
  }
  main section.b_special .lg_contain .group .content li:nth-child(1) img, main section.b_special .lg_contain .group .content li:nth-child(3) img, main section.b_special .lg_contain .group .content li:nth-child(5) img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li:nth-child(5) ul {
    margin-top: 2.6rem;
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: -15.3rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li:nth-child(4) {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: -15.2rem;
    margin-bottom: 2.8rem;
  }
}
main section.b_special .lg_contain .group .content li:last-child .title {
  background: #C38F5C;
}
main section.b_special .lg_contain .group .content li .title {
  position: relative;
  z-index: 5;
  width: 12.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #7E7673;
  margin: auto;
  margin-bottom: -6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li .title {
    width: 13rem;
    margin-bottom: -6.35rem;
  }
}
main section.b_special .lg_contain .group .content li .title p {
  font-size: 1.5rem;
  color: white;
}
main section.b_special .lg_contain .group .content li .math1 {
  margin-top: 17.5rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li .math1 {
    margin-top: 17.7rem;
    width: 4.7rem;
  }
}
main section.b_special .lg_contain .group .content li .math2 {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li .math2 {
    width: 2.6rem;
  }
}
main section.b_special .lg_contain .group .content li .pic {
  position: relative;
}
main section.b_special .lg_contain .group .content li .pic .result_ttl {
  position: absolute;
  width: 100%;
  background: #C38F5C;
  bottom: 0;
  padding: 0.7rem 0;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li .pic .result_ttl {
    padding: 0.95rem 0;
  }
}
main section.b_special .lg_contain .group .content li .pic .result_ttl p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.3rem;
  color: white;
  text-align: center;
}
main section.b_special .lg_contain .group .content li ul {
  margin-top: 2.3rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li ul {
    margin-top: 2.1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 8rem;
    width: 56%;
    letter-spacing: 0.35rem;
  }
}
main section.b_special .lg_contain .group .content li ul li {
  width: 100% !important;
  position: relative;
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .group .content li ul li {
    margin: 0 !important;
    line-height: 2.5rem;
  }
}
main section.b_special .lg_contain .feel {
  margin-top: 12.5rem;
  background: white;
  width: 100%;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel {
    margin-top: 6.5rem;
  }
}
main section.b_special .lg_contain .feel .ttl {
  background: black;
  width: 100%;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  padding: 2.1rem 0;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .ttl {
    padding: 2.8rem 0;
  }
}
main section.b_special .lg_contain .feel .ttl h3 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .ttl h3 {
    line-height: 3.4rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain {
  padding: 5.3rem 1.4rem 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain {
    padding: 2.3rem 2.3rem 1.5rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type {
    flex-wrap: wrap;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li {
  width: 29.7%;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li {
    width: 100%;
  }
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:nth-child(2) {
    margin-top: 1.7rem;
  }
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:nth-child(3) {
    margin-top: 2.4rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .title {
  width: 100%;
  background: #7E7673;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .title p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li .title p {
    letter-spacing: 0.3rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .title p:last-child {
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li .title p:last-child {
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li img {
  margin: 0 auto;
  margin-top: 2.4rem;
  max-width: 5.7rem;
  max-height: 7.3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li img {
    margin-top: 2.7rem;
    max-width: 6.5rem;
    max-height: 10.5rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .feel_content {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li .feel_content {
    margin-top: 2.8rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .feel_content li {
  margin-top: 1.2rem;
  width: 100%;
  font-family: YuGothicM;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #E6DFD9;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li .feel_content li {
    margin-top: 1.5rem;
    padding-bottom: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li .feel_content li:last-child {
  border: none;
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li:nth-child(2) .feel_content {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:nth-child(2) .feel_content {
    margin-top: 2.8rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child {
  margin-right: 0.3rem;
}
@media screen and (max-width: 1200px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child {
    margin-top: 1.7rem;
    margin-right: 0;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content {
    margin-top: 3.3rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content li {
  letter-spacing: 0rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content li {
    letter-spacing: 0.2rem;
    line-height: 2.15rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content li:nth-child(2) {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .feel_type li:last-child .feel_content li:nth-child(2) {
    padding-bottom: 3.4rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .advantage {
  padding: 3.6rem 0;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .advantage {
    padding-top: 2.7rem;
    padding-bottom: 0.6rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .advantage .ad_ttl {
  position: relative;
  z-index: 5;
  width: 16.5rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7E7673;
  margin: auto;
  margin-bottom: -2.3rem;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .advantage .ad_ttl {
    width: 19.2rem;
    height: 5.4rem;
    margin-bottom: -2.7rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .advantage .ad_ttl p {
  font-size: 1.6rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .advantage .ad_ttl p {
    letter-spacing: 0.2rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .advantage ul {
  width: 100%;
  padding-top: 5.3rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E6DFD9;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .advantage ul {
    padding-top: 4.9rem;
    padding-bottom: 2.6rem;
  }
}
main section.b_special .lg_contain .feel .lgm_contain .advantage ul li {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.b_special .lg_contain .feel .lgm_contain .advantage ul li {
    line-height: 3.4rem;
    letter-spacing: 0.3rem;
  }
}
main section.c_place {
  width: 100%;
}
main section.c_place .lg_contain {
  padding-top: 9rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain {
    padding: 3.3rem 0 0;
  }
}
main section.c_place .lg_contain .tabset_grid {
  width: 100%;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn {
  position: relative;
  display: inline-flex;
  width: calc((100% - 9px) / 4);
  margin-top: 0;
  border: none;
  height: 6rem;
  background: #7E7573;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn {
    width: 100%;
    height: 7rem;
    margin-bottom: 1px;
  }
  main section.c_place .lg_contain .tabset_grid .tab_btn::after {
    position: absolute;
    content: "";
    background: url(../image/search_tab_arr.png) center center/contain no-repeat;
    width: 2rem;
    aspect-ratio: 32/18;
    transform: translate(0, -50%);
    right: 2rem;
    top: 50%;
    transition: all 0.3s;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-family: YuGothicB;
  letter-spacing: 0.7px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn p {
    padding: 0 2.3rem;
    justify-content: flex-start;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn img {
  margin-right: 2rem;
  max-width: 2.3rem;
  max-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn img {
    margin-right: 3rem;
    max-width: 2.5rem;
    max-height: 3.4rem;
  }
}
/* main section.c_place .lg_contain .tabset_grid .tab_btn:first-of-type {
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn:first-of-type {
    border-radius: 0;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn:last-of-type {
  border-radius: 0 1rem 0 0;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn:last-of-type {
    border-radius: 0;
  }
} */
main section.c_place .lg_contain .tabset_grid .tab_btn:hover {
  transition: all 0.3s;
  opacity: 0.85;
}
main section.c_place .lg_contain .tabset_grid .tab_btn.active {
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn.active::after {
    transition: all 0.3s;
    transform: translate(0, -50%) rotate(180deg);
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(1) {
  order: 1;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(1) {
    order: 1;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(2) {
  order: 2;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(2) {
    order: 3;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(3) {
  order: 3;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_btn:nth-of-type(3) {
    order: 5;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents {
  display: none;
  animation: fadeEffect 1.3s;
  width: 100%;
  background: #F4F4F4;
  margin-bottom: 13rem;
  padding: 7.9rem 10rem 9rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents {
    padding: 3.4rem 2.4rem;
    margin-bottom: 0;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents .item {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents .item {
    margin-bottom: 0;
    border-bottom: solid #fff 1px;
  }
  main section.c_place .lg_contain .tabset_grid .tab_contents .item:last-of-type {
    border: none;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents .item h5 {
  position: relative;
  font-family: YuGothicM;
  font-size: 1.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.1rem;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0.1rem 0 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents .item h5 {
    padding: 1rem 2.3rem;
    background: #575757;
    font-size: 1.6rem;
    line-height: 2.35;
    color: #fff;
  }
  main section.c_place .lg_contain .tabset_grid .tab_contents .item h5::after {
    position: absolute;
    content: "+";
    font-family: "Reem Kufi";
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    transform: translate(0, -50%);
    right: 2rem;
    top: 50%;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents .item .t_switch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 2rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents .item .t_switch {
    display: none;
    padding-top: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 0.3rem;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents .item .t_switch .option_toggle {
  position: relative;
}
main section.c_place .lg_contain .tabset_grid .tab_contents .item .t_switch .letterF {
  margin-left: 0rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents .item.open h5::after {
    content: "-";
  }
  main section.c_place .lg_contain .tabset_grid .tab_contents .item.open .t_switch {
    display: grid;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents .btn1 {
  margin: 9.3rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents .btn1 {
    margin: 2rem auto 0;
    width: 100%;
    font-size: 1.7rem;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(1) {
  order: 4;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(1) {
    order: 2;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(2) {
  order: 5;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(2) {
    order: 4;
  }
}
main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(3) {
  order: 6;
}
@media screen and (max-width: 768px) {
  main section.c_place .lg_contain .tabset_grid .tab_contents:nth-of-type(3) {
    order: 6;
  }
}
main section.c_service {
  background: #F5F5F5;
}
main section.c_service .lg_contain {
  padding-top: 8.7rem;
  padding-bottom: 13.3rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain {
    padding-top: 4.3rem;
    padding-bottom: 12.5rem;
  }
}
main section.c_service .lg_contain p.list_txt {
  color: #7E7573;
  font-family: YuGothicR;
  font-size: 1.4rem;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain p.list_txt {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
main section.c_service .lg_contain p.list_txt span {
  color: black;
}
main section.c_service .lg_contain ul.service_items {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items {
    padding-top: 2.5rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item {
    display: block;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item:last-of-type {
  margin-bottom: 0;
}
main section.c_service .lg_contain ul.service_items li.service_item .slide_box {
  position: relative;
  width: 42.5%;
  height: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 1100px) {
  main section.c_service .lg_contain ul.service_items li.service_item .slide_box {
    width: 42.4%;
  }
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .slide_box {
    width: 38.9rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content {
  width: 57.5%;
  padding: 0 5rem 0 7rem;
}
@media screen and (max-width: 1100px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem 2.3rem 3rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content h3 {
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content h3 {
    order: 2;
    margin-top: 0.8rem;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 0.15rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content h4 {
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content h4 {
    order: 1;
    font-size: 1.7rem;
    margin-top: 0;
    letter-spacing: -0.6px;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content h4 span {
  font-family: yuminchomedium;
  font-size: 1.3rem;
  color: #7E7573;
  letter-spacing: -0.3px;
}
main section.c_service .lg_contain ul.service_items li.service_item .content h4 img {
  margin-right: 0.8rem;
  width: 1.2rem;
  aspect-ratio: 1.2/1.7;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content h4 img {
    margin-right: 0.8rem;
    height: 1.9rem;
    width: 1.4rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) {
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) {
    order: 3;
    margin-top: 1.7rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span {
  border: #8E817E 1px solid;
  color: #988C89;
  padding: 0 1rem 0.2rem;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
  display: flex;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span {
    padding: 0 0.9rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(4) {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #7E7573;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(4) {
    order: 4;
    margin-top: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(5) {
  margin-left: 0;
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content p:nth-child(5) {
    order: 5;
    margin-top: 1.9rem;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0rem;
  }
}
main section.c_service .lg_contain ul.service_items li.service_item .content a {
  position: relative;
  margin-top: 3rem;
  padding: 1rem 2.5rem;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  border-bottom: solid #7E7573 1px;
  background: url(../image/ico_circle_arrow.png) right center/2rem no-repeat;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.service_items li.service_item .content a {
    margin-top: 2.2rem;
    padding: 1rem 3.6rem;
    padding-left: 0;
    order: 6;
    display: inline-flex;
    align-self: flex-end;
    font-size: 1.5rem;
    background-size: 2rem;
  }
}
main section.c_service .lg_contain ul.page_list {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.c_service .lg_contain ul.page_list {
    margin-top: 4.8rem;
  }
}
main section.d_service {
  background: #F5F5F5;
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  main section.d_service {
    margin-top: -1rem;
  }
}
main section.d_service .lg_contain {
  padding-top: 14.8rem;
  padding-bottom: 14.3rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain {
    padding-top: 4.2rem;
    padding-bottom: 12.7rem;
  }
}
main section.d_service .lg_contain p.list_txt {
  color: #7E7573;
  font-family: YuGothicR;
  font-size: 1.4rem;
  margin-top: -0.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain p.list_txt {
    font-size: 1.7rem;
    margin-top: 0.9rem;
    letter-spacing: 0.21rem;
    margin-left: 0.3rem;
  }
}
main section.d_service .lg_contain p.list_txt span {
  color: black;
}
main section.d_service .lg_contain ul.service_items {
  margin-top: -0.8rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items {
    margin-top: 0.4rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item {
  background: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item {
    display: block;
    margin-left: 0.4rem;
    padding-bottom: 3.8rem;
    margin-bottom: 3.5rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item:last-of-type {
  margin-bottom: 0;
}
main section.d_service .lg_contain ul.service_items li.service_item .slide_box {
  position: relative;
  width: 42.4%;
  transition: all 0.5s;
}
@media screen and (max-width: 1100px) {
  main section.d_service .lg_contain ul.service_items li.service_item .slide_box {
    width: 42.4%;
  }
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .slide_box {
    width: 38.9rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content {
  width: 51.4%;
}
@media screen and (max-width: 1100px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content {
    display: none;
    padding-bottom: 0rem;
    width: 100%;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content h4 {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  letter-spacing: -0.3px;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content h4 {
    font-size: 1.5rem;
    margin-top: 4.6rem;
    letter-spacing: -0.6px;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content h4 img {
  height: 1.7rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  margin-left: 0.3rem;
  width: 1.2rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content h4 img {
    height: 1.9rem;
    margin-top: 0.1rem;
    margin-right: 1.1rem;
    margin-left: 2.3rem;
    width: 1.4rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content h3 {
  margin-top: 4.5rem;
  font-size: 2.4rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content h3 {
    margin-left: 2.3rem;
    margin-top: 0.3rem;
    font-size: 2.3rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p {
  margin-right: 5.4rem;
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span {
  border: #8E817E 1px solid;
  color: #988C89;
  font-size: 1.3rem;
  display: flex;
  letter-spacing: -0.1rem;
  padding-left: 0.7rem;
  margin-top: 1.1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span {
    font-size: 1.6rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(1) {
  margin-right: 0.5rem;
  margin-left: 0.3rem;
  padding-left: 0.8rem;
  letter-spacing: 0.1rem;
  height: 2.2rem;
  width: 7.8rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(1) {
    margin-right: 0.6rem;
    margin-left: 2.3rem;
    height: 2.7rem;
    width: 9.1rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(2) {
  height: 2.2rem;
  width: 7rem;
  margin-right: 0rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(2) {
    height: 2.7rem;
    width: 11.2rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(3) {
  height: 2.2rem;
  width: 7rem;
  margin-right: 0.4rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(3) {
    height: 2.7rem;
    width: 11.2rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(4) {
  height: 2.2rem;
  width: 6.9rem;
  margin-right: 0rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(3) span:nth-child(4) {
    height: 2.7rem;
    width: 11.2rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(4) {
  color: #7E7573;
  font-size: 1.3rem;
  margin-left: 0.5rem;
  margin-top: 0.7rem;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(4) {
    font-size: 1.5rem;
    margin-left: 2.4rem;
    margin-top: 0.8rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(5) {
  margin-left: 0.3rem;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content p:nth-child(5) {
    margin-right: 3.6rem;
    margin-left: 2.4rem;
    margin-top: 2.1rem;
    font-size: 1.52rem;
    letter-spacing: -0.9px;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content a {
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content a {
    display: flex;
    justify-content: end;
    margin-right: 3rem;
    margin-top: 1.2rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content a::after {
  position: absolute;
  bottom: -0.6rem;
  left: 0.4rem;
  content: "";
  width: 24.9%;
  height: 0.1rem;
  background: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content a::after {
    bottom: -0.8rem;
    left: auto;
    right: -0.3rem;
    width: 16.3rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content a p {
  margin-top: 4.6rem;
  margin-left: 0.6rem;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content a p {
    margin-top: 4rem;
    font-size: 1.5rem;
    margin-right: 1.5rem;
  }
}
main section.d_service .lg_contain ul.service_items li.service_item .content a img {
  height: 2.1rem;
  width: 2.1rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.service_items li.service_item .content a img {
    height: 2.3rem;
    width: 2.3rem;
    margin-top: 4.3rem;
    margin-right: -0.2rem;
  }
}
main section.d_service .lg_contain ul.page_list {
  display: none;
  margin-top: -1.2rem;
}
@media screen and (max-width: 768px) {
  main section.d_service .lg_contain ul.page_list {
    display: flex;
    justify-content: center;
    margin-top: 4.5rem;
    padding-left: 0.9rem;
  }
}
main section.g_hero .kv_slider {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.g_hero .kv_slider {
    height: auto;
  }
}
main section.g_hero .kv_slider .slick-list .slick-track {
  height: 100%;
}
main section.g_hero .kv_slider .thumb {
  width: 100%;
  height: 55vh;
}
main section.g_hero .kv_slider .thumb img {
  aspect-ratio: 2/1;
  object-fit: cover;
  width: 100%;
  height: 55vh;
}
@media screen and (max-width: 768px) {
  main section.g_hero .kv_slider .thumb {
    height: 50vh;
  }
  main section.g_hero .kv_slider .thumb img {
    height: 50vh;
  }
}
main section.g_hero .kv_slider .slick-dots {
  bottom: 2.8rem;
  width: auto;
  right: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.g_hero .kv_slider .slick-dots {
    display: none;
  }
}
main section.g_hero .kv_slider .slick-dots li {
  margin: 0 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.g_hero .kv_slider .slick-dots li {
    width: 0.6rem;
    aspect-ratio: 1/1;
    margin: 0 1rem;
  }
}
main section.g_hero .kv_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main section.g_hero .kv_slider .slick-dots li button {
    width: 0.6rem;
    height: 0.6rem;
  }
}
main section.g_hero .kv_slider .slick-dots li.slick-active button {
  background: #A99E9C;
  border: none;
}
main section.g_hero .main_content {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2rem;
  width: 100%;
  min-height: 26.6rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  main section.g_hero .main_content {
  bottom: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content {
    display: block;
    position: relative;
    padding-bottom: 2.9rem;
    bottom: -1rem;
  }
}
/* main section.g_hero .main_content::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100vw;
  height: 100%;
  transform: translateX(-100%);
  left: 66rem;
  top: 10px;
  background: #f8f8f8;
} */
/* @media screen and (max-width: 768px) {
  main section.g_hero .main_content::after {
    content: unset;
  }
} */
main section.g_hero .main_content .location {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
  background: url(assets/images/ico_place_marker.png) left center/1.2rem no-repeat;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.2rem;
  color: #2E2624;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .location {
    background-size: 1.8rem;
    padding-left: 2.2rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}
main section.g_hero .main_content .ttl {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.11rem;
  margin-top: 0.9rem;
  margin-left: -0.2rem;
  padding-bottom: 1.3rem;
  width: 58rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .ttl {
    font-size: 2.3rem;
    padding-bottom: 1.2rem;
    width: 100%;
  }
}
main section.g_hero .main_content .desc {
  position: relative;
  margin-top: 1.3rem;
  margin-left: -0.2rem;
  /* width: 59rem; */
  z-index: 1;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .desc {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    /* width: 38.1rem; */
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .desc span {
    letter-spacing: 0.1rem;
  }
}
main section.g_hero .main_content .numbers {
  position: relative;
  z-index: 1;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1rem;
  margin-left: -0.2rem;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .numbers {
    display: block;
  }
}
main section.g_hero .main_content .numbers .num_decs {
  font-size: 1.3rem;
  line-height: 2.9rem;
  color: #2E2624;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .numbers .num_decs {
    font-size: 1.5rem;
    margin-top: 2rem;
    letter-spacing: 0.09rem;
  }
}
main section.g_hero .main_content .numbers .tags {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.23;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .numbers .tags {
    margin-top: 1rem;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }
}
main section.g_hero .main_content .numbers .tags p {
  margin-right: 0.5rem;
  line-height: 1.5;
  background: #7E7573;
  padding: 0rem 1rem 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_hero .main_content .numbers .tags p {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 0 1rem 0.2rem;
    letter-spacing: 0.05rem;
  }
}
main section.g_main_content {
  background: #F7F7F7;
  padding-top: 20px;
}

main section.g_main_content .lg_contain {
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
main section.g_main_content .lg_contain .content {
  width: 70.5%;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content {
    width: 100%;
    padding: 0;
    padding-top: 7rem;
    padding-bottom: 1.7rem;
    order: 2;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock {
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock {
    padding-bottom: 8rem;
    overflow: initial;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .ttl {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2rem 2rem;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .ttl {
    padding-left: 4rem;
    margin-bottom: 3.5rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .ttl::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: #C38F5C;
  transform: translate(0, -50%);
  left: 2rem;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .ttl::after {
    width: 1.5rem;
    left: 1.5rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .ttl p {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .ttl p {
    font-size: 1.8rem;
    letter-spacing: 0.16rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .wysiwyg_content {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .wysiwyg_content {
    margin-bottom: 2rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .wysiwyg_content:last-of-type {
  margin-bottom: 0;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .wysiwyg_content a {
  font-size: 1.6rem;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .wysiwyg_content a:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .table_wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .table_wrap {
    overflow-x: scroll;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .descs {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .descs {
    margin-top: 4.9rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block {
  margin-bottom: 2.6rem;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block:last-of-type {
  margin-bottom: 0;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block .dec_ttl {
  display: inline-block;
  font-family: YuGothicM;
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: solid #DBDBDB 1px;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block .dec_ttl {
    letter-spacing: 0.45rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block .dec_content {
  margin-top: 1.4rem;
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .descs .dec_block .dec_content {
    margin-top: 2.3rem;
    letter-spacing: 0.26rem;
    line-height: 3.2rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box {
  width: 100%;
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box {
    margin-top: 4rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide {
  overflow: hidden;
  width: 100%;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .thumb {
  height: 38.7rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .thumb {
    padding: 0 2.3rem;
    height: 29rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .thumb img {
  height: 38.7rem;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
  z-index: 999;
  width: 3rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow {
    top: 64%;
    width: 3rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow.prev-arrow {
  left: 3rem;
  background: url(../image/slide_l.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow.prev-arrow {
    left: -1.5rem;
    background: url(../image/slide_l_sp.png) center center/contain no-repeat;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow.next-arrow {
  right: 3rem;
  background: url(../image/slide_r.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_slide .slide-arrow.next-arrow {
    right: -1.5rem;
    background: url(../image/slide_r_sp.png) center center/contain no-repeat;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .desc {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .desc {
    padding: 0 2.4rem;
    margin-top: 2.3rem;
    letter-spacing: 0.3rem;
    height: 6.3rem;
    overflow-y: hidden;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_thumb {
  margin-top: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_thumb {
    display: none;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_thumb li {
  padding: 0 0.4rem 0 0rem;
  cursor: pointer;
  aspect-ratio: 24/15;
  padding-right: 1.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_thumb li {
    padding: 0 0.2rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .cartoon_slider_box .cartoon_thumb li img {
  height: 100%;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor {
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li {
    padding: 0.8rem 0;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li p {
  font-family: YuGothicM;
  font-size: 1.3rem;
  line-height: 1.692;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li p {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li .prop {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li .prop {
    width: 10rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .access_infor li .value {
  letter-spacing: 0.05rem;
  flex: 1;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider {
  position: relative;
  width: 100%;
  height: 29rem;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider {
    margin-top: 6rem;
    padding: 0 2.3rem;
    height: auto;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slick-list .slick-track {
  height: 100%;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .thumb {
  width: 35.5%;
  aspect-ratio: 274/290;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .thumb {
    width: 100%;
    height: 23.2rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .thumb img {
  height: 100%;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content {
  width: 64.5%;
  padding: 2rem 5rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content {
    width: 100%;
    padding: 2.8rem 2.3rem 3rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .ttl1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .ttl1 {
    font-size: 2rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .category {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  row-gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .category {
    margin-top: 1rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .category span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 0.1rem;
  background: #A99E9C;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .category span {
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .price {
  margin-top: 0.6rem;
  font-size: 2.2rem;
  line-height: 2.9rem;
  color: #C38F5C;
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .price span {
  font-size: 1.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .price span {
    margin-left: 0rem;
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .price {
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .desc {
  margin-top: 0.7rem;
  width: 100%;
  font-family: YuGothicM;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .desc {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.07rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .more_link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 3rem;
  border-bottom: 1px solid #484848;
  padding: 0.2rem 2.5rem 0.6rem;
  padding-left: 0;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  background: url(../image/ico_detail_link_sp.png) 99% center/1.8rem no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .content .more_link {
    margin-top: 2rem;
    padding-right: 4rem;
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
    background-size: 1.8rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow {
  position: absolute;
  z-index: 3000;
  cursor: pointer;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow {
    width: 3rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow.prev-arrow {
  left: -1.2rem;
  background: url(../image/slide_l.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow.prev-arrow {
    left: -1.5rem;
    background: url(../image/slide_l_sp.png) center center/contain no-repeat;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow.next-arrow {
  right: -1.2rem;
  background: url(../image/slide_r.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .design_slider .slide-arrow.next-arrow {
    right: -1.5rem;
    background: url(../image/slide_r_sp.png) center center/contain no-repeat;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group {
  margin-top: 10.8rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group {
    margin-top: 10rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group .t_line {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group .t_line {
    flex-wrap: wrap;
    row-gap: 1.8rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group .b_line {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .btn_group .b_line {
    margin-top: 1.5rem;
  }
}
main section.g_main_content .lg_contain .content .place_intro_sblock .gmap,
main section.g_main_content .lg_contain .content .place_intro_sblock .acf-map {
  margin-top: 4rem;
  width: 100%;
  aspect-ratio: 775/387;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .content .place_intro_sblock .gmap,
  main section.g_main_content .lg_contain .content .place_intro_sblock .acf-map {
    margin-top: 3rem;
  }
}
main section.g_main_content .lg_contain .side_nav {
  position: relative;
  width: 25%;
  max-width: 27.5rem;
  transition: all 1.2s ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav {
    top: 0 !important;
    width: 100vw;
    max-width: 100vw;
    order: 1;
    margin-left: -2.3rem;
    transition: none;
  }
}
main section.g_main_content .lg_contain .side_nav .submenu_label {
  position: relative;
  width: 100vw;
  background: #7E7573;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .submenu_label {
    padding: 1.1rem 2.7rem;
    font-size: 1.6rem;
  }
}
main section.g_main_content .lg_contain .side_nav .submenu_label::after {
  position: absolute;
  content: "+";
  padding-bottom: 0.9rem;
  transform: translate(0, -50%);
  right: 2rem;
  top: 50%;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
}
main section.g_main_content .lg_contain .side_nav .submenu_label.open::after {
  content: "-";
  font-size: 2.5rem;
}
main section.g_main_content .lg_contain .side_nav .link_group {
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .link_group {
    border-radius: 0;
  }
}
main section.g_main_content .lg_contain .side_nav .link_group.open {
  display: block;
}
main section.g_main_content .lg_contain .side_nav .link_group a {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
}
main section.g_main_content .lg_contain .side_nav .link_group a.anchor_link {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding: 2rem 2.3rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .link_group a.anchor_link {
    padding: 2.25rem 2.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
main section.g_main_content .lg_contain .side_nav .link_group a.anchor_link::after {
  position: absolute;
  content: "";
  width: 2.1rem;
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
  right: 2rem;
  top: 50%;
  background: url(../image/non_active.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .link_group a.anchor_link::after {
    width: 2.5rem;
    right: 2.3rem;
  }
}
main section.g_main_content .lg_contain .side_nav .link_group a.tab_link {
  position: relative;
  background: #C38F5C;
  padding: 1.8rem 2.3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: white;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .link_group a.tab_link {
    padding: 2.2rem 2.6rem;
    font-size: 1.6rem;
  }
}
main section.g_main_content .lg_contain .side_nav .link_group a.tab_link::after {
  position: absolute;
  content: "";
  width: 2.1rem;
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
  right: 2rem;
  top: 50%;
  background: url(../image/opinion_ico.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_main_content .lg_contain .side_nav .link_group a.tab_link::after {
    width: 2.5rem;
    right: 2.3rem;
  }
}
main section.g_nippaonia .lg_contain {
  padding-top: 11rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain {
    padding-top: 12.5rem;
    padding-bottom: 14rem;
  }
}
main section.g_nippaonia .lg_contain .ttl {
  font-size: 1.8rem;
  line-height: 2.666;
  text-align: center;
  letter-spacing: 0.36rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .ttl {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.3rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid {
  position: relative;
  margin-top: 2.6rem;
  width: 100%;
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid {
    margin-top: 5rem;
    height: auto;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .nip_slider {
    width: 100%;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .thumb {
  width: 100%;
  height: 36.4rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .nip_slider .thumb {
    height: 23.2rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .thumb img {
  height: 100%;
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots {
  bottom: 1.8rem;
  width: auto;
  left: 50%;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots {
    display: none;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots li {
  margin: 0 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots li {
    width: 0.6rem;
    aspect-ratio: 1/1;
    margin: 0 1rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots li button {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots li button {
    width: 0.6rem;
    height: 0.6rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .nip_slider .slick-dots li.slick-active button {
  background: #A99E9C;
  border: none;
}
main section.g_nippaonia .lg_contain .nip_grid .content {
  width: 57.5%;
  padding: 0 5rem 0 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content {
    width: 100%;
    padding: 1.9rem 2.5rem 3rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .ttl {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .ttl {
    order: 2;
    margin-top: 1rem;
    letter-spacing: 0;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .desc1 {
  margin-top: 0.7rem;
  display: flex;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.9rem;
  color: #7E7573;
  letter-spacing: 0.2rem;
  padding-left: 2rem;
  background: url(assets/images/ico_place_marker.png) left center/1.4rem no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .desc1 {
    order: 1;
    margin-top: 0;
    padding-left: 2.1rem;
    background-size: 1.3rem;
    font-size: 1.5rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .desc2 {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .desc2 {
    order: 3;
    margin-top: 1.3rem;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .desc2 p.category {
  padding: 0 0.7rem;
  border: 1px solid #8E817E;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #7E7573;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .desc2 p.category {
    font-size: 1.5rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .desc3 {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .desc3 {
    order: 4;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .desc4 {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
  width: 51rem;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .desc4 {
    order: 5;
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-top: 1.4rem;
    width: 33rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .detail_link {
  display: flex;
  align-items: center;
  margin-top: 4.8rem;
  padding: 0.5rem 2.2rem 0.7rem;
  padding-left: 0;
  border-bottom: 1px solid #484848;
  font-size: 1.2rem;
  letter-spacing: 0.17rem;
  background: url(../image/ico_circle_arrow.png) right center/2rem no-repeat;
}
@media screen and (max-width: 768px) {
  main section.g_nippaonia .lg_contain .nip_grid .content .detail_link {
    order: 6;
    margin-top: 2.3rem;
    padding-right: 3.2rem;
    font-size: 1.4rem;
    background-size: 1.8rem;
  }
}
main section.g_nippaonia .lg_contain .nip_grid .content .detail_link img {
  margin-left: 1rem;
  width: 1.7rem;
  aspect-ratio: 1/1;
}
main section.h_plan .lgm_contain {
  padding-top: 8rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain {
    padding-top: 12rem;
    padding-bottom: 11rem;
  }
}
main section.h_plan .lgm_contain .ttl h3 {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .ttl h3 {
    letter-spacing: 0.23rem;
  }
}
main section.h_plan .lgm_contain .ttl .plan_infor {
  margin-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .ttl .plan_infor {
    margin-top: 1.8rem;
  }
}
main section.h_plan .lgm_contain .ttl .plan_infor .category_list {
  display: flex;
  align-items: center;
}
main section.h_plan .lgm_contain .ttl .plan_infor .category_list p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  min-width: 10rem;
  height: 2.4rem;
  background: #A99E9C;
  font-size: 1.2rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .ttl .plan_infor .category_list p {
    width: 11.6rem;
    height: 2.8rem;
    letter-spacing: 0.27rem;
  }
}
main section.h_plan .lgm_contain .ttl .plan_infor .category_list p:last-of-type {
  margin-right: 0;
}
main section.h_plan .lgm_contain .ttl .plan_infor .price {
  display: flex;
  align-items: baseline;
  font-size: 2.9rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  color: #C38F5C;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .ttl .plan_infor .price {
    letter-spacing: 0;
    font-size: 2.7rem;
  }
}
main section.h_plan .lgm_contain .ttl .plan_infor .price span {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .ttl .plan_infor .price span {
    margin-left: -0.05rem;
    letter-spacing: -0.05rem;
  }
}
main section.h_plan .lgm_contain .plan_feature {
  margin-top: 5rem;
  width: 100%;
  aspect-ratio: 100/53;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .plan_feature {
    margin-top: 3rem;
  }
}
main section.h_plan .lgm_contain .plan_feature img {
  height: 100%;
}
main section.h_plan .lgm_contain .wysiwyg_content {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.h_plan .lgm_contain .wysiwyg_content {
    margin-top: 1.5rem;
  }
}
main section.h_offer {
  background: #F4F4F4;
}
main section.h_offer .lgm_contain {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main section.h_offer .lgm_contain {
    flex-direction: column;
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }
}
main section.h_offer .lgm_contain .special_grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  margin-bottom: 2rem;
}
main section.h_offer .lgm_contain .special_grid:last-of-type {
  margin-bottom: 0;
}
main section.h_offer .lgm_contain .special_grid .thumb {
  width: 29%;
  aspect-ratio: 1/1;
}
main section.h_offer .lgm_contain .special_grid .thumb img {
  height: 100%;
}
main section.h_offer .lgm_contain .special_grid .content {
  width: 71%;
  padding: 2.2rem 4.5rem 2rem 6.5rem;
}
@media screen and (max-width: 768px) {
  main section.h_offer .lgm_contain .special_grid .content {
    padding-top: 3.4rem;
    padding-left: 2.3rem;
  }
}
main section.h_offer .lgm_contain .special_grid .content .et {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
main section.h_offer .lgm_contain .special_grid .content .et span {
  margin-left: 2.3rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.h_offer .lgm_contain .special_grid .content .et span {
    margin-left: 2.8rem;
  }
}
main section.h_offer .lgm_contain .special_grid .content .jt {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  main section.h_offer .lgm_contain .special_grid .content .jt {
    margin-top: 1rem;
  }
}
main section.h_offer .lgm_contain .special_grid .content .desc {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  main section.h_offer .lgm_contain .special_grid .content .desc {
    margin-top: 1.9rem;
    padding-right: 2rem;
  }
}
main section.h_estimate .lgm_contain {
  padding-top: 9.5rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  main section.h_estimate .lgm_contain {
    padding: 10.7rem 2.3rem 11.5rem;
  }
}
main section.h_estimate .lgm_contain h3 {
  margin-left: 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.h_estimate .lgm_contain h3 {
    margin-left: 0;
    letter-spacing: 0.15rem;
  }
}
main section.h_estimate .lgm_contain ul {
  margin-top: 2rem;
  padding: 2.7rem 3rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  main section.h_estimate .lgm_contain ul {
    margin-top: 2.6rem;
    padding: 2.5rem 0 2.3rem 0.1rem;
  }
}
main section.h_estimate .lgm_contain ul li {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: solid rgba(144, 144, 144, 0.1215686275) 1px;
}
main section.h_estimate .lgm_contain ul li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  main section.h_estimate .lgm_contain ul li {
    flex-wrap: wrap;
    letter-spacing: 0.3rem;
    margin-bottom: 0.4em;
  }
}
main section.h_estimate .lgm_contain ul li p {
  font-size: 1.3rem;
  line-height: 1.6;
}
main section.h_estimate .lgm_contain ul li p:first-of-type {
  width: 15rem;
}
main section.h_estimate .lgm_contain .comment {
  margin-top: 2.2rem;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.h_estimate .lgm_contain .comment {
    margin-top: 2.7rem;
    letter-spacing: 0.27rem;
    line-height: 3.1rem;
  }
}
main section.h_estimate .lgm_contain a {
  margin: 9.5rem auto 0;
  position: relative;
}
main section.i_case .lg_contain {
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  main section.i_case .lg_contain {
    padding-top: 3rem;
  }
}
main section.i_case .lg_contain .categorygroup {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  main section.i_case .lg_contain .categorygroup {
    margin-top: 6.3rem;
  }
}
main section.i_case .list_items {
  padding-top: 8.8rem;
  padding-bottom: 4.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  row-gap: 7rem;
}
@media screen and (max-width: 1100px) {
  main section.i_case .list_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items {
    padding: 5.5rem 0 0;
    row-gap: 5.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main section.i_case .list_items li .thumb {
  width: 100%;
  aspect-ratio: 37/23;
}
main section.i_case .list_items li .thumb img {
  height: 100%;
}
main section.i_case .list_items li .content {
  position: relative;
  padding: 3rem 3rem 5rem;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content {
    padding: 3rem 2.5rem 9rem;
  }
}
main section.i_case .list_items li .content .party_name {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content .party_name {
    font-size: 2rem;
    letter-spacing: 0.47rem;
  }
}
main section.i_case .list_items li .content .category {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content .category {
    margin-top: 2rem;
  }
}
main section.i_case .list_items li .content .category p {
  background: #A99E9C;
  min-width: 9.5rem;
  height: 2.2rem;
  margin-right: 0.2rem;
  padding: 0 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #FFFFFF;
  letter-spacing: 0.04rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content .category p {
    height: 2.45rem;
    letter-spacing: 0.28rem;
  }
}
main section.i_case .list_items li .content .place {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.06rem;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content .place {
    margin-top: 1.7rem;
    letter-spacing: 0.26rem;
  }
}
main section.i_case .list_items li .content .desc {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
  max-height: 7rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content .desc {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}
main section.i_case .list_items li .content a {
  position: absolute;
  right: 3rem;
  bottom: 1.6rem;
  border-bottom: solid #726A68 1px;
  padding-right: 1.6rem;
  font-size: 0.9rem;
  line-height: 2.4;
  letter-spacing: 0.04rem;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content a {
    right: 2.3rem;
    bottom: 3.3rem;
    padding-right: 2.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
main section.i_case .list_items li .content a::after {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  width: 1.1rem;
  aspect-ratio: 15/16;
  background: url(../image/ico_detail_link_sp.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.i_case .list_items li .content a::after {
    width: 1.5rem;
  }
}
main section.i_case .pagination {
  margin-top: 4.8rem;
  padding-bottom: 13.1rem;
}
main section.i_case .pagination .page-numbers {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main section.i_case .pagination {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
main section.case_content .lg_contain {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain {
    padding-top: 2.2rem;
  }
}
main section.case_content .lg_contain h3 {
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain h3 {
    letter-spacing: 0.03rem;
    padding-bottom: 2.5rem;
  }
}
main section.case_content .lg_contain .case_main_infor {
  margin-top: 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain .case_main_infor {
    margin-top: 2rem;
    display: block;
  }
}
main section.case_content .lg_contain .case_main_infor .desc {
  width: 68%;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain .case_main_infor .desc {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}
main section.case_content .lg_contain .case_main_infor .detail {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain .case_main_infor .detail {
    margin-top: 2.8rem;
    max-width: 100%;
    width: 100%;
  }
}
main section.case_content .lg_contain .case_main_infor .detail .tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  row-gap: 0.4rem;
}
main section.case_content .lg_contain .case_main_infor .detail .tags span {
  display: inline-block;
  padding: 0 2rem;
  min-width: 9.5rem;
  text-align: center;
  padding-bottom: 0.1rem;
  background: #A99E9C;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.8;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain .case_main_infor .detail .tags span {
    line-height: 2.3rem;
    min-width: 11rem;
    margin-right: 0.1rem;
    font-size: 1.5rem;
  }
}
main section.case_content .lg_contain .case_main_infor .detail .tags span:last-of-type {
  margin-right: 0;
}
main section.case_content .lg_contain .case_main_infor .detail .ds {
  margin-top: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.case_content .lg_contain .case_main_infor .detail .ds {
    margin-top: 1.9rem;
  }
}
main section.case_content .sect_kv {
  margin-top: 6.4rem;
  width: 100%;
  height: 54.9rem;
}
@media screen and (max-width: 768px) {
  main section.case_content .sect_kv {
    margin-top: 3.5rem;
    height: 25rem;
  }
}
main section.case_content .sect_kv img {
  height: 100%;
}
main section.j_loyalty .lgm_contain {
  padding-top: 10.2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain {
    padding-top: 6.2rem;
    padding-bottom: 4rem;
  }
}
main section.j_loyalty .lgm_contain h3 {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain h3 {
    width: 100%;
    padding-bottom: 3.3rem;
    letter-spacing: 0.25rem;
    line-height: 1.7;
  }
}
main section.j_loyalty .lgm_contain .content {
  padding-top: 2rem;
  padding-bottom: 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content {
    padding: 2rem 0 5rem;
  }
}
main section.j_loyalty .lgm_contain .content h1 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h1 {
    font-size: 2.8rem;
  }
}
main section.j_loyalty .lgm_contain .content h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h2 {
    font-size: 2.6rem;
  }
}
main section.j_loyalty .lgm_contain .content h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h3 {
    font-size: 2.4rem;
  }
}
main section.j_loyalty .lgm_contain .content h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h4 {
    font-size: 2.2rem;
  }
}
main section.j_loyalty .lgm_contain .content h5 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h5 {
    font-size: 2rem;
  }
}
main section.j_loyalty .lgm_contain .content h6 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h6 {
    font-size: 1.8rem;
  }
}
main section.j_loyalty .lgm_contain .content h1,
main section.j_loyalty .lgm_contain .content h2,
main section.j_loyalty .lgm_contain .content h3,
main section.j_loyalty .lgm_contain .content h4,
main section.j_loyalty .lgm_contain .content h5,
main section.j_loyalty .lgm_contain .content h6 {
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content h1,
  main section.j_loyalty .lgm_contain .content h2,
  main section.j_loyalty .lgm_contain .content h3,
  main section.j_loyalty .lgm_contain .content h4,
  main section.j_loyalty .lgm_contain .content h5,
  main section.j_loyalty .lgm_contain .content h6 {
    margin-bottom: 1rem;
  }
}
main section.j_loyalty .lgm_contain .content strong {
  font-family: yuminchodb;
}
main section.j_loyalty .lgm_contain .content p {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
main section.j_loyalty .lgm_contain .content ul {
  margin-top: 1.5rem;
  list-style: none;
}
main section.j_loyalty .lgm_contain .content ul li {
  position: relative;
  padding-left: 1.3rem;
  list-style: inherit;
  font-size: 1.6rem;
  line-height: 1.7;
}
main section.j_loyalty .lgm_contain .content ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #333;
  left: 0;
  top: 1.2rem;
}
main section.j_loyalty .lgm_contain .content ol {
  margin-top: 1.5rem;
  counter-reset: item;
}
main section.j_loyalty .lgm_contain .content ol li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
main section.j_loyalty .lgm_contain .content ol li:before {
  position: absolute;
  content: counter(item) ".";
  counter-increment: item;
  left: 0;
  top: 0;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content ol li:before {
    font-size: 1.8rem;
  }
}
main section.j_loyalty .lgm_contain .content blockquote {
  display: inline-block;
  padding: 0 2rem;
  quotes: "“" "”" "‘" "’";
}
main section.j_loyalty .lgm_contain .content blockquote::before, main section.j_loyalty .lgm_contain .content blockquote::after {
  position: absolute;
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
main section.j_loyalty .lgm_contain .content blockquote::before {
  content: open-quote;
  left: 0;
  top: 0;
}
main section.j_loyalty .lgm_contain .content blockquote::after {
  color: #ccc;
  content: close-quote;
  right: 0;
  bottom: 0;
}
main section.j_loyalty .lgm_contain .content blockquote p {
  display: inline;
}
main section.j_loyalty .lgm_contain .content img {
  display: inline;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
main section.j_loyalty .lgm_contain .content .opinion {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion {
    margin-top: 6rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.7rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li {
    flex-direction: column-reverse;
    margin-bottom: 5.3rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li::before {
  content: unset;
}
main section.j_loyalty .lgm_contain .content .opinion li:last-of-type {
  margin-bottom: 0;
}
main section.j_loyalty .lgm_contain .content .opinion li .cts {
  width: 55%;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li .cts {
    width: 100%;
    margin-top: 2.8rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li .cts .label {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li .cts .label {
    font-size: 1.9rem;
    letter-spacing: 0.3rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li .cts .label::after {
  position: absolute;
  content: "";
  width: 2.337rem;
  height: 1px;
  background: #707070;
  left: 0;
  bottom: -2.3rem;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li .cts .label::after {
    width: 2.737rem;
    bottom: -2.9rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li .cts .desc {
  margin-top: 4.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li .cts .desc {
    margin-top: 5.4rem;
    line-height: 1.95;
    letter-spacing: 0.05rem;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li .thumb {
  width: 35%;
  aspect-ratio: 35/30;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .opinion li .thumb {
    width: 100%;
    aspect-ratio: 35/19.5;
  }
}
main section.j_loyalty .lgm_contain .content .opinion li .thumb img {
  height: 100%;
}
main section.j_loyalty .lgm_contain .content .link_grid {
  margin-top: 17.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.j_loyalty .lgm_contain .content .link_grid {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 6.3rem;
    flex-direction: column;
  }
  main section.j_loyalty .lgm_contain .content .link_grid a:first-of-type {
    margin-bottom: 1.7rem;
  }
}
main section.j_loyalty .lgm_contain .content .link_grid a {
  margin: 0 2rem;
}
main section.j_loyalty .lgm_contain .content .link_grid a p {
  margin: 0;
}
main section.j_case .xlm_contain {
  padding-top: 6.8rem;
  padding-bottom: 20.2rem;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain {
    padding-top: 9rem;
    padding-bottom: 13.8rem;
  }
}
main section.j_case .xlm_contain .j_case_slider {
  position: relative;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider {
    margin-top: 4.2rem;
    padding: 0 2.3rem;
  }
}
main section.j_case .xlm_contain .j_case_slider li {
  margin: 0 2rem;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li {
    margin: 0;
  }
}
main section.j_case .xlm_contain .j_case_slider li .thumb {
  width: 100%;
  aspect-ratio: 37/23;
}
main section.j_case .xlm_contain .j_case_slider li .thumb img {
  height: 100%;
}
main section.j_case .xlm_contain .j_case_slider li .cts {
  width: 100%;
  padding: 3.5rem 2.5rem 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .cts {
    padding: 1.9rem 2.5rem 2.2rem;
  }
}
main section.j_case .xlm_contain .j_case_slider li .label1 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .label1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
main section.j_case .xlm_contain .j_case_slider li .label2 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  row-gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .label2 {
    margin-top: 1.9rem;
    margin-left: -0.05rem;
  }
}
main section.j_case .xlm_contain .j_case_slider li .label2 span {
  padding: 0 1.2rem 0.3rem;
  min-width: 9.4rem;
  height: 2.1rem;
  margin-right: 0.4rem;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A99E9C;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .label2 span {
    padding: 0 1rem;
    min-width: 10.9rem;
    height: 2.4rem;
  }
}
main section.j_case .xlm_contain .j_case_slider li .label2 span:last-of-type {
  margin-right: 0;
}
main section.j_case .xlm_contain .j_case_slider li .label3 {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .label3 {
    margin-top: 2.3rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
main section.j_case .xlm_contain .j_case_slider li .label4 {
  margin-top: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider li .label4 {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.3rem;
  }
}
main section.j_case .xlm_contain .j_case_slider .slide-arrow {
  position: absolute;
  cursor: pointer;
  transform: translate(0, -50%);
  top: 50%;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider .slide-arrow {
    width: 3rem;
  }
}
main section.j_case .xlm_contain .j_case_slider .slide-arrow.prev-arrow {
  left: -2rem;
  background: url(../image/slide_l.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider .slide-arrow.prev-arrow {
    left: -1.5rem;
    background: url(../image/slide_l_sp.png) center center/contain no-repeat;
  }
}
main section.j_case .xlm_contain .j_case_slider .slide-arrow.next-arrow {
  right: -2rem;
  background: url(../image/slide_r.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.j_case .xlm_contain .j_case_slider .slide-arrow.next-arrow {
    right: -1.5rem;
    background: url(../image/slide_r_sp.png) center center/contain no-repeat;
  }
}
main section.k_faq .lg_contain {
  padding-top: 9rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain {
    padding-top: 3.3rem;
    padding-bottom: 12.8rem;
  }
}
main section.k_faq .lg_contain .k_tabs {
  display: flex;
  justify-content: space-between;
  counter-reset: mcnt;
  margin-top: 6.4rem;
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .k_tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    row-gap: 0.7rem;
    margin-top: 6rem;
    padding: 0 0 2.1rem;
  }
}
main section.k_faq .lg_contain .k_tabs a {
  background: #7E7573;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 0;
  width: 25%;
  max-width: 21rem;
  color: white;
  font-family: YuGothicB;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .k_tabs a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .k_tabs a {
    padding: 1.35rem 0;
    width: 100%;
  }
}
main section.k_faq .lg_contain .k_tabs a.active {
  background: black;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions {
    padding: 0 0;
  }
}
main section.k_faq .lg_contain .q_regions h4 {
  color: black;
  font-family: yuminchodb;
  font-size: 1.6rem;
  margin-top: 6.3rem;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions h4 {
    font-size: 1.86rem;
    margin-top: 3.4rem;
    padding-bottom: 2.2rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region {
  margin-bottom: 0.4rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region {
    margin-bottom: 1.1rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .box_line {
  align-items: center;
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion {
  position: relative;
  background: #969292;
  padding: 3rem 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion {
    padding: 2rem 2.4rem;
    padding-right: 5rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion::after {
  content: url(../image/q_down.png);
  position: absolute;
  content: "";
  width: 2.2rem;
  aspect-ratio: 1/1;
  background: url(../image/q_down.png) center center/contain no-repeat;
  transform: translate(0, -50%);
  right: 2.5rem;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion::after {
    right: 2.3rem;
    width: 2.5rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion p:first-child {
  color: white;
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.quetion.open::after {
  transform: translate(0, -50%) rotate(180deg);
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.answer {
  background: #F4F2EC;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region .box_line.answer {
    padding: 2.5rem 2.5rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .box_line.answer p:last-child {
  color: black;
}
main section.k_faq .lg_contain .q_regions .q_region .box_line p:first-child {
  margin-right: 4rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.6rem;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region .box_line p:first-child {
    font-size: 1.9rem;
    margin-right: 1.2rem;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .box_line p:last-child {
  width: -moz-fit-content;
  width: fit-content;
  font-family: YuGothicR;
  font-size: 1.4rem;
  color: white;
}
@media screen and (max-width: 768px) {
  main section.k_faq .lg_contain .q_regions .q_region .box_line p:last-child {
    font-size: 1.64rem;
    line-height: 2.9rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
main section.k_faq .lg_contain .q_regions .q_region .answer {
  background: #F4F2EC;
  padding: 2rem 2rem;
}
main section.l_publish {
  background: linear-gradient(180deg, transparent 51.3%, #F4F4F4 30%);
}
@media screen and (max-width: 768px) {
  main section.l_publish {
    background: linear-gradient(180deg, transparent 30.4%, #F4F4F4 9%);
  }
}
main section.l_publish .xlm_contain .title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title {
    flex-wrap: wrap;
  }
}
main section.l_publish .xlm_contain .title h3.section_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title h3.section_ttl {
    margin-top: 0rem;
  }
}
main section.l_publish .xlm_contain .title .content {
  width: 76.5%;
  width: calc(100% - 28rem);
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title .content {
    margin-top: 4.2rem;
    width: 100%;
  }
}
main section.l_publish .xlm_contain .title .content .fig {
  position: relative;
  width: 100%;
}
main section.l_publish .xlm_contain .title .content .fig .thumb {
  width: calc(31.1rem + 50vw);
  height: 40.3rem;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title .content .fig .thumb {
    width: calc(100% + 2.5rem);
    height: 29.5rem;
  }
}
main section.l_publish .xlm_contain .title .content .txt {
  margin-top: 8rem;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title .content .txt {
    margin-top: 0;
    padding: 3.5rem 0 0;
  }
}
main section.l_publish .xlm_contain .title .content .txt h4 {
  font-size: 2.2rem;
  line-height: 4.5rem;
  letter-spacing: 0.44rem;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title .content .txt h4 {
    letter-spacing: 0.43rem;
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
main section.l_publish .xlm_contain .title .content .txt .text {
  margin-top: 2.3rem;
  font-size: 1.4rem;
  line-height: 3.78rem;
  letter-spacing: 0.066rem;
}
@media screen and (max-width: 768px) {
  main section.l_publish .xlm_contain .title .content .txt .text {
    margin-top: 3.7rem;
    line-height: 3.48rem;
    letter-spacing: 0.296rem;
  }
}
@media screen and (max-width: 1200px) {
  main section.l_publish .xlm_contain .title .content .txt .text .wrap {
    display: none;
  }
}
main section.l_course {
  background: #F4F4F4;
  padding-top: 9rem;
  padding-bottom: 15.3rem;
}
@media screen and (max-width: 768px) {
  main section.l_course {
    padding-top: 5.2rem;
    padding-bottom: 14.2rem;
  }
}
main section.l_course .lg_contain {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 28rem;
  background: url("../image/Unions.png") center center/contain no-repeat;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain {
    height: 82.3rem;
    width: 34.4rem;
    justify-content: flex-start;
    flex-direction: column;
    background: url("../image/Unions_sp.png") center center/cover no-repeat;
  }
}
main section.l_course .lg_contain div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  position: relative;
}
main section.l_course .lg_contain div h4 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.9rem;
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div h4 {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    margin-left: 0.6rem;
  }
}
main section.l_course .lg_contain div h4::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  top: 2rem;
  left: 43.9%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div h4::after {
    width: 2.4rem;
  }
}
main section.l_course .lg_contain div p {
  text-align: left;
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div p {
    line-height: 3rem;
    letter-spacing: 0.2rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(1) {
  margin-left: 8.5rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(1) {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(1) {
    margin-left: 0rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(1) h4 {
  margin-top: -2.8rem;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(1) h4 {
    margin-bottom: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(1) h4 {
    margin-top: 5.3rem;
    margin-bottom: 4.8rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(1) h4::after {
  top: 6.6rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(1) h4::after {
    top: 6rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(2) {
  margin-left: -5.5rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(2) {
    margin-left: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(2) {
    margin-left: 0rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(2) h4 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(2) h4 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(2) h4 {
    margin-top: 12.9rem;
    margin-bottom: 3.9rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(2) h4::after {
  top: 6.6rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(2) h4::after {
    left: 41%;
    top: 5.9rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(2) p {
    margin-top: 0.4rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(3) {
  margin-right: 10.2rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(3) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(3) {
    margin-right: 0rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(3) h4 {
  margin-left: -2.2rem;
  margin-top: -2rem;
  margin-bottom: 6.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1100px) {
  main section.l_course .lg_contain div:nth-of-type(3) h4 {
    margin-bottom: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(3) h4 {
    margin-left: 0rem;
    margin-bottom: 4.7rem;
    margin-top: 12rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(3) h4::after {
  top: 6.9rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(3) h4::after {
    top: 6.1rem;
  }
}
main section.l_course .lg_contain div:nth-of-type(3) p {
  margin-left: -3.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_course .lg_contain div:nth-of-type(3) p {
    margin-left: 0rem;
  }
}
main section.l_special {
  background: #fff;
}
main section.l_special .lg_contain {
  padding-top: 18rem;
  padding-bottom: 11.3rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain {
    padding-top: 21.5rem;
    padding-bottom: 13.1rem;
  }
}
main section.l_special .lg_contain .ttl h3 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .ttl h3 {
    letter-spacing: 0.45rem;
    font-size: 2.6rem;
  }
}
main section.l_special .lg_contain .ttl h3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.78rem;
  background: black;
  transform: translate(49.9%, -100%);
  left: 49.9%;
  top: -71%;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .ttl h3::before {
    top: -79%;
    height: 4.08rem;
  }
}
main section.l_special .lg_contain .ttl p {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .ttl p {
    margin-top: 2rem;
    margin-left: 0.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.18rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
main section.l_special .lg_contain .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 9.1rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content {
    display: block;
    margin-top: 5.3rem;
  }
}
main section.l_special .lg_contain .content li {
  list-style: none;
}
main section.l_special .lg_contain .content li:nth-child(1), main section.l_special .lg_contain .content li:nth-child(3), main section.l_special .lg_contain .content li:nth-child(5) {
  width: 29.2%;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li:nth-child(1), main section.l_special .lg_contain .content li:nth-child(3), main section.l_special .lg_contain .content li:nth-child(5) {
    width: 88%;
    margin: auto;
  }
  main section.l_special .lg_contain .content li:nth-child(1) img, main section.l_special .lg_contain .content li:nth-child(3) img, main section.l_special .lg_contain .content li:nth-child(5) img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li:nth-child(5) ul {
    margin-top: 2.6rem;
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: -15.3rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li:nth-child(4) {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: -15.2rem;
    margin-bottom: 2.8rem;
  }
}
main section.l_special .lg_contain .content li:last-child .title {
  background: #C38F5C;
}
main section.l_special .lg_contain .content li .title {
  position: relative;
  z-index: 5;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 100%;
  background: #7E7673;
  margin: auto;
  margin-bottom: -6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li .title {
    width: 13rem;
    height: 12.7rem;
  }
}
main section.l_special .lg_contain .content li .title p {
  font-size: 1.5rem;
  color: white;
}
main section.l_special .lg_contain .content li .math1 {
  margin-top: 17.5rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li .math1 {
    margin-top: 17.9rem;
    width: 4.7rem;
  }
}
main section.l_special .lg_contain .content li .math2 {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li .math2 {
    margin-top: 18.4rem;
    width: 2.5rem;
  }
}
main section.l_special .lg_contain .content li .pic {
  position: relative;
}
main section.l_special .lg_contain .content li .pic .result_ttl {
  position: absolute;
  width: 100%;
  background: #C38F5C;
  bottom: 0;
  padding: 0.7rem 0;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li .pic .result_ttl {
    padding: 0.95rem 0;
  }
}
main section.l_special .lg_contain .content li .pic .result_ttl p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.3rem;
  color: white;
  text-align: center;
}
main section.l_special .lg_contain .content li ul {
  margin-top: 2.3rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li ul {
    margin-top: 2.1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 8rem;
    width: 56%;
    letter-spacing: 0.35rem;
  }
}
main section.l_special .lg_contain .content li ul li {
  width: 100% !important;
  position: relative;
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.l_special .lg_contain .content li ul li {
    margin: 0 !important;
    letter-spacing: 0.3rem;
    line-height: 2.5rem;
  }
}
main section.l_notice {
  background: #F4F4F4;
}
main section.l_notice .lg_contain {
  padding-top: 15rem;
  padding-bottom: 15.8rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain {
    padding-top: 21.5rem;
    padding-bottom: 12.9rem;
  }
}
main section.l_notice .lg_contain .ttl {
  text-align: center;
}
main section.l_notice .lg_contain .ttl h3 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .ttl h3 {
    letter-spacing: 0.8rem;
  }
}
main section.l_notice .lg_contain .ttl h3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.78rem;
  background: black;
  transform: translate(49.9%, -100%);
  left: 49.9%;
  top: -71%;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .ttl h3::before {
    top: -100%;
  }
}
main section.l_notice .lg_contain .ttl p {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .ttl p {
    text-align: left;
    margin-top: 2.8rem;
    line-height: 3.5rem;
    letter-spacing: 0.28rem;
    margin-left: 0.6rem;
  }
}
main section.l_notice .lg_contain .content {
  display: flex;
  justify-content: space-between;
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content {
    display: block;
    margin-top: 6rem;
  }
}
main section.l_notice .lg_contain .content li {
  width: 52rem;
}
@media screen and (max-width: 1090px) {
  main section.l_notice .lg_contain .content li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li {
    width: 39rem;
  }
}
@media screen and (max-width: 375px) {
  main section.l_notice .lg_contain .content li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li:last-child {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li:last-child div h4 {
    margin-top: 2.9rem;
    height: 3.5rem;
    padding-left: 1.9rem;
    margin-left: 0.7rem;
    margin-bottom: 1.8rem;
    width: 17.6rem;
    letter-spacing: -0.1rem;
  }
}
main section.l_notice .lg_contain .content li .pic {
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li .pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li .pic img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  main section.l_notice .lg_contain .content li .pic img {
    margin-left: 0.7rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
main section.l_notice .lg_contain .content li div h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  background: #A99E9C;
  color: #fff;
  margin-top: 2.1rem;
  margin-bottom: 1.3rem;
  width: 18.7rem;
  height: 3rem;
  padding-left: 1.7rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li div h4 {
    margin-top: 2.2rem;
    height: 3.5rem;
    padding-left: 1.9rem;
    margin-left: 0.7rem;
    margin-bottom: 1.8rem;
    width: 17.1rem;
    letter-spacing: -0.1rem;
  }
}
main section.l_notice .lg_contain .content li div p {
  font-size: 1.4rem;
  font-family: YuGothicM;
  line-height: 3rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  main section.l_notice .lg_contain .content li div p {
    margin-left: 0.7rem;
    margin-right: 1.3rem;
    letter-spacing: 0.3rem;
    line-height: 3.44rem;
  }
}
main section.l_strategy {
  background: #fff;
}
main section.l_strategy .lg_contain {
  padding-top: 21.29rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain {
    padding-top: 21.5rem;
    padding-bottom: 13.8rem;
  }
}
main section.l_strategy .lg_contain .ttl {
  text-align: center;
}
main section.l_strategy .lg_contain .ttl h3 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .ttl h3 {
    letter-spacing: 0.6rem;
    font-size: 2.4rem;
  }
}
main section.l_strategy .lg_contain .ttl h3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.78rem;
  background: black;
  transform: translate(49.9%, -100%);
  left: 49.9%;
  top: -71%;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .ttl h3::before {
    top: -79%;
    height: 4.58rem;
  }
}
main section.l_strategy .lg_contain .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content {
    display: block;
    margin-top: 4.7rem;
  }
}
main section.l_strategy .lg_contain .content .table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main section.l_strategy .lg_contain .content .table li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li {
    flex-direction: column;
  }
}
main section.l_strategy .lg_contain .content .table li:first-child h4 {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li:first-child h4 {
    border-bottom: hidden;
  }
}
main section.l_strategy .lg_contain .content .table li:first-child .text {
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li:first-child .text {
    padding-top: 3.6rem;
    height: 17.4rem;
    margin-bottom: 4.6rem;
    border-bottom: hidden;
  }
}
main section.l_strategy .lg_contain .content .table li h4 {
  background: #C38F5C;
  color: #fff;
  width: 36.6rem;
  height: 11.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li h4 {
    width: 100%;
    height: 6.6rem;
    letter-spacing: 0.6rem;
  }
}
main section.l_strategy .lg_contain .content .table li .text {
  width: 73.4rem;
  height: 11.1rem;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li .text {
    justify-content: flex-start;
    padding-top: 3.1rem;
    width: 100%;
    height: 11rem;
  }
}
main section.l_strategy .lg_contain .content .table li .text p {
  font-size: 1.4rem;
  font-family: YuGothicM;
  line-height: 2rem;
  letter-spacing: 0.27rem;
  margin-left: 3.6rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .table li .text p {
    font-size: 1.6rem;
    letter-spacing: 0.35rem;
    line-height: 2.3rem;
    margin-left: 2.3rem;
    margin-right: 2.3rem;
  }
}
main section.l_strategy .lg_contain .content .steps {
  margin-top: 4rem;
  background: #F4F4F4;
  display: grid;
  text-align: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1px;
  column-gap: 1px;
}
@media screen and (max-width: 1024px) {
  main section.l_strategy .lg_contain .content .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps {
    margin-top: 4.6rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
}
main section.l_strategy .lg_contain .content .steps li {
  position: relative;
  padding: 6rem 3.6rem 4.9rem 3.6rem;
}
@media screen and (max-width: 1024px) {
  main section.l_strategy .lg_contain .content .steps li {
    padding: 5.6rem 5.6rem 4.9rem 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li {
    display: flex;
    justify-content: space-between;
    padding: 4.2rem 2.5rem 4.9rem 3.6rem;
  }
}
main section.l_strategy .lg_contain .content .steps li::after {
  position: absolute;
  content: "";
  top: 47.6%;
  right: -0.55rem;
  width: 0.66rem;
  height: 1.4rem;
  background: url("../image/triangle.png") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li::after {
    top: 81%;
    bottom: 0;
    right: 0;
    left: 13.4%;
    width: 1.4rem;
    height: 0.66rem;
    background: url("../image/re_triangle.png") center center/cover no-repeat;
  }
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) {
  margin-left: -1.3rem;
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) .detail .img_part p {
  margin-bottom: 3.2rem;
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) .detail .img_part img {
  margin-left: -0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) .detail .img_part img {
    margin-left: 0rem;
  }
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) .detail .txt {
  margin-top: 3.1rem;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(1) .detail .txt {
    font-size: 1.4rem;
    margin-top: 2.3rem;
    margin-left: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) {
    margin-left: -1.3rem;
    padding: 1.9rem 2.5rem 1.9rem 3.6rem;
  }
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) .detail .img_part p {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) .detail .img_part p {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) .detail .img_part img {
    margin-top: -3.9rem;
    margin-left: 2.9rem;
  }
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) .detail .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(2) .detail .txt {
    font-size: 1.4rem;
    margin-top: -0.7rem;
    margin-left: 4.3rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(3) {
    margin-left: -1.3rem;
    padding: 2.3rem 2.5rem 2rem 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(3) .detail .img_part p {
    margin-top: -0.5rem;
    margin-left: -0.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(3) .detail .img_part img {
    margin-top: -0.5rem;
    margin-left: -1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(3) .detail .txt {
    font-size: 1.4rem;
    margin-top: 2.3rem;
    margin-left: 4.3rem;
    line-height: 2.3rem;
  }
}
main section.l_strategy .lg_contain .content .steps li:nth-of-type(4)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(4) {
    margin-left: -1.3rem;
    padding: 2.4rem 2.5rem 4rem 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(4) .detail .img_part p {
    margin-top: -0.1rem;
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(4) .detail .img_part img {
    margin-top: -0.5rem;
    margin-left: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li:nth-of-type(4) .detail .txt {
    font-size: 1.4rem;
    margin-top: 1.9rem;
    margin-left: 4.3rem;
    line-height: 2.3rem;
  }
}
main section.l_strategy .lg_contain .content .steps li .topic p {
  font-family: "Reem Kufi";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  color: #A99E9C;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li .topic p {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    margin-left: 0.4rem;
  }
}
main section.l_strategy .lg_contain .content .steps li .topic h5 {
  margin-bottom: 0.5rem;
  font-family: "Reem Kufi";
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 0.5;
  letter-spacing: 0.4rem;
  color: #CDA37A;
}
main section.l_strategy .lg_contain .content .steps li .detail .img_part {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li .detail .img_part {
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-left: 0.7rem;
  }
}
main section.l_strategy .lg_contain .content .steps li .detail .img_part p {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li .detail .img_part p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.7rem;
  }
}
main section.l_strategy .lg_contain .content .steps li .detail .img_part img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li .detail .img_part img {
    height: 5rem;
  }
}
main section.l_strategy .lg_contain .content .steps li .detail .txt {
  text-align: left;
  margin-top: 3.2rem;
  font-size: 1.2rem;
  font-family: YuGothicM;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  main section.l_strategy .lg_contain .content .steps li .detail .txt {
    line-height: 2.2rem;
  }
}
main section.l_intro .t_block {
  background: #F4F4F4;
}
main section.l_intro .lg_contain {
  padding-top: 20.5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain {
    padding-top: 22rem;
    padding-bottom: 12.7rem;
  }
}
main section.l_intro .lg_contain .ttl h3 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .ttl h3 {
    letter-spacing: 0.6rem;
    font-size: 2.4rem;
  }
}
main section.l_intro .lg_contain .ttl h3::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.78rem;
  background: black;
  transform: translate(49.9%, -100%);
  left: 49.9%;
  top: -71%;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .ttl h3::before {
    top: -100%;
  }
}
main section.l_intro .lg_contain .voice_list {
  width: 100%;
  margin-top: 11.2rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list {
    display: block;
    margin-top: 3.3rem;
  }
}
main section.l_intro .lg_contain .voice_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li {
    flex-direction: column;
    margin-bottom: 5.4rem;
  }
}
main section.l_intro .lg_contain .voice_list li:last-of-type {
  margin-bottom: 0;
}
main section.l_intro .lg_contain .voice_list li .thumb {
  position: relative;
  width: 41%;
  aspect-ratio: 452/273;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li .thumb {
    width: 100%;
    order: 1;
  }
}
main section.l_intro .lg_contain .voice_list li .thumb img {
  width: 100%;
}
main section.l_intro .lg_contain .voice_list li .content {
  width: 54%;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li .content {
    order: 2;
    width: 100%;
    padding: 3rem 0 0.5rem;
  }
}
main section.l_intro .lg_contain .voice_list li .content h4 {
  margin-bottom: 2.1rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li .content h4 {
    font-size: 2.1rem;
    margin-bottom: 2.8rem;
  }
}
main section.l_intro .lg_contain .voice_list li .content p {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li .content p {
    font-size: 1.6rem;
    margin-bottom: 0rem;
    line-height: 3.4rem;
    letter-spacing: 0.1rem;
  }
}
main section.l_intro .lg_contain .voice_list li:nth-of-type(2) .thumb {
  order: 2;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li:nth-of-type(2) .thumb {
    order: 1;
  }
}
main section.l_intro .lg_contain .voice_list li:nth-of-type(2) .content {
  order: 1;
}
@media screen and (max-width: 768px) {
  main section.l_intro .lg_contain .voice_list li:nth-of-type(2) .content {
    order: 2;
  }
}
main section.l_intro .btn {
  margin-top: 11.7rem;
  margin-bottom: 13.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.l_intro .btn {
    flex-direction: column;
    margin-top: 9.3rem;
    margin-bottom: 7.2rem;
  }
}
main section.l_intro .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C38F5C;
  color: #fff;
  width: 27.5rem;
  height: 6rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  font-size: 1.4rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 768px) {
  main section.l_intro .btn a {
    width: 34.5rem;
    height: 7rem;
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
main section.l_intro .btn a::after {
  position: absolute;
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 100%;
  background: url(../image/white_arrow_icon.png) center center no-repeat, #fff;
  right: 7.5%;
  top: 33.6%;
}
main section.m_case .lg_contain {
  padding-top: 9rem;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain {
    padding-top: 3rem;
    padding-bottom: 14.5rem;
  }
}
main section.m_case .lg_contain .categorygroup {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .categorygroup {
    margin-top: 6.3rem;
  }
}
main section.m_case .lg_contain .list_items {
  margin-top: 8.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 6.9rem;
       column-gap: 6.9rem;
  row-gap: 5rem;
}
@media screen and (max-width: 1100px) {
  main section.m_case .lg_contain .list_items {
    padding: 0rem 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items {
    margin-top: 5.7rem;
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 5rem;
  }
}
main section.m_case .lg_contain .list_items li {
  position: relative;
}
main section.m_case .lg_contain .list_items li .thumb {
  width: 100%;
  aspect-ratio: 320/213;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .thumb {
    aspect-ratio: 320/204;
  }
}
main section.m_case .lg_contain .list_items li .thumb img {
  height: 100%;
}
main section.m_case .lg_contain .list_items li .content {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content {
    padding-bottom: 6rem;
  }
}
main section.m_case .lg_contain .list_items li .content .inf_line {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content .inf_line {
    margin-top: 3.6rem;
  }
}
main section.m_case .lg_contain .list_items li .content .inf_line .category_line {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  row-gap: 0.3rem;
}
main section.m_case .lg_contain .list_items li .content .inf_line .category_line .category {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  background: #A99E9C;
  height: 2rem;
  min-width: 9.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content .inf_line .category_line .category {
    padding-bottom: 0.2rem;
    padding-right: 0.2rem;
    font-size: 1.4rem;
    width: 11.1rem;
    letter-spacing: 0rem;
  }
}
main section.m_case .lg_contain .list_items li .content .inf_line .date {
  display: flex;
  justify-content: end;
  color: #A99E9C;
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content .inf_line .date {
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 0.4rem;
    margin-top: 0;
    letter-spacing: 0.1rem;
  }
}
main section.m_case .lg_contain .list_items li .content .label {
  margin-top: 1.4rem;
  max-height: 5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content .label {
    margin-top: 1.8rem;
    letter-spacing: 0.12rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
main section.m_case .lg_contain .list_items li .content a {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  border-bottom: solid #726A68 1px;
  padding-right: 1.6rem;
  font-size: 0.9rem;
  line-height: 2.4;
  letter-spacing: 0.04rem;
  color: #7E7573;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content a {
    padding-right: 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.16rem;
  }
}
main section.m_case .lg_contain .list_items li .content a::after {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  width: 1.1rem;
  aspect-ratio: 15/16;
  background: url(../image/ico_detail_link_sp.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.m_case .lg_contain .list_items li .content a::after {
    width: 1.8rem;
  }
}
main section.m_case .pagination {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.m_case .pagination {
    margin-top: 5.7rem;
  }
}
main section.n_category .lg_contain {
  padding-top: 12rem;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain {
    padding-top: 2rem;
    padding-bottom: 13.9rem;
  }
}
main section.n_category .lg_contain .detail_inform {
  width: 59.6%;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform {
    width: 100%;
  }
}
main section.n_category .lg_contain .detail_inform h3.post_ttl {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform h3.post_ttl {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
main section.n_category .lg_contain .detail_inform h3.post_ttl::after {
  background: #000;
  opacity: 66%;
  content: "";
  position: absolute;
  bottom: -2.1rem;
  left: 0;
  height: 0.5px;
  width: 100%;
}
main section.n_category .lg_contain .detail_inform .post_infor {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .post_infor {
    margin-top: 5rem;
  }
}
main section.n_category .lg_contain .detail_inform .post_infor .date {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12rem;
  margin-right: 2.7rem;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .post_infor .date {
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
    margin-right: 2.2rem;
  }
}
main section.n_category .lg_contain .detail_inform .post_infor a {
  background: #A99E9C;
  height: 2rem;
  padding: 0.1rem 2rem 0;
  min-width: 9.6rem;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: YuGothicB;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .post_infor a {
    height: 2.3rem;
    min-width: 11.1rem;
  }
}
main section.n_category .lg_contain .detail_inform .post_infor a:last-of-type {
  margin-right: 0;
}
main section.n_category .lg_contain .detail_inform .featured_img {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 82/49;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .featured_img {
    margin-top: 1.6rem;
    aspect-ratio: 82/49;
  }
}
main section.n_category .lg_contain .detail_inform .featured_img img {
  height: 100%;
}
main section.n_category .lg_contain .detail_inform .wysiwyg_content {
  padding-top: 2rem;
  padding-bottom: 5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .wysiwyg_content {
    padding: 2rem 0 5rem;
  }
}
main section.n_category .lg_contain .detail_inform .ds {
  letter-spacing: 0.7px;
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .ds {
    letter-spacing: 0.12rem;
    line-height: 3rem;
    margin-top: 2.7rem;
  }
}
main section.n_category .lg_contain .detail_inform .thumb {
  margin-top: 4.5rem;
  width: 100%;
  aspect-ratio: 655/383;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .thumb {
    aspect-ratio: 655/390;
  }
}
main section.n_category .lg_contain .detail_inform .thumb img {
  height: 100%;
}
main section.n_category .lg_contain .detail_inform .page_links {
  margin-top: 10rem;
  padding-top: 5rem;
  border-top: solid #000 1px;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .detail_inform .page_links {
    padding-top: 3rem;
    margin-top: 14rem;
  }
}
main section.n_category .lg_contain .detail_inform .page_links a {
  padding-top: 0.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #C38F5C;
}
main section.n_category .lg_contain .detail_inform .page_links a.underline {
  -webkit-text-decoration: underline 1px #C38F5C;
          text-decoration: underline 1px #C38F5C;
}
main section.n_category .lg_contain .detail_inform .page_links .page_link {
  position: relative;
  font-family: "Reem Kufi";
}
main section.n_category .lg_contain .detail_inform .page_links .page_link::after {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  font-size: 1.4rem;
  color: #C38F5C;
}
main section.n_category .lg_contain .detail_inform .page_links .page_link.prev_link {
  padding-left: 1.5rem;
}
main section.n_category .lg_contain .detail_inform .page_links .page_link.prev_link::after {
  content: "<";
  left: 0;
}
main section.n_category .lg_contain .detail_inform .page_links .page_link.next_link {
  padding-right: 1.5rem;
}
main section.n_category .lg_contain .detail_inform .page_links .page_link.next_link::after {
  content: ">";
  right: 0;
}
main section.n_category .lg_contain .detail_inform .page_links .underline {
  font-family: yuminchomedium;
}
main section.n_category .lg_contain .category_nav {
  width: 22.8%;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .category_nav {
    display: none;
  }
}
main section.n_category .lg_contain .category_nav .label {
  position: relative;
  color: #333333;
  font-family: "Reem Kufi";
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 1.7rem;
  letter-spacing: 0;
  border-bottom: solid #000 1px;
}
main section.n_category .lg_contain .category_nav .category_list {
  margin-top: 1.5rem;
}
main section.n_category .lg_contain .category_nav .category_list a {
  display: block;
  padding: 1rem 0;
  font-family: YuGothicB;
  font-size: 1.3rem;
  line-height: 1.4;
  color: black;
}
main section.n_category .lg_contain .category_nav .category_list a:hover {
  text-decoration: underline;
}
main section.n_category .lg_contain .category_nav .archive {
  position: relative;
  margin-top: 3rem;
}
main section.n_category .lg_contain .category_nav .archive .slabel {
  font-family: "Reem Kufi";
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  color: #333333;
}
main section.n_category .lg_contain .category_nav .archive .select_wrap {
  position: relative;
  margin-top: 0.8rem;
}
main section.n_category .lg_contain .category_nav .archive .select_wrap select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px #707070 solid;
  padding: 0 0 0 1.8rem;
  width: 100%;
  font-family: YuGothicM;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.7px;
  background: url(../image/select_arrow.png) 95% center/auto no-repeat;
}
@media screen and (max-width: 768px) {
  main section.n_category .lg_contain .category_nav .archive .select_wrap select {
    background: url(../image/select_arrow.png) 95% center/1rem no-repeat;
  }
}
main section.n_category .lg_contain .category_nav .archive .select_wrap select:focus {
  outline: none;
}
main section.common_section .lg_contain {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main {
    --radio-size: 2rem;
  }
}
main input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: var(--radio-size);
  width: var(--radio-size);
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 2px solid var(--radio);
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border 0.5s ease;
  margin-right: 10px;
}
main input[type=radio]::before, main input[type=radio]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}
main input[type=radio]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  z-index: 1;
  opacity: var(--opacity, 1);
}
main input[type=radio]::after {
  position: relative;
  width: 50%;
  height: 50%;
  background: var(--radio-checked);
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
main input[type=radio]:checked {
  --radio: var(--radio-checked);
}
main input[type=radio]:checked::after {
  --y: 0%;
  animation: stretch-animate 0.3s ease-out 0.17s;
}
main input[type=radio]:checked::before {
  --opacity: 0;
}
main input[type=radio]:checked ~ input[type=radio]::after {
  --y: -100%;
}
main input[type=radio]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear 0.5s;
}
/* ------------------------------------ */
.g_hero {
  background: #f8f8f8;
  height: 50vh;
}
@media  (max-width: 768px) {
  .g_hero {
    height: 30vh;
  }
}
.service_item .flex.items-center.is-show{
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.credit_title {
  font-size: 10px;
  text-align: right;
  padding-top: 8px;
  padding-right: 20px;
}
.sub .g_hero .kv_slider .is-show img {
  display: block;
  max-width: initial;
  height: 90vh;
  width: 100%;
}
@media  (max-width: 768px) {
  .sub .g_hero .kv_slider .is-show img {
    height: 90vh;
  }
}
.g_main_content_desc {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 30px;
}
.g_main_content_desc-inner {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
}
.g_main_content_desc .location {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
  background: url(assets/images/ico_place_marker.png) left center/1.2rem no-repeat;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.2rem;
  color: #2E2624;
}
.g_main_content_desc .ttl {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.11rem;
  margin-top: 0.9rem;
  margin-left: -0.2rem;
  padding-bottom: 1.3rem;
  width: 58rem;
  border-bottom: 1px solid #D8D8D8;

}
.g_main_content_desc .desc {
  position: relative;
  margin-top: 1.3rem;
  margin-left: -0.2rem;
  width: 59rem;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.07rem;
}
.g_main_content_desc .numbers{
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 1.5rem;
  margin-top: 1.8rem;
  margin-left: -0.2rem;
}
.g_main_content_desc .num_decs {
  font-size: 1.3rem;
  line-height: 2.9rem;
  color: #2E2624;
  letter-spacing: 0.04rem;
}
.g_main_content_desc .tags {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.23;
  color: white;
}
.g_main_content_desc .tags p {
  background: #7E7573;
  padding: 0rem 1rem 0.1rem;
}
.banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F4F4F4;
}
.banner_link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .banner_link {
    grid-template-columns: 1fr;
  }
}
.banner-item {
  display: block;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-item {
    max-width: 555px;
    margin-inline: auto;
    padding-left: 34px;
    padding-right: 34px;
  }
}
.main-view-img {
  aspect-ratio: 2/0.6;
  width: 100%;
  height: 80%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main-view-img {
    aspect-ratio: 2/1;
  }
}
.main_content {
  background: #f8f8f8;

}
.location {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.2rem;
  color: #2E2624;
}
.location::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(assets/images/ico_place_marker.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  left: -4px;
  width: 20px;
  height: 18px;
}
@media screen and (max-width: 768px) {
 .location {
    background-size: 1.8rem;
    padding-left: 2.2rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}
.ttl {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.11rem;
  margin-top: 0.9rem;
  margin-left: -0.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.6rem;
  }
}

.desc {
  position: relative;
  margin-top: 1.3rem;
  margin-left: -0.2rem;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  .desc {
    font-size: 1rem;
  }
}
.numbers{
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 1.5rem;
  margin-top: 1.8rem;
  margin-left: -0.2rem;
}
.num_decs {
  font-size: 1.3rem;
  line-height: 2.9rem;
  color: #2E2624;
  letter-spacing: 0.04rem;
}
.tags {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.23;
  color: white;
}
.tags p {
  background: #7E7573;
  padding: 0rem 1rem 0.1rem;
}
/*# sourceMappingURL=style.css.map */

