@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color: #009e63;
  --secondary-color: #ff6200;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #f9f5f2;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #111;
  letter-spacing: 0;
  font-size: 1.3rem;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
img,
a,
div {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h2 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 2.1rem;
  color: var(--primary-color);
}

.margin-wide {
  margin-bottom: 25px;
}

h4 {
  margin-bottom: 1em;
}

p {
  margin: 0;
}

section {
  max-width: 1300px;
  margin: 0 auto;
  /*0 auto 40px*/
  padding: 40px 25px;
  /* 0 25px*/
}

section:first-of-type {
  padding-top: 20px;
}

body:not(.home) section {
  max-width: 1100px;
}

ul {
  padding: 0;
  list-style: none;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe500));
  background: linear-gradient(transparent 70%, #ffe500 70%);
}

.link {
  border-bottom: solid 1px #111;
}

.text-middle {
  font-weight: 500;
}

.external {
  background: url("/common/image/common/icon-blank.svg") no-repeat 0 50%/14px auto;
  padding-left: 24px;
  color: var(--primary-color);
  border-bottom: solid 1px var(--primary-color);
}

.banner {
  max-width: 400px;
  margin: 50px auto 0;
}

.line-headline {
  position: relative;
  display: block;
  text-align: center;
  color: #996A50;
  margin-bottom: 20px;
}

.line-headline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #E9E1D7;
}

.line-headline span {
  background: #f9f5f2;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
}

.lead {
  font-size: 1.3rem;
  margin-bottom: 25px;
  text-align: left;
}
.lead br {
  display: none;
}

a[href*="tel:"] {
  color: var(--primary-color);
}

@media screen and (min-width:751px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .margin-wide {
    margin-bottom: 50px;
  }
  section {
    padding: 80px 50px;
    /*0 50px*/
  }
  section:first-of-type {
    padding-top: 0;
  }
  body {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-hidden {
    display: none;
  }
  .line-headline {
    margin-bottom: 30px;
  }
  .line-headline span {
    padding: 0 20px;
    font-size: 2.2rem;
  }
  .lead {
    text-align: center;
    font-size: 1.6rem;
  }
  .lead br {
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
  .sp-hidden {
    display: none;
  }
}
/*------------------------------------------------

	header

------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header-body {
  background: #fff;
  height: 55px;
  position: relative;
}
.header .sitename {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-contact {
  background: var(--secondary-color);
}
.btn-contact .btn-inner {
  background: url("/common/image/common/icon-mail-white.svg") no-repeat 0px 50%;
}

.btn-tel {
  background: var(--primary-color);
}
.btn-tel .btn-inner {
  background: url("/common/image/common/icon-tel-white.svg") no-repeat 0px 50%;
}

@media screen and (min-width:751px) {
  .header-body {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    border-radius: 0 0 20px 20px;
  }
  .header .sitename {
    width: 190px;
    left: 40px;
  }
  .header .nav {
    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;
  }
  .header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-right: 16px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header .nav-menu::after {
    content: "";
    width: 100%;
  }
  .header .nav-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .header .nav-menu-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 17px;
    height: 80px;
  }
  .header .nav-menu-btn a .text {
    font-size: 1.1rem;
    display: block;
    font-weight: normal;
  }
  .header .nav .btn-contact {
    width: 192px;
  }
  .header .nav .btn-contact .btn-inner {
    padding-left: 37px;
    display: inline-block;
    background-size: 22px auto;
  }
  .header .nav .btn-tel {
    width: 204px;
    border-radius: 0 0 20px 0;
  }
  .header .nav .btn-tel .btn-inner {
    padding-left: 32px;
    display: inline-block;
    background-size: 19px auto;
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .header .nav-recruit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
  }
  .header .nav-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
  }
  .header .nav li:nth-child(1),
  .header .nav li:nth-child(2),
  .header .nav li:nth-child(3),
  .header .nav li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.nav-menu li:nth-child(n+1) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 750px) {
  .btn-spnav {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 20;
  }
  .btn-spnav span {
    position: absolute;
    left: 5px;
    background: #009e63;
    display: inline-block;
    width: 22px;
    height: 2px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .btn-spnav span:nth-child(1) {
    top: 10px;
  }
  .btn-spnav span:nth-child(2) {
    top: 16px;
  }
  .btn-spnav span:nth-child(3) {
    top: 22px;
  }
  .btn-spnav.open span:nth-child(1) {
    rotate: -45deg;
    top: 15px;
  }
  .btn-spnav.open span:nth-child(2) {
    opacity: 0;
  }
  .btn-spnav.open span:nth-child(3) {
    rotate: 45deg;
    top: 15px;
  }
  .nav {
    position: fixed;
    top: 55px;
    right: -100%;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
    padding: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
  }
  .nav a {
    font-weight: bold;
  }
  .nav.panelactive {
    right: 0;
  }
  .nav-menu li {
    width: 86%;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
  }
  .nav-menu-btn a {
    display: block;
    color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 5px;
    font-size: 2.5rem;
    text-align: center;
  }
  .nav-menu-btn a .text {
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
  }
  .nav-menu-btn .btn-inner {
    display: inline-block;
    padding-left: 55px;
  }
  .nav-menu-btn .btn-contact .btn-inner {
    background: url("/common/image/common/icon-mail-white.svg") no-repeat 0px 50%/30px auto;
  }
  .nav-menu-btn .btn-tel .btn-inner {
    font-size: 2.7rem;
    background: url("/common/image/common/icon-tel-white.svg") no-repeat 0px 50%/25px auto;
  }
  .nav .nav-recruit a,
  .nav .nav-info a {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.main-visual {
  margin-bottom: 40px;
  padding: 83px 25px 28px;
  position: relative;
}
.main-visual-box {
  background: #009e63;
  width: 78%;
  max-width: 500px;
  margin: 0 auto 25px;
  border-radius: 10px;
  padding: 29px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main-visual-box p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.main-visual-box .fig {
  width: 70px;
  margin: 0 auto;
}
.main-visual-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.main-visual-headline {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.main-visual .white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.main-visual .white-box-item {
  width: calc((100% - 10px) / 3);
  border-radius: 5px;
  border-top: solid 5px #009e63;
  background: #fff;
  padding: 13px 8px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.main-visual .white-box-item .fig {
  margin: 0 auto 10px;
  width: 35px;
  height: auto;
}

.letter-short {
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media screen and (min-width:751px) {
  .main-visual {
    margin-bottom: 60px;
  }
  .main-visual-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 25px;
    border-radius: 10px;
    padding: 40px 50px;
    color: #fff;
    text-align: center;
  }
  .main-visual-box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .main-visual-box p {
    font-size: 1.6rem;
    margin: 0 20px 0 0;
  }
  .main-visual-box .fig {
    width: 90px;
    margin: 0 auto;
  }
  .main-visual-subtitle {
    font-size: 1.8rem;
  }
  .main-visual-headline {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .main-visual .white-box {
    max-width: 1020px;
    margin: 0 auto;
  }
  .main-visual .white-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 60px) / 3);
    text-align: left;
    font-size: 2.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-visual .white-box-item p {
    letter-spacing: -0.01em;
  }
  .main-visual .white-box-item .fig {
    margin: 0 20px 0 0;
    width: 70px;
  }
}
.breadcrumb-inner a {
  font-size: 1.2rem;
  display: block;
  border-bottom: solid 1px #111;
}
.breadcrumb-inner .here {
  font-size: 1.2rem;
  margin-left: 23px;
  position: relative;
}
.breadcrumb-inner .here::before {
  content: ">";
  position: absolute;
  left: -16px;
  top: 0;
}

.page-title {
  color: #fff;
  text-align: left;
  line-height: 1;
}
.page-title .subtitle {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 8px;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  font-size: 1.9rem;
  text-align: left;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.page .main-visual {
  background: url("/common/image/contact/mv.jpg") no-repeat 50%/cover;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:751px) {
  .btn-spnav {
    display: none;
  }
  .main-visual {
    padding: 122px 50px 42px;
  }
  .main-visual-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main-visual .page-title {
    margin: 54px 0 0 0;
  }
  .main-visual .page-title br {
    display: none;
  }
  .main-visual .page-title .subtitle {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  body:not(.home) .main-visual {
    padding: 105px 25px 102px;
    background-color: var(--primary-color);
  }
  .page .main-visual {
    height: 270px;
  }
  .breadcrumb {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
  }
  .breadcrumb-inner {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .breadcrumb-inner a {
    display: block;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
  }
  .breadcrumb-inner .here {
    font-size: 1.2rem;
    margin-left: 23px;
    position: relative;
  }
  .breadcrumb-inner .here::before {
    content: ">";
    position: absolute;
    left: -16px;
    top: -2px;
  }
  .box-white {
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    font-size: 3.2rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    position: absolute;
    left: 25px;
    bottom: -32px;
  }
  .breadcrumb-inner {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-visual-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-visual-inner h2 {
    margin: 0;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.mapW100 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.map iframe,
.mapW100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-gift .main-visual {
  background-image: url("/common/image/gift/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-gift .main-visual {
    background-image: url("/common/image/gift/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}

.gift-lead {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .page-gift .lineup {
    padding-bottom: 10px;
  }
}
.image-background {
  position: relative;
  display: block;
}
.image-background::after {
  content: "";
  display: block;
  background: #EDE5CE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.page-recruit .main-visual {
  background-image: url("/common/image/recruit/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-recruit .main-visual {
    background-image: url("/common/image/recruit/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-recruit section:not(:last-of-type) {
  padding-bottom: 0;
}
.page-recruit .recruit-inline {
  text-align: center;
  display: block;
}
.page-recruit .recruit-inline > * {
  text-align: left;
  display: inline-block;
}

.page-profile .main-visual {
  background-image: url("/common/image/profile/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-profile .main-visual {
    background-image: url("/common/image/profile/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-profile section:not(:last-of-type) {
  padding-bottom: 0;
}
.page-profile .ideal {
  text-align: center;
}
.page-profile .message .lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10px;
}
.page-profile .fig-column {
  margin-top: 25px;
}
.page-profile .image-background {
  width: 100%;
  margin: 0 auto;
}
.page-profile .fig {
  margin-top: 30px;
}
.page-profile figcaption {
  text-align: right;
  margin-top: 25px;
}
.page-profile table {
  width: 100%;
  background: url("/common/image/common/dot.png") repeat-x 0 0/4px auto;
}
.page-profile tr {
  background: url("/common/image/common/dot.png") repeat-x 0 100%/4px auto;
}
.page-profile th,
.page-profile td {
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: left;
}
.page-profile th {
  width: 34%;
}
.page-profile td dt,
.page-profile td dd {
  line-height: 1.6;
}
.page-profile .access dl {
  margin-bottom: 10px;
}
.page-profile .access dt {
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width:751px) {
  .page-profile .message .lead {
    font-size: 2.6rem;
  }
  .page-profile .fig {
    margin: 0;
  }
  .page-profile .image-background {
    width: 100%;
    max-width: 400px;
  }
  .page-profile .fig-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-profile .fig-column p {
    width: 50%;
  }
  .page-profile th {
    width: 22%;
  }
  .page-profile th,
  .page-profile td {
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .page-profile .access dt {
    font-size: 2.2rem;
  }
  .page-profile .access dd {
    font-size: 1.8rem;
  }
  .page-profile .access .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-profile .access .inner .map-wrap {
    width: 100%;
    max-width: 580px;
  }
}
.policy {
  padding-bottom: 0;
}
.policy dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.policy dl:not(:last-of-type) {
  margin-bottom: 25px;
}
.policy dl dt {
  width: 14%;
}
.policy dl dd {
  width: 80%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

.home .policy {
  margin-bottom: 40px;
}

.page-safe .main-visual {
  background-image: url("/common/image/safe/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-safe .main-visual {
    background-image: url("/common/image/safe/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-safe section {
  text-align: center;
}
.page-safe section:not(:last-of-type) {
  padding-bottom: 0;
}
.page-safe .lead {
  margin-bottom: 1.5em;
}
.page-safe .safety .box-white {
  padding: 35px;
}
.page-safe .safety .box-white figure {
  width: 44%;
  margin: 0 auto 25px;
}
.page-safe .safety .box-white .fig-small {
  width: 104px;
  margin: 0 auto;
}
.page-safe .safety .box-white h3 {
  text-align: center;
}
.page-safe .safety .box-white p {
  font-size: 1.3rem;
}
.page-safe .safety .box-white p:last-of-type {
  margin-top: 10px;
}

@media screen and (min-width:751px) {
  .page-safe .lead {
    margin-bottom: 50px;
  }
  .page-safe .box-white {
    padding: 30px 50px;
  }
  .page-safe .safety .box-white {
    padding: 70px;
  }
  .page-safe .safety .box-white .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-safe .safety .box-white .summary {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-safe .safety .box-white figure {
    width: 23%;
    margin: 0 50px 0 0;
  }
  .page-safe .safety .box-white .fig-small {
    width: 80px;
    margin: 0 auto 25px 0;
  }
  .page-safe .safety .box-white h3 {
    text-align: left;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .page-safe .safety .box-white p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .page-safe .safety .box-white p:last-of-type {
    margin-top: 10px;
  }
  .policy dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3em;
    margin-bottom: 15px;
  }
  .policy dl:last-of-type {
    margin-bottom: 0px;
  }
  .policy dl dt {
    width: 60px;
  }
  .policy dl dd {
    width: 90%;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .home .policy {
    margin-bottom: 80px;
  }
}
.box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-2 dl {
  width: calc((100% - 10px) / 2);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-2 dl dt img {
  border-radius: 10px 10px 0 0;
}
.col-2 dl dd {
  background: #fff;
  padding: 10px;
  font-size: 1.3rem;
  border-radius: 0 0 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col-2 dl dd h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.harf-box {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.harf-box:last-of-type {
  margin: 0;
}
.harf-box .title {
  color: #996A50;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.btn-01 {
  display: block;
  color: #fff;
  text-align: center;
  background: var(--primary-color);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 25px;
  width: 40%;
  max-width: 260px;
  border-radius: 3px;
  margin: 15px auto 0;
}

.brown-box {
  background: #E9E1D7;
  padding: 20px 15px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.brown-box:last-of-type {
  margin: 0;
}
.brown-box dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  background: url("/common/image/common/dot.png") repeat-x 0 100%/4px auto;
}
.brown-box dd {
  padding-top: 12px;
}
.brown-box dd .text {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
.brown-box .unit {
  display: block;
  background: #fff;
  border-radius: 50px;
}
.brown-box .unit img {
  height: 37px;
}
.brown-box .unit:first-child {
  padding: 0;
  margin-bottom: 8px;
}

@media screen and (min-width:751px) {
  .col-2 dl {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .col-2 dl dt {
    width: 40%;
  }
  .col-2 dl dt img {
    border-radius: 10px 0 0 10px;
  }
  .col-2 dl dd {
    width: 60%;
    background: #fff;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 0 10px 10px 0;
  }
  .col-2 dl dd h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .harf-box {
    width: calc((100% - 30px) / 2);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .harf-box:nth-last-child(-n+2) {
    margin: 0;
  }
  .harf-box .title {
    font-size: 2.2rem;
  }
  .harf-box .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .btn-01 {
    font-size: 1.8rem;
    line-height: 49px;
    width: 53%;
    max-width: 260px;
    border-radius: 5px;
    margin: 30px auto 0;
  }
  .brown-box {
    width: calc((100% - 60px) / 3);
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .brown-box:nth-last-child(-n+3) {
    margin: 0;
  }
  .brown-box dt {
    font-size: 2.2rem;
    padding-bottom: 24px;
  }
  .brown-box dd {
    padding-top: 24px;
  }
  .brown-box dd .text {
    font-size: 1.8rem;
    border-radius: 20px;
    padding: 16px;
    display: block;
  }
  .brown-box .unit img {
    height: 53px;
  }
  .brown-box .unit:first-child {
    padding: 0;
    margin-bottom: 16px;
  }
}
.page-package section {
  padding-top: 0;
}
.page-package .main-visual {
  margin-bottom: 66px;
  background-image: url("/common/image/package/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-package .main-visual {
    margin-bottom: 80px;
    background-image: url("/common/image/package/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-package.-equipment .main-visual {
  margin-bottom: 66px;
  background-image: url("/common/image/package/ttl-equipment-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-package.-equipment .main-visual {
    margin-bottom: 80px;
    background-image: url("/common/image/package/ttl-equipment.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-package.-flow .main-visual {
  margin-bottom: 66px;
  background-image: url("/common/image/package/ttl-flow-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-package.-flow .main-visual {
    margin-bottom: 80px;
    background-image: url("/common/image/package/ttl-flow.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-package.-material .main-visual {
  margin-bottom: 66px;
  background-image: url("/common/image/package/ttl-material-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-package.-material .main-visual {
    margin-bottom: 80px;
    background-image: url("/common/image/package/ttl-material.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-package.-case .main-visual {
  margin-bottom: 66px;
  background-image: url("/common/image/package/ttl-case-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-package.-case .main-visual {
    margin-bottom: 80px;
    background-image: url("/common/image/package/ttl-case.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-package .lead {
  margin-bottom: 1.5em;
}
.page-package h2:not(.page-title) {
  line-height: 1.5;
  margin-bottom: 25px;
}
.page-package .top-card {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.page-package .top-card-item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .page-package .top-card-item {
    width: 100%;
  }
  .page-package .top-card-item th,
  .page-package .top-card-item td {
    display: block;
    width: 100%;
  }
  .page-package .top-card-item th {
    padding-bottom: 0;
  }
}
@media screen and (min-width:751px) {
  .page-package .main-visual .page-title {
    margin-top: 30px;
  }
  .page-package .top-card {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .page-package .top-card-item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 40px;
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.tabs li {
  width: calc((100% - 40px) / 5);
}
.tabs li a {
  display: block;
  background: #fff;
  color: #009E63;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 62px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.tabs li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.tabs li a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabs li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #009e63;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabs li a.current {
  background: var(--primary-color);
  color: #fff;
}
.tabs li a.current::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .sticky {
    overflow-x: scroll;
    margin-bottom: 15px;
  }
  .sticky .tabs {
    width: 160%;
    padding: 0 25px 15px;
    margin-bottom: 0;
  }
  .sticky .tabs li {
    width: calc((100% - 26px) / 5);
  }
  .sticky .tabs li a {
    font-size: 1.3rem;
    line-height: 41px;
  }
}
.bar-green {
  background: #E8EE8F;
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50px;
  margin-bottom: 25px;
  font-family: "Montserrat", serif;
}
.bar-green span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 46px;
  display: inline-block;
  padding-left: 38px;
  font-size: 1.6rem;
  margin-right: 5px;
}
.bar-green .green-01 {
  background: url("/common/image/package/icon-green-01.svg") no-repeat 0 50%/30px auto;
}
.bar-green .green-02 {
  background: url("/common/image/package/icon-green-02.svg") no-repeat 0 50%/30px auto;
}
.bar-green .green-03 {
  background: url("/common/image/package/icon-green-03.svg") no-repeat 0 50%/30px auto;
}
.bar-green .green-04 {
  background: url("/common/image/package/icon-green-04.svg") no-repeat 0 50%/30px auto;
}
.bar-green .green-05 {
  background: url("/common/image/package/icon-green-05.svg") no-repeat 0 50%/30px auto;
}

.bar-orange {
  background: #FFDFCB;
  text-align: center;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 50px;
  line-height: 49px;
  margin-bottom: 25px;
}

.page-contact .main-visual {
  background-image: url("/common/image/contact/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-contact .main-visual {
    background-image: url("/common/image/contact/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-contact .lead {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 52px;
}
.page-contact .smalltitle {
  margin-bottom: 30px;
  line-height: 1;
}
.page-contact .section-form {
  padding-top: 30px;
  padding-bottom: 80px;
}

.page-thanks .lead {
  padding-left: 80px;
  background: url("/common/image/common/icon-mail-blackline.svg") no-repeat 10px 50%/40px auto;
}

@media screen and (min-width:751px) {
  .bar-green {
    font-size: 3rem;
    margin-bottom: 36px;
  }
  .bar-green span {
    line-height: 64px;
    padding-left: 60px;
    margin-right: 8px;
    font-size: 2.6rem;
  }
  .bar-green .green-01 {
    background: url("/common/image/package/icon-green-01.svg") no-repeat 0 50%/44px auto;
  }
  .bar-green .green-02 {
    background: url("/common/image/package/icon-green-02.svg") no-repeat 0 50%/44px auto;
  }
  .bar-green .green-03 {
    background: url("/common/image/package/icon-green-03.svg") no-repeat 0 50%/44px auto;
  }
  .bar-green .green-04 {
    background: url("/common/image/package/icon-green-04.svg") no-repeat 0 50%/44px auto;
  }
  .bar-green .green-05 {
    background: url("/common/image/package/icon-green-05.svg") no-repeat 0 50%/44px auto;
  }
  .bar-orange {
    font-size: 2.6rem;
    line-height: 62px;
    margin-bottom: 30px;
  }
}
/* form */
form table {
  width: 100%;
}
form .form-customer {
  margin-bottom: 72px;
}
form .form-contact {
  margin-bottom: 50px;
}
form th {
  text-align: left;
  font-weight: normal;
  font-size: 1.8rem;
  width: 30%;
  border-bottom: dotted 1px #bebebc;
  padding: 20px 0 10px;
}
form td {
  padding: 20px 0 0 10px;
}
form .agreement {
  text-align: center;
  margin-bottom: 2em;
}
form .form-btn {
  text-align: center;
}

.btn-revision {
  background: #ddd;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 2em;
  border-radius: 5px;
  text-align: center;
}

.optional {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  line-height: 22px;
  width: 32px;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.optional.any {
  background-color: #878787;
}
.optional.required {
  background-color: var(--secondary-color);
}

.longword {
  display: inline-block;
}

.impetus span {
  vertical-align: text-top;
}
.impetus span.optional {
  -webkit-transform: translateY(28%);
          transform: translateY(28%);
}

.impetus label {
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.impetus td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.impetus input {
  margin-right: 5px;
}

input,
textarea {
  border: none;
  background: #fff;
  padding: 14px;
  font-size: 1.8rem;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bcbcbc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bcbcbc;
}
input::placeholder,
textarea::placeholder {
  color: #bcbcbc;
}

select {
  font-size: 1.8rem;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 40px 10px 10px;
  position: relative;
  width: 100%;
  margin: 0;
}

input[type=submit] {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 60px;
  padding: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto;
  display: block;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #878787;
  padding: 0;
  vertical-align: -5px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  content: "";
}

.selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #878787;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-width: 230px;
  height: 3.5em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  font-size: 16px;
  color: #111;
  cursor: pointer;
  outline: none;
}

.c-formerrorMessage {
  color: #ff2600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 1em 1.25em;
  border: 1px solid #ff2600;
  background: rgba(255, 38, 0, 0.1);
  border-radius: 3px;
}

@media screen and (min-width:751px) {
  .page-contact h3 br {
    display: none;
  }
  .page-contact .smalltitle {
    font-size: 2.6rem;
  }
  input[type=submit] {
    width: 380px;
    line-height: 80px;
    font-size: 2.2rem;
  }
  .page-confirm td {
    border-bottom: dotted 1px #bebebc;
    padding-bottom: 10px;
  }
  .page-thanks .lead {
    padding-left: 80px;
    background: url("/common/image/common/icon-mail-blackline.svg") no-repeat 10px 50%/40px auto;
    text-align: left;
    display: inline-block;
  }
  .page-thanks .section-form {
    text-align: center;
  }
  .btn-revision {
    width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .page-contact .page-title {
    line-height: 1.6;
    font-size: 2rem;
  }
  .page-contact .smalltitle {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }
  .page-contact .section-form {
    padding-bottom: 40px;
  }
  .page-contact .lead {
    text-align: left;
    margin-bottom: 30px;
  }
  form .form-customer {
    margin-bottom: 29px;
  }
  form .form-contact {
    margin-bottom: 25px;
  }
  form th,
  form td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }
  form th {
    border: none;
    padding: 15px 0 12px;
  }
  form td {
    border-bottom: dotted 2px #bebebc;
    padding: 0 0 11px 0;
  }
  .optional {
    font-size: 1rem;
  }
  input,
  textarea {
    font-size: 16px;
    padding: 15px;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}
/*------------------------------------------------

コンテンツ

------------------------------------------------*/
.top-news {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 25px;
}
.top-news-headline {
  text-align: center;
  background: #ff6200;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}
.top-news-body {
  padding: 17px 20px 5px 20px;
  background: #fff;
}
.top-news-date {
  margin-bottom: 0px;
  line-height: 1.3;
}
.top-news-title {
  margin-bottom: 0px;
}
.top-news-text {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.top-news-btn {
  background: #fff;
  padding: 12px 20px 15px;
  border-radius: 0 10px 10px 0;
}
.top-news-btn a {
  display: inline-block;
  background: #fff9f3;
  color: #ff6200;
  border-radius: 4px;
  border: solid 1px #f7b279;
  padding: 8px;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width:751px) {
  .top-news {
    padding: 0 50px;
  }
  .top-news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-headline {
    font-size: 1.6rem;
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
  }
  .top-news-body {
    padding: 20px 36px 8px 36px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top-news-date {
    font-size: 2rem;
    margin-bottom: 0px;
    display: inline-block;
  }
  .top-news-title {
    font-size: 2rem;
    margin-bottom: 0px;
    display: inline-block;
  }
  .top-news-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .top-news-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-news-btn a {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}
.top-problem {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  section.top-news {
    padding-top: 0;
  }
  .top-problem {
    padding: 30px 0 0;
  }
}
.card-small-wrap {
  width: 200%;
}

.card-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 25px;
  margin: 0 auto;
}
.card-small-item {
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}
.card-small-item figure {
  width: 42px;
  margin: 0 8px 0 0;
}
.card-small-item .text {
  font-weight: bold;
  line-height: 1.2;
}
.card-small-item .category {
  position: absolute;
  right: 13px;
  bottom: 15px;
  font-size: 1rem;
  color: #878787;
}

@media screen and (min-width:751px) {
  .card-small-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .card-small-item {
    padding: 10px;
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
  .card-small-item figure {
    width: 70px;
    margin: 0 14px 0 0;
  }
  .card-small-item .category {
    right: 13px;
    bottom: 15px;
    font-size: 1.4rem;
  }
}
.top-result {
  padding: 0;
}
.top-result-head {
  padding: 40px 25px 0;
}
.top-result .top-card {
  padding: 0 25px 20px;
}

/*

*/
.top-materials {
  padding-bottom: 0;
}

.simplebar-track {
  background: #e2e2e2;
  border-radius: 10px;
  width: 88%;
  margin: 0 auto;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #bcbcbc;
}

.table-sticky {
  overflow-x: scroll;
  position: relative;
  padding-bottom: 10px;
}

.top-block:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-block-body {
  background: #fff;
  padding: 26px 20px 24px;
}
.top-block-title {
  color: #996A50;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.top-block-fig {
  margin: 0;
}

@media screen and (min-width:751px) {
  .top-result {
    padding: 0 50px;
  }
  .top-result-head {
    padding: 80px 50px 0;
  }
  .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-block-body {
    width: 50%;
    padding: 60px 20px 60px 60px;
    position: relative;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .top-block-body::after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -40px;
    top: 0;
  }
  .top-block-title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 17px;
  }
  .top-block-fig {
    width: 50%;
    max-width: 600px;
  }
  .top-block:nth-child(odd) .top-block-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translate(-40px, 40px);
            transform: translate(-40px, 40px);
  }
  .top-block:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .table-sticky {
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0px;
  }
  .table-sticky::-webkit-scrollbar {
    display: none;
  }
}
.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 850px;
}
.flow-box:last-of-type {
  margin-bottom: 0;
}
.flow-box:not(:last-of-type)::after {
  content: "";
  width: 23px;
  height: 25px;
  background: url("/common/image/common/icon-arrow-black.svg") no-repeat 0 0/100% auto;
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow-box dt {
  width: 21%;
}
.flow-box dt img {
  max-width: 80px;
  margin: 0 auto;
}
.flow-box dd {
  width: 78%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  line-height: 1.6;
}
.flow-box dd h3 {
  font-size: 1.5rem;
  color: #009e63;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width:751px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box dt {
    width: 11%;
  }
  .flow-box dt img {
    max-width: 80px;
    margin: 0 auto;
  }
  .flow-box dd {
    width: 88%;
    font-size: 1.6rem;
    padding: 18px 15px;
  }
  .flow-box dd h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.top-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.top-card-item-head {
  padding: 15px 0 10px;
}
.top-card-item .tag-category {
  background: #009e63;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
}
.top-card-item h3 {
  font-size: 1.8rem;
}
.top-card-item table {
  width: 100%;
  background: url("/common/image/common/dot.png") repeat-x 0 0/4px auto;
}
.top-card-item tr {
  background: url("/common/image/common/dot.png") repeat-x 0 100%/4px auto;
}
.top-card-item th,
.top-card-item td {
  padding: 10px 0;
  font-size: 1.5rem;
  line-height: 1;
}
.top-card-item th {
  width: 20%;
  position: relative;
  vertical-align: top;
}
.top-card-item img.-ingredients {
  display: block;
  margin-top: 1em;
}

.c-list li {
  list-style-position: outside;
}
.c-list--disc {
  margin-left: 1.5em;
}
.c-list--disc > li {
  list-style-type: disc;
}

.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.lists .list {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}
.lists dd {
  background: #fff;
  height: 40px;
  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-weight: bold;
}

.list-alph {
  list-style-type: lower-latin;
}

.lead-center {
  text-align: center;
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
  margin-bottom: 48px;
}

.unable {
  margin-top: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 0;
  text-align: center;
}
.unable .text {
  padding: 0 25px;
}
.unable h3 {
  text-align: center;
}
.unable h3 span {
  color: #ff6200;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 25px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 20px 10px 40px;
  background: #fff2ea url("/common/image/top/icon-cross-orange.svg") no-repeat 18px 50%/15px auto;
}
.unable .lists {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 25px;
}
.unable .list {
  margin-bottom: 0;
}
.unable dd {
  background: #fff2ea;
}

@media screen and (min-width:751px) {
  .top-card {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .top-card-item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
  .top-card-item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .lists {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .lists .list {
    width: calc((100% - 100px) / 6);
    margin-bottom: 20px;
  }
  .lists dd {
    font-size: 1.8rem;
    height: 46px;
  }
  .lists.col-3 .list {
    width: calc((100% - 60px) / 3);
    margin-bottom: 20px;
  }
  .lists.col-3 dd {
    font-size: 1.8rem;
    height: 66px;
    text-align: center;
  }
  .unable {
    margin-top: 30px;
    padding: 50px 0;
  }
  .unable h3 span {
    margin: 0 auto 36px;
    font-size: 2.2rem;
    padding: 20px 30px 20px 65px;
    background: #fff2ea url("/common/image/top/icon-cross-orange.svg") no-repeat 30px 56%/24px auto;
  }
  .unable .text {
    padding: 0 50px;
  }
  .unable .lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 24px;
  }
  .unable .list {
    margin-bottom: 0;
  }
  .unable dd {
    background: #fff2ea;
  }
}
.contact {
  background: #ede5ce;
  padding: 40px 25px;
}
.contact h2 {
  color: #111;
  line-height: 1.5;
  font-weight: 900;
}
.contact h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.contact .btn {
  border-radius: 8px;
  padding: 18px 25px 18px 72px;
}
.contact .btn-tel {
  background: #fff url("/common/image/common/icon-tel-circle.svg") no-repeat 20px 50%/43px auto;
  margin-bottom: 20px;
}
.contact .btn-number {
  color: #009e63;
  font-size: 2.6rem;
  font-family: "Montserrat", serif;
  font-weight: 600;
  line-height: 1;
}
.contact .btn-mail-inner {
  background: #ff6201 url("/common/image/common/icon-mail-whiteline.svg") no-repeat 0 50%/20px auto;
  padding-left: 30px;
  font-size: 1.3rem;
  line-height: 33px;
}
.contact .btn .text {
  font-size: 1.2rem;
}
.contact .btn-mail {
  background: #fff url("/common/image/common/icon-mail-circle.svg") no-repeat 20px 50%/43px auto;
}
.contact .btn-mail a {
  display: block;
  background: #ff6201;
  font-weight: bold;
  padding: 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.flow {
  padding: 40px 25px;
}

.top-faq {
  background: #f9f5f2;
  padding: 40px 25px;
}

.box-note {
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin: 30px auto 0;
  max-width: 800px;
}

.home .flow {
  padding-bottom: 0;
}

@media screen and (min-width:751px) {
  .contact {
    margin-bottom: 0;
    max-width: 100%;
  }
  .contact h2 {
    font-size: 3.6rem;
    margin-bottom: 1em;
  }
  .contact h2 br {
    display: none;
  }
  .contact h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .contact-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-btns .btn {
    padding: 30px 43px 28px 160px;
    width: 48%;
  }
  .contact-btns .btn-tel {
    background: #fff url("/common/image/common/icon-tel-circle.svg") no-repeat 50px 50%/70px auto;
    margin-bottom: 0;
  }
  .contact-btns .btn-number {
    font-size: 4.8rem;
  }
  .contact-btns .btn-mail-inner {
    background: #ff6201 url("/common/image/common/icon-mail-whiteline.svg") no-repeat 0 50%/24px auto;
    padding-left: 48px;
    font-size: 2.2rem;
    line-height: 56px;
  }
  .contact-btns .btn .text {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .contact .btn-mail {
    background: #fff url("/common/image/common/icon-mail-circle.svg") no-repeat 50px 50%/70px auto;
  }
  .box-note {
    text-align: left;
  }
  .flow {
    padding: 80px 50px;
  }
  .top-faq {
    padding: 80px 50px;
  }
}
.page-news .main-visual {
  background-image: url("/common/image/news/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-news .main-visual {
    background-image: url("/common/image/news/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-news .page-head {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-news .page-head table {
  margin-bottom: 20px;
}
.page-news .page-head th {
  font-weight: normal;
  padding: 0 20px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.page-news .page-head .events {
  font-size: 1.3rem;
}
.page-news .page-head .events-num {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 15px;
}
.page-news .page-head .pagination {
  margin: 20px auto 0;
}

.newslist-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/common/image/common/dot.png") repeat-x 0 100%/4px auto;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newslist-item a .date {
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 1.3rem;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border-radius: 3px;
}

.pagination .pager {
  width: 32px;
  border: 1px solid #777;
}

.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.pagination .prev {
  margin-right: 16px;
}

.pagination .next {
  margin-left: 16px;
}

@media screen and (min-width:751px) {
  .page-news .page-head {
    padding: 0 50px;
  }
  .page-news .page-head .pagination {
    margin: 0;
  }
  .page-news .newslist-item {
    padding: 10px;
  }
  .page-news .newslist-item .date {
    width: 14%;
  }
}
.post {
  width: 90%;
  margin: 0 auto;
}
.post-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  border-radius: 10px;
}
.post-headline {
  color: var(--primary-color);
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.post p {
  margin-bottom: 2em;
}
.post-list {
  list-style: disc;
  padding-left: 1.6em;
}
.post-list li {
  text-indent: -0.4em;
}
.post-list-number {
  padding: 0;
  padding-left: 1.4em;
}
.post-list-number li {
  text-indent: -0.15em;
}
.post-table table {
  width: 90%;
  margin: auto;
}
.post-table tr {
  background: url("/common/image/common/dot.png") repeat-x 0 100%/4px auto;
}
.post-table th {
  font-weight: 500;
  text-align: left;
  padding: 10px;
  background: #dedede;
}
.post-table td {
  padding: 10px;
}
.post-footer {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .post-title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .post-thumbnail {
    margin-bottom: 15px;
  }
  .post-headline {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .post-table {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .post-table table {
    width: 200%;
  }
}
.page-privacy .main-visual {
  background-image: url("/common/image/privacy/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-privacy .main-visual {
    background-image: url("/common/image/privacy/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}
.page-privacy .box {
  margin-bottom: 20px;
}
.page-privacy ol {
  padding-left: 1.5em;
}

.page-404 .page-title {
  margin-top: 70px;
}
.page-404 .main-visual {
  background-image: url("/common/image/404/ttl-index-sp.jpg");
  background-size: cover;
  background-position: bottom right;
}
@media screen and (min-width:751px) {
  .page-404 .main-visual {
    background-image: url("/common/image/404/ttl-index.jpg");
    background-size: cover;
    background-position: bottom center;
  }
}

@media screen and (min-width:751px) {
  .page-privacy .box {
    margin-bottom: 40px;
  }
}
.footer {
  background: #009e63;
  color: #fff;
  padding: 30px 25px;
}
.footer-inner-info {
  text-align: center;
}
.footer-inner-sitename {
  width: 95px;
  margin: 0 auto;
}
.footer-inner-address {
  line-height: 1;
  font-size: 0.7rem;
  margin: 1.5em 0;
  font-weight: bold;
}
.footer-navi a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.footer-navi-link a {
  font-size: 1rem;
}
.footer .copyright {
  font-size: 0.6rem;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-navi-menu {
    width: 58%;
  }
}
@media screen and (min-width:751px) {
  .footer {
    padding: 50px;
  }
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-inner-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .footer-inner-sitename {
    width: 189px;
    margin: 0 auto 0 0;
  }
  .footer-inner-address {
    font-size: 1.4rem;
  }
  .footer-navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 680px;
    margin: 0;
  }
  .footer-navi a {
    font-size: 1.6rem;
    border-bottom: solid 1px var(--primary-color);
  }
  .footer-navi a:hover {
    border-bottom: solid 1px #fff;
  }
  .footer-navi-menu, .footer-navi-link {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
  .footer-navi-menu {
    margin-bottom: 1em;
  }
  .footer .copyright {
    font-size: 1.2rem;
  }
}
.accordion-area {
  margin: 0 auto;
}
.accordion-area h3 {
  margin: 0;
}
.accordion-area .ac-item {
  display: none;
  padding: 0px 48px 20px 80px;
  background: #fff url("/common/image/common/icon-faq-a.svg") no-repeat 48px 42%/17px auto;
}

.accordion-area li {
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 8px;
}
.accordion-area li:last-of-type {
  margin-bottom: 0;
}

.ac-title {
  position: relative;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 21px 48px;
  background: url("/common/image/common/icon-faq-q.svg") no-repeat 16px 50%/17px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ac-title::after {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/common/image/common/icon-arrow-green.svg") no-repeat 0 50%/100% auto;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ac-title.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width:751px) {
  .ac-title {
    font-size: 1.4rem;
  }
  .ac-item p {
    font-size: 1.4rem;
  }
}
.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow: hidden;
  position: absolute;
  background-color: #ebe6d3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider {
  -webkit-animation: scroll-up 60s infinite linear 0.5s both;
          animation: scroll-up 60s infinite linear 0.5s both;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider2 {
  -webkit-animation: scroll-down 60s infinite linear 0.5s both;
          animation: scroll-down 60s infinite linear 0.5s both;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slide {
  width: 50vw;
}

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

.pc-slide {
  display: none;
}

@-webkit-keyframes scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scroll-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width:751px) {
  .slide {
    width: 25vw;
  }
  .pc-slide {
    display: block;
  }
  .sp-slide {
    display: none;
  }
}