/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  body.active {
    overflow: hidden;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: #262222;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.6;
}

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

img {
  height: auto;
}

.wp-block-table td {
  border: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

table {
  display: block;
  border-collapse: collapse;
}
table tbody {
  display: block;
}
table tbody tr {
  display: flex;
}
table tbody tr th {
  text-align: left;
}
table tbody tr td {
  line-height: normal;
}
table tbody tr td a {
  display: inline-block;
}

input[type=submit] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1.6rem;
}

.arrow {
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

/*****************/
/**** font   *****/
/*****************/
.gothic {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.eng {
  font-family: "EB Garamond", "Times New Roman", serif;
}

/*****************/
/**** animation   *****/
/*****************/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*****************/
/****   parts   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  a[href*=tel] {
    pointer-events: none;
  }
  .tel-link {
    color: #262222;
  }
  section {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .bgtext {
    color: #D2D5C4;
    font-size: 260px;
    position: absolute;
    line-height: 1;
    opacity: 0.6;
  }
  .section-ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
  }
  .section-ttl span {
    letter-spacing: 0.2em;
    display: block;
    font-size: 12px;
    color: #214627;
    margin-bottom: 15px;
  }
  .common-table tbody tr th {
    padding: 16px 10px;
    font-size: 15px;
    color: #214627;
    border-bottom: 1px solid #214627;
  }
  .common-table tbody tr td {
    width: 100%;
    padding: 16px 10px;
    font-size: 15px;
    border-bottom: 1px solid #BDC2BE;
  }
  .ellipse-img {
    width: 61%;
    position: absolute;
  }
  .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  section {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .bgtext {
    color: #D2D5C4;
    font-size: 100px;
    position: absolute;
    line-height: 1;
    opacity: 0.6;
  }
  .section-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .section-ttl span {
    letter-spacing: 0.2em;
    display: block;
    font-size: 10px;
    color: #214627;
    margin-bottom: 10px;
  }
  .common-table tbody tr {
    display: block;
  }
  .common-table tbody tr th {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #214627;
    border-bottom: 1px solid #214627;
  }
  .common-table tbody tr td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #BDC2BE;
  }
  .ellipse-img {
    width: 61%;
    position: absolute;
  }
  .desc {
    font-size: 14px;
  }
}
/*****************/
/*** hamburger-menu  ***/
/*****************/
@media screen and (min-width: 1200px) {
  .hamburger-menu {
    display: none !important;
  }
  .sp-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hamburger-menu {
    display: block !important;
    width: 56px;
    height: 56px;
    position: fixed;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    z-index: 5000;
  }
  .hamburger-menu.hamburger-menu--open {
    background-color: #F3F2EF;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 22px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 28px;
  }
  .hamburger-menu__bar:last-child {
    top: 34px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
    height: 2px;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    background-color: #F3F2EF;
    padding: 60px 25px;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 1199px) and (max-width: 500px) {
  .sp-nav {
    overflow-y: scroll;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav ul {
    width: 100%;
  }
  .sp-nav ul li {
    border-bottom: 1px solid #ccc;
  }
  .sp-nav ul li:last-child {
    border-bottom: 0;
  }
  .sp-nav ul li a {
    padding: 20px 0;
    color: #262222;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp-nav ul li a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #262222;
    border-right: 1px solid #262222;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav__logo {
    position: absolute;
    font-size: 14px;
    color: #214627;
    white-space: nowrap;
    font-weight: 600;
    text-align: center;
    top: 14px;
    left: 16px;
  }
  .sp-nav__logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #214627;
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav__contact {
    margin: 10px auto 0;
    width: 270px;
    height: 60px;
    background-color: #214627;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
  }
  .sp-nav__contact img {
    width: 16px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav__tel {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #262222;
  }
  .sp-nav__tel img {
    width: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .sp-nav__copy {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
  }
}
/*****************/
/****   header   *****/
/*****************/
@media screen and (min-width: 1200px) {
  #header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  #header .header-logo {
    margin-left: 6.9444444444vw;
  }
  #header .header-logo h1 {
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    color: #214627;
  }
  #header .header-logo h1 span {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #214627;
  }
  #header .header-nav {
    flex-shrink: 0;
    width: 918px;
  }
  #header .header-menu {
    display: flex;
    justify-content: flex-end;
  }
  #header .header-menu__item {
    height: 70px;
    margin-right: 24px;
    display: flex;
    align-items: center;
  }
  #header .header-menu__item:last-child {
    margin-right: 0;
  }
  #header .header-menu__item.contact {
    background-color: #214627;
  }
  #header .header-menu__link {
    font-weight: 600;
    font-size: 14px;
    color: #262222;
    position: relative;
    transition: none;
  }
  #header .header-menu__link:hover {
    opacity: 1;
  }
  #header .header-menu__link:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: #214627;
  }
  #header .header-menu__link.contact {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  #header .header-menu__link.contact img {
    margin-right: 10px;
    width: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 56px;
  }
  #header .header-logo {
    margin-left: 16px;
    position: relative;
  }
  #header .header-logo h1 {
    font-weight: 600;
    font-size: 14px;
    color: #214627;
    white-space: nowrap;
  }
  #header .header-logo h1 span {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #214627;
  }
  #header .header-nav {
    display: none;
  }
}

/*****************/
/****  hero   *****/
/*****************/
@media screen and (min-width: 769px) {
  #hero {
    height: 770px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  #hero .hero-slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hero .hero-slider__item {
    height: 770px;
  }
  #hero .hero-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero .hero-container {
    position: relative;
    max-width: 1230px;
    margin-bottom: 150px;
    line-height: 1.5;
  }
  #hero .hero-catch {
    font-size: 40px;
    color: white;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
  }
  #hero .hero-slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hero .hero-slider__item {
    height: 470px;
  }
  #hero .hero-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero .hero-container {
    position: relative;
    max-width: 1230px;
    line-height: 1.5;
  }
  #hero .hero-catch {
    font-size: 30px;
    color: white;
    font-weight: 600;
  }
}

/*****************/
/****  concept   *****/
/*****************/
@media screen and (min-width: 769px) {
  #concept {
    padding-bottom: 140px;
  }
  #concept .concept-bg {
    width: 66%;
    left: -24%;
    top: -5%;
    position: absolute;
    transform: translateY(-50%);
  }
  #concept .concept-right {
    width: 40%;
    top: 140px;
    height: 725px;
    right: 0;
    position: absolute;
  }
  #concept .concept-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept .concept-bgtext {
    bottom: -34px;
    right: 0;
  }
  #concept .concept-wrapper {
    margin: 40px auto 0;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  #concept .concept-container {
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
  #concept .concept-main {
    width: 57%;
  }
  #concept .concept-ttl {
    margin-top: 10px;
  }
  #concept .concept-ttl span {
    margin-bottom: 31px;
  }
  #concept .concept-desc {
    margin-top: 32px;
    line-height: 2.2;
  }
  #concept .concept-left {
    margin-top: 58px;
    width: 44%;
    aspect-ratio: 590/385;
    position: relative;
  }
  #concept .concept-left__img01 {
    width: 37%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  #concept .concept-left__img02 {
    width: 72%;
    right: 0;
    top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    padding-bottom: 70px;
  }
  #concept .concept-bg {
    width: 66%;
    left: -24%;
    top: -5%;
    position: absolute;
    transform: translateY(-50%);
  }
  #concept .concept-right {
    display: none;
  }
  #concept .concept-bgtext {
    bottom: -5px;
    right: 0;
  }
  #concept .concept-wrapper {
    margin: 30px auto 0;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  #concept .concept-container {
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
  #concept .concept-desc {
    margin-top: 24px;
    line-height: 2.2;
  }
  #concept .concept-left {
    margin-top: 38px;
    aspect-ratio: 590/385;
    position: relative;
  }
  #concept .concept-left__img01 {
    width: 37%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  #concept .concept-left__img02 {
    width: 72%;
    right: 0;
    top: 0;
    position: absolute;
  }
}

/*****************/
/****  reason   *****/
/*****************/
@media screen and (min-width: 769px) {
  #reason {
    background-color: #214627;
    padding-bottom: 106px;
  }
  #reason .reason-container {
    max-width: 1366px;
  }
  #reason .reason-ttl {
    color: white;
  }
  #reason .reason-ttl span {
    color: white;
  }
  #reason .reason-list {
    margin-top: 50px;
  }
  #reason .reason-list__item {
    margin-bottom: 72px;
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  #reason .reason-list__item:last-child {
    margin-bottom: 0;
  }
  #reason .reason-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #reason .reason-list__img {
    width: 50%;
  }
  #reason .reason-list__main {
    width: 100%;
  }
  #reason .reason-list__number {
    font-size: 14px;
    color: white;
  }
  #reason .reason-list__lead {
    margin-top: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: white;
  }
  #reason .reason-list__desc {
    margin-top: 24px;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #reason {
    background-color: #214627;
    padding-bottom: 56px;
  }
  #reason .reason-container {
    max-width: 1366px;
  }
  #reason .reason-ttl {
    color: white;
  }
  #reason .reason-ttl span {
    color: white;
  }
  #reason .reason-list {
    margin-top: 30px;
  }
  #reason .reason-list__item {
    margin-bottom: 32px;
  }
  #reason .reason-list__item:last-child {
    margin-bottom: 0;
  }
  #reason .reason-list__img {
    max-width: 635px;
    margin-top: 20px;
    width: 100%;
  }
  #reason .reason-list__main {
    width: 100%;
  }
  #reason .reason-list__number {
    font-size: 14px;
    color: white;
  }
  #reason .reason-list__lead {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: white;
  }
  #reason .reason-list__desc {
    margin-top: 20px;
    color: white;
  }
}

/*****************/
/****  works   *****/
/*****************/
@media screen and (min-width: 769px) {
  #works {
    padding-bottom: 113px;
  }
  #works .works-ellipse {
    transform: rotate(-180deg);
    right: -20%;
    top: -42%;
  }
  #works .works-wrapper {
    margin-top: 77px;
    height: 307px;
    position: relative;
  }
  #works .works-list {
    position: absolute;
    width: 150%;
  }
  #works .works-list__item {
    padding-right: 15px;
  }
  #works .works-list__item img {
    width: 350px;
    height: 240px;
  }
  #works .works-list .slick-dots {
    position: relative;
    display: flex;
    margin-top: 36px;
  }
  #works .works-list .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 16px;
    background-color: #D2D5C4;
    border-radius: 50%;
  }
  #works .works-list .slick-dots li.slick-active {
    background-color: #214627;
  }
  #works .works-list .slick-dots li button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #works {
    padding-bottom: 63px;
  }
  #works .works-ellipse {
    transform: rotate(-180deg);
    right: -20%;
    top: -42%;
  }
  #works .works-wrapper {
    margin-top: 37px;
    height: 307px;
    position: relative;
  }
  #works .works-list {
    position: absolute;
    width: 150%;
  }
  #works .works-list__item {
    padding-right: 15px;
  }
  #works .works-list__item img {
    width: 350px;
    height: 240px;
  }
  #works .works-list .slick-dots {
    position: relative;
    display: flex;
    margin-top: 10px;
  }
  #works .works-list .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 16px;
    background-color: #D2D5C4;
    border-radius: 50%;
  }
  #works .works-list .slick-dots li.slick-active {
    background-color: #214627;
  }
  #works .works-list .slick-dots li button {
    display: none;
  }
}

/*****************/
/****  bg-img   *****/
/*****************/
@media screen and (min-width: 769px) {
  #bg-img {
    height: 421px;
  }
  #bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #bg-img {
    height: 150px;
  }
  #bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*****************/
/****  flow   *****/
/*****************/
@media screen and (min-width: 769px) {
  #flow {
    background-color: #F3F2EE;
    padding-bottom: 100px;
  }
  #flow .flow-list {
    margin-top: 80px;
    border-top: 1px solid #88A78D;
  }
  #flow .flow-list__item {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 50px;
    border-bottom: 1px solid #88A78D;
    display: flex;
    position: relative;
  }
  #flow .flow-list__item:after {
    content: "";
    width: 66px;
    height: 14px;
    background-image: url(../image/flow-list__after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #flow .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #flow .flow-list__item:last-child::after {
    display: none;
  }
  #flow .flow-list__left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 315px;
  }
  #flow .flow-list__step {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #262222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
  }
  #flow .flow-list__step span {
    font-size: 29px;
    margin-top: 5px;
  }
  #flow .flow-list__ttl {
    margin-left: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
  }
  #flow .flow-list__desc {
    margin-left: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #flow .flow-list__desc a {
    color: #262222;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #flow {
    background-color: #F3F2EE;
    padding-bottom: 50px;
  }
  #flow .flow-list {
    margin-top: 40px;
    border-top: 1px solid #88A78D;
  }
  #flow .flow-list__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #88A78D;
    position: relative;
  }
  #flow .flow-list__item:after {
    content: "";
    width: 66px;
    height: 14px;
    background-image: url(../image/flow-list__after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #flow .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #flow .flow-list__item:last-child::after {
    display: none;
  }
  #flow .flow-list__left {
    display: flex;
    align-items: center;
  }
  #flow .flow-list__step {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #262222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
  }
  #flow .flow-list__step span {
    font-size: 20px;
  }
  #flow .flow-list__ttl {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
  }
  #flow .flow-list__desc {
    margin-top: 20px;
  }
  #flow .flow-list__desc a {
    color: #262222;
    text-decoration: underline;
  }
}

/*****************/
/****  faq   *****/
/*****************/
@media screen and (min-width: 769px) {
  #faq {
    padding-bottom: 66px;
  }
  #faq .faq-ellipse01 {
    bottom: -50%;
    left: -20%;
  }
  #faq .faq-ellipse02 {
    top: -50%;
    right: -20%;
    transform: rotate(180deg);
  }
  #faq .faq-list {
    margin-top: 48px;
  }
  #faq .faq-list__item {
    padding: 32px 0;
    padding-right: 17px;
    border-bottom: 1px solid #BDC2BE;
  }
  #faq .faq-list__question {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #214627;
    position: relative;
    cursor: pointer;
  }
  #faq .faq-list__question span {
    background-color: #214627;
  }
  #faq .faq-list__question::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #262222;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq .faq-list__question::after {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #262222;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq .faq-list__question.active::after {
    display: none;
  }
  #faq .faq-list__span {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 16px;
    padding-bottom: 2px;
  }
  #faq .faq-list__answer {
    margin-top: 18px;
    display: flex;
  }
  #faq .faq-list__answer span {
    background-color: #88A78D;
  }
}
@media screen and (max-width: 768px) {
  #faq {
    padding-bottom: 46px;
  }
  #faq .faq-ellipse01 {
    bottom: -50%;
    left: -20%;
  }
  #faq .faq-ellipse02 {
    top: -50%;
    right: -20%;
    transform: rotate(180deg);
  }
  #faq .faq-list {
    margin-top: 28px;
  }
  #faq .faq-list__item {
    padding: 20px 0;
    padding-right: 10px;
    border-bottom: 1px solid #BDC2BE;
  }
  #faq .faq-list__question {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #214627;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    line-height: 1.2;
  }
  #faq .faq-list__question span {
    background-color: #214627;
  }
  #faq .faq-list__question::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #262222;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq .faq-list__question::after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #262222;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq .faq-list__question.active::after {
    display: none;
  }
  #faq .faq-list__span {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    padding-bottom: 2px;
  }
  #faq .faq-list__answer {
    margin-top: 14px;
    display: flex;
  }
  #faq .faq-list__answer span {
    background-color: #88A78D;
  }
}

/*****************/
/****  recruit   *****/
/*****************/
@media screen and (min-width: 769px) {
  #recruit {
    background-color: #F3F2EE;
    padding-bottom: 24px;
    padding-top: 188px;
  }
  #recruit.thanks {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  #recruit .recruit-bgtext {
    top: -32px;
    left: 0;
    z-index: 5;
  }
  #recruit .recruit-wrapper {
    position: relative;
    padding-top: 118px;
  }
  #recruit .recruit-bg {
    height: 650px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #recruit .recruit-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recruit .recruit-container {
    background-color: white;
    padding: 72px 100px;
    box-shadow: 4px 4px 10px 0 rgba(38, 34, 34, 0.1019607843);
  }
  #recruit .recruit-desc {
    margin-top: 37px;
  }
  #recruit .recruit-more {
    font-weight: bold;
    cursor: pointer;
    margin: 46px auto 0;
    width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: #214627;
    color: white;
  }
  #recruit .recruit-table {
    margin-top: 46px;
  }
  #recruit .recruit-table tbody tr th {
    flex-shrink: 0;
    width: 180px;
  }
  #recruit .recruit-lead {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  #recruit {
    background-color: #F3F2EE;
    padding-bottom: 24px;
    padding-top: 100px;
  }
  #recruit.thanks {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #recruit .recruit-bgtext {
    top: -20px;
    left: 0;
    z-index: 5;
  }
  #recruit .recruit-wrapper {
    position: relative;
    padding-top: 118px;
  }
  #recruit .recruit-bg {
    height: 350px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #recruit .recruit-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recruit .recruit-container {
    width: calc(100% - 30px);
    background-color: white;
    padding: 30px 15px;
    box-shadow: 4px 4px 10px 0 rgba(38, 34, 34, 0.1019607843);
  }
  #recruit .recruit-desc {
    margin-top: 20px;
  }
  #recruit .recruit-more {
    font-weight: bold;
    cursor: pointer;
    margin: 26px auto 0;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #214627;
    color: white;
  }
  #recruit .recruit-table {
    display: none;
    margin-top: 26px;
  }
  #recruit .recruit-table tbody tr,
#recruit .recruit-table tbody th,
#recruit .recruit-table tbody td {
    display: block;
  }
  #recruit .recruit-lead {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
  }
}

/*****************/
/****  company   *****/
/*****************/
@media screen and (min-width: 769px) {
  #company {
    background-color: #F3F2EE;
  }
  #company .company-bgtext {
    position: absolute;
    top: -30px;
    right: -1%;
  }
  #company .company-wrapper {
    margin-top: 76px;
    position: relative;
  }
  #company .company-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 462px;
  }
  #company .company-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #company .company-table {
    padding-top: 31px;
    margin-left: auto;
    margin-right: 0;
    width: 57%;
  }
  #company .company-table tbody tr th {
    flex-shrink: 0;
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  #company {
    background-color: #F3F2EE;
  }
  #company .company-bgtext {
    position: absolute;
    top: -40px;
    right: -1%;
  }
  #company .company-wrapper {
    margin-top: 26px;
    position: relative;
  }
  #company .company-bg img {
    width: 100%;
  }
  #company .company-table {
    padding-top: 20px;
  }
  #company .company-table tbody tr,
#company .company-table tbody th,
#company .company-table tbody td {
    display: block;
  }
}

/*****************/
/****  access   *****/
/*****************/
@media screen and (min-width: 769px) {
  #access {
    background-color: #F3F2EE;
    padding-bottom: 120px;
  }
  #access .access-ellipse {
    top: 0;
    right: -20%;
    transform: rotate(180deg);
  }
  #access .access-bg {
    position: absolute;
    bottom: -10%;
    left: 0;
    transform: translateY(30%);
    width: 61%;
  }
  #access .access-container {
    max-width: 830px;
  }
  #access .access-ttl {
    font-size: 32px;
    font-weight: bold;
  }
  #access .access-iframe {
    margin-top: 32px;
    height: 495px;
  }
  #access .access-iframe iframe {
    width: 100%;
    height: 100%;
  }
  #access .access-list {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
  }
  #access .access-list__item {
    width: 50%;
    display: flex;
    margin-bottom: 10px;
  }
  #access .access-list__item.item01 .access-list__left, #access .access-list__item.item03 .access-list__left {
    flex-shrink: 0;
    width: 81px;
  }
  #access .access-list__item.item02 {
    justify-content: center;
  }
  #access .access-list__left {
    font-size: 15px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #BDC2BE;
    line-height: 1.2;
  }
  #access .access-list__right {
    font-size: 15px;
    line-height: 1.2;
  }
  #access .access-history {
    margin-top: 90px;
  }
  #access .access-history__ttl {
    font-size: 32px;
    font-weight: bold;
  }
  #access .access-history__table {
    border-top: 1px solid #BDC2BE;
    margin-top: 32px;
  }
  #access .access-history__table tbody tr {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BDC2BE;
  }
  #access .access-history__table tbody tr th {
    flex-shrink: 0;
    width: 125px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  #access .access-history__table tbody tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #access {
    background-color: #F3F2EE;
    padding-bottom: 60px;
  }
  #access .access-ellipse {
    top: 0;
    right: -20%;
    transform: rotate(180deg);
  }
  #access .access-bg {
    position: absolute;
    bottom: -10%;
    left: 0;
    transform: translateY(30%);
    width: 61%;
  }
  #access .access-container {
    max-width: 830px;
  }
  #access .access-ttl {
    font-size: 24px;
    font-weight: bold;
  }
  #access .access-iframe {
    margin-top: 24px;
    height: 495px;
  }
  #access .access-iframe iframe {
    width: 100%;
    height: 100%;
  }
  #access .access-list {
    margin-top: 15px;
  }
  #access .access-list__item {
    display: flex;
    margin-bottom: 10px;
  }
  #access .access-list__left {
    flex-shrink: 0;
    width: 100px;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #BDC2BE;
    line-height: 1.2;
  }
  #access .access-list__right {
    font-size: 15px;
    line-height: 1.6;
  }
  #access .access-history {
    margin-top: 40px;
  }
  #access .access-history__ttl {
    font-size: 24px;
    font-weight: bold;
  }
  #access .access-history__table {
    border-top: 1px solid #BDC2BE;
    margin-top: 20px;
  }
  #access .access-history__table tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BDC2BE;
  }
  #access .access-history__table tbody tr th {
    flex-shrink: 0;
    width: 55px;
    font-size: 14px;
  }
  #access .access-history__table tbody tr td {
    font-size: 14px;
  }
}

/*****************/
/****  contact   *****/
/*****************/
@media screen and (min-width: 769px) {
  #contact {
    background-color: #214627;
    padding-bottom: 100px;
  }
  #contact .contact-ttl {
    color: white;
  }
  #contact .contact-ttl span {
    color: white;
  }
  #contact .contact-inner {
    margin-top: 51px;
    background-color: white;
    padding: 38px 92px 72px;
  }
  #contact .contact-table tbody .form-error {
    font-size: 14px;
    color: #D20B1D;
  }
  #contact .contact-table tbody tr {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F2EE;
    justify-content: space-between;
  }
  #contact .contact-table tbody tr:last-child {
    border-bottom: 0;
  }
  #contact .contact-table tbody tr th {
    flex-shrink: 0;
    width: 195px;
    padding-top: 12px;
  }
  #contact .contact-table tbody tr th label {
    font-family: inherit;
    font-size: inherit;
    display: flex;
    align-items: center;
  }
  #contact .contact-table tbody tr th label span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #BDC2BE;
    font-size: 12px;
    width: 35px;
    height: 21px;
    margin-right: 15px;
  }
  #contact .contact-table tbody tr th label span.required {
    background-color: #D20B1D;
  }
  #contact .contact-table tbody tr td {
    width: 100%;
    max-width: 616px;
    margin-left: 1%;
  }
  #contact .contact-table tbody tr td input,
#contact .contact-table tbody tr td textarea {
    border-radius: 5px;
    border: 1px solid #BDC2BE;
    padding: 9px 14px;
    font-size: 16px;
    font-family: inherit;
    width: 100%;
  }
  #contact .contact-table tbody tr td input::-moz-placeholder, #contact .contact-table tbody tr td textarea::-moz-placeholder {
    color: #686C69;
  }
  #contact .contact-table tbody tr td input::placeholder,
#contact .contact-table tbody tr td textarea::placeholder {
    color: #686C69;
  }
  #contact .contact-table tbody tr td.zip {
    display: flex;
    align-items: center;
  }
  #contact .contact-table tbody tr td.zip input {
    width: 40%;
  }
  #contact .contact-table tbody tr td.zip p {
    margin-left: 21px;
    color: #686C69;
    font-size: 16px;
  }
  #contact .contact-table tbody tr td.address input[name=pref] {
    margin-bottom: 16px;
  }
  #contact .contact-table tbody tr td.address input[name=city] {
    margin-bottom: 16px;
  }
  #contact .contact-privacy {
    margin-top: 47px;
    border-radius: 5px;
    border: 1px solid #BDC2BE;
    height: 187px;
    overflow-y: auto;
    padding: 25px 30px;
  }
  #contact .contact-privacy__ttl {
    color: #214627;
    text-align: center;
    font-size: 19px;
    margin-bottom: 17px;
    line-height: 1.5;
  }
  #contact .contact-privacy__desc {
    margin-bottom: 17px;
  }
  #contact .contact-privacy__desc span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #contact .contact-privacy__desc.left {
    text-align: end;
  }
  #contact .contact-privacy__list {
    margin-bottom: 17px;
    margin-left: 20px;
  }
  #contact .contact-privacy__item {
    list-style: disc;
    margin-bottom: 10px;
  }
  #contact .contact-acceptance {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  #contact .contact-acceptance input {
    width: 19px;
    flex-shrink: 0;
    height: 19px;
    border: 1px solid #BDC2BE;
    border-radius: 2px;
  }
  #contact .contact-acceptance span {
    display: block;
    margin-left: 10px;
  }
  #contact .contact-acceptance .form-error {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    position: absolute;
    font-size: 14px;
    color: #D20B1D;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  #contact .contact-submit {
    margin: 40px auto 0;
    position: relative;
    width: 220px;
  }
  #contact .contact-submit input {
    width: 100%;
    height: 56px;
    background-color: #214627;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  #contact .contact-submit img {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 18px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #contact {
    background-color: #214627;
    padding-bottom: 50px;
  }
  #contact .contact-ttl {
    color: white;
  }
  #contact .contact-ttl span {
    color: white;
  }
  #contact .contact-inner {
    margin-top: 30px;
    background-color: white;
    padding: 20px 15px;
  }
  #contact .contact-table tbody .form-error {
    font-size: 14px;
    color: #D20B1D;
  }
  #contact .contact-table tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F2EE;
    display: block;
  }
  #contact .contact-table tbody tr:last-child {
    border-bottom: 0;
  }
  #contact .contact-table tbody tr th {
    display: block;
    padding-top: 12px;
  }
  #contact .contact-table tbody tr th label {
    font-family: inherit;
    font-size: inherit;
    display: flex;
    align-items: center;
  }
  #contact .contact-table tbody tr th label span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #BDC2BE;
    font-size: 12px;
    width: 35px;
    height: 21px;
    margin-right: 10px;
  }
  #contact .contact-table tbody tr th label span.required {
    background-color: #D20B1D;
  }
  #contact .contact-table tbody tr td {
    display: block;
    margin-top: 10px;
  }
  #contact .contact-table tbody tr td input,
#contact .contact-table tbody tr td textarea {
    border-radius: 5px;
    border: 1px solid #BDC2BE;
    padding: 9px 14px;
    font-size: 16px;
    font-family: inherit;
    width: 100%;
  }
  #contact .contact-table tbody tr td input::-moz-placeholder, #contact .contact-table tbody tr td textarea::-moz-placeholder {
    color: #686C69;
  }
  #contact .contact-table tbody tr td input::placeholder,
#contact .contact-table tbody tr td textarea::placeholder {
    color: #686C69;
  }
  #contact .contact-table tbody tr td.zip p {
    margin-top: 11px;
    color: #686C69;
    font-size: 14px;
  }
  #contact .contact-table tbody tr td.address input[name=pref] {
    margin-bottom: 16px;
  }
  #contact .contact-table tbody tr td.address input[name=city] {
    margin-bottom: 16px;
  }
  #contact .contact-privacy {
    margin-top: 27px;
    border-radius: 5px;
    border: 1px solid #BDC2BE;
    height: 187px;
    overflow-y: auto;
    padding: 20px 15px;
  }
  #contact .contact-privacy__ttl {
    color: #214627;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #contact .contact-privacy__desc {
    margin-bottom: 15px;
  }
  #contact .contact-privacy__desc span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #contact .contact-privacy__desc.left {
    text-align: end;
  }
  #contact .contact-privacy__list {
    margin-bottom: 15px;
    margin-left: 20px;
  }
  #contact .contact-privacy__item {
    list-style: disc;
    margin-bottom: 5px;
  }
  #contact .contact-acceptance {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  #contact .contact-acceptance input {
    width: 19px;
    flex-shrink: 0;
    height: 19px;
    border: 1px solid #BDC2BE;
    border-radius: 2px;
  }
  #contact .contact-acceptance span {
    display: block;
    margin-left: 10px;
  }
  #contact .contact-acceptance .form-error {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    position: absolute;
    font-size: 14px;
    color: #D20B1D;
    bottom: -5px;
    left: 0;
    display: block;
    transform: translateY(100%);
    line-height: 1.6;
  }
  #contact .contact-submit {
    margin: 60px auto 0;
    position: relative;
    width: 220px;
  }
  #contact .contact-submit input {
    width: 100%;
    height: 56px;
    background-color: #214627;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  #contact .contact-submit img {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 18px;
    transform: translateY(-50%);
  }
}

/*****************/
/****  footer   *****/
/*****************/
@media screen and (min-width: 1200px) {
  #footer {
    padding-top: 80px;
    background-color: #262222;
  }
  #footer .footer-container {
    max-width: 1200px;
  }
  #footer .footer-logo {
    font-size: 16px;
    color: white;
    text-align: center;
  }
  #footer .footer-logo span {
    margin-top: 5px;
    display: block;
    font-size: 10px;
  }
  #footer .footer-nav {
    margin-top: 36px;
  }
  #footer .footer-menu {
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-menu__item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .footer-menu__item.contact {
    background-color: white;
  }
  #footer .footer-menu__link {
    font-weight: 600;
    font-size: 14px;
    color: white;
    transition: none;
    position: relative;
  }
  #footer .footer-menu__link:hover {
    opacity: 1;
  }
  #footer .footer-menu__link:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: white;
  }
  #footer .footer-menu__link.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #214627;
    font-size: 20px;
    padding-left: 37px;
    padding-right: 37px;
  }
  #footer .footer-menu__link.contact img {
    width: 20px;
    margin-right: 14px;
  }
  #footer .footer-copy {
    margin-top: 80px;
    border-top: 1px solid #A5A9A5;
    padding: 26px 0 32px;
    text-align: center;
    color: #A5A9A5;
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-top: 40px;
    background-color: #262222;
  }
  #footer .footer-container {
    max-width: 1200px;
  }
  #footer .footer-logo {
    font-size: 16px;
    color: white;
    text-align: center;
  }
  #footer .footer-logo span {
    margin-top: 5px;
    display: block;
    font-size: 10px;
  }
  #footer .footer-nav {
    margin-top: 20px;
  }
  #footer .footer-menu__item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .footer-menu__item.contact {
    background-color: white;
  }
  #footer .footer-menu__link {
    font-weight: 600;
    font-size: 14px;
    color: white;
    transition: none;
    position: relative;
  }
  #footer .footer-menu__link:hover {
    opacity: 1;
  }
  #footer .footer-menu__link:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: white;
  }
  #footer .footer-menu__link.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #214627;
    font-size: 16px;
  }
  #footer .footer-menu__link.contact img {
    width: 20px;
    margin-right: 14px;
  }
  #footer .footer-copy {
    margin-top: 40px;
    border-top: 1px solid #A5A9A5;
    padding: 15px;
    text-align: center;
    color: #A5A9A5;
    font-size: 11px;
  }
}

/*****************/
/****  totop   *****/
/*****************/
@media screen and (min-width: 769px) {
  #totop {
    background-color: #A5A9A5;
    width: 85px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    position: fixed;
    right: 0;
    bottom: 100px;
    transform: translateY(200px);
    cursor: pointer;
  }
  #totop.active {
    transform: translateY(0);
  }
  #totop img {
    width: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #totop {
    background-color: #A5A9A5;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    position: fixed;
    right: 0;
    bottom: 100px;
    transform: translateY(300px);
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
  }
  #totop.active {
    transform: translateY(0);
  }
  #totop img {
    width: 20px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=main.css.map */