@charset "UTF-8";
/*
2025.8.22

normalize
BASE
LAYOUT
MODULE
STATUS
HEADER
PAN
CONTENTS
FOOTER
CTA COMMON

INDEX
ARCHIVE
 PAGE NAVI

REMODAL
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****************************************************
BASE*/ :root {
  --main-color: #399D26;
  --sub-color1: #008129;
  --sub-color2: #8CB808;
  --sub-color3: #E0D800;
  --sub-color4: #CBC63C;
  --error-color: #c00;
  --line-color: #ccc;
	--txt-color: #3E2723;
  /*  --size-ex-higher: 208px;*/
  --size-ex-high: 160px;
  --size-high: 120px;
  --size-ex-mid-plus: 104px;
  --size-ex-mid: 96px;
  --size-mid: 80px;
  --size-low: 64px;
  --size-ex-low: 40px;
  --size-ex-lower: 32px;
  --size-ex-lowest: 24px;
  /* sp*/
  --size-ex-high-s: 120px;
  --size-high-s: 72px;
  --size-ex-mid-plus-s: 64px;
  --size-ex-mid-s: 58px;
  --size-mid-s: 48px;
  --size-low-s: 40px;
  --size-ex-low-s: 40px;
  --size-ex-lower-s: 32px;
  --size-ex-lowest-s: 24px;
  --shadow: drop-shadow(0px 0 2px rgba(0, 0, 0, 0.4));
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: var(--txt-color:);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .1em;
  overflow-x: hidden;
  background-color: #fafafa;
}
a:link, a:visited {
  color: #3E2723;
  text-decoration: none;
/*  transition: color .2s ease-out;*/
}
a:hover {
  color: #399D26;
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 1.25em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: .05em;
}
img, svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.strng {
  font-weight: 400;
  font-size: 1.6rem;
}
figcaption { /*note*/
  margin-top: 32px;
  font-size: 1.4rem;
	font-weight: 300;
}
/*****************************************************
LAYOUT*/
.l-w-100 {
  width: 100%;
  max-width: 100%;
}
.l-w-80 {
  width: 90%; /*80+side padding5*2*/
  max-width: 1024px;
}
.l-w-70 {
  width: 80%; /*70+side padding5*2*/
}
.l-w-625 { /*index*/
  width: 62.5%;
}
.l-w-50 {
  width: 50%;
}
.l-w-45 {/*company*/
  width: 45%;
}
.l-w-30 {
  width: 30%;
}
.l-wrp-contents {
  margin-top: -62px;
}
.l-w-master {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  position: relative;
}
.l-w-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}
.l-w-mid {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(896px + 5%);
  position: relative;
}
.l-w-narrow { /*contact*/
  margin-left: auto;
  margin-right: auto;
  max-width: calc(720px + 10%);
  position: relative;
}
.l-main {
  width: 73%;
  /*  max-width: 840px;*/
}
.l-aside {
  width: 18%;
  /*  max-width: 207px;*/
}
.note-aside {
  position: sticky;
  top: 1em;
  margin-bottom: 80px;
}
.l-flex-wrp {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-flex-wrp-c {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
}
.l-flex-wrp-s {
  display: flex;
  display: -ms-flexbox;
  justify-content: start;
  flex-wrap: wrap;
}
.l-flex-wrp-v {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
/*****************************************************
SIDE*/
.mgn-side-auto {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.pd-side {
  padding-left: 5%;
  padding-right: 5%;
}
/*****************************************************
MARGIN TOP, BOTTOM*/
.mgn-ex-high {
  margin-top: var(--size-ex-high);
  margin-bottom: var(--size-ex-high);
}
.mgn-high {
  margin-top: var(--size-high);
  margin-bottom: var(--size-high);
}
.mgn-ex-mid-plus {
  margin-top: var(--size-ex-mid-plus);
  margin-bottom: var(--size-ex-mid-plus);
}
.mgn-ex-mid {
  margin-top: var(--size-ex-mid);
  margin-bottom: var(--size-ex-mid);
}
.mgn-mid {
  margin-top: var(--size-mid);
  margin-bottom: var(--size-mid);
}
.mgn-low {
  margin-top: var(--size-low);
  margin-bottom: var(--size-low);
}
.mgn-ex-low {
  margin-top: var(--size-ex-low);
  margin-bottom: var(--size-ex-low);
}
/*****************************************************
MARGIN BOTTOM*/
.mgn-bottom-ex-higher {
  margin-bottom: var(--size-ex-higher);
}
.mgn-bottom-ex-high {
  margin-bottom: var(--size-ex-high);
}
.mgn-bottom-high {
  margin-bottom: var(--size-high);
}
.mgn-bottom-ex-mid-plus {
  margin-bottom: var(--size-ex-mid-plus);
}
.mgn-bottom-ex-mid {
  margin-bottom: var(--size-ex-mid);
}
.mgn-bottom-mid {
  margin-bottom: var(--size-mid) !important;
}
.mgn-bottom-low {
  margin-bottom: var(--size-low);
}
.mgn-bottom-ex-low {
  margin-bottom: var(--size-ex-low) !important;
}
.mgn-bottom-ex-lower {
  margin-bottom: var(--size-ex-lower) !important;
}
.mgn-bottom-ex-lowest {
  margin-bottom: var(--size-ex-lowest) !important;
}
.mgn-bottom-1em {
  margin-bottom: 1em !important;
}
/*****************************************************
PADDING*/
.pd-ex-high {
  padding-top: var(--size-ex-high);
  padding-bottom: var(--size-ex-high);
}
.pd-high {
  padding-top: var(--size-high);
  padding-bottom: var(--size-high);
}
.pd-ex-mid-plus {
  padding-top: var(--size-ex-mid-plus);
  padding-bottom: var(--size-ex-mid-plus);
}
.pd-ex-mid {
  padding-top: var(--size-ex-mid);
  padding-bottom: var(--size-ex-mid);
}
.pd-mid {
  padding-top: var(--size-mid);
  padding-bottom: var(--size-mid);
}
.pd-low {
  padding-top: var(--size-low);
  padding-bottom: var(--size-low);
}
.pd-ex-low {
  padding-top: var(--size-ex-low);
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING BOTTOM*/
.pd-bottom-ex-high {
  padding-bottom: var(--size-ex-high);
}
.pd-bottom-high {
  padding-bottom: var(--size-high);
}
.pd-bottom-ex-mid-plus {
  padding-bottom: var(--size-ex-mid-plus);
}
.pd-bottom-ex-mid {
  padding-bottom: var(--size-ex-mid);
}
.pd-bottom-mid {
  padding-bottom: var(--size-mid);
}
.pd-bottom-low {
  padding-bottom: var(--size-low);
}
.pd-bottom-ex-low {
  padding-bottom: var(--size-ex-low);
}
.pd-bottom-ex-lower {
  padding-bottom: var(--size-ex-lower);
}
.pd-bottom-ex-lowest {
  padding-bottom: var(--size-ex-lowest);
}
/*****************************************************
PADDING TOP*/
.pd-top-ex-high {
  padding-top: var(--size-ex-high);
}
.pd-top-high {
  padding-top: var(--size-high);
}
.pd-top-ex-mid-plus {
  padding-top: var(--size-ex-mid-plus);
}
.pd-top-ex-mid {
  padding-top: var(--size-ex-mid);
}
.pd-top-mid {
  padding-top: var(--size-mid);
}
.pd-top-low {
  padding-top: var(--size-low);
}
.pd-top-ex-low {
  padding-top: var(--size-ex-low);
}
.pd-top-ex-lower {
  padding-top: var(--size-ex-lower);
}
.pd-top-ex-lowest {
  padding-top: var(--size-ex-lowest);
}
@media screen and (max-width: 1024px) {
  .l-container {
    margin-top: 64px;
    padding-top: 48px;
  }
}
@media not all and (min-width: 769px) {
	figcaption { /*note*/
  margin-top: 16px;
}
  .l-wrp-contents {
    margin-top: 0;
  }
  .l-flex-wrp, .l-flex-wrp-v {
    flex-wrap: wrap;
  }
  .l-container {
    margin-top: 64px;
    padding-top: 48px;
  }
  .l-container.entry-page { /*design, awashimada*/
    padding-top: 48px;
  }
  .l-w-625,.l-w-45, .l-w-30, .l-main, .l-aside {
    width: 100%;
    max-width: 100%
  }
  .l-w-38, .l-w-25, .l-w-40, .l-w-48, .l-w-50, .l-w-70 {
    width: 100%;
    max-width: 100%;
  }
  /*****************************************************
MARGIN TOP, BOTTOM*/
  .mgn-ex-high {
    margin-top: var(--size-ex-high-s);
    margin-bottom: var(--size-ex-high-s);
  }
  .mgn-high {
    margin-top: var(--size-high-s);
    margin-bottom: var(--size-high-s);
  }
  .mgn-ex-mid-plus {
    margin-top: var(--size-ex-mid-plus-s);
    margin-bottom: var(--size-ex-mid-plus-s);
  }
  .mgn-ex-mid {
    margin-top: var(--size-ex-mid-s);
    margin-bottom: var(--size-ex-mid-s);
  }
  .mgn-mid {
    margin-top: var(--size-mid-s);
    margin-bottom: var(--size-mid-s);
  }
  .mgn-low {
    margin-top: var(--size-low-s);
    margin-bottom: var(--size-low-s);
  }
  .mgn-ex-low {
    margin-top: var(--size-ex-low-s);
    margin-bottom: var(--size-ex-low-s);
  }
  /*****************************************************
MARGIN BOTTOM*/
  .mgn-bottom-ex-higher {
    margin-bottom: var(--size-ex-higher-s);
  }
  .mgn-bottom-ex-high,
 .mgn-bottom-ex-high-sp	{
    margin-bottom: var(--size-ex-high-s);
  }
  .mgn-bottom-high,
	 .mgn-bottom-high-sp	{
    margin-bottom: var(--size-high-s);
  }
  .mgn-bottom-ex-mid-plus {
    margin-bottom: var(--size-ex-mid-plu-ss);
  }
  .mgn-bottom-ex-mid {
    margin-bottom: var(--size-ex-mid-s);
  }
  .mgn-bottom-mid {
    margin-bottom: var(--size-mid-s) !important;
  }
  .mgn-bottom-low {
    margin-bottom: var(--size-low-s);
  }
  .mgn-bottom-ex-low {
    margin-bottom: var(--size-ex-low-s) !important;
  }
  .mgn-bottom-ex-lower {
    margin-bottom: var(--size-ex-lower-s) !important;
  }
  .mgn-bottom-ex-lowest, .mgn-bottom-ex-lowest-sp {
    margin-bottom: var(--size-ex-lowest-s) !important;
  }
  /*****************************************************
PADDING*/
  .pd-ex-high {
    padding-top: var(--size-ex-high-s);
    padding-bottom: var(--size-ex-high-s);
  }
  .pd-high {
    padding-top: var(--size-high-s);
    padding-bottom: var(--size-high-s);
  }
  .pd-ex-mid-plus {
    padding-top: var(--size-ex-mid-plus-s);
    padding-bottom: var(--size-ex-mid-plus-s);
  }
  .pd-ex-mid {
    padding-top: var(--size-ex-mid-s);
    padding-bottom: var(--size-ex-mid-s);
  }
  .pd-mid {
    padding-top: var(--size-mid-s);
    padding-bottom: var(--size-mid-s);
  }
  .pd-low {
    padding-top: var(--size-low-s);
    padding-bottom: var(--size-low-s);
  }
  .pd-ex-low {
    padding-top: var(--size-ex-low-s);
    padding-bottom: var(--size-ex-low-s);
  }
  /*****************************************************
PADDING BOTTOM*/
  .pd-bottom-ex-high {
    padding-bottom: var(--size-ex-high-s);
  }
  .pd-bottom-high {
    padding-bottom: var(--size-high-s);
  }
  .pd-bottom-ex-mid-plus {
    padding-bottom: var(--size-ex-mid-plus-s);
  }
  .pd-bottom-ex-mid {
    padding-bottom: var(--size-ex-mid-s);
  }
  .pd-bottom-mid {
    padding-bottom: var(--size-mid-s);
  }
  .pd-bottom-low {
    padding-bottom: var(--size-low-s);
  }
  .pd-bottom-ex-low {
    padding-bottom: var(--size-ex-low-s);
  }
  .pd-bottom-ex-lower {
    padding-bottom: var(--size-ex-lower-s);
  }
  .pd-bottom-ex-lowest {
    padding-bottom: var(--size-ex-lowest-s);
  }
  /*****************************************************
PADDING TOP*/
  .pd-top-ex-high {
    padding-top: var(--size-ex-high-s);
  }
  .pd-top-high {
    padding-top: var(--size-high-s);
  }
  .pd-top-ex-mid-plus {
    padding-top: var(--size-ex-mid-plus-s);
  }
  .pd-top-ex-mid {
    padding-top: var(--size-ex-mid-s);
  }
  .pd-top-mid {
    padding-top: var(--size-mid-s);
  }
  .pd-top-low {
    padding-top: var(--size-low-s);
  }
  .pd-top-ex-low {
    padding-top: var(--size-ex-low-s);
  }
  .pd-top-ex-lower {
    padding-top: var(--size-ex-lower-s);
  }
  .pd-top-ex-lowest {
    padding-top: var(--size-ex-lowest-s);
  }
  /*****************************************************
SIDE*/
/*
  .mgn-left-20 {
    margin-left: 0;
    margin-bottom: 56px;
  }
*/
  .pd-side-sp {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*****************************************************
MODULE*/
.title-large {
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.title-large.title-company{
	 font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.title-shoulder-border {
  color: var(--sub-color2);
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.title-shoulder-border-14 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1;
}
.title-shoulder-border-36 {/*test-feature*/
  font-size: 3.6rem;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 1;
	color: #fff;
}
.title-shoulder-border:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--sub-color2);
  display: block;
  margin-left: 16px;
  max-width: 96px;
}
.title-shoulder-border.title-shoulder-border-36:after {/*test-feature*/
  background-color: #fff;
}
.title-shoulder {
  color: var(--sub-color2);
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}
p.title-shoulder {
  line-height: 1.75 !important;
}
.category-hdr .title-shoulder, .report-hdr .title-shoulder {
  color: var(--txt-color);
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.title-large-color,
.title-large-color a{ /*contact ...*/
  font-size: 3.2rem;
  color: var(--sub-color2);
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 32px;
}
.title-large span {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #8CB808;
  letter-spacing: .05em;
  font-weight: 500;
}
.title-middle {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: .1em;
  font-weight: 400;
}
.txt-color {
  color: var(--main-color);
	font-weight: 500;
}
.title-middle span {
  font-size: 1.6rem;
}
.title-small {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .1em;
	font-weight: 500;
}


.title-halfup {
  transform: translate(0, -.5em) !important;
}
.title-ex-small {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: .6em;
}
.line-before {
  position: relative;
  display: inline-block;
  line-height: 1
}
.line-before::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 7px;
  left: -44px;
}
.btn {
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  padding: 1.1em .8em;
  display: inline-block;
  cursor: pointer;
  transition: background-color .6s ease-out;
  font-size: 1.5rem;
  letter-spacing: .05em;
}
.category-hdr-lst .btn {
  padding: .6em 1em;
}
a.btn-frm {
  border: 1px solid #616161;
  color: var(--main-color);
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  max-width: 390px;
}
a.btn-frm:hover {
  border: 1px solid var(--main-color);
  color: #fff;
  background-color: var(--main-color) !important;
}
.btn-background {
  border: none;
  border-radius: 28px;
  background-color: var(--main-color);
  color: #fff !important;
  transition: filter .2s ease-out, background-color .2s ease-out, color .2s ease-out;
  filter: none;
}
.btn-background-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #3E2723 !important;
}
.btn-background-back {
  background: #CACACA;
  color: #212121 !important;
}
.btn-50 {
  width: calc(50% - 8px);
  margin: 0 2px;
}
.btn-background:hover {
  background-color: var(--sub-color1);
  /*  filter: var(--shadow);*/
}
.btn-background-white:hover {
  background-color: var(--main-color);
  color: #fff !important;
  border: 1px solid #fff;
}
.btn-width {
  width: 100%;
  max-width: 355px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.btn-block {
  display: block;
}
.btn-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.border-top {
  border-top: 1px solid #707070;
}
.txt-c, .txt-c-to-l {
  text-align: center;
}
.txt-l, .txt-l-to-c {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-u {
  text-decoration: underline !important;
}
.link-underline-dotted {
  border-bottom: 1px dotted #000;
}
.txt-small {
  font-size: 1.4rem;
}
.txt-height-high {
  line-height: 1.75;
}
.txt-alert{
	color: #c00;
}
.bg-f {
  background-color: #fff;
}
.bg-f1 {
  background-color: #f1f1f1;
}
.bg-f6 {
  background-color: #f6f6f6;
}
.bg-fa {
  background-color: #fafafa!important;
}
.bg-main-color {
  background-color: var(--main-color);
}
.bg-sub-color1 {
  background-color: var(--sub-color1);
}
.bg-sub-color2 {
  background-color: var(--sub-color2);
}
.bg-sub-color3 {
  background-color: var(--sub-color3);
}
.bg-sub-color4 {
  background-color: var(--sub-color4);
}
.no-pc{
  display: none;
}
.no-sp {
  display: block;
}
.lst-dot {
  line-height: 1.7;
  font-size: 1.5rem;
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.2em;
}
.lst-dot t li {
  padding-right: .5em;
}

.lst-mun {
  list-style-type: decimal;
  padding-left: 1.4em;
}
/*
.bnr-with-img {
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: border .6s ease-out;
}
.bnr-with-img:hover {
  border: 1px solid var(--main-color);
}
.bnr-img {
  width: 35%;
  transition: filter .6s ease-out;
}
.bnr-img:hover {
  width: 35%;
  filter: brightness(120%);
}
.bnr-img img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.bnr-txt {
  width: 65%;
  text-align: center;
  display: table;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bnr-txt a {
  display: table-cell;
  vertical-align: middle;
}*/

@media not all and (min-width: 769px) {
.l-w-48 {
    margin-bottom: 32px;
  }
  .title-large {
    font-size: 3.2rem;
  }
  .title-shoulder {
    margin-bottom: 16px;
  }
  .line-ver {
    height: 104px;
  }
  .title-ex-large, .title-ex-large-sub {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .title-small {
    font-size: 2rem;
  }
  .no-pc {
    display: block;
  }
  .no-sp,
	.none-sp {
    display: none !important;
  }
  .without-frm {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
	.page-header-img.without-frm{/*service*/
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
	}
  .txt-l-to-c {
    text-align: center;
  }
  .txt-c-to-l {
    text-align: left;
  }
  .float-l, .float-r {
    float: none;
  }
  .outline-table tr td {
    display: block;
  }
  .outline-table tr td.outline-table-hdr {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
/*
  .bnr-img {
    width: 100%;
  }
  .bnr-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .bnr-txt {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom-left-radius: 30px;
  }
*/
  .btn-frm {
    line-height: 1.75;
  }
  .btn-width {
    max-width: 100%;
    width: 100%;
  }
  .btn-background-back {
    margin-top: 8px;
  }
	.title-shoulder-border{
		margin-bottom: 12px;
	}
}
/*****************************************************
STATUS*/
.is-btn-active {
  background: #E0DEDA;
  color: #fff !important;
  opacity: 1;
}
.is-opacity-1 {
  opacity: 1 !important;
}
.is-active {}
.is-round img {
  border-radius: 30px;
}
a.btn-gradient {
  color: #fff !important;
  border-radius: 28px;
  text-align: center;
  font-weight: 400 !important;
  z-index: 1;
  background: transparent;
  transition: all .6s ease-out;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
a.btn-gradient:hover {
  filter: var(--shadow);
}
a.btn-gradient::before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: .6s ease-out;
  background: linear-gradient(to top, rgba(150, 182, 58, 1), rgba(125, 167, 57, 1) 19%, rgba(59, 127, 54, 1));
}
a.btn-gradient::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(to top, rgba(0, 129, 41, 1), rgba(0, 129, 41, 1));
}
a.btn-gradient:hover::before {
  opacity: 0;
}
img.btn-icon {
  margin-left: 4px;
	vertical-align:middle;
	margin-top: -3px;/*cta-btn*/
}

	.badge-method{
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		padding: .1em 1em;
		background: #2E6F21;
	}
.badge-method-not{
	background: #27B90B;
}
.btn-arrow {
  /*
	width: 13px;
	height: 13px;
*/
}
/*****************************************************
HEADER*/
.hdr {
  background: linear-gradient(to top, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 38%, #fafafa 38%, #fafafa 100%);
  top: 0;
  left: 0;
  z-index: 99;
  /*  transition: height .6s ease-out, background-color .1s ease-out;*/
}
.hdr-logo {
  width: 166px;
  height: 166px;
  background-color: #fafafa;
  text-align: center;
  padding: 29px 0;
  margin: 0;
}
.gnavi {
  margin-right: 39px;
	width: calc(100% - 205px);/*logo 166 + margin-right 39*/
}

.gnavi > ul {
  height: 104px;
  align-items: center;
  justify-content: flex-end;
}
.gnavi-list-style{
	margin-left: 2.4%;
}
.gnavi-list {
	height: 104px;
  color: #3E2723;
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0;
  text-decoration: none;
  line-height:104px;
  transition: color .6s ease-out;
}
.gnavi-list a:hover, .gnavi-list.active a {
  color: var(--main-color);
}
.gnavi a.btn-gradient {
  padding: 0 32px;
	height: 40px;
	line-height: 40px;
}
.hdr-sp {
  display: none;
}
.line-color{
	color: #06c755;
	font-weight: bold;
}

/*****************************************************
MEGA MENU*/
.list-mega {
  visibility: hidden;
  opacity: 0;

  z-index: 1;
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  transition: all  .6s ease-out;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 1.4rem;
}
.list-mega.list-mega-test-wrp{
	/*background: rgba(140,184,8,0.9);sub color2*/
	background: rgba(57,157,38,.94);/*sub color4*/
}
.list-mega.list-mega-note-wrp{
	background: rgba(224,216,0,.94);
}
.btn-list-mega:hover .list-mega {
  top: 104px;
  visibility: visible;
  opacity: 1;
}
.btn-list-mega .list-mega ul li {
  transition: all  .6s ease-out;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	border-left:1px dotted #3E2723;
}
.list-mega.list-mega-test-wrp ul li{
	border-left:1px dotted #fff;
}
.btn-list-mega .list-mega ul li:first-child{
	border: 0;
}
.list-mega-test li{/*2204*/
	width: 16.66%;
	text-align: center!important;
}
.list-mega-note li{
	width: 20%;
}
.list-mega li img{
	width: 36%;
	float: left;
	margin-right: 8%;
}
.list-mega ul li a{
	opacity: 1;
	transition: opacity .6s ease-out;
}
.list-mega-test li a{
	color: #fff;
}
.list-mega ul li a:hover {
  opacity: .7;
}

.list-mega-mycohome{
	position: relative;
}
.list-mega-mycohome span{
	position: absolute;
	left: 20%;
	top: -16px;
	z-index: 3;
	display: block;
	color: #fff;
	font-size:.75rem;
	background-color: var(--sub-color4);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
}


@media screen and (max-width: 1140px) {
  .gnavi-list {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1040px) {
  .hdr {
    display: none;
  }
  .hdr-sp {
    display: block;
    height: 80px;
    background: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
  }
  .hdr-logo-sp {
    width: 80px;
    height: 80px;
    background-color: #fafafa;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn-hdr-test-sp {
    position: absolute;
    top: 27px;
    right: 60px;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }
  .btn-hdr-test-sp a.btn-gradient {
    width: 106px;
    padding: .6em 1em;
/*    font-weight: 300 !important;*/
  }
  .btn-icon {
    width: 13px;
    margin-left: 6px;
  }
}
/****************************************************
PAN*/
.pan-list {
  line-height: 1;
  font-size: 1.4rem;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #fff;
}
.pan-list li {
  display: inline;
}
.pan-list li:before {
  content: " / ";
  font-size: 1rem;
}
.pan-list li:first-child:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .pan-list {
    line-height: 1.4;
  }
  .cont-wrp {
    margin-bottom: 160px;
    margin-top: 60px;
  }
  .category-panel-showroom img {
    object-fit: cover;
    height: 268px;
  }
}
/*****************************************************
FOOTER*/
.ftr {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  background-color: #3E2723;
  letter-spacing: .05em;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ftr-bot {
  padding-top: 40px;
  line-height: 1;
}
.ftr-lst-home {
  width: 25%;
  font-size: 1.6rem;
	margin-right: auto;
}
.ftr-lst-right {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
	width: 75%;
	justify-content: flex-end;
}
.ftr-logo {
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}
.ftr-name {
  font-size: 2rem;
}
.ftr-sns {
  line-height: 1;
}
.ftr-sns li {
  display: inline;
  font-size: 2.2rem;
  margin-right: .5em;
}
.ftr a {
  transition: color .6s ease-out;
  color: #fff !important;
}
.ftr a:hover {
  color: #8CB808 !important;
}
.ftr-lst {
  line-height: 1.75;
  margin-left: 8%;
}
.ftr-lst:first-child{
	margin-left: 0;
}
.ftr-lst-style::before {
  content: "- ";
}
a.btn-up {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--sub-color4);
  text-align: center;
  color: #fff !important;
  transition: background-color .6s ease-out;
  border-radius: 50%;
  position: fixed;
  right: 24px;
  z-index: 999;
}
a.btn-up:hover {
  background-color: var(--sub-color2);
}
.bnr-line-soudan{	
	margin-block-start: 0.5rem;
	width: 88px;
	height: 88px;
	border-radius:  50%;
	transform: scale(1);
	transition: transform .2s ease-out;
}
.bnr-line-soudan:hover{
	transform: scale(1.1);
}
@media screen and (max-width: 1040px) {
  .ftr {
    font-size: 1.5rem;
  }
  .ftr-bot {
    margin-top: 48px;
		line-height: 1.6
  }
  .ftr-lst-home {
    margin-bottom: 48px;
  }
  .ftr-lst-home, .ftr-lst {
    width: 100%;
		margin-left: 0;
  }
  .ftr-lst-style {
    display: none
  }
}
/**********************************************************************************************************
LOADING****************************************/
.loading-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fafafa;
  background-size: 100%;
  color: var(--main-color);
  top: 0;
  left: 0;
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-logo-txt {}
.loader {
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  border-top: 1px solid var(--main-color);
  width: 48px;
  height: 48px;
  animation: loader-spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*****************************************************
CTA COMMON*/
.cta-common {}
.cta-common-bg-top {
  background-color: #fafafa;
  background-image: url("../../../mycolabo2025/asset/images/cta-common-bg-top.svg");
  background-size: cover;
  width: 100vw;
  aspect-ratio: 20 / 1;
}
.cta-common-bg-bottom {
  background-color: #FFFFFF;
  background-image: url("../../../mycolabo2025/asset/images/cta-common-bg-bottom.svg");
  background-size: cover;
  width: 100vw;
  aspect-ratio: 20 / 1;
}
.cta-common-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cta-common-topic {
  width: 30%;
  color: #fff;
	position: relative;
}
.cta-common-topic p {
  margin-bottom: 40px;
}
.cta-common-title-shoulder-border {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.cta-common-title-shoulder-border:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .cta-common-topic {
    width: 100%;
  }
  .cta-common-topic:not(:last-child) {
    margin-bottom: 64px;
  }
}

/**********************************************************************************************************
INDEX****************************************/

/*KV*/
.index-kv {
  height: calc(100vh - 168px); /*headerをのぞく*/
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
}
.index-kv-theme-wrp{
	position: absolute;
	left: 5%;
	bottom: 28%;
	z-index: 2;
}
.index-kv-theme{
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: 18px;
	filter: drop-shadow(0px 3px 12px rgba(0,0,0,0.4));
}
.index-kv-theme span{
	font-size: 2rem;
	letter-spacing: .05em;
}
.index-kv-theme-btns .btn{
	width: 275px;
	margin-right: 10px;
	margin-bottom: 0.5em!important;
}
.swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.swiper-container.visible {
	overflow: visible;
}
.swiper-wrapper{
	z-index: -1!important;
	background-color: #fafafa;
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*LATEST NEWS*/
.index-latest-news{
	background: #fff;
	width: 84%;
	filter: drop-shadow(0px 3px 12px rgba(0,0,0,0.16));
	padding-inline: 6%;
	padding-block:1.25em;
	margin-top: -48px;
	z-index: 2;
	margin-bottom: 144px;
}
.index-latest-news .index-news {
		padding-block: .75em;
}
.index-latest-news .index-news-date {
}
.entry-category {
    font-size: 1.2rem;
    padding: 0.15em 2em;
    display: inline;
    background: #fff;
    line-height: 1;
    margin-top: 0.4em;
	
	max-height: 20px;
    text-align: center;
    margin-left: 3%;
/*    margin-right: 3%;*/
    width: 12%;
}
.report-entry .entry-category{
	margin-left: 1.5%;
}
.index-latest-news .index-news-category {
    padding: 0.3em 1em;
	min-width: 150px;
	margin-right: 3%
}
.index-latest-news .index-news-title {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	margin-left: 0;
}
.index-latest-news .index-news-category:not(:first-of-type),
.index-news .index-news-category:not(:first-of-type){
	display: none;
}

.pd-side.index-note-inner{
	padding-left: 0
}
/*INDEX NEWS*/
.index-news-date {
  font-weight: 400;
	white-space: nowrap;
}
.index-news-wrp .index-news {
  border-bottom: 1px solid var(--line-color);
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
.index-news-wrp .index-news:first-child {
  border-top: 1px solid var(--line-color);
}
.index-news-category {
  padding: 0.3em 0;
}
.index-news-title {
  font-size: 1.6rem;
  font-weight: 400;
  width: 64%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	margin-left: 3%;
}

/*WELCOME*/
.index-welcome-wrp{
}
.bg-76-f1 {
  background: linear-gradient(to left, #f1f1f1 0% 76%, #fafafa 76%);
}
.bg-76-f1-rev {
  background: linear-gradient(to right, #f1f1f1 0% 76%, #fafafa 76%);
}
.index-3box {/*2204*/
  width: 25%;
	position: relative;
}
.index-3box-inner {
  width: 76%;
  margin: 0 auto;
  color: #fff;
}

.btn-index-note-6 {
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--main-color) !important;
}
.btn-index-note-6 img {
  transform: translateY(0em) scale(1.4);
}
.btn-index-note-6:nth-child(1), .btn-index-note-6:nth-child(2), .btn-index-note-6:nth-child(3) {
  margin-bottom: 24px;
}

.index-note-link-list::after{
  content:"";
  display: block;
  width:30%;
}
@media screen and (max-width: 768px) {
	.index-kv-theme-wrp{
	position: absolute;
    left: 0;
    width: 100%;
    bottom: 12%;
    z-index: 2;
    padding-left: 5%;
    padding-right: 5%;
}
	  .index-kv {
		height: 100vh;
		padding-left: 0;
		padding-right: 0;
  }
	.index-kv-theme{
	font-size: 3.2rem;
	}
	.index-latest-news{
		margin-bottom: 0;
	}
	.index-welcome-wrp-inner{
		padding-top: 96px;
	}

	.index-latest-news .index-news-date,
	.index-latest-news .index-news-category{
/*		width: 40%;*/
	}
	.index-latest-news .index-news-category{
		margin-left: 10%;
		margin-right: 0;
		min-width: auto;
	}
		.index-latest-news .index-news-title{
		width: 100%;
	}
	.pd-side.index-note-inner{
	padding-left: 5%
}

  .index-3box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 16px;
  }
  .index-3box-inner {
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }
  .btn-index-note-6 {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.8rem;
    margin-bottom: 20px !important;
  }
  .btn-index-note-6:last-child {
    margin-bottom: 0;
  }
  .index-news-wrp .entry-list:last-child {
    display: block;
  }
  .index-news {
    padding-top: 2em;
    padding-bottom: 2em;
  }
.index-latest-news .index-news{
		border-bottom: 1px solid var(--line-color);
	}
  .index-news-date {
/*    width: 40%;*/
  }
  .index-news-category {
    width: 40%;
/*    margin-left: 10%;*/
  }
  .index-news-title {
    width: 100%;
    margin-left: 0;
    margin-top: .5em;
  }
}
/*****************************************************
NOTE */
.note-cta {
  background-color: #E0D800;
}
.note-cta-bg-top {
  background-color: #fafafa;
  background-image: url("../../../mycolabo2025/asset/images/note-cta-bg-top.svg");
  background-size: cover;
  width: 100vw;
  aspect-ratio: 20 / 1;
}
.note-cta-bg-bottom {
  background-color: #fafafa;
  background-image: url("../../../mycolabo2025/asset/images/note-cta-bg-bottom.svg");
  background-size: cover;
  width: 100vw;
  aspect-ratio: 20 / 1;
}
.note-cta-double .note-cta-bg-bottom {
  background-color: #fff;
}
.note-cta-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.note-cta-topic {
  width: 22%;
}
.note-cta-topic-img img {
  border-radius: 50%;
}
.note-cta-topic-img a {
  opacity: 1;
  transition: opacity .2s ease-out;
}
.note-cta-topic-img a:hover {
  opacity: .7;
}
.note-cta-topic a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .note-cta-topic {
    width: 100%;
    margin-bottom: 80px
  }
  .note-cta-double .note-cta-topic {
    width: 47%;
    margin-bottom: 64px
  }
  .note-cta-topic:last-child, .note-cta-double .note-cta-topic:nth-child(3), .note-cta-double .note-cta-topic:nth-child(4) {
    margin-bottom: 0;
  }
  .note-cta-topic-img {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
  }
  .note-cta-double .note-cta-topic-img {
    width: 100%;
  }
}
/*****************************************************
WEB PAGE共通 */
.category-hdr { /*contact*/
  padding-top: 130px;
  padding-bottom: 160px;
}
.category-hdr.category-hdr-note-index { /*NOTE*/
  padding-top: 120px;
  padding-bottom: 56px;
}
.note-wrp .category-hdr { /*NOTE*/
  padding-top: 130px;
  padding-bottom: 56px;
}
.report-wrp-note-index .category-hdr { /*NOTE*/
  padding-top: 0;
	padding-bottom: 40px;
}
/*****************************************************
COMPANY */

.vision-cover{
	overflow: hidden;
}
.bg-76-fff {
background: linear-gradient(to left, #fff 0% 76%, #fafafa 76%);
/*height: calc(100vw*.9*.35*1.5);*/
}
.vision-outer{
	height: auto;
}
#vision-cover{
padding-top: 96px;
}
.vision-txt { /*index*/
  width: 58%;
}
.vision-img{
	width: 30%;
}
.company-table th,
.company-table td{
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  padding-top: 32px;
	padding-bottom: 32px;
  vertical-align: top;
	font-weight: 400;
	text-align: left;
}
.company-table th{
	width: 25%;
}
.gmap {
height: 0;
padding-top: 150%;
overflow: auto;
	-webkit-overflow-scrolling:touch;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* アコーディオンの中身のスタイル */
.company-details {
  transition: 0.5s;
  padding-bottom: var(--size-ex-lowest);
  margin-bottom: var(--size-ex-lowest);
  border-bottom: 1px solid var(--line-color);
}
.company-details > :not(summary) {
  transition: opacity 0.4s;
  opacity: 0;
  overflow: clip;
}
/* アコーディオンが開いている場合 */
.company-details[open] > :not(summary) {
  opacity: 1;
}
/* アコーディオンが開いた時のアイコン */
.company-details[open] .summary-icon {
  transform: rotate(180deg);
}
.company-summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 6px;
  align-items: center;
  padding-block: 16px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.8rem;
  list-style-type: none;
	padding-left: 0;
	transition:padding-left 0.4s,color 0.4s;
}
/* Safariのアイコン消去 */
.company-summary::-webkit-details-marker {
  display: none;
}
.company-summary:hover{
	padding-left: 1em;
	color: var(--main-color);
}
/* アイコン */
.summary-icon {
  display: block;
  position: relative;
  width: 24px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
/* アイコンのスタイル */
.summary-icon::before,
.summary-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--main-color);
}
.summary-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.summary-icon::after {
  right: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
		.vision-txt{
	width: 100%;
}
	.vision-img{
	width:66.666%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 64px;
}
#vision-cover{
		height: 100%!important;
	padding-top: 72px;
	padding-bottom: 96px;
	}
	.bg-76-fff {
background: linear-gradient(to left, #fff 0% 80%, #fafafa 80%);
}
.vision-img.gmap-wrp {
		width: 100%;
	margin-bottom: 0;
	}
	.company-table th,
	.company-table td{
		width: 100%;
		display: block;
	}
	.company-table th{
		border-top: 0;
		border-bottom: 0;
		font-weight: 400;
}
	.company-table td{
		padding-top: 0;
		border-top: 0;
	}
	.company-table{
		border-top: 1px solid var(--line-color);
	}
	.gmap {
  padding-top: 125%;

}
}
/*****************************************************
マイコホーム皮膚糸状菌*/


.mycohome-exlink{
	border-top: 1px solid var(--line-color);
	border-bottom: 1px solid var(--line-color);
	margin-inline:auto;
	padding-block:1em;
}
.mycohome-profile-img{
	width: 10%;
}
.mycohome-profile-img img{
	border-radius: 50%;
}
.mycohome-profile-txt{
	width: 80%;
	
}
.mycohome-feature-wrp{
	color:var(--txt-color);
}

.mycohome-feature{
	width: 32%;
	padding: 3em 3%;
	border:2px solid var(--main-color);
	border-radius: 24px;
}
.mycohome-faq-a{
	display: block!important;
}

.l-w-22{
	width: 22%;
	text-align: center;
	font-size: 1.5rem;
}
.mycohome-rec-img img{
	border-radius: 50%;
}

.l-w-service-48{
}
.mycohome-service .note-box-3-txt{
	padding: 2em 3em!important;
	border: none!important;
}

 .fukidashi {
            position: relative;
            background-color: #ffffff;
            border: 3px solid #ff8c00;
            border-radius: 16px;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            text-align: center;
            white-space: nowrap;
            flex: 1;
            min-width: 200px;

        }
        
        /* 左側の矢印（しっぽ部分） */
        .fukidashi::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 10px solid #ff8c00;
        }
        
        /* 左側の矢印の内側（白い部分） */
        .fukidashi::after {
            content: '';
            position: absolute;
            left: -6px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 6px solid #ffffff;
        }
        
        /* チェックマークのスタイル調整 */
        .fukidashi {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        /* デスクトップ対応 */
        @media screen and (min-width: 769px) {
            /* 中央の要素に左右マージン追加 */
            .fukidashi:nth-child(2) {
                margin-left: 40px;
                margin-right: 40px;
            }
        }
        
        /* スマートフォン対応 */
        @media screen and (max-width: 768px) {
					.mycohome-feature{
	width: 100%;
						margin-bottom: 1em;
						padding: 2em;
					}
					.mycohome-exlink{
						width: 90%;
}
            .mycohome-profile-img{
	width: 24%;
}
					.l-w-22{
	width: 48%;
						margin-bottom: 1.5em;
}

.mycohome-profile-txt{
	width: 64%;
	
}
            .fukidashi {
                width: 100%;
                min-width: auto;
							margin: .25em;
            }
        }


/*****************************************************
検査、ノート共通ヘッダ */
.note-wrp {
margin-top: 62px;
}
.service-wrp {
margin-top: 30px;
}
.page-header {
  padding-left: 5%;
  /*	padding-right: 2%;*/
  background: #fafafa;
  margin-bottom: 80px;
}
.page-header .title-shoulder-border {
  margin-bottom: 8px;
}
.page-header-txt {
  width: 30%;
}
.service-wrp .page-header-txt-service-index {
  width: 40%;
}
.page-header-img {
  width: 63%;
}
.note-wrp .page-header-img {
	padding-right: 2%;
}
.page-header-img.page-header-img-service-index {
  width: 54%;
}
.page-header .title-large {
  margin-bottom: 16px;
}
.page-header.page-header-service .title-large {
/*  margin-bottom: 0;*/
}

@media screen and (max-width: 1024px) {
  /*
	  .category-hdr-title-wrp, .category-hdr-title-wrp-wide {
    width: 100%;
  }
*/
  .category-hdr { /*contact,company*/
    padding-top: 104px;
    /*padding-bottom: 120px;*/
		padding-bottom: 80px;/*contact*/
    line-height: 1.6;
		margin-top: 80px;/*header分*/
  }
	  .note-wrp .category-hdr  { /*note*/
    padding-top: 104px;
		padding-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .note-wrp {
    margin-top: 137px;
  }
	.service-wrp {
    margin-top: 137px;
  }
  .page-header {
    padding-left: 0;
    margin-bottom: 40px;
  }
 .page-header.page-header-service {
    margin-bottom: 96px;
  }
	.service-wrp .page-header-txt-service-index {
  width: 100%;
		padding-left: 5%;
		padding-right: 5%;
}
  .page-header-txt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 72px;
  }
	.page-header-service   .page-header-txt {
    margin-bottom: 16px;
  }
	.page-header-img.page-header-img-service-index {
  width: 100%;
}
  .page-header-img {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .category-hdr .title-shoulder { /*contact*/
    line-height: 1.6;
  }
}
/*****************************************************
サービス */

.test-index-feature{
	width: 33.3333%;
	padding: 72px 5%;
	color: #fff;
}

.table-service-flow{
	width: 100%;
}
.table-service-flow-num,
.table-service-flow-txt
{
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  padding-top: 32px;
	padding-bottom: 32px;
	text-align: left;
}

.table-service-flow-num{
	line-height: 1;
	width: 26%;
/*	  vertical-align: top;*/
	font-size: 1.8rem;
	font-weight: 500;
}
.table-service-flow-num span{
		color: var(--sub-color2);
	
	
	margin-right: 2em;
}

.table-service-flow-txt{
	width: 64%;
	
}

.l-w-service-48{
	width: 48%;
}
.l-w-service-48-img{
	position: relative;
}
.iconNew {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: var(--main-color) transparent transparent transparent;
	line-height: 80px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.iconNew span {
	font-size: 2rem;
	font-weight: 400;
	display: block;
    margin-top: -92px;
    margin-left: 0.8em;
}

.gcal-wrp {
height: 0;
padding-top: 100%;
overflow: auto;
	-webkit-overflow-scrolling:touch;
position: relative;
}
.gcal-wrp  iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


@media screen and (max-width: 768px) {
	.test-index-feature{
	width: 100%;
}

	.table-service-flow td{
		display: block;
	}
	.table-service-flow-num,
	.table-service-flow-title{
			border: none;
	}
		.table-service-flow-num	{
			width: 100%
	}
	.table-service-flow{
		border-top: 1px solid var(--line-color);
	}
.table-service-flow-txt{
	width: 100%;
	border-top: none;
	padding-top: 0;
	}
	.l-w-service-48{
		width: 100%;
	}
	.l-w-service-48:first-of-type{
		margin-bottom: 24px;
	}
	.gcal-wrp {
height: 0;
padding-top: 100%;
	}
}

/*****************************************************
FAQ*/
  .faq-set {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--line-color);
  }
  .faq-set-first {
    border-top: 1px solid var(--line-color);
    padding-top: 24px;
  }
  .faq-txt{
    width: calc(100% - 64px);
    padding-top: 9px;
  }
  .faq-q {
    font-weight: 400;
    cursor: pointer;
  }
  .icon-faq-q {
    font-weight: 600;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--line-color);
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .faq-a {
    display: none;
    margin-top: 32px;
  }
  .icon-faq-a {
    font-weight: 400;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
		color: var(--main-color);
  }


/*****************************************************
ノート */
.l-main-section {}
.l-main-section-img {
  width: 50%;
}
.l-main-section-txt-wrp {
  width: 45%;
}
/*****************************************************
ノート2 医真菌の分類 */

.note-box-3-wrp .swiper-container{
	height: auto;
}
.note-box-3 {
  width: 31%;
}
.note-slide {
  /*	overflow: hidden;*/
}
.note-box-3-txt{
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  background-color: #fff;
  padding: 32px 24px;
}
.table-scroll-x {
  overflow-x: scroll;
}
.table-basic {
/*  background-color: #fff;*/
  width: 100%;
 /* min-width: 830px; for-table-scroll-txtと合わせて設定*/
	font-size: 1.4rem;
/*	table-layout: fixed;*/
}
.table-basic.table-basic-no-bg{
	background-color: transparent;
}
.table-w-100{
	min-width: 100%;
}
.company-table{
	min-width: 100%;
}
.for-table-scroll-txt {
  display: none
}
.table-basic td, .table-basic th {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  padding: 14px;
  vertical-align: top;
	font-weight: 400;
}
.table-basic td{
	background-color: #fff;
}
.table-cell-28 {
  width: 28%;
}
.table-cell-20 {/*service top, */
  width: 20%;
}
.table-cell-26 {/*service top, */
/*  width: 26.6666%;*/
	width: 20%;
}
.table-cell-no-frame{
	border-bottom: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	background-color: transparent!important;
}

.table-cell-40{/*serice top, */
	width: 40%;
}
.table-cell-main-color {
  background-color: var(--main-color);
  color: #fff;
}
.table-cell-sub-color2 {
  background-color: var(--sub-color2);
  color: #fff;
}
.table-cell-sub-color3 {
  background-color: var(--sub-color3);
  color: #fff;
}
.table-cell-sub-color4 {
  background-color: var(--sub-color4);
  color: #fff;
}
.table-cell-border-right-wh {
  border-right: 1px solid #fff !important;
}
.table-cell-border-right-wh-to-ccc {
  border-right: 1px solid #fff !important;
}
.table-fixed-hdr{
	white-space: nowrap;
}
.kusuri-bunrui-table {}
@media screen and (max-width: 1265px) {
  .for-table-scroll-txt {
    display: block
  }
  .table-fixed-hdr {
    position: sticky;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main-section-img, .l-main-section-txt-wrp, .note-box-3 {
    width: 100%;
  }
  .note-box-3 {
    margin-bottom: 32px;
  }
  .note-box-3:last-child {
    margin-bottom: 0;
  }
  .l-main-section-img {
    margin-bottom: 64px;
  }
  .l-main-section-txt {
/*    margin-bottom: 40px;*/
  }
  /*薬の分類表*/
  .kusuri-bunrui-table .table-basic {
    min-width: 100%;
  }
  .kusuri-bunrui-table .table-basic th, .kusuri-bunrui-table .table-basic td {
    display: block;
    width: 100%;
    margin-top: -1px; /*線のダブりを回避*/
    text-align: left;
  }
	.table-cell-border-right-wh-to-ccc {
  border-right: 1px solid var(--line-color);
}
}
/*****************************************************
CONTACT*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--sub-color2);
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em;
    padding: 1em 1.25em;
}
.frm-step {
  width: 100%;
}
.frm-step li {
  width: 50%;
  text-align: center;
  padding: 16px 0;
  border-right: 1px solid #fff;
  line-height: 1;
}
.frm-step li:last-child {
  border-right: none;
}
.step-off {
  background: #f1f1f1;
}
.step-on {
  background-color: var(--sub-color1);
  color: #fff;
}
.form-item-wide {
  width: 100%;
}
.form-wrp{
	font-weight: 400;
}
.tbl-hdr {
  padding: 16px 1.8em 16px 0;
  width: 30%;
  vertical-align: top;
	font-weight: 400;
}
.tbl-hdr .hissu {
  margin-left: .5em
}

.answer {
  padding: 16px 0;
  width: 70%;
}
.contact-page-confirm .tbl-hdr, .contact-page-confirm .answer {
  padding: 24px 1.8em 24px 0;
}
.form-item-wide {
  width: 100%;
}
.hissu {
  color: #c00;
  font-size: 1.4rem;
  font-weight: 500;
}
input[type=submit] {}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line-color);
  padding: 1em;
  background: #f3f3f3;
  font-weight: 400;
	line-height: 1.75;
}
::placeholder {
  color: #cacaca;
}
/*
input[type=checkbox] {
  display: none;
}
*/
input[type="checkbox"], input[type="radio"] {
  margin-right: 1em;
}
.mwform-checkbox-field-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  width: auto;
}
.mwform-checkbox-field-text,
.mwform-radio-field-text{
	font-weight: 100;
}

.contact-process .privacy-policy-txt{
	display: none;
}
/*
.mwform-checkbox-field-text:before {
  background: #fff;
  border: 1px solid #999;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius: 4px;
}
.mwform-checkbox-field-text:after {
  border-right: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
*/
input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.btns {
/*  max-width: 640px;*/
}
.contact-index .btn-50.float-r {
  float: none;
}
@media not all and (min-width: 769px) {
  .tbl-hdr, .answer {
    width: 100%;
    display: block;
    padding: 32px 0;
  }
  .answer {
    border-bottom: 1px solid #cacaca;
    padding-top: 0;
  }
  .contact-page-confirm .tbl-hdr {
    padding-bottom: 0;
  }
}
/*****************************************************
NEWS LIST*/
.news-list-date {
  width: 25%;
  font-weight: 400;
  color: var(--sub-color2);
}
.news-list-title {
  font-size: 1.6rem;
  font-weight: 400;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-entry-hdr {
  padding-top: 130px;
  padding-bottom: 104px;
}
.news-entry-date {
  font-size: 1.8rem;
  color: var(--sub-color2);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news-entry-hdr {
    padding-top: 104px;
    padding-bottom: 72px;
  }
  .news-list-date, .news-list-title {
    width: 100%;
  }
  .news-list-date {
    margin-bottom: 24px;
  }
}
/*****************************************************
REPORT*/
.report-wrp {
  margin-top: 80px;
  background: #F9FDF4;
}
.report-wrp-note-index.report-wrp {
  margin-top: 0;
  background: #F9FDF4;
}
.report-hdr {
  transform: translateY(-18px);
/*	padding-bottom: 142px;*/
}
/*****************************************************
REPORT LIST*/
.report-entry-list {
  border-bottom: 1px solid var(--line-color);
}
.report-entry-list:first-child {
  border-top: 1px solid var(--line-color);
}
.entry-thumb {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.entry-thumb:before {
  content: '';
  display: block;
  padding-top: 66.67%;
}
.entry-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.report-entry-txt-wrp {
  width: 64%;
}
.report-entry-list .entry-meta {
  margin-bottom: 1em;
}
.entry-date {
  color: var(--sub-color2);
}
.report-entry-list .entry-title {
  margin-bottom: 16px;
}
/*.entry-category {
  font-size: 1.2rem;
  padding: .3em 2em;
  display: inline;
  background: #fff;
  line-height: 1;
  margin-top: 0.4em;
  margin-right: 24px;
}*/
/*
.report-entry-txt-wrp .entry-category, .report-wrp .entry-category {
  margin-right: 24px;
}
*/
.entry-category a {
  color: #fff !important;
}
.entry-category-others {
  background-color: #9E9E9E;
}
.entry-category-dog {
  background-color: #4CAF50;
}
.entry-category-cat {
  background-color: #8D6E63;
}
.entry-category-bird {
  background-color: #CDDC39;
}
.entry-category-other-animal {
  background-color: #FB8C00;
}
.entry-category-dermatomycosis {
  background-color: #009688;
}
.entry-category-cryptosporidiosis {
  background-color: #E64A19;
}
.entry-category-case {
  background-color: #0069e8;
}
.entry-category-info {
  background-color: #666;
}
.entry-category-testimonial {
  background-color: #3e2723;
}
.entry-category-antifungal-drug {
  background-color: var(--sub-color1);
}
/*****************************************************
REPORT ENTRY*/
.report-entry .entry-title {
  margin-bottom: 24px;
}
.entry-eyecatch {}
.entry-eyecatch img {}
/*****************************************************
REPORT ASIDE*/
.md-aside-section {
  margin-bottom: 48px
}
.md-aside-section:last-child {
  margin-bottom: 0
}
.aside-cap {
  border-top: 1px solid var(--sub-color2);
  padding-top: 32px;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: .1em;
	font-weight: 400;
}
.aside-cap-no-title{
	padding-top: 0;
}
.aside-cap-this-page {
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 16px;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.aside-list {
  font-size: 1.4rem;
  line-height: 2;
}
.aside-list li {}
.gallery-search {
  position: relative;
}
.gallery-search input[type="text"] {
  width: 100%;
  border: 1px solid #999;
  border-radius: 28px;
  padding: .65em 1em;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
}
.gallery-search input[type="submit"] {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  border: none;
  background-image: url("../../../mycolabo2025/asset/images/icon-search.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.select-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}
.select-wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.select-wrap select {
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #CFD8DC;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
  font-size: 1.3rem;
}
.select-wrap select::-ms-expand {
  display: none;
}
/*****************************************************
REPORT LIST RECENT*/
.report-entry-list-recent-wrp {
  border-bottom: 1px solid var(--line-color);
  border-top: 1px solid var(--line-color);
}
.report-entry-list-recent {
  width: 23%;
  margin-bottom: 24px;
	margin-left: 1%;
	margin-right: 1%;
}
.report-entry-list-recent .entry-thumb, .report-entry-list-recent .report-entry-txt-wrp {
  width: 100%;
}
.report-entry-list-recent .entry-meta {
  margin-bottom: .4em;
}
@media screen and (max-width: 768px) {
  .report-wrp {
    margin-top: 204px;
  }
	
	.report-hdr.mgn-bottom-high {
    margin-bottom: 40px;
}
  .report-entry-txt-wrp, .entry-thumb, .report-entry-list-recent {
    width: 100%;
  }
  .report-entry-list-recent {
    margin-bottom: 56px;
  }
  .entry-thumb {
    margin-bottom: 32px;
		background-color: #fafafa;
  }
  .report-entry-list-recent .entry-thumb {
    margin-bottom: 16px;
  }
	
	.report-hdr .title-large-color,
	.report-hdr .title-large-color a{
		font-size: 2.4rem;
		margin-bottom: 0;
	}
}
/*****************************************************
NEWS ENTRY*/
.entry-page .entry-meta {
  padding-top: 104px;
  padding-bottom: 24px;
}
.entry-page .entry-meta * {
  margin-bottom: 40px;
  display: block;
}
.entry-page .entry-date {
  color: var(--sub-color2);
}
.entry-page .entry-cat {
  background: none;
  text-align: center;
  color: #354531;
  font-size: 1.6rem;
  position: static;
  top: auto;
  left: auto;
  z-index: 1;
  padding: 0;
}
.entry-body {
  font-size: 1.6rem;
  line-height: 2;
}
.img-set figure {
  width: 47.6%
}
.entry-sns li {
  display: inline-block;
}
.entry-sns li a {
  font-size: 3rem;
  color: #009845 !important
}
.entry-list-1st .entry-body, .entry-list-2-3 .entry-body, .entry-list .entry-body {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .entry-shop-list {
    column-count: 2;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .entry-page .entry-meta {
    padding-top: 80px;
  }
  .entry-page .entry-meta * {
    margin-bottom: 16px;
  }
  .entry-list-wrp .entry-list.entry-page-list {
    width: 46%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .entry-list-wrp .entry-list.entry-page-list .entry-body {
    display: none;
  }
}
/*****************************************************
PAGE NAVI*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff;
  margin: 0 8px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi span.pages {
  margin-right: 12px;
  border: none;
  background: none;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  margin-left: 12px;
  border: none;
  background: none;
}
.page, .extend {
  width: 40px;
  height: 40px;
  border: 1px solid var(--main-color);
  line-height: 40px;
  transition: background-color .6s ease-out;
}
.wp-pagenavi span.current {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  opacity: 1 !important;
  line-height: 40px;
  color: #fff !important;
}
a.nextpostslink, a.previouspostslink {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
}
a.nextpostslink img, a.previouspostslink img {
  padding-bottom: 12px;
}
.page:hover, .extend:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  opacity: 1;
}
.pager {
  border-bottom: 1px dotted var(--line-color);
  border-top: 1px dotted var(--line-color);
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
	font-size: 1.3rem;
}
.arrow-left {}
.arrow-right {
  line-height: 1;
  position: relative;
  padding-right: 24px;
}
.arrow-right::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../../mycolabo2025/asset/images/arrow-bg-sub2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.btn-prev {
  text-align: left;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-next {
  text-align: right;
  padding-left: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pager-entry {
  vertical-align: middle;
}
.pager-anchor {
  line-height: 1;
}
.btn-prev span, .btn-prev .pager-title {
  margin-right: 1em;
}
.btn-next span, .btn-prev .pager-title {
  margin-left: 1em;
}
.btn-prev .pager-title, .btn-next .pager-title {
  padding-bottom: 2em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-aside {
  border-top: 2px solid #000;
  padding-top: 2em;
  width: 31%;
  font-size: 1.4rem;
}
.blog-aside.words-category-list {
  width: 65.6%;
}
.blog-aside.words-category-list .aside-list li {
  display: inline;
}
.blog-aside.words-category-list .aside-list li:after {
  content: ', ';
}
.blog-aside.words-category-list .aside-list li:last-child:after {
  content: '';
}
blog-aside {}
@media screen and (max-width: 768px) {
  .news-entry .entry-hdr {
    padding-top: 84px;
    padding-bottom: 72px;
  }
  .entry-eyecatch {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 32px;
  }
  .news-entry .entry-body {
    max-width: 100%;
    margin-bottom: 64px;
  }
  .news-entry .entry-body h3, .news-entry .entry-body p {
    width: 100%;
    max-width: 100%;
  }
  .entry-img-2.l-flex-wrp figure, .entry-img-2.l-flex-wrp img {
    width: 100%;
    max-width: 100%;
  }
  .entry-img-2.l-flex-wrp figure:first-child, .entry-img-2.l-flex-wrp img:first-child {
    margin-bottom: 32px;
  }
  .pager {
    font-size: 1.3rem;
/*    width: calc(100% - 48px);*/
		margin-bottom: var(--size-high);
  }
  .pager div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    padding-top: .6em;
    padding-bottom: .2em;
  }

  .pager .txt-c {
    display: none;
  }
  .blog-aside, .blog-aside.words-category-list {
    width: 100%;
    max-width: 100%;
  }
}
/*****************************************************
DRAWER */
/*
.btn-drawer {
  display: block;
  position: fixed;
  top: 8px;
  right: 24px;
  width: 72px;
  height: 72px;
  line-height: 70px;
  cursor: pointer;
  z-index: 9999;
  font-size: 1.3rem;
  border: 2px solid #009845;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: width .8s ease-out, height .8s ease-out, background-color .8s ease-out, font-size .8s ease-out;
}
a.btn-drawer:hover {
  background: var(--size-ex-low);
  color: #fff !important;
  box-shadow: 0 0 4px rgba(77, 84, 91, .8);
}
.btn-drawer-inner {
  display: block;
  color: #009845 !important;
}
.btn-drawer-inner:hover {
  color: #fff !important;
	}
*/
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.btn-drawer {
  display: none;
  position: fixed;
  top: 5vw;
  right: 5%;
  width: 28px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  transition: top .8s ease-out !important;
  z-index: 9999;
}
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 28px;
  height: 12px;
}
/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--main-color);
  width: 100%;
}
.openbtn1 span:nth-of-type(1) {
  top: 0;
}
.openbtn1 span:nth-of-type(2) {
  top: 8px;
}
.openbtn1 span:nth-of-type(3) {
  top: 16px;
}
/*activeクラスが付与されると閉じるボタンとbodyを固定する*/
.openbtn1.hum-active, .body-wrp {
  position: fixed;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.hum-active span:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.openbtn1.hum-active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.hum-active span:nth-of-type(3) {
  top: 12px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
/*これをアクティブにすると、クリックしてズレる
.body-wrp{
	overflow: hidden!important;
}
*/
.drawer {
  display: block;
  position: fixed;
  background: #fff;
  padding: 3%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out;
  overflow: auto;
  z-index: 9997;
	border: 10px solid var(--main-color);
}
.drawer.drawer-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  left: 0;
}
.drawer-menu {
  background-color: #fff;
  height: 100%;
  width: 100%;
  list-style: none;
  position: relative;

}
.drawer-menu-inner {
  width: 100%;
  position: absolute;
	left: 0;
	top: 0;
/*
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
  padding-left: 5%;
  padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 10%;
}
.drawer-logo {
  width: 64px;
  margin: 0 auto 24px;
}
.drawer-list {
  padding: 1em 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  border-bottom: 1px dotted var(--main-color);
  color: var(--sub-color2);
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drawer-list-wrp {
  border-top: 1px dotted var(--main-color);
}
.drawer-credit {
  font-size: 1.4rem;
	line-height: 1.6;
}
.drawer-credit span {
  font-size: 1.5rem;
  margin-bottom: .5em;
  display: block;
}
.drawer-credit .ftr-sns {
  margin-top: -.5em;
	text-align: center;
}
.drawer-credit .ftr-sns li {
  margin:0 4px;
}
.drawer-menu-inner a.btn-gradient {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1040px) {
  .btn-drawer {
    display: block;
    top: 30px;
    right: 16px;
    font-size: 1rem;
  }
}
/**********************************************************************************************************
reCAPTCHA　contact-indexクラスがない場合だけreCAPTCHAバッジを非表示******************************************************/
body:not(.contact-index) .grecaptcha-badge {
  visibility: hidden;
}