@charset "UTF-8";

/*----------------------
common
----------------------*/
:root {
  --link-color: #000;
  --main-color: #A5DECD;
  --text-color: #000;
}

html {
  font-size: 62.5%;
  color: var(--text-color);
}

body {
  font-family: "YuGothic", "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  color: var(--text-color);
  background-color: #fff;
}

a {
  text-decoration: none;
  color: var(--link-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}


.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.btn {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  padding: 12px;
  background-color: var(--main-color);
  border: 2px solid transparent;
  border-radius: 26px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  margin-left: 24px;
}

.btn-form {
    width:300px;
     border-radius: 40px;
}

.btn img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-contact {
  cursor: pointer;
  padding: 4px 4px 4px 24px;
}

.btn-contact2 {
  width: 350px;
}

.btn-tel {
  padding: 4px 4px 4px 24px;
}

.section__title {
  padding-top: 40px;
  text-align: center;
}

.section__title h2 {
  font-size: 32px;
}

.section__title h3 {
  font-size: 32px;
  color: #000;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.section__title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, var(--main-color), var(--main-color) 1px, transparent 2px, transparent 5px);
}

.section__subtitle {
  margin-top: 40px;
}

.section__subtitle h4 {
  position: relative;
  font-size: 24px;
  padding: 8px 16px;
}

.section__subtitle h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: var(--main-color);
}

.section__subtitle2 {
  margin-top: 40px;
}

.section__subtitle2 p {
  font-size: 24px;
  position: relative;
  background-color: var(--sub-color);
  padding: 8px;
}

.section__subtitle2 p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
}

.btn:focus,
.btn:hover {
  opacity: 0.8;
}

.br-sp {
  display: none;
}

.text-main-color {
  text-decoration: underline;
  text-decoration-color: #A5DECD;
  text-decoration-thickness :18px;
  text-underline-offset: -4px;
}

.pager {
  margin: 40px auto 0 auto;
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d0d0d0;
  position: relative;
  margin: 0 8px;
}

.pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  width: 36px;
  height: 36px;
}

.pager .current {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.pager .current span {
  color: #fff;
}

/*----------------------
header
----------------------*/
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  height: 120px;
  align-items: flex-end;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-bottom: 16px;
}

.header__contact-tel {
  margin-left: 20px;
  text-align: center;
}

.header__contact-tel img {
  width: 20px;
}

.header__contact-tel p {
  color: #000;
}

.header__contact-tel .fz-large {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: var(--main-color);
  text-decoration-thickness: 8px;
}

.header__contact-tel .fz-large img {
  width: 20px;
  margin-right: 10px;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 30%;
}


.header__logo {
  width:90%;
  margin-right: 20px;
}

.header__logo img {
  width: 100%;
  max-width: 600px;
}

.header__logo2 {
  margin-right: 20px;
}



.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}

.header__nav li {
  text-align: center;
  margin-right: 32px;
  width: 140px;
  position: relative;
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li:last-child::before {
  content: none;
}

.header__nav li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  height: 100%;
  width: 2px;
  background-color: var(--main-color);
}

.header__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.header__nav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.toggle {
  display: none;
}

.has-child {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.has-child::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.has-child:hover>.child__list {
  visibility: visible;
  opacity: 1;
}

.has-child:active>.child__list {
  visibility: visible;
  opacity: 1;
}

.child__list {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 16px;
  z-index: 20;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1130px;
  max-width: 1130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.child__item {
  white-space: nowrap;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.child__item:hover {
  color: var(--main-color);
}

.child__item:last-child {
  margin-right: 0;
}

/*----------------------
mv
----------------------*/
.mv__text {
  position: absolute;
  top: 40%;
  left: 50px;
  z-index: 11;
}

.mv__text h2 {
  font-size: 7rem;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: #3D5026 1px 0 10px;
}



.mv__text p {
  font-size: 4rem;
  color: #fff;
  text-shadow: #3D5026 1px 0 10px;
}

.mv__text span {
  font-size: 5rem;
}

.mv__img {
  width: 100%;
  height: calc(70vh - 120px);
  position: relative;
  overflow: hidden;
}

.mv__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.mv__title {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}

.mv__title h2 {
  font-size: 48px;
  color: #fff;
}

/*----------------------
slider
----------------------*/
.slider {
  position: relative;
  z-index: 1;
  height: calc(100vh - 120px);
}

.slider-item01 {
  background: url(../images/title_1.jpg);
}

.slider-item02 {
  background: url(../images/title_2.jpg);
}

.slider-item03 {
  background: url(../images/title_3.jpg);
}


.slider-item04 {
  background: url(../images/title_4.jpg);
}

.slider-item {
  width: 100%;
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #333;
}

/*----------------------
about
----------------------*/
.about {
  background-image: url(../images/gallery_001.jpg);
  background-position: center;
  background-repeat: no-repeat;
background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: -2;
}

.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.about__body {
  text-align: center;
  max-width: 1440px;
  margin: 80px auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__text {
  font-size: 24px;
  -moz-text-align-last: left;
  text-align-last: left;
  width: 50%;
  padding: 0 0px 0 40px;
  margin: 0 auto;
}

.about__text ul {
  text-align: left;
  margin-top: 20px;
  font-size: 24px;
}

.about__text ul span {
  font-size: 28px;
  padding-right: 16px;
  color: var(--main-color);
}

.about__text p {
  margin-top: 20px;
}

/*----------------------
works
----------------------*/
.works {
  background-color: #f1f5f4;
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}

.works__cards {
  margin-top: 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__number {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--main-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.card__number:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card__number p {
  font-size: 32px;
  color: #fff;
}

.card__img {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.card__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.card__title {
  margin-top: 40px;
}

.card__title h4 {
  font-size: 24px;
  color: #000;
}

.card__desc {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card__link {
  margin-top: 40px;
  text-align: center;
}

.card__link a {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 16px;
  color: #fff;
}

.card__link a:hover {
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
}

/*----------------------
around
----------------------*/
.around__child__list {
  margin: 0 auto;
  padding: 16px;
  z-index: 20;
  border-radius: 10px;
  background-color: #f1f5f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  width: 1130px;
  max-width: 1130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* opacity: 0; */
  /* -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  position: relative;
  left: 50%;
  margin-top: 40px;
}

li.around__child__item {
  white-space: nowrap;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

li.around__child__item:hover {
  color: var(--main-color);
}

li.around__child__item:last-child {
  margin-right: 0;
}

li.around__child__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  width: 2px;
  background-color: var(--main-color);
}

li.around__child__item:last-child::before {
  visibility: hidden;
}


/* .header__nav li::before:last-child {
opacity: 1;
} */

/*----------------------
column
----------------------*/
.column__inner {
  max-width: 1440px;
}

.column__body {
  margin-top: 80px;
}

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

.column__list li {
  width: 33%;
  border-right: 1px solid var(--main-color);
  padding: 24px;
  overflow-wrap: break-word;
}

.column__list li:last-child {
  border-right: none;
}

.column__list a {
  color: var(--text-color);
}

.column__list a:hover {
  opacity: 0.5;
}

.column__list2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column__list2 li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid var(--main-color);
}

.column__list2 li:last-child {
  border-right: none;
}

.column__list3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column__list3 li {
  width: 100%;
  border-right: none;
}

.column__list3 li:last-child {
  border-right: none;
}

.column__link {
  margin-top: 40px;
  text-align: center;
}

.column__link a {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 16px;
  color: #fff;
}

.column__link a:hover {
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
}

.date,
.category,
.title {
  color: var(--main-color);
}

/*----------------------
gallery
----------------------*/
.gallery__inner {
  margin-top: 160px;
}

.slider2 li {
  width: 100%;
  position: relative;
  padding-top: 5%;
  overflow: hidden;
}

.slider2 img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  max-height: 22vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider2 .slick-slide {
  margin: 0 0px;
  /*スライド左右の余白調整*/
}

/*----------------------
access
----------------------*/
.access__inner {
  max-width: 1440px;
}

.access__flex {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.access__map {
  width: 100%;
}

.access__map img {
  width: 100%;
  height: 300px;
}

/*----------------------
link-area
----------------------*/
.link-area {
  background-color: #f1f5f4;
  padding-bottom: 80px;
}

.link-area__body {
  margin-top: 80px;
}

.link-area__link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-area__contact {
  background-color: #fff;
  padding: 24px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
}

.link-area__contact a {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 16px;
  color: #fff;
}

.link-area__tel {
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
}

.link-area__link {
    background-color: #fff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
}

/*----------------------
footer
----------------------*/
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav {
  background-color: #f1f5f4;
  padding: 40px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.footer__nav li {
  margin-right: 32px;
}

.footer__nav a {
  color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__nav a:hover {
  text-decoration: underline;
  opacity: 0.8;
  color: var(--main-color);
}

.footer__copy {
  padding: 20px;
  background-color: var(--main-color);
  text-align: center;
}

/*----------------------
company
----------------------*/
.greet__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.greet__desc {
  margin-top: 40px;
}

.greet__desc p {
  margin-top: 20px;
}

.greet__desc .fz-large {
  padding-top: 10px;
  font-size: 28px;
}

.company__body table {
  font-size: 18px;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #BBBBBB;
}

.company__body th {
  background-color: #F1F6E4;
  width: 30%;
  font-weight: normal;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  vertical-align: top;
  padding: 16px;
  color: var(--main-color);
}

.company__body td {
  background-color: #F5F5F5;
  border-bottom: 1px solid #BBBBBB;
  padding: 16px;
}

.map__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.map__body {
  margin-top: 40px;
}

.map__img {
  width: 80%;
  margin: 20px auto 0 auto;
}

.map__img img {
  width: 100%;
}

/*----------------------
key
----------------------*/
.key__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 20px;
}

.key__desc {
  margin-top: 40px;
  text-align: center;
}

.menu__text {
    margin-top: 40px;
    text-align:justify;
}

.key__body {
  padding-bottom: 80px;
}

.cards3 {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:100px;
}

.cards3 .card {
  width: 48%;
  background-color: #f1f5f4;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}

.cards3 .card__title {
  text-align: center;
}

.cards3 .card__number {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--main-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.cards3 .card__number:before {
  content: none;
}

.cards3 .card__number p {
  font-size: 32px;
  color: #fff;
}

.cards3 .card__desc {
  text-align: left;
}

/*----------------------
scrap
----------------------*/
.scrap__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 1.8;
}

.scrap__body {
  margin-top: 40px;
}

.step__items {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.step__item-flow {
  position: relative;
}

.step__item-flow:last-child::after {
  content: none;
}

.step__item-flow::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 28px;
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
}

.step__item-flow .step__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.step__item-flow .step__img {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

.step__item-flow .step__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.step__item-flow .step__text {
  width: 70%;
  padding-left: 40px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.media__text {
  width: 50%;
  padding: 0 20px;
}

.media__text p {
  margin-bottom: 20px;
}

.media__img {
  width: 50%;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}

.media__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------------------
civil
----------------------*/
.civil {
  padding-bottom: 80px;
}

.civil__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.civil__body {
  padding-bottom: 40px;
}

.civil__desc {
  margin-top: 40px;
}

.civil__link {
  margin-top: 40px;
  text-align: center;
}

.civil__link a {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 16px;
  color: #fff;
}

.civil__link a:hover {
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
}

/*----------------------
crane
----------------------*/
.crane__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.crane__body {
  padding-bottom: 40px;
}

.crane__desc {
  margin-top: 40px;
}

/*----------------------
flow
----------------------*/
.flow__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 80px;
}

.step__item {
  margin-top: 40px;
}

.step__item-flow {
  position: relative;
}

.step__item-flow:last-child::after {
  content: none;
}

.step__item-flow::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 28px;
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
}

.step__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: #d6ef92;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
}

.step__title p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-color);
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
}

.step__link {
  margin-top: 40px;
  text-align: center;
}

.step__link a {
  border: 3px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 16px;
  color: #fff;
}

.step__link a:hover {
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
}

.step__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 80px;
}

.step__img {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

.step__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.step__text {
  width: 70%;
  padding-left: 40px;
}

/*----------------------
works
----------------------*/

.works2 {
  padding-bottom: 80px;
}

.works2__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

li.works2__child__item {
  white-space: nowrap;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 24%;
  text-align: center;
}

.works2__child__list {
  margin: 0 auto;
  padding-bottom: 6px;
  z-index: 20;
  /* border-radius: 10px; */
  background-color: #f1f5f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  /* width: 1000px; */
  max-width: 1000px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* opacity: 0; */
  /* -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); */
  margin: 0px auto;
  position: relative;
  left: 50%;
  /* margin-top: 40px; */
}

ul.works2__child__list {
  font-size: 13px;
}

ul.works2__child__list:last-child {
  padding-bottom: 15px;
  border-radius: 0px 0px 10px 10px;
}

ul.works2__child__list:first-child {
  padding-top: 15px;
  border-radius: 10px 10px 0px 0px;
}


li.works2__child__item:hover {
  color: var(--main-color);
}

li.works2__child__item:last-child {
  margin-right: 0;
}

li.works2__child__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  height: 100%;
  width: 2px;
  background-color: var(--main-color);
}

li.works2__child__item:last-child::before {
  visibility: hidden;
}

li.works3__child__item {
  white-space: nowrap;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 32%;
  text-align: center;
}

li.works3__child__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  width: 2px;
  background-color: var(--main-color);
}

li.works3__child__item:hover {
  color: var(--main-color);
}

li.works3__child__item:last-child {
  margin-right: 0;
}

li.works3__child__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  height: 100%;
  width: 2px;
  background-color: var(--main-color);
}

li.works3__child__item:last-child::before {
  visibility: hidden;
}

.works__nav {
  padding-top: 40px;
}

.works2__item-inner {
  display: block;
}

.works2__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.works2__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 80px;
  display: block;
}

.section__title {
  padding-top: 40px;
  text-align: center;
}

.works2__item {
  margin-top: 40px;
  border: 5px solid #F5F5F5;
  border-radius: 20px;
  padding: 30px;
  width: 32%;
}

.works2__item-title {
  border-bottom: 3px solid var(--main-color);
  padding-top: 10px;
}


.works2__item-img {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.works2__item-img2 {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  margin-top: 7%;
}

.works2__item-img img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.works2__item-img2 img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.works2__item-link {
  text-align: right;
  margin-top: 10px;
}

.works2__item img {
  border-radius: 10px;
}

/*----------------------
contact
----------------------*/
.contact__inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 80px;
}

.form__inner {
  max-width: 800px;
  margin: 40px auto 0 auto;
  width: 100%;
}

.form__item {
  border-top: 1px solid #ddd;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.form__item:last-child {
  border-bottom: 1px solid #ddd;
}

.form__item .label {
  width: 40%;
}

.form__item p:nth-child(2) {
  width: 60%;
}

.form__item .bg-green {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: var(--main-color);
  color: #fff;
}

.form__item input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  height: 48px;
  background: #eaedf2;
}

.form__item textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 220px;
  width: 100%;
  background: #eaedf2;
}

.action-box input {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 280px;
  display: block;
  background: var(--main-color);
  color: #fff;
}

.action-box:hover {
  opacity: 0.8;
}

/*----------------------
FQA
----------------------*/
.faq__title.section__title {
  padding-bottom: 40px;
}

li#Answer1 {
  padding: 15px 0;
}

dl {
  clear: both;
  /* width: 580px; */
  padding: 5px;
  border: 5px solid #ccc;
  background: #fff;
}

dt {
  background: url(https://www.shota-studio.com/try/wp-content/themes/kantou-kougyou/assets/images/faq_q.jpg) no-repeat top left;
  padding: 5px 0 5px 40px;
  line-height: 30px;
  border-bottom: 1px dotted #666;
  font-weight: bold;
}

dd {
  background: url(https://www.shota-studio.com/try/wp-content/themes/kantou-kougyou/assets/images/faq_a.jpg) no-repeat top left;
  padding: 5px 0 5px 40px;
  line-height: 30px;
}

/*----------------------
privacy
----------------------*/
.privacy {
  padding-bottom: 80px;
}

.privacy__tittle.section__title {
  padding: 0px;
  text-align: left;
}

.privacy-p {
  text-align: left;
}

.privacy__inner.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  background-color: #f1f5f4;
  margin-bottom: 15px;
  padding: 40px;
}

.privacy {
  padding-bottom: 80px;
}

/*----------------------
tablet
----------------------*/
@media (max-width: 1025px) {

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*----------------------
  header
  ----------------------*/

  ul.child__list {
    display: none;
  }

  /*----------------------
  common
  ----------------------*/
  .wrapper {
    padding: 0 20px;
  }

  .page-title {
    font-size: 2.4rem;
  }

  .section__title {
    padding-top: 40px;
    text-align: center;
  }

  .section__title h2 {
    font-size: 28px;
  }

  .section__title h3 {
    font-size: 28px;
    color: #000;
    padding: 10px;
    display: inline-block;
    position: relative;
  }

  .section__title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: repeating-linear-gradient(-45deg, var(--main-color), var(--main-color) 1px, transparent 2px, transparent 5px);
  }

  .section__subtitle {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section__subtitle h4 {
    position: relative;
    font-size: 24px;
    padding: 8px 16px;
  }

  .section__subtitle h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: var(--main-color);
  }

  .section__subtitle2 {
    margin-top: 40px;
  }

  .section__subtitle2 p {
    font-size: 24px;
    position: relative;
    background-color: var(--sub-color);
    padding: 8px;
  }

  .section__subtitle2 p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
  }

  br {
    display: none;
  }

  /*----------------------
  header
  ----------------------*/
  .header__contact {
    display: none;
  }

  .header__inner {
    height: 80px;
    padding: 16px 0px 16px 16px;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo2 {
    width: 50px;
    margin-right: 20px;
  }

  nav.gnav {
    padding-top: 40px;
  }

  .header__nav {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    background-color: var(--main-color);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 30;
    height: 100vh;
    padding: 30px;
    white-space: nowrap;
  }

  .header__nav.active {
    left: 0px;
  }

  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0;
      justify-content: center;
  }

  .header__nav li {
    padding: 8px;
    margin: 0 auto 24px auto;
  }

  .header__nav li:last-child {
    margin: 0 auto;
  }

  .header__nav a {
    color: #fff;
  }

  .header__logo img {
    width: 100%;
}

  .toggle {
    display: block;
    position: relative;
    z-index: 50;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
  }

  .toggle span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .toggle span:nth-child(1) {
    top: 15px;
  }

  .toggle span:nth-child(2) {
    top: 23px;
  }

  .toggle span:nth-child(3) {
    top: 31px;
  }

  .toggle.active span:nth-child(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .toggle.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .modal__body {
    font-size: 14px;
  }

  .modal__close {
    top: 20px;
    right: 20px;
    width: 15px;
  }

  .modal__header p {
    font-size: 24px;
  }

  .modal__item {
    padding: 10px;
  }

  .modal__title {
    margin-top: 10px;
  }

  .modal__title p {
    font-size: 16px;
  }

  .modal__text {
    margin-top: 10px;
  }

  .modal__link {
    margin-top: 10px;
  }

  .btn-contact2 {
    margin-left: 0;
    width: 280px;
    font-size: 16px;
  }

  .has-child {
    padding: 0;
    margin-bottom: 0;
  }

  .has-child p {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .has-child::after {
    content: none;
  }

  .child__list {
    position: static;
    margin: 0 auto;
    padding: 0;
    z-index: 20;
    border-radius: 0px;
    background-color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  }

  .child__item {
    padding-top: 0;
  }

  /*----------------------
  mv
  ----------------------*/
  .mv__text {
    left: 5%;
    right: auto;
    top: 18%;
    margin: 0 auto;
    text-align: center;
    -webkit-text-stroke: 0.5px #d6ef92;
    width: 58%;
  }



  .mv__text h2 {
    font-size: 5rem;
    margin-bottom: 20px;
  }

  .mv__text p {
    font-size: 4rem;
  }

  .mv__text span {
    font-size: 3rem;
  }

  .mv__img {
    width: 100%;
    height: 44vh;
    position: relative;
    overflow: hidden;
  }

  .mv__img img {
    position: absolute;
    width: 100%;
    height: 44vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mv__title {
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
  }

  h2.text-main-color {
    -webkit-text-stroke: 0.3px #d6ef92;
  }

  .mv__title h2 {
    font-size: 32px;
    color: #fff;
  }

  /*----------------------
  slider
  ----------------------*/

  ul.slider.slick-initialized.slick-slider.slick-dotted {
    height: 44vh;
  }

  li#slick-slide00 {
    height: 44vh;
  }

  li#slick-slide01 {
    height: 44vh;
  }

  li#slick-slide02 {
    height: 44vh;
  }

  .slider {
    position: relative;
    z-index: 1;
    height: calc(100vh - 50px);
  }

  .slider-item {
    width: 100%;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /*----------------------
  about
  ----------------------*/

  .about {
    background-attachment: scroll !important;
  }

  .about__text {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0 auto;

  }

  .about__text ul {
    text-align: center;
    margin: 20px auto 0 auto;
    font-size: 20px;
  }

  .about__text ul span {
    font-size: 24px;
    padding-right: 16px;
    color: var(--main-color);
  }

  /*----------------------
  works
  ----------------------*/
  .works__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .works2__item {
    width: 100%;
  }


  ul.works2__child__list {
    flex-wrap: wrap;
    /* width: 100%; */
  }


  /*----------------------
  column
  ----------------------*/
  .column__list li {
    width: 100%;
    border-bottom: 1px solid var(--main-color);
    border-right: none;
  }

  /*----------------------
  link-area
  ----------------------*/
  .link-area__link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-area__contact {
    margin-right: 0px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px auto;
  }

  .link-area__tel {
    background-color: #fff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  /*----------------------
  footer
  ----------------------*/
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  /*----------------------
  company
  ----------------------*/
  .greet__inner {
    padding: 20px;
  }

  .company__table {
    overflow-x: scroll;
  }

  .company__inner {
    padding: 0 20px;
  }

  .company__body table {
    min-width: 600px;
  }

  .map__inner {
    padding: 0 20px;
  }

  .map__body {
    margin-top: 40px;
  }

  /*----------------------
  key
  ----------------------*/
  .key__inner {
    padding: 0 20px;
  }

  .cards3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards3 .card {
    width: 100%;
  }

  .cards3 .card__title {
    text-align: center;
  }

  /*----------------------
  scrap
  ----------------------*/
  .scrap__inner {
    padding: 0 20px;
  }

  .step__item-flow .step__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step__item-flow .step__img {
    width: 100%;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
  }

  .step__item-flow .step__text {
    width: 100%;
    padding-left: 0px;
  }

  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media__text {
    width: 100%;
    padding: 0 0px;
  }

  .media__img {
    width: 100%;
    padding-top: 60%;
  }

  /*----------------------
  flow
  ----------------------*/
  .flow__inner {
    padding: 0 20px;
  }

  .flow__inner {
    padding-bottom: 40px;
  }

  /*----------------------
  works
  ----------------------*/



  /*----------------------
  contact
  ----------------------*/
  .form__inner {
    padding: 0 20px;
  }
}

/*----------------------
sp
----------------------*/
@media (max-width: 599px) {

  /*----------------------
 header
  ----------------------*/
  .header__logo img {
    width: 100%;
}
  .header__left{
    max-width: 70%;
  }

  /*----------------------
  mv
  ----------------------*/
  .mv__text {
    display: none;
  }

  .mv__img {
    height: 27vh;
  }

  .mv__img img {
    height: 27vh;
  }

  /*----------------------
  slider
  ----------------------*/

  ul.slider.slick-initialized.slick-slider.slick-dotted {
    height: 27vh;
  }

  li#slick-slide00 {
    height: 27vh;
  }

  li#slick-slide01 {
    height: 27vh;
  }

  li#slick-slide02 {
    height: 27vh;
  }

  /*----------------------
  works
  ----------------------*/
  .card {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .card__number {
    width: 70px;
    height: 70px;
  }

  .card__number:before {
    width: 60px;
    height: 60px;
  }

  .card__number p {
    font-size: 28px;
  }

  .card__img {
    text-align: left;
  }

  .cards2 .card__img {
    text-align: center;
  }

  ul.works2__child__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    font-size: 17px;
    padding-bottom: 0px;
  }

  li.works2__child__item::before {
    display: none;
  }

  li.works3__child__item::before {
    display: none;
  }

  li.works2__child__item {
    list-style: square;
  }

  li.works3__child__item {
    list-style: square;
  }

  ul.works2__child__list {
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  li.works2__child__item {
    text-align: left;
  }

  li.works3__child__item {
    text-align: left;
  }

  /*----------------------
  gallery
  ----------------------*/
  .slider2 img {
    max-height: 50vw;
  }


  /*----------------------
  link-area
  ----------------------*/
  .link-area__contact {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-area__contact a {
    margin-top: 20px;
  }

  .link-area__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-area__tel-item {
    margin-top: 20px;
  }

  /*----------------------
  contact
  ----------------------*/
  .contact__text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact__form {
    margin-top: 40px;
  }

  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__item .label {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__item p:nth-child(2) {
    width: 100%;
  }

  .form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form__area {
    margin-left: 0px;
    width: 100%;
  }

  .form__area-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100o;
  }

  .form__consent {
    margin-top: 40px;
    text-align: center;
  }

  .action-box input {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 280px;
    display: block;
    background: var(--main-color);
    color: #fff;
  }

  .action-box:hover {
    opacity: 0.8;
  }

  .checkbox {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */