@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body,
input,
select,
textarea {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

body {
  background-color: #FBFAF6;
  color: #5A5A5A;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
body.is-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  image-rendering: -webkit-optimize-contrast;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color:inherit;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.maru {
  font-family: "UD新丸ゴ DB", "UD Shin Maru Go DemiBold", sans-serif;
}
.maru--normal {
  font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium", sans-serif;
}
.maru--bold {
  font-family: "UD新丸ゴ B", "UD Shin Maru Go Bold", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes positionChange {
  0% {
    object-position: 0 0;
  }
  50% {
    object-position: -250px 0;
  }
  0% {
    object-position: 0 0;
  }
}
@keyframes positionChange {
  0% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  50% {
    -o-object-position: -250px 0;
       object-position: -250px 0;
  }
  0% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
@-webkit-keyframes positionChange-sp {
  0% {
    object-position: 0 0;
  }
  50% {
    object-position: -160px 0;
  }
  0% {
    object-position: 0 0;
  }
}
@keyframes positionChange-sp {
  0% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  50% {
    -o-object-position: -160px 0;
       object-position: -160px 0;
  }
  0% {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.js-animation {
  visibility: hidden;
}
.js-animation.inview {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible;
}
.js-animation.js-fadeup.inview {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
}

.js-animation-delay01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-animation-delay02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-animation-delay03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.js-object {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-object-mini {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

header {
  position: relative;
}

.l-header {
  padding: 0 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1600px) {
  .l-header {
    left: calc((100% - 1600px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0 0 20px;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1;
}

.top-header .l-header__logo {
  display: none;
}

.entry-header .c-logo a {
  padding: 20px 0;
}
.footer_container{
  display: flex;
  justify-content: center;
  text-align: center;
}
.l-sitemap {
  background-color: #FBFAF6;
  padding: 0 80px 80px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-sitemap {
    padding: 0 20px 66px;
    max-width: initial;
  }
}
.l-sitemap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1200px) {
  .l-sitemap__content {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-sitemap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-sitemap__column {
    margin: 50px 0 0;
  }
}
.l-sitemap__column + .l-sitemap__column {
  padding: 46px 0 0;
}
@media screen and (max-width: 767px) {
  .l-sitemap__column + .l-sitemap__column {
    margin: 0;
    padding: 0;
  }
}
.l-sitemap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-sitemap__nav {
    display: block;
  }
}
.l-sitemap__nav a {
  font-weight: 400;
}
.l-sitemap__nav-item + .l-sitemap__nav-item {
  margin: 0 0 0 120px;
}
@media screen and (max-width: 1200px) {
  .l-sitemap__nav-item + .l-sitemap__nav-item {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-sitemap__nav-item + .l-sitemap__nav-item {
    margin: 22px 0 0;
  }
}
.l-sitemap__nav-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .l-sitemap__nav-title {
    margin: 0 0 16px;
  }
}
.l-sitemap__copyright {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #828282;
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .l-sitemap__copyright {
    margin: 32px 0 0;
    text-align: center;
  }
}
.l-sitemap__copyright-privacy {
  font-size: 16px;
  font-size: 1rem;
}
.l-sitemap__copyright-privacy a {
  color: #828282;
  display: inline-block;
}
.l-sitemap__copyright-privacy a:hover {
  text-decoration: none;
}
.l-sitemap__copyright-privacy a:hover span {
  background-size: 0 1px;
}
.l-sitemap__copyright-privacy a span {
  background: -webkit-gradient(linear, left top, left bottom, from(#828282), to(#828282));
  background: linear-gradient(to bottom, #828282, #828282);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-sitemap__copyright-item {
  margin: 8px 0 0;
}
.l-sitemap--zaitaku .l-sitemap__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-sitemap--zaitaku .l-sitemap__column + .l-sitemap__column {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .l-sitemap--zaitaku .l-sitemap__column + .l-sitemap__column {
    padding: 0;
  }
}
.l-sitemap--zaitaku .l-sitemap__copyright {
  margin: -20px 0 0;
}
@media screen and (max-width: 767px) {
  .l-sitemap--zaitaku .l-sitemap__copyright {
    margin: 32px 0 0;
  }
}

.l-main {
  max-width: 1600px;
  margin: 0;
  padding: 80px 332px 120px 80px;
}
@media screen and (min-width: 1600px) {
  .l-main {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 32px 20px 48px;
    max-width: 100%;
  }
}

.l-navigation {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 5;
}
.l-navigation--orange a:hover,
.l-navigation--orange .l-navigation__cell.current > a {
  color: #218838;
}
.l-navigation--orange .l-navigation-sub li {
  background-color: #218838;
}
.l-navigation--orange .l-navigation-sub li:first-child::before {
  background-image: url(../img/common/navigation_corner-orange.svg);
}
.l-navigation--orange .l-navigation-sub li:last-child::before {
  background-image: url(../img/common/navigation_corner-orange.svg);
}
.l-navigation--green a:hover,
.l-navigation--green .l-navigation__cell.current > a {
  color: #218838;
}
.l-navigation--green .l-navigation-sub li {
  background-color: #218838;
}
.l-navigation--green .l-navigation-sub li:first-child::before {
  background-image: url(../img/common/navigation_corner-green.svg);
}
.l-navigation--green .l-navigation-sub li:last-child::before {
  background-image: url(../img/common/navigation_corner-green.svg);
}
.l-navigation--blue a:hover,
.l-navigation--blue .l-navigation__cell.current > a {
  color: #4BADD8;
}
.l-navigation--blue .l-navigation-sub li {
  background-color: #4BADD8;
}
.l-navigation--blue .l-navigation-sub li:first-child::before {
  background-image: url(../img/common/navigation_corner-blue.svg);
}
.l-navigation--blue .l-navigation-sub li:last-child::before {
  background-image: url(../img/common/navigation_corner-blue.svg);
}
.l-navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 0 26px;
}
@media screen and (max-width: 1100px) {
  .l-navigation-main {
    padding: 0 20px;
  }
}
.l-navigation__cell {
  height: 68px;
  position: relative;
}
.l-navigation__cell > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 600;
  padding: 0 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .l-navigation__cell > a {
    padding: 0 10px;
  }
}
.l-navigation__cell a {
  font-size: 16px;
  font-size: 1rem;
  color: #5A5A5A;
}
.l-navigation__cell:hover .l-navigation__dropdown {
  opacity: 1;
  visibility: visible;
}
.l-navigation__dropdown {
  position: absolute;
  top: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 10px;
  width: 232px;
  padding: 18px 24px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-navigation__dropdown::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-navigation__dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-navigation__dropdown a:hover > span {
  background-size: 0 0;
}

.l-navigation-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 0;
}
.l-navigation-sub li {
  height: 38px;
  position: relative;
}
.l-navigation-sub li:first-child {
  border-radius: 0 0 0 20px;
  padding: 0 0 0 12px;
}
.l-navigation-sub li:first-child::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: -16px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-navigation-sub li:last-child {
  border-radius: 0 0 20px 20px;
  padding: 0 0 0 0;
}
.l-navigation-sub li:last-child::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -16px;
}
.l-navigation-sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  height: 100%;
  padding: 0 12px;
}
.l-navigation-sub a:hover {
  color: #fff;
}

.l-drawer-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 7;
}

.l-drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #FBFAF6;
  z-index: 6;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-drawer-nav.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer-nav.is-open .c-sitemap li,
.l-drawer-nav.is-open .c-sitemap-sub li {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-drawer-nav.is-open .l-sitemap__nav-title {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-drawer-nav__logo {
  padding: 40px 20px 0;
}
@media screen and (max-width: 767px) {
  .l-drawer-nav__logo .-vansay {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer-nav__logo .-kumamoto {
    width: 164px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer-nav__logo .-koshi {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer-nav__logo .-zaitaku {
    width: 140px;
  }
}
.l-drawer-nav .l-sitemap {
  padding: 32px 20px 48px;
}
.l-drawer-nav .l-sitemap__nav-title-main {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-drawer-nav .c-sitemap > li > a {
    padding: 20px 0;
    font-weight: 700;
  }
}
.l-drawer-nav .c-sitemap > li .c-sitemap__trigger {
  top: 12px;
}
.l-drawer-nav .c-sitemap > li.has-child.is-open .c-sitemap__trigger {
  top: 20px;
}
.l-drawer-nav .c-sitemap li {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.l-drawer-nav .c-sitemap li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.l-drawer-nav .c-sitemap li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-drawer-nav .c-sitemap li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.l-drawer-nav .c-sitemap li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-drawer-nav .c-sitemap li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.l-drawer-nav .c-sitemap li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-drawer-nav .c-sitemap li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.l-drawer-nav .c-sitemap li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-drawer-nav .c-sitemap li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.l-drawer-nav .c-sitemap li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-drawer-nav .c-sitemap-sub li {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.l-drawer-nav .c-sitemap-sub li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-drawer-nav .c-sitemap-sub li:nth-child(2) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.l-drawer-nav .c-sitemap-sub li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-drawer-nav .c-sitemap-sub li:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.l-drawer-nav .c-sitemap-sub li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-drawer-nav .l-sitemap__nav-title {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.l-drawer-nav .l-sitemap__nav-title-sub {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.l-mv {
  background-image: url(../img/index/bg_mv-vansay.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.l-mv::after {
  content: "";
  width: 100%;
  height: 38.6vw;
  background-image: url(../img/index/bg_mv_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: -24vw;
  left: 0;
}
@media screen and (min-width: 1600px) {
  .l-mv::after {
    bottom: -26vw;
  }
}
@media screen and (max-width: 1330px) {
  .l-mv::after {
    bottom: -20vw;
  }
}
@media screen and (max-width: 1240px) {
  .l-mv::after {
    bottom: -16vw;
  }
}
@media screen and (max-width: 1160px) {
  .l-mv::after {
    bottom: -12vw;
  }
}
@media screen and (max-width: 1100px) {
  .l-mv::after {
    height: 596px;
    bottom: -254px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv::after {
    background-image: url(../img/index/bg_mv_bottom-sp.svg);
    height: 232px;
    bottom: 140px;
  }
}
.l-mv__content {
  padding: 134px 0 198px 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv__content {
    padding: 186px 0 40px 10px;
  }
}
.l-mv__catch {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv__catch {
    margin: 36px 0 0;
  }
}
.l-mv__description {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv__description {
    margin: 14px 0 0;
    padding: 0 0 0 10px;
    max-width: 290px;
  }
}
.l-mv__description--zaitaku {
  max-width: 414px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .l-mv__description--zaitaku {
    max-width: 290px;
  }
}
.l-mv__link {
  margin: 24px 0 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-mv__link {
    margin: 16px 0 0;
    padding: 0 0 0 10px;
  }
}
.l-mv__link a {
  font-weight: 700;
}
.l-mv__object {
  position: absolute;
  bottom: 130px;
  right: 50;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .l-mv__object {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__object {
    right: 5px;
    bottom: 190px;
  }
}
.l-mv__object-item {
  position: absolute;
}
.l-mv__object-02 {
  top: -106px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .l-mv__object-02 {
    top: -48px;
    right: -24px;
  }
}
.l-mv__object-03 {
  top: 60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-mv__object-orange img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__object-yellow img {
    width: 92px;
  }
}
.l-mv__object-sp {
  width: 214px;
  position: absolute;
  top: 234px;
  left: -50px;
  z-index: 1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-mv__object-sp-item {
  position: absolute;
}
.l-mv__object-sp-02 {
  width: 154px;
  top: -36px;
  left: 50px;
}
.l-mv__object-sp-03 {
  width: 112px;
  top: 94px;
  left: 104px;
}
.l-mv__object-sp-04 {
  width: 80px;
  top: -52px;
  left: 92px;
  z-index: -1;
}
.l-mv__object-sp-05 {
  width: 65px;
  top: 92px;
  left: 92px;
}
.l-mv--base {
  background-image: none;
}
.l-mv--base .l-mv__object-03 {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .l-mv--base .l-mv__object-03 {
    right: 0;
  }
}
.l-mv__slider {
  position: absolute;
  top: 0;
  left: 0;
}
.l-mv__slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-mv__slider-list li {
  width: 590px;
  height: 722px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 5px;
}
@media screen and (max-width: 767px) {
  .l-mv__slider-list li {
    width: 375px;
    height: 460px;
    border-radius: 0;
  }
}
.l-mv__slider-list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.l-mv__slider-list .slick-slide {
  margin: 10px 5px;
}
@media screen and (max-width: 767px) {
  .l-mv__slider-list .slick-slide {
    margin: 0;
  }
}
.l-mv__object-sub {
  width: 148px;
  position: absolute;
  top: 330px;
  left: 20px;
  z-index: 1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .l-mv__object-sub {
    width: 54px;
    top: 234px;
    left: 0px;
  }
}
.l-mv__object-sub-item {
  position: absolute;
}
.l-mv__object-sub-02 {
  width: 220px;
  top: -30px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .l-mv__object-sub-02 {
    width: 154px;
    top: -36px;
    left: 50px;
  }
}
.l-mv__object-sub-03 {
  width: 160px;
  top: 126px;
  left: 110px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-mv__object-sub-03 {
    width: 112px;
    top: 94px;
    left: 104px;
  }
}
.l-mv__object-sub-04 {
  width: 116px;
  top: -60px;
  left: 80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-mv__object-sub-04 {
    width: 80px;
    top: -52px;
    left: 92px;
  }
}
.l-mv__object-sub-05 {
  width: 94px;
  top: 120px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .l-mv__object-sub-05 {
    width: 65px;
    top: 92px;
    left: 92px;
  }
}
.l-mv__object-sub--zaitaku .l-mv__object-sub-05 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-mv--zaitaku::after {
  background-image: url(../img/index/bg_mv_bottom-zaitaku.svg);
}
@media screen and (max-width: 767px) {
  .l-mv--zaitaku::after {
    background-image: url(../img/index/bg_mv_bottom-zaitaku-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-mv--zaitaku.l-mv--no-important::after {
    bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv--no-important::after {
    bottom: -52px;
  }
}

.l-fix-bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 210px;
  height: 50px;
  position: fixed;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.l-fix-bottom__button::before, .l-fix-bottom__button::after {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-fix-bottom__button::before {
  content: "目次";
}
.l-fix-bottom__button.is-open {
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.l-fix-bottom__button.is-open::before {
  content: "閉じる";
}
.l-fix-bottom__button.is-open::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_cross-black.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-fix-bottom__nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #E7A131;
  padding: 32px 32px 106px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-fix-bottom__nav.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-fix-bottom__nav.is-open .l-fix-bottom__title,
.l-fix-bottom__nav.is-open .l-fix-bottom__list li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-fix-bottom__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.l-fix-bottom__list {
  margin: 14px 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.l-fix-bottom__list li {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.l-fix-bottom__list li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.l-fix-bottom__list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-fix-bottom__list li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.l-fix-bottom__list li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-fix-bottom__list li:nth-child(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.l-fix-bottom__list li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-fix-bottom__list li:nth-child(8) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.l-fix-bottom__list li:nth-child(9) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.l-fix-bottom__list li:nth-child(10) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.l-fix-bottom__list a {
  font-weight: 400;
  padding: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.l-fix-bottom--green .l-fix-bottom__nav {
  background-color: #67BF48;
}
.l-fix-bottom--blue .l-fix-bottom__nav {
  background-color: #4BADD8;
}

.l-vansayplus {
  padding: 0 0 100px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-vansayplus {
    padding: 0 0 40px;
  }
}
.l-vansayplus__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__logo {
    display: block;
    text-align: center;
  }
}
.l-vansayplus__logo-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__logo-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-vansayplus__logo-img {
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__logo-img img {
    width: 215px;
  }
}
.l-vansayplus__content {
  background: #E7A131;
  border-radius: 30px 0 0 30px;
  padding: 48px 0 32px 56px;
  margin: 48px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__content {
    border-radius: 20px 20px 0 0;
    padding: 32px 0 34px 20px;
    margin: 32px 0 0;
  }
}
.l-vansayplus__description {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  width: 206px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    width: auto;
    padding: 0 20px 0 0;
  }
}
.l-vansayplus__post {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 300px;
  margin: -290px 0 0;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__post {
    margin: 24px 0 0;
    padding: 0;
  }
}
.l-vansayplus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list {
    margin: 0;
  }
}
.l-vansayplus__list li {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list li {
    width: 275px;
    margin: 0 12px;
  }
}
.l-vansayplus__list a {
  color: #fff;
}
.l-vansayplus__list a:hover .l-vansayplus__list-title span {
  background-size: 0 1px;
}
.l-vansayplus__list a:hover .l-vansayplus__list-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-vansayplus__list-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list-img {
    border-radius: 10px;
  }
}
.l-vansayplus__list-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.47;
}
.l-vansayplus__list-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 22px 0 0;
}
.l-vansayplus__list-date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list-date {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-vansayplus__list-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list-category {
    margin: 0 0 0 8px;
  }
}
.l-vansayplus__list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__list-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-vansayplus__list-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-vansayplus__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px 0 0;
  margin: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .l-vansayplus__arrow {
    padding: 0 20px 0 0;
    margin: 24px 0 0;
  }
}
.l-vansayplus__arrow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-vansayplus__arrow-item:hover {
  opacity: 0.5;
}
.l-vansayplus__arrow-item::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_arrow-orange.svg);
}
.l-vansayplus__arrow-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-vansayplus__arrow-next {
  margin: 0 0 0 10px;
}
.l-vansayplus__more-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 80px 0 0;
}
.l-vansayplus__more-sp {
  text-align: center;
  padding: 25px 20px 0 0;
}
.l-vansayplus__more-sp a {
  padding: 18px 32px;
}
.l-vansayplus__en {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
}
.l-vansayplus__object {
  position: absolute;
  bottom: 110px;
  left: -50px;
}
.l-vansayplus__object-item {
  position: absolute;
}
.l-vansayplus__object-item-reverse {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-vansayplus__object-item-01 img {
  width: 308px;
}
.l-vansayplus__object-item-02 {
  top: -90px;
  left: 48px;
}
.l-vansayplus__object-item-03 {
  top: 120px;
  left: 0;
}
.l-vansayplus__object-item-03 img {
  width: 174px;
}
.l-vansayplus__object-item-04 {
  top: 70px;
  left: -20px;
}
.l-vansayplus__object-item-04 img {
  width: 145px;
}

.l-hero {
  width: 100%;
  height: 40.6vw;
  background-image: url(../img/page/bg_hero01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1100px) {
  .l-hero {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .l-hero {
    background-image: url(../img/page/bg_hero01-sp.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 250px;
  }
}
.l-hero--02 {
  background-image: url(../img/page/bg_hero02.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--02 {
    background-image: url(../img/page/bg_hero02-sp.jpg);
  }
}
.l-hero--03 {
  background-image: url(../img/page/bg_hero03.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--03 {
    background-image: url(../img/page/bg_hero03-sp.jpg);
  }
}
.l-hero--04 {
  background-image: url(../img/page/bg_hero04.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--04 {
    background-image: url(../img/page/bg_hero04-sp.jpg);
  }
}
.l-hero--zaitaku-homecare {
  background-image: url(../img/page/bg_hero-zaitaku-homecare.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--zaitaku-homecare {
    background-image: url(../img/page/bg_hero-zaitaku-homecare-sp.jpg);
  }
}
.l-hero--zaitaku-news {
  background-image: url(../img/page/bg_hero-zaitaku-news.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--zaitaku-news {
    background-image: url(../img/page/bg_hero-zaitaku-news-sp.jpg);
  }
}
.l-hero--zaitaku-sincerite {
  background-image: url(../img/page/bg_hero-zaitaku-sincerite.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--zaitaku-sincerite {
    background-image: url(../img/page/bg_hero-zaitaku-sincerite-sp.jpg);
  }
}
.l-hero--zaitaku-rehabilitation {
  background-image: url(../img/page/bg_hero-zaitaku-rehabilitation.jpg);
}
@media screen and (max-width: 767px) {
  .l-hero--zaitaku-rehabilitation {
    background-image: url(../img/page/bg_hero-zaitaku-rehabilitation-sp.jpg);
  }
}
.l-hero__text {
  color: #fff;
  position: absolute;
  left: 80px;
  top: 18.5vw;
}
@media screen and (min-width: 1600px) {
  .l-hero__text {
    left: calc((100% - 1600px) / 2 + 80px);
  }
}
@media screen and (max-width: 1100px) {
  .l-hero__text {
    top: 232px;
  }
}
@media screen and (max-width: 767px) {
  .l-hero__text {
    top: 106px;
    left: 20px;
  }
}
.l-hero__subtitle {
  margin: 0 0 28px;
}
@media screen and (max-width: 1100px) {
  .l-hero__subtitle {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-hero__subtitle {
    margin: 0 0 20px;
  }
}
.l-hero--only .l-hero__text {
  top: 20.5vw;
}
@media screen and (max-width: 1100px) {
  .l-hero--only .l-hero__text {
    top: 263px;
  }
}
@media screen and (max-width: 767px) {
  .l-hero--only .l-hero__text {
    top: 124px;
  }
}
@media screen and (max-width: 1100px) {
  .l-hero--long .c-txt-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-hero--long .c-txt-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .l-column {
    display: block;
    margin: 0;
  }
}
.l-column__cell {
  -ms-flex-preferred-size: calc(50% - 24px);
      flex-basis: calc(50% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .l-column__cell {
    margin: 0;
  }
}
.l-column__cell:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-column__cell + .l-column__cell {
    margin-top: 16px;
  }
}
.l-column--mini {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .l-column--mini {
    margin: 0;
  }
}
.l-column--mini .l-column__cell {
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .l-column--mini .l-column__cell {
    margin: 0;
  }
}
.l-column--mini .l-column__cell:nth-child(n+3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-column--mini .l-column__cell + .l-column__cell {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-column--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}
@media screen and (max-width: 767px) {
  .l-column--flex .l-column__cell {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-column--flex .l-column__cell:nth-child(n+3) {
    margin-top: 16px;
  }
}

.l-column-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .l-column-three {
    display: block;
    margin: 0;
  }
}
.l-column-three__item {
  -ms-flex-preferred-size: calc(33.3333333333% - 24px);
      flex-basis: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .l-column-three__item {
    margin: 0;
  }
}
.l-column-three__item:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-column-three__item:nth-child(n+4) {
    margin-top: 0;
  }
}

.l-column-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .l-column-two {
    display: block;
    margin: 0;
  }
}
.l-column-two__item {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .l-column-two__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-column-two__item + .l-column-two__item {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .l-scroll::after {
    content: "";
    width: 20px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-pagination {
  background-color: #218838;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .l-pagination {
    padding: 24px;
  }
}
.l-pagination2 {
  background-color: #3DB19A;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .l-pagination2 {
    padding: 24px;
  }
}
.l-pagination__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 0 0 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .l-pagination__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-pagination__title a {
  color: #fff;
  display: inline-block;
}
.l-pagination__title a:hover {
  opacity: 0.7;
}
.l-pagination__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-pagination__title span::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_triangle-white-fill.svg);
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
.l-pagination__title2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 0 0 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .l-pagination__title2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-pagination__title2 a {
  color: #fff;
  display: inline-block;
}
.l-pagination__title2 a:hover {
  opacity: 0.7;
}
.l-pagination__title2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-pagination__title2 span::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_triangle-white2-fill.svg);
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
.l-pagination__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 28px -8px 0;
}
@media screen and (max-width: 767px) {
  .l-pagination__content {
    display: block;
    margin: 24px 0 0;
  }
}
.l-pagination__item {
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item {
    margin: 0;
  }
}
.l-pagination__item:nth-child(n+3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination__item + .l-pagination__item {
    margin-top: 8px;
  }
}
.l-pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #5A5A5A;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item a {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
  }
}
.l-pagination__item a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_triangle-green-fill.svg);
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item a::before {
    top: 0;
  }
}
.l-pagination__item a:hover {
  color: #218838;
}
.l-pagination__item.current a {
  color: #218838;
}
.l-pagination__item2 {
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item2 {
    margin: 0;
  }
}
.l-pagination__item2:nth-child(n+3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item2:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination__item2 + .l-pagination__item2 {
    margin-top: 8px;
  }
}
.l-pagination__item2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #5A5A5A;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item2 a {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
  }
}
.l-pagination__item2 a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_triangle-black2-fill.svg);
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .l-pagination__item2 a::before {
    top: 0;
  }
}
.l-pagination__item2 a:hover {
  color: #218838;
}
.l-pagination__item2.current a {
  color: #218838;
}
.l-pagination--green {
  background-color: #67BF48;
}
.l-pagination--green .l-pagination__title a span::before {
  background-image: url(../img/common/icon_triangle-white-fill-green.svg);
}
.l-pagination--green .l-pagination__item a::before {
  background-image: url(../img/common/icon_triangle-green-fill.svg);
}
.l-pagination--green .l-pagination__title2 a span::before {
  background-image: url(../img/common/icon_triangle-white-fill-green.svg);
}
.l-pagination--green .l-pagination__item2 a::before {
  background-image: url(../img/common/icon_triangle-green-fill.svg);
}
.l-pagination--green .l-pagination__item a:hover {
  color: #67BF48;
}
.l-pagination--green .l-pagination__item.current a {
  color: #67BF48;
}
.l-pagination--blue {
  background-color: #4BADD8;
}
.l-pagination--blue .l-pagination__title a span::before {
  background-image: url(../img/common/icon_triangle-white-fill-blue.svg);
}
.l-pagination--blue .l-pagination__item a::before {
  background-image: url(../img/common/icon_triangle-blue-fill.svg);
}
.l-pagination--blue .l-pagination__item a:hover {
  color: #4BADD8;
}
.l-pagination--blue .l-pagination__item.current a {
  color: #4BADD8;
}

.l-side {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px 0 0 20px;
  padding: 48px;
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1600px) {
  .l-side {
    right: calc((100% - 1600px) / 2);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-side {
    display: none;
  }
}
.l-side__inner {
  width: 188px;
}
.l-side__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  padding: 0 0 24px;
  margin: 0 0 18px;
  border-bottom: solid 1px #DBDBDB;
}
.l-side__list > li > a {
  padding: 6px 0;
}
.l-side__item > a:hover > span {
  background-size: 0 0;
}
.l-side__item.current .l-side__dropdown {
  display: block;
}
.l-side__item.current > a span {
  background-size: 100% 1px;
}
.l-side__item.current > a > span {
  background-size: 0 0;
}
.l-side__item.current > a::before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.l-side__item.current > a.c-link-arrow--orange {
  color: #E7A131;
}
.l-side__item.current > a.c-link-arrow--orange::before {
  background-image: url(../img/common/icon_arrow-orange.svg);
}
.l-side__item.current > a.c-link-arrow--green {
  color: #67BF48;
}
.l-side__item.current > a.c-link-arrow--green::before {
  background-image: url(../img/common/icon_arrow-green.svg);
}
.l-side__item.current > a.c-link-arrow--blue {
  color: #4BADD8;
}
.l-side__item.current > a.c-link-arrow--blue::before {
  background-image: url(../img/common/icon_arrow-blue.svg);
}
.l-side__dropdown {
  padding: 8px 0 10px 32px;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-side__dropdown li + li {
  margin: 8px 0 0;
}
.l-side__dropdown a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #828282;
}
.l-side__dropdown a:hover {
  color: #E7A131;
}
.l-side--single {
  top: 452px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-side--single a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-side--single a:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-side--under {
  top: 286px;
}
.l-side--green .l-side__dropdown a:hover {
  color: #67BF48;
}
.l-side--blue .l-side__dropdown a:hover {
  color: #4BADD8;
}

.l-article {
  padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
  .l-article {
    padding: 80px 0 0;
  }
}
.l-article--vansayplus {
  padding: 0;
}

.l-article-body {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .l-article-body {
    margin: 32px 0 0;
  }
}

input,
select,
textarea {
  font-size: 16px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.c-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
}
.c-drawer--orange {
  background-color: #E7A131;
}
.c-drawer--green {
  background-color: #67BF48;
}
.c-drawer--blue {
  background-color: #4BADD8;
}
.c-drawer__line {
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}
.c-drawer__line::before, .c-drawer__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 7px;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-drawer__line::before {
  top: -9px;
}
.c-drawer__line::after {
  top: 9px;
}
.c-drawer[aria-expanded=true] .c-drawer__line {
  background-color: transparent;
}
.c-drawer[aria-expanded=true] .c-drawer__line::before, .c-drawer[aria-expanded=true] .c-drawer__line::after {
  top: 0;
}
.c-drawer[aria-expanded=true] .c-drawer__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer[aria-expanded=true] .c-drawer__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-txt-title {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-txt-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-txt-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-txt-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-txt-subtitle a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-txt-subtitle a:hover {
  background-size: 0 1px;
}

.c-txt-slogan {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .c-txt-slogan {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-txt-slogan--green {
  color: #67BF48;
}
.c-txt-slogan--blue {
  color: #4BADD8;
}
.c-txt-slogan--small {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-txt-slogan--small {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.c-txt a {
  color: #C32222;
  background: -webkit-gradient(linear, left top, left bottom, from(#C32222), to(#C32222));
  background: linear-gradient(to bottom, #C32222, #C32222);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-txt a:hover {
  text-decoration: none;
  background-size: 0 1px;
}
.c-txt--large {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-txt--large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-txt--middle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-txt--middle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-txt--middle span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
.c-txt--wide {
  line-height: 2;
}
.c-txt--small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-txt--small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.c-txt-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #828282;
}
.c-txt-notice span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-txt-notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-txt-notice a {
  color: #828282;
}

.c-txt-heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1.4;
}
h2.c-txt-heading {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0 0 16px;
  border-bottom: solid 2px #E7E7E7;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2.c-txt-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h2.c-txt-heading .c-txt-heading-line {
  height: 2px;
  background-color: #218838;
  position: absolute;
  bottom: -2px;
  left: 0;
}
h2.c-txt-heading .c-txt-heading-line--green {
  background-color: #67BF48;
}
h2.c-txt-heading .c-txt-heading-line--blue {
  background-color: #4BADD8;
}

h3.c-txt-heading {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: solid 4px #218838;
  padding: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h3.c-txt-heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
h3.c-txt-heading--green {
  border-left-color: #67BF48;
}
h3.c-txt-heading--blue {
  border-left-color: #4BADD8;
}

h4.c-txt-heading {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  h4.c-txt-heading {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-txt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -24px;
}
@media screen and (max-width: 767px) {
  .c-txt-column {
    display: block;
    margin: 0;
  }
}
.c-txt-column__item {
  -ms-flex-preferred-size: calc(50% - 48px);
      flex-basis: calc(50% - 48px);
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .c-txt-column__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-column__item + .t-about-origin__item {
    margin: 4px 0 0;
  }
}
.c-txt-column__arrow {
  text-align: right;
  margin: 4px 0 0;
}

.c-card img {
  width: 100%;
  border-radius: 4px;
}
.c-card__caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card__caption {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7;
    margin: 4px 0 0;
  }
}

.c-card-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-column__content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-card-column__content--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-card-column__content--sp-vertical {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-card-column__content--sp-vertical .c-card-column__img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card-column__content--sp-vertical .c-card-column__detail {
    margin: 16px 0 0;
  }
}
.c-card-column__img {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-column__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.c-card-column__img img {
  width: 100%;
  border-radius: 4px;
}
.c-card-column__img-caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  position: absolute;
  left: 0;
  bottom: -34px;
}
@media screen and (max-width: 767px) {
  .c-card-column__img-caption {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
    position: relative;
    bottom: 0;
    margin: 4px 0 0;
  }
}
.c-card-column__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  .c-card-column__detail {
    margin: 0 0 0 16px;
  }
}
.c-card-column__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .c-card-column__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 10px;
  }
}
.c-card-column__title--orange {
  color: #E7A131;
}
.c-card-column__title--green {
  color: #67BF48;
}
.c-card-column__title--blue {
  color: #4BADD8;
}
.c-card-column--multi {
  border-top: solid 1px #DADADA;
}
.c-card-column--multi .c-card-column__content {
  padding: 32px 0;
  border-bottom: solid 1px #DADADA;
}
@media screen and (max-width: 767px) {
  .c-card-column--multi .c-card-column__content {
    padding: 24px 0;
  }
}

.c-card-introduction {
  border-top: solid 1px #DADADA;
}
.c-card-introduction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: solid 1px #DADADA;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__item {
    padding: 20px 0;
  }
}
.c-card-introduction__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 168px;
      flex-basis: 168px;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.c-card-introduction__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.c-card-introduction__detail {
  margin: 0 0 0 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__detail {
    margin: 0 0 0 16px;
  }
}
.c-card-introduction__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__name {
    margin: 8px 0 0;
  }
}
.c-card-introduction__name-main {
  font-size: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
}
.c-card-introduction__name-delimiter {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__name-delimiter {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-card-introduction__name-furigana {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__name-furigana {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-card-introduction__block {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__block {
    margin: 16px 0 0;
  }
}
.c-card-introduction__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  border-radius: 4px;
  padding: 10px 16px;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__cell {
    display: block;
    padding: 12px 16px;
  }
}
.c-card-introduction__cell + .c-card-introduction__cell {
  margin: 6px 0 0;
}
.c-card-introduction__cell-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-introduction__cell-label {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 6px;
  }
}

.c-card-flow {
  border-top: solid 1px #D9D9D9;
}
.c-card-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 32px 0;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-card-flow__item {
    display: block;
    padding: 24px 0;
  }
}
.c-card-flow__item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card-flow__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__left {
    margin: 0;
  }
}
.c-card-flow__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-card-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
.c-card-flow__title-num {
  font-size: 24px;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E7A131;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__title-num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-card-flow__title-main {
  font-size: 16px;
  font-size: 1rem;
  font-family: "UD新丸ゴ DB", "UD Shin Maru Go DemiBold", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-card-flow__title-main {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-card-flow__title--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-card-flow__content a {
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background: linear-gradient(to bottom, #333, #333);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-card-flow__content a:hover {
  background-size: 0 1px;
}
@media screen and (max-width: 767px) {
  .c-card-flow--img .c-card-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-card-flow--img .c-card-flow__left {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-card-flow--img .c-card-flow__title {
    margin: 0 0 10px;
  }
}
.c-card-flow--green .c-card-flow__title-num {
  color: #67BF48;
}
.c-card-flow--blue .c-card-flow__title-num {
  color: #4BADD8;
}
.c-card-flow--big .c-card-flow__left {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

.c-card-time {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 16px 0;
    border-bottom: solid 1px #D9D9D9;
  }
}
@media screen and (max-width: 767px) {
  .c-card-time::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10.5px 0 10.5px;
    border-color: #E7A131 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-time--first {
    border-top: solid 1px #D9D9D9;
  }
}
.c-card-time--last .c-card-time__img::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-card-time--last::after {
    content: none;
  }
}
.c-card-time__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-time__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    height: 80px;
  }
}
.c-card-time__img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-time__img::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #E7A131;
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-card-time__img::after {
    content: none;
  }
}
.c-card-time__time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 12px 16px;
  background-color: #E7A131;
  display: inline-block;
  border-radius: 0px 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-card-time__time {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px 6px;
    margin: 0 0 4px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-card-time__time.sp {
    display: inline-block;
  }
}
.c-card-time__detail {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-time__detail {
    margin: 0 0 0 16px;
  }
}
.c-card-time__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-card-time__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-card-time__description {
  margin: 4px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-time--green::after {
    border-color: #67BF48 transparent transparent transparent;
  }
}
.c-card-time--green .c-card-time__time {
  background-color: #67BF48;
}
.c-card-time--green .c-card-time__img::after {
  border-color: transparent transparent transparent #67BF48;
}
@media screen and (max-width: 767px) {
  .c-card-time--blue::after {
    border-color: #4BADD8 transparent transparent transparent;
  }
}
.c-card-time--blue .c-card-time__time {
  background-color: #4BADD8;
}
.c-card-time--blue .c-card-time__img::after {
  border-color: transparent transparent transparent #4BADD8;
}

.c-table {
  width: 100%;
  border-top: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table {
    display: block;
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-table tbody,
  .c-table tr,
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table tr {
    border-top: solid 1px #D9D9D9;
  }
}
.c-table th,
.c-table td {
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    border-bottom: 0;
    width: 100%;
  }
}
.c-table th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 20px 20px 20px 0;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .c-table th {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    padding: 16px 0 0;
  }
}
.c-table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-table td {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    padding: 4px 0 16px;
  }
}

.c-table-data {
  width: 100%;
  border: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table-data {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-table-data tbody,
  .c-table-data tr,
  .c-table-data th,
  .c-table-data td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table-data tr {
    border-top: solid 1px #D9D9D9;
  }
}
.c-table-data th,
.c-table-data td {
  padding: 20px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table-data th,
  .c-table-data td {
    display: block;
    border-bottom: 0;
    padding: 0;
  }
}
.c-table-data th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 20px;
  width: 224px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
}
@media screen and (max-width: 767px) {
  .c-table-data th {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 16px;
    width: 100%;
  }
}
.c-table-data th span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin: -2px 0 0;
}
@media screen and (max-width: 767px) {
  .c-table-data th span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-table-data td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-table-data td {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    padding: 16px;
  }
}
.c-table-data td a {
  color: #5A5A5A;
  background: none;
}
.c-table-data thead th {
  background: #E7A131;
  color: #fff;
}
.c-table-data--green thead th {
  background: #67BF48;
}
.c-table-data--blue thead th {
  background: #4BADD8;
}

.c-table-data-scroll {
  width: 100%;
  border: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table-data-scroll {
    width: auto;
  }
}
.c-table-data-scroll th,
.c-table-data-scroll td {
  text-align: center;
  border-bottom: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-table-data-scroll th,
  .c-table-data-scroll td {
    min-width: 140px;
  }
}
.c-table-data-scroll th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
}
@media screen and (max-width: 767px) {
  .c-table-data-scroll th {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-table-data-scroll th span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin: -2px 0 0;
}
@media screen and (max-width: 767px) {
  .c-table-data-scroll th span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-table-data-scroll td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 16px;
}
.c-table-data-scroll--fix {
  table-layout: fixed;
}
.c-table-data-scroll--fix th,
.c-table-data-scroll--fix td {
  padding: 16px 0;
  vertical-align: middle;
}
.c-table-data-scroll thead th {
  background: #E7A131;
  color: #fff;
}
.c-table-data-scroll--green thead th {
  background: #67BF48;
}
.c-table-data-scroll--blue thead th {
  background: #4BADD8;
}

.c-list {
  background: #fff;
  border: solid 1px #E9E9E9;
  border-radius: 10px;
  padding: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-list {
    padding: 20px;
    border-radius: 4px;
  }
}
.c-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 16px 0;
  border-bottom: solid 1px #E9E9E9;
}
@media screen and (max-width: 767px) {
  .c-list li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.c-list li:first-child {
  border-top: solid 1px #E9E9E9;
}
.c-list li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
ul.c-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #218838;
  border-radius: 50%;
  margin: 0 12px 0 0;
}

ol.c-list {
  counter-reset: item;
}
ol.c-list li::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  counter-increment: item;
  content: counter(item) ".";
  color: #218838;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-width: 26px;
}

ul.c-list--green li::before {
  background-color: #67BF48;
}

ol.c-list--green li::before {
  color: #67BF48;
}

ul.c-list--blue li::before {
  background-color: #4BADD8;
}

ol.c-list--blue li::before {
  color: #4BADD8;
}

.c-list-simple {
  list-style: none;
}
.c-list-simple li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-list-simple li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.c-list-simple li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-list-simple li + li {
  margin: 2px 0 0;
}
ul.c-list-simple li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E7A131;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 767px) {
  ul.c-list-simple li::before {
    margin: 0 8px 0 0;
  }
}

ol.c-list-simple {
  counter-reset: item;
}
ol.c-list-simple li::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  counter-increment: item;
  content: counter(item) ".";
  color: #E7A131;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-width: 28px;
}
@media screen and (max-width: 767px) {
  ol.c-list-simple li::before {
    min-width: 22px;
  }
}

.c-list-simple--border {
  border-top: solid 1px #E9E9E9;
}
.c-list-simple--border li {
  padding: 16px 0;
  border-bottom: solid 1px #E9E9E9;
}
ul.c-list-simple--green li::before {
  background-color: #67BF48;
}

ol.c-list-simple--green li::before {
  color: #67BF48;
}

ul.c-list-simple--blue li::before {
  background-color: #4BADD8;
}

ol.c-list-simple--blue li::before {
  color: #4BADD8;
}

.c-box {
  -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.06));
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-box {
    border-radius: 10px;
    height: auto;
  }
}
.c-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 14px 0;
  background-color: #E7A131;
}
@media screen and (max-width: 767px) {
  .c-box__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    padding: 10px 0;
  }
}
.c-box__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-box__title::before {
    margin: 0 8px 0 0;
  }
}
.c-box__title--treatment::before {
  width: 18px;
  height: 20px;
  background-image: url(../img/common/icon_treatment-white.svg);
}
@media screen and (max-width: 767px) {
  .c-box__title--treatment::before {
    width: 15px;
    height: 16px;
  }
}
.c-box__title--time::before {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon_time-white.svg);
}
@media screen and (max-width: 767px) {
  .c-box__title--time::before {
    width: 15px;
    height: 15px;
  }
}
.c-box__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 50px);
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-box__detail {
    padding: 24px 18px;
    height: auto;
  }
}
.c-box__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 10px 0 0;
}
.c-box__description span {
  color: #C42222;
}
@media screen and (max-width: 767px) {
  .c-box__description {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5A5A5A;
  line-height: 1.8;
  position: relative;
  padding: 8px 0;
}
.c-link span {
  position: relative;
}
@media (hover: hover) {
  .c-link:hover span {
    background-size: 100% 1px;
  }
}
.c-link::before, .c-link::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-link[target=_blank]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_external-gray.svg);
  margin: 0 0 0 5px;
  -webkit-transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link--orange span {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7A131), to(#E7A131));
  background: linear-gradient(to bottom, #E7A131, #E7A131);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .c-link--orange:hover {
    color: #E7A131;
  }
  .c-link--orange:hover[target=_blank]::after {
    background-image: url(../img/common/icon_external-orange.svg);
  }
}
.c-link--green span {
  background: -webkit-gradient(linear, left top, left bottom, from(#67BF48), to(#67BF48));
  background: linear-gradient(to bottom, #67BF48, #67BF48);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .c-link--green:hover {
    color: #67BF48;
  }
}
.c-link--blue span {
  background: -webkit-gradient(linear, left top, left bottom, from(#4BADD8), to(#4BADD8));
  background: linear-gradient(to bottom, #4BADD8, #4BADD8);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .c-link--blue:hover {
    color: #4BADD8;
  }
}

.c-link-arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_arrow-gray.svg);
  margin: 0 12px 0 0;
  position: relative;
  top: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .c-link-arrow:hover::before {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@media (hover: hover) {
  .c-link-arrow--orange:hover::before {
    background-image: url(../img/common/icon_arrow-orange.svg);
  }
}
@media (hover: hover) {
  .c-link-arrow--green:hover::before {
    background-image: url(../img/common/icon_arrow-green.svg);
  }
}
@media (hover: hover) {
  .c-link-arrow--blue:hover::before {
    background-image: url(../img/common/icon_arrow-blue.svg);
  }
}

.c-link-triangle::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-triangle--orange::before {
  background-image: url(../img/common/icon_triangle-orange.svg);
}
@media (hover: hover) {
  .c-link-triangle--orange:hover {
    color: #E7A131;
  }
  .c-link-triangle--orange:hover::before {
    background-image: url(../img/common/icon_triangle-orange-fill.svg);
  }
}
.c-link-triangle--orange-fill::before {
  background-image: url(../img/common/icon_triangle-orange-fill.svg);
}
@media (hover: hover) {
  .c-link-triangle--orange-fill:hover {
    color: #E7A131;
  }
  .c-link-triangle--orange-fill:hover span {
    background-size: 0 1px;
  }
}
.c-link-triangle--orange-fill span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-triangle--orange-fill span::after {
  content: none;
}
.c-link-triangle--green::before {
  background-image: url(../img/common/icon_triangle-green.svg);
}
@media (hover: hover) {
  .c-link-triangle--green:hover {
    color: #67BF48;
  }
  .c-link-triangle--green:hover::before {
    background-image: url(../img/common/icon_triangle-green-fill.svg);
  }
}
.c-link-triangle--green-fill::before {
  background-image: url(../img/common/icon_triangle-green-fill.svg);
}
@media (hover: hover) {
  .c-link-triangle--green-fill:hover {
    color: #67BF48;
  }
  .c-link-triangle--green-fill:hover span {
    background-size: 0 1px;
  }
}
.c-link-triangle--green-fill span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-triangle--green-fill span::after {
  content: none;
}
.c-link-triangle--blue::before {
  background-image: url(../img/common/icon_triangle-blue.svg);
}
@media (hover: hover) {
  .c-link-triangle--blue:hover {
    color: #4BADD8;
  }
  .c-link-triangle--blue:hover::before {
    background-image: url(../img/common/icon_triangle-blue-fill.svg);
  }
}
.c-link-triangle--blue-fill::before {
  background-image: url(../img/common/icon_triangle-blue-fill.svg);
}
@media (hover: hover) {
  .c-link-triangle--blue-fill:hover {
    color: #4BADD8;
  }
  .c-link-triangle--blue-fill:hover span {
    background-size: 0 1px;
  }
}
.c-link-triangle--blue-fill span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-triangle--blue-fill span::after {
  content: none;
}

.c-link-normal {
  font-weight: 400;
}

.c-link-white {
  color: #fff;
}
.c-link-white--arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_arrow-white.svg);
  margin: 0 12px 0 0;
  position: relative;
  top: 1px;
}
@media (hover: hover) {
  .c-link-white--arrow:hover::before {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.c-link-button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 18px 32px;
  border-radius: 100px;
  display: inline-block;
  background-color: #333;
  color: #fff;
}
@media (hover: hover) {
  .c-link-button:hover {
    background-color: #218838;
    color: #fff;
  }
  .c-link-button:hover span::before {
    background-image: url(../img/common/icon_triangle-white-fill.svg);
  }
}
.c-link-button[target=_blank] span::after {
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  background-image: url(../img/common/icon_external-white.svg);
}
@media (hover: hover) {
  .c-link-button[target=_blank]:hover span::after {
    background-image: url(../img/common/icon_external-white.svg);
  }
}
.c-link-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-button span::before, .c-link-button span::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-button span::before {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background-image: url(../img/common/icon_triangle-whiteinblack-fill.svg);
}
.c-link-button--reverse {
  background-color: #fff;
  border-color: #fff;
  color: #5A5A5A;
}
.c-link-button--reverse[target=_blank] span::after {
  background-image: url(../img/common/icon_external-black.svg);
}
.c-link-button--reverse span::before {
  background-image: url(../img/common/icon_triangle-black-fill.svg);
}
.c-link-button--orange {
  background-color: #E7A131;
  border-color: #E7A131;
}
.c-link-button--orange span::before {
  background-image: url(../img/common/icon_triangle-white-fill.svg);
}
@media (hover: hover) {
  .c-link-button--orange:hover {
    background-color: #333;
    border-color: #333;
  }
  .c-link-button--orange:hover span::before {
    background-image: url(../img/common/icon_triangle-whiteinblack-fill.svg);
  }
}
@media (hover: hover) {
  .c-link-button--green:hover {
    background-color: #67BF48;
  }
  .c-link-button--green:hover span::before {
    background-image: url(../img/common/icon_triangle-white-fill-green.svg);
  }
}
@media (hover: hover) {
  .c-link-button--blue:hover {
    background-color: #4BADD8;
  }
  .c-link-button--blue:hover span::before {
    background-image: url(../img/common/icon_triangle-white-fill-blue.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-link-button--wide {
    width: 100%;
  }
}

.c-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #5A5A5A;
  letter-spacing: 0.04em;
  padding: 24px 40px 24px 20px;
  border: solid 1px #D9D9D9;
  border-radius: 4px;
  position: relative;
}
@media (hover: hover) {
  .c-link-box:hover {
    border: solid 1px #E7A131;
    color: #E7A131;
  }
  .c-link-box:hover[target=_blank]::after {
    background-image: url(../img/common/icon_external-orange.svg);
  }
}
.c-link-box::before, .c-link-box::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
}
.c-link-box::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_triangle-orange-fill.svg);
  margin: 0 8px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link-box[target=_blank]::after {
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_external-gray.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-link-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .c-link-large {
    display: block;
    margin: 0;
  }
}
.c-link-large a {
  display: block;
  padding: 40px 0 40px 26px;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .c-link-large a {
    padding: 20px 0 20px 30px;
  }
}
@media (hover: hover) {
  .c-link-large a:hover {
    color: #E7A131;
  }
  .c-link-large a:hover .c-link-large__title::before {
    background-image: url(../img/common/icon_arrow-orange.svg);
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-link-large a:hover .c-link-large__title::before {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.c-link-large a[target=_blank] .c-link-large__title::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_external-gray.svg);
  margin: 0 0 0 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .c-link-large a[target=_blank]:hover .c-link-large__title::after {
    background-image: url(../img/common/icon_external-orange.svg);
  }
}
.c-link-large__item {
  -ms-flex-preferred-size: calc(50% - 24px);
      flex-basis: calc(50% - 24px);
  margin: 0 12px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-link-large__item {
    margin: 0;
  }
}
.c-link-large__item:nth-child(1), .c-link-large__item:nth-child(2) {
  border-top: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-link-large__item:nth-child(2) {
    border-top: 0;
  }
}
.c-link-large__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-link-large__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 2px;
  }
}
.c-link-large__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon_arrow-gray.svg);
  position: absolute;
  left: -26px;
  top: 9px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .c-link-large__title::before {
    width: 16px;
    height: 16px;
    left: -30px;
    top: 7px;
  }
}
@media (hover: hover) {
  .c-link-large--blue a:hover {
    color: #4BADD8;
  }
  .c-link-large--blue a:hover .c-link-large__title::before {
    background-image: url(../img/common/icon_arrow-blue.svg);
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-link-large--blue a:hover .c-link-large__title::before {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.c-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #F5F5F5;
  padding: 10px 16px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-callout {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7;
  }
}
.c-callout::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-image: url(../img/common/icon_callout.svg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-callout::before {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
  }
}
.c-callout strong {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-callout span {
  color: #E50012;
}
.c-callout--thin {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
}
.c-callout--thin::before {
  content: none;
}
.c-callout a {
  color: #5A5A5A;
  background: none;
}

.c-callout-large {
  border-radius: 10px;
  overflow: hidden;
}
.c-callout-large__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .c-callout-large__content {
    padding: 24px;
  }
}
.c-callout-large__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-callout-large__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-callout-large__description {
  text-align: center;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .c-callout-large__description {
    text-align: left;
  }
}
.c-callout-large__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .c-callout-large__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-callout-large__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-callout-large__tel-sub .c-callout-large__num {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .c-callout-large__tel-sub .c-callout-large__num {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-callout-large__tel a {
  color: #5A5A5A;
  background: none;
}
.c-callout-large__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333;
}
.c-callout-large__num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 374px) {
  .c-callout-large__num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-callout-large__delimiter {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-callout-large__delimiter {
    display: none;
  }
}
.c-callout-large__destination {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-callout-large__destination {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-callout-large__supplement {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  margin: 6px 0 0;
}
.c-callout-large__button {
  padding: 28px 48px;
  background-color: #F0ECDA;
}
@media screen and (max-width: 767px) {
  .c-callout-large__button {
    padding: 24px;
  }
}
.c-callout-large__button a {
  width: 100%;
}

.c-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 160px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-logo a {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #FBFAF6;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0 0 6px 6px;
    padding: 16px;
  }
}
.c-logo a::before, .c-logo a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/logo_corner.svg);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-logo a::before, .c-logo a::after {
    width: 6px;
    height: 6px;
    background-image: url(../img/common/logo_corner-sp.svg);
  }
}
.c-logo a::before {
  left: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .c-logo a::before {
    left: -6px;
  }
}
.c-logo a::after {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .c-logo a::after {
    right: -6px;
  }
}
.c-logo--top a {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-logo--top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 120px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
.c-logo--top a::before, .c-logo--top a::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-logo--top img {
    max-height: 78px;
  }
}

.c-tag {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background-color: #E7A131;
  border-radius: 60px;
  padding: 6px 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px 8px;
  }
}
.c-tag--green {
  background-color: #67BF48;
}
.c-tag--blue {
  background-color: #4BADD8;
}

.c-sitemap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 174px;
  min-width: 342px;
}
@media screen and (max-width: 1200px) {
  .c-sitemap {
    min-width: 286px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap {
    max-height: initial;
    min-width: initial;
    display: block;
    border-top: solid 1px #D9D9D9;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap > li {
    border-bottom: solid 1px #D9D9D9;
  }
}
.c-sitemap > li:nth-child(n+5) {
  padding: 0 0 0 106px;
}
@media screen and (max-width: 1200px) {
  .c-sitemap > li:nth-child(n+5) {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap > li:nth-child(n+5) {
    padding: 0;
  }
}
.c-sitemap > li > a {
  padding: 6px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sitemap > li > a {
    max-width: calc(100% - 42px);
    padding: 12px 0;
  }
}
.c-sitemap > li.has-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sitemap > li.has-child.is-open .c-sitemap__trigger {
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap > li.has-child.is-open .c-sitemap__trigger::before {
    height: 1px;
    background-image: url(../img/common/icon_minus.svg);
  }
}
.c-sitemap--base {
  min-width: 380px;
}
@media screen and (max-width: 1200px) {
  .c-sitemap--base {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap--base {
    min-width: initial;
  }
}
.c-sitemap--base > li:nth-child(n+5) {
  padding: 0 0 0 130px;
}
@media screen and (max-width: 1140px) {
  .c-sitemap--base > li:nth-child(n+5) {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-sitemap--base > li:nth-child(n+5) {
    padding: 0;
  }
}
.c-sitemap--zaitaku {
  max-height: 232px;
  min-width: 382px;
}
@media screen and (max-width: 767px) {
  .c-sitemap--zaitaku {
    min-width: initial;
    max-height: initial;
  }
}
.c-sitemap--zaitaku > li:nth-child(n+5) {
  padding: 0;
}
.c-sitemap--zaitaku > li:nth-child(n+7) {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-sitemap--zaitaku > li:nth-child(n+7) {
    padding: 0;
  }
}
.c-sitemap__trigger {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .c-sitemap__trigger::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../img/common/icon_plus.svg);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.c-sitemap-sub a {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .c-sitemap-logo {
    text-align: center;
  }
}
.c-sitemap-logo--vansay img {
  width: 100px;
}
.c-sitemap-logo--kumamoto img {
  width: 154px;
}
.c-sitemap-logo--zaitaku img {
  width: 118px;
}

.c-sitemap-address {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .c-sitemap-address {
    text-align: center;
  }
}
.c-sitemap-address a {
  color: #5A5A5A;
  background: none;
}

.c-sitemap-child {
  padding: 0 0 20px 28px;
  display: none;
}
.c-sitemap-child li + li {
  margin: 10px 0 0;
}
.c-sitemap-child a {
  font-size: 16px;
  font-size: 1rem;
  color: #5A5A5A;
  line-height: 1vvvvv 0.7;
}

.c-mv-catch {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-mv-catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-mv-catch__big {
  font-size: 58px;
  font-size: 3.625rem;
}
@media screen and (max-width: 767px) {
  .c-mv-catch__big {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-mv-catch__row {
  display: inline-block;
  background-color: rgb(255 255 255 / 88%);
  padding: 10px;
  border-radius: 3px;
}
.c-mv-catch__row-second {
  margin: 6px 0 0;
}

.c-mv-catch-orange {
  color: #E7A131;
}

.c-mv-catch-green {
  color: #67BF48;
}

.c-mv-catch-blue {
  color: #4BADD8;
}

.c-mv-description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-mv-description {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-round-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-round-img {
    border-radius: 10px 10px 0 0;
  }
}
.c-round-img img {
  width: 100%;
}

.c-line-left {
  width: 5px;
  height: 100%;
  background-color: #218838;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-line-left {
    display: none;
  }
}
.c-line-left--green {
  background-color: #67BF48;
}
.c-line-left--blue {
  background-color: #4BADD8;
}

.none-border {
  border-left: 0;
}
.none-border .c-line-left {
  display: none;
}

.t-top-mv-vansay {
  width: 84.6vw;
  position: absolute;
  top: 12px;
  right: -40px;
}
@media screen and (max-width: 1100px) {
  .t-top-mv-vansay {
    width: 1084px;
    top: 18px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-mv-vansay {
    top: 0;
    right: 0;
    width: 100%;
    height: 480px;
  }
}
.t-top-mv-vansay__video {
  width: 100%;
}
.t-top-mv-vansay__video video {
  width: 110%;
  -webkit-mask-image: url(../img/index/mv_mask.svg);
          mask-image: url(../img/index/mv_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .t-top-mv-vansay__video video {
    width: 100%;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media screen and (max-width: 1100px) {
  .t-top-mv-vansay__video video {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .t-top-mv-vansay__video video {
    -webkit-clip-path: initial;
            clip-path: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: none;
            mask-image: none;
  }
}

.t-top-news {
  width: 1120px;
  margin: 0 auto;
  padding: 0 0 55px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1140px) {
  .t-top-news {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .t-top-news {
    width: 100%;
    padding: 0 20px;
    top: 0;
  }
}
.t-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .t-top-news__inner {
    display: block;
    padding: 32px 20px 20px;
  }
}
.t-top-news__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.t-top-news__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .t-top-news__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.t-top-news__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .t-top-news__content {
    margin: 20px 0 0;
  }
}
.t-top-news__list {
  border-top: solid 1px #E9E9E9;
}
.t-top-news__list a {
  color: #333;
  display: block;
  padding: 24px 0;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-top-news__list a {
    padding: 20px 0;
  }
}
.t-top-news__list a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_arrow-gray.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-news__list a::after {
    right: 10px;
  }
}
.t-top-news__list a:hover {
  background-color: #FCFCFC;
}
.t-top-news__list a:hover::after {
  background-image: url(../img/common/icon_arrow-green.svg);
  right: 14px;
}
@media screen and (max-width: 767px) {
  .t-top-news__list a:hover::after {
    right: 4px;
  }
}
.t-top-news__list a:hover .t-top-news__list-title span {
  background-size: 100% 1px;
}
.t-top-news__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-top-news__list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t-top-news__list-date {
  font-size: 16px;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .t-top-news__list-date {
    opacity: 0.5;
  }
}
.t-top-news__list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #218838;
  background-color: #F8F8F8;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 0 0 30px;
  width: 8.2rem;
}
@media screen and (max-width: 767px) {
  .t-top-news__list-category {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 0 10px;
    width: 6.4rem;
  }
}
.t-top-news__list-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 48px;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-news__list-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    line-height: 1.6;
    margin: 8px 0 0;
    padding: 0 40px 0 0;
  }
}
.t-top-news__list-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-top-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 16px 0 0;
}
.t-top-news__more a {
  font-weight: 700;
}
.t-top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 24px;
}
@media screen and (max-width: 767px) {
  .t-top-news__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 24px;
  }
}
.t-top-news__tab li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #555;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
  background-color: #F0F0F0;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-top-news__tab li {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 8px 12px;
    margin: 0 6px 6px 0;
  }
}
@media screen and (max-width: 374px) {
  .t-top-news__tab li {
    padding: 6px;
  }
}
.t-top-news__tab li.is-active {
  background-color: #454545;
  color: #fff;
}
.t-top-news__tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.t-top-news__tab-content.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-top-news--green .t-top-news__list-category {
  color: #67BF48;
}
.t-top-news--green .t-top-news__list a:hover::after {
  background-image: url(../img/common/icon_arrow-green.svg);
}
.t-top-news--blue .t-top-news__list-category {
  color: #4BADD8;
}
.t-top-news--blue .t-top-news__list a:hover::after {
  background-image: url(../img/common/icon_arrow-blue.svg);
}

.t-top-news-important {
  position: absolute;
  bottom: 72px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .t-top-news-important {
    position: relative;
    bottom: 0;
    right: auto;
    margin: 32px 0 0;
    padding: 0 20px 0 10px;
  }
}
.t-top-news-important__inner {
  background-color: #E50012;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 120px;
  padding: 24px 46px 24px 30px;
  max-width: 532px;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__inner {
    background-color: #C42222;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 18px 20px;
    max-width: initial;
  }
}
.t-top-news-important__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__inner a {
    display: block;
  }
}
.t-top-news-important__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.t-top-news-important__meta span {
  display: none;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__meta span {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 6px;
  }
}
.t-top-news-important__heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__heading {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
  }
}
.t-top-news-important__heading-pc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  padding: 8px 12px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: absolute;
  top: -18px;
  left: 18px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__heading-pc {
    display: none;
  }
}
.t-top-news-important__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__date {
    font-size: 10px;
    font-size: 0.625rem;
    opacity: 0.8;
  }
}
.t-top-news-important__title {
  margin: 0 0 0 24px;
  padding: 0 0 2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-news-important__title {
    margin: 10px 0 0;
    padding: 0;
  }
}
.t-top-news-important__title-content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.t-top-group {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 100px 0px 0px 0px;
  padding: 80px 0 66px 80px;
}
@media screen and (max-width: 767px) {
  .t-top-group {
    border-radius: 50px 0 0 0;
    padding: 48px 0 42px;
    margin: 40px 0 0;
  }
}
.t-top-group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .t-top-group__inner {
    display: block;
  }
}
.t-top-group__sticky {
  -ms-flex-preferred-size: 224px;
      flex-basis: 224px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .t-top-group__sticky {
    position: relative;
    top: 0;
    padding: 0 20px;
  }
}
.t-top-group__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .t-top-group__title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}
.t-top-group__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-group__description {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
.t-top-group__content {
  margin: 0 0 0 56px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-group__content {
    margin: 32px 0 0;
    padding: 0 0 0 20px;
  }
}
.t-top-group__link {
  margin: 24px 0 0;
}
.t-top-group__link .c-link-arrow--orange::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.t-top-group__link .c-link-arrow--orange:hover::before {
  -webkit-transform: rotate(90deg) translateY(-6px);
          transform: rotate(90deg) translateY(-6px);
}
.t-top-group__item + .t-top-group__item {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-group__item + .t-top-group__item {
    margin: 32px 0 0;
  }
}
.t-top-group__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-group__slide {
    border-radius: 10px 0 0 10px;
  }
}
.t-top-group__slide li {
  -ms-flex-preferred-size: 556px;
      flex-basis: 556px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.t-top-group__slide img {
  width: 556px;
  height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t-top-group__slide img {
    width: 324px;
    height: 200px;
  }
}
.t-top-group__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0 0 56px;
}
@media screen and (max-width: 767px) {
  .t-top-group__detail {
    display: block;
    padding: 0;
  }
}
.t-top-group__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  top: -56px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-group__logo {
    width: 100px;
    height: 100px;
    top: 0;
    margin: -70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-group__logo img {
    max-width: 80px;
    max-height: 76px;
  }
}
.t-top-group__summary {
  -ms-flex-preferred-size: 412px;
      flex-basis: 412px;
  padding: 24px 0 0 28px;
}
@media screen and (max-width: 767px) {
  .t-top-group__summary {
    padding: 16px 20px 0 0;
  }
}
.t-top-group__summary-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .t-top-group__summary-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-top-group__more {
  margin: 16px 0 0;
  display: inline-block;
}

.t-top-work {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-work {
    padding: 0 0 40px;
  }
}
.t-top-work__inner {
  background-color: #fff;
}
.t-top-work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 100px 100px 0;
  padding: 80px 0;
  background-image: url(../img/index/bg_work.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .t-top-work__container {
    display: block;
    border-radius: 0;
    padding: 40px 0 48px;
    background-image: url(../img/index/bg_work-sp.png);
  }
}
.t-top-work__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.t-top-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .t-top-work__list {
    padding: 0 20px 0 0;
  }
}
.t-top-work__list li {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-work__list li {
    -ms-flex-preferred-size: 238px;
        flex-basis: 238px;
  }
}
.t-top-work__list li + li {
  margin: 0 28px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-work__list li + li {
    margin: 0 20px 0 0;
  }
}
.t-top-work__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 56px;
}
@media screen and (max-width: 767px) {
  .t-top-work__content {
    padding: 0 20px;
    margin: 24px 0 0;
  }
}
.t-top-work__item {
  max-width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .t-top-work__item {
    max-width: initial;
  }
}
.t-top-work__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t-top-work__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.t-top-work__description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-work__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin: 16px 0 0;
  }
}
.t-top-work__link {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-work__link {
    margin: 24px 0 0;
  }
}
.t-top-work__link-item + .t-top-work__link-item {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-work__link-item + .t-top-work__link-item {
    margin: 8px 0 0;
  }
}
.t-top-work__object {
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-work__object {
    width: 192px;
  }
}
.t-top-work__object-yellow {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .t-top-work__object-yellow {
    width: 90px;
    bottom: 20px;
    right: 20px;
  }
}

.t-top-bottomlink {
  padding: 0 80px 100px;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .t-top-bottomlink {
    padding: 10px 20px 48px;
    top: 0;
  }
}
.t-top-bottomlink__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .t-top-bottomlink__content {
    display: block;
  }
}
.t-top-bottomlink__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.t-top-bottomlink__item + .t-top-bottomlink__item {
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  .t-top-bottomlink__item + .t-top-bottomlink__item {
    margin: 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .t-top-introduction {
    padding: 40px 0 0;
  }
}
.t-top-introduction__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 100px 0 0 0;
  padding: 80px 80px 96px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__inner {
    border-radius: 50px 0 0 0;
    padding: 40px 20px;
  }
}
.t-top-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -14px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__list {
    display: block;
    margin: 0;
  }
}
.t-top-introduction__list li {
  -ms-flex-preferred-size: calc(33.3333333333% - 28px);
      flex-basis: calc(33.3333333333% - 28px);
  margin: 0 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__list li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-introduction__list li + li {
    margin: 30px 0 0;
  }
}
.t-top-introduction__list a {
  color: #5A5A5A;
}
.t-top-introduction__list a:hover .t-top-introduction__description {
  color: #E7A131;
}
.t-top-introduction__list a:hover .t-top-introduction__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-top-introduction__list a:hover .c-link-triangle--orange-fill {
  color: #E7A131;
}
.t-top-introduction__list a:hover .c-link-triangle--orange-fill span {
  background-size: 0 1px;
}
.t-top-introduction__list a:hover .c-link-triangle--green-fill {
  color: #67BF48;
}
.t-top-introduction__list a:hover .c-link-triangle--green-fill span {
  background-size: 0 1px;
}
.t-top-introduction__list a:hover .c-link-triangle--blue-fill {
  color: #4BADD8;
}
.t-top-introduction__list a:hover .c-link-triangle--blue-fill span {
  background-size: 0 1px;
}
.t-top-introduction__list--orange .t-top-introduction__num {
  color: transparent;
  -webkit-text-stroke: 1px #E7A131;
  text-stroke: 1px #E7A131;
}
.t-top-introduction__list--orange .t-top-introduction__title,
.t-top-introduction__list--orange .t-top-introduction__catch span {
  color: #E7A131;
}
.t-top-introduction__list--green .t-top-introduction__num {
  color: transparent;
  -webkit-text-stroke: 1px #67BF48;
  text-stroke: 1px #67BF48;
}
.t-top-introduction__list--green .t-top-introduction__title,
.t-top-introduction__list--green .t-top-introduction__catch span {
  color: #67BF48;
}
.t-top-introduction__list--blue .t-top-introduction__num {
  color: transparent;
  -webkit-text-stroke: 1px #4BADD8;
  text-stroke: 1px #4BADD8;
}
.t-top-introduction__list--blue .t-top-introduction__title,
.t-top-introduction__list--blue .t-top-introduction__catch span {
  color: #4BADD8;
}
.t-top-introduction__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__img {
    border-radius: 10px;
  }
}
.t-top-introduction__img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__img img {
    width: 100%;
    height: 268px;
  }
}
.t-top-introduction__detail {
  background-color: #fff;
  padding: 28px 28px 0 0;
  margin: -65px 0 0;
  border-radius: 0 20px 0 0;
  position: relative;
  width: 87%;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__detail {
    padding: 24px 28px 0 0;
    margin: -58px 0 0;
  }
}
.t-top-introduction__detail::before, .t-top-introduction__detail::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../img/index/corner_introduction.svg);
  position: absolute;
}
.t-top-introduction__detail::before {
  top: -12px;
  left: -1px;
}
.t-top-introduction__detail::after {
  top: 53px;
  right: -13px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__detail::after {
    top: 46px;
  }
}
.t-top-introduction__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-left: 10px;
}
.mar-l{
 margin-left: 10px;  
}
@media screen and (max-width: 767px) {
  .t-top-introduction__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.t-top-introduction__title span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__title span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-top-introduction__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 12px 0 0;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-top-introduction__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 6px 0 0;
  }
}
.t-top-introduction__more {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__more {
    margin: 12px 0 0;
  }
}
.t-top-introduction__num {
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  top: 18px;
  right: 30px;
  letter-spacing: 0.04em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__num {
    top: 15px;
  }
}
.t-top-introduction__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 18px;
  font-size: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 28px;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__catch {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 100px;
    left: 20px;
  }
}
.t-top-introduction__catch-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 100% 10px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__catch-item {
    margin: 0 100% 10px 0;
  }
}
.t-top-introduction__object {
  position: absolute;
}
.t-top-introduction__object01 {
  top: 20px;
  left: 30px;
}
.t-top-introduction__object02 {
  left: 50px;
  top: 30vw;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .t-top-introduction__object02 {
    top: 380px;
  }
}
.t-top-introduction__object03 {
  top: 34px;
  right: 360px;
}
.t-top-introduction__object04 {
  right: 10px;
  bottom: 240px;
}
.t-top-introduction__object05 {
  left: 50px;
  top: 33vw;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .t-top-introduction__object05 {
    top: 440px;
  }
}
.t-top-introduction__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__tag {
    margin: 6px 0 0;
  }
}
.t-top-introduction__tag li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 12px;
  border: solid 1px #F0F0F0;
  border-radius: 60px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-top-introduction__tag li {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px 10px;
  }
}
.t-top-introduction__tag li + li {
  margin: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction__tag li + li {
    margin: 0 0 0 4px;
  }
}
.t-top-introduction--zaitaku {
  margin: 0 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-introduction--zaitaku {
    margin: 0 0 50px;
  }
}
.t-top-introduction--zaitaku .t-top-introduction__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-top-introduction--zaitaku .t-top-introduction__list a:hover .t-top-introduction__description,
.t-top-introduction--zaitaku .t-top-introduction__list a:hover .t-top-introduction__tag li {
  color: #4BADD8;
}
.t-top-introduction--zaitaku .t-top-introduction__list li:nth-child(n+4) {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .t-top-introduction--zaitaku .t-top-introduction__list li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.t-top-introduction--zaitaku .t-top-introduction__object04 {
  bottom: auto;
  top: 356px;
  right: 4px;
}
.t-top-introduction--zaitaku .t-top-introduction__object06 {
  right: 0;
  bottom: -60px;
}
.t-top-introduction--zaitaku .t-top-introduction__object07 {
  right: 0;
  bottom: -30px;
}

.t-top-information {
  position: relative;
  z-index: 1;
}
.t-top-information__container {
  background-color: #fff;
}
.t-top-information__inner {
  border-radius: 0 100px 100px 0;
  padding: 80px 88px 220px 75px;
  overflow: hidden;
  background-image: url(../img/index/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .t-top-information__inner {
    border-radius: 0 50px 50px 0;
    padding: 40px 20px 190px;
    background-image: url(../img/index/bg_contact-sp.png);
  }
}
.t-top-information__content {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 48px 80px;
}
@media screen and (max-width: 767px) {
  .t-top-information__content {
    padding: 32px 20px;
  }
}
.t-top-information__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .t-top-information__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.t-top-information__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 36px -16px 0;
}
@media screen and (max-width: 767px) {
  .t-top-information__info {
    display: block;
    margin: 24px 0 0;
  }
}
.t-top-information__item {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-top-information__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-information__item + .t-top-information__item {
    margin: 16px 0 0;
  }
}
.t-top-information__button {
  margin: 36px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-top-information__button {
    margin: 24px 0 0;
  }
}
.t-top-information__object {
  position: absolute;
}
.t-top-information__object01 {
  bottom: -30px;
  left: 0;
}
.t-top-information__object02 {
  bottom: 0;
  left: 0;
}
.t-top-information__object03 {
  bottom: 100px;
  right: 0;
}
.t-top-information__object04 {
  bottom: 150px;
  right: 0;
}

.t-top-about {
  padding: 0 80px 100px;
  margin: -150px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-top-about {
    padding: 0 20px 48px;
    top: 0;
  }
}
.t-top-about__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .t-top-about__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.t-top-about__content {
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-about__content {
    margin: 24px 0 0;
  }
}
.t-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-top-about__list {
    display: block;
    margin: 0;
  }
}
.t-top-about__list li {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-top-about__list li {
    margin: 0;
  }
}
.t-top-about__list li:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-top-about__list li:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .t-top-about__list li + li {
    margin: 8px 0 0;
  }
}

.t-top-service {
  background-color: #F4F2E9;
  margin: -100px 0 100px;
  padding: 80px 17.2vw;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .t-top-service {
    padding: 80px 220px;
  }
}
@media screen and (max-width: 767px) {
  .t-top-service {
    margin: -40px 0 40px;
    padding: 40px 20px;
    border-radius: 0;
  }
}
.t-top-service__content + .t-top-service__content {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .t-top-service__content + .t-top-service__content {
    margin: 24px 0 0;
  }
}
.t-top-service__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #454545;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-top-service__title {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin: 0 0 16px;
  }
}
.t-top-service__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-top-service__pickup {
    display: block;
    margin: 0;
  }
}
.t-top-service__pickup li {
  -ms-flex-preferred-size: calc(33.3333333333% - 32px);
      flex-basis: calc(33.3333333333% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-top-service__pickup li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-service__pickup li + li {
    margin: 8px 0 0;
  }
}
.t-top-service__pickup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  width: 100%;
  height: 96px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 0 0 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-top-service__pickup a {
    font-size: 16px;
    font-size: 1rem;
    height: 68px;
    padding: 0 0 0 18px;
  }
}
.t-top-service__pickup a:hover {
  color: #E7A131;
}
.t-top-service__pickup a:hover::after {
  background-image: url(../img/common/icon_arrow-orange.svg);
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.t-top-service__pickup-link::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  margin: 0 23px 0 0;
  width: 34px;
  background-position: center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.t-top-service__pickup-link::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/common/icon_arrow-gray.svg);
  background-size: 16px 16px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.t-top-service__pickup-nurse-orange::before {
  background-image: url(../img/index/icon_heart-orange.svg);
  height: 24px;
}
.t-top-service__pickup-health-orange::before {
  background-image: url(../img/index/icon_health-orange.svg);
  height: 33px;
}
.t-top-service__pickup-visit-orange::before {
  background-image: url(../img/index/icon_hospital-orange.svg);
  height: 28px;
}
.t-top-service__relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-top-service__relation {
    display: block;
    margin: 0;
  }
}
.t-top-service__relation li {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-top-service__relation li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-top-service__relation li + li {
    margin: 8px 0 0;
  }
}

.t-link {
  display: block;
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  color: #5A5A5A;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .t-link {
    padding: 10px;
  }
}
.t-link:hover {
  color: #E7A131;
}
.t-link:hover .t-link__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-link::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.t-link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-link__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.t-link__img img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-link__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .t-link__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-link--green:hover {
  color: #67BF48;
}
.t-link--blue:hover {
  color: #4BADD8;
}

.t-link-arrow {
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .t-link-arrow {
    padding: 10px;
  }
}
.t-link-arrow:hover::after {
  background-image: url(../img/common/icon_arrow-orange.svg);
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.t-link-arrow::after {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_arrow-gray.svg);
  background-size: 16px 16px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .t-link-arrow::after {
    right: 24px;
  }
}

.t-link-external:hover::after {
  background-image: url(../img/common/icon_external-orange.svg);
}
.t-link-external::after {
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_external-gray.svg);
  right: 24px;
}
.t-link-external--green:hover::after {
  background-image: url(../img/common/icon_external-green.svg);
}
.t-link-external--blue:hover::after {
  background-image: url(../img/common/icon_external-blue.svg);
}

.t-link-big {
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .t-link-big {
    padding: 20px;
  }
}
.t-link-big:hover::after {
  background-image: url(../img/common/icon_arrow-orange.svg);
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.t-link-big:hover .t-link-big__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-link-big::after {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_arrow-gray.svg);
  background-size: 16px 16px;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .t-link-big::after {
    right: 20px;
  }
}
.t-link-big__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t-link-big__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.t-link-big__img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-link-big__img img {
    width: 60px;
    height: 60px;
  }
}
.t-link-big__detail {
  margin: 0 0 0 28px;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .t-link-big__detail {
    margin: 0 0 0 16px;
    padding: 0 32px 0 0;
  }
}
.t-link-big__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .t-link-big__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-link-big__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .t-link-big__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .t-scroll-message {
    margin-bottom: 16px;
  }
}

.t-information-treatment {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 374px) {
  .t-information-treatment {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-information-treatment span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 374px) {
  .t-information-treatment span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.t-information-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.t-information-time__num {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .t-information-time__num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1170px) {
  .t-information-time__num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .t-information-time__num {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-information-time__delimiter {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 10px;
}
@media screen and (max-width: 374px) {
  .t-information-time__delimiter {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 8px;
  }
}
.t-information-time__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #C42222;
}
.t-information-time__description .mont {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.t-message-name {
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .t-message-name {
    margin: 10px 0 0;
  }
}

.t-message-slogan {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #E7A131;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-message-slogan {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 10px;
  }
}

.t-txt-heading-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.t-txt-heading-number__num {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .t-txt-heading-number__num {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.t-txt-heading-number__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .t-txt-heading-number__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.t-asterisk {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
  position: relative;
  top: -2px;
}

.t-catch-main {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #835E32;
}
@media screen and (max-width: 767px) {
  .t-catch-main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.t-philosophy-table td .t-philosophy-table__gmap {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-philosophy-table td .t-philosophy-table__gmap:hover {
  background-size: 0 1px;
}

.t-result-graph img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .t-result-graph img {
    width: 740px;
    height: 306px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .t-result-table-achievement th {
    min-width: 172px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .t-result-table-achievement td {
    padding: 8px;
  }
}

.t-result-table-num__mini {
  width: 16.4%;
  padding: 8px;
}
@media screen and (max-width: 1100px) {
  .t-result-table-num__mini {
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .t-result-table-num__mini {
    min-width: 144px !important;
    padding: 6px;
  }
}
.t-result-table-num__colspan {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .t-result-table-num__colspan {
    padding: 10px;
  }
}
.t-result-table-num__rowspan {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .t-result-table-num__rowspan {
    min-width: 218px !important;
  }
}
@media screen and (max-width: 767px) {
  .t-result-table-num td {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .t-disaster-card .c-card-column__title {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .t-outpatient-table.c-table-data-scroll th,
  .t-outpatient-table.c-table-data-scroll td {
    min-width: 126px;
  }
}

.t-flow-please {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .t-flow-please {
    margin: 32px 0 0;
  }
}
.t-flow-please__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .t-flow-please__content {
    display: block;
    padding: 30px 20px;
  }
}
.t-flow-please__head {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .t-flow-please__head {
    text-align: center;
  }
}
.t-flow-please__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .t-flow-please__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .t-flow-please__detail {
    margin: 24px 0 0;
  }
}
.t-flow-please__list {
  font-weight: 700;
}

.t-flow-time .c-card-time__title {
  font-weight: 400;
}

.t-health-list li span {
  font-weight: 700;
}
.t-health-list li + li {
  margin: 12px 0 0;
}

.t-health-flow-title-mini {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .t-health-flow-title-mini {
    font-size: 16px;
    font-size: 1rem;
  }
}

.t-access-map__gmap {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
@media screen and (max-width: 767px) {
  .t-access-map__gmap {
    padding-top: 62%;
  }
}
.t-access-map__gmap iframe, .t-access-map__gmap embed, .t-access-map__gmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-access-map__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
}
.t-access-map__detail a {
  color: #5A5A5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-access-map__detail a:hover {
  background-size: 0 1px;
}

.t-access-information__flow-title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
}
.t-access-information__flow-car::before {
  width: 30px;
  height: 24px;
  background-image: url(../img/page/icon_car_black.png);
}
@media screen and (max-width: 767px) {
  .t-access-information__flow-car::before {
    width: 25px;
    height: 20px;
  }
}
.t-access-information__flow-bus::before {
  width: 22px;
  height: 24px;
  background-image: url(../img/page/icon_bus_black.svg);
}
@media screen and (max-width: 767px) {
  .t-access-information__flow-bus::before {
    width: 18px;
    height: 20px;
  }
}

.t-about-philosophy {
  background-color: #F2ECD8;
  margin: 32px 0 0 -102px;
  width: 100vw;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy {
    margin: 32px 0 0 -282px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy {
    margin: 24px calc(50% - 50vw) 0;
    overflow: hidden;
  }
}
.t-about-philosophy__container {
  max-width: 1600px;
  padding: 80px 332px 120px 102px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy__container {
    max-width: 1200px;
    padding: 80px 0 120px 102px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__container {
    padding: 64px 20px 72px;
    max-width: 100%;
  }
}
.t-about-philosophy__inner {
  padding: 0 168px;
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__inner {
    padding: 0;
  }
}
.t-about-philosophy__content {
  background-color: #fff;
  padding: 80px 32px;
  -webkit-box-shadow: 20px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 20px 30px 0 rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .t-about-philosophy__content {
    width: 532px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__content {
    width: 100%;
    -webkit-box-shadow: 14px 20px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 14px 20px 0 rgba(0, 0, 0, 0.02);
    padding: 62px 0;
  }
}
.t-about-philosophy__item + .t-about-philosophy__item {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__num img {
    width: 75px;
  }
}
.t-about-philosophy__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  color: #835E32;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__text {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .t-about-philosophy__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-about-philosophy__text span {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8E2A9), to(#F8E2A9));
  background: linear-gradient(to bottom, #F8E2A9, #F8E2A9);
  background-position: right bottom -3px;
  background-repeat: no-repeat;
  background-size: 100% 16px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__text span {
    background-size: 100% 12px;
  }
}
.t-about-philosophy__object-item {
  position: absolute;
  z-index: -1;
}
.t-about-philosophy__object01 {
  top: 20px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object01 {
    top: 16px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object01 img {
    width: 205px;
  }
}
.t-about-philosophy__object02 {
  top: 130px;
  left: 72vw;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy__object02 {
    left: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .t-about-philosophy__object02 {
    left: 880px;
  }
}
.t-about-philosophy__object03 {
  top: 230px;
  left: 70vw;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy__object03 {
    left: 1070px;
  }
}
@media screen and (max-width: 1100px) {
  .t-about-philosophy__object03 {
    left: 850px;
  }
}
.t-about-philosophy__object04 {
  bottom: 40px;
  left: 60vw;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy__object04 {
    left: 960px;
  }
}
@media screen and (max-width: 1100px) {
  .t-about-philosophy__object04 {
    left: 730px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object04 {
    left: auto;
    bottom: 16px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object04 img {
    width: 180px;
  }
}
.t-about-philosophy__object05 {
  bottom: 50px;
  left: 70vw;
}
@media screen and (min-width: 1600px) {
  .t-about-philosophy__object05 {
    left: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .t-about-philosophy__object05 {
    left: 870px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object05 {
    left: auto;
    bottom: 20px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-philosophy__object05 img {
    width: 96px;
  }
}

.t-about-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .t-about-group-list {
    display: block;
    margin: 0;
  }
}
.t-about-group-list li {
  -ms-flex-preferred-size: calc(33.3333333333% - 24px);
      flex-basis: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .t-about-group-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-about-group-list li + li {
    margin: 32px 0 0;
  }
}
.t-about-group-list__img {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-about-group-list__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.t-about-group-list__img img {
  width: 100%;
}
.t-about-group-list__detail {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .t-about-group-list__detail {
    margin: 0 0 0 16px;
  }
}
.t-about-group-list__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .t-about-group-list__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.t-about-group-list__address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #555;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .t-about-group-list__address {
    font-size: 16px;
    font-size: 1rem;
    margin: 8px 0 0;
  }
}
.t-about-group-list__more {
  margin: 16px 0 0;
}
.t-about-group-list__more a {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .t-about-group-list__more a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.t-about-origin__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #D9D9D9;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .t-about-origin__logo {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .t-about-origin__logo img {
    width: 159px;
  }
}
.t-about-origin__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -24px;
}
@media screen and (max-width: 767px) {
  .t-about-origin__content {
    display: block;
    margin: 0;
  }
}
.t-about-origin__item {
  -ms-flex-preferred-size: calc(50% - 48px);
      flex-basis: calc(50% - 48px);
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .t-about-origin__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-about-origin__item + .t-about-origin__item {
    margin: 4px 0 0;
  }
}
.t-about-origin__arrow {
  text-align: right;
  margin: 4px 0 0;
}

.t-privacy-item {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .t-privacy-item {
    margin: 32px 0 0;
  }
}
.t-privacy-item a {
  color: #5A5A5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.t-privacy-item a:hover {
  background-size: 0 1px;
}

.t-privacy-date {
  line-height: 2.2;
}

.t-recruit-catch {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.t-recruit-catch__slogan {
  font-size: 16px;
  font-size: 1rem;
  color: #E7A131;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .t-recruit-catch__slogan {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-recruit-catch__main {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .t-recruit-catch__main {
    margin: 8px 0 0;
  }
}

.t-recruit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t-recruit-img {
    overflow-x: auto;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.t-recruit-img li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .t-recruit-img li {
    -ms-flex-preferred-size: 310px;
        flex-basis: 310px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.t-recruit-entry {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .t-recruit-entry {
    padding: 20px;
  }
}
.t-recruit-entry a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .t-recruit-entry a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .t-recruit-entry a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.t-recruit-callout .c-callout-large__info a {
  color: #E7A131;
}
@media screen and (max-width: 767px) {
  .t-recruit-callout .c-callout-large__info a {
    background: -webkit-gradient(linear, left top, left bottom, from(#E7A131), to(#E7A131));
    background: linear-gradient(to bottom, #E7A131, #E7A131);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 767px) {
  .t-recruit-callout .c-callout-large__description {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .t-recruit-table-item + .t-recruit-table-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-recruit-table-item + .t-recruit-table-item .t-recruit-table {
    border-top: 0;
  }
}

.t-recruit-table tbody th {
  width: 188px;
}
@media screen and (max-width: 1100px) {
  .t-recruit-table tbody th {
    width: 178px;
  }
}
@media screen and (max-width: 767px) {
  .t-recruit-table tbody th {
    width: 100%;
  }
}
.t-recruit-table tbody a {
  color: #5A5A5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-recruit-table tbody a:hover {
  background-size: 0 1px;
}
.t-recruit-table tbody .not {
  color: #777;
  opacity: 0.5;
}

.t-nurse-catch {
  text-align: center;
}

.t-nurse-pdf-list a {
  color: #5A5A5A;
}
.t-nurse-pdf-list a:hover span {
  background-size: 0 1px;
}
.t-nurse-pdf-list span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-nurse-pdf-list li + li {
  margin: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .t-nurse-pdf-list li + li {
    margin: 10px 0 0;
  }
}

.t-nurse-message__title {
  line-height: 1.7;
  color: #E7A131;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__title {
    margin: 0 0 10px;
  }
}
.t-nurse-message__callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  border: solid 1px #ECECEC;
  border-radius: 12px;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__callout {
    border-radius: 6px;
    display: block;
  }
}
.t-nurse-message__callout-comment {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__callout-comment {
    font-size: 16px;
    font-size: 1rem;
    margin: 8px 0 0;
  }
}
.t-nurse-message__callout-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__callout-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
}
.t-nurse-message__callout-icon img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__callout-icon img {
    width: 22px;
  }
}
.t-nurse-message__position {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__position {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 6px 0 0;
  }
}
.t-nurse-message__position span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.3em 0 0;
}
@media screen and (max-width: 767px) {
  .t-nurse-message__position span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .t-nurse-message .c-card-column__img {
    -ms-flex-preferred-size: 122px;
        flex-basis: 122px;
  }
}

.t-nurse-tree img {
  border-radius: 10px;
}

.t-zaitaku-about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card {
    display: block;
    margin: 0;
  }
}
.t-zaitaku-about-card__item {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card__item {
    padding: 20px;
    margin: 0;
  }
}
.t-zaitaku-about-card__item:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card__item + .t-zaitaku-about-card__item {
    margin-top: 10px;
  }
}
.t-zaitaku-about-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-zaitaku-about-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card__icon {
    -ms-flex-preferred-size: 28px;
        flex-basis: 28px;
  }
}
.t-zaitaku-about-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 0 8px;
  }
}
.t-zaitaku-about-card__content {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-about-card__content {
    margin: 8px 0 0;
  }
}

.t-zaitaku-about-table tbody th,
.t-zaitaku-about-table tbody td {
  vertical-align: middle;
}

.t-zaitaku-fee-list li span {
  font-weight: 700;
}
.t-zaitaku-fee-list li + li {
  margin: 12px 0 0;
}

.t-zaitaku-fee-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-fee-button {
    display: block;
    text-align: center;
  }
}
.t-zaitaku-fee-button__item + .t-zaitaku-fee-button__item {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-fee-button__item + .t-zaitaku-fee-button__item {
    margin: 16px 0 0;
  }
}

.t-zaitaku-toggle__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 24px;
  background-color: #333;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-zaitaku-toggle__title {
    font-size: 16px;
    font-size: 1rem;
    background-color: #333;
    padding: 16px;
  }
}
@media (hover: hover) {
  .t-zaitaku-toggle__title:hover {
    background-color: #4BADD8;
  }
  .t-zaitaku-toggle__title:hover .t-zaitaku-toggle__icon::before, .t-zaitaku-toggle__title:hover .t-zaitaku-toggle__icon::after {
    background-image: url(../img/page/icon_border-blue.svg);
  }
}
.t-zaitaku-toggle__title::before {
  content: "フロアマップを見る";
}
.t-zaitaku-toggle__title.is-open {
  background-color: #4BADD8;
  border-radius: 6px 6px 0 0;
}
.t-zaitaku-toggle__title.is-open::before {
  content: "フロアマップを閉じる";
}
.t-zaitaku-toggle__title.is-open .t-zaitaku-toggle__icon::before {
  background-image: url(../img/page/icon_border-blue.svg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .t-zaitaku-toggle__title.is-open .t-zaitaku-toggle__icon::before {
    background-image: url(../img/page/icon_border-blue-sp.svg);
  }
}
.t-zaitaku-toggle__title.is-open .t-zaitaku-toggle__icon::after {
  content: none;
}
.t-zaitaku-toggle__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.t-zaitaku-toggle__icon::before, .t-zaitaku-toggle__icon::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-image: url(../img/page/icon_border-black.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-zaitaku-toggle__icon::before, .t-zaitaku-toggle__icon::after {
    width: 8px;
    background-image: url(../img/page/icon_border-black-sp.svg);
  }
}
.t-zaitaku-toggle__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.t-zaitaku-toggle__content {
  padding: 64px;
  background-color: #fff;
  border-style: solid;
  border-color: #D9D9D9;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px 0px 6px 6px;
  display: none;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-toggle__content {
    padding: 32px;
  }
}
.t-zaitaku-toggle__content img {
  width: 100%;
}

.t-zaitaku-intro-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.t-zaitaku-intro-slider li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 422px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-intro-slider li {
    width: 250px;
  }
}
.t-zaitaku-intro-slider-wrap {
  overflow: hidden;
}

.t-zaitaku-callout .c-txt a {
  color: #5A5A5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
  background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.t-zaitaku-callout .c-txt a:hover {
  background-size: 0 1px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-callout .c-callout-large__tel a {
    background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#5A5A5A));
    background: linear-gradient(to bottom, #5A5A5A, #5A5A5A);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-callout .c-callout-large__description {
    text-align: center;
  }
}

.t-zaitaku-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column {
    display: block;
    margin: 0;
  }
}
.t-zaitaku-column__cell {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column__cell {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .t-zaitaku-column-table {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table tbody {
    display: table-row-group;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table tr {
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table th,
  .t-zaitaku-column-table td {
    display: table-cell;
    padding: 8px 0;
    border-bottom: solid 1px #D9D9D9;
    vertical-align: middle;
  }
}
.t-zaitaku-column-table th {
  width: 200px;
  padding: 12px 20px 12px 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table th {
    width: 140px;
  }
}
.t-zaitaku-column-table td {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table td {
    width: auto;
  }
}
.t-zaitaku-column-table .mini {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table .mini {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.t-zaitaku-column-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-zaitaku-column-table__row-item-second {
  margin: 0 0 0 4px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table--second {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table--second tr {
    border-top: 0;
  }
}
.t-zaitaku-column-table--middle th,
.t-zaitaku-column-table--middle td {
  vertical-align: middle;
}
.t-zaitaku-column-table--tainoshima-first tr:nth-last-of-type(1) th {
  padding: 24px 20px 24px 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-column-table--tainoshima-first tr:nth-last-of-type(1) th {
    padding: 8px 0;
  }
}

.t-zaitaku-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__content {
    display: block;
    padding: 20px 20px 32px;
    background-color: #fff;
    border: solid 1px #D9D9D9;
    border-radius: 20px;
  }
}
.t-zaitaku-voice__content + .t-zaitaku-voice__content {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__content + .t-zaitaku-voice__content {
    margin: 16px 0 0;
  }
}
.t-zaitaku-voice__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 108px;
      flex-basis: 108px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__img {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.t-zaitaku-voice__img img {
  width: 100%;
  border-radius: 50%;
}
.t-zaitaku-voice__caption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__caption {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    margin: 4px 0 0;
    white-space: nowrap;
  }
}
.t-zaitaku-voice__detail {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__detail {
    margin: 12px 0 0;
  }
}
.t-zaitaku-voice__fukidashi {
  background-color: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 20px;
  padding: 32px 32px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__fukidashi {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}
.t-zaitaku-voice__fukidashi::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 44px;
  height: 29px;
  background-image: url(../img/page/arrow_fukidashi.svg);
  position: absolute;
  top: 72px;
  left: -29px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__fukidashi::after {
    content: none;
  }
}
.t-zaitaku-voice__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4BADD8;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 0 12px;
  }
}
.t-zaitaku-voice__description {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-voice__description {
    margin: 0;
  }
}

.t-zaitaku-rehabilitation-hr {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  border: 0;
  margin: 48px 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-hr {
    margin: 32px 0;
  }
}

.t-zaitaku-rehabilitation-intro-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
}

.t-zaitaku-rehabilitation-intro-address a {
  color: #5A5A5A;
  background: none;
}

.t-zaitaku-card-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-card-column__content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.t-zaitaku-card-column__img {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-card-column__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.t-zaitaku-card-column__img img {
  width: 100%;
  border-radius: 4px;
}
.t-zaitaku-card-column__detail {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-card-column__detail {
    margin: 0 0 0 16px;
  }
}
.t-zaitaku-card-column__description {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-card-column__description {
    margin: 6px 0 0;
  }
}
.t-zaitaku-card-column--multi {
  border-top: solid 1px #DADADA;
}
.t-zaitaku-card-column--multi .t-zaitaku-card-column__content {
  padding: 32px 0;
  border-bottom: solid 1px #DADADA;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-card-column--multi .t-zaitaku-card-column__content {
    padding: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-map img {
    width: 740px;
    max-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table th,
  .t-zaitaku-rehabilitation-table td {
    font-size: 10px;
    font-size: 0.625rem;
    min-width: initial;
  }
}
.t-zaitaku-rehabilitation-table thead th {
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table thead th {
    padding: 8px;
  }
}
.t-zaitaku-rehabilitation-table thead th:nth-of-type(1) {
  width: 167px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table thead th:nth-of-type(1) {
    width: 140px;
    min-width: 140px;
  }
}
.t-zaitaku-rehabilitation-table thead th:nth-of-type(2) {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table thead th:nth-of-type(2) {
    width: 60px;
    min-width: 60px;
  }
}
.t-zaitaku-rehabilitation-table tbody th,
.t-zaitaku-rehabilitation-table tbody td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table tbody th,
  .t-zaitaku-rehabilitation-table tbody td {
    white-space: nowrap;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-table tbody th {
    text-align: left;
  }
}
.t-zaitaku-rehabilitation-table tbody td:nth-of-type(2) {
  text-align: left;
}

.t-zaitaku-rehabilitation-time-flow .c-card-flow__left {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
}
.t-zaitaku-rehabilitation-time-flow .c-card-flow__title-num {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .t-zaitaku-rehabilitation-time-flow .c-card-flow__title-num {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0 8px 0 0;
  }
}

.t-table-works {
  width: auto;
}
@media screen and (max-width: 767px) {
  .t-table-works tbody {
    display: table-row-group;
  }
}
@media screen and (max-width: 767px) {
  .t-table-works tr {
    display: table-row;
  }
}
.t-table-works th,
.t-table-works td {
  border-bottom: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  vertical-align: middle;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .t-table-works th,
  .t-table-works td {
    display: table-cell;
    padding: 10px 14px;
  }
}
.t-table-works th {
  width: 218px;
}
.t-table-works--multi {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .t-table-works--multi {
    width: auto;
  }
}
.t-table-works--multi thead th {
  width: auto;
  text-align: left;
}
.t-table-works--multi thead th:nth-of-type(1) {
  width: 195px;
}
.t-table-works--multi thead th:nth-of-type(2) {
  width: 84px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-table-works--multi thead th:nth-of-type(2) {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .t-table-works--multi thead th:nth-of-type(3) {
    min-width: 400px;
  }
}
.t-table-works--multi tbody th,
.t-table-works--multi tbody td {
  text-align: left;
}
.t-table-works--multi tbody td:nth-of-type(1) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-table-works--multi tbody td:nth-of-type(1) {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .t-table-works--multi tbody td:nth-of-type(2) {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .t-table-works--multi-nowrap td {
    white-space: nowrap;
  }
}
.t-table-works--wide {
  width: 100%;
}

.t-departments-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: solid 1px #D9D9D9;
  border-radius: 4px;
  color: #5A5A5A;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-departments-box-link {
    padding: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.t-departments-box-link:hover {
  background-color: rgba(248, 119, 0, 0.03);
  border: solid 1px #E7A131;
}
.t-departments-box-link:hover .t-departments-box-link__title,
.t-departments-box-link:hover .t-departments-box-link__more {
  color: #E7A131;
}
.t-departments-box-link__img {
  -ms-flex-preferred-size: 168px;
      flex-basis: 168px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.t-departments-box-link__img img {
  border-radius: 4px;
}
.t-departments-box-link__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__detail {
    margin: 0 0 0 12px;
  }
}
.t-departments-box-link__title, .t-departments-box-link__more {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-departments-box-link__description, .t-departments-box-link__btn {
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__description, .t-departments-box-link__btn {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__title span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.t-departments-box-link__more {
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__more {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .t-departments-box-link__more::before {
    width: 16px;
    height: 16px;
  }
}

.t-kumamoto-card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description {
    display: block;
    margin: 0;
  }
}
.t-kumamoto-card-description__item {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description__item {
    padding: 20px;
    margin: 0;
  }
}
.t-kumamoto-card-description__item:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description__item + .t-kumamoto-card-description__item {
    margin: 10px 0 0;
  }
}
.t-kumamoto-card-description__title {
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.t-kumamoto-card-description__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description__title::before {
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
  }
}
.t-kumamoto-card-description__title--lung::before {
  background-image: url(../img/page/icon_lung.svg);
}
.t-kumamoto-card-description__title--ct::before {
  background-image: url(../img/page/icon_ct.svg);
}
.t-kumamoto-card-description__title--stomach::before {
  background-image: url(../img/page/icon_stomach.svg);
}
.t-kumamoto-card-description__detail {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-card-description__detail {
    margin: 8px 0 0;
  }
}

.t-kumamoto-departments-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-departments-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.t-kumamoto-departments-column__item {
  -ms-flex-preferred-size: calc(33.3333333333% - 24px);
      flex-basis: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-departments-column__item {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .t-kumamoto-departments-column__item:nth-child(n+3) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-heading.c-txt-heading {
    line-height: 1.4;
  }
}

.t-kumamoto-diabetes-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -12px;
}
@media screen and (max-width: 1100px) {
  .t-kumamoto-diabetes-food {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food {
    display: block;
    margin: 0;
    border-top: solid 1px #DADADA;
  }
}
.t-kumamoto-diabetes-food li {
  -ms-flex-preferred-size: calc(33.3333333333% - 24px);
      flex-basis: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 1100px) {
  .t-kumamoto-diabetes-food li {
    -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 20px 0;
    border-bottom: solid 1px #DADADA;
  }
}
@media screen and (max-width: 1100px) {
  .t-kumamoto-diabetes-food li:last-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food li:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.t-kumamoto-diabetes-food__img img {
  width: 100%;
  border-radius: 4px;
}
.t-kumamoto-diabetes-food__detail {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food__detail {
    margin: 0 0 0 16px;
  }
}
.t-kumamoto-diabetes-food__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-kumamoto-diabetes-food__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 4px 0 0;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-diabetes-food__description {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 2px 0 0;
  }
}

.t-kumamoto-rehabilitation-card .c-card-flow__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-kumamoto-rehabilitation-card .c-card-flow__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .t-kumamoto-introduction-button-link {
    line-height: 1.3;
  }
}

.t-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-entry-list {
    margin: 0 -8px;
  }
}
.t-entry-list li {
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-entry-list li {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin: 0 8px;
  }
}
.t-entry-list li:nth-child(n+3) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .t-entry-list li:nth-child(n+3) {
    margin-top: 32px;
  }
}
.t-entry-list a:hover .t-entry-list__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-entry-list a:hover .t-entry-list__title span {
  background-size: 100% 1px;
}
.t-entry-list__img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.t-entry-list__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.8;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .t-entry-list__img img {
    aspect-ratio: 1.6;
  }
}
.t-entry-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
.t-entry-list__cateegory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-entry-list__cateegory .c-tag + .c-tag {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .t-entry-list__cateegory .c-tag + .c-tag {
    display: none;
  }
}
.t-entry-list__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5A5A5A;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .t-entry-list__date {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 0 6px;
  }
}
.t-entry-list__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .t-entry-list__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-entry-list__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background: linear-gradient(to bottom, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.t-entry-aside {
  border-top: solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .t-entry-aside {
    padding: 24px 0;
  }
}
.t-entry-aside__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-entry-aside__content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .t-entry-aside__item + .t-entry-aside__item {
    margin: 16px 0 0;
  }
}
.t-entry-aside__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .t-entry-aside__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.t-entry-aside__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  width: 28px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.t-entry-aside__pagination li.current {
  background-color: #E7A131;
  color: #fff;
}
.t-entry-aside__pagination li + li {
  margin: 0 0 0 8px;
}
.t-entry-aside__pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2E9), to(#F4F2E9)), #F5F2E3;
  background: linear-gradient(0deg, #F4F2E9, #F4F2E9), #F5F2E3;
  color: #5A5A5A;
}
.t-entry-aside__pagination a:hover {
  background: #E7A131;
  color: #fff;
}
.t-entry-aside__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-entry-aside__transition {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.t-entry-aside__link a {
  padding: 0;
}
.t-entry-aside__link + .t-entry-aside__link {
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  .t-entry-aside__link + .t-entry-aside__link {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .t-entry-aside__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t-entry-aside--green .t-entry-aside__pagination li.current {
  background-color: #67BF48;
}
.t-entry-aside--blue .t-entry-aside__pagination li.current {
  background-color: #4BADD8;
}

.t-entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-entry-meta__category .c-tag + .c-tag {
  margin: 0 0 0 8px;
}
.t-entry-meta__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .t-entry-meta__date {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.t-entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .t-entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 12px 0 0;
  }
}

.t-entry-body > *:first-child {
  margin-top: 0;
}
.t-entry-body p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .t-entry-body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    margin: 18px 0;
  }
}
.t-entry-body a {
  color: #E50012;
  background: -webkit-gradient(linear, left top, left bottom, from(#E50012), to(#E50012));
  background: linear-gradient(to bottom, #E50012, #E50012);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-entry-body a:hover {
  background-size: 0 1px;
}
.t-entry-body .wp-caption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.t-entry-body .wp-caption-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  margin: 8px 0 0;
}
.t-entry-body ul,
.t-entry-body ol {
  list-style: none;
  margin: 26px 0;
}
@media screen and (max-width: 767px) {
  .t-entry-body ul,
  .t-entry-body ol {
    margin: 18px 0;
  }
}
.t-entry-body ul li,
.t-entry-body ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .t-entry-body ul li,
  .t-entry-body ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.t-entry-body ul li::before,
.t-entry-body ol li::before {
  margin: 0 14px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .t-entry-body ul li::before,
  .t-entry-body ol li::before {
    margin: 0 8px 0 0;
  }
}
.t-entry-body ul li + li,
.t-entry-body ol li + li {
  margin: 2px 0 0;
}
.t-entry-body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #E7A131;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.t-entry-body ol {
  counter-reset: item;
}
.t-entry-body ol li::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  counter-increment: item;
  content: counter(item) ".";
  color: #E7A131;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 14.4px;
}
.t-entry-body h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin: 48px 0 24px;
}
@media screen and (max-width: 767px) {
  .t-entry-body h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 32px 0 16px;
  }
}
.t-entry-body h2 + * {
  margin-top: 0;
}
.t-entry-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .t-entry-body h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.t-entry-body h3 + * {
  margin-top: 0;
}
.t-entry-body h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .t-entry-body h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.t-entry-body h4 + * {
  margin-top: 0;
}
.t-entry-body blockquote {
  border: solid 4px #F2F0E9;
  border-radius: 4px;
  padding: 32px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .t-entry-body blockquote {
    padding: 20px;
    margin: 18px 0;
  }
}
.t-entry-body blockquote > * {
  margin: 0;
}
.t-entry-body iframe {
  width: 90%;
  height: auto;
  aspect-ratio: 1.75;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .t-entry-body iframe {
    width: 100%;
  }
}
.t-entry-body--vansayplus h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 10px 20px;
  background-color: #E7A131;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .t-entry-body--vansayplus h2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
    border-radius: 4px;
  }
}
.t-entry-body--zaitaku ul li::before {
  background-color: #4BADD8;
}
.t-entry-body--zaitaku ol li::before {
  color: #4BADD8;
}

.t-latest-entry {
  padding: 80px 0 0;
  border-top: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .t-latest-entry {
    padding: 48px 0 0;
  }
}
.t-latest-entry__content {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .t-latest-entry__content {
    margin: 24px 0 0;
  }
}
.t-latest-entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .t-latest-entry__list {
    display: block;
    margin: 0;
  }
}
.t-latest-entry__list li {
  -ms-flex-preferred-size: calc(33.3333333333% - 32px);
      flex-basis: calc(33.3333333333% - 32px);
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .t-latest-entry__list li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-latest-entry__list li + li {
    margin: 24px 0 0;
  }
}
.t-latest-entry__list a {
  color: #5A5A5A;
}
.t-latest-entry__list a:hover .t-latest-entry__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-latest-entry__list a:hover .t-latest-entry__title span {
  background-size: 100% 1px;
}
.t-latest-entry__img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.t-latest-entry__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.82;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.t-latest-entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
.t-latest-entry__category .c-tag + .c-tag {
  display: none;
}
.t-latest-entry__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .t-latest-entry__date {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 0 6px;
  }
}
.t-latest-entry__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .t-latest-entry__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-latest-entry__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background: linear-gradient(to bottom, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.t-vansayplus-hero {
  width: 100%;
  height: 370px;
  background-image: url(../img/bg_hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-vansayplus-hero {
    height: 250px;
  }
}
.t-vansayplus-hero--top {
  height: 510px;
}
@media screen and (max-width: 767px) {
  .t-vansayplus-hero--top {
    height: 250px;
  }
}
.t-vansayplus-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/mask_hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.t-vansayplus-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.t-vansayplus-hero__logo-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t-vansayplus-hero__logo-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.t-vansayplus-hero__logo-img {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .t-vansayplus-hero__logo-img {
    margin: 14px 0 0;
  }
}

#t-kumamoto-access .t-access-information__flow-title {
  gap: 8px;
}
#t-kumamoto-access .t-card__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(30%, 24rem) min(3vw, 32px) 1fr;
  grid-template-columns: min(30%, 24rem) 1fr;
  gap: min(3vw, 32px);
}
@media screen and (max-width: 767px) {
  #t-kumamoto-access .t-card__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#t-kumamoto-access .t-card__block .t-card-img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1.44/1;
}
@media screen and (max-width: 767px) {
  #t-kumamoto-access .t-card__block .t-card-img {
    width: 60%;
    margin: 0 auto;
  }
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.u-margin-large {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-margin-large {
    margin-top: 48px;
  }
}

.u-margin-medium {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .u-margin-medium {
    margin-top: 32px;
  }
}

.u-margin-short {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .u-margin-short {
    margin-top: 32px;
  }
}

.u-margin-normal {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .u-margin-normal {
    margin-top: 24px;
  }
}

.u-margin-semi {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .u-margin-semi {
    margin-top: 16px;
  }
}

.u-margin-small {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .u-margin-small {
    margin-top: 10px;
  }
}

.u-margin-semismall {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .u-margin-semismall {
    margin-top: 12px;
  }
}

.u-margin-mini {
  margin-top: 10px;
}

.u-margin-verysmall {
  margin-top: 6px;
}

/*ポイントタイトル関連*/
.p-text-box > p {
  font-size: clamp(1.2rem, 0.25vw + 0.75625rem, 1rem);
  line-height: clamp(24px, 0.67vw + 21.5px, 32px);
  font-weight: 400;
}
.p-katsuyou-point__point {
  color: #218838;
  font-size: clamp(0.625rem, 0.34vw + 0.54375rem, 0.875rem);
  margin-bottom: 0.5em !important;
  padding-left: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-katsuyou-point__point::before {
  content: "";
  display: inline-block;
  margin-left: -2.9em;
  margin-right: 0.3em;
  width: 48px;
  height: 35px;
  background-image: url(../img/oil/hand-point-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.m-u-20{
  margin-bottom: 20px;
}

/*以降カセットのCSS*/

  .cassette-item .c-img02Unit  {
  margin-bottom: 50px
}

  .cassette-item .c-img02Unit .edit-box {
  width: 100% !important;
}

  .cassette-item .c-img02Unit .c-img02 {
  margin-bottom: 0
}

  .cassette-item .c-img02Unit.c-img02Unit__col2 {
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col2 {
    display: block
  }
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col2 {
    margin-top: 0
  }
}

  .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
  margin-top: 40px;
  width: 48.14815%;
  margin-right: 3.7037%
}

@media only screen and (min-width:769px) {
    .cassette-item .c-img02Unit.c-img02Unit__col2 > :nth-child(2n) {
    margin-right: 0
  }
}

  .cassette-item .c-img02Unit.c-img02Unit__col2 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
    .cassette-item .c-img02Unit.c-img02Unit__col2 > :first-child {
    margin-top: 0
  }
}

  .cassette-item .c-img02Unit.c-img02Unit__col3 {
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col3 {
    display: block
  }
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col3 {
    margin-top: 0
  }
}

  .cassette-item .c-img02Unit.c-img02Unit__col3 > * {
  margin-top: 40px;
  width: 30.8642%;
  margin-right: 3.7037%
}

@media only screen and (min-width:769px) {
    .cassette-item .c-img02Unit.c-img02Unit__col3 > :nth-child(3n) {
    margin-right: 0
  }
}

  .cassette-item .c-img02Unit.c-img02Unit__col3 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
    .cassette-item .c-img02Unit.c-img02Unit__col3 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
    .cassette-item .c-img02Unit.c-img02Unit__col3 > :first-child {
    margin-top: 0
  }
}

 .cassette-item .c-img02Unit.c-img02Unit__col2 {
  margin-top: -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .cassette-item .c-img02Unit.c-img02Unit__col2 {
    display: block
  }
}

@media only screen and (max-width:768px) {
 .cassette-item .c-img02Unit.c-img02Unit__col2 {
    margin-top: 0
  }
}

 .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
  margin-top: 40px;
  width: 48.14815%;
  margin-right: 3.7037%
}

@media only screen and (min-width:769px) {
 .cassette-item .c-img02Unit.c-img02Unit__col2 > :nth-child(2n) {
    margin-right: 0
  }
}

 .cassette-item .c-img02Unit.c-img02Unit__col2 > :last-child {
  margin-right: 0
}

@media only screen and (max-width:768px) {
 .cassette-item .c-img02Unit.c-img02Unit__col2 > * {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-right: 0
  }
 .cassette-item .c-img02Unit.c-img02Unit__col2 > :first-child {
    margin-top: 0
  }
}

.cassette-item .c-enclosureTxt {
  padding: 25px 30px;
  background: #c8c8c8;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
.cassette-item .c-enclosureTxt {
    padding: 15px;
    background: #c8c8c8;
  }
}

.cassette-item .c-secTtl03 {
  padding: .5rem 0;
  border-top: 1px solid #218838;
  border-bottom: 1px solid #218838;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
.cassette-item .c-secTtl03 {
  font-size: 1.3rem
}
}

.cassette-item .c-pouring {
    margin-bottom: 40px;
    overflow: hidden;
}
.cassette-item .c-pouring .c-pouring_img {
    float: left;
    max-width: 335px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.cassette-item .c-pouring.c-pouring__rev .c-pouring_img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.cassette-item .c-secTtl04 {
    padding: .6rem .6rem .6rem .8rem;
    border-left: 7px solid #218838;
    background: #f4f4f0;
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.cassette-item .c-btnList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 40px;

}
.cassette-item .c-btnList li {
    margin-right: 10px;
    margin-top: 10px;

}
.cassette-item .c-btnList li a {
    position: relative;
    display: inline-block;
    color: #218838;
    border: 1px solid #218838;
    border-radius: 4px;
    padding: 8px 48px 8px 32px;
    vertical-align: middle;
}
.cassette-item .c-btnList li a:before {
    left: 8.5rem; /* ここをrightからleftに変更 */
    width: .5rem;
    height: .5rem;
    border-top: 2px solid #218838;
    border-right: 2px solid #218838;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cassette-item .c-btnList li a:before, #cassette-content .cassette-item .c-btnList li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#cassette-content .cassette-item .c-btnList li a {
    position: relative;
    display: inline-block;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 4px;
    padding: 8px 48px 8px 32px;
    vertical-align: middle;
}