html {
  scroll-behavior: smooth;
  color: #44433d;
  word-break: break-word;
}

/* 
リンクデバッグ用 最後絶対消すこと
*/
.text-FuncRed-500 .bg-white {
  background-color: #fecdd3;
}

/* 
印刷設定
2023/04/25 v1

*/
@media print {
  .twsp {
    display: none;
  }
  .no_print {
    display: none;
  }
  .nav-pc {
    display: none;
  }
  @page {
    margin: 0;
  }
  *,
  *::before,
  *::after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  table {
    border-collapse: collapse;
  }
  table,
  th,
  td {
    border: 1px solid black;
  }
  th,
  td {
    padding: 0.5rem;
    text-align: left;
  }
  table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  img {
    max-width: 100%;
  }
  pre {
    font-size: 0.85rem;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  blockquote {
    margin: 0;
    padding: 0.5rem 1rem;
    border-left: 2px solid #ccc;
  }
}

p {
  letter-spacing: 0.42px;
}
li {
  letter-spacing: 0.42px;
}

li.note {
  text-indent: -1em;
  padding-left: 1em;
}
li.note05 {
  text-indent: -0.5em;
  padding-left: 1em;
}
li.note25 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* ---- PC SP ON/OFF ----- */

@media only screen and (min-width: 768px) {
  .twpc {
    display: block !important;
  }
  .twsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .twpc {
    display: none !important;
  }
  .twsp {
    display: block !important;
  }
}

.vertical-rl {
  writing-mode: vertical-rl;
}

/* ----------------------------------------
    ▽▽▽▽▽▽Global Headerここから
  ---------------------------------------- */

/* ----------------------------------------
    △△△△△△Global Headerここまで
  ---------------------------------------- */

/* ---- 
 Step 表記 
  ----- */
.stepline {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
}
.stepline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #c7b38d;
}
.stepline .timeline_item {
  margin: 0px 0px 0px 80px;
}
.stepline .timeline_item .time_date .time {
  font-family: serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 50px 0 0 0;
  letter-spacing: 3px;
  color: rgba(199, 179, 141, 0.4);
}
.stepline .timeline_item .time_date .time:before {
  position: absolute;
  top: 18%;
  left: -26px;
  /* content: url(/common/img/icon/arrow-down-circle.svg); */
  display: inline-block;
  width: 80px;
  height: 80px;
}

.stepline .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -40px;
}
.stepline .timeline_item .desc {
  font-size: 0.95em;
  line-height: 26px;
  margin-top: 25px;
  padding-left: 20px;
  border-left: 1px solid #880e4f;
}
@media only screen and (max-width: 767px) {
  .stepline {
    margin: 0 10px;
  }

  .stepline:before {
    left: 15px;
  }
  .stepline .timeline_item .time_date .time:before {
    left: -32px;
  }
  .stepline .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .stepline .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #880e4f;
    border-left: none;
  }
}

/* 
タイトル・リンクアイコン
2023/04/25 v1

*/
li.checked01 {
  list-style: none;
  list-style-position: outside;
  display:grid;
  grid-template-columns: 1rem auto ;
  column-gap: 0.5rem;
}
li.checked01::before {
  content: '';

  
  width: 1.3em;
  height: 1.3em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2378716C' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 5px;
}

a.icolinkw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 8px;
  width: 1.375em;
  height: 1.375em;
  background: url(/common/img/icon/ico_arrow_right_01w.svg) 0 0 / cover no-repeat;
}

a.icolinkb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 8px;
  width: 1.375em;
  height: 1.375em;
  background: url(/common/img/icon/ico_arrow_right_01b.svg) 0 0 / cover no-repeat;
}

a.icoexlinkw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.175em / 2));
  right: 12px;
  width: 1.175em;
  height: 1.175em;
  background: url(/common/img/icon/ico_external-linkw.svg) 0 0 / cover no-repeat;
}

a.icoexlinkb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.175em / 2));
  right: 12px;
  width: 1.175em;
  height: 1.175em;
  background: url(/common/img/icon/ico_external-linkb.svg) 0 0 / cover no-repeat;
}

a.icoMapw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 18px;
  width: 0.9em;
  height: 1.375em;
  background: url(/common/img/icon/ico_mapw.svg) 0 0 / cover no-repeat;
}

a.icoMapb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 18px;
  width: 0.9em;
  height: 1.375em;
  background: url(/common/img/icon/ico_mapb.svg) 0 0 / cover no-repeat;
}

a.icoPhonew::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.1em;
  height: 1.375em;
  background: url(/common/img/icon/ico_phonew.svg) 0 0 / cover no-repeat;
}

a.icoPhoneb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.1em;
  height: 1.375em;
  background: url(/common/img/icon/ico_phoneb.svg) 0 0 / cover no-repeat;
}

a.icoFaqw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.5em;
  height: 1.375em;
  background: url(/common/img/icon/ico_faqw.svg) 0 0 / cover no-repeat;
}

a.icoFaqb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.5em;
  height: 1.375em;
  background: url(/common/img/icon/ico_faqb.svg) 0 0 / cover no-repeat;
}

a.icopdf::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 10px;
  width: 1.075em;
  height: 1.375em;
  background: url(/common/img/icon/ico_pdf.svg) 0 0 / cover no-repeat;
}

a.icoAnkb::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  transform: rotate(90deg);
  left: 6px;
  width: 1.375em;
  height: 1.5em;
  background: url(/common/img/icon/ico_arrow_right_01b.svg) 0 0 / cover no-repeat;
}
.alertTitle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/icon/ico_alert_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*  アコーディオン用  */

/* Tab content - closed */
.tab-content {
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}

/* :checked - resize to full height */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}

/* Label formatting when open */
.tab input:checked + label {
  /*@apply border-l-2 border-indigo-500 bg-gray-100 text-indigo*/
  border-left-width: 2px;
  border-color: #6574cd;
  background-color: #f8fafc;
  color: #6574cd; /*.text-indigo*/
}

/* Icon */
.tab label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

/* Open Multiple Icon Formatting - Closed */
.tab input[type='checkbox'] + label::after {
  content: '>';
  font-weight: bold; /*.font-bold*/
  border-width: 1px; /*.border*/
  border-radius: 9999px; /*.rounded-full */
  border-color: #b8c2cc; /*.border-grey*/
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Open Multiple Icon Formatting - Open */
.tab input[type='checkbox']:checked + label::after {
  transform: rotate(90deg);
  background-color: #6574cd; /*.bg-indigo*/
  color: #f8fafc; /*.text-grey-lightest*/
}

/* Open One Icon Formatting - Closed */
.tab input[type='radio'] + label::after {
  content: '\25BE';
  font-weight: bold; /*.font-bold*/
  border-width: 1px; /*.border*/
  border-radius: 9999px; /*.rounded-full */
  border-color: #b8c2cc; /*.border-grey*/
}

/* Open One Icon Formatting - Open */
.tab input[type='radio']:checked + label::after {
  transform: rotateX(180deg);
  background-color: #6574cd; /*.bg-indigo*/
  color: #f8fafc; /*.text-grey-lightest*/
}

/* グローバルナビ */
@media screen and (min-width: 768px) {
  .twheader {
    /*position: fixed;*/
    background-color: #fff;
    width: 100%;
    min-width: 1180px;
    /*height: 110px;*/
    z-index: 1000000;
    top: 0;
    transition: all 0.4s ease;
  }

  .twheader .nav-sp {
    display: none;
  }

  .twheader.sp-mode {
    display: none;
  }

  .twheader.scroll-down {
    height: 70px;
  }

  .twheader.scroll-down .nav-pc_on {
    top: -50px;
    opacity: 0;
  }

  .twheader.scroll-down a.header-logo {
    top: 26px;
    width: 120px;
    height: 18px;
  }

  .twheader.scroll-down .nav-pc_sub li.nav-pc_sub-child .nav-pc_link {
    padding-bottom: 25px;
  }

  .twheader.scroll-down .menu-dropdown {
    top: 70px;
  }

  .twheader.scroll-down .nav-pc_main li.nav-pc_main-child .nav-pc_link {
    padding-bottom: 25px;
  }

  .twheader.scroll-down .dropdown-search.active {
    top: 70px;
  }

  .twheader.scroll-down .nav-pc_under {
    margin-top: 11px;
  }

  #top-page .twheader.scroll-down {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
    border: none;
  }

  #top-page .twheader.scroll-up {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
    border: none;
  }

  .twheader_bg-wrap {
    /*width: 100%;
	  height: 100%;*/
    background-color: #ffffff;
  }

  .twheader_wrap {
    /*position: relative;
	  width: calc(100% - 7vw);
	  margin: 0 auto;
	  height: 100%;*/
  }

  .twheader .nav-pc_on {
    display: block;
    text-align: right;
    /*position: absolute;*/
    top: 20px;
    right: 0;
    opacity: 1;
    height: auto;
    transition: all 0.4s ease;
  }

  .nav-pc_on li.nav-pc_on-child {
    font-size: 13px;
    color: #666666;
    display: inline-block;
    margin-right: 20px;
  }

  .nav-pc_on li.nav-pc_on-child:last-child {
    margin-right: 0;
  }

  .nav-pc_on li.nav-pc_on-child a {
    font-size: 12px;
    color: #666666;
    transition: 0.1s linear;
  }

  .nav-pc_on li.nav-pc_on-child a:hover {
    opacity: 0.6;
  }

  .nav-pc_on li.nav-pc_on-child.nav-blank {
    position: relative;
    padding-right: 20px;
  }

  .nav-pc_on li.nav-pc_on-child.nav-blank:after {
    position: absolute;
    content: url('/common/img/ico_blank.svg');
    top: 1px;
    right: 0px;
    width: 15px;
    height: 15px;
  }

  .twheader .header-logo_wrap {
    width: 15%;
  }

  .twheader a.header-logo {
    position: absolute;
    width: 15%;
    max-width: 150px;
    min-width: 120px;
    top: 45px;
    left: 0px;
    display: block;
    transition: all 0.4s ease;
  }

  .twheader a.header-logo .cls-1 {
    fill: #005578;
  }

  .twheader a.header-logo .logo-svg {
    max-height: 22px;
  }

  /*PCナビ--------------------------------------------*/
  .nav-pc_under {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    transition: all 0.4s ease;
  }

  .twheader .nav-pc_main {
    display: flex;
    justify-content: space-between;
    width: calc(100%);
    bottom: 0;
    right: 0;
    padding: 15px 15px 0px;
    transition: all 0.4s ease;
  }

  .twheader .nav-pc_main li.nav-pc_main-child {
    display: block;
  }

  .twheader .nav-pc_main li.nav-pc_main-child:hover .nav-pc_link {
    color: #00587c;
  }

  .twheader .nav-pc_main li.nav-pc_main-child:hover .nav-pc_link:after {
    transform: translateY(-50%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .twheader .nav-pc_main li.nav-pc_main-child .nav-pc_link {
    position: relative;
    display: block;
    color: #222222;
    padding-bottom: 30px;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
    overflow: hidden;

    font-weight: bold;
    cursor: pointer;
  }

  .twheader .nav-pc_main li.nav-pc_main-child .nav-pc_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 0;
    border-bottom: 5px solid #01587c;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .twheader .nav-pc_main li.nav-pc_main-child .list-border {
    width: 1px;
    height: 20px;
    background-color: #c8c8c8;
    top: 0px;
  }

  .twheader .nav-pc_sub {
    display: flex;
    justify-content: space-between;
    width: 18px;
    bottom: 0;
    right: 0px;
    padding: 15px 0px 0px 15px;
    transition: all 0.4s ease;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child {
    display: block;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .nav-pc_link {
    position: relative;
    display: block;
    color: #222222;
    padding-bottom: 30px;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
    overflow: hidden;

    font-weight: bold;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .nav-pc_link:after {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0;
    border-bottom: 5px solid #01587c;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .nav-pc_link:hover {
    color: #00587c;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .nav-pc_link:hover:after {
    transform: translateY(-50%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .list-border {
    width: 1px;
    height: 24px;
    background-color: #c8c8c8;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button .open-button {
    background-image: url('/common/img/ico_search.svg');
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button .close-button {
    display: none;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button.true {
    background-image: none;
    cursor: pointer;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button.true .open-button {
    display: none;
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button.true .close-button {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 8px;
    padding: 0;
    width: 2px;
    height: 20px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .twheader .nav-pc_sub li.nav-pc_sub-child .search-button.true .close-button:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    width: 21px;
    height: 2px;
    margin-top: -1px;
    background: #000;
  }

  .twheader
    .nav-pc_sub
    li.nav-pc_sub-child
    .search-button.true
    .close-button:hover
    .twheader
    .nav-pc_sub
    li.nav-pc_sub-child
    .search-button
    .open-button {
    background-image: url(/common/img/ico_search.svg);
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  /*ドロップダウン------------------------------------------*/
  .menu-dropdown {
    position: absolute;
    display: none;
    width: 1100px;
    top: 110px;
    left: calc(50% - 550px);
    transition: top 0.4s ease;
  }

  .menu-dropdown .menu-dropdown_wrap {
    margin-top: 35px;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap {
    width: 780px;
    display: flex;
    flex-wrap: wrap;
    float: left;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap .menu-dropdown_button {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px;
    height: 130px;
    transition: 0.3s ease;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_button-wrap
    .menu-dropdown_button:nth-child(n + 6) {
    margin-top: 20px;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_button-wrap
    .menu-dropdown_button:nth-child(5n) {
    margin-right: 0;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap .menu-dropdown_button img {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 20px;
    left: 41px;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap .menu-dropdown_button span {
    color: #0e8bc2;
    display: block;
    padding: 83px 13px 16px;
    width: 113px;
    text-align: center;
    font-size: 12px;
    transition: 0.2s ease;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap .menu-dropdown_button:hover {
    box-shadow: 0 0 0 2px #0e8bc2;
    background: #0e8bc2;
    border-radius: 2px;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_button-wrap .menu-dropdown_button:hover span {
    color: #ffffff;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap {
    width: 250px;
    float: right;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-top {
    background-color: #00587c;
    color: #fff;
    font-size: 15px;
    width: 210px;
    padding: 21px 20px 22px;
    border-radius: 4px;
    display: block;
    text-align: center;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-top span {
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-top span:after {
    width: 6px;
    height: 12px;
    top: calc(50% - 6px);
    right: -14px;
    opacity: 0;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    right: -15px;
    background-image: url('/common/img/ico_arrow_slick_white.svg');
    transition: all 0.2s ease;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-top:hover {
    background-color: #0e8bc2;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-top:hover span {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-top:hover
    span:after {
    opacity: 1;
  }

  .menu-dropdown .menu-dropdown_wrap .menu-dropdown_link-wrap .menu-dropdown_link-list {
    margin-top: 15px;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link {
    display: block;
    border-bottom: 1px solid #d3d4d6;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 15px 0;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link
    .arrow {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    color: #333333;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link
    .arrow:after {
    position: absolute;
    content: '';
    background-image: url('/common/img/module/ico_arrow_btn_b.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 6px;
    height: 12px;
    opacity: 0;
    top: 3px;
    right: 5px;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link
    .blank {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    color: #333333;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link
    .blank:after {
    position: absolute;
    content: '';
    background-image: url('/common/img/module/ico_blank.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 0px;
    right: 0px;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link:hover
    .arrow {
    color: #00587c;
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link:hover
    .arrow:after {
    opacity: 1;
    right: 0px;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .menu-dropdown
    .menu-dropdown_wrap
    .menu-dropdown_link-wrap
    .menu-dropdown_link-list
    .menu-dropdown_link:hover
    .blank {
    color: #00587c;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub {
    display: flex;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop {
    width: 190px;
    position: relative;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop a {
    position: relative;
    border-radius: 4px;
    display: block;
    overflow: hidden;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    z-index: 1;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop p {
    position: absolute;
    color: #ffffff;
    position: absolute;
    font-size: 15px;
    line-height: 1.6;
    top: 125px;
    text-align: center;
    width: 156px;
    left: calc(50% - 78px);
    z-index: 3;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop img {
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkTop:hover img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link-wrap {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 850px;
    margin-left: 70px;
    margin-top: 5px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link-wrap .menu-dropdown_link {
    margin-top: 0;
  }

  .menu-dropdown
    .menu-dropdown_wrap.dropdownSub
    .menu-dropdown_link-wrap
    .menu-dropdown_link:nth-child(3n) {
    margin-right: 0;
  }

  .menu-dropdown
    .menu-dropdown_wrap.dropdownSub
    .menu-dropdown_link-wrap
    .menu-dropdown_link:nth-child(n + 4) {
    margin-top: 20px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_colum-wrap {
    width: 850px;
    display: flex;
    margin-left: 70px;
    margin-top: 5px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_colum-wrap .menu-dropdown_colum {
    width: calc(100% / 3);
  }

  .menu-dropdown
    .menu-dropdown_wrap.dropdownSub
    .menu-dropdown_colum-wrap
    .menu-dropdown_colum
    .menu-dropdown_link:first-child {
    margin-top: 0;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link {
    width: 260px;
    margin-top: 20px;
    margin-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d4d6;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link span:after {
    position: absolute;
    content: '';
    background-image: url('/common/img/module/ico_arrow_btn_b.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 6px;
    height: 12px;
    opacity: 0;
    top: 3px;
    right: 5px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link:hover span {
    color: #00587c;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_link:hover span:after {
    opacity: 1;
    right: 0px;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub {
    margin-top: 20px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub.no-top {
    margin-top: 0;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub a {
    font-size: 14px;
    display: block;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub a:last-child {
    margin-bottom: 0;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub a:hover span {
    opacity: 0.6;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub a span.blank {
    position: relative;
    padding-right: 20px;
  }

  .menu-dropdown .menu-dropdown_wrap.dropdownSub .menu-dropdown_linkSub a span.blank:after {
    content: '';
    position: absolute;
    background-image: url(/common/img/ico_blank.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    bottom: 0px;
    right: 0px;
  }

  .dropdown-search {
    position: absolute;
    top: -150px;
    left: 0px;
    height: 150px;
    width: 100%;
    background-color: #f1f2f6;
    transition: all 0.4s ease;
    z-index: -10000;
  }

  .dropdown-search .form-wrap {
    position: relative;
    opacity: 0;
    width: 1100px;
    margin: auto;
    transition: 1s linear;
  }

  .dropdown-search.active {
    top: 110px;
  }

  .dropdown-search.active .form-wrap {
    opacity: 1;
  }

  .dropdown-search.active #search-form {
    position: relative;
    width: 100%;
    margin-top: 43px;
  }

  .dropdown-search.active #search-form #search-box {
    width: 918px;
    position: absolute;
    left: 0px;
    top: 15px;
    outline: 0;
    border: none;
    background-color: #f1f2f6;
    font-size: 22px;
    letter-spacing: 0 0.6em;
    font-family: Helvetica neue, Helvetica, Arial, Roboto, “Droid Sans”, “YuGothic Medium”,
      “遊ゴシック Medium”, YuGothic, “遊ゴシック体“, “ヒラギノ角ゴ ProN W3”,
      “Hiragino Kaku Gothic ProN”, “メイリオ“, Meiryo, “MS Pゴシック“, sans-serif;
    -webkit-appearance: none;
  }

  .dropdown-search.active #search-form #search-box:focus {
    color: #222222;
  }

  .dropdown-search.active #search-form #search-box ::-webkit-input-placeholder {
    color: #999999;
  }

  .dropdown-search.active #search-form #search-box :-ms-input-placeholder {
    color: #999999;
  }

  .dropdown-search.active #search-form #search-box ::-ms-input-placeholder {
    color: #999999;
  }

  .dropdown-search.active #search-form #search-box ::placeholder {
    color: #999999;
  }

  .dropdown-search.active #search-form #search-btn {
    position: absolute;
    right: 0px;
    width: 162px;
    height: 60px;
    border-radius: 3px;
    font-size: 14px;
    padding: 0;
    border: none;
    background-color: #006794;
    color: #ffffff;
    letter-spacing: 0.2em;
    transition: 0.2s linear;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .dropdown-search.active #search-form #search-btn:hover {
    background-color: #0e8bc2;
  }

  /*dropダウン高さ-----------------------------------------------*/
  .dropdown-bg {
    position: absolute;
    width: 100%;
    top: 110px;
    height: 0px;
    background-color: #f1f2f6;
    z-index: -100;
    display: block;
    transition: all 0.4s ease;
  }

  .dropdown-bg.oral {
    height: 550px;
  }

  .dropdown-bg.health {
    height: 390px;
  }

  .dropdown-bg.skincare {
    height: 550px;
  }

  .dropdown-bg.haircare {
    height: 390px;
  }

  .dropdown-bg.house {
    height: 390px;
  }

  .dropdown-bg.story {
    height: 390px;
  }

  .dropdown-bg.customer {
    height: 390px;
  }

  .dropdown-bg.scroll {
    top: 70px;
  }

  .dropdown-button_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-button_wrap .view-dropdown_button {
    color: #333333;
    padding: 15px 35px;
    height: 45px;
    border: 2px solid #cacbcf;
    border-radius: 3px;
    transition: 0.1s linear;
    margin-right: 20px;
  }

  .dropdown-button_wrap .view-dropdown_button:hover {
    border-color: #00587c;
    color: #00587c;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    display: none;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0.4;
  }
}
/*SPナビ-----------------------------------------------*/
@media screen and (max-width: 767px) {
  .twheader {
    position: fixed;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000;
  }

  .twheader.pc-mode {
    display: none;
  }

  .twheader.scroll-down {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
  }

  .twheader.scroll-up {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
  }

  .twheader .header-logo_wrap {
    width: 120px;
    height: 18px;
    margin-top: 10px;
    margin-left: 15px;
  }

  .twheader .header-logo_wrap .header-logo .cls-1 {
    fill: #005578;
  }

  .twheader .search-button {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 16px;
    right: 66px;
  }

  .twheader .search-button .search-button_icon {
    background-image: url('/common/img/ico_search.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
  }

  .twheader .search-button .close-icon {
    display: none;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }

  .twheader .search-button .close-icon span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    margin: -8% 0 0 -42%;
    background: #222222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .twheader .search-button .close-icon span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    margin: -8% 0 0 -42%;
    background: #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .twheader .search-button.active .close-icon {
    display: inline-block;
  }

  .twheader .search-button.active .search-button_icon {
    display: none;
  }

  .twheader .toggle-button {
    position: absolute;
    width: 27px;
    height: 16px;
    top: 17px;
    right: 15px;
    display: block;
  }

  .twheader .toggle-button span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #222222;
    transition: 0.35s ease-in-out;
    padding-top: 0px;
    right: 0px;
  }

  .twheader .toggle-button span:nth-child(1) {
    top: 0px;
  }

  .twheader .toggle-button span:nth-child(2) {
    top: 7px;
  }

  .twheader .toggle-button span:nth-child(3) {
    top: 14px;
  }

  .twheader .toggle-button.active span:nth-child(1) {
    top: 7px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .twheader .toggle-button.active span:nth-child(2) {
    top: 7px;
    right: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .twheader .toggle-button.active span:nth-child(3) {
    top: 7px;
    right: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .twheader .dropdown-search {
    position: absolute;
    background-color: #f1f2f6;
    top: 50px;
    height: 90px;
    width: 100%;
    display: none;
  }

  .twheader .dropdown-search .form-wrap {
    opacity: 0;
    transition: 1s linear;
  }

  .twheader .dropdown-search .form-wrap #search-form {
    position: relative;
    width: 100%;
    margin-top: 32px;
    height: 19px;
  }

  .twheader .dropdown-search .form-wrap #search-form #search-box {
    position: absolute;
    left: 25px;
    top: 0px;
    outline: 0;
    border: none;
    background-color: #f1f2f6;
    font-size: 17px;
    width: 80%;
    height: 19px;
    padding: 0;
  }

  .twheader .dropdown-search .form-wrap #search-form #search-btn {
    position: absolute;
    background-image: url(/common/img/ico_search_blue.svg);
    background-repeat: no-repeat;
    block-size: 100%;
    width: 19px;
    height: 19px;
    background-color: #f1f2f6;
    border: none;
    top: 0;
    right: 25px;
  }

  .twheader .dropdown-search .form-wrap:focus {
    color: #222222;
  }

  .twheader .dropdown-search .form-wrap ::-webkit-input-placeholder {
    color: #999999;
  }

  .twheader .dropdown-search .form-wrap :-ms-input-placeholder {
    color: #999999;
  }

  .twheader .dropdown-search .form-wrap ::-ms-input-placeholder {
    color: #999999;
  }

  .twheader .dropdown-search .form-wrap ::placeholder {
    color: #999999;
  }

  .twheader .dropdown-search.active .form-wrap {
    opacity: 1;
  }

  .twheader .dropdown-link_list {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: scroll;
    display: none;
    background-color: #fff;
  }

  .twheader .dropdown-link_list .product-link {
    width: 100%;
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap {
    height: 100%;
    overflow: auto;
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap .parent-list {
    position: relative;
    width: calc(100% - 30px);
    padding: 17px 15px;
    border-top: 1px solid #eaeaea;
    font-size: 15px;
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap .parent-list:last-child {
    border-bottom: 1px solid #eaeaea;
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap .parent-list a {
    color: #333333;
    width: 100%;
    display: block;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .parent-list.drop-none::after {
    position: absolute;
    content: '';
    background-image: url('/common/img/ico_arrow_dropdown.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 14px;
    top: 22px;
    right: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .parent-list.drop-able::after {
    position: absolute;
    content: '';
    background-image: url('/common/img/ico_arrow_dropdown.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 22px;
    right: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .parent-list.active.drop-able::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap .dropdown-list_wrap {
    display: none;
    position: relative;
    border-top: 1px solid #eaeaea;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .link-top
    a {
    font-size: 14px;
    position: relative;
    color: #333333;
    display: block;
    width: calc(100% - 50px);
    padding: 25px 25px;
    background-color: #f1f2f6;
    margin-bottom: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .link-top
    a:after {
    position: absolute;
    content: '';
    background-image: url(/common/img/ico_arrow_dropdown_sub.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 11px;
    top: 27px;
    right: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .menu-title {
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .menu-list {
    margin-top: 5px;
    padding-bottom: 5px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .menu-list
    .menu-list_child.blank
    a:after {
    background-image: url(/common/img/module/ico_blank.svg);
    width: 15px;
    height: 15px;
    right: 15px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .menu-list
    .menu-list_child
    a {
    font-size: 14px;
    position: relative;
    color: #333333;
    display: block;
    width: calc(100% - 50px);
    padding: 5px 25px 5px;
    margin-bottom: 10px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-list_wrap
    .menu-list
    .menu-list_child
    a::after {
    position: absolute;
    content: '';
    background-image: url('/common/img/ico_arrow_dropdown_sub.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 11px;
    top: 7px;
    right: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-button_wrap
    .view-dropdown_button {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #cacbcf;
    padding: 14px 0 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-button_wrap
    .view-dropdown_button
    .blank {
    position: relative;
    padding-right: 20px;
  }

  .twheader
    .dropdown-link_list
    .product-link
    .product-list_parent-wrap
    .dropdown-button_wrap
    .view-dropdown_button
    .blank:after {
    position: absolute;
    content: '';
    background-image: url(/common/img/module/ico_blank.svg);
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }

  .twheader .dropdown-link_list .product-link .product-list_parent-wrap .menu-list_close {
    width: 100%;
    height: 60px;
  }

  .twheader .contact-link {
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    margin-top: 25px;
    margin-left: 21px;
  }

  .twheader .contact-link .contact-link_child {
    margin-bottom: 21px;
  }

  .twheader .contact-link .contact-link_child.nav-blank a::after {
    position: absolute;
    content: '';
    background-image: url(/common/img/ico_blank.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    right: 0;
    top: 0;
  }

  .twheader .contact-link .contact-link_child a {
    position: relative;
    color: #666666;
    font-size: 13px;
    padding-right: 20px;
  }

  .header-bg {
    display: none;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    opacity: 0.4;
    z-index: 100;
  }
}

/* パンくず    */

.pankuzu ul::-webkit-scrollbar {
  display: none;
}
.pankuzu {
  scrollbar-width: none;
}

/* カテゴリーメニュのSP番用 */
li.menu-list-arrow {
  position: relative;
  padding-left: 10px;
}

li.menu-list-arrow:before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333333;
}
.accordion {
  /*position:absolute;*/
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.spaccordionTitle {
  position: relative;
}

.marker::after,
.marker::before {
  content: '';
  position: absolute;
  right: 0.7em;
  top: 0.4em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}

.marker {
  width: 1.5em;
  height: 1.5em;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.toggle:checked + .spaccordionTitle + .content {
  max-height: 2000px;
  transition: all 1.5s;
}
.marker::before {
  transform: rotate(90deg);
}

.toggle:checked + .spaccordionTitle .marker::after {
  transform: rotate(270deg) !important;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after,
.title::before {
  content: '';
  position: absolute;
  right: 1.25em;
  /*top: 1.25em; 202309変更*/
  top: 0.7em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  /*overflow: hidden;*/
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/* Sticky Menu用 */
nav.fix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to top, #f9fafb, #e5e7eb);
  z-index: 1000;
}

/* =========================== Wave Header ===================================== */

#pageName {
  height: 300px;
  transition: all 0.5s;
  z-index: 997;
  background: #cccccc;
}
#hero-br {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #e4981f 0%, #e7d3a2 100%);
  padding: 0;
}
#hero-gr {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #c3eea9 0%, #a9eede 100%);
  padding: 0;
}
#hero-wg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #e7e5e4 0%, #d0c9b8 100%);
  padding: 0;
}

/* 
  * Waves SVG animation
  */
.hero-waves {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 679px) {
  .hero-waves {
    height: 45px;
  }
}
@media screen and (min-width: 680px) {
  .hero-waves {
    height: 90px;
  }
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/* =========================== Topに戻るボタン ===================================== */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #a98f90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: '';
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

/* =========================== Tab ===================================== */

/*tabの形状*/
.twtab {
  display: flex;
  flex-wrap: wrap;
}
.twtab li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
}
.twtab li a:hover {
  background-color: #f8f5f5;
  transition-duration: 200ms;
}
/*liにactiveクラスがついた時の形状*/
.twtab li.active a {
  color: #44433d;
  background-color: #eae5e6;
  border-bottom: 3px solid #836f70;
}
/*エリアの表示非表示と形状*/
.twarea {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  /*padding: 50px 20px;*/
}
/*areaにis-activeというクラスがついた時の形状*/
.twarea.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================== リンクボタン右矢印 ===================================== */
.arrowr::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.875em / 2));
  right: 8px;
  width: 2.2em;
  height: 2.2em;
  background: url(/common/img/icon/ico_arrow_right_01.svg) 0 0 / cover no-repeat;
}

/* link  右矢印つき*/
.link-arw {
  position: relative;
  transition: color 0.4s;
}
.link-arw:hover {
  color: #ffffff;
  background-color: #d4d4d8;
  transition: color 0.4;
}
.link-arw::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #111;
  transition: all 0.4s;
}
.link-arw:hover::before {
  width: 40px;
  right: -9px;
}
.link-arw::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(/common/img/icon/arrow.svg) 0 0 no-repeat;
  background-size: 5px 9px;
  transition: right 0.4s;
}
.link-arw:hover::after {
  right: -15px;
}

.icon-pdf::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url('/common/img/icon/icon_pdf.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a.icolinkw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 8px;
  width: 1.375em;
  height: 1.375em;
  background: url(/common/img/icon/ico_arrow_right_01w.svg) 0 0 / cover no-repeat;
}

a.icolinkb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 8px;
  width: 1.375em;
  height: 1.375em;
  background: url(/common/img/icon/ico_arrow_right_01b.svg) 0 0 / cover no-repeat;
}

a.icoexlinkw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.175em / 2));
  right: 12px;
  width: 1.175em;
  height: 1.175em;
  background: url(/common/img/icon/ico_external-linkw.svg) 0 0 / cover no-repeat;
}

a.icoexlinkb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.175em / 2));
  right: 12px;
  width: 1.175em;
  height: 1.175em;
  background: url(/common/img/icon/ico_external-linkb.svg) 0 0 / cover no-repeat;
}

a.icoMapw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 18px;
  width: 0.9em;
  height: 1.375em;
  background: url(/common/img/icon/ico_mapw.svg) 0 0 / cover no-repeat;
}

a.icoMapb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 18px;
  width: 0.9em;
  height: 1.375em;
  background: url(/common/img/icon/ico_mapb.svg) 0 0 / cover no-repeat;
}

a.icoPhonew::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.1em;
  height: 1.375em;
  background: url(/common/img/icon/ico_phonew.svg) 0 0 / cover no-repeat;
}

a.icoPhoneb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.1em;
  height: 1.375em;
  background: url(/common/img/icon/ico_phoneb.svg) 0 0 / cover no-repeat;
}

a.icoFaqw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.5em;
  height: 1.375em;
  background: url(/common/img/icon/ico_faqw.svg) 0 0 / cover no-repeat;
}

a.icoFaqb::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 12px;
  width: 1.5em;
  height: 1.375em;
  background: url(/common/img/icon/ico_faqb.svg) 0 0 / cover no-repeat;
}

a.icopdf::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 10px;
  width: 1.275em;
  height: 1.575em;
  background: url(/common/img/icon/ico_pdf.svg) 0 0 / cover no-repeat;
}

a.icoAnkb::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - (1.375em / 2));
  transform: rotate(90deg);
  left: 6px;
  width: 1.375em;
  height: 1.5em;
  background: url(/common/img/icon/ico_arrow_right_01b.svg) 0 0 / cover no-repeat;
}

.alertTitle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/icon/ico_alert_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.navCurrent {
  font-weight: 900;
  color: #506499;
}

.navCurrent::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 10px;
  height: 14px;
  background-image: url(/common/img/icon/ico_arrow_lnav.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*
		サイドナビのカレントで色を塗る
		*/
.sideNavActive a {
  font-weight: 900;
  color: #506499;
  text-decoration: underline #506499;
}
.sideNavActive a:hover {
  color: #8492b7;
}

.localNavActive a {
  font-weight: 900;
  color: #fff;
  background-color: #998788;
}

/*
		特徴（メリット）

		*/
.twFeatureNo {
  color: rgba(193, 183, 183, 0.8);
}

.twFeature01::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  background-color: rgba(217, 217, 217, 0.3);
}

.twFeatureCircle01 {
  background: linear-gradient(100deg, rgba(192, 182, 183, 0.3) -10%, #c0b6b7 135%);
}

/*　アコーディオン　最終バージョン用　詳しく見る・よくあるお問い合わせ */
.c-acco_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.c-acco_title::-webkit-details-marker {
  display: none;
}

.c-acco_title_icon::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/common/img/icon/ico_arrow_under_01.svg');
  margin-left: auto;
  transform: rotate(0deg);
  transform-origin: center;
  padding-left: 8px;
}

details[open] .c-acco_title_icon {
  transform: rotate(-180deg);
  transition: transform 0.5s ease;
}
.f-accotitle::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('/common/img/icon/icon_q.svg');
  margin-left: auto;
  margin: 0 12px;
}

/*　時限設定用 */
.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

/* --------------------------------------
Micromodal.js
--------------------------------------　*/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  box-sizing: border-box;
  margin: auto;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: '\2715';
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* --------------------------------------
CSSだけタブ
--------------------------------------　*/

.csstab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.csstab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ab9b9d;
  display: block;
  order: -1;
}

.csstab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  /*padding: 3px 0px;*/
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.csstab-label:not(:last-of-type) {
  margin-right: 5px;
}

.csstab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.csstab-switch:checked + .csstab-label {
  background: #ab9b9d;
}

.csstab-switch:checked + .csstab-label + .csstab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.3s opacity;
}

/* ラジオボタン非表示 */
.csstab-switch {
  display: none;
}

/* --------------------------------------
Fixtable
--------------------------------------　*/

.fixtable table {
  width: 100%;
  table-layout: fixed;
}

.fixtable th {
  background-color: #f5f5f5;
  color: #44433d;
  font-weight: 500;
  border: solid 1px #cccccc;
}

.fixtable td {
  background-color: #ffffff;
  border: solid 1px #cccccc;
}

.fixtable table th,
.fixtable table td {
  padding: 8px 10px;
}

.fixtable .subTitle {
  background-color: #f5f5f5;
}
