@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden;
}

.full {
  width: 100%;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100%;
}
.header__inside {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 48px 10px 0;
  max-width: 1297px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header__inside {
    padding: 20px 20px 0;
  }
}
.header__inside__left {
  display: flex;
}
.header__inside__left .logo {
  margin-right: 31px;
}
.header__inside__left .logo img {
  width: 112px;
}
.header__inside__left .menu {
  display: flex;
}
@media screen and (max-width: 750px) {
  .header__inside__left .menu {
    display: none;
  }
}
.header__inside__left .menu__item {
  font-size: 15px;
  text-align: center;
  margin-left: 42px;
  color: #222;
}
.header__inside__left .menu__item a {
  color: #222;
  text-decoration: none;
}
.header__inside__left .menu__item span {
  font-size: 10px;
  display: block;
}
.header__inside__right {
  width: 30px;
  height: 30px;
}
.header__inside__right .ham {
  transition: all 0.2s;
  top: 14px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #222;
  position: relative;
}
.header__inside__right .ham:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
.header__inside__right .ham:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
.header__inside__right:hover {
  cursor: pointer;
}
.header__inside__right:hover .ham {
  width: 24px;
}
.header__inside__right:hover .ham:before {
  width: 13px;
}
.header__inside__right:hover .ham:after {
  width: 18px;
}

.footer {
  background-color: #2F2F2F;
  max-width: 100%;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1280px;
  max-width: 100%;
  padding-left: 40px;
  padding: 58px 0 45px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__inside {
    width: 100%;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__item.menu {
    display: block;
  }
}
.footer__item .item {
  margin-right: 80px;
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  position: relative;
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
}
.footer__item .privacy {
  font-size: 14px;
  margin-top: 112px;
}

.commonButton {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  height: 75px;
  padding-left: 30px;
  border-radius: 75px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .commonButton {
    width: 335px;
    text-align: center;
    display: block;
    text-align: center;
    line-height: 72px;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }
}
.commonButton:hover {
  transition: 0.2s;
  color: #fff;
  border: 1px solid #FFF;
}
.commonButton::after {
  content: "→";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 15px;
  height: 24px;
  margin: auto;
  line-height: 25px;
}
.commonButton.transparent {
  background-color: transparent;
  border: 1px solid #222;
}
.commonButton.transparent:hover {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #222;
}
.commonButton.black {
  color: #fff;
  background-color: #222;
  border: 1px solid #fff;
}
.commonButton.black:hover {
  color: #222;
  border: 1px solid #222;
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: inline;
  }
}

.about {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.about .breadcrumbListWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 120px;
}
@media screen and (max-width: 750px) {
  .about .breadcrumbListWrapper {
    width: 100%;
    left: 25px;
  }
}
.about .breadcrumbList {
  width: 1280px;
  z-index: 1;
  top: 130px;
  display: flex;
}
.about .breadcrumbList .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
}
.about .breadcrumbList .breadcrumb + .breadcrumb::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #222222;
  margin: 12px 14px;
}
.about .breadcrumbList .breadcrumb a {
  color: #000;
}
.about .breadcrumbList .breadcrumb.home a {
  color: #fff;
}
.about .mainWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .about .mainWrapper {
    margin-bottom: 40px;
  }
}
.about .mainWrapper.solidPaint {
  background-color: #7ED3DD;
}
.about .main {
  width: 1280px;
  height: 712px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .about .main {
    width: 100%;
    height: 670px;
    overflow: hidden;
  }
  .about .main.otherSorce {
    background-color: #7ED3DD;
  }
  .about .main.otherSorce .image {
    width: 100%;
    height: auto;
    left: 0;
    top: unset;
    bottom: 0;
  }
}
.about .main .image {
  position: absolute;
  left: -80px;
}
@media screen and (max-width: 750px) {
  .about .main .image.pc {
    display: none;
  }
}
.about .main .image.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .about .main .image.sp {
    display: block;
  }
  .about .main .image.sp.otherSorce {
    width: 100%;
    height: auto;
    left: 0;
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .about .main .image {
    width: auto;
    height: 100%;
    left: -577px;
    top: -20px;
    height: calc(100% + 20px);
  }
}
.about .main h1.title {
  position: absolute;
  top: 270px;
  width: auto;
  font-size: 96px;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 5px;
}
@media screen and (max-width: 750px) {
  .about .main h1.title {
    font-size: 42px;
    top: 200px;
    left: 20px;
  }
}
.about .main .text {
  position: absolute;
  top: 550px;
  left: -10px;
  font-size: 28px;
  width: 380px;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  .about .main .text {
    font-size: 16px;
    top: 314px;
    left: 20px;
    line-height: 2.5em;
  }
}
.about .explanation {
  width: 1280px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .about .explanation {
    width: 100%;
    margin-bottom: 70px;
  }
}
.about .explanation.long .infoLine.first .imageArea .yellowBackground {
  width: 570px;
  height: 720px;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.first .imageArea .yellowBackground {
    width: 300px;
    height: 375px;
    top: 40px;
    left: 20px;
  }
}
.about .explanation.long .infoLine.first .imageArea .image {
  top: 0;
  left: 70px;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.first .imageArea .image {
    width: 294px;
    height: 383px;
    top: 20px;
    left: 60px;
  }
}
.about .explanation.long .infoLine.second .imageArea .yellowBackground {
  top: 180px;
  left: 35px;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.second .imageArea .yellowBackground {
    width: 310px;
    height: 310px;
    top: 105px;
    left: 40px;
  }
}
.about .explanation.long .infoLine.second .imageArea .image {
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.second .imageArea .image {
    width: 313px;
    height: 394px;
    top: 0;
    left: 20px;
  }
}
.about .explanation.long .infoLine.third .imageArea .yellowBackground {
  left: 0;
  top: 180px;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.third .imageArea .yellowBackground {
    width: 320px;
    height: 345px;
    top: 70px;
    left: 20px;
  }
}
.about .explanation.long .infoLine.third .imageArea .image {
  top: 0;
  left: 40px;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine.third .imageArea .image {
    width: 312px;
    height: 394px;
    left: 40px;
    top: 0;
  }
}
.about .explanation.long .infoLine .imageArea {
  width: 640px;
  height: 750px;
}
@media screen and (max-width: 750px) {
  .about .explanation.long .infoLine .imageArea {
    width: 375px;
    height: 415px;
  }
}
.about .explanation .grayBackground {
  position: absolute;
  width: 100vw;
  height: 1160px;
  background-color: #F7F7F7;
  z-index: -1;
  left: 0;
  top: 1280px;
}
@media screen and (max-width: 750px) {
  .about .explanation .grayBackground {
    height: 850px;
    top: 1460px;
  }
}
.about .explanation .infoLine {
  display: flex;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about .explanation .infoLine + .infoLine {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine + .infoLine {
    margin-top: 80px;
  }
}
.about .explanation .infoLine.first {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.first {
    flex-direction: row;
  }
}
.about .explanation .infoLine.first .imageArea .yellowBackground {
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.first .imageArea .yellowBackground {
    top: 0;
    left: 20px;
  }
}
.about .explanation .infoLine.first .imageArea .image {
  top: 20px;
  left: 60px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.first .imageArea .image {
    top: 20px;
    left: 60px;
  }
}
.about .explanation .infoLine.second {
  flex-direction: row;
}
.about .explanation .infoLine.second .imageArea .yellowBackground {
  top: 50px;
  left: 35px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.second .imageArea .yellowBackground {
    top: 30px;
    left: 60px;
  }
}
.about .explanation .infoLine.second .imageArea .image {
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.second .imageArea .image {
    top: 0;
    left: 20px;
  }
}
.about .explanation .infoLine.third {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.third {
    flex-direction: row;
  }
}
.about .explanation .infoLine.third .imageArea .yellowBackground {
  top: 0;
  left: 50px;
}
.about .explanation .infoLine.third .imageArea .image {
  top: 0;
  left: 40px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine.third .imageArea .image {
    top: 25px;
    left: 20px;
  }
}
.about .explanation .infoLine .info {
  width: 640px;
  padding-top: 120px;
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .info {
    width: 375px;
    padding-top: 0;
    padding-left: 20px;
    padding: 0 0 30px 20px;
  }
}
.about .explanation .infoLine .info .title {
  font-size: 104px;
  line-height: 1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .info .title {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
.about .explanation .infoLine .info .subTitle {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .info .subTitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.about .explanation .infoLine .info .textarea {
  letter-spacing: 1px;
  line-height: 2.7em;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .info .textarea {
    width: 280px;
    line-height: 2em;
  }
}
.about .explanation .infoLine .imageArea {
  position: relative;
  width: 640px;
  height: 620px;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .imageArea {
    width: 375px;
    height: 308px;
  }
}
.about .explanation .infoLine .imageArea .yellowBackground {
  position: absolute;
  width: 570px;
  height: 570px;
  background-color: #FFEFBF;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .imageArea .yellowBackground {
    width: 290px;
    height: 290px;
  }
}
.about .explanation .infoLine .imageArea .image {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .about .explanation .infoLine .imageArea .image {
    width: 293px;
    height: 293px;
  }
}
.about .linkList {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .about .linkList {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .about .linkList .link .image {
    width: 335px;
    height: auto;
  }
}
.about .linkList .link:hover {
  opacity: 0.5;
  transition: 0.3s opacity;
}
.about .linkList .link + .link {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .about .linkList .link + .link {
    margin-left: 0;
    margin-top: 20px;
  }
}/*# sourceMappingURL=2.css.map */