@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.fonts {
  font-family: "Cinzel", serif;
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 45px;
  }
}

#section01_equipment {
  width: 100%;
  background-color: #fff;
}
#section01_equipment h1 {
  text-align: center;
  font-weight: 400;
  margin-top: 120px;
  margin-bottom: 40px;
  color: #000;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01_equipment h1 {
    margin-top: 10vw;
    margin-bottom: 2em;
  }
}
#section01_equipment .subs {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section01_equipment .subs {
    margin-bottom: 3em;
  }
}
#section01_equipment .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

ul.submenulist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.submenulist li {
  width: 13.29%;
  transition: all 0.4s ease-out 0.01s;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width:800px) {
  ul.submenulist li {
    width: 48.5%;
    margin-bottom: 2.5vw;
  }
}
ul.submenulist li a {
  display: inline-block;
  width: 100%;
  padding: 0.75em 0 0.5em 0;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  ul.submenulist li a {
    padding: 0.95em 0 0.75em 0;
  }
}
ul.submenulist li a.active {
  background-color: #000;
  color: #fff;
}

#section02_equipment {
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section02_equipment {
    padding-top: 10vw;
  }
}
#section02_equipment .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section02_equipment h2 {
  text-align: center;
}
#section02_equipment h3 {
  text-align: center;
  padding: 3em 0 0.5em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 2em;
}
#section02_equipment h3.pw_title {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02_equipment h3.pw_title {
    margin-top: 0;
    padding-top: 1em;
  }
}
#section02_equipment h3.tl_title {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section02_equipment h3.tl_title {
    margin-top: 0;
    padding-top: 1em;
  }
}
#section02_equipment h3.bt_title {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section02_equipment h3.bt_title {
    margin-top: 0;
    padding-top: 1em;
  }
}
#section02_equipment .img--main {
  margin-bottom: 5vw;
}
#section02_equipment ul.contents_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list {
    margin-bottom: 0;
  }
}
#section02_equipment ul.contents_list li {
  width: 28.72%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li {
    width: 47.5%;
    margin-bottom: 7.5vw;
  }
}
#section02_equipment ul.contents_list li.long {
  width: 64.36%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.long {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02_equipment ul.contents_list li.splong {
  width: 28.72%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.splong {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.item_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #section02_equipment ul.contents_list li.item_wrap .item {
    width: 47.5%;
  }
}
#section02_equipment ul.contents_list li.item_wrap .item:last-child {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.item_wrap .item:last-child {
    margin-top: 0;
  }
}
#section02_equipment ul.contents_list h4 {
  width: 100%;
  text-align: left;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.8em;
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}
#section02_equipment ul.contents_list .base_text {
  line-height: 160%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text {
    margin-bottom: 1.5em;
  }
}
#section02_equipment ul.contents_list .base_text .mini {
  display: inline-block;
  line-height: 140%;
  margin-top: 0.5em;
}
#section02_equipment ul.contents_list .base_text .mb_2 {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_2 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list .base_text .mb_3 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_3 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list .base_text .mb_4 {
  margin-bottom: 4em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_4 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list figure.imgtype01 {
  width: 100%;
}
#section02_equipment ul.contents_list figure.imgtype02 {
  width: 100%;
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtype02 {
    margin-top: 0em;
  }
}
#section02_equipment ul.contents_list figure.imgtype03 {
  width: 100%;
  margin-top: 3em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtype03 {
    margin-top: 0em;
  }
}
#section02_equipment ul.contents_list figure.imgtypesp {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtypesp {
    width: 70%;
    margin: 0 auto;
  }
}
#section02_equipment ul.contents_list.contents_list--last {
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list.contents_list--last {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list.contents_list--tl li:first-child {
    order: 1;
  }
  #section02_equipment ul.contents_list.contents_list--tl li:nth-child(2) {
    order: 2;
  }
  #section02_equipment ul.contents_list.contents_list--tl li:nth-child(3) {
    order: 4;
  }
  #section02_equipment ul.contents_list.contents_list--tl li:nth-child(4) {
    order: 3;
  }
  #section02_equipment ul.contents_list.contents_list--tl li:nth-child(5) {
    order: 5;
  }
  #section02_equipment ul.contents_list.contents_list--tl li:nth-child(6) {
    order: 6;
  }
}
#section02_equipment .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section02_equipment .title_block .title_text {
  width: 73%;
}
@media screen and (max-width:800px) {
  #section02_equipment .title_block .title_text {
    width: 64%;
  }
}
#section02_equipment .title_block .title_img {
  width: 22%;
}
@media screen and (max-width:800px) {
  #section02_equipment .title_block .title_img {
    width: 32%;
  }
}
#section02_equipment .flow_llist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
}
#section02_equipment .flow_llist .flow_img {
  margin-top: 18px;
}
#section02_equipment .flow_llist .flow_item1 {
  width: 100%;
  margin-bottom: 42px;
}
#section02_equipment .flow_llist .flow_item2 {
  width: 28.5%;
}
#section02_equipment .flow_llist .flow_item3 {
  width: 70.5%;
}
@media screen and (max-width:800px) {
  #section02_equipment .flow_llist .flow_item3 {
    width: 65.5%;
  }
}

#section_last {
  width: 100%;
  background-color: #fff;
}
#section_last .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section_last .tyuusyaku {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section_last .tyuusyaku {
    padding-top: 10vw;
    padding-bottom: 2em;
  }
}

.takuhaibox {
  width: 100%;
  padding: 40px 0 100px 0;
  border-top: 1px solid #666;
  margin-top: 40px;
}
.takuhaibox .tenjyobox__in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.takuhaibox .tenjyobox__in .ttllss {
  text-align: center;
  margin-bottom: 1.25em;
}
.takuhaibox .tenjyobox__in .base_texts {
  text-align: left;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .takuhaibox .tenjyobox__in .base_texts {
    margin-bottom: 15px;
  }
}
.takuhaibox .tenjyobox__in .base_texts .minis {
  display: block;
  padding-top: 1.5em;
}
.takuhaibox .tenjyobox__in .imgzu {
  width: 100%;
}
.takuhaibox .tenjyobox__in .imgzu figcaption {
  padding-top: 0.5em;
  text-align: left;
}
.takuhaibox figcaption {
  color: #000;
}/*# sourceMappingURL=equipment.css.map */