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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #5c4122;
  box-sizing: border-box;
  color: #fff;
  font-size: 125%;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  padding: 7px 15px 6px 27px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ebf0b8;
  color: #333;
  font-size: 120%;
  position: relative;
}

h3.head-title::before, .wysiwyg h3::before, .free-layout-area h3::before, .smartcmsBbsBlock h3::before {
  display: block;
  content: "";
  width: 7px;
  height: 22px;
  background: #836d55;
  border-radius: 7.5px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  padding: 7px 15px 6px 27px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f5f7e5;
  color: #333;
  font-size: 100%;
  position: relative;
}

h4::before, .wysiwyg h4::before, .free-layout-area h4::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #836d55;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 100%;
  margin-top: 20px;
  display: block;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 2px solid #222;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 87.5%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: 1px dashed #707070;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #fffde9;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 100%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #333333;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #5c4122;
  text-align: center;
}

.scheme2 {
  border: 1px solid #5c4122;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #291e1c;
  text-align: center;
}

.scheme5 {
  border: 1px solid #cecece;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #7d4029;
  text-align: center;
}

.scheme8 {
  background-color: #5c4123;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eff0e7;
  text-align: center;
}

.scheme10 {
  background-color: #7e412a;
  text-align: center;
}

.scheme11 {
  background-color: #be7c28;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #67554f !important;
    border-radius: 20px 0 0 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 2px solid #67554f !important;
    border-radius: 48px 0 0 48px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
    border-radius: 20px 0 0 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 94px;
    border-radius: 48px 0 0 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: inherit !important;
    text-indent: 0.5em;
  }
}

.gsst_a .gscb_a {
  color: #000 !important;
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 94px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #815e45 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 43px !important;
    border-radius: 0 20px 20px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 48px 48px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 40px !important;
    height: 40px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #fff;
  border: 6px solid #5c4123;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #5c4123;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 10px 20px 0;
  }
  #header .header-subnav-area #header-logo {
    padding-top: 10px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area #header-logo img {
    width: 175px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .search-wrap {
    width: 250px;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header #header-nav {
    margin-top: -15px;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: space-between;
  }
  #header #header-nav .list .header-nav-item {
    width: 130px;
    position: relative;
  }
  #header #header-nav .list .header-nav-item > a {
    display: block;
    width: 100%;
    padding: 95px 10px 25px;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    color: #453630;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top 15px;
  }
  #header #header-nav .list .header-nav-item > a:hover {
    background-color: #ebf0b8;
  }
  #header #header-nav .list .header-nav-item.header-nav-item-1 > a {
    background-image: url(../img_common/gnav_icon1.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-2 > a {
    background-image: url(../img_common/gnav_icon2.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-3 > a {
    background-image: url(../img_common/gnav_icon3.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-4 > a {
    background-image: url(../img_common/gnav_icon4.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-5 > a {
    background-image: url(../img_common/gnav_icon5.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-6 > a {
    background-image: url(../img_common/gnav_icon6.png);
  }
  #header #header-nav .list .header-nav-item.header-nav-item-7 > a {
    background-image: url(../img_common/gnav_icon7.png);
  }
  #header #header-nav .dropmenu {
    display: none;
    width: 260px;
    padding: 35px 25px 50px;
    box-sizing: border-box;
    border-radius: 0 20px 20px 20px;
    background-color: #ebf0b8;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    transform: translateY(-20px);
  }
  #header #header-nav .dropmenu .list2 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  #header #header-nav .dropmenu .list2 .item {
    height: unset !important;
  }
  #header #header-nav .dropmenu .list2 a {
    color: #665b4b;
    font-weight: bold;
  }
  #header #header-nav .header-nav-item-7 .dropmenu {
    left: unset;
    right: 0;
    border-radius: 20px 0 20px 20px;
  }
}

.support-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .support-wrap {
    width: 650px;
    margin: 50px auto 25px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
}

.header-size, .header-color {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

@media screen and (max-width: 768px) {
  .header-size, .header-color {
    justify-content: center;
    column-gap: 20px;
  }
}

.header-size button, .header-color button {
  padding: 0;
  border: none;
  appearance: none;
}

.header-size .title, .header-color .title {
  padding-right: 5px;
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  .header-size .title, .header-color .title {
    font-size: 107.14%;
    margin-left: 10px;
  }
}

.header-size [class^="item"], .header-color [class^="item"] {
  line-height: 1;
}

.header-size img, .header-color img {
  vertical-align: middle;
}

.select-language {
  display: flex;
  justify-content: space-between;
  width: 220px;
  border-radius: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .select-language {
    width: 100%;
    margin: 10px auto 0;
  }
}

.select-language .select-wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .select-language .select-wrap {
    width: 86%;
  }
}

.select-language .lang-select {
  display: block;
  width: 175px;
  padding: 12px 10px 11px 15px;
  border: 1px solid #67554f;
  border-right: none;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #453630;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  background: #fff url(../img_common/arw_bottom.png) no-repeat right 9px center/8px 6px;
}

@media screen and (max-width: 768px) {
  .select-language .lang-select {
    width: 100%;
    padding: 21px 47px;
    border-width: 2px;
    border-radius: 40px 0 0 40px;
    background-size: 13px 12px;
    background-position: right 22px center;
    font-size: 100%;
  }
}

.select-language .lang-select option {
  color: #453630;
}

.select-language .btn-lang-select {
  outline: none;
  border: 1px solid #67554f;
  border-left: none;
  border-radius: 0 20px 20px 0;
  -webkit-appearance: none;
  background: #815e45 !important;
  cursor: pointer;
  padding: 10px 13px;
  box-sizing: border-box;
  color: #fff;
  font-size: 81.25%;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .select-language .btn-lang-select {
    width: 14%;
    border-width: 2px;
    border-radius: 0 40px 40px 0;
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp-header-logo {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
  }
  .sp-header-logo img {
    width: 275px;
  }
  #sp-header #sp-header-nav {
    display: flex;
    align-items: stretch;
    border-top: 2px solid #6d5b56;
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  #sp-header #sp-header-nav::after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #6d5b56;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sp-header #sp-header-nav li {
    width: 50%;
  }
  #sp-header #sp-header-nav li.menu-btn-menu a {
    background: url(../img_common/icon_menu.png) no-repeat right 54px center;
    position: relative;
  }
  #sp-header #sp-header-nav li.menu-btn-search a {
    background: url(../img_common/icon_search.png) no-repeat right 85px center;
  }
  #sp-header #sp-header-nav li[class^="menu-btn-"].active {
    width: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000 !important;
  }
  #sp-header #sp-header-nav li[class^="menu-btn-"].active a {
    background: #fff;
    font-size: 0;
    z-index: 99;
  }
  #sp-header #sp-header-nav li[class^="menu-btn-"].active a::before {
    color: #333;
    content: "閉じる";
    color: #453630;
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sp-header #sp-header-nav a {
    display: block;
    width: 100%;
    padding: 40px 70px 40px 10px;
    box-sizing: border-box;
    color: #453630;
    font-size: 147.058824%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #sp-header .tab-area {
    display: none;
  }
  #sp-header .tab-area.is-active {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100svh - 120px);
    box-sizing: border-box;
    background: #ebf0b8;
    position: fixed;
    right: 0;
    bottom: 120px;
    left: 0;
    z-index: 99;
  }
  #sp-header .tab-area.tab-menu {
    border-top: 2px solid #ced5b4;
    overflow-y: scroll;
  }
  #sp-header .tab-area.tab-menu .box .title {
    display: block;
    padding: 24px 80px 24px 145px;
    border-bottom: 2px solid #d4db92;
    box-sizing: border-box;
    color: #453630;
    font-size: 147.058824%;
    font-weight: bold;
  }
  #sp-header .tab-area.tab-menu .box .title a {
    color: #453630;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-1 {
    background: url(../img_common/gnav_icon1.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-1.on {
    background: url(../img_common/gnav_icon1.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-2 {
    background: url(../img_common/gnav_icon2.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-2.on {
    background: url(../img_common/gnav_icon2.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-3 {
    background: url(../img_common/gnav_icon3.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-3.on {
    background: url(../img_common/gnav_icon3.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-4 {
    background: url(../img_common/gnav_icon4.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-4.on {
    background: url(../img_common/gnav_icon4.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-5 {
    background: url(../img_common/gnav_icon5.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-5.on {
    background: url(../img_common/gnav_icon5.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-6 {
    background: url(../img_common/gnav_icon6.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-6.on {
    background: url(../img_common/gnav_icon6.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-7 {
    background: url(../img_common/gnav_icon7.png) no-repeat left 30px center, url(../img_common/icon_modal_open.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .title.sp-header-nav-item-7.on {
    background: url(../img_common/gnav_icon7.png) no-repeat left 30px center, url(../img_common/icon_modal_close.png) no-repeat right 45px center;
    background-color: #ebf0b8;
  }
  #sp-header .tab-area.tab-menu .box .list {
    padding: 25px 0;
    background-color: #dde39f;
  }
  #sp-header .tab-area.tab-menu .box .list li {
    width: 100%;
  }
  #sp-header .tab-area.tab-menu .box .list a {
    display: block;
    padding: 10px 60px 10px 150px;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: bold;
  }
  #sp-header .tab-area.tab-search {
    height: auto;
    padding-top: 45px;
    padding-bottom: 50px;
    border-top: 2px solid #6d5b56;
    background: #ebf0b8;
    top: unset;
  }
  #sp-header .tab-area.tab-search > .in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
  }
  #sp-header .tab-area.tab-search .head {
    color: #453630;
    font-size: 117.64%;
    font-weight: bold;
  }
  #sp-header .tab-area.tab-search .search-wrap {
    width: 570px;
  }
  #sp-header .tab-area.tab-search .search-wrap img {
    width: 100%;
  }
  #sp-header .tab-area .modal-menu-close {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #6d5b56;
    border-left: 2px solid #6d5b56;
    border-top-left-radius: 20px;
    background: #ebf0b8;
    position: absolute;
    top: -111px;
    right: 0;
  }
  .go-to-pc {
    width: 650px;
    margin: 10px auto 0;
    padding-bottom: 30px;
  }
  .go-to-pc .jqs-go-to-pc {
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 35px;
    border: 2px solid #67554f;
    box-sizing: border-box;
    background-color: #fff;
    color: #453630;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 auto !important;
  }
}

.sec-in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec-in {
    max-width: 700px;
  }
}

.sec-ttl {
  text-align: center;
}

.btn a {
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 17px 40px;
  border: 1px solid #d4c9c4;
  border-radius: 30px;
  box-sizing: border-box;
  background: #fff url(../img_top/btn_arw.png) no-repeat right 25px center/9px 14px;
  color: #453630;
  font-size: 137.5%;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .1s;
}

@media print, screen and (min-width: 769px) {
  .btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .btn a {
    width: 400px;
    font-size: 100%;
    border-radius: 35px;
    background-position: right 30px center;
  }
}

.slider-wrap {
  position: relative;
}

.slider-wrap .slide-controls button {
  border: none;
  background: none;
  outline: none;
  appearance: none;
  font-size: 0;
  cursor: pointer;
}

.slider-wrap .slide-controls .bx-prev, .slider-wrap .slide-controls .bx-next {
  width: 29px;
  height: 25px;
  position: absolute;
  top: 41%;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .bx-prev, .slider-wrap .slide-controls .bx-next {
    width: 29px;
    height: 25px;
  }
}

.slider-wrap .slide-controls .bx-prev {
  left: 0;
  background: url(../img_top/icon_prev.png) no-repeat center center/cover;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .bx-prev {
    transform: translate(0, -50%);
  }
}

.slider-wrap .slide-controls .bx-next {
  right: 0;
  background: url(../img_top/icon_next.png) no-repeat center center/cover;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .bx-next {
    transform: translate(0, -50%);
  }
}

.slider-wrap .slide-controls .control-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit {
    margin-top: 40px;
    column-gap: 30px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list {
    column-gap: 20px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-item {
  display: flex;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-item {
    height: 20px;
    width: 20px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-item button {
  border: 3px solid #90827d;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  width: 100%;
}

.slider-wrap .slide-controls .control-unit .bx-pager-item button.active {
  background-color: #90827d;
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  width: 14px;
  height: 14px;
  background: center /cover no-repeat;
  display: block;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 20px;
    width: 20px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url(../img_top/start.png);
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url(../img_top/stop.png);
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-mv {
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .mv-slider {
    min-height: 830px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .mv-slider {
    min-height: 990px;
  }
}

.sec-mv .mv-slider img {
  object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .mv-slider img {
    height: 830px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .mv-slider img {
    height: 990px;
  }
}

.sec-mv .bx-controls-direction {
  display: none;
}

.sec-mv .slide-controls {
  padding: 35px 0 50px;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls {
    padding: 0 0 50px;
  }
  .sec-mv .slide-controls .control-unit {
    margin-top: 30px;
  }
}

.sec-mv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sec-mv .catch {
    top: 43%;
  }
  .sec-mv .catch img {
    width: 102px;
    margin-left: 16px;
  }
}

.sec-lead {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #ebf0b8;
}

@media screen and (max-width: 768px) {
  .sec-lead {
    padding-top: 90px;
  }
}

.sec-lead .flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 70px;
  padding-left: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-lead .flex-wrap {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.sec-lead .txt-wrap {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 70px;
}

@media print, screen and (min-width: 769px) {
  .sec-lead .txt-wrap {
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-wrap {
    padding-top: 65px;
    margin-left: 25px;
    flex-direction: row-reverse;
    gap: 120px 80px;
    justify-content: center;
  }
}

.sec-lead .txt-vertical {
  color: #6f422e;
  font-size: 160%;
  font-weight: bold;
  line-height: 2.15;
}

@media print, screen and (min-width: 769px) {
  .sec-lead .txt-vertical {
    height: max-content;
  }
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-vertical {
    font-size: 100%;
    writing-mode: vertical-rl;
  }
}

.sec-lead .txt-horizontal {
  margin-top: 110px;
  color: #6f422e;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-horizontal {
    margin-top: 70px;
    padding: 0 130px;
    font-size: 100%;
    line-height: 1.8;
  }
}

.sec-lead .txt-horizontal::before {
  display: block;
  content: "";
  width: 102px;
  height: 171px;
  background: url(../img_top/lead_bg1.png) no-repeat left top/cover;
  position: absolute;
  top: -150px;
  left: -90px;
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-horizontal::before {
    width: 113px;
    height: 188px;
    top: -50px;
    left: 30px;
  }
}

.sec-lead .txt-horizontal-img {
  margin-top: 55px;
  text-align: center;
  position: relative;
}

.sec-lead .txt-horizontal-img::before {
  display: block;
  content: "";
  width: 104px;
  height: 135px;
  background: url(../img_top/lead_bg2.png) no-repeat left top/cover;
  position: absolute;
  top: -15px;
  right: -45px;
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-horizontal-img::before {
    width: 119px;
    height: 155px;
    top: 115px;
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-horizontal-img {
    width: 87%;
    margin: 83px auto 0;
  }
  .sec-lead .txt-horizontal-img img {
    width: 100%;
  }
}

.sec-lead .slider-area {
  flex-direction: row;
  margin-top: 150px;
  padding-right: 110px;
  padding-left: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-lead .slider-area {
    display: block;
    margin-top: 70px;
    padding: 0;
    flex-direction: column;
    row-gap: 35px;
  }
}

.sec-lead .slider-area::before {
  display: block;
  content: "";
  width: 52px;
  height: 65px;
  background: url(../img_top/lead_bg3.png) no-repeat left top/cover;
  position: absolute;
  bottom: 5px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .sec-lead .slider-area::before {
    width: 71px;
    height: 90px;
    top: 150px;
    left: 110px;
  }
}

.sec-lead .slider-area .slider-wrap {
  width: 520px;
}

@media screen and (max-width: 768px) {
  .sec-lead .slider-area .slider-wrap {
    width: 100%;
    margin-top: 35px;
  }
}

.sec-lead .slider-area .txt-vertical {
  padding-top: 30px;
  color: #6f422e;
  font-size: 210%;
  font-weight: bold;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .sec-lead .slider-area .txt-vertical {
    margin: 0 auto;
    padding-top: 0;
    font-size: 100%;
  }
}

.sec-lead .slider-area .item {
  text-align: center;
}

.sec-lead .slider-area img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sec-lead .slider-area img {
    width: 520px;
    height: 338px;
    clip-path: path("m509.38,169.49c0,1.33-.28,2.66-.25,3.99.36,16.01-1.58,41.16-3.85,61.44-1.39,16.57-6.97,35.71-7.29,37.61-4.33,16.79-10.89,28.86-24.36,37.82-13.47,8.96-32.85,14.23-59.28,15.63-21.34,1.13-46.06,2.42-72.48,3.42-26.16.99-53.98,1.7-81.86,1.69-27.88,0-55.7-.7-81.86-1.69-26.43-1-51.14-2.29-72.48-3.42-26.43-1.4-45.82-6.67-59.28-15.63-13.47-8.96-20.03-21.03-24.36-37.82-.32-1.9-5.91-21.04-7.29-37.61-2.27-20.29-4.21-45.43-3.85-61.44.03-1.33-.25-2.66-.25-3.99,0-.16,0-.32,0-.49,0-.16,0-.32,0-.49,0-1.33.28-2.66.25-3.99-.36-16.01,1.58-41.16,3.85-61.44,1.39-16.57,6.97-35.71,7.29-37.61,4.33-16.79,10.89-28.86,24.36-37.82,13.47-8.96,32.85-14.23,59.28-15.63,21.34-1.13,46.06-2.42,72.48-3.42,26.16-.99,53.99-1.7,81.86-1.69,27.88,0,55.7.7,81.86,1.69,26.43,1,51.14,2.29,72.48,3.42,26.43,1.4,45.82,6.67,59.28,15.63,13.47,8.96,20.03,21.03,24.36,37.82.32,1.9,5.91,21.04,7.29,37.61,2.27,20.29,4.21,45.43,3.85,61.44-.03,1.33.25,2.66.25,3.99,0,.16,0,.32,0,.49,0,.16,0,.32,0,.49Z");
  }
}

@media screen and (max-width: 768px) {
  .sec-lead .slider-area img {
    width: 640px;
    height: 416px;
    clip-path: path("m626.93,208.6c0,1.64-.35,3.28-.31,4.92.45,19.71-1.94,50.66-4.74,75.62-1.71,20.4-8.58,43.95-8.98,46.29-5.32,20.66-13.41,35.52-29.98,46.55-16.57,11.03-40.43,17.51-72.96,19.23-26.26,1.39-56.68,2.98-89.21,4.21-32.19,1.22-66.44,2.09-100.75,2.08-34.31,0-68.56-.86-100.75-2.08-32.52-1.23-62.95-2.82-89.21-4.21-32.53-1.73-56.39-8.2-72.96-19.23-16.57-11.03-24.66-25.88-29.98-46.55-.4-2.34-7.27-25.89-8.98-46.29-2.79-24.97-5.18-55.92-4.74-75.62.04-1.64-.31-3.28-.31-4.92,0-.2,0-.4,0-.6,0-.2,0-.4,0-.6,0-1.64.35-3.28.31-4.92-.45-19.71,1.94-50.66,4.74-75.62,1.71-20.4,8.58-43.95,8.98-46.29,5.32-20.66,13.41-35.52,29.98-46.55,16.57-11.03,40.43-17.51,72.96-19.23,26.26-1.39,56.68-2.98,89.21-4.21,32.19-1.22,66.44-2.09,100.75-2.08,34.31,0,68.56.86,100.75,2.08,32.52,1.23,62.95,2.82,89.21,4.21,32.53,1.73,56.39,8.2,72.96,19.23,16.57,11.03,24.66,25.88,29.98,46.55.4,2.34,7.27,25.89,8.98,46.29,2.79,24.97,5.18,55.92,4.74,75.62-.04,1.64.31,3.28.31,4.92,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6Z");
  }
}

.sec-lead .slider-area .slide-controls {
  margin-top: 30px;
}

.sec-lead .btns-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .sec-lead .btns-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-top: 30px;
  }
  .sec-lead .btns-wrap .btn a {
    padding: 14px 10px;
  }
}

.sec-news .sec-in {
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .sec-news .sec-in {
    padding-top: 100px;
  }
}

.sec-news .post-list {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  .sec-news .post-list {
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.sec-news .post-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 175%;
  column-gap: 25px;
}

@media screen and (max-width: 768px) {
  .sec-news .post-list .item {
    flex-direction: column;
    font-size: 100%;
  }
}

.sec-news .post-list .post-date {
  flex-shrink: 0;
}

.sec-news .btn {
  margin: 60px auto 0;
}

.sec-news .btn a {
  padding: 12px 10px;
}

@media screen and (max-width: 768px) {
  .sec-news .btn {
    margin-top: 30px;
  }
}

.sec-voice .sec-in {
  padding-top: 200px;
  padding-bottom: 136px;
}

@media screen and (max-width: 768px) {
  .sec-voice .sec-in {
    max-width: unset;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.sec-voice .voice-lists {
  display: flex;
  column-gap: 40px;
  margin-top: 43px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-voice .voice-lists {
    justify-content: flex-start;
    column-gap: 50px;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    overflow-x: scroll;
  }
}

.sec-voice .voice-lists .item {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .sec-voice .voice-lists .item {
    width: 360px;
  }
}

.sec-voice .voice-lists .item-img img {
  object-fit: cover;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .sec-voice .voice-lists .item-img img {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .sec-voice .voice-lists .item-img img {
    width: 360px;
    height: 360px;
  }
}

.sec-voice .voice-lists .item-head {
  margin-top: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 162.5%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec-voice .voice-lists .item-head {
    margin-top: 25px;
    padding: 0 30px;
    font-size: 139.7%;
  }
}

.sec-voice .voice-lists .item-txt {
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .sec-voice .voice-lists .item-txt {
    padding: 0 30px;
    -webkit-line-clamp: 4;
  }
}

.sec-voice .btn {
  margin: 60px auto 0;
}

.sec-voice .btn a {
  padding: 12px 10px;
}

.sec-voice .video-wrap {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .sec-voice .video-wrap {
    margin-top: 150px;
    text-align: center;
  }
  .sec-voice .video-wrap iframe {
    width: 700px;
    height: 394px;
  }
}

.sec-about {
  background: #fffde9;
}

.sec-about .sec-in {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-about .sec-in {
    padding-top: 115px;
    padding-bottom: 120px;
  }
  .sec-about .sec-in .sec-ttl img {
    width: 590px;
  }
}

.sec-about .txt-lead {
  margin-top: 35px;
  font-size: 137.5%;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-about .txt-lead {
    font-size: 100%;
    text-align: left;
    width: 590px;
    margin: 55px auto 0;
    line-height: 2;
    font-feature-settings: "palt";
  }
}

.sec-about .about-map {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-map {
    position: relative;
    margin-top: 100px;
    padding-right: 530px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-map {
    width: 590px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-map .head img {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-map .flex-wrap {
    margin-top: 40px;
    margin-right: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sec-about .about-map .txt {
  line-height: 2.25;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-map .txt {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-map .txt {
    letter-spacing: -0.08em;
    line-height: 1.75;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-about .about-map .map-wrap {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .sec-about .about-map .map-wrap {
    flex-shrink: 0;
    width: 281px;
    transform: translateX(20px);
  }
  .sec-about .about-map .map-wrap img {
    width: 100%;
  }
}

.sec-about .about-map .btn {
  margin: 33px auto 0;
}

.sec-about .about-map .btn a {
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .sec-about .about-map .btn {
    margin-top: 75px;
  }
}

.sec-topics .sec-in {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .sec-topics .sec-in {
    padding-top: 120px;
  }
}

.sec-topics .sec-ttl img {
  width: 200px;
}

.sec-topics .slider-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .sec-topics .slider-wrap {
    margin-top: 10px;
  }
}

.sec-topics .slider-wrap .bx-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.sec-topics .slider-wrap .slide-controls .bx-prev {
  left: -15px;
}

.sec-topics .slider-wrap .slide-controls .bx-next {
  right: -15px;
}

.sec-topics .slider-wrap .slide-controls .control-unit {
  margin-top: 20px;
}

.sec-topics .item {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .sec-topics .item {
    width: 630px;
  }
}

.sec-topics .item a {
  color: #453630;
}

.sec-topics .item .item-in {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 25px 12px 24px 22px;
  box-sizing: border-box;
  border: 1px solid #d4c9c4;
}

@media screen and (max-width: 768px) {
  .sec-topics .item .item-in {
    column-gap: 24px;
    padding: 32px 12px 32px 22px;
  }
}

.sec-topics .item img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sec-topics .item img {
    width: 210px;
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .sec-topics .item img {
    width: 294px;
    height: 210px;
  }
}

.sec-topics .item .item-txt {
  line-height: 1.8;
}

.sec-topics .item .link-txt {
  margin-top: 8px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sec-more {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .sec-more {
    margin-top: 120px;
  }
  .sec-more .sec-ttl {
    text-align: center;
  }
  .sec-more .sec-ttl img {
    width: 370px;
    margin: 0 auto;
  }
}

.sec-more .colunm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 132px;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap {
    margin-top: 90px;
  }
}

.sec-more .colunm-wrap:nth-child(odd) {
  flex-direction: row;
}

.sec-more .colunm-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap:nth-child(even) {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap .txt-wrap {
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .txt-wrap {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
  }
}

.sec-more .colunm-wrap .head {
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .head {
    justify-content: flex-end !important;
    margin-top: 50px;
    padding-left: 0 !important;
    padding-right: 35px !important;
    box-sizing: border-box;
  }
  .sec-more .colunm-wrap .head .num {
    width: 162px;
  }
  .sec-more .colunm-wrap .head .num img {
    width: 100%;
  }
}

.sec-more .colunm-wrap .head .txt {
  font-size: 425%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 2px 0 #fff, 1px -2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff, 1px 3px 0 #fff, 1px -3px 0 #fff, -1px 3px 0 #fff, -1px -3px 0 #fff;
  position: absolute;
  bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap .head .txt {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .head .txt {
    font-size: 217.8%;
    left: 0 !important;
    bottom: 0px;
    line-height: 1;
  }
}

.sec-more .colunm-wrap .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .link-list {
    flex-direction: column;
    padding-left: 0 !important;
    transform: none !important;
  }
}

.sec-more .colunm-wrap .link-list .item {
  word-wrap: break-word;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .link-list .item {
    width: 100% !important;
  }
}

.sec-more .colunm-wrap .link-list .item a {
  display: block;
  padding-left: 26px;
  background: url(../img_top/icon_link_arw.png) no-repeat left top 5px;
  font-size: 150%;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .link-list .item a {
    padding-left: 45px;
    background: url(../img_top/icon_link_arw.png) no-repeat left top 10px/27px 21px;
    font-size: 128.5%;
  }
}

.sec-more .colunm-wrap .link-list .item a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.sec-more .colunm-wrap .img-wrap img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap .img-wrap img {
    width: 540px;
    height: 360px;
    clip-path: path("m538.54,180.54c0,1.47-.31,2.94-.27,4.41.39,17.67-1.7,45.42-4.15,67.8-1.49,18.29-7.51,39.41-7.85,41.5-4.66,18.53-11.73,31.84-26.23,41.73-14.5,9.89-35.37,15.7-63.84,17.24-22.98,1.25-49.59,2.67-78.05,3.78-28.17,1.09-58.13,1.87-88.15,1.87-30.02,0-59.98-.77-88.15-1.87-28.46-1.11-55.07-2.53-78.05-3.78-28.46-1.55-49.34-7.36-63.84-17.24-14.5-9.89-21.57-23.21-26.23-41.73-.35-2.1-6.36-23.22-7.85-41.5-2.45-22.39-4.54-50.13-4.15-67.8.03-1.47-.27-2.94-.27-4.41,0-.18,0-.36,0-.54,0-.18,0-.36,0-.54,0-1.47.31-2.94.27-4.41-.39-17.67,1.7-45.42,4.15-67.8,1.49-18.29,7.51-39.41,7.85-41.5,4.66-18.53,11.73-31.84,26.23-41.73,14.5-9.89,35.37-15.7,63.84-17.25,22.98-1.25,49.59-2.67,78.05-3.78,28.17-1.09,58.13-1.88,88.15-1.87,30.02,0,59.98.77,88.15,1.87,28.46,1.11,55.07,2.53,78.05,3.78,28.46,1.55,49.34,7.36,63.84,17.25,14.5,9.89,21.57,23.21,26.23,41.73.35,2.1,6.36,23.22,7.85,41.5,2.45,22.39,4.54,50.13,4.15,67.8-.03,1.47.27,2.94.27,4.41,0,.18,0,.36,0,.54,0,.18,0,.36,0,.54Z");
  }
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap .img-wrap img {
    width: 324px;
    height: 216px;
    clip-path: path("m323.12,108.32c0,.88-.18,1.76-.16,2.64.23,10.6-1.02,27.25-2.49,40.68-.9,10.97-4.5,23.64-4.71,24.9-2.8,11.12-7.04,19.11-15.74,25.04-8.7,5.93-21.22,9.42-38.3,10.35-13.79.75-29.76,1.6-46.83,2.27-16.9.66-34.88,1.12-52.89,1.12-18.01,0-35.99-.46-52.89-1.12-17.07-.66-33.04-1.52-46.83-2.27-17.08-.93-29.6-4.41-38.3-10.35-8.7-5.93-12.94-13.92-15.74-25.04-.21-1.26-3.82-13.93-4.71-24.9-1.47-13.43-2.72-30.08-2.49-40.68.02-.88-.16-1.76-.16-2.64,0-.11,0-.21,0-.32,0-.11,0-.21,0-.32,0-.88.18-1.76.16-2.64-.23-10.6,1.02-27.25,2.49-40.68.9-10.97,4.5-23.64,4.71-24.9,2.8-11.12,7.04-19.11,15.74-25.04,8.7-5.93,21.22-9.42,38.3-10.35,13.79-.75,29.76-1.6,46.83-2.27,16.9-.66,34.88-1.13,52.89-1.12,18.01,0,35.99.46,52.89,1.12,17.07.66,33.04,1.52,46.83,2.27,17.08.93,29.6,4.41,38.3,10.35,8.7,5.93,12.94,13.92,15.74,25.04.21,1.26,3.82,13.93,4.71,24.9,1.47,13.43,2.72,30.08,2.49,40.68-.02.88.16,1.76.16,2.64,0,.11,0,.21,0,.32,0,.11,0,.21,0,.32Z");
  }
}

.sec-more .colunm-wrap.colunm01 {
  margin-top: 156px;
}

@media screen and (max-width: 768px) {
  .sec-more .colunm-wrap.colunm01 {
    margin-top: 80px;
  }
}

.sec-more .colunm-wrap.colunm01 .head {
  padding-left: 60px;
}

.sec-more .colunm-wrap.colunm01 .head .txt {
  left: 70px;
}

.sec-more .colunm-wrap.colunm01 .link-list {
  padding-left: 50px;
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm01 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm01 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm02 .head {
  padding-left: 25px;
}

.sec-more .colunm-wrap.colunm02 .head .txt {
  left: 60px;
}

.sec-more .colunm-wrap.colunm02 .link-list {
  transform: translate(30px, 0);
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm02 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm02 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm03 .head {
  justify-content: flex-start;
  padding-left: 110px;
}

.sec-more .colunm-wrap.colunm03 .head .txt {
  left: 40px;
}

.sec-more .colunm-wrap.colunm03 .link-list {
  transform: translateX(40px);
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm03 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm03 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm04 .head {
  padding-left: 145px;
}

.sec-more .colunm-wrap.colunm04 .head .txt {
  left: 65px;
}

.sec-more .colunm-wrap.colunm04 .link-list {
  transform: translate(30px, 0);
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm04 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm04 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm05 .head {
  padding-left: 60px;
}

.sec-more .colunm-wrap.colunm05 .head .txt {
  left: 40px;
}

.sec-more .colunm-wrap.colunm05 .link-list {
  transform: translate(40px, 0);
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm05 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm05 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm06 .head {
  padding-left: 30px;
}

.sec-more .colunm-wrap.colunm06 .head .txt {
  left: 60px;
}

.sec-more .colunm-wrap.colunm06 .link-list {
  transform: translate(30px, 0);
  column-gap: 18px;
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm06 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm06 .link-list .item {
  width: 43%;
}

.sec-more .colunm-wrap.colunm07 .head {
  padding-left: 90px;
}

.sec-more .colunm-wrap.colunm07 .head .txt {
  left: 60px;
}

.sec-more .colunm-wrap.colunm07 .link-list {
  transform: translate(43px, 0);
}

@media print, screen and (min-width: 769px) {
  .sec-more .colunm-wrap.colunm07 .link-list {
    max-width: 400px;
  }
}

.sec-more .colunm-wrap.colunm07 .link-list .item {
  width: 43%;
}

.sec-links .sec-in {
  margin-top: 180px;
}

.sec-links .slider-wrap {
  padding: 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-links .slider-wrap {
    padding: 0;
  }
}

.sec-links .slider-wrap .bx-wrapper {
  margin: 0 auto;
}

.sec-links .slider-wrap .slide-controls .control-unit {
  margin-top: 25px;
}

.sec-links .slider-wrap img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sec-links .slider-wrap img {
    width: 210px;
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .sec-links .slider-wrap img {
    width: 315px;
    height: 255px;
  }
}

#header .header-subnav-area {
  width: unset;
  padding-right: 20px;
  padding-left: 20px;
}

#footer {
  margin-top: 200px !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  margin-top: 150px;
  position: relative;
}

#footer #pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  transform: translateX(100%);
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  #footer #pagetop:hover {
    opacity: .85;
  }
}

@media screen and (max-width: 768px) {
  #footer #pagetop {
    bottom: 140px;
  }
}

#footer #pagetop.on {
  right: 30px;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  #footer #pagetop.on {
    right: 20px;
  }
}

#footer .in {
  padding-top: 50px;
  padding-bottom: 800px;
  background: #c6e9fb url(../img_common/footer_illust.png) no-repeat center bottom/100% auto;
}

@media screen and (max-width: 768px) {
  #footer .in {
    padding-top: 83px;
    padding-bottom: 520px;
  }
}

#footer .footer-logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-logo {
    padding-left: 20px;
  }
}

#footer .address {
  width: 585px;
  margin: 40px auto 0;
  font-size: 125%;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer .address {
    margin-top: 80px;
    font-size: 85.7%;
    text-align: center;
    line-height: 1.8;
  }
  #footer .address .fs-large-sp {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 150%;
    font-weight: bold;
  }
}

#footer .btns-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  #footer .btns-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}

#footer .btns-wrap .btn-wrap a {
  display: block;
  width: 280px;
  padding: 17px 40px;
  border: 1px solid #d4c9c4;
  border-radius: 30px;
  box-sizing: border-box;
  background: #fff url(../img_top/btn_arw.png) no-repeat right 25px center/9px 14px;
  color: #453630;
  font-size: 100%;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .2s;
}

@media print, screen and (min-width: 769px) {
  #footer .btns-wrap .btn-wrap a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 768px) {
  #footer .btns-wrap .btn-wrap a {
    width: 500px;
    padding: 14px 10px;
    border-radius: 35px;
  }
}

#footer .sns-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

@media print, screen and (min-width: 769px) {
  #footer .sns-list a:hover {
    opacity: 0.85;
  }
  #footer .sns-list img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer .sns-list {
    margin-top: 55px;
    column-gap: 60px;
  }
}

#footer .copyright {
  padding: 19px 0;
  font-size: 75%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 28px 0 150px;
    font-size: 66%;
  }
}
