<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

/* input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%
} */

legend {
  color: #000
}

*:focus {
  outline: none;
}

/* input {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

img {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #444;
  word-break: break-all;
  cursor: pointer;
  text-decoration: none;
}

.br-sp {
  display: block;
}

.br-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }
}

@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes scrollBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.come-to-view {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.come-to-view.inview {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.header-logo:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 2.28;
  color: #444;
  position: relative;
  z-index: 1;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  color: #444;
  overflow: hidden;
}

.sp,
.sp-menu {
  display: none;
}

.header-firstview {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  z-index: 300;
}

@media screen and (min-width: 768px) {
  .header-firstview {
    top: 40px;
  }
}


.header-fixed-inner {
  padding-left: 2%;
  padding-right: 2%;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-fixed-inner .right {
  width: 78%;
}

.header-fixed-inner .right .header-navi {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item {
  padding-right: 59px;
  /* cursor: pointer; */
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item:hover .link::before {
  width: 80px;
  opacity: 1;
}

.link {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link:hover {
  color: #009B70;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item .link.current::before {
  width: 20px;
  opacity: 1;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.fa {
  background-image: url(../img/icon_fa_white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-top: 4px;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.fa .link {
  display: block;
  width: 20px;
  height: 20px;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.in {
  background-image: url(../img/icon_in_white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 34px;
  margin-top: 4px;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.in .link {
  display: block;
  width: 20px;
  height: 20px;
}

.header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.online {
  background-image: url(../img/icon_cart_white.png);
  background-size: 20px 18px;
  background-position: top 6px left;
  background-repeat: no-repeat;
  padding-left: 29px;
}

.header-firstview .header-fixed .header-fixed-inner .left a img {
  width: 100%;
  height: auto;
}

.header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  height: 120px;
}

.header .header-wrapper {
  height: 100%;
  background: #fff;
}

.header-row {
  width: 220px;
  height: 45px;
  display: block;
}

@media screen and (min-width: 768px) {
  .header-row {
    margin-top: -55px;
  }
}

.header .header-fixed {
  height: 100%;
}

.header .header-fixed .header-fixed-inner {
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;

  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-fixed .header-fixed-inner .right {
  width: 78%;
}

.header .header-fixed .header-fixed-inner .right .header-navi {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item {
  padding-right: 59px;
  cursor: pointer;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item:hover .link::before {
  width: 80px;
  opacity: 1;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item .link {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #333;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item .link:hover {
  color: #009B70;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item.fa {
  background-image: url(../img/icon_fa_black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-top: 4px;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item.fa .link {
  display: block;
  width: 20px;
  height: 20px;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item.in {
  background-image: url(../img/icon_in_black.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 34px;
  margin-top: 4px;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item.in .link {
  display: block;
  width: 20px;
  height: 20px;
}

.header .header-fixed .header-fixed-inner .right .header-navi .item.online {
  background-image: url(../img/icon_cart_black.png);
  background-size: 20px 18px;
  background-position: top 6px left;
  background-repeat: no-repeat;
  padding-left: 29px;
}

.logo-subtilte {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  bottom: -5px;

}

@media screen and (min-width: 768px) {
  .logo-subtilte {
    font-size: 14px;
    text-align: right;
  }
}

.header .header-fixed .header-fixed-inner .left .header-logo.white {
  display: none;
}

.header .header-fixed .header-fixed-inner .left a {
  width: 240px;
  height: 54px;
  display: block;
}

.header .header-fixed .header-fixed-inner .left a img {
  width: 100%;
  height: auto;
  max-width: 170px;
}

/*-------------- link-common ---------------*/
.link-common {
  overflow: visible;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  opacity: 1;
}

.link-common:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0.5;
}

.link-common::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
}

.link-common::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  right: 3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.link-common.original {
  font-size: 1.6rem;
  color: #000;
}

.link-common.original::before,
.link-common.original::after {
  bottom: -14px;
  background-color: #777;
}

.link-common.contact {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: left;
}

.link-common.contact::before,
.link-common.contact::after {
  bottom: -17px;
  background-color: #ddd;
}

.link-common.large {
  width: 230px;
}

.link-common.small {
  width: 210px;
  font-size: 1.6rem;
  color: #fff;
}

/*-------------------------------------------*/
/* LOAD
/*-------------------------------------------*/
@-webkit-keyframes spinLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#load {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 190;
}

#load .inner {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spinLoad 1.2s linear 0s infinite;
  animation: spinLoad 1.2s linear 0s infinite;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main-contents {
  overflow: hidden;
}

/*-------------------------------------------*/
/* SLICK
/*-------------------------------------------*/
.slick-num {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  top: calc(50% - 25px + 30px);
  right: 30px;
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  opacity: 1;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.slide-arrow:hover {
  opacity: 0.7;
}

.mainv-img .slick-dots {
  display: inline-block !important;
  max-width: 60px;
  top: calc(50% - 25px);
  bottom: inherit;
  right: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainv-img .slick-dots li {
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 10;
  opacity: 1 !important;
  margin: 0 7px !important;
}

.mainv-img .slick-dots li:hover {
  opacity: 0.2 !important;
}

.mainv-img .slick-dots li:last-of-type {
  margin-right: 0 !important;
}

.mainv-img .slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0.5 !important;
}

.mainv-img .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1 !important;
}

.mainv-wrapper {
  position: relative;
}

.mainnv-copy {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 300;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90%;
}

@media (min-width: 768px) {
  .mainnv-copy {
    max-width: 900px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 300;
    position: absolute;
    left: inherit;
    top: 35%;
    right: 2%;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
  }
}

.mainnv-copy p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

@media (min-width: 768px) {
  .mainnv-copy p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .mainnv-copy p {
    font-size: 48px;
  }
}

.coporate-color {
  color: #711419;
}

.contents-top {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 0;
}

.contents-top.contact {
  padding: 0;
}

@media (min-width: 768px) {
  .contents-top {
    width: 80%;
  }

  .contents-top.contact {
    padding: 60px 0;
  }
}

.contents-top-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contents-top-title {
    font-size: 40px;
    margin-bottom: inherit;
  }
}

.contents-top-title.page {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #009B70;
  line-height: 1.2em;
  margin-top: 60px;
  position: relative;
}

@media (min-width: 425px) {
  .contents-top-title.page {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .contents-top-title.page {
    font-size: 38px;
  }
}

.contents-top-title.top-catch:after {
  content: '';
  position: absolute;
  right: -20%;
  top: -120px;
  background-image: url(../img/page-ilust-top-catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 188px;
  height: 113px;
}

@media (min-width: 768px) {
  .contents-top-title.top-catch:after {
    content: '';
    position: absolute;
    top: inherit;
    right: 10%;
    bottom: -30px;
    background-image: url(../img/page-ilust-top-catch.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 188px;
    height: 113px;
  }
}

.contents-top-title.approval:after {
  content: '';
  position: absolute;
  right: -48px;
  bottom: 30px;
  background-image: url(../img/page-ilust-approval.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 188px;
  height: 113px;
}

@media (min-width: 768px) {
  .contents-top-title.approval:after {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -36px;
    background-image: url(../img/page-ilust-approval.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 188px;
    height: 113px;
  }
}

.contents-top-title.flow:after {
  content: '';
  position: absolute;
  right: -5%;
  bottom: 81px;
  background-image: url(../img/page-ilust-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 139px;
  height: 95px;
}

@media (min-width: 768px) {
  .contents-top-title.flow:after {
    right: 10%;
    bottom: -50px;
    width: 188px;
    height: 113px;
  }
}

.contents-top-title.price:after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 42px;
  background-image: url(../img/page-ilust-price.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 123px;
  height: 92px;
}

@media (min-width: 768px) {
  .contents-top-title.price:after {
    right: -14%;
    bottom: -50px;
    width: 188px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .contents-top-title.price:after {
    right: 245px;
    bottom: -50px;
  }
}

.contents-top-title.about-us:after {
  content: '';
  position: absolute;
  right: 245px;
  bottom: -50px;
  background-image: url(../img/page-ilust-about-us.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 188px;
  height: 113px;
}

.contents-top-title-intro.page {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.contents-top-text {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 2em;
  letter-spacing: 0.01em;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contents-top-text {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .contents-top-text {
    font-size: 20px;
    text-align: center;
  }
}

.contents-top-text.page {
  margin-top: 60px;
  letter-spacing: 0.04em;
}

.contents-top-contact-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .contents-top-contact-title {
    font-size: 30px;
  }
}

.contents-top-contact-title.top-position {
  margin-bottom: 80px;
}

/*-------------------------------------------*/
/* INDEX
/*-------------------------------------------*/

.index .main-contents-inner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.index .section.mainv {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -100;
}

.index .section.mainv .mainv-img {
  height: 100%;
}

.index .section.mainv .mainv-img .item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index .section.mainv .scroll-bar {
  position: absolute;
}

.about {
  position: relative;
  background: #fff;
}

.about-inner {
  padding-top: 200px;
}

.about-inner h2.set-width {
  width: 78%;
  margin: 0 auto;
}

.about-inner .block.top {
  width: 78%;
  margin: 0 auto;

  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 200px;
}

.index .section.about .about-inner .block.top .ja h3 {
  padding-bottom: 30px;
}

.index .section.about .about-inner .block.top .en h3 {
  padding-bottom: 33px;
}

.index .section.about .about-inner .block.top .inner-block {
  width: 47.1%;
  padding-top: 43px;
}

.index .section.about .about-inner .block.bottom {
  width: 78%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.index .section.about .about-inner .block.bottom .inner-block.ja {
  padding-top: 81px;
}

.index .section.about .about-inner .block.bottom .inner-block.ja h3 {
  padding-bottom: 20px;
}

.index .section.about .about-inner .block.bottom .inner-block.en {
  padding-top: 41px;
}

.index .section.about .about-inner .block.bottom .inner-block.en h3 {
  padding-bottom: 12px;
  font-size: 1.6rem;
}

.block.about-img {
  width: 100%;
}

.block.about-img .about-slider1 .item {
  width: 100%;
}

.block.about-img .about-slider1 .item img {
  width: 100%;
  height: auto;
}

.index .section.about .about-inner .block .inner-block .ja.text {
  letter-spacing: 0.2em;
}

.index .section.works-title-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -80;
}

.top-image-img {
  padding: 30px 0;
  background: #fff;
}

@media (min-width: 768px) {
  .top-image-img {
    padding: 80px 0;
  }
}

.top-image-img.contents-1 {
  padding: 80px 0;
  background: #fff;
}

.top-image-img-potition {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .top-image-img-potition {
    height: 350px;
  }
}

.top-image-img-potition.one {
  background-image: url(../img/top-image-img1.jpg);
}

.top-image-img-potition.two {
  background-image: url(../img/top-image-img2.jpg);
}

.top-image-img-potition.three {
  background-image: url(../img/top-image-img3.jpg);
}

.top-image-img-potition.four {
  background-image: url(../img/top-image-img4.jpg);
}

.top-image-img-potition.contents-1 {
  position: relative;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/contents-1.jpg);
}

.contents-1-content {
  padding: 60px 0;
}

.contents-1-content-text {
  width: 80%;
  max-width: 760px;
  margin: 60px auto 0;
  padding: 20px 20px;
  background-color: #EBEBEB;
}

.contents-1-content-text-title {
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 20px;
  text-align: center;
}

.contents-1-content-text-text {
  font-weight: bold;
  font-size: 16px;
}

.index .section.works1 {
  position: relative;
}

.contents-1-catch-1 {
  position: absolute;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  top: 60px;
  right: 0;
}

@media (min-width: 768px) {
  .contents-1-catch-1 {
    font-size: 24px;
  }
}

.contents-1-catch-2 {
  position: absolute;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  bottom: 40px;
}

@media (min-width: 768px) {
  .contents-1-catch-2 {
    font-size: 24px;
  }
}

.footer-wrapper {
  position: relative;
  background-color: #E0E0E0;
}

.footer-inner {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .footer-inner {
    width: 80%;
    margin: auto;
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

.footer-logo img {
  display: block;
  width: 250px;
}

.footer-nav ul {
  margin: 30px 0 0 0;
}

.footer-nav ul li {
  display: inline-block;
  width: 48%;
}

@media (min-width: 768px) {
  .footer-nav ul {
    margin: 30px 0 0 30px;
  }

  .footer-nav ul li {
    width: inherit;
  }
}


@media (min-width: 1024px) {
  .footer-nav ul {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 0 0px;
    max-width: 700px;
  }

  .footer-nav ul li {
    padding-left: 30px;
  }
}

.footer .copyright {
  background-color: #4D4D4D;
  height: 40px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #eee;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 1254px) {
  .index .section.about .about-inner .block.top .ja h3 {
    height: 150px;
  }

  .header-firstview .header-fixed .header-fixed-inner .right .header-navi .item {
    padding-right: 3.7%;
  }

  .header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.fa {
    padding-right: 2%;
  }

  .header-firstview .header-fixed .header-fixed-inner .right .header-navi .item.in {
    padding-right: 2%;
  }

  .header .header-fixed .header-fixed-inner .right .header-navi .item {
    padding-right: 3.7%;
  }

  .header .header-fixed .header-fixed-inner .right .header-navi .item.fa {
    padding-right: 2%;
  }

  .header .header-fixed .header-fixed-inner .right .header-navi .item.in {
    padding-right: 2%;
  }

  .index .section.works1 .works-inner .material .title-wrapper {
    right: 3%;
  }

  .index .section.works1 .works-inner .technique .title-wrapper {
    left: 3%;
  }

  .index .section.works1 .works-inner .common-block .inner-wrapper .text-block {
    padding-top: 59px;
    padding-bottom: 50px;
  }

  .index .section.works1 .works-inner .common-block .inner-wrapper .text-block .ja {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {

  /*-------------------------------------------*/
  /* SLICK
  /*-------------------------------------------*/
  .slick-num {
    top: inherit;
    bottom: 43px;
    right: 15px;
  }

  .mainv-img .slick-dots {
    top: inherit;
    bottom: 46px;
    right: -5px;
  }

  .mainv-img .slick-dots li {
    margin: 0 5px !important;
  }

  .works1 .slick-dots {
    text-align: right !important;
    bottom: -33px !important;
  }

  .works1 .slick-dots li {
    width: 22px;
    height: 2px;
  }

  .sp-menu-button {
    width: 60px;
    height: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-menu-button&gt;.inner {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .sp-menu-button&gt;.inner .line {
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 0px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sp-menu-button&gt;.inner .line.line1 {
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .sp-menu-button&gt;.inner .line.line2 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .sp-menu-button&gt;.inner .line.line3 {
    bottom: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .sp-menu-button.open&gt;.inner .line.line1 {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(42deg);
    transform: translate(-50%, 0%) rotate(42deg);
  }

  .sp-menu-button.open&gt;.inner .line.line2 {
    opacity: 0;
  }

  .sp-menu-button.open&gt;.inner .line.line3 {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(-48deg);
    transform: translate(-50%, 0%) rotate(-48deg);
  }

  .sp-menu .sp-menu-wrapper {
    position: relative;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner {
    height: 100%;
    margin: 0 auto;
    width: 80%;
    text-align: right;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper {
    height: 100%;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .navi-top {
    padding-bottom: 29%;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .navi-top .header-navi .item .link {
    font-size: 1.8rem;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 3.16;
    position: relative;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .navi-top .header-navi .item .link.current::before {
    position: absolute;
    top: calc(50% - 5px);
    right: -16px;
    -webkit-transform: translate(0%, 50%) rotate(45deg);
    transform: translate(0%, 50%) rotate(45deg);
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #f5f5f5;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .footer-block {
    background-color: #43494b;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .footer-block .nobegane-block {
    height: 100%;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .footer-block .nobegane-block a {
    display: block;
    height: 100%;

    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;
  }

  .sp-menu .sp-menu-wrapper .sp-menu-inner .block-wrapper .footer-block .nobegane-block a img {
    width: 200px;
    height: 55px;
    margin-right: 3px;
  }

  .sp-menu.open .sp-menu-wrapper {
    background-color: #eee;
  }

  .sp-menu.open .sp-menu-wrapper .sp-menu-inner .block-wrapper .navi-top .header-navi .item.online .link {
    position: relative;
  }

  .sp-menu.open .sp-menu-wrapper .sp-menu-inner .block-wrapper .navi-top .header-navi .item.online .link::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -5px;
    background-color: #fff;
    position: absolute;
  }

  .header-firstview .sp-menu-button {
    margin-top: -17px;
  }

  .header-firstview .header-fixed .header-fixed-inner {
    padding-right: 1.875%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-firstview .header-fixed .header-fixed-inner .right {
    width: auto;
  }

  .header-firstview .header-fixed .header-fixed-inner .left {
    /* padding-top: 31px; */
    margin-left: 3px;
  }

  .header-firstview .header-fixed .header-fixed-inner .left a {
    width: 90px;
    height: 104px;
  }

  .header {
    height: 120px;
    z-index: 500;
  }

  @media screen and (min-width: 1024px) {
    .header {
      height: 60px;
    }
  }

  .header .sp-menu-button {
    background: #f3f3f3;
  }

  .header .sp-menu-button&gt;.inner .line {
    background-color: #000;
  }

  .header .header-fixed .header-fixed-inner {
    padding-right: 0%;
    padding-left: 2.1875%;
    margin-top: -30px;
  }

  @media screen and (min-width: 1024px) {
    .header .header-fixed .header-fixed-inner {
      padding-right: 0%;
      padding-left: 2.1875%;
    }
  }

  .header .header-fixed .header-fixed-inner .right {
    width: auto;
  }

  .header .header-fixed .header-fixed-inner .left a {
    width: 220px;
    height: 45px;
  }

  .header.open .sp-menu-button {
    background: none;
  }

  .header.open .header-wrapper {
    background-color: #fff;
  }

  .header.open .header-fixed .header-fixed-inner .left .header-logo.black {
    display: none;
  }

  .header-logo.black {}

  .header.open .header-fixed .header-fixed-inner .left .header-logo.white {
    display: block;
  }

  .header .sp-menu-button.open&gt;.inner .line {
    background-color: #000;
  }

  body {
    line-height: 2;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .link-common.original {
    font-size: 1.4rem;
  }

  .link-common.large {
    width: 180px;
  }

  /*-------------------------------------------*/
  /* INDEX
  /*-------------------------------------------*/
  .index .nobegane-fixed {
    display: none;
  }

  /* .index .section h2 {
    font-size: 1.8rem;
  }

  .index .section h3:not(.en-title) {
    font-size: 1.8rem;
    line-height: 1.94;
  }

  .index .section .en .text {
    line-height: 2.27;
  } */

  .index .section.about .about-inner {
    padding-top: 51px;
  }

  .index .section.about .about-inner h2.set-width {
    width: 84.375%;
    margin: 0 auto;
  }

  .index .section.about .about-inner .block.top {
    display: block;
    width: 84.375%;
    margin: 0 auto;
    padding-bottom: 47px;
  }

  .index .section.about .about-inner .block.top .ja h3 {
    height: auto;
    padding-bottom: 22px;
  }

  .index .section.about .about-inner .block.top .en h3 {
    line-height: 2;
    padding-bottom: 18px;
  }

  .index .section.about .about-inner .block.top .inner-block {
    width: 100%;
    padding-top: 10px;
  }

  .index .section.about .about-inner .block.top .inner-block.en {
    padding-top: 34px;
  }

  .index .section.about .about-inner .block.bottom {
    width: 84.375%;
    margin: 0 auto;
    padding-bottom: 53px;
  }

  .index .section.about .about-inner .block.bottom .inner-block.ja {
    padding-top: 37px;
  }

  .index .section.about .about-inner .block.bottom .inner-block.ja h3 {
    padding-bottom: 15px;
  }

  .index .section.about .about-inner .block.bottom .inner-block.en {
    padding-top: 31px;
  }

  .index .section.about .about-inner .block.bottom .inner-block.en h3 {
    font-size: 1.5rem;
  }

  .index .section.about .about-inner .block.about-img {
    width: 84.375%;
    margin: 0 auto;
  }

  .index .section.works-title-back {
    display: none;
  }

  .index .footer .footer-wrapper .page-top-button {
    right: 5%;
    top: -46px;
  }

  .index .footer .footer-wrapper .copyright {
    height: 70px;

    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;
    line-height: 1.6;
  }
}

.contact-form.contact-form .section.contact .contact-inner {
  width: 84.375%;
  margin: 0 auto;
}

.contact-form.contact-form .section.contact .contact-inner .left {
  padding-top: 180px;
}

.contact-form.contact-form .section.contact .contact-inner .back-button.error {
  margin-top: 60px;
}

.contact-form.contact-form .section.contact .contact-inner .button-wrapper {
  display: block;
  padding-top: 60px;
}

.contact-form.contact-form .section.contact .contact-inner .button-wrapper .button-right {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {

  /*-------------------------------------------*/
  /* SLICK
  /*-------------------------------------------*/
  .slick-arrow {
    -webkit-transition: none;
    transition: none;
  }

  .slick-arrow:hover {
    opacity: 1;
  }
}

.c-video1 {
  position: relative;
  margin-bottom: -7px;
  margin-top: -1px;
  overflow: hidden;
}

.c-video1 video {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.c-video1_full {
  position: relative;
  box-sizing: border-box;
  width: 85vw;
}


/*.c-video1_full:after {*/


/*    content: "";*/


/*    position: absolute;*/


/*    top: 0;*/


/*    bottom: 0;*/


/*    left: 0;*/


/*    right: 0;*/


/*    margin: auto;*/


/*    z-index: 11;*/


/*    width: 40px;*/


/*    height: 40px;*/


/*    border: 4px solid transparent;*/


/*    border-radius: 50%;*/


/*    border-top: 4px solid #000;*/


/*    border-bottom: 4px solid #000;*/


/*    -webkit-animation: spin-video 2s linear infinite; !* Safari *!*/


/*    animation: spin-video 2s linear infinite;*/


/*}*/


/* .c-video1_full.loaded:after {
  display: none;
} */

.c-video1_full video {
  width: 100%;
  height: 100%;
}

.c-video1_play {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  ;
  width: 30%;
  height: 80px;
  background-color: #000;
  text-align: center;
  z-index: 10;
  text-decoration: none;

}

.c-video1_play:after {
  content: "MOVIE PLAY";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-46%);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-family: CasadTS, sans-serif;
  letter-spacing: .2rem;
  text-decoration: none;
  line-height: 1.7em;
}

.lity {
  background-color: rgb(65, 65, 65);
}

.lity-content:after {
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .c-video1_play {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
  }

  .c-video1 video {
    height: 100vw;
    object-fit: cover;
  }

  .c-video1_play:after {
    font-size: 1.2rem;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .c-video1 video {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* Safari */

@-webkit-keyframes spin-video {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-video {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.conntact-common {
  background-image: url("../img/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.conntact-commons.first {
  margin-top: 30px;
}

.contents-link-commons {
  margin-bottom: 200px;
}

.contact-common-contents {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contact-common-contents {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;

  }
}

.contents-link-commons-contents {
  position: relative;
}

@media (min-width: 768px) {
  .contents-link-commons-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 30px auto 60px;
  }

}

.contents-link-commons-contents:before {
  content: '';
  position: absolute;
  left: -43px;
  top: -50px;
  background-image: url(../img/top-image-ilust-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 125px;
  height: 73px;
}

@media (min-width: 768px) {
  .contents-link-commons-contents:before {
    left: -238px;
    top: -100px;
    width: 257px;
    height: 153px;
  }

}

.contents-link-commons-contents:after {
  content: '';
  position: absolute;
  background-image: url(../img/top-image-ilust-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  right: -140px;
  bottom: -69px;
  width: 201px;
  height: 120px;
}

@media (min-width: 768px) {
  .contents-link-commons-contents:after {
    right: -228px;
    bottom: -100px;
    width: 361px;
    height: 231px;
  }
}

.contacts-common-contents-button-contents {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-contents {
    margin-bottom: inherit;
    width: 46%;
  }
}

.contacts-common-contents-button-contents.read-more {
  width: 80%;
  margin: 0 auto;
  max-width: 420px;
  position: relative;
}

.contents-link-common-contents-button-contents {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contents-link-common-contents-button-contents {
    margin-bottom: inherit;
    width: 48%;
    position: relative;
    margin-top: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

.contents-link-common-contents-button-contents-anker.flow {
  background-image: url("../img/common-link-flow.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contents-link-common-contents-button-contents-anker.price {
  background-image: url("../img/common-link-price.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contents-link-common-contents-button-contents-anker.approval {
  background-image: url("../img/common-link-approval.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contents-link-common-contents-button-contents-anker.trade {
  background-image: url("../img/common-link-trade.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-common-contents-button-contents-anker {
  display: block;
  background-color: #009B70;
  padding: 20px 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-height: 150px;
  border: 1px solid #009B70;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-contents-anker {
    padding: 20px 30px;
    min-height: 250px;
  }
}

@media (min-width: 1024px) {
  .contacts-common-contents-button-contents-anker {
    padding: 60px 30px;
    min-height: 280px;
  }
}

@media (min-width: 1100px) {
  .contacts-common-contents-button-contents-anker {
    padding: 60px 30px;
    min-height: 250px;
  }
}

.contacts-common-contents-button-contents-anker.read-more {
  min-height: inherit;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-contents-anker.read-more {
    min-height: inherit;
    margin-bottom: 120px;
  }

}

.contents-link-common-contents-button-contents-anker {
  display: block;
  padding: 20px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-height: 150px;
}

@media (min-width: 768px) {
  .contents-link-common-contents-button-contents-anker {
    display: block;
    padding: 60px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-height: 250px;
  }
}

.contacts-common-contents-button-contents-anker:hover {
  background-color: #fff;
  border: 1px solid #009B70;
  /* opacity: .9; */
}

.contents-link-common-contents-button-contents-anker:hover {
  background-image: none;
  background-color: #009B70;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contacts-common-contents-button-contents-anker:hover p {
  color: #009B70;
}

.contents-link-common-contents-button-contents-anker:hover p {
  color: #fff;
}

.button-yajirushi {
  display: block;
  position: absolute;
  /* width: 40px;
height: 40px; */
  padding: 6px;
  font-size: 22px;
  right: 17px;
  bottom: 5px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1em;
}

@media (min-width: 768px) {
  .button-yajirushi {
    padding: 14px;
    font-size: 34px;
    right: 27px;
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .button-yajirushi {
    padding: 14px;
    font-size: 34px;
    right: 27px;
    bottom: 11px;
  }
}

@media (min-width: 1100px) {
  .button-yajirushi {
    padding: 14px;
    font-size: 34px;
    right: 27px;
    bottom: 36px;
  }
}

.button-yajirushi.link-common {
  display: block;
  position: absolute;
  padding: 7px;
  font-size: 30px;
  right: 27px;
  bottom: 10px;
  background-color: #009B70;
  color: #fff;
  border-radius: 50%;
  line-height: 1em;
}

@media (min-width: 768px) {
  .button-yajirushi.link-common {
    display: block;
    position: absolute;
    padding: 14px;
    font-size: 34px;
    right: 27px;
    bottom: 10px;
    background-color: #009B70;
    color: #fff;
    border-radius: 50%;
    line-height: 1em;
  }
}

.contacts-common-contents-button-contents-anker:hover .button-yajirushi {
  background-color: #009B70;
  color: #fff;
  right: 20px;
}

.contents-link-common-contents-button-contents-anker:hover .button-yajirushi.link-common {
  background-color: #fff;
  color: #009B70;
  right: 20px;
}

.contacts-common-contents-button-contents p {
  color: #fff;
}

.contents-link-common-contents-button-contents p {
  color: #fff;
}

.contacts-common-contents-button-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-title {
    font-size: 23px;
  }
}

@media (min-width: 1024px) {
  .contacts-common-contents-button-title {
    font-size: 30px;
  }
}


.contents-link-common-contents-button-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #000 !important;
}

@media (min-width: 768px) {
  .contents-link-common-contents-button-title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #000 !important;
  }
}

.contents-link-common-contents-readmore {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  color: #000 !important;
  position: absolute;
  bottom: 28px;
  right: 110px;
}

@media (min-width: 768px) {
  .contents-link-common-contents-readmore {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1em;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    bottom: 28px;
    right: 110px;
  }
}


.contents-link-common-contents-readmore.jyunbityuu {
  font-size: 14px;
}

.contents-link-common-contents-button-contents-anker:hover .contents-link-common-contents-readmore {
  color: #fff !important;
}

.contents-link-common-contents-button-title2 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .contents-link-common-contents-button-title2 {
    font-size: 24px;
  }
}

.contents-link-common-contents-button-contents-anker:hover .contents-link-common-contents-button-title {
  display: none;
}

.contents-link-common-contents-button-contents-anker:hover .contents-link-common-contents-button-title2 {
  opacity: 1;
}

.hover-mask {
  display: none;
}

.contents-link-common-contents-button-contents-anker:hover .hover-mask {
  display: block;
  opacity: 1;
}

.contacts-common-contents-button-subtitle {
  font-size: 18px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-subtitle {
    font-size: 20px;
    line-height: inherit;
  }
}

.contents-link-common-contents-button-subtitle {
  font-size: 20px;
}

.contacts-common-contents-button-text {
  font-size: 13px;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .contacts-common-contents-button-text {
    font-size: 15px;
  }
}

.contents-link-common-contents-button-text {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .contents-link-common-contents-button-text {
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 20px;
  }
}

.sample-img {
  cursor: pointer;
  max-width: 500px;
  position: relative;
  width: 100%;
}

.sample-img img {
  height: auto;
  width: 100%;
}

.other-page-contents-top-image {
  height: 630px;
  background-image: url("../img/contact/top-image-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-common-contents-anker {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-common-contents-anker:hover {
  opacity: .8;
}


.page-contents {
  overflow: hidden;
}

/*---------- About-Us-------------------*/
.about-us-contact {
  display: block;
  background-color: #009B70;
  padding: 20px 30px;
  width: 320px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-us-contact:hover {
  opacity: .4;
}

.price-list {
  max-width: 780px;
  margin: 0 auto 60px;
  background-color: #D9D9D9;
  padding: 30px;
}

@media (min-width: 768px) {
  .price-list {
    margin: 0 auto 120px;
  }
}

.price-list-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.price-list-contents dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}

.price-list-contents dt,
.price-list-contents dd {
  padding: 3px 6px;
}

.price-list-contents dt {
  width: 49%;
}

.price-list-contents dd {
  margin-left: 0;
  width: 49%;
}

@media (min-width: 768px) {
  .price-list-contents dt {
    width: 30%;
  }

  .price-list-contents dd {
    margin-left: 0;
    width: 65%;
  }
}

.total-price {
  background-color: #fff;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 260px;
}

.total-price p {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #009B70;
}

.approval-list {
  max-width: 780px;
  margin: 0 auto 20px;
  background-color: #D9D9D9;
  padding: 10px;
}

@media (min-width: 768px) {
  .approval-list {
    padding: 30px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 1024px) {
  .approval-list {
    padding: 30px;
    margin: 0 auto 120px;
  }
}

.approval-list-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.approval-list-title span {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 8px 0 0 2px;
  border: 1px solid #555;
}

.approval-list-contents-text {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 16px;
}

.flow-list {
  max-width: 780px;
  margin: 0 auto 60px;
  background-color: #EBEBEB;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .flow-list {
    margin: 0 auto 120px;
  }
}

.flow-list-detail {
  margin: 30px auto;
}

.flow-list-detail-contents {
  margin: 0 0 120px 0;
}

.flow-list-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {
  .flow-list-title {
    font-size: 24px;
  }
}

.flow-list-title.flow {
  text-align: left;
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .flow-list-title.flow {
    text-align: left;
    font-size: 16px;
  }
}

.flow-list-title.flow.long {
  font-size: 13px;
}

.flow-list-title span {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 11px 0 0 2px;
  border: 1px solid #555;
}

@media screen and (min-width: 768px) {
  .flow-list-title span {
    padding: 8px 0 0 2px;
  }
}

.flow-list-title.flow.long span {
  font-size: 16px;
}

.flow-list-title.flow span {
  padding: 11px 0 0 2px;
}

.flow-list-contents-text {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .flow-list-contents-text {
    font-size: 16px;
  }
}


.flow-list-yajirushi {
  font-size: 40px;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (min-width: 767px) {
  .flow-list-flex {
    display: flex;
    justify-content: space-between;
  }
}

.flow-list-flex-contents {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .flow-list-flex-contents {
    width: 46%;
  }
}

.link-list-title {
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-list-title a:hover {
  opacity: .5;
}

.link-list-title-content {
  margin-bottom: 10px;
}

.contact-contents {
  width: 80%;
  max-width: 780px;
  margin: 0 auto;
}

#form_submit {
  max-width: 250px;
}

.section-thanks-contents {
  background-color: #fff;
  /* padding: 30px 20px 10px; */
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
}

.section-concept-position {
  width: 90%;
}

.section-thanks-concept-title {
  color: #606060;
  font-size: 35px;
  line-height: 1.5em;
  font-family: 'Bentham', serif;
}

.section-thanks-concept-contents {
  width: 80%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 30px;
  color: #606060;
}

.section-thanks-concept-text h3 {
  color: #606060;
  font-weight: bold;
}

.section-thanks-concept-text p {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .section-thanks-concept-contents {
    width: 100%;
    margin-top: 30px;
  }

  .section-thanks-concept-text {
    font-size: 14px;
    max-width: 780px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .section-concept-position {
    max-width: 780px;
  }
}

.home-section-img.thanks {
  position: relative;
}

.home-section-img.thanks img {
  width: 100%;
  position: relative;
}

.top-approval-contents {
  margin: 0 auto;
  width: 90%;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .top-approval-contents {
    margin-top: 30px;
    max-width: 1020px;
  }

  .top-approval-contents-flex {
    display: flex;
    justify-content: space-between;
  }

  .top-approval-contents-flex .approval-list {
    width: 31%;
  }

  .top-approval-contents-flex .approval-list-title {
    font-size: 18px;
  }
}


.section-contact-content-text {
	font-size: 1.3em;
}

.contact-tel-position {
	margin-top: 100px;
	font-size: 1.4em;
	font-weight: 650;
}

.contact-tel-position p {
	margin-top: 10px;
}

.map{
	display: flex;
	margin-top: 50px;
	margin-bottom: 30px;
}

.map1{
	display: flex;
	margin-bottom: 60px;
	line-height: 1.1em;
}

.map2{
    margin-top: 60px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

.map3{
    margin-top: 60px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hmap{
	display: flex;
	margin-left: auto;
	margin-right: auto;	
}

.nmap{
	display: flex;
	margin-left: auto;
	margin-right: auto;	
}

.fw600{
	font-weight: 600;
}

@media (max-width: 768px) {
	.map{
		display: none;
	}
	.map1{
		display: none;
	}
	
}

@media (min-width: 769px) {
	.map2{
		display: none;
	}
	.map3{
		display: none;
	}
}

.area{
	text-align: center;
}
</pre></body></html>