@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.modal-background {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}

img {
  max-width: 100%;
  max-height: 100%;
}

svg {
  fill: currentColor;
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
a::before, a::after {
  position: absolute;
  display: block;
  content: "";
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a[type=submit]::-webkit-search-decoration, a[type=button]::-webkit-search-decoration,
a::before[type=submit]::-webkit-search-decoration,
a::before[type=button]::-webkit-search-decoration,
a::after[type=submit]::-webkit-search-decoration,
a::after[type=button]::-webkit-search-decoration {
  display: none;
}
a[type=submit]::focus, a[type=button]::focus,
a::before[type=submit]::focus,
a::before[type=button]::focus,
a::after[type=submit]::focus,
a::after[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.hidden {
  display: none !important;
}

.header__inner {
  background-color: #EC9800;
  height: 74px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 5.333vw 4.267vw 0;
    align-items: flex-start;
    height: auto;
  }
}
.header__inner .title {
  font-family: "Lucida Grande";
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  left: 43px;
  top: 35px;
  color: #fff;
  width: 234px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .header__inner .title {
    top: auto;
    left: 5.333vw;
    font-size: 5.333vw;
  }
}
.header__inner .title svg {
  width: 100%;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .header__inner .title svg {
    width: 37.3vw;
  }
}
.header__inner .menu {
  cursor: pointer;
}
.header__inner .menu .material-icons {
  font-size: 50px;
}
.header .second-header {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .second-header {
    justify-content: flex-end;
    padding: 1.33vw 4.267vw 0;
  }
}
.header .second-header a {
  width: 159px;
  position: initial;
}
@media screen and (max-width: 767px) {
  .header .second-header a {
    position: absolute;
  }
}
.header .background {
  display: flex;
  z-index: 1;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 76px;
}
@media screen and (max-width: 767px) {
  .header .background {
    padding: calc(57px + 5.33vw) 0 0;
    top: 0;
  }
}
.header .background--left, .header .background--right {
  width: 50%;
  height: 135px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .background--left, .header .background--right {
    height: 26.67vw;
  }
}
.header .background--left::after, .header .background--right::after {
  content: "";
  position: absolute;
  left: 0;
  top: -137px;
  transform: skewY(-8deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 135px;
  background: #EC9800;
}
@media screen and (max-width: 767px) {
  .header .background--left::after, .header .background--right::after {
    top: -136px;
  }
}
@media screen and (max-width: 1440px) {
  .header .background--left::after, .header .background--right::after {
    transform: skewY(-10deg);
  }
}
.header .background--right::after {
  transform: skewY(8deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 1440px) {
  .header .background--right::after {
    transform: skewY(10deg);
  }
}

.section-group__inner {
  padding: 70px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-group__inner {
    padding: 12.86vw 5.33vw !important;
  }
}
.section-group__title {
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.section-group__title .eng {
  color: #EDEBE6;
  font-family: Cantarell;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 5.62px;
  line-height: 115px;
}
@media screen and (max-width: 767px) {
  .section-group__title .eng {
    color: #EDEBE6;
    font-size: 12.8vw;
    letter-spacing: 2.4px;
    line-height: 12.8vw;
  }
}
.section-group__title .jp {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #EC9800;
}
@media screen and (max-width: 767px) {
  .section-group__title .jp {
    margin-top: 4vw;
    font-size: 6.4vw;
    letter-spacing: 3.2px;
  }
}
.section-group__body {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-group__body {
    margin-top: 9.33vw;
  }
}
.section-group__body .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 65px;
  text-align: center;
}
.section-group__body .text {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 35px;
  max-width: 618px;
  margin: 37px auto 0;
}
@media screen and (max-width: 767px) {
  .section-group__body .text {
    font-size: 4vw;
    letter-spacing: 0.75px;
    line-height: 186%;
  }
}

.back-circle__right, .back-circle__left {
  background-color: #f9f3e7;
  position: absolute;
  right: 0;
}
.back-circle__right .circle-color, .back-circle__left .circle-color {
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 0;
  background-color: #fff;
}

.back-circle__left {
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
}
.back-circle__left .circle-color {
  border-radius: 0 0 0 100%;
}

.main-modal {
  z-index: 99999;
  background-color: #F8F6F3;
  width: 300px;
  height: 100%;
  position: fixed;
  padding: 35px 40px 0;
  right: -300px;
  transition: 0.5s;
  top: 0;
}
@media screen and (max-width: 767px) {
  .main-modal {
    padding: 6.13vw 4.53vw;
    width: 218px;
  }
}
.main-modal .gnav-list {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .main-modal .gnav-list {
    margin-top: 17.1vw;
  }
}
.main-modal .gnav-list__item {
  margin-bottom: 65px;
  text-align: center;
}
.main-modal .gnav-list__item a:hover {
  opacity: 0.6;
}
.main-modal .gnav-list__item .eng {
  color: #EC9800;
  font-family: "Hiragino Sans";
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 145%;
}
.main-modal .gnav-list__item .jp {
  color: #EC9800;
  font-family: "Hiragino Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
}
.main-modal .clear {
  text-align: end;
  cursor: pointer;
}
.main-modal .clear .material-icons {
  height: 50px;
  width: 50px;
  color: #EC9800;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .main-modal .clear .material-icons {
    font-size: 46px;
    height: 46px;
    width: 46px;
  }
}

.open {
  right: 0;
}

.main-section {
  position: relative;
}
.main-section__body {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 73px;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 209px;
}
@media screen and (max-width: 767px) {
  .main-section__body {
    margin: 0;
    padding: 47.5vw 0 0;
  }
}
.main-section__body .home-icon {
  height: auto;
  width: 183.75px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-section__body .home-icon {
    width: 36.8vw;
  }
}
.main-section__body .eng {
  font-size: 141px;
  font-weight: bold;
  letter-spacing: 2.82px;
  line-height: 150px;
  text-align: center;
  color: rgba(247, 235, 212, 0.25);
  font-family: Cantarell;
  position: absolute;
  width: 100%;
  top: 205px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1161px) {
  .main-section__body .eng {
    font-size: 11.8vw;
  }
}
@media screen and (max-width: 767px) {
  .main-section__body .eng {
    font-size: 12vw;
    letter-spacing: 1.22px;
    line-height: 108%;
    overflow: hidden;
    top: 215px;
  }
}
.main-section__body .copy {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 80px;
  margin-top: 45px;
  position: inherit;
}
.main-section__body .copy::after {
  content: "おもい";
  position: absolute;
  color: white;
  font-size: 14px;
  left: calc(50% - 230px);
  line-height: 100%;
  top: -2px;
  letter-spacing: 19px;
}
@media screen and (max-width: 767px) {
  .main-section__body .copy::after {
    font-size: 2.667vw;
    left: calc(50% - 35.5vw);
    top: -4px;
    letter-spacing: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .main-section__body .copy {
    font-size: 8.533vw;
    line-height: 147%;
    font-weight: 400;
    margin: 0;
  }
}
.main-section__body .description {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.22px;
  line-height: 35px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main-section__body .description {
    max-width: 274px;
    margin: 2.667vw auto 0;
    font-size: 4.267vw;
    line-height: 200%;
    font-weight: 400;
    letter-spacing: 0.75px;
  }
}
.main-section__body .scroll {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .main-section__body .scroll {
    margin-top: 20.67vw;
  }
}
.main-section__body .scroll img {
  height: 20px;
  width: 42px;
  margin: 0 auto;
  margin-bottom: 14.45px;
}

.page-top {
  height: 946px;
  background-image: url("../images/main__img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (background-image: url("example.webp")) {
  .page-top {
    background-image: url("../images/main__img.webp");
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    background-image: url("../images/main__img--sp.png");
  }
}
.page-top::after {
  content: "";
  background-color: rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-top::after {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    height: 178vw;
  }
}

.about {
  background: rgba(255, 0, 0, 0.3) url(../images/works__backimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.about .section-group__inner {
  padding: 70px 0 345px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .section-group__inner {
    padding: 12.86vw 0 147vw !important;
  }
}
@media screen and (max-width: 1161px) {
  .about .section-group__title {
    font-size: 37.6vw;
  }
}
.about .section-group__title .jp {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .about .section-group__title .jp {
    font-size: 6.4vw;
    letter-spacing: 3.2px;
    margin: 0;
  }
}
@media screen and (max-width: 1161px) {
  .about .section-group__title .eng {
    font-size: 8.61vw;
  }
}
@media screen and (max-width: 767px) {
  .about .section-group__title .eng {
    color: #EDEBE6;
    font-size: 9.6vw;
    letter-spacing: 0.95px;
    line-height: 172%;
  }
}
@media screen and (max-width: 767px) {
  .about .section-group__body {
    margin-top: 6.933vw;
    padding: 0 5.33vw !important;
  }
}
@media screen and (max-width: 767px) {
  .about .section-group__body .title {
    font-size: 5.333vw;
    letter-spacing: 0.75px;
    line-height: 190%;
  }
}
@media screen and (max-width: 767px) {
  .about .section-group__body .text {
    font-size: 4vw;
    margin: 6.933vw auto 0;
    line-height: 187%;
    letter-spacing: 0.75px;
  }
}
.about .message {
  background-color: #ffffff;
  box-shadow: 0 6px 8px 0 rgba(238, 238, 237, 0.35);
  border-radius: 10px;
  position: absolute;
  bottom: -300px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .about .message {
    bottom: -107vw;
    max-width: 89.3vw;
    position: absolute;
    left: 5.333vw;
  }
}
.about .message .section-group__inner {
  padding: 58px 50px 47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__inner {
    padding: 13.333vw 8vw !important;
  }
}
.about .message .section-group__inner--left {
  width: 65%;
  padding-right: 47px;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__inner--left {
    width: 100%;
    padding: 0;
  }
}
.about .message .section-group__inner--right {
  width: 35%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__inner--right {
    display: block;
  }
}
.about .message .section-group__inner--right img {
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__inner img {
    height: 46.67vw;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 6.67vw;
  }
}
.about .message .section-group__title .eng {
  top: 46px;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  letter-spacing: 7.5px;
  line-height: 80px;
  color: #FEFAF2;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__title .eng {
    display: none;
  }
}
.about .message .section-group__title .jp {
  top: 0;
  left: 0;
  position: relative;
  transform: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__title .jp {
    position: inherit;
    text-align: center;
  }
}
.about .message .section-group__body {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__body {
    margin-top: 5.333vw;
    padding: 0 !important;
  }
}
.about .message .section-group__body .text {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.75px;
  line-height: 200%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .message .section-group__body .text {
    font-size: 4vw;
    line-height: 186%;
  }
}
.about .message .representative {
  letter-spacing: 0.8px;
  line-height: 150%;
  margin-top: 16px;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .about .message .representative .name {
    margin: 2.667vw 4.267vw;
  }
}

.service {
  position: relative;
  background-color: #FDFCFB;
}
@media screen and (max-width: 767px) {
  .service {
    background-color: #fff;
  }
}
.service .background01, .service .background03 {
  background-image: url(../images/service__backimg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 900px;
  width: 100%;
  z-index: 3;
}
.service .background02 {
  background-color: #FDFCFB;
  height: 775px;
  width: 100%;
  z-index: 4;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .service .background02 {
    height: 100%;
  }
}
.service .background03 {
  background-image: url(../images/service__backimg.png);
  height: 775px;
  border-radius: 0 0 0 100px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .service .background03 {
    height: 100%;
    border-radius: 0 0 0 0;
  }
}
.service .section-group__inner {
  padding: 336px 0 178px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service .section-group__inner {
    padding: 121.6vw 5.333vw 38.67vw !important;
  }
}
.service .section-group__title {
  margin-top: -74px;
  padding-top: 110px;
}
.service .section-group__title .jp {
  top: 115%;
}
.service .section-group__body {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .service .section-group__body {
    margin-top: 9.33vw;
  }
}
.service .section-group__body .text {
  text-align: center;
}
.service .back-circle__left {
  background-color: #FDFCFB;
}
.service .back-circle__left .circle-color {
  background-color: transparent;
}

.service-content {
  position: relative;
  background-color: #FDFCFB;
  border-radius: 0px 100px 0 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service-content {
    border-radius: 0 0 0 0;
  }
}
.service-content__title {
  display: flex;
  justify-content: center;
  top: -80px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-content__title {
    top: 0;
  }
}
.service-content__title .icon--left, .service-content__title .icon--right {
  width: 75px;
}
.service-content__title .icon--left svg, .service-content__title .icon--right svg {
  color: #B0A580;
}
@media screen and (max-width: 767px) {
  .service-content__title .icon--left, .service-content__title .icon--right {
    display: none;
  }
}
.service-content__title .icon--left {
  width: 130px;
  right: 340px;
  transform: rotate(-15deg);
  position: relative;
  right: 40px;
}
.service-content__title .icon--right {
  left: 340px;
  margin-left: 46px;
}
.service-content__title .group {
  position: relative;
  height: 157px;
  padding: 0 70px;
  background-color: #EC9800;
  border-radius: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 10;
}
.service-content__title .group::after {
  content: "";
  height: 134.3px;
  width: calc(100% - 26px);
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 78px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .service-content__title .group::after {
    height: 32.3vw;
    border: 1px solid #fff;
    position: absolute;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__title .group {
    height: 37.3vw;
    top: -18.67vw;
    justify-content: flex-start;
    padding: 0 14.46vw;
  }
}
.service-content__title .group .number {
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .service-content__title .group .number {
    font-size: 8.53vw;
    line-height: 100%;
    margin-top: 9.33vw;
  }
}
.service-content__title .group .name {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .service-content__title .group .name {
    font-size: 4.8vw;
    margin: 3.2vw 0 0;
  }
}
.service-content .section-group__inner {
  padding: 128px 0 178px;
}
@media screen and (max-width: 767px) {
  .service-content .section-group__inner {
    padding: 22.86vw 5.33vw 32vw !important;
  }
}
.service-content .section-group__body {
  margin: 0;
}
.service-content .section-group__body .text {
  max-width: none;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-content .section-group__body .text {
    font-size: 4vw;
    letter-spacing: 0.75px;
    line-height: 186%;
    z-index: 10;
    position: relative;
  }
}
.service-content .section-group__body .image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .service-content .section-group__body .image {
    margin-top: 8vw;
  }
}
.service-content .section-group__body .image img {
  height: 400px;
  width: 1000px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .service-content .section-group__body .image img {
    width: 100%;
    height: 66.7vw;
  }
}
.service-content .back-circle__right {
  background-color: transparent;
}
.service-content .back-circle__right .circle-color {
  background-color: #FDFCFB;
}
.service-content .back-circle__left {
  background-color: #F8F6F3;
}
.service-content .back-circle__left .circle-color {
  background-color: #FDFCFB;
}

.service-content--second {
  background-color: #F8F6F3;
}
.service-content--second .back-circle__right {
  background-color: #FDFCFB;
}
.service-content--second .back-circle__right .circle-color {
  background-color: #F8F6F3;
}
.service-content--second .back-circle__left {
  background-color: #FDFCFB;
}
.service-content--second .back-circle__left .circle-color {
  background-color: #F8F6F3;
}

.service-content--third {
  background-color: #FDFCFB;
}
.service-content--third .back-circle__right {
  background-color: #F8F6F3;
}
.service-content--third .back-circle__right .circle-color {
  background-color: #FDFCFB;
}
.service-content--third .back-circle__left {
  background-color: #F8F6F3;
}
.service-content--third .back-circle__left .circle-color {
  background-color: #FDFCFB;
}

.service-content--fourth {
  background-color: #F8F6F3;
}
.service-content--fourth .back-circle__right {
  background-color: #FDFCFB;
}
.service-content--fourth .back-circle__right .circle-color {
  background-color: #F8F6F3;
}
.service-content--fourth .back-circle__left {
  background-color: #fff;
}
.service-content--fourth .back-circle__left .circle-color {
  background-color: #F8F6F3;
}

.works {
  background-color: #fff;
}
.works .section-group__inner {
  max-width: 1340px;
  padding: 70px 0 110px;
}
@media screen and (max-width: 767px) {
  .works .section-group__inner {
    padding: 12.86vw 5.33vw 26.67vw !important;
  }
}
.works .section-group__body {
  margin: 70px 30px 0;
}
@media screen and (max-width: 767px) {
  .works .section-group__body {
    margin: 9.33vw 0 0;
  }
}
.works .section-group__body .card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.works .section-group__body .card-list__item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .works .section-group__body .card-list__item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.works .section-group__body .card-list__item .image img {
  width: 100%;
  height: 305px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .works .section-group__body .card-list__item .image img {
    height: 58.67vw;
  }
}
.works .section-group__body .card-list__item .text {
  padding: 15px 0 0;
  text-align: center;
  font-size: 17.1px;
  letter-spacing: 2.28px;
  line-height: 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works .section-group__body .card-list__item .text {
    padding: 5.33vw;
  }
}
.works .section-group__body .card-list::after {
  display: block;
  content: "";
  width: 30%;
}
@media screen and (max-width: 767px) {
  .works .section-group__body .card-list::after {
    display: none;
  }
}
.works .back-circle__right {
  background-color: #F8F6F3;
}
.works .back-circle__right .circle-color {
  background-color: #fff;
}

.link-botton {
  height: 70px;
  max-width: 300px;
  border-radius: 35px;
  background-color: #EC9800;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
}
.link-botton::after {
  content: "";
  right: 35px;
  background-image: url(../images/right.png);
  position: absolute;
  width: 40px;
  height: 11px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .link-botton::after {
    top: 6.67vw;
  }
}
.link-botton:hover {
  background-color: #ffffff;
  color: #EC9800;
  border: 1px solid #EC9800;
}
.link-botton:hover::after {
  background-image: url(../images/right.svg);
}
@media screen and (max-width: 767px) {
  .link-botton {
    height: 16vw;
    margin: 6.67vw auto 0;
  }
}

.background-image {
  width: 100%;
  height: 300px;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (background-image: url("example.webp")) {
  .background-image {
    background-image: url("../images/background.webp");
  }
}
@media screen and (max-width: 767px) {
  .background-image {
    height: 58.6vw;
  }
}

.company {
  background-color: #fdfcfb;
}
.company .section-group__inner {
  padding: 110px 0;
}
.company .section-group__body {
  margin-top: 60px;
}
.company .section-group__body .company-content dl {
  display: flex;
  justify-content: flex-start;
  padding: 15px 30px;
  box-shadow: inset 0 -1px 0 0 #F1EEEA;
}
@media screen and (max-width: 767px) {
  .company .section-group__body .company-content dl {
    padding: 5.333vw 5.333vw 3.46vw;
    flex-direction: column;
  }
}
.company .section-group__body .company-content dt {
  width: 21%;
  letter-spacing: 0.75px;
  line-height: 18px;
  color: #EC9800;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company .section-group__body .company-content dt {
    width: 100%;
    font-size: 4vw;
    line-height: 100%;
  }
}
.company .section-group__body .company-content dd {
  letter-spacing: 0.75px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .company .section-group__body .company-content dd {
    width: 100%;
    font-size: 4vw;
    line-height: 186%;
    margin-top: 2.4vw;
  }
}
.company .section-group__body .map {
  height: 300px;
  max-width: 1000px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company .section-group__body .map {
    height: 66.7vw;
  }
}
.company .section-group__body .map iframe {
  width: 100%;
  height: 100%;
}

.staff {
  background-image: url(../images/staff__backimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.staff::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background-color: rgba(236, 152, 0, 0.3);
}
.staff::after {
  content: "";
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 408px;
}
.staff .section-group__inner {
  padding: 60px 0;
}
.staff .section-group__body {
  background-color: #fff;
  text-align: center;
  padding: 73px 0;
  color: #EC9800;
  margin: 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px 98px 34px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .staff .section-group__body {
    padding: 12vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .staff .section-group__body img {
    height: 46.4vw;
    margin-top: 5.86vw;
  }
}
.staff .section-group__body--left {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .staff .section-group__body--left {
    width: 100%;
    align-items: center;
  }
}
.staff .section-group__body--left .title {
  font-family: "Hiragino Sans";
  font-size: 50px;
  letter-spacing: 1.98px;
  line-height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .staff .section-group__body--left .title {
    font-size: 9.06vw;
    letter-spacing: 1.35px;
    line-height: 100%;
  }
}
.staff .section-group__body--left .text {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 2.13px;
  line-height: 27px;
  color: #000;
  text-align: left;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .staff .section-group__body--left .text {
    font-size: 4vw;
    letter-spacing: 0.75px;
    line-height: 186%;
    margin-top: 6.67vw;
  }
}
.staff .section-group__body--right {
  width: 30%;
}
.staff .section-group__body--right img {
  height: 216px;
  width: 193.33px;
}

.page-works .main-section {
  height: 408px;
  background-image: url(../images/works__backimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-works .main-section {
    height: 63.5vw;
  }
}
.page-works .main-section::after {
  content: "";
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 408px;
}
@media screen and (max-width: 767px) {
  .page-works .main-section::after {
    height: 63.5vw;
  }
}
.page-works .main-section .background {
  z-index: 1;
  position: relative;
}
.page-works .main-section .section-group__title {
  z-index: 1;
  padding-top: 218px;
}
@media screen and (max-width: 767px) {
  .page-works .main-section .section-group__title {
    padding-top: 32.3vw;
  }
}
.page-works .main-section .section-group__title .jp {
  color: #fff;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-works .main-section .section-group__title .jp {
    color: #EC9800;
    top: 82%;
    margin: 0;
  }
}
.page-works .main-section .section-group__title .eng {
  color: rgba(247, 235, 212, 0.2);
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .page-works .main-section .section-group__title .eng {
    font-size: 18.67vw;
  }
}
.page-works .section-group__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 0 140px;
}
.page-works .section-group__inner .card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-works .section-group__inner .card-list {
    margin: 0;
  }
}
.page-works .section-group__inner .card-list__item {
  width: 30%;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .page-works .section-group__inner .card-list__item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.page-works .section-group__inner .card-list__item .title {
  font-size: 17.1px;
  letter-spacing: 2.28px;
  line-height: 25px;
  text-align: center;
  padding: 24px 0 22px;
}
@media screen and (max-width: 767px) {
  .page-works .section-group__inner .card-list__item .title {
    padding: 5.33vw;
  }
}
.page-works .section-group__inner .card-list__item .image img {
  height: 305px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-works .section-group__inner .card-list__item .image img {
    height: 58.67vw;
    width: 100%;
  }
}
.page-works .section-group__inner .card-list::after {
  display: block;
  content: "";
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-works .section-group__inner .card-list::after {
    display: none;
  }
}
.page-works .staff .section-group__inner {
  padding: 60px 0 60px;
}
.page-works .wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -58px;
}
@media screen and (max-width: 767px) {
  .page-works .wp-pagenavi {
    position: relative;
    bottom: 0;
  }
}
.page-works .wp-pagenavi .previouspostslink, .page-works .wp-pagenavi .nextpostslink {
  height: 50px;
  width: 100px;
  border-radius: 10px;
  background-color: #EC9800;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-works .wp-pagenavi .previouspostslink, .page-works .wp-pagenavi .nextpostslink {
    width: 19.5vw;
    height: 12.5vw;
  }
}
.page-works .wp-pagenavi .previouspostslink {
  left: 0;
}
.page-works .wp-pagenavi .nextpostslink {
  right: 0;
}
.page-works .wp-pagenavi .current, .page-works .wp-pagenavi .page {
  height: 50px;
  width: 47px;
  border-radius: 10px;
  background-color: #EC9800;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-works .wp-pagenavi .current, .page-works .wp-pagenavi .page {
    width: 10.667vw;
    height: 12.5vw;
    margin: 0 1.33vw;
  }
}
.page-works .wp-pagenavi .page {
  background-color: #F8F6F3;
  color: #EC9800;
}
@media screen and (max-width: 767px) {
  .page-works .wp-pagenavi .page {
    width: 10.667vw;
    height: 12.5vw;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .main-section .background--left, .page-404 .main-section .background--right {
    height: auto;
  }
}
.page-404 .section-group__inner {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__inner {
    padding: 26.67vw 5.33vw 21.9vw !important;
  }
}
.page-404 .section-group__title .eng {
  line-height: 80px;
  color: #F7EBD4;
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__title .eng {
    font-size: 12vw;
    font-weight: bold;
    letter-spacing: 0.9px;
    line-height: 100%;
  }
}
.page-404 .section-group__body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__body {
    margin-top: 6.67vw;
  }
}
.page-404 .section-group__body .title {
  line-height: 100%;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__body .title {
    font-size: 4.8vw;
    line-height: 189%;
  }
}
.page-404 .section-group__body .text {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__body .text {
    font-size: 4vw;
    line-height: 189%;
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page-404 .section-group__body .link-botton {
    margin-top: 8vw;
  }
}

.footer {
  background-color: #8A7A5B;
  font-family: "Hiragino Sans";
}
.footer__inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 13.3vw 0;
  }
}
.footer__body {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.footer__body .title .eng {
  font-size: 24px;
  font-weight: bold;
  font-family: "Lucida Grande";
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.footer__body .title .eng svg {
  width: 147.25px;
}
.footer__body .title .jp {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__body .title .jp {
    font-size: 4vw;
  }
}
.footer__body .information {
  font-size: 14px;
  margin-top: 20px;
  line-height: 25px;
}
.footer__body .gnav-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__body .gnav-list {
    margin: 8vw auto 0;
    padding-left: 22vw;
  }
}
.footer__body .gnav-list__item {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer__body .gnav-list__item {
    width: 50%;
    text-align: left;
    margin: 0 0 8vw;
  }
}
.footer__body .gnav-list__item a {
  color: #fff;
}
.footer__body .gnav-list__item a:hover {
  opacity: 0.6;
}
.footer__body .copyright {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__body .copyright {
    margin-top: 8vw;
    font-size: 3.73vw;
  }
}/*# sourceMappingURL=application.css.map */