@charset "UTF-8";

body {
  margin: 0;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}
a {
  cursor: pointer;
}
li {
  list-style: none;
}
.w-100 {
  width: 100%;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.bg-plgreen {
  background-color: #f9f9f9;
}
.flex-al_center {
  align-items: center;
}
.tex-l {
  text-align: left;
}

/* ヘッダーとフッターなど共通パーツのcssです */

/* header */
#logo img {
  image-rendering: -webkit-optimize-contrast;
}
a:link {
  text-decoration: none;
  /* color: #000 !important; */
}
.-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.-flex_sb {
  justify-content: space-between;
}
.-flex_st {
  justify-content: flex-start;
}
.bg-gray {
  background-color: #f9f9f9;
}
[]
.bg-plgreen {
  background-color: #f7fcf6;
}

.menu-link {
  display: block;
  line-height: 22px;
  padding: 20px 10px;
  color: #000 !important;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.primary-menu a:hover {
  color: #87c29d;
}

.menu-container {
  display: none;
  list-style: none;
  margin: 0;
  width: 100%;
}

.header-top {
  height: 30px;
  line-height: 30px;
  background-color: #87c29d;
  z-index: 999;
  width: 100%;
  color: #000;
  text-align: center;
  vertical-align: center;
  font-size: 11px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .header-top {
    height: auto;
    line-height: 20px;
  }
}

.header-top-container {
  display: flex;
  justify-content: space-between;
  /* width: 1050px; */
  max-width: 100%;
  margin: 0 auto;
}

.header-top-container-link a {
  margin: 0 10px;
  color: #000;
}

.header-top-container-link a::after {
  content: "|";
  color: #000;
  margin-left: 7px;
}

.header-middle {
  display: flex;
  z-index: 999;
  width: 100%;
  text-align: center;
  vertical-align: center;
  margin: 0 auto;
  justify-content: center;
}

.sc_header-container {
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .sc_header-container {
    max-width: 95% !important;
  }
}
/*----- header -----*/

header {
  width: 100%;
  background: #fff;
  border-bottom: #29a66c solid 1px;
}

header .header {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0;
}

header .header > div .tel-box {
  margin-right: 5px;
  padding: 5px 12px 5px 52px;
  border: #afc9cf solid 1px;
  background: url(../img/header_tel.png) no-repeat 7px center;
}

header .header > div .tel-box em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

header .header > div .tel-box p {
  font-size: 14px;
}

header .header > div a[href="form01.php"] {
  margin-right: 5px;
}

#header-wrap {
  background-color: #fff;
}
/* ----------------------------------------------------------------
Header
-----------------------------------------------------------------*/

#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

#header-wrap {
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 6px -1px rgb(0 0 0 / 36%);
}

.header-wrap-clone {
  display: none;
}

.header-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  /* width: 1050px; */
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header-row {
    height: 60px;
  }
}

.header-top-container,
.header-row {
  width: 95%;
}

#header-wrap {
  position: fixed !important;
  height: auto;
  z-index: 299;
  top: 0;
}

.sub-menu-container {
  font-weight: normal !important;
  color: #000 !important;
}

@media (min-width: 992px) {
  .sub-menu-container .menu-item > .menu-link {
    color: #000;
    font-size: 0.8rem;
    padding: 10px 15px;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .sub-menu-container .menu-item > .menu-link i {
    vertical-align: middle;
  }
  #header-wrap {
    /* position: fixed;
    height: auto; */
    z-index: 299;
    transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
  }
  #top-bar + #header:not(.sticky-header) #header-wrap,
  #slider + #header:not(.sticky-header) #header-wrap,
  .floating-header:not(.sticky-header) #header-wrap,
  div + #header-wrap,
  .no-sticky #header-wrap,
  [data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header)
    #header-wrap,
  body:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute;
  }
  .header-wrap-clone {
    display: block;
    height: calc(100px + 1px);
  }
  .header-size-sm .header-wrap-clone {
    height: calc(60px + 1px);
  }
  .header-size-md .header-wrap-clone {
    height: calc(80px + 1px);
  }
  .header-size-lg .header-wrap-clone {
    height: calc(120px + 1px);
  }
  .header-row {
    position: initial;
  }
  #header.transparent-header,
  #header.transparent-header:not(.sticky-header) #header-wrap {
    background: transparent;
    border-bottom: 1px solid transparent;
    z-index: 299;
  }
  #header.transparent-header.semi-transparent #header-wrap {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header.transparent-header.floating-header {
    margin-top: 60px;
  }
  .transparent-header.floating-header .container {
    background-color: #fff;
    padding: 0 30px;
  }
  .transparent-header.floating-header:not(.sticky-header) .container {
    position: relative;
  }
  #header + .include-header {
    margin-top: calc(-100px - 2px);
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  #header.header-size-sm + .include-header {
    margin-top: calc(-60px - 2px);
  }
  #header.header-size-md + .include-header {
    margin-top: calc(-80px - 2px);
  }
  #header.header-size-lg + .include-header {
    margin-top: calc(-120px - 2px);
  }
  #header.floating-header + .include-header {
    margin-top: calc(-160px - 2px);
  }
  #header.transparent-header + .page-title-parallax.include-header .container {
    z-index: 5;
    padding-top: 100px;
  }
  #header.full-header:not(.transparent-header) {
    border-bottom-color: #eee;
  }
  .stretched .full-header #header-wrap > .container {
    width: 100%;
    max-width: none;
    padding: 0 30px;
  }
  #header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  /* ----------------------------------------------------------------
    Sticky Header
-----------------------------------------------------------------*/
  #logo img {
    -webkit-transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease,
      opacity 0.3s ease;
    transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease,
      opacity 0.3s ease;
  }
  /* #logo img {
    max-height: 100%;
} */
  /* #logo {
        padding-top: 0 !important;
    } */
  .sub-menu-container,
  .mega-menu-content {
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease;
  }
  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .sticky-header.full-header #header-wrap {
    border-bottom: 1px solid #eee;
  }
  .sticky-header.semi-transparent {
    background-color: transparent;
  }
  .semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* Primary Menu - Style 3
-----------------------------------------------------------------*/
  .sticky-header .style-3 .menu-container > .menu-item > .menu-link {
    margin: 0;
    border-radius: 0;
  }
  /* Primary Menu - Style 4
-----------------------------------------------------------------*/
  .sticky-header .style-4 .menu-container > .menu-item > .menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0;
  }
  /* Primary Menu - Style 5
-----------------------------------------------------------------*/
  .sticky-header-shrink .style-5 .menu-container > .menu-item {
    margin-left: 2px;
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item:first-child {
    margin-left: 0;
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link {
    line-height: 22px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .sticky-header-shrink
    .style-5
    .menu-container
    > .menu-item
    > .menu-link
    > div {
    padding: 0;
  }
  .sticky-header-shrink
    .style-5
    .menu-container
    > .menu-item
    > .menu-link
    i:not(.icon-angle-down) {
    display: inline-block;
    width: 16px;
    top: -1px;
    margin: 0 6px 0 0;
    font-size: 0.875rem;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .sticky-header .header-wrap-clone {
    display: block;
  }
  .sticky-header .menu-container {
    max-height: 60vh;
    margin: 1rem 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body:not(.primary-menu-open) .dark.transparent-header-responsive,
  body:not(.primary-menu-open) .transparent-header-responsive {
    background-color: transparent;
    border: none;
  }
  body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
}
/* ----------------------------------------------------------------
Logo
-----------------------------------------------------------------*/

#logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  /* margin-right: auto; */
  max-height: 100%;
}

#logo a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

#logo a.standard-logo {
  display: -ms-flexbox;
  display: flex;
}

#logo a.retina-logo {
  display: none;
}

@media (min-width: 992px) {
  .full-header #logo {
    /* padding-right: 30px; */
    /* border-right: 1px solid #EEE; */
  }
  #header.transparent-header.full-header #logo {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .sticky-header-shrink #header-wrap #logo img {
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  #logo a.standard-logo {
    display: none;
  }
  #logo a.retina-logo {
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    align-items: flex-start;
  }
  .sc_header-container {
    padding: 0;
    margin: 0;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    position: fixed;
    display: block;
    z-index: 499;
    width: 280px;
    height: 100%;
    height: calc(100vh);
    max-height: none !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 35px 25px 60px !important;
    background-color: #fff;
    border-right: 1px solid #eee !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  #header:not(.sticky-header)
    .mobile-menu-off-canvas.from-right
    .menu-container {
    left: auto !important;
    right: 0;
    border-right: 0 !important;
    border-left: 1px solid #eee !important;
    -webkit-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0);
  }
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.2s ease !important;
    -o-transition: -o-transform 0.3s ease-in-out, opacity 0.2s ease !important;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease !important;
  }
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.full-header .primary-menu .menu-container {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

.transparent-header.full-header .primary-menu .menu-container {
  border-right-color: rgba(0, 0, 0, 0.1);
}

#side-panel,
.side-push-panel.stretched #wrapper,
.side-push-panel.stretched #header .container {
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.side-panel-left #side-panel,
.side-panel-left.side-push-panel.stretched #wrapper,
.side-panel-left.side-push-panel.stretched #header .container,
.side-push-panel.stretched .slider-inner {
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
/* ハンバーガー */

#nav-open,
.accordion-container {
  display: none;
}

@media (max-width: 992px) {
  /* ハンバーガー */
  .accordion-container {
    display: block;
  }
  #nav-open {
    display: inherit;
    width: 35px;
    height: 22px;
    vertical-align: middle;
    /* margin-top: -132px; */
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    transition: all 0.4s;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #063;
    display: block;
    content: "";
    cursor: pointer;
    z-index: 9999;
    /*最前面*/
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*中身*/
  #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.2s ease-in-out;
  }
  #nav-content.open {
    display: block;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    /*背景色*/
    /* overflow: hidden; */
    overflow-y: scroll;
    /*ブラー効果でボヤけた部分を非表示*/
    -webkit-overflow-scrolling: touch;
  }
  /*:beforeにぼかし効果を設定する*/
  #nav-content.open:before {
    content: "";
    /* overflow: hidden; */
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
    /*重なり順序を一番下にしておく*/
  }
  /*チェックが入ったら表示する内容*/
  .hamburger-top {
    height: 40px;
    /*×ボタンと被らないように*/
  }
  .category {
    text-align: center;
    margin-top: 2rem;
  }
  .category-title {
    padding: 0.5rem;
    margin-left: -2rem;
    list-style: none;
  }
  .category-title a {
    color: #333;
    text-decoration: none;
  }
  /*三本線を動かす*/
  #nav-open.active span {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    background-color: #063;
  }
  #nav-open.active span:before {
    -webkit-transform: translateY(-8px) rotate(45deg);
    /*打ち消す*/
    transform: translateY(-8px) rotate(45deg);
    /*打ち消す*/
    opacity: 0;
  }
  #nav-open.active span:after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }
  .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }
  .accordion-container .sp-menu-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
  }
  .accordion-container,
  .accordion-content p {
    font-size: 16px;
  }
  .sp-menu-title {
    text-align: left;
  }
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    color: #000 !important;
  }
  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: #000;
  }
  .accordion-title {
    position: relative;
  }
  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  .accordion-content {
    display: none;
    padding-left: 2.3125em;
    padding: 0.625em 0.625em 0.625em 2em;
    line-height: 2.2;
  }
  .accordion-content p {
    padding-left: 4.2em;
    text-align: left;
  }
  /* CSS for CodePen */
  .accordion-container {
    width: 300px;
    margin: 1.875em auto;
  }
}
/* ハンバーガー */
/* ----------------------------------------------------------------
Buttons
-----------------------------------------------------------------*/

.nav_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px 10px;
  padding: 8px 22px;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

@media (max-width: 1620px) {
  /* .btn-gradient-02,
    .btn-gradient-01 {
        display: none;
    } */
  .DT_contact_tel {
    display: none;
  }
}
/* 問い合わせボタン非表示 */

@media (max-width: 1501px) {
  .btn-pc {
    display: none;
  }
}

a.btn-gradient-01 {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e95f6f),
    to(#f39349)
  );
  background-image: -webkit-linear-gradient(left, #e95f6f 0%, #f39349 100%);
  background-image: linear-gradient(45deg, #e9855f 0%, #e7ba56 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-01:hover {
  background-color: #444;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-02 {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2075b8),
    to(#59baa7)
  );
  background-image: -webkit-linear-gradient(left, #2075b8 0%, #59baa7 100%);
  background-image: linear-gradient(45deg, #2075b8 0%, #59baa7 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-02:hover {
  background-color: #444;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-03 {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#16a085),
    to(#f4d03f)
  );
  background-image: -webkit-linear-gradient(left, #16a085 0%, #f4d03f 100%);
  background-image: linear-gradient(45deg, #488d95 0%, #50c58f 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-03:hover {
  background-color: #444;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
a.btn-gradient-04 {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e95f6f),
    to(#f39349)
  );
  background-image: -webkit-linear-gradient(left, #e95f6f 0%, #f39349 100%);
  background-image: linear-gradient(45deg, #e95f6f 0%, #f39349 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
a.btn-gradient-04:hover {
  background-color: #444;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
body:not(.device-touch) .nav_button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav_button.button-3d.button-light:hover,
.nav_button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}

.nav_button.button-reveal {
  /* padding-left: 28px;
    padding-right: 28px; */
  overflow: hidden !important;
}

.nav_button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav_button.button-reveal.button-border i {
  top: -2px;
}

.nav_button.button-reveal.text-right i {
  left: auto;
  right: -32px;
}

.nav_button.button-reveal.button-3d i,
.nav_button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

.nav_button.button-reveal.button-3d.text-right i,
.nav_button.button-reveal.button-rounded.text-right i {
  border-radius: 0 3px 3px 0;
}

.nav_button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .nav_button.button-reveal i,
body:not(.device-touch) .nav_button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.nav_button.button-reveal.button-mini {
  padding-left: 17px;
  padding-right: 17px;
}

.nav_button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
}

.nav_button.button-reveal.button-mini.text-right i {
  left: auto;
  right: -22px;
}

.nav_button.button-reveal.button-small {
  padding-left: 22px;
  padding-right: 22px;
}

.nav_button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
}

.nav_button.button-reveal.button-small.text-right i {
  left: auto;
  right: -26px;
}

.nav_button.button-reveal.button-large {
  padding-left: 32px;
  padding-right: 32px;
}

.nav_button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
}

.nav_button.button-reveal.button-large.text-right i {
  left: auto;
  right: -38px;
}

.nav_button.button-reveal.button-xlarge {
  padding-right: 40px;
  padding-left: 40px;
}

.nav_button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
}

.nav_button.button-reveal.button-xlarge.text-right i {
  left: auto;
  right: -44px;
}

.nav_button.button-reveal:hover i {
  left: 0;
}

.nav_button.button-reveal.text-right:hover i {
  left: auto;
  right: 0;
}

.nav_button.button-reveal:hover span {
  left: 16px;
}

.nav_button.button-reveal.button-mini:hover span {
  left: 11px;
}

.nav_button.button-reveal.button-small:hover span {
  left: 13px;
}

.nav_button.button-reveal.button-large:hover span {
  left: 19px;
}

.nav_button.button-reveal.button-xlarge:hover span {
  left: 22px;
}

.nav_button.button-reveal.text-right:hover span {
  left: -16px;
}

.nav_button.button-reveal.button-mini.text-right:hover span {
  left: -11px;
}

.nav_button.button-reveal.button-small.text-right:hover span {
  left: -13px;
}

.nav_button.button-reveal.button-large.text-right:hover span {
  left: -19px;
}

.nav_button.button-reveal.button-xlarge.text-right:hover span {
  left: -22px;
}

.nav_button.button-circle {
  border-radius: 20px;
}

.menu-link span {
  display: none;
}

.menu-link i {
  padding-left: 7px;
  color: #063;
}

.nav_contents_right {
  display: flex;
  align-items: center;
}

.header-misc a:hover {
  opacity: 1;
}

/* slick */
.slide_item {
  margin: 0 10px;
}

/* youtubeレスポンシブ */
.video {
  position: relative;
  width: 100%;
  margin: 10px auto 80px auto;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print {
  /* header {
        display: none;
    } */
  #header-wrap {
    position: unset !important;
  }
  #main {
    margin-top: 30px;
  }
  img {
    height: auto !important;
  }
}

.box {
  background: #eee;
  position: relative;
  overflow: hidden;
}
.box::before {
  content: "";
  padding-top: 76%;
  display: block;
}
.box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  object-fit: cover;
}

/* footer */
#footer a {
  color: #666 !important;
}

#footer a:hover {
  color: #666;
}

.end {
  height: 100px;
  background-image: url(../images/index2/footer_97.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#footer {
  height: auto;
  font-size: 10pt;
  padding-top: 15px;
  font-family: ＭＳ\ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
  color: #666;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 1.5;
}

.foot_logo {
  text-align: center;
}

.foot_text {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #604c3f;
}

.sitemap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: center;
  /* 中央揃え */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sitemap .company {
  width: calc(25% - 10px);
  margin: 5px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .site,
  .company {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.sitemap .site {
  width: calc(25% - 10px);
  margin: 5px;
  text-align: left;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

/* 後にtmpleに移動 */

.head_text {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* slick */

.slick-slide img {
  border: solid 1px #eee;
}

.head_text h1 {
  font-size: 20px;
}

h2.DT_top_message {
  font-size: 16px;
  line-height: 1.6rem;
}

.section {
  padding: 50px 0;
}

.section2 {
  padding: 25px 0;
}

.section_inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box
}

.section_inner_youtube {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.contents_header {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.contents_header .contents_ttl {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contents_header2 .contents_ttl {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 949px) {
  .section_inner {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
}

/* カラム設定 */
.column-1 {
  width: 100%;
}

.column-2 {
  width: calc(100% / 2 - 30px);
}

.column-3 {
  width: calc(100% / 3 - 30px);
}

.card_style {
  border-radius: 20px;
  background: #fff;
  border: solid 1px #999;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.section_service-for-corporations .card_style {
  margin-bottom: 80px;
}

.card_style h3 {
  padding: 30px 0;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 18px 18px 0 0;
}

.news h3 {
  padding: 15px 0;
  font-size: 17px;
}

.card_style img {
  width: 100%;
  display: block;
}

.card_ttl-red {
  background: #ee121d;
}

.card_ttl-green {
  background: #70a137;
}

.card_ttl-green2 {
  background: #007000;
}

.card_ttl-blue {
  background: #004188;
}

.card_ttl-blue2 {
  background: #4b82c3;
}

.card_ttl-turquoise {
  background: #2a8da6;
}

.card_ttl-purple {
  background: #460073;
}

.card_ttl-orange {
  background: #df9a48;
}

.card_ttl-pink {
  background: #cf7bb1;
}

.service_img {
  width: 80%;
  margin: 15px auto;
  border-radius: 20px;
}

.service_list {
  width: 80%;
  margin: 40px 0 40px 100px;
  border-radius: 20px;
}

.service_list_sangyoui {
  width: 80%;
  margin: 30px auto;
  margin-left: 60px auto;
  border-radius: 20px;
}

.service_list_ailes {
  width: 80%;
  margin: 30px auto;
  margin-left: 70px;
  border-radius: 20px;
}

.service_list_sc {
  width: 80%;
  margin: 30px auto;
  margin-left: 70px;
  border-radius: 20px;
}

.service_list_seminar {
  width: 80%;
  margin: 30px auto;
  margin-left: 90px;
  border-radius: 20px;
}

.service_list_anri {
  width: 80%;
  margin: 30px auto;
  margin-left: 70px;
  border-radius: 20px;
}

.service_list_hokenshi {
  width: 80%;
  margin: 30px auto;
  margin-left: 100px;
  border-radius: 20px;
}

.service_list_kyu_sangyoui {
  width: 80%;
  margin: 30px auto;
  margin-left: 80px;
  border-radius: 20px;
}

.service_list_kyu_hokenshi {
  width: 80%;
  margin: 30px auto;
  margin-left: 100px;
  border-radius: 20px;
}

.service_list_anrisleep {
  width: 80%;
  margin: 30px auto;
  margin-left: 50px;
  border-radius: 20px;
}

.service_list li a {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  font-weight: 450;
  margin-bottom: 22px;
  text-align: left;
  color: #000;
}

li:last-child {
  margin-bottom: 0 !important; /* 最後のリスト項目だけマージンをなくす */
}

.list_triangle {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.box-shadow1 {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow2 {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .column-2 {
    width: 100%;
  }
  .card_style h3 {
    padding: 30px 10px;
  }
}

/* ニュース・お知らせ */

.news .news_item:nth-child(n + 2) {
  border-top: solid 1px #999;
  box-sizing: border-box;
  margin-top: 15px;
  padding-top: 15px;
}

.cat-date {
  margin-bottom: 10px;
}

.cat-date .cat {
  display: inline-block;
  color: #fff;
  border-radius: 45px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-weight: 500;
  width: 72px;
  font-size: 12px;
  margin-right: 10px;
}

.cat.-red {
  background: #ee121d;
}

.cat.-oshirase {
  background: #70a137;
}

.cat.-media {
  background: #4682b4;
}

.cat.-data {
  background: #8a2be2;
}

.triangle-right {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  color: #51732a;
  line-height: 1;
  right: 18px;
  top: 37%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.8em;
  border-left-color: currentColor;
  border-right: 0;
}

.news ul {
  padding: 20px 60px;
}

.news p {
  text-align: left;
  line-height: 1.6rem;
  font-size: 15px;
}

/* 話題のキーワード */
.word_box .-flex {
  width: 90%;
  margin: 0 auto;
}

.word_box li {
  margin: 0 10px 20px;
}

.word_box li a {
  display: block;
  position: relative;
  border: 2px solid #51732a;
  font-size: 15px;
  font-weight: 600;
  color: #51732a;
  background: #fff;
  border-radius: 45px;
  padding: 15px 40px 15px 20px;
}

/* 医療職向けサービス */

.mypage_login {
  background-color: #f4ff8f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border-radius: 0 0 20px 20px;
  font-size: 27px;
  color: #007000;
  width: 100vw; /* ビューポート全体の幅を確保 */
  max-width: 100%; /* はみ出し防止 */
  box-sizing: border-box; /* paddingを含めて計算 */
}

.mypage_login .login_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  width: 100%; /* 幅を揃える */
}

.mypage_login_btn {
  display: block;
  width: 90%; /* 親要素に対して適切なサイズに */
  max-width: 400px; /* 最大幅を設定 */
  font-size: 27px;
  border-radius: 10px;
  padding: 15px;
  background-color: #007000;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(1, 64, 0, 1);
  text-align: center;
  box-sizing: border-box;
}

/* ドクタートラストについて */
.section_about_us .service_img {
  width: 100%;
}
.section_about_us .service_img img {
  object-fit: cover;
  width: 101%;
  height: 101%;
}
.about_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
}

.border_green {
  border: solid 1px #70a137;
}

.border_green2 {
  border: solid 1px #007000;
}

.border_blue {
  border: solid 1px #004187;
}
.border_gray {
  border: solid 1px #5b5b5b;
}
.border_bluegreen {
  border: solid 1px #1fa093;
}
.border_orange {
  border: solid 1px #df9a48;
}
.border_purple {
  border: solid 1px #460072;
}

/* メディア */
.media_list {
  justify-content: space-between;
}
.section_media .media_list2 {
  width: 55%;
  margin: 0 auto;
}
.media_list li {
  box-sizing: border-box;
  border: solid 1px #eee;
}
.media_list img {
  width: 100%;
  display: block;
}
.section_media .media_list1 {
  margin-bottom: 20px;
}
.section_media .media_list1 li {
  width: calc(100% / 4 - 10px);
}
.section_media .media_list2 li {
  width: calc(100% / 6 - 10px);
}
.section_media .media_list2 {
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .service_list {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section_media .media_list1 li {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }
}

/* ニュースリリース */
.section_news-release ul {
  padding: 20px;
}

.section_news-release ul li {
  font-size: 15px;
  margin-bottom: 13px;
  align-items: baseline;
  flex-wrap: nowrap;
  text-align: left;
}

.section_news-release .cat-date {
  margin-bottom: 0;
  margin-right: 20px;
  align-items: baseline;
  flex-wrap: nowrap;
}

.section_about_us ul.-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 要素間の間隔を調整 */
  padding: 20px;
  list-style: none;
}

li.column-3 {
  width: calc(33.333% - 20px); /* 3列レイアウトで間隔分を考慮 */
}

li.column-3:nth-child(3n + 1) {
  margin-left: 0; /* 最初の要素および各行の最初の要素の左側のマージンを0に */
}

li.column-3:nth-child(3n) {
  margin-right: 0; /* 各行の最後の要素の右側のマージンを0に */
}
@media screen and (max-width: 768px) {
  .section_news-release ul li {
    font-size: 14px;
  }
  }

/* 動画を横並びにする */

.video-wrap {
  max-width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .video-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_contents {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.video_container {
  width: calc(50% - 30px);
}
.video_items_header {
  margin-bottom: 20px;
}
.video_items_date {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.video_items_ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 23px;
  max-width: 100% !important;
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*@media screen and (max-width: 1664px) {
    .video_items_ttl {
        font-size: calc(100vw * 15 / 1664);
    }
}*/

@media screen and (max-width: 1220px) {
  .video_contents {
    flex-wrap: wrap;
    margin: 50px auto 80px;
  }

  .video_container {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .video_contents {
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0;
  }
  .video_items_ttl {
    font-size: calc(100vw * 32 / 768);
  }

  .video_container {
    width: 100%;
    margin-bottom: 50px;
  }
}

.round-button {
  display: inline-block;
  padding: 1em 1.5em;
  margin: 0px 0px 20px 0px;
  border-radius: 999px;
  background-color: #70a137;
  color: white;
  font-size: 20px;
  text-decoration: none; /* 下線を消す */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .section_news-release .round-button {
    margin: 0px 20px 20px 20px;
  }
}


.TOPimage-grid {
    display: grid;
    gap: 16px;
    /* 6分割して上段は3カラムずつ=2列、下段は2カラムずつ=3列に */
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        "item1 item1 item1 item2 item2 item2"
        "item3 item3 item4 item4 item5 item5";
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* 上段（2列・等幅で横いっぱい） */
.TOPimage-item:nth-child(1) { grid-area: item1; }
.TOPimage-item:nth-child(2) { grid-area: item2; }

/* 下段（3等分） */
.TOPimage-item:nth-child(3) { grid-area: item3; }
.TOPimage-item:nth-child(4) { grid-area: item4; }
.TOPimage-item:nth-child(5) { grid-area: item5; }

/* 画像を親にフィットさせる（必要なら） */
.TOPimage-item img {
    width: 100%;
    height: auto;
    display: block;
}

.TOPimage-item img {
  width: 100%;
  height: auto;
  display: block;
  border: solid 1px #ccc;
  border-radius: 8px;
}

/* スマホ用（画面幅が768px以下なら1列） */
@media screen and (max-width: 768px) {
  .TOPimage-grid {
    grid-template-columns: 1fr; /* スマホ：1列 */
  }
}
