@charset "UTF-8";
/***  media ***/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc((100vw - 1440px) / 144 + 10px);
  }
}
@media screen and (max-width: 660px) {
  html {
    font-size: calc((10vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:link, a:visited {
  color: #333333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 660px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
}

@media screen and (min-width: 661px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 660px) {
  body {
    min-width: 37.5rem;
  }
}

.innerBlock {
  max-width: 144rem;
}
@media (max-width: 1440px) {
  .innerBlock {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 660px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  position: relative;
  padding: 1.5rem 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#header .innerBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .left {
  display: flex;
  align-items: center;
  text-align: center;
}
#header .left .logo {
  line-height: 1;
}
#header .left .logo img {
  width: auto;
  height: 5rem;
}
#header .center .list {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-left: 4rem;
}
#header .center .list li {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#header .pc .right a {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 20rem;
  height: 4rem;
  padding-top: 0.4rem;
  border-radius: 0.5rem;
  background-color: #06C755;
  font-size: 1.6rem;
}
#header .pc .right a:before {
  content: "";
  width: 2.5rem;
  height: 3.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
  margin-left: 0.2rem;
  background: url(../images/line_logo.png) no-repeat left center/contain;
}
@media screen and (max-width: 660px) {
  #header {
    padding: 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }
  #header .innerBlock {
    padding: 0.7rem 0;
  }
  #header .innerBlock .sp .menuWrap {
    display: flex;
    align-items: center;
    padding-right: 2rem;
  }
  #header .innerBlock .sp .menuWrap #menuBtn {
    padding-right: 0.9rem;
  }
  #header .innerBlock .sp .menuWrap #menuBtn img {
    width: 4rem;
  }
  #header .innerBlock .sp .menuWrap .right a img {
    width: 4rem;
  }
  #header .left {
    padding-left: 2rem;
  }
  #header .left .logo img {
    height: 3.2rem;
  }
  #header .center .list {
    display: none;
  }
  #header .right .list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  #header .right .list .line {
    display: block;
  }
  #header .right .list .menu {
    display: none !important;
  }
  #header .right .list img {
    height: 6.5rem;
  }
}

#menuBg {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

body.fixed {
  padding-top: 6.5rem;
}
@media screen and (max-width: 660px) {
  body.fixed {
    padding-top: 0;
  }
}
body.fixed #menuBg {
  background: rgba(25, 25, 25, 0.3);
  width: 190dvw;
  height: 190dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 1;
  pointer-events: all;
}
body.fixed #header {
  background: #fff;
  width: 100%;
  padding: 7.5rem 0 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(25, 25, 25, 0.16);
}
body.fixed #header .innerBlock {
  display: block;
  position: static;
}
body.fixed #header .left {
  display: block;
  padding-left: 0;
}
body.fixed #header .left .logo img {
  height: 3rem;
}
@media screen and (max-width: 660px) {
  body.fixed #header .left .logo {
    padding: 2rem 0 4rem;
  }
  body.fixed #header .left .logo img {
    height: 3rem;
  }
}
@media screen and (max-width: 660px) and (max-width: 660px) {
  body.fixed #header .left .logo img {
    height: 5rem;
  }
}
body.fixed #header .left .list {
  display: block;
  margin: 4rem 0 0;
}
body.fixed #header .left .list li {
  text-align: center;
}
body.fixed #header .left .list li + li {
  margin-top: 4rem;
}
@media screen and (max-width: 660px) {
  body.fixed #header .center .list {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-left: 0;
  }
  body.fixed #header .center .list li {
    text-align: center;
    padding: 1rem 0;
  }
  body.fixed #header .center .list .lineBtn {
    padding-top: 4rem;
  }
  body.fixed #header .center .list .lineBtn a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 20rem;
    height: 4rem;
    padding-top: 0.4rem;
    border-radius: 0.5rem;
    background-color: #06C755;
    font-size: 1.6rem;
  }
  body.fixed #header .center .list .lineBtn a:before {
    content: "";
    width: 2.5rem;
    height: 3.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
    margin-left: 0.2rem;
    background: url(../images/line_logo.png) no-repeat left center/contain;
  }
}
body.fixed #header .center .list .contact {
  display: block !important;
  margin-top: 2rem;
}
body.fixed #header .center .list .contact img {
  height: 5rem;
}
body.fixed #header .center .list .dl .spIb {
  display: none !important;
}
body.fixed #header .center .list .dl .menu {
  display: block !important;
}
body.fixed #header .center .list .dl img {
  height: 5rem;
}
body.fixed #header .center .list .line {
  margin-top: 4rem;
}
body.fixed #header .center .list .line img {
  height: 12rem;
}
body.fixed #header .center .list .menu {
  display: block !important;
}
body.fixed #header .sp .menuWrap #menuBtn {
  background: url(../images/sp/header-menu-close.png) right top no-repeat;
  background-size: 4.5rem auto;
  position: absolute;
  right: 2rem;
  top: 1rem;
}
body.fixed #header .sp .menuWrap #menuBtn img {
  opacity: 0;
  height: 6.5rem;
  width: 5rem;
}
body.fixed #header .sp .menuWrap .right a img {
  display: none;
}

/*------------------------------------------------------------------------------
    contents
------------------------------------------------------------------------------*/
#contents {
  margin-top: 8rem;
}
@media screen and (max-width: 660px) {
  #contents {
    margin-top: 5rem;
  }
}
#contents .bgColor {
  background-color: #F2F2F2;
}
#contents .mv {
  background-color: #F2F2F2;
  padding-top: 2rem;
}
#contents .mv .innerBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contents .mv .left {
  width: 85.2rem;
}
#contents .mv .left .txt {
  padding-top: 6rem;
}
#contents .mv .right img {
  width: 59rem;
}
@media screen and (max-width: 660px) {
  #contents .mv {
    background-color: #F2F2F2;
    padding: 3.5rem 0 0;
  }
  #contents .mv .innerBlock {
    display: block;
    padding: 0 1.4rem 4.5rem;
    position: relative;
  }
  #contents .mv .left {
    width: auto;
  }
  #contents .mv .left .txt {
    padding-top: 1.8rem;
    text-align: center;
  }
  #contents .mv .left .txt img {
    width: 28rem;
  }
  #contents .mv .left .line {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 1rem 2.3rem 2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contents .mv .left .line img[src*=cv-] {
    width: 33rem;
    padding-top: 1.7rem;
  }
  #contents .mv .left .line img[src*=mv-] {
    width: 29.5rem;
  }
  #contents .mv .left .line:after {
    width: 100%;
    left: 0;
  }
  #contents .mv .right {
    text-align: center;
    margin: 0;
  }
  #contents .mv .right img {
    width: 17.3rem;
    padding-top: 0.5rem;
  }
}
#contents .mv_under {
  padding-top: 8rem;
  margin-top: -8rem;
  background-color: #fff;
}
#contents #about {
  padding-top: 7rem;
}
@media screen and (max-width: 660px) {
  #contents #about {
    padding-top: 2.2rem;
  }
}
#contents #about .aboutTtl {
  text-align: center;
  padding: 2.3rem 0 6.9rem;
}
@media screen and (max-width: 660px) {
  #contents #about .aboutTtl {
    padding: 2.3rem 0 2.5rem;
  }
}
#contents #about .aboutTtl img {
  width: 100rem;
}
#contents #about .aboutTtl01 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  #contents #about .aboutTtl01 {
    font-size: 1.9rem;
  }
}
#contents #about .aboutTtl02 {
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5rem;
  letter-spacing: 0.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 660px) {
  #contents #about .aboutTtl02 {
    font-size: 2.5rem;
    line-height: 2;
    padding-top: 0.9rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
#contents #about .aboutTtl02 .ttlSpan01 {
  border: 0.4rem solid #333;
  padding: 0.7rem 0.1rem;
  margin: 0 1rem 0 0.8rem;
  font-size: 9.2rem;
}
@media screen and (max-width: 660px) {
  #contents #about .aboutTtl02 .ttlSpan01 {
    font-size: 2.9rem;
    border: 2px solid #333;
    padding: 0.5rem 0.3rem;
    line-height: 1;
  }
}
#contents #about .aboutTtl02 .ttlSpan02 {
  font-size: 8.75rem;
}
@media screen and (max-width: 660px) {
  #contents #about .aboutTtl02 .ttlSpan02 {
    font-size: 2.75rem;
  }
}
#contents #about .txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  #contents #about .txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
#contents #about .movie {
  padding-top: 11.4rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie {
    padding-top: 4.5rem;
  }
}
#contents #about .movie .listWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .listWrap {
    display: block;
    padding-bottom: 2.8rem;
  }
}
#contents #about .movie .listWrap .txtWrap {
  width: 46%;
  padding-right: 12rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .listWrap .txtWrap {
    width: 100%;
    padding-right: 0;
  }
}
#contents #about .movie .listWrap .txtWrap p.ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  margin: -1rem 0 2.2rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .listWrap .txtWrap p.ttl {
    font-size: 2rem;
    margin-bottom: 1.9rem;
    padding-top: 3rem;
    line-height: 1.7;
  }
}
#contents #about .movie .listWrap .txtWrap p.txt {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .listWrap .txtWrap p.txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
#contents #about .movie .listWrap .imgWrap {
  width: 54%;
  aspect-ratio: 16/9;
  max-width: 78.2rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .listWrap .imgWrap {
    width: 100%;
  }
}
#contents #about .movie .listWrap .imgWrap iframe {
  width: 100%;
  height: 100%;
}
#contents #about .movie .andmoreTtl {
  font-size: 4.7rem;
  font-weight: 800;
  text-align: center;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmoreTtl {
    font-size: 3rem;
    text-align: left;
    padding: 0 2rem;
  }
}
#contents #about .movie .andmore .list {
  display: flex;
  margin: 0 -0.6rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .list {
    flex-wrap: wrap;
  }
}
#contents #about .movie .andmore .list img {
  width: 20%;
  box-sizing: border-box;
  padding: 0 0.6rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .list img {
    width: 50%;
    padding: 0.6rem;
  }
}
#contents #about .movie .andmore .sns {
  display: flex;
  justify-content: center;
  padding: 8rem 0;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns {
    display: block;
    padding: 4.3rem 0 3rem;
  }
}
#contents #about .movie .andmore .sns a {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  text-align: center;
  width: 40rem;
  height: 10rem;
  padding-top: 2.6rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 3rem;
  margin: 0 1rem;
  border: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns a {
    width: 100%;
    height: 7.2rem;
    padding-top: 1.6rem;
    border-radius: 1rem;
    font-size: 2rem;
    margin: 0 0 2.2rem 0;
  }
}
#contents #about .movie .andmore .sns .youtube {
  font-size: 2.5rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns .youtube {
    font-size: 2rem;
  }
}
#contents #about .movie .andmore .sns .youtube:before {
  content: "";
  width: 6.856rem;
  height: 4.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
  margin-left: -1.8rem;
  background: url(../images/youtube.png) no-repeat left center/contain;
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns .youtube:before {
    content: "";
    width: 4.856rem;
    margin-right: 1.6rem;
  }
}
#contents #about .movie .andmore .sns .instagram:before {
  content: "";
  width: 6rem;
  height: 6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
  margin-left: -1.8rem;
  background: url(../images/instagram.png) no-repeat left center/contain;
  margin-top: -0.6rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns .instagram:before {
    content: "";
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 1.3rem;
    margin-left: -1.3rem;
  }
}
#contents #about .movie .andmore .sns .x:before {
  content: "";
  width: 5.871rem;
  height: 6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
  margin-left: -1.8rem;
  background: url(../images/x.png) no-repeat left center/contain;
  margin-top: -0.6rem;
}
@media screen and (max-width: 660px) {
  #contents #about .movie .andmore .sns .x:before {
    width: 4.6rem;
    height: 4.1rem;
    margin-right: 0.5rem;
    margin-left: -0.7rem;
  }
}
#contents #business {
  background: url(../images/Business_bg.png) center top no-repeat;
  padding-bottom: 131rem;
}
@media (max-width: 1440px) {
  #contents #business {
    padding-bottom: 142rem;
  }
}
@media (max-width: 1200px) {
  #contents #business {
    padding-bottom: 110rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business {
    padding-bottom: 210.6rem;
  }
}
#contents #business .innerBlock {
  padding: 0;
}
#contents #business .ttlWrap {
  padding-top: 12rem;
}
@media (max-width: 1440px) {
  #contents #business .ttlWrap {
    padding: 12rem 10rem 0;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .ttlWrap {
    padding: 5rem 2rem 0;
  }
}
#contents #business .ttlWrap p.ttl {
  font-family: "Oswald", sans-serif;
  font-size: 8.6rem;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 660px) {
  #contents #business .ttlWrap p.ttl {
    font-size: 3.9rem;
  }
}
#contents #business .ttlWrap p.txt {
  font-size: 1.6rem;
  width: 59rem;
  line-height: 1.7;
  padding-top: 3.4rem;
}
@media (max-width: 1440px) {
  #contents #business .ttlWrap p.txt {
    width: 48rem;
    padding-top: 2.6rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .ttlWrap p.txt {
    width: 100%;
  }
}
#contents #business .listWrap {
  position: relative;
}
#contents #business .listWrap .list {
  width: 75.5rem;
  height: 75.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-size: contain;
}
@media (max-width: 1440px) {
  #contents #business .listWrap .list {
    width: 72.5rem;
    height: 72.6rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list {
    width: 100%;
    height: 76rem;
    background-size: cover;
  }
}
#contents #business .listWrap .list .txtWrap {
  width: 40rem;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list .txtWrap {
    padding: 0 2rem;
  }
}
#contents #business .listWrap .list .txtWrap .logo {
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list .txtWrap .logo {
    padding-bottom: 1.4rem;
  }
}
#contents #business .listWrap .list .txtWrap p.ttl01 {
  font-size: 2.8rem;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list .txtWrap p.ttl01 {
    font-size: 2.4rem;
    text-align: center;
  }
}
#contents #business .listWrap .list .txtWrap p.ttl02 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list .txtWrap p.ttl02 {
    font-size: 1.8rem;
    text-align: center;
    margin: 1rem 0 2rem;
  }
}
#contents #business .listWrap .list .txtWrap p.txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list .txtWrap p.txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
#contents #business .listWrap .list01 {
  background: url(../images/business_bg01.png) center no-repeat;
  top: 7rem;
  left: 0;
}
@media (max-width: 1440px) {
  #contents #business .listWrap .list01 {
    top: 27rem;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  #contents #business .listWrap .list01 {
    top: 7rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list01 {
    background: url(../images/sp/business_bg02.png) center no-repeat;
    background-size: cover;
    top: 70.5rem;
    height: 74.5rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list01 .txtWrap {
    margin-top: -6rem;
  }
}
#contents #business .listWrap .list01 .txtWrap .logo img {
  width: 9.5rem;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list01 .txtWrap .logo img {
    width: 7.5rem;
  }
}
#contents #business .listWrap .list02 {
  background: url(../images/business_bg01.png) center no-repeat;
  top: -24.1rem;
  right: 0;
}
@media (max-width: 1440px) {
  #contents #business .listWrap .list02 {
    background-size: contain;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list02 {
    background: url(../images/sp/business_bg01.png) center no-repeat;
    background-size: cover;
    top: 5rem;
    height: 75.4rem;
  }
}
#contents #business .listWrap .list02 .txtWrap .logo img {
  width: 31.4rem;
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list02 .txtWrap .logo img {
    width: 24.3rem;
  }
}
#contents #business .listWrap .list03 {
  background: url(../images/business_bg02.png) center no-repeat;
  top: 83.8rem;
  left: 0;
}
@media (max-width: 1440px) {
  #contents #business .listWrap .list03 {
    top: 104.8rem;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  #contents #business .listWrap .list03 {
    top: 77.8rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list03 {
    background: url(../images/sp/business_bg02.png) center no-repeat;
    background-size: cover;
    top: 195.2rem;
    height: 81.5rem;
  }
}
#contents #business .listWrap .list03 .txtWrap .logo img {
  width: 40rem;
}
#contents #business .listWrap .list04 {
  background: url(../images/business_bg02.png) center no-repeat;
  top: 53rem;
  right: 0;
}
@media (max-width: 1440px) {
  #contents #business .listWrap .list04 {
    top: 70rem;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  #contents #business .listWrap .list04 {
    top: 47rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #business .listWrap .list04 {
    background: url(../images/sp/business_bg01.png) center no-repeat;
    background-size: cover;
    top: 135rem;
    height: 71rem;
  }
}
#contents #business .listWrap .list04 .txtWrap .logo img {
  width: 38.3rem;
}
#contents #work {
  padding-top: 0;
}
#contents #work .WorkTtl {
  font-family: "Oswald", sans-serif;
  font-size: 8.6rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 660px) {
  #contents #work .WorkTtl {
    font-size: 3.9rem;
    padding: 0 2rem;
    text-align: left;
  }
}
#contents #work .workWrap {
  padding-top: 11rem;
  margin-top: -6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 660px) {
  #contents #work .workWrap {
    margin-top: -2.5rem;
    padding: 7.5rem 0 7rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #profile {
    padding-top: 7.3rem;
  }
}
#contents #profile p.ttl {
  font-family: "Oswald", sans-serif;
  font-size: 8.6rem;
  margin: 0;
  font-weight: bold;
  display: inline-grid;
  background-color: #fff;
}
@media screen and (max-width: 660px) {
  #contents #profile p.ttl {
    font-size: 3.9rem;
    background-color: #fff;
    display: inline-block;
    margin-top: -0.5rem;
  }
}
#contents #profile .profileWidth {
  padding: 10rem 17rem 12rem;
}
@media (max-width: 1440px) {
  #contents #profile .profileWidth {
    padding: 10rem 10rem 12rem;
  }
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWidth {
    padding: 0 2rem;
  }
}
#contents #profile .profileWrap {
  border: 1.5rem solid #F2F2F2;
  margin-top: -7rem;
  padding: 8.4rem 5rem 4.5rem;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap {
    border: 1rem solid #F2F2F2;
    margin: -5.5rem 0 7rem;
    padding: 8.4rem 1rem 3.7rem;
  }
}
#contents #profile .profileWrap .list {
  display: flex;
}
#contents #profile .profileWrap .list .txtWrap {
  width: 59%;
  padding-right: 6rem;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap .list .txtWrap {
    width: 100%;
    padding-right: 0;
  }
}
#contents #profile .profileWrap .list .txtWrap p.name {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap .list .txtWrap p.name {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
    font-weight: 600;
  }
}
#contents #profile .profileWrap .list .txtWrap p.name span {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  padding-left: 10px;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap .list .txtWrap p.name span {
    font-size: 1.5rem;
    padding-left: 2.1rem;
  }
}
#contents #profile .profileWrap .list .txtWrap p.txt {
  font-size: 1.6rem;
  line-height: 1.67;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap .list .txtWrap p.txt {
    line-height: 1.68;
  }
}
#contents #profile .profileWrap .list .imgWrap {
  padding-top: 0.9rem;
}
@media screen and (max-width: 660px) {
  #contents #profile .profileWrap .list .imgWrap {
    padding: 0.5rem 0 2.5rem;
  }
}
#contents #profile .profileWrap p.txt2 {
  font-size: 1.6rem;
  line-height: 1.67;
  padding-top: 4rem;
}

/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
#footer {
  background-color: #000;
  padding: 3.4rem 0;
  text-align: center;
}
#footer .logo {
  padding-top: 2.7rem;
}
@media screen and (max-width: 660px) {
  #footer .logo {
    padding-top: 3.6rem;
  }
}
#footer .logo img {
  width: 77.1rem;
}
@media screen and (max-width: 660px) {
  #footer .logo img {
    width: 27.3rem;
  }
}
#footer .snsFooter {
  padding-top: 2.9rem;
}
@media screen and (max-width: 660px) {
  #footer .snsFooter {
    padding-top: 4.9rem;
  }
}
#footer .snsFooter a {
  margin: 0 1.4rem;
}
@media screen and (max-width: 660px) {
  #footer .snsFooter a {
    margin: 0 1.1rem;
  }
}
@media screen and (max-width: 660px) {
  #footer .snsFooter a img {
    width: 6.9rem;
  }
}
#footer nav {
  background: none;
  padding: 5.3rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  #footer nav {
    padding: 3.6rem 0 0;
  }
}
#footer nav ul {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  #footer nav ul {
    display: block;
  }
}
#footer nav ul li {
  border-right: solid 0.1rem #fff;
  padding: 0 3rem;
  line-height: 1;
}
@media screen and (max-width: 660px) {
  #footer nav ul li {
    border-right: none;
    padding: 2rem 0 2.4rem;
    position: relative;
  }
  #footer nav ul li::after {
    content: "";
    width: 2rem;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #footer nav ul li:last-child::after {
    content: none;
  }
}
#footer nav ul li a {
  color: #fff;
  font-size: 1.4rem;
}
#footer .copy {
  font-size: 1.4rem;
  color: #fff;
  padding: 4.4rem 0;
}
@media screen and (max-width: 660px) {
  #footer .copy {
    padding: 4.2rem 0;
  }
}

#cv_fix {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 661px) {
  #cv_fix {
    display: none !important;
  }
}
#cv_fix a {
  display: block;
  width: 50%;
}/*# sourceMappingURL=style.css.map */