@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*!
* "Shippori Mincho" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Shippori+Mincho
*/

@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Shippori-Mincho-700.woff2") format("woff2"), url("fonts/Shippori-Mincho-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Shippori Mincho vertical';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Shippori-Mincho-700-vertical.woff2") format("woff2"), url("fonts/Shippori-Mincho-700-vertical.woff") format("woff");
  font-display: swap;
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
textarea {
  vertical-align: top;
}



/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f6f3e7;
  color: #333;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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

strong {
  font-weight: bold;
}

body, html {
  height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
  display: none;
}
.pc_br {
  display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.wh {
  color: #fff;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

.ff {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
}

.mbm {
  mix-blend-mode: difference;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }

  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
}

header .sitename {
  padding: 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}
header .sitename a {
  display: inline-block;
  text-decoration: none;
}


.header_lower .header_logo {
  width: 420px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
  }

  header .sitename {
    padding: 1rem 5px;
    font-size: 1.2rem;
    text-align: center;
  }


  .header_lower .header_logo {
    width: 75%;
    margin: 1rem auto 0;
  }
}



/*--------------------------------------
　lower_cate
---------------------------------------*/
.lower_cate header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lower_cate .sitename a {
  color: #fff;
  text-shadow: 
  rgba(3,3,3,0.4) 3px 3px 5px,
  rgba(3,3,3,0.4) 0 3px 5px,
  rgba(3,3,3,0.4) 3px 0 5px,
  rgba(3,3,3,0.4) 0 0 5px;
}

.cate_mv {
  width: 100%;
  height: 700px;
  min-width: 1000px;
  position: relative;
}
.north .cate_mv {
  background: url("img/north_mv.jpg") center center no-repeat;
  background-size: cover;
}
.central .cate_mv {
  background: url("img/central_mv.jpg") center center no-repeat;
  background-size: cover;
}
.southern .cate_mv {
  background: url("img/south_mv.jpg") center center no-repeat;
  background-size: cover;
}
.kouri-island .cate_mv {
  background: url("img/kouri_mv.jpg") center center no-repeat;
  background-size: cover;
}

.cate_mv .ttlWrap {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(86,78,67,0.2);
  max-width: 55%;
  padding: 4rem 12rem 4rem 17rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/*.cate_mv .ttlWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 165px;
  height: 2px;
}*/
.cate_mv .num {
  font-size: 3rem;
}
.cate_mv h1 {
  font-size: 4.6rem;
  line-height: 1.5;
}
.cate_mv h1::before {
  content: "このサイトは株式会社アイムホームをスポンサーとして、Zenken株式会社が運営しています。";
  display: block;
  position: absolute;
  top: 98%;
  left: 0;
  width: 100%;
  margin: 2rem 17rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
}
.cate_mv .mv_cc {
  margin: 2rem 0 0;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cate_mv {
    height: 350px;
    min-width: 100%;
  }

  .cate_mv .ttlWrap {
    top: inherit;
    bottom: 0;
    max-width: calc(100% - 2rem);
    padding: 2rem 2rem 2rem;
  }
  .cate_mv .ttlWrap::before {
    width: 80px;
    height: 1px;
  }
  .cate_mv .num {
    font-size: 2rem;
  }
  .cate_mv h1 {
    font-size: 2.4rem;
  }
  .cate_mv .mv_cc {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
}



/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10000;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
}
#hb-menu span {
  display: block;
  background: #333;
  width: 44px;
  height: 2px;
  margin: auto;
  border-radius: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3){
  margin-top: 13px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu {
  background: none;
}
.hb-open #hb-menu span:nth-of-type(1) {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.hb-open #hb-menu span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  z-index: 9999;
  transition: 0.2s;
}
.hb-open .overlay {
  background: none;
  pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #f6f3e7;
  width: 50%;
  height: 100%;
  padding: 12rem 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  transition: .5s;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}


.hb_menu_wrapper {
  max-width: 80%;
  margin: auto;
}


.hb_menu {
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}


.hb_menu_title {
  padding: 2rem 0 2rem;
  border-bottom: 1px solid rgba(51,51,51,0.2);
}

.hb_menu_title_link {
  display: block;
  padding: 0 3rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.hb_menu_title_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}


.hb_menu_list {
  display: block;
  margin-top: 0;
}

.hb_menu_list_item {
  width: 100%;
  margin: 2rem 0 2rem 2rem;
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
}
.hb_menu_list_item:first-child {
  display: none;
}

.hb_menu_list_link {
  display: block;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.hb_menu_list_link::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
  width: 8px;
  height: 1px;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    width: 50px;
    height: 50px;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {;
    width: 26px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 7px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .hb-open #hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }

  /*----- g-nav -----*/
  .g-nav .g-nav-inner {
    width: 100%;
    height: 100%;
    padding: 6rem 2rem;
  }


  .hb_menu_wrapper {
    max-width: 100%;
  }


  .hb_menu_title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    position: relative;
  }
  .hb_menu_title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: none;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hb_menu_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } 
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title.first:after {
    display: none;
  }

  .hb_menu_title_link {
    padding: 0 0 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .hb_menu_title_link:after {
    display: none;
  }
  .hb_menu_title.first .hb_menu_title_link {
    pointer-events: auto;
    position: relative;
  }
  .hb_menu_title.first .hb_menu_title_link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: none;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0;
    border-bottom: 1px solid rgba(51,51,51,0.2);
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .hb_menu_list_link::before {
    display: none;
  }
  .hb_menu_list_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  width: 1000px;
  margin: 4rem auto 0;
  font-size: 1.4rem;
  position: relative;
}
#pankuzu a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #pankuzu {
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 1.5rem 0.5rem 1.5rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: auto;
  }
  #pankuzu::-webkit-scrollbar{
    height: 2px;
}
  #pankuzu::-webkit-scrollbar-track{
    background: #efefef;
    margin: 0 1.5rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  #pankuzu::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0;
    box-shadow: none;
  }
}



/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
  background: #504838;
  width: 100%;
  min-width: 1000px;
}

.l-footer-area br {
  display: none;
}


.l-footer-area__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 5rem;
}


.l-footer-logo {
  max-width: 330px;
  margin: auto;
}
.l-footer-logo a {
  display: block;
}


.l-footer-menu-wrapper {
  margin: 6rem auto 0;
}


.l-footer-menu {
  margin-bottom: 4rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}


.l-footer-menu__title {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
}

.l-footer-menu__title__link {
  display: inline-block;
  padding: 0 4rem 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.l-footer-menu__title__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}


.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-top: 3rem;
}

.l-footer-menu__list__item {
  width: calc(100% / 3);
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  display: block;
  padding: 0 2rem 0 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-menu__list__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}


.l-footer-submenu__list {
  margin: 1rem 0 0 0;
  padding: 0 2rem;
}

.l-footer-submenu__list__item {
  margin: 0 0 1rem 0;
  position: relative;
}

.l-footer-submenu__list__link {
  display: block;
  padding: 0 0 0 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-submenu__list__link::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #fff;
  width: 8px;
  height: 1px;
}


.l-footer-area .menseki {
  background: #5f5644;
  max-width: 880px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}


.l-footer-area .ucp {
  margin: 1.5rem auto 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
}


.l-footer-copy-wrapper {
  background: #504838;
}

.l-footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-footer-copy a {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
  width: 15%;
  margin: 0 0 0 4rem;
  box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
  padding: 0 1.5rem 0 0;
  color: #fff;
  position: relative;
}
.l-footer-copy .sitemap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
  }


  .l-footer-area__inner {
    max-width: 100%;
    padding: 4rem 2rem 4rem;
  }


  .l-footer-logo {
    max-width: 65%;
  }


  .l-footer-menu-wrapper {
    margin: 3rem auto 0;
  }


  .l-footer-menu {
    margin-bottom: 0;
  }


  .l-footer-menu__title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .l-footer-menu__title:after { 
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: none;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-footer-menu__title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .l-footer-menu__title__link {
    display: block;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .l-footer-menu__title__link:after {
    display: none;
  }


  .l-footer-menu__list {
    display: none;
    margin-top: 0;
  }

  .l-footer-menu__list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .l-footer-menu__list__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    background: none;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  


  .l-footer-submenu__list {
    margin: 0 0 0 0;
    padding: 0 0;
  }

  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
    width: 6px;
  }


  .l-footer-area .menseki {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }


  .l-footer-area .ucp {
    margin: 1rem auto 0;
  }


  .l-footer-copy {
    display: block;
    max-width: 100%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
  }

  .sitemap {
    margin: 2rem 0 0 0;
    text-align: center;
  }
  .sitemap a {
    padding: 0 1.5rem 0 1.5rem;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
    position: relative;
  }
  .sitemap a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}



/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 10px;
    right: 10px;
    width: 20px;
  }
}



/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contents {
  width: 1000px;
  min-width: 1000px;
  margin: auto;
  padding: 6rem 0 12rem;
  position: relative;
  z-index: 0;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  
  .contents {
    width: 100%;
    min-width: 100%;
    padding: 4rem 1.5rem 6rem;
  }
}



/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: block;
  font-weight: bold;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
  font-weight: bold;
}
h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.cc br {
  line-height: 0;
}
*:not(br){
  line-height: 1.5;
}

.contents h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.contents h1::after {
  content: "";
  display: block;
  margin-left: 20px;
  border-top: 1px solid #333;
  flex-grow: 1;
}
.contents h1::before {
  content: "このサイトは株式会社アイムホームをスポンサーとして、Zenken株式会社が運営しています。";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 2rem 0 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
}


.contents h2 {
  background: url("img/ttl_deco01.png") center top no-repeat;
  background-size: 100% auto;
  margin: 14rem 0 2rem;
  padding: 7rem 0 0;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}

.contents h2 a {
  display: inline-block;
  padding: 0 5rem 0 5rem;
  color: #333;
  position: relative;
}
.contents h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.contents h2 a:hover {
  color: #807f7a;
}


.contents h3 {
  margin: 5rem 0 3.5rem;
  padding: 3rem 0 0 7.5rem;
  font-size: 2.8rem;
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 50%;
  height: 1px;
}
.contents h3::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: url("img/icon01.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.contents h3 a {
  display: inline-block;
  padding: 0 3rem 0 0;
  color: #333;
  position: relative;
}
.contents h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.contents h3 a:hover {
  color: #807f7a;
}


.contents h4 {
  margin: 4rem 0 2rem;
  font-size: 2.2rem;
}

.contents h4 a {
  display: inline-block;
  padding: 0 3rem 0 0;
  color: #333;
  position: relative;
}
.contents h4 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.contents h4 a:hover {
  color: #807f7a;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    font-size: 2.5rem;
  margin: 0 0 8rem;
  }
  .contents h1::after {
    margin-left: 10px;
  }
  .contents h1::before {
    margin: 1rem 0 0;
  }

  
  .contents h2 {
    background: url("img/ttl_deco01_sp.png") center top no-repeat;
    background-size: 100% auto;
    margin: 4rem 0 2rem;
    padding: 3.5rem 0 0;
    font-size: 2.2rem;
  }

  .contents h2 a {
    padding: 0 4rem 0 4rem;
  }
  .contents h2 a::after {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }


  .contents h3 {
    margin: 4rem 0 2rem;
    padding: 1.5rem 0 0 5rem;
    font-size: 1.8rem;
  }
  .contents h3::after {
    top: 12px;
    width: 40px;
    height: 40px;
  }

  .contents h3 a {
    padding: 0 3rem 0 0;
  }
  .contents h3 a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }


  .contents h4 {
    margin: 3rem 0 2rem;
    font-size: 1.6rem;
  }

  .contents h4 a {
    padding: 0 3rem 0 0;
  }
  .contents h4 a::after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
  margin: 2rem 0 2rem;
  font-size: 1.5rem;
  line-height: 2;
}

.contents p a {
  text-decoration: underline;
}
.contents p a:hover {
  text-decoration: none;
}

.txt_bold {
  color: #2a6295;
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 85%, #c2aa8b 0%);
  font-weight: bold;
}


.caption {
  margin: 1rem 0 0 0!important;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #888;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.caption::-webkit-scrollbar {
  height: 2px;
}
.caption::-webkit-scrollbar-track {
  background: #e7e7e7;
  margin: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
  background: #aeaeae;
  border-radius: 0;
  box-shadow: none;
}
.caption a {
  color: #888;
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #aeaeae #e7e7e7;
    scrollbar-width: thin;
  }
}

@media screen and (max-width: 768px) {
  .contents p {
    margin: 2rem 0 2rem;
    line-height: 1.8;
  }
  
  .caption {
    margin: 1rem 0 0 0!important;
    font-size: 1rem;
  }
}



/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
  margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #564e43;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  transform: rotate(-45deg);
}
.contents ul li a {
  display: inline-block;
  text-decoration: underline;
}
.contents ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /*----- ulリスト -----*/
  .contents ul {
    margin: 2rem 0 2rem;
  }
  .contents ul li {
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 8px;
  }
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web,
.btn-internal {
  width: 490px;
  margin: auto;
  position: relative;
}
.btn-web a,
.btn-internal a {
  display: block;
  max-width: 100%;
  margin: 4rem auto 4rem;
  padding: 2.5rem 9rem 2.5rem 3rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  line-height: 1.5;
  text-decoration: none!important;
  position: relative;
}


/*----- btn-web（外部リンク） -----*/
.btn-web::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /*background: #fff;*/
  width: 70px;
  height: 2px;
}
.btn-web a {
  background: #69a4c1;
  color: #fff;
}
.btn-web a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0,-50%);
  background: #fff;
  width: 1px;
  height: calc(100% - 4rem);
  box-sizing: border-box;
}
.btn-web a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0,-50%);
  background: url("img/icon_link_wh.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  width: 70px;
  height: 2px;
}
.btn-internal a {
  background: #d0c8bc;
}
.btn-internal a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0,-50%);
  background: #333;
  width: 1px;
  height: calc(100% - 4rem);
  box-sizing: border-box;
}
.btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0,-50%);
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
  text-align: right;
}
.btn-link a {
  display: inline-block;
  margin: 4rem 0 4rem;
  padding: 0 3rem 0 0;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
}
.btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.btn-link a:hover {
  text-decoration: none;
}


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
  display: none;
}


.btnBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
.btnBox > div {
  width: 330px;
  margin: 0 1rem;
}
.btnBox > div a {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .btn-web,
  .btn-internal {
    width: 90%;
  }
  .btn-web a,
  .btn-internal a {
    margin: 3rem auto 3rem;
    padding: 2rem 9rem 2rem 1.5rem;
    font-size: 1.5rem;
  }


  /*----- btn-web（外部リンク） -----*/
  .btn-web::after {
    width: 50px;
    height: 1px;
  }
  .btn-web a::before {
    right: 50px;
    height: calc(100% - 2rem);
  }
  .btn-web a::after {
    right: 18px;
    width: 15px;
    height: 15px;
  }


  /*----- btn-internal（内部リンク） -----*/
  .btn-internal::after {
    width: 50px;
    height: 1px;
  }
  .btn-internal a::before {
    right: 50px;
    height: calc(100% - 2rem);
  }
  .btn-internal a::after {
    right: 15px;
    width: 16px;
    height: 13px;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 2.5rem 0 0;
    font-size: 1.4rem;
  }
  .btn-link a::after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  
  
  .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto;
  }
  .btnBox > div a {
    display: block;
    margin: 0 auto 1.5rem;
  }
  .btnBox > div:last-child a {
    margin: 0 auto 0;
  }
}



/*--------------------------------------
　Table
---------------------------------------*/
table {
  width: 100%;
  margin: 8rem 0 8rem;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 2rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
}
table thead th {
  position: relative;
}
table thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 4rem);
  margin: auto;
  border-bottom: 2px solid #333;
}
table thead th:first-child {
  border-bottom: 2px solid #333;
}
table thead th:first-child::after {
  display: none;
}
table tbody th {
  border-bottom: 2px solid #333;
}

table th a {
  font-weight: bold;
  text-decoration: underline;
}
table th a:hover {
  text-decoration: none;
}

table td {
  padding: 2rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-all;
  border-bottom: 1px solid #c7c2ac;
  position: relative;
}
table td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  width: 1px;
  height: calc(100% - 4rem);
  border-right: 1px solid #c7c2ac;
}
table td:last-child::after {
  display: none;
}

table td a {
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  table {
    margin: 6rem 0 6rem;
  }

  table th {
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  table thead th::after {
    width: calc(100% - 3rem);
    border-bottom: 1px solid #333;
  }
    table thead th:first-child {
    border-bottom: 1px solid #333;
  }
  table tbody th {
    border-bottom: 1px solid #333;
  }

  table td {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
  table td::after {
    height: calc(100% - 3rem);
    border-right: 1px solid #c7c2ac;
  }

  .table_parts01 th {
    display: block;
  }
  .table_parts01 td {
    display: block;
  }
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
  margin: 8rem 0 8rem;
  box-sizing: border-box;
}

.float-wrap .f-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.float-img {
  position: relative;
}

.float-img .flame img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.float-wrap.ct .float-img .flame img {
  height: auto;
}

.float-img.left {
  margin-left: calc(50% - 50vw);
  margin-right: 6rem;
  width: 40vw;
}
.float-img.right {
  margin-right: calc(50% - 50vw);
  margin-left: 6rem;
  width: 40vw;
  order: 2;
}

.float-img .caption {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #888;
  text-align: center;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  width: inherit;
}

.float-txt {
  flex: 1;
}
.float-txt.left {
  order: 1;
}

.float-wrap .catch {
  margin: 2rem 0 2rem 0;
  padding: 0 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  border-bottom: 1px solid #c7c2ac;
}
.float-wrap.ct .catch {
  text-align: center;
}

.float-wrap p {
  margin: 2rem 0 2rem;
}

.float-txt ul {
  width: 100%;
  margin: 2rem 0 2rem;
}

.float-txt table {
  margin: 2rem 0 2rem 0;
}


/*横長にしない場合*/
.float-wrap.flat .float-img.left {
  margin-left: calc(50% - 50vw);
  margin-right: 6rem;
  width: 40vw;
}

.float-wrap.flat .float-img.right {
    margin-right: calc(50% - 50vw);
    margin-left: 6rem;
    width: 40vw;
    order: 2;
}

.float-wrap.flat .float-img .flame img {
    display: block;
    width: 20vw;
    height: auto;
    object-fit: cover;
}

.float-img .caption {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    color: #888;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    width: 50%;
}

@media screen and (max-width: 768px) {
  .float-wrap {
    margin: 3rem 0 6rem;
  }

  .float-wrap .f-wrap {
    display: block;
  }

  .float-img .flame img {
    height: auto;
  }
  .float-wrap.ct .float-img .flame img {
    height: auto;
  }

  .float-img.left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .float-img.right {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .float-wrap .catch {
    margin: 1.5rem 0 1.5rem 0;
    padding: 0 0 1.5rem;
    font-size: 1.8rem;
  }

  .float-wrap p {
    margin: 1.5rem 0 1.5rem;
  }

  .float-txt ul {
    width: 100%;
    margin: 1.5rem 0 1.5rem;
  }

  .float-txt table {
    margin: 1.5rem 0 1.5rem 0;
  }
}



/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
  background: #ede6d9;
  margin: 15rem 0 10rem;
  padding: 0 6rem 6rem;
}

.summary_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.summary_block .txtBox {
  width: 55%;
  padding: 6rem 0 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.summary_block .cc {
  font-size: 2.6rem;
}
.summary_block .txt {
  margin: 3rem 0 0;
}

.summary_block .imgBox {
  width: 430px;
  margin: -4rem -11rem 0 5rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 8rem 0 6rem;
    padding: 3rem 2rem 4rem;
  }

  .summary_block .txtBox {
    width: 100%;
    padding: 0 0 0;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    order: 2;
  }
  .summary_block .cc {
    font-size: 1.8rem;
  }
  .summary_block .txt {
    margin: 2rem 0 0;
  }

  .summary_block .imgBox {
    width: 100%;
    margin: -5rem auto 2rem auto;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    order: 1;
  }  
}



/*--------------------------------------
　comment_parts
---------------------------------------*/
.comment_parts {
  margin: 15rem 0 10rem;
}

.comment_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 15rem;
  padding: 0 0 6rem;
  position: relative;
  z-index: 0;
}
.comment_item:last-child {
  margin: 0 0 0;
}
.comment_item::after {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.comment_item01::after {
  right: 110px;
}
.comment_item02::after {
  left: 110px;
}

.comment_item .txtBox {
  width: calc(100% - 320px);
  padding: 6rem 0 0;
}
.comment_item02 .txtBox {
  order: 2;
}
.comment_item .cc {
  padding: 0 0 2rem;
  font-size: 2.2rem;
  border-bottom: 1px solid #eeead9;
}
.comment_item .txt {
  margin: 2rem 0 0;
}

.comment_item .imgBox {
  width: 260px;
  margin: -6rem 0 0;
}
.comment_item02 .imgBox {
  order: 1;
}
.comment_item .name {
  margin: 1.5rem 0 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .comment_parts {
    margin: 8rem 0 6rem;
  }

  .comment_item {
    background: #fff;
    width: 100%;
    margin: 0 0 0;
    padding: 0 0 4rem;
  }
  .comment_item01 {
    margin: 0 0 6rem -2rem;
  }
  .comment_item02 {
    margin: 0 0 6rem 0;
  }
  .comment_item::after {
    display: none;
  }
  
  .comment_item .txtBox {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 2rem 0;
    order: 2;
  }
  .comment_item .cc {
    padding: 0 0 1.5rem;
    font-size: 1.8rem;
  }
  .comment_item .txt {
    margin: 1.5rem 0 0;
  }

  .comment_item .imgBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: -3rem 0 0;
    order: 1;
  }
  .comment_item .image {
    width: 50%;
  }
  .comment_item01 .image {
    margin: 0 -4rem 0 0;
    order: 2;
  }
  .comment_item02 .image {
    margin: 0 0 0 -4rem;
  }
  .comment_item .name {
    width: calc(50% + 4rem);
    margin: 0 0 0;
    padding: 3rem 2rem 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .comment_item01 .name {
    order: 1;
  }
}



/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 780px;
  margin: 10rem auto 15rem;
  padding: 3rem 0 0;
  border-top: 1px solid #333;
  position: relative;
}

.toc_parts .toc_ttl {
  font-size: 3rem;
  font-weight: bold;
}
.toc_parts .toc_ttl span {
  margin: 0 0 0 2rem;
  color: #d7d1ba;
  font-size: 2rem;
  font-weight: bold;
}

.toc_block {
  margin: 2rem 0 0;
}
.toc_block ul.chapter {
  margin: 0 0 0;
}
.toc_block ul.chapter li {
  margin: 0 0 0 0;
  padding: 2.5rem 0 2.5rem 2rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #d6d4c9;
  overflow-wrap: break-word;
  position: relative;
  counter-increment: toccount;
}
.toc_block ul.chapter li:last-child {
  margin: 0 0 0 0;
}
.toc_block ul.chapter li::before {
  display: none;
}
.toc_block ul.chapter li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #333;
  width: 30px;
  height: 2px;
}
.toc_block ul.chapter li a {
  display: block;
  padding: 0 6rem 0 0;
  text-decoration: none;
  position: relative;
}
.toc_block ul.chapter li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transform: rotate(90deg);
}

.toc_block ul.chapter li br {
  display: none;
}


.toc_parts .toc_parts_inner {
  padding: 0 0 5rem;
}

.toc_parts .acc_btnWrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 330px;
  margin: 0 auto 0;
  padding: 0 6rem 1.5rem 2rem;
  border-bottom: 1px solid #dad8cd;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.toc_parts .acc_btnWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  width: 60px;
  height: 2px;
}
.toc_parts .acc_btn {
  font-size: 1.8rem;
  font-weight: bold;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  background: #333;
  width: 22px;
  height: 1px;
  margin-top: -5px;
  transition: all 0.3s ease;
}
.toc_parts .acc_btn::after {
  transform: rotate(90deg);
}
.toc_parts .acc_btnWrap.is-show .acc_btn::before {
  display: none;
}
.toc_parts .acc_btnWrap.is-show .acc_btn::after {
  transform: rotate(180deg);
}
.toc_parts .acc_btn span:before {
  content: "すべてを表示";
  font-weight: bold;
}
.toc_parts .acc_btnWrap.is-show span:before {
  content: "閉じる";
}

.toc_parts .acc_box {
  overflow: hidden;
  position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 300px;
}
.toc_parts .acc_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(246,243,231,0) 0%, rgba(246,243,231,.9) 50%, rgba(246,243,231,.9) 50%, #f6f3e7 100%);
  background: linear-gradient(top, rgba(246,243,231,0) 0%, rgba(246,243,231,.9) 50%, rgba(246,243,231,.9) 50%, #f6f3e7 100%);
  width: 100%;
  height: 100px;
  transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btnWrap.is-show + .acc_box::before {
  background: none;
  height: auto;
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 6rem auto 8rem;
    padding: 1.5rem 0 0;
  }

  .toc_parts .toc_ttl {
    font-size: 2rem;
  }
  .toc_parts .toc_ttl span {
    margin: 0 0 0 1rem;
    font-size: 1.5rem;
  }

  .toc_block {
    margin: 1rem 0 0;
  }
  .toc_block ul.chapter li {
    padding: 1.5rem 0 1.5rem 0;
    font-size: 1.5rem;
  }
  .toc_block ul.chapter li a {
    padding: 0 4rem 0 0;
  }
  .toc_block ul.chapter li a::after {
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  
  .toc_parts .toc_parts_inner {
    padding: 0 0 3rem;
  }

  .toc_parts .acc_btnWrap {
    max-width: 75%;
    padding: 0 4rem 1.5rem 1.5rem;
  }
  .toc_parts .acc_btnWrap::after {
    width: 30px;
    height: 1px;
  }
  .toc_parts .acc_btn {
    font-size: 1.5rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 6px;
    width: 15px;
  }

  .toc_parts .acc_box.is-hide {
    height: 120px;
  }
  .toc_parts .acc_box::before {
    height: 50px;
  }
}



/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #f0ede2;
  max-width: 890px;
  margin: 10rem auto 10rem;
  padding: 7rem 7rem 8rem;
  position: relative;
  z-index: 0;
}
.related-article01-frame::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: auto;
  border: 2px solid #d8d2b7;
  box-sizing: border-box;
  z-index: -1;
}

.related-article01-title {
  font-size: 3rem;
  font-weight: bold;
}
.related-article01-title span {
  font-weight: bold;
}
.related-article01-title .eng {
  margin: 0 0 0 2rem;
  color: #d7d1ba;
  font-size: 2rem;
}

ul.related-article01-list {
  margin: 2rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 0 0;
  padding: 1.8rem 0 1.8rem 2rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #d6d4c9;
  position: relative;
}
ul.related-article01-list li:last-child {
  margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #333;
  width: 30px;
  height: 2px;
}
ul.related-article01-list li a {
  display: block;
  padding: 0 6rem 0 0;
  text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .related-article01-frame {
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 3rem 3rem 4rem;
  }
  .related-article01-frame::after {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #d8d2b7;
  }

  .related-article01-title {
    font-size: 2rem;
  }
  .related-article01-title .eng {
    margin: 0 0 0 1rem;
    font-size: 1.5rem;
  }

  ul.related-article01-list {
    margin: 1rem 0 0;
  }
  ul.related-article01-list li {
    padding: 1.5rem 0 1.5rem 0;
    font-size: 1.5rem;
  }
  ul.related-article01-list li a {
    padding: 0 4rem 0 0;
  }
  ul.related-article01-list li a::after {
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}



/*--------------------------------------
　img_parts
---------------------------------------*/
.img_parts {
  width: calc(100% + 280px);
  margin: 10rem -14rem 10rem;
}

.img_parts .img_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img_parts .img_item {
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .img_parts {
    width: 100%;
    margin: 6rem 0 6rem;
  }

  .img_parts .img_item {
    width: 50%;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  padding: 0 0 10rem;
  margin: 18rem 0 10rem;
  position: relative;
}
.sv_parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #d0c8bc;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.sv_parts .sv_block {
  display: flex;
  justify-content: space-between;
}

.sv_parts .boxL {
  width: 440px;
  margin: -7rem 0 0 -12rem;
}

.sv_parts .imgBox {
  width: 100%;
}
.sv_parts .image01 {
  width: 390px;
}
.sv_parts .image02 {
  width: 200px;
  margin: -7rem 0 0 auto;
}

.sv_parts .boxR {
  width: calc(100% - 380px);
  padding: 6rem 0 0;
  position: relative;
}
.sv_parts .boxR::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  background: url("img/icon03.png") left top no-repeat;
  background-size: contain;
  width: 120px;
  height: 130px;
}

.sv_parts .sv_ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14rem 0 0;
  font-size: 3rem;
  position: relative;
}
.sv_parts .sv_ttl01::before {
  content: "";
  display: block;
  margin-right: 25px;
  border-top: 1px solid #333;
  flex-grow: 1;
}

.sv_parts .sv_ttl02 {
  font-size: 3rem;
  text-align: center;
  line-height: 2;
}
.sv_parts .sv_ttl02 span {
  color: #f6f3e7;
  font-size: 2rem;
}

.sv_parts .cc {
  margin: 4rem 0 0;
  font-size: 2.4rem;
}

.sv_parts .txt {
  margin: 3rem 0 0;
}

.sv_parts .btnBox {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
.sv_parts .btnBox > div {
  width: calc(50% - 1.5rem);
  margin: 0 0;
}
.sv_parts .btnBox > div a {
  background: #f6f3e7;
  padding: 2rem 9rem 2rem 2rem;
}

.sv_parts .btn-web {
  width: 490px;
}
.sv_parts .btn-web a {
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .sv_parts {
    padding: 0 0 5rem;
    margin: 10rem 0 6rem;
  }
  .sv_parts::after {
    top: 50px;
    left: 20px;
    width: 100%;
    height: calc(100% - 50px);
  }

  .sv_parts .sv_block {
    display: block;
  }

  .sv_parts .boxL {
    width: 55%;
    margin: 0 0 0 0;
  }
  .sv_parts .imgBox {
    width: 100%;
    margin: 0 0 0 -2rem;
  }
  .sv_parts .image01 {
    width: 100%;
  }
  .sv_parts .image02 {
    width: 55%;
    margin: -4rem 0 0 55%;
  }

  .sv_parts .boxR {
    width: 100%;
    padding: 2rem 0 0 4rem;
  }
  .sv_parts .boxR::after {
    top: inherit;
    bottom: 100%;
    width: 25%;
    height: 0;
    padding-top: calc(25%*130/120);
  }

  .sv_parts .sv_ttl01 {
    padding: 0 2rem 0 0;
    font-size: 2rem;
  }
  .sv_parts .sv_ttl01::before {
    margin-right: 15px;
  }

  .sv_parts .sv_ttl02 {
    font-size: 2rem;
    line-height: 1.8
  }
  .sv_parts .sv_ttl02 span {
    font-size: 1.5rem;
  }

  .sv_parts .cc {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }

  .sv_parts .txt {
    margin: 1.5rem 0 0;
  }

  .sv_parts .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .sv_parts .btnBox > div {
    width: 100%;
    margin: 0 auto;
  }
  .sv_parts .btnBox > div a {
    padding: 2rem 9rem 2rem 1.5rem;
  }

  .sv_parts .btn-web {
    width: 90%;
  }
  .sv_parts .btn-web a {
    margin: 1.5rem auto 0;
  }
}



/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
  position: fixed;
  top: 120px;
  left: 0;
  width: 60px;
  z-index: 10000;
}

.fixed_bnr .bnr {
  width: 100%;
  margin: 0 0 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}
.fixed_bnr .bnr:last-child {
  margin: 0 0 0;
}
.fixed_bnr .bnr:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.fixed_bnr .bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0 7rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  border-bottom: 4px solid #333;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transition: all 0s ease;
}
@media screen and (min-width: 482px) { /* PCのみ適用 */
  .fixed_bnr .bnr a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "vert";
  }
}

@media screen and (min-width: 481px) {
  .fixed_bnr .bnr a {
    font-family: 'Shippori Mincho vertical';
  }
}
.fixed_bnr_lower .bnr:nth-child(1) a {
  background: rgba(134,188,215,0.8);
}
.fixed_bnr_lower .bnr:nth-child(2) a {
  background: rgba(209,205,189,0.8);
}
.fixed_bnr_home .bnr:nth-child(1) a {
  background: rgba(134,188,215,0.6);
}
.fixed_bnr_home .bnr:nth-child(2) a {
  background: rgba(209,205,189,0.6);
}
.fixed_bnr_home .bnr a:hover {
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.fixed_bnr .bnr a::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  background: #333;
  width: calc(100% - 2rem);
  height: 2px;
  margin: auto;
  box-sizing: border-box;
}
.fixed_bnr .bnr:nth-child(1) a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  background: url("img/icon_link_bk.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: auto;
}
.fixed_bnr .bnr:nth-child(2) a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .fixed_bnr {
    top: 0;
    left: inherit;
    right: 0;
    width: calc(100% - 50px);
    height: 50px;
  }

  .fixed_bnr .fixed_bnr_inner {
    display: flex;
    justify-content: space-between;
  }
  
  .fixed_bnr .bnr {
    width: 50%;
    height: 50px;
    margin: 0 0 0;
  }
  .fixed_bnr .bnr:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .fixed_bnr .bnr::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    border-bottom: 2px solid #333;
  }
  .fixed_bnr .bnr a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 4.5rem 0 1.5rem;
    font-size: 1.4rem;
    font-size: 3.5vw;
    border-bottom: none;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .fixed_bnr .bnr a::before {
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: 40px;
    transform: translate(0,-50%);
    width: 1px;
    height: calc(100% - 2rem);
    margin: 0;
  }
  .fixed_bnr .bnr:nth-child(1) a::after {
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: 12px;
    transform: translate(0,-50%);
    width: 15px;
    height: 15px;
    margin: 0;
  }
  .fixed_bnr .bnr:nth-child(2) a::after {
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: 10px;
    transform: translate(0,-50%);
    background: url("img/arrow02.png") left top no-repeat;
    background-size: contain;
    width: 16px;
    height: 13px;
    margin: 0;
  }
}
