@charset "UTF-8";
/****************************************************
 * Stylesheet ページ：About
 ****************************************************/
.sec_first_visit {
  margin-bottom: 22rem;
}
@media only screen and (max-width: 780px) {
  .sec_first_visit {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .sec_first_visit .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.sec_first_visit h2 {
  font-size: 1.9rem;
}
@media only screen and (min-width: 781px) {
  .sec_first_visit h2 {
    width: 30rem;
  }
}
@media only screen and (max-width: 780px) {
  .sec_first_visit h2 {
    margin-bottom: 1em;
  }
}
.sec_first_visit p {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media only screen and (min-width: 781px) {
  .sec_first_visit p {
    width: calc(100% - 35rem);
    max-width: 53rem;
  }
}

.sec_about_content {
  margin-bottom: 24rem;
}
@media only screen and (max-width: 780px) {
  .sec_about_content {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .sec_about_content ul li {
    margin-bottom: 13rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .sec_about_content ul li {
    margin-bottom: 8rem;
  }
}
.sec_about_content ul li:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 781px) {
  .sec_about_content ul li .text {
    width: 50%;
    max-width: 53rem;
  }
}
@media only screen and (max-width: 780px) {
  .sec_about_content ul li .text {
    margin-bottom: 3rem;
  }
}
.sec_about_content ul li .text h2 {
  margin-bottom: 1em;
  font-size: 1.9rem;
}
.sec_about_content ul li .text p {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media only screen and (min-width: 781px) {
  .sec_about_content ul li .img {
    width: 50%;
    margin-right: -6.6%;
  }
}
@media only screen and (min-width: 781px) {
  .sec_about_content ul li:nth-child(2n+1) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec_about_content ul li:nth-child(2n+1) .img {
    margin-right: 0;
    margin-left: -6.6%;
  }
}

.sec_support {
  margin-bottom: 24rem;
}
@media only screen and (max-width: 780px) {
  .sec_support {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .sec_support ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .sec_support ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .sec_support ul li + li {
    margin-top: 4rem;
  }
}
.sec_support ul li .img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  .sec_support ul li .img {
    margin-bottom: 2rem;
  }
}
.sec_support ul li .text h3 {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 780px) {
  .sec_support ul li .text h3 {
    margin-bottom: 1em;
  }
}
.sec_support ul li .text p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.sec_service {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_service {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 780px) {
  .sec_service .fig {
    max-width: 48rem;
    margin: 0 auto;
  }
}

.sec_flow {
  margin-bottom: 27rem;
  padding: 7.5rem 0;
  background-color: #dddddd;
}
@media only screen and (max-width: 780px) {
  .sec_flow {
    margin-bottom: 10rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1100px) {
  .sec_flow .headding {
    margin-bottom: 5.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .sec_flow .headding .midashi02 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1099px) {
  .sec_flow .headding {
    margin-bottom: 3rem;
  }
}
.sec_flow .headding .tab_head {
  letter-spacing: -0.4em;
}
.sec_flow .headding .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 1099px) {
  .sec_flow .headding .tab_head {
    text-align: center;
  }
}
.sec_flow .headding .tab_head li {
  margin: 0 1.5em;
  font-size: 1.4rem;
  color: #818181;
}
@media only screen and (max-width: 900px) {
  .sec_flow .headding .tab_head li {
    margin: 0 1em 1em 1em;
  }
}
.sec_flow .headding .tab_head li:not(.current):hover {
  cursor: pointer;
  color: #000000;
}
.sec_flow .headding .tab_head li.current {
  color: #000000;
  position: relative;
}
.sec_flow .headding .tab_head li.current:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000000;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .sec_flow .tab_body {
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .sec_flow .tab_body img {
    width: 48rem;
  }
}

.sec_works {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_works {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .sec_works ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1100px) {
  .sec_works ul li {
    width: 30%;
    margin: 0 5% 9rem 0;
  }
  .sec_works ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 781px) {
  .sec_works ul li {
    width: 47.5%;
    margin: 0 5% 9rem 0;
  }
  .sec_works ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_works ul li {
    margin-bottom: 5rem;
  }
  .sec_works ul li:last-child {
    margin-bottom: 0;
  }
}
.sec_works ul li a {
  display: block;
}
.sec_works ul li a .img {
  width: 100%;
  height: 21rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.sec_works ul li a .img > img,
.sec_works ul li a .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_works ul li a .img img {
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.sec_works ul li a .text h3 {
  margin-bottom: 1em;
}
.sec_works ul li a .text p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec_works ul li a .text .tag {
  letter-spacing: -0.4em;
}
.sec_works ul li a .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.sec_works ul li a .text .tag span {
  margin: 0 0.6rem 0.6rem 0;
  padding: 0.2em 0.5em;
  font-family: "FOT-セザンヌ Pro M", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_works ul li a .text .tag span b, .sec_works ul li a .text .tag span strong　 {
  font-family: "FOT-セザンヌ Pro DB", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_works ul li a .text .tag span {
  font-size: 1rem;
  color: #5e5e5e;
  border: solid 1px #5e5e5e;
}
.sec_works ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sec_links {
  margin-bottom: 27rem;
  padding: 7.5rem 0;
  background-color: #dddddd;
}
@media only screen and (max-width: 780px) {
  .sec_links {
    margin-bottom: 10rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .sec_links ul {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  .sec_links ul li {
    width: 47.5%;
    margin: 0 5% 0 0;
  }
  .sec_links ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_links ul li {
    margin-bottom: 5rem;
  }
  .sec_links ul li:last-child {
    margin-bottom: 0;
  }
}
.sec_links ul li a {
  display: block;
}
.sec_links ul li a .img {
  width: 100%;
  height: 34rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.sec_links ul li a .img > img,
.sec_links ul li a .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .sec_links ul li a .img {
    height: 21rem;
  }
}
.sec_links ul li a .img img {
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.sec_links ul li a .text h3 {
  margin-bottom: 1em;
}
.sec_links ul li a .text p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec_links ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sec_contact {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .sec_contact {
    margin-bottom: 10rem;
  }
}
