@charset "UTF-8";
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0;
}

a img, iframe {
  border: none;
}

a {
  color: inherit;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
}

input[type="text"],
textarea {
  width: 100%;
}

address {
  font-style: normal;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

br {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

html {
  font-size: 62.5%;
  display: block;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  overflow-x: hidden;
}

/*

@font-face {
    font-family: 'name';
    src: url("../fonts/aaa.ttf") format('truetype'),
    url("../fonts/aaa.woff2") format("woff2"),
    url("../fonts/aaa.woff") format('woff'),
    url("../fonts/aaa.otf") format('opentype'),
    url('../fonts/aaa.svg#svgFontName') format('svg');
}

*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-light.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff") format("woff"), url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
  font-display: swap;
}

header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  background-color: #fff;
  max-width: none;
  padding: 0;
  -webkit-box-shadow: 0 2px 5px rgba(88, 88, 88, 0.15);
          box-shadow: 0 2px 5px rgba(88, 88, 88, 0.15);
}

header.fixed .l-header-main {
  display: none;
}

header.fixed .l-header-sub {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.fixed .l-header-sub.topHeaderMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.fixed .l-header-sub h1 {
  margin-bottom: -10px;
}

header.fixed .l-header-sub-menu-links a {
  color: #7196b4;
}

header .l-header-main {
  position: absolute;
  top: 45px;
  left: 70px;
}

header .l-header-main h1 {
  width: 170px;
  margin-bottom: 35px;
}

header .l-header-main h1 img {
  width: 100%;
}

header .l-header-main a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7196b4;
  display: block;
}

header .l-header-main a span {
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

header .l-header-sub {
  width: 100%;
  max-width: 1280px;
  padding: 30px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 2;
}

header .l-header-sub.topHeaderMenu {
  display: none;
}

header .l-header-sub h1 {
  width: 130px;
  text-align: center;
  margin-bottom: -40px;
}

header .l-header-sub h1 img {
  width: 70px;
}

header .l-header-sub .labelOpen, header .l-header-sub .labelClose, header .l-header-sub input {
  display: none;
}

header .l-header-sub-menu {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .l-header-sub-menu nav {
  width: 615px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .l-header-sub-menu nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .l-header-sub-menu nav ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #686767;
}

header .l-header-sub-menu nav ul li a:hover {
  color: #7196b4;
}

header .l-header-sub-menu-links {
  padding-left: 155px;
}

header .l-header-sub-menu-links a {
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}

header .l-header-sub-menu-links a span {
  text-decoration: underline;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
}

header .l-header-sub-menu-links a:hover {
  color: #7196b4;
}

header .l-header-sub-menu-links a:last-of-type {
  margin-left: 20px;
}

@media screen and (max-width: 960px) {
  header {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    background-color: #fff;
    max-width: none;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(88, 88, 88, 0.15);
            box-shadow: 0 2px 5px rgba(88, 88, 88, 0.15);
  }
  header.u-headerFix {
    position: relative !important;
  }
  header.fixed {
    position: fixed !important;
  }
  header.fixed .l-header-sub h1 {
    margin-bottom: 0;
  }
  header .l-header-main {
    top: 20px;
    left: 65px;
    z-index: 2;
  }
  header .l-header-main h1 {
    width: 165px;
    margin-bottom: 15px;
  }
  header .l-header-main a {
    font-size: 1.7rem;
  }
  header .l-header-sub {
    position: static;
    padding: 18px 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .l-header-sub h1 {
    width: 130px;
    margin-bottom: 0;
  }
  header .l-header-sub h1 img {
    width: 80px;
  }
  header .l-header-sub .labelOpen {
    display: block;
    width: 115px;
    height: 115px;
    background-color: #fff;
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 4;
  }
  header .l-header-sub .labelOpen span {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  header .l-header-sub .labelOpen span::before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #686767;
    position: absolute;
    left: 50%;
    bottom: 27px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header .l-header-sub .labelOpen span::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #686767;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header .l-header-sub .labelOpen::before {
    content: "MENU";
    display: block;
    font-size: 2.2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #686767;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header .l-header-sub .labelClose {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  header .l-header-sub input:checked + .labelOpen span::before {
    width: 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  header .l-header-sub input:checked + .labelOpen span::after {
    width: 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  header .l-header-sub input:checked + .labelOpen::before {
    top: 80px;
    content: "CLOSE";
  }
  header .l-header-sub input:checked + .labelOpen + .labelClose {
    opacity: 1;
    visibility: visible;
  }
  header .l-header-sub input:checked + .labelOpen + .labelClose + .l-header-sub-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .l-header-sub-menu {
    position: fixed;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 450px;
    height: 100vh;
    background-color: #fff;
    top: 115px;
    right: 0;
    z-index: 3;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
    transition: all cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
    padding-top: 20px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  header .l-header-sub-menu nav {
    width: 100%;
  }
  header .l-header-sub-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .l-header-sub-menu nav ul li {
    width: 100%;
    padding: 0 10px;
  }
  header .l-header-sub-menu nav ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  header .l-header-sub-menu nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 2.1rem;
    position: relative;
  }
  header .l-header-sub-menu nav ul li a::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #686767;
  }
  header .l-header-sub-menu-links {
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
    text-align: right;
  }
  header .l-header-sub-menu-links a {
    font-size: 2.1rem;
    color: #7196b4;
  }
}

@media screen and (max-width: 660px) {
  header .l-header-main {
    top: 15px;
    left: 20px;
    z-index: 2;
  }
  header .l-header-main h1 {
    width: 140px;
    margin-bottom: 10px;
  }
  header .l-header-main a {
    font-size: 1.5rem;
  }
  header .l-header-sub {
    display: block;
    padding: 15px 10px;
  }
  header .l-header-sub h1 {
    width: 100px;
  }
  header .l-header-sub h1 img {
    width: 75px;
  }
  header .l-header-sub .labelOpen {
    width: 102px;
    height: 102px;
    top: 0;
  }
  header .l-header-sub .labelOpen span::before {
    bottom: 27px;
    width: 80px;
  }
  header .l-header-sub .labelOpen span::after {
    bottom: 20px;
    width: 80px;
  }
  header .l-header-sub .labelOpen::before {
    font-size: 1.9rem;
  }
  header .l-header-sub input:checked + .labelOpen span::before {
    width: 25px;
  }
  header .l-header-sub input:checked + .labelOpen span::after {
    width: 25px;
  }
  header .l-header-sub input:checked + .labelOpen::before {
    top: 80px;
  }
  header .l-header-sub-menu {
    width: 430px;
    top: 103px;
  }
  header .l-header-sub-menu nav ul li a {
    font-size: 1.9rem;
  }
  header .l-header-sub-links {
    margin-top: 35px;
  }
  header .l-header-sub-links a {
    font-size: 1.9rem;
  }
}

footer {
  background-image: url(../images/3x/footer-backGround@3x.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .l-footer-wrap {
  width: 100%;
  max-width: 1140px;
  padding: 80px 20px 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer .l-footer-wrap-txtImg {
  width: 675px;
  position: absolute;
  top: 0;
  right: -70px;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  z-index: 2;
}

footer .l-footer-wrap-logo {
  width: 180px;
  margin-top: 20px;
}

footer .l-footer-wrap-logo a img {
  width: 115px;
}

footer .l-footer-wrap-links {
  width: calc(100% - 180px);
}

footer .l-footer-wrap-links-txt {
  font-size: 2.2rem;
  letter-spacing: 0.5em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding-left: 19.675%;
  margin-bottom: 35px;
}

footer .l-footer-wrap-links-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .l-footer-wrap-links-list-item a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer .l-footer-wrap-links-list-item a:hover {
  opacity: .7;
}

footer .l-footer-wrap-links-list-item:first-child {
  margin-right: 30px;
}

footer .l-footer-wrap-links-list-item:first-child p {
  font-size: 1.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 10px;
}

footer .l-footer-wrap-links-list-item:first-child a {
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7196b4;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

footer .l-footer-wrap-links-list-item:nth-child(2), footer .l-footer-wrap-links-list-item:nth-child(3) {
  margin-left: 30px;
}

footer .l-footer-wrap-links-list-item:nth-child(2) a, footer .l-footer-wrap-links-list-item:nth-child(3) a {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}

footer .l-footer-wrap-links-list-item:nth-child(2) a span, footer .l-footer-wrap-links-list-item:nth-child(3) a span {
  text-decoration: underline;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
}

footer .l-footer-wrap-links-list-item:last-child {
  margin-left: 60px;
}

footer .l-footer-wrap-links-list-item:last-child a img {
  width: 35px;
}

footer .l-footer-copyright {
  font-size: 1.1rem;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  display: none;
  padding-bottom: 15px;
}

@media screen and (max-width: 1280px) {
  footer .l-footer-wrap-txtImg {
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  footer .l-footer-wrap {
    padding: 40px 15px 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .l-footer-wrap-txtImg {
    width: 500px;
    right: 10px;
  }
  footer .l-footer-wrap-logo {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  footer .l-footer-wrap-logo a img {
    width: 150px;
  }
  footer .l-footer-wrap-links {
    width: 100%;
  }
  footer .l-footer-wrap-links-txt {
    font-size: 2.3rem;
    padding-left: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  footer .l-footer-wrap-links-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .l-footer-wrap-links-list-item:first-child {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .l-footer-wrap-links-list-item:first-child p {
    font-size: 1.9rem;
  }
  footer .l-footer-wrap-links-list-item:first-child a {
    font-size: 1.8rem;
    height: 40px;
  }
  footer .l-footer-wrap-links-list-item:nth-child(2), footer .l-footer-wrap-links-list-item:nth-child(3) {
    margin-left: 0;
    width: 30%;
    text-align: center;
  }
  footer .l-footer-wrap-links-list-item:nth-child(2) a, footer .l-footer-wrap-links-list-item:nth-child(3) a {
    font-size: 2.1rem;
  }
  footer .l-footer-wrap-links-list-item:last-child {
    margin-left: 0;
    width: 30%;
    text-align: center;
  }
  footer .l-footer-wrap-links-list-item:last-child a img {
    width: 30px;
  }
}

@media screen and (max-width: 660px) {
  footer .l-footer-wrap {
    padding: 30px 10px 60px;
  }
  footer .l-footer-wrap-txtImg {
    width: 450px;
    right: 10px;
  }
  footer .l-footer-wrap-logo a img {
    width: 130px;
  }
  footer .l-footer-wrap-links-txt {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  footer .l-footer-wrap-links-list-item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .l-footer-wrap-links-list-item:first-child p {
    font-size: 1.6rem;
    text-align: center;
  }
  footer .l-footer-wrap-links-list-item:first-child a {
    font-size: 1.5rem;
    height: 36px;
  }
  footer .l-footer-wrap-links-list-item:nth-child(2), footer .l-footer-wrap-links-list-item:nth-child(3) {
    margin-left: 0;
    text-align: center;
  }
  footer .l-footer-wrap-links-list-item:nth-child(2) a, footer .l-footer-wrap-links-list-item:nth-child(3) a {
    font-size: 1.8rem;
  }
  footer .l-footer-wrap-links-list-item:last-child {
    margin-left: 0;
    text-align: center;
  }
  footer .l-footer-wrap-links-list-item:last-child a img {
    width: 30px;
  }
  footer .l-footer-copyright {
    display: block;
  }
}

.c-top {
  width: 100%;
}

.c-top h2 {
  font-size: 6rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  text-align: center;
  padding-top: 255px;
  padding-bottom: 35px;
}

.c-top-thumb {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-top-thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 26.25%;
}

.c-copyright {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a2b5c4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 325px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .c-top h2 {
    font-size: 4.6rem;
    padding-top: 190px;
    padding-bottom: 30px;
  }
  .c-copyright {
    font-size: 1.2rem;
    top: 160px;
  }
}

@media screen and (max-width: 660px) {
  .c-top h2 {
    font-size: 4rem;
    padding-top: 160px;
    padding-bottom: 20px;
  }
  .c-copyright {
    display: none;
  }
}

.c-motto {
  padding-top: 145px;
  padding-bottom: 175px;
}

.c-motto.animationActive .c-motto-wrap-backTxt {
  -webkit-animation: fadeFromLeftBacktxt .8s ease-in-out .4s forwards;
          animation: fadeFromLeftBacktxt .8s ease-in-out .4s forwards;
}

.c-motto.animationActive .c-motto-wrap-title {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.c-motto.animationActive .c-motto-wrap-txt {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.c-motto.animationActive .c-motto-wrap .mottoTool, .c-motto.animationActive .c-motto-wrap .mottoTool02 {
  -webkit-animation: fadeFromRight .8s ease-in-out .2s forwards;
          animation: fadeFromRight .8s ease-in-out .2s forwards;
}

.c-motto-wrap {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-motto-wrap-backTxt {
  font-size: 23.6rem;
  letter-spacing: 0.1em;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  -webkit-transform: translate(calc(-48% - 30px), -35%);
          transform: translate(calc(-48% - 30px), -35%);
  opacity: 0;
}

.c-motto-wrap-backTxt span {
  display: inline;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-left: 290px;
}

.c-motto-wrap .mottoCircle {
  width: 600px;
  position: absolute;
  top: -70px;
  right: -220px;
  z-index: -2;
}

.c-motto-wrap-title {
  font-size: 3rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 80px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-motto-wrap-txt {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-motto-wrap .mottoTool {
  width: 450px;
  position: absolute;
  right: 80px;
  bottom: -130px;
  z-index: -1;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.c-motto-wrap .mottoTool02 {
  width: 290px;
  position: absolute;
  right: 45px;
  bottom: -155px;
  z-index: -1;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-motto {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .c-motto-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-motto-wrap-backTxt {
    font-size: 14rem;
  }
  .c-motto-wrap-backTxt span {
    padding-left: 180px;
  }
  .c-motto-wrap .mottoCircle {
    width: 500px;
    right: -130px;
  }
  .c-motto-wrap-title {
    width: 540px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 2.8rem;
    margin-bottom: 30px;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-motto-wrap-txt {
    width: 540px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-motto-wrap .mottoTool {
    width: 380px;
  }
  .c-motto-wrap .mottoTool02 {
    width: 230px;
    bottom: -120px;
  }
}

@media screen and (max-width: 550px) {
  .c-motto {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .c-motto-wrap-backTxt {
    font-size: 12rem;
  }
  .c-motto-wrap-backTxt span {
    padding-left: 120px;
  }
  .c-motto-wrap .mottoCircle {
    width: 450px;
    right: -110px;
  }
  .c-motto-wrap-title {
    width: 500px;
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .c-motto-wrap-txt {
    width: 500px;
    font-size: 1.7rem;
  }
  .c-motto-wrap .mottoTool {
    width: 300px;
    right: 40px;
  }
  .c-motto-wrap .mottoTool02 {
    width: 280px;
    bottom: -90px;
  }
}

.c-point {
  padding-top: 175px;
  padding-bottom: 115px;
}

.c-point.animationActive .c-point-wrap-backTxt {
  -webkit-animation: fadeFromLeft .8s ease-in-out 1.2s forwards;
          animation: fadeFromLeft .8s ease-in-out 1.2s forwards;
}

.c-point.animationActive .c-point-wrap-title {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.c-point.animationActive .c-point-wrap-list-item {
  -webkit-animation: fadeIn .8s ease-in-out .6s forwards;
          animation: fadeIn .8s ease-in-out .6s forwards;
}

.c-point.animationActive .c-point-wrap-list-item-ul-li:first-of-type {
  -webkit-animation: fadeIn .8s ease-in-out .8s forwards;
          animation: fadeIn .8s ease-in-out .8s forwards;
}

.c-point.animationActive .c-point-wrap-list-item-ul-li:last-of-type {
  -webkit-animation: fadeIn .8s ease-in-out 1s forwards;
          animation: fadeIn .8s ease-in-out 1s forwards;
}

.c-point-wrap {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.c-point-wrap .reformPointCircle {
  width: 780px;
  position: absolute;
  top: -140px;
  left: -190px;
  z-index: -1;
}

.c-point-wrap-backTxt {
  font-size: 23.6rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: -50px;
  right: -70px;
  z-index: -1;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.c-point-wrap-title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 65px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-point-wrap-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-point-wrap-list-item {
  width: 350px;
  height: 350px;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-point-wrap-list-item .left,
.c-point-wrap-list-item .right {
  height: 350px;
  width: 115.5px;
}

.c-point-wrap-list-item .left {
  float: left;
  margin-left: -20px;
  shape-outside: polygon(0% 0%, 0% 100%, 120% 100%, 0% 60%, 0% 30%, 100% 0%);
}

.c-point-wrap-list-item .right {
  float: right;
  margin-right: -20px;
  shape-outside: polygon(100% 0%, 100% 100%, -20% 100%, 100% 60%, 100% 30%, 0% 0%);
}

.c-point-wrap-list-item .number {
  font-size: 3.6rem;
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-point-wrap-list-item .point {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.c-point-wrap-list-item .content {
  font-size: 1.4rem;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.c-point-wrap-list-item-ul {
  width: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-point-wrap-list-item-ul-li {
  width: 350px;
  height: 350px;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-point-wrap-list-item-ul-li .left,
.c-point-wrap-list-item-ul-li .right {
  height: 350px;
  width: 115.5px;
}

.c-point-wrap-list-item-ul-li .left {
  float: left;
  margin-left: -20px;
  shape-outside: polygon(0% 0%, 0% 100%, 120% 100%, 0% 60%, 0% 30%, 100% 0%);
}

.c-point-wrap-list-item-ul-li .right {
  float: right;
  margin-right: -20px;
  shape-outside: polygon(100% 0%, 100% 100%, -20% 100%, 100% 60%, 100% 30%, 0% 0%);
}

.c-point-wrap-list-item-ul-li .number {
  font-size: 3.6rem;
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-point-wrap-list-item-ul-li .point {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.c-point-wrap-list-item-ul-li .content {
  font-size: 1.4rem;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media screen and (max-width: 1140px) {
  .c-point {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .c-point-wrap {
    position: 0 15px;
  }
  .c-point-wrap-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-point-wrap-list-item {
    width: 360px;
    height: 360px;
  }
  .c-point-wrap-list-item .left,
  .c-point-wrap-list-item .right {
    height: 360px;
    width: 120px;
  }
  .c-point-wrap-list-item-ul {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-point-wrap-list-item-ul-li {
    width: 360px;
    height: 360px;
  }
  .c-point-wrap-list-item-ul-li .left,
  .c-point-wrap-list-item-ul-li .right {
    height: 360px;
    width: 120px;
  }
}

@media screen and (max-width: 800px) {
  .c-point {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .c-point-wrap {
    padding: 0 15px;
  }
  .c-point-wrap .reformPointCircle {
    width: 620px;
    top: -110px;
    left: -120px;
  }
  .c-point-wrap-backTxt {
    font-size: 14rem;
    right: -15px;
  }
  .c-point-wrap-title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .c-point-wrap-list-item {
    width: 400px;
    height: 400px;
  }
  .c-point-wrap-list-item .left,
  .c-point-wrap-list-item .right {
    height: 400px;
    width: 100px;
  }
  .c-point-wrap-list-item .point {
    font-size: 2.2rem;
    margin-top: 25px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .c-point-wrap-list-item .number {
    font-size: 3.8rem;
  }
  .c-point-wrap-list-item .content {
    font-size: 1.6rem;
  }
  .c-point-wrap-list-item-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .c-point-wrap-list-item-ul-li {
    width: 400px;
    height: 400px;
  }
  .c-point-wrap-list-item-ul-li:last-of-type {
    margin-top: 15px;
  }
  .c-point-wrap-list-item-ul-li .left,
  .c-point-wrap-list-item-ul-li .right {
    height: 400px;
    width: 100px;
  }
  .c-point-wrap-list-item-ul-li .point {
    font-size: 2.2rem;
    margin-top: 25px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .c-point-wrap-list-item-ul-li .number {
    font-size: 3.8rem;
  }
  .c-point-wrap-list-item-ul-li .content {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 660px) {
  .c-point {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .c-point-wrap {
    padding: 0 10px;
  }
  .c-point-wrap .reformPointCircle {
    width: 550px;
    top: -110px;
    left: -120px;
  }
  .c-point-wrap-backTxt {
    font-size: 12rem;
    right: 5px;
  }
  .c-point-wrap-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  .c-point-wrap-list-item {
    width: 370px;
    height: 370px;
    margin: 0 auto;
  }
  .c-point-wrap-list-item .left,
  .c-point-wrap-list-item .right {
    height: 370px;
    width: 110px;
  }
  .c-point-wrap-list-item-ul-li {
    width: 370px;
    height: 370px;
  }
  .c-point-wrap-list-item-ul-li .left,
  .c-point-wrap-list-item-ul-li .right {
    height: 370px;
    width: 110px;
  }
}

.c-wecan {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  padding-top: 115px;
  padding-bottom: 140px;
  margin: 0 auto;
  position: relative;
}

.c-wecan.animationActive .c-wecan-title {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.c-wecan.animationActive .c-wecan-backTxt {
  -webkit-animation: fadeFromLeft .8s ease-in-out .5s forwards;
          animation: fadeFromLeft .8s ease-in-out .5s forwards;
}

.c-wecan.animationActive .c-wecan-inner {
  -webkit-animation: fadeIn .8s ease-in-out .3s forwards;
          animation: fadeIn .8s ease-in-out .3s forwards;
}

.c-wecan.animationActive .c-wecan-link {
  -webkit-animation: fadeIn .8s ease-in-out .7s forwards;
          animation: fadeIn .8s ease-in-out .7s forwards;
}

.c-wecan-title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding-bottom: 120px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-wecan .reformWecanCircle {
  width: 600px;
  position: absolute;
  top: 425px;
  right: -200px;
  z-index: -1;
}

.c-wecan-backTxt {
  font-size: 23.6rem;
  letter-spacing: 0.1em;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: 70px;
  left: -40px;
  z-index: -1;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.c-wecan-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 95px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-wecan-inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: calc(100% / 3);
  top: 0;
}

.c-wecan-inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: calc(100% / 3);
  top: 0;
}

.c-wecan-inner dl {
  width: calc(100% / 3);
  min-height: 285px;
  padding-left: 35px;
  padding-right: 35px;
}

.c-wecan-inner dl:nth-child(n + 4) {
  padding-top: 55px;
  min-height: 420px;
  border-bottom: none;
}

.c-wecan-inner dl dt {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
}

.c-wecan-inner dl dd {
  font-size: 1.6rem;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-wecan-link {
  display: block;
  width: 100%;
  background-image: url(../images/3x/beforeAfter@3x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 175px;
  -webkit-box-shadow: 0 60px 42px rgba(88, 88, 88, 0.15);
          box-shadow: 0 60px 42px rgba(88, 88, 88, 0.15);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-wecan-link::before {
  content: "";
  display: block;
  padding-top: 31.81%;
}

.c-wecan-link-backTxt {
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 0.8;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.c-wecan-link-txt {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .c-wecan {
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .c-wecan-title {
    font-size: 2.8rem;
    padding-bottom: 90px;
  }
  .c-wecan .reformWecanCircle {
    width: 490px;
    top: 280px;
  }
  .c-wecan-backTxt {
    font-size: 14rem;
    left: 10px;
  }
  .c-wecan-inner {
    margin-bottom: 70px;
  }
  .c-wecan-inner::before {
    display: none;
  }
  .c-wecan-inner::after {
    right: 50%;
  }
  .c-wecan-inner dl {
    width: 50%;
    border-bottom: 1px solid #c0d3dd;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 260px;
  }
  .c-wecan-inner dl:nth-child(n + 4) {
    padding-top: 0;
    min-height: 370px;
  }
  .c-wecan-inner dl:nth-child(4) {
    border-bottom: 1px solid #c0d3dd;
  }
  .c-wecan-inner dl:nth-child(n + 3) {
    padding-top: 30px;
  }
  .c-wecan-inner dl:nth-child(n + 5) {
    border-bottom: none;
  }
  .c-wecan-inner dl dt {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .c-wecan-inner dl dd {
    font-size: 1.8rem;
  }
  .c-wecan-link-backTxt {
    font-size: 15rem;
  }
  .c-wecan-link-txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 660px) {
  .c-wecan {
    padding: 0 10px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .c-wecan-title {
    font-size: 2.5rem;
    padding-bottom: 70px;
  }
  .c-wecan .reformWecanCircle {
    width: 450px;
    top: 240px;
  }
  .c-wecan-backTxt {
    font-size: 12rem;
    left: 10px;
  }
  .c-wecan-inner {
    margin-bottom: 50px;
  }
  .c-wecan-inner::after {
    display: none;
  }
  .c-wecan-inner dl {
    padding: 15px 10px;
    min-height: auto;
    width: 100%;
  }
  .c-wecan-inner dl:nth-child(n + 4) {
    padding-top: 0;
    min-height: auto;
  }
  .c-wecan-inner dl:nth-child(n + 3) {
    padding-top: 15px;
  }
  .c-wecan-inner dl:nth-child(n + 5) {
    border-bottom: 1px solid #c0d3dd;
    min-height: none;
  }
  .c-wecan-inner dl dt {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .c-wecan-inner dl dd {
    font-size: 1.6rem;
  }
  .c-wecan-link {
    -webkit-box-shadow: 0 30px 22px rgba(88, 88, 88, 0.15);
            box-shadow: 0 30px 22px rgba(88, 88, 88, 0.15);
  }
  .c-wecan-link-backTxt {
    font-size: 13rem;
  }
  .c-wecan-link-txt {
    font-size: 2.2rem;
    white-space: nowrap;
  }
}

.c-works {
  width: 100%;
}

.c-works-wrap {
  width: 100%;
  max-width: 1280px;
  padding: 190px 0;
  margin: 0 auto;
  position: relative;
}

.c-works-wrap::before {
  content: "";
  display: block;
  width: calc(100% - 210px);
  height: 100%;
  position: absolute;
  z-index: -1;
}

.c-works-wrap-item {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-works-wrap-item.animationActive .c-works-wrap-item-before {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.c-works-wrap-item.animationActive .c-works-wrap-item-arrow {
  -webkit-animation: fadeArrow .8s ease-in-out .1s forwards;
          animation: fadeArrow .8s ease-in-out .1s forwards;
}

.c-works-wrap-item.animationActive .c-works-wrap-item-after {
  -webkit-animation: fadeIn .8s ease-in-out .2s forwards;
          animation: fadeIn .8s ease-in-out .2s forwards;
}

.c-works-wrap-item.animationActive .c-works-wrap-item-content {
  -webkit-animation: fadeIn .8s ease-in-out .4s forwards;
          animation: fadeIn .8s ease-in-out .4s forwards;
}

.c-works-wrap-item:first-of-type {
  margin-top: 0;
}

.c-works-wrap-item:not(:first-of-type) {
  margin-top: 210px;
}

.c-works-wrap-item-arrow {
  width: 55px;
  position: absolute;
  left: calc(50% - 15px);
  top: -15px;
  -webkit-transform: translate(calc(-100% - 20px), -100%);
          transform: translate(calc(-100% - 20px), -100%);
  opacity: 0;
  z-index: 2;
}

.c-works-wrap-item-before {
  width: 50%;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-works-wrap-item-before span {
  font-size: 5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  left: 75px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(88, 88, 88, 0.48);
}

.c-works-wrap-item-before-thumb {
  width: 100%;
}

.c-works-wrap-item-after {
  width: 50%;
  position: relative;
  top: -50px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-works-wrap-item-after span {
  font-size: 5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  right: 140px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(88, 88, 88, 0.48);
}

.c-works-wrap-item-after img {
  width: 100%;
}

.c-works-wrap-item-content {
  width: 600px;
  padding: 22px;
  position: absolute;
  left: 50px;
  bottom: -55px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-works-wrap-item-content h4 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  display: block;
  width: 400px;
  position: relative;
  margin-bottom: 20px;
}

.c-works-wrap-item-content h4::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.c-works-wrap-item-content span {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  width: 84px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-works-wrap-item-content p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .c-works-wrap {
    padding: 120px 0;
  }
  .c-works-wrap::before {
    width: calc(100% - 100px);
  }
  .c-works-wrap-item {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-works-wrap-item-arrow {
    width: 60px;
    left: 80px;
    top: calc(50% + 30px);
  }
  .c-works-wrap-item:not(:first-of-type) {
    margin-top: 200px;
  }
  .c-works-wrap-item-before {
    width: 480px;
  }
  .c-works-wrap-item-before span {
    font-size: 4.5rem;
    left: 60px;
  }
  .c-works-wrap-item-after {
    width: 480px;
    top: -20px;
    margin-left: auto;
    margin-right: 0;
  }
  .c-works-wrap-item-after span {
    font-size: 4.5rem;
    right: auto;
    left: 100px;
    bottom: 100%;
  }
  .c-works-wrap-item-content {
    width: 450px;
    padding: 20px;
    left: 15px;
    bottom: -100px;
  }
  .c-works-wrap-item-content h4 {
    font-size: 1.5rem;
    width: 310px;
  }
  .c-works-wrap-item-content span {
    font-size: 1.4rem;
    width: 90px;
    height: 24px;
  }
  .c-works-wrap-item-content p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 550px) {
  .c-works-wrap {
    padding: 100px 0;
  }
  .c-works-wrap::before {
    width: calc(100% - 80px);
  }
  .c-works-wrap-item {
    padding: 0 10px;
  }
  .c-works-wrap-item:not(:first-of-type) {
    margin-top: 180px;
  }
  .c-works-wrap-item-arrow {
    width: 55px;
    left: 70px;
  }
  .c-works-wrap-item-before {
    width: 90%;
  }
  .c-works-wrap-item-before span {
    font-size: 4.5rem;
    left: 60px;
  }
  .c-works-wrap-item-after {
    width: 90%;
    top: -20px;
    margin-left: auto;
    margin-right: 0;
  }
  .c-works-wrap-item-after span {
    font-size: 4.5rem;
    left: auto;
    right: 30px;
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-works-wrap-item-content {
    width: 400px;
    padding: 12px;
    left: 10px;
    bottom: -100px;
  }
  .c-works-wrap-item-content h4 {
    font-size: 1.4rem;
    width: 300px;
  }
  .c-works-wrap-item-content span {
    font-size: 1.3rem;
    width: 80px;
    height: 22px;
  }
  .c-works-wrap-item-content p {
    font-size: 1.3rem;
  }
}

.p-top-aboutus {
  width: 100%;
  max-width: 1280px;
  min-height: 750px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

.p-top-aboutus a {
  background-color: rgba(113, 150, 180, 0.2);
  display: block;
  width: 350px;
  height: 75px;
  padding-left: 90px;
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: fadeFromLeft .8s ease-in-out .3s forwards;
          animation: fadeFromLeft .8s ease-in-out .3s forwards;
}

.p-top-aboutus a strong {
  font-size: 4.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
}

.p-top-aboutus .topAboutusCircle01 {
  width: 170px;
  position: absolute;
  top: 390px;
  left: 10px;
  pointer-events: none;
}

.p-top-aboutus .topAboutusCircle02 {
  width: 305px;
  position: absolute;
  top: 535px;
  left: 125px;
  z-index: 2;
  pointer-events: none;
}

.p-top-aboutus .swiper-container {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  -webkit-animation: fadeFromRight .8s ease-in-out forwards;
          animation: fadeFromRight .8s ease-in-out forwards;
}

.p-top-aboutus .swiper-container .swiper-wrapper {
  width: calc(100% - 270px) !important;
  margin-left: auto;
  margin-right: 0;
}

.p-top-aboutus .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.p-top-aboutus .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.p-top-aboutus-content {
  position: absolute;
  top: 47.33%;
  left: 15.23%;
  z-index: 2;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-animation: fadeIn .8s ease-in-out .5s forwards;
          animation: fadeIn .8s ease-in-out .5s forwards;
}

.p-top-aboutus-content-mainTxt {
  font-size: 4.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7196b4;
  margin-bottom: 20px;
}

.p-top-aboutus-content-subTxt {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7196b4;
}

@media screen and (min-width: 1281px) {
  .p-top-aboutus {
    max-width: none;
  }
  .p-top-aboutus a {
    bottom: 50px !important;
  }
  .p-top-aboutus .swiper-container .swiper-wrapper {
    width: 70% !important;
  }
  .p-top-aboutus .swiper-container .swiper-wrapper .swiper-slide::before {
    padding-top: 55%;
  }
  .p-top-news {
    max-width: none !important;
  }
  .p-top-news-inner #sb_instagram {
    width: calc(100% - 310px) !important;
  }
  .p-top-news-inner #sb_instagram #sbi_images {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .p-top-news-inner #sb_instagram #sbi_images .sbi_item {
    margin: 0 15px !important;
  }
  .p-top-works {
    max-width: none !important;
  }
  .p-top-works-reform {
    width: 53% !important;
    position: relative;
  }
  .p-top-works-reform-txt h2 {
    font-size: 4.2rem !important;
  }
  .p-top-works-reform-txt p {
    font-size: 2.1rem !important;
  }
  .p-top-works-clean {
    width: 53% !important;
    position: relative;
  }
  .p-top-works-clean-txt h2 {
    font-size: 4.2rem !important;
  }
  .p-top-works-clean-txt p {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 960px) {
  .p-top-aboutus {
    min-height: 700px;
  }
  .p-top-aboutus-content {
    top: 42%;
    left: 12%;
  }
  .p-top-aboutus-content-mainTxt {
    font-size: 4.4rem;
  }
  .p-top-aboutus-content-subTxt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-aboutus {
    min-height: 600px;
  }
  .p-top-aboutus a {
    width: 280px;
    height: 65px;
    bottom: 15px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-left: 65px;
  }
  .p-top-aboutus a strong {
    font-size: 3.2rem;
    line-height: 2;
  }
  .p-top-aboutus .topAboutusCircle01 {
    width: 120px;
    top: 280px;
    z-index: 2;
  }
  .p-top-aboutus .topAboutusCircle02 {
    width: 240px;
    top: 350px;
    left: 90px;
  }
  .p-top-aboutus .swiper-container .swiper-wrapper {
    width: calc(100% - 180px) !important;
  }
  .p-top-aboutus-content {
    top: 300px;
    left: 70px;
  }
  .p-top-aboutus-content-mainTxt {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .p-top-aboutus-content-subTxt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 660px) {
  .p-top-aboutus {
    min-height: 480px;
  }
  .p-top-aboutus a {
    width: 200px;
    height: 50px;
    bottom: -30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 40px;
  }
  .p-top-aboutus a strong {
    font-size: 2.6rem;
    line-height: 1.9;
  }
  .p-top-aboutus .topAboutusCircle01 {
    width: 90px;
    top: 200px;
    z-index: 2;
  }
  .p-top-aboutus .topAboutusCircle02 {
    width: 190px;
    top: 280px;
    left: 70px;
  }
  .p-top-aboutus .swiper-container .swiper-wrapper {
    width: calc(100% - 160px) !important;
  }
  .p-top-aboutus .swiper-container .swiper-wrapper .swiper-slide::before {
    padding-top: 63%;
  }
  .p-top-aboutus-content {
    top: 240px;
    left: 20px;
  }
  .p-top-aboutus-content-mainTxt {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-top-aboutus-content-subTxt {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 468px) {
  .p-top-aboutus a {
    bottom: 0;
  }
  .p-top-aboutus-content-mainTxt {
    font-size: 2.7rem;
  }
  .p-top-aboutus-content-subTxt {
    font-size: 1.4rem;
  }
}

.p-top-news {
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 45px;
  margin: 0 auto;
  position: relative;
}

.p-top-news.animationActive .p-top-news-more {
  -webkit-animation: fadeFromRight .8s ease-in-out .4s forwards;
          animation: fadeFromRight .8s ease-in-out .4s forwards;
}

.p-top-news.animationActive .p-top-news-inner-title {
  -webkit-animation: fadeFromLeft .8s ease-in-out forwards;
          animation: fadeFromLeft .8s ease-in-out forwards;
}

.p-top-news.animationActive .p-top-news-inner #sb_instagram #sbi_images .sbi_item:first-of-type {
  -webkit-animation: fadeIn .8s ease-in-out .3s forwards;
          animation: fadeIn .8s ease-in-out .3s forwards;
}

.p-top-news.animationActive .p-top-news-inner #sb_instagram #sbi_images .sbi_item:nth-of-type(2) {
  -webkit-animation: fadeIn .8s ease-in-out .5s forwards;
          animation: fadeIn .8s ease-in-out .5s forwards;
}

.p-top-news.animationActive .p-top-news-inner #sb_instagram #sbi_images .sbi_item:last-of-type {
  -webkit-animation: fadeIn .8s ease-in-out .7s forwards;
          animation: fadeIn .8s ease-in-out .7s forwards;
}

.p-top-news .topNewsCircle01 {
  width: 600px;
  position: absolute;
  bottom: 0;
  right: -200px;
  z-index: -1;
}

.p-top-news .topNewsCircle02 {
  width: 225px;
  position: absolute;
  bottom: -125px;
  right: 15px;
  z-index: -1;
}

.p-top-news .topNewsCircle03 {
  width: 80px;
  position: absolute;
  bottom: -20px;
  right: 35px;
  z-index: -1;
}

.p-top-news-more {
  background-color: rgba(113, 150, 180, 0.2);
  width: 245px;
  height: 75px;
  padding-right: 75px;
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 2;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.p-top-news-more strong {
  font-size: 4.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
}

.p-top-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 285px);
}

.p-top-news-inner-title {
  width: 310px;
  padding-left: 90px;
  padding-top: 75px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.p-top-news-inner-title h2 {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
  margin-bottom: 20px;
}

.p-top-news-inner-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-top-news-inner-title p img {
  width: 90px;
}

.p-top-news-inner-title p span {
  font-size: 1.9rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #969da3;
  padding-left: 5px;
}

.p-top-news-inner #sb_instagram {
  width: calc(100% - 310px) !important;
}

.p-top-news-inner #sb_instagram #sbi_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-top-news-inner #sb_instagram #sbi_images .sbi_item {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  width: calc(100% / 3 - 5px) !important;
  max-width: 180px !important;
}

.p-top-news-inner #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  border-radius: 50%;
  padding-top: 100%;
}

.p-top-news-inner #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

.p-top-news-inner #sb_instagram #sbi_images .sbi_item .sbi_info p {
  font-size: 1.4rem;
  line-height: 1.9;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #969da3;
  display: block !important;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-top-news {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .p-top-news .topNewsCircle01 {
    width: 470px;
    right: -140px;
  }
  .p-top-news .topNewsCircle02 {
    width: 175px;
    bottom: -95px;
  }
  .p-top-news .topNewsCircle03 {
    width: 65px;
    bottom: -10px;
  }
  .p-top-news-more {
    width: 210px;
    height: 65px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-right: 65px;
    top: 420px;
  }
  .p-top-news-more strong {
    font-size: 3.2rem;
    line-height: 2;
  }
  .p-top-news-inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-news-inner-title {
    width: 100%;
    padding-left: 15px;
    padding-top: 0;
  }
  .p-top-news-inner-title h2 {
    font-size: 4rem;
    float: left;
    margin-bottom: 30px;
  }
  .p-top-news-inner-title p {
    height: 36px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 20px;
  }
  .p-top-news-inner-title p img {
    width: 80px;
  }
  .p-top-news-inner-title p span {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .p-top-news-inner #sb_instagram {
    width: 738px !important;
    margin: 0 auto;
    padding: 0 15px;
  }
  .p-top-news-inner #sb_instagram #sbi_images .sbi_item {
    maw-width: 210px !important;
  }
  .p-top-news-inner #sb_instagram #sbi_images .sbi_item .sbi_info p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 550px) {
  .p-top-news {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .p-top-news .topNewsCircle01 {
    width: 390px;
    right: -100px;
    z-index: -1;
  }
  .p-top-news .topNewsCircle02 {
    width: 135px;
    bottom: -65px;
  }
  .p-top-news .topNewsCircle03 {
    width: 50px;
    bottom: -10px;
  }
  .p-top-news-more {
    width: 170px;
    height: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-right: 50px;
    top: 430px;
  }
  .p-top-news-more strong {
    font-size: 2.6rem;
    line-height: 1.9;
  }
  .p-top-news-inner-title {
    padding-left: 15px;
  }
  .p-top-news-inner-title h2 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .p-top-news-inner-title p {
    height: 26px;
  }
  .p-top-news-inner-title p img {
    width: 75px;
  }
  .p-top-news-inner-title p span {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .p-top-news-inner #sb_instagram {
    width: 530px !important;
    padding: 0 10px;
  }
  .p-top-news-inner #sb_instagram #sbi_images .sbi_item {
    maw-width: 165px !important;
  }
  .p-top-news-inner #sb_instagram #sbi_images .sbi_item .sbi_info p {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.p-top-works {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.p-top-works.animationActive .p-top-works-reform {
  -webkit-animation: fadeFromLeft .8s ease-in-out forwards;
          animation: fadeFromLeft .8s ease-in-out forwards;
}

.p-top-works.animationActive .p-top-works-reform h2 {
  -webkit-animation: fadeIn .8s ease-in-out .5s forwards;
          animation: fadeIn .8s ease-in-out .5s forwards;
}

.p-top-works.animationActive .p-top-works-reform p {
  -webkit-animation: fadeIn .8s ease-in-out .5s forwards;
          animation: fadeIn .8s ease-in-out .5s forwards;
}

.p-top-works.animationActive .p-top-works-reform-more {
  -webkit-animation: fadeInMore .8s ease-in-out .5s forwards;
          animation: fadeInMore .8s ease-in-out .5s forwards;
}

.p-top-works.animationActive .p-top-works-clean {
  -webkit-animation: fadeFromRight .8s ease-in-out .4s forwards;
          animation: fadeFromRight .8s ease-in-out .4s forwards;
}

.p-top-works.animationActive .p-top-works-clean h2 {
  -webkit-animation: fadeIn .8s ease-in-out .9s forwards;
          animation: fadeIn .8s ease-in-out .9s forwards;
}

.p-top-works.animationActive .p-top-works-clean p {
  -webkit-animation: fadeIn .8s ease-in-out .9s forwards;
          animation: fadeIn .8s ease-in-out .9s forwards;
}

.p-top-works.animationActive .p-top-works-clean-more {
  -webkit-animation: fadeInMore .8s ease-in-out .9s forwards;
          animation: fadeInMore .8s ease-in-out .9s forwards;
}

.p-top-works .topWorksCircle01 {
  width: 225px;
  position: absolute;
  left: -45px;
  bottom: -160px;
}

.p-top-works .topWorksCircle02 {
  width: 80px;
  position: absolute;
  left: 245px;
  bottom: -35px;
}

.p-top-works-reform {
  width: 680px;
  position: relative;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.p-top-works-reform img {
  width: 100%;
}

.p-top-works-reform-txt {
  position: absolute;
  left: 22.05%;
  bottom: 80px;
}

.p-top-works-reform-txt h2 {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-top-works-reform-txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: kozuka-gothic-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-top-works-reform-more {
  background-color: rgba(113, 150, 180, 0.2);
  width: 295px;
  height: 75px;
  border-radius: 37px;
  position: absolute;
  padding-left: 25px;
  left: 23.53%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateY(calc(50% + 30px));
          transform: translateY(calc(50% + 30px));
  opacity: 0;
  z-index: 2;
}

.p-top-works-reform-more strong {
  font-size: 4.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
}

.p-top-works-clean {
  width: 680px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -470px;
  position: relative;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.p-top-works-clean img {
  width: 100%;
}

.p-top-works-clean-txt {
  position: absolute;
  right: 13.24%;
  bottom: 80px;
}

.p-top-works-clean-txt h2 {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-top-works-clean-txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: kozuka-gothic-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-top-works-clean-more {
  background-color: rgba(113, 150, 180, 0.2);
  width: 295px;
  height: 75px;
  border-radius: 37px;
  position: absolute;
  padding-left: 25px;
  left: 23.53%;
  bottom: 0;
  -webkit-transform: translateY(calc(50% + 30px));
          transform: translateY(calc(50% + 30px));
  z-index: 2;
}

.p-top-works-clean-more strong {
  font-size: 4.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
}

@media screen and (max-width: 1180px) {
  .p-top-works-reform {
    width: 52%;
  }
  .p-top-works-reform-txt {
    left: 30px;
    bottom: 70px;
  }
  .p-top-works-reform-txt h2 {
    font-size: 3.8rem;
  }
  .p-top-works-reform-txt p {
    font-size: 1.5rem;
  }
  .p-top-works-clean {
    width: 52%;
    margin-top: -340px;
  }
  .p-top-works-clean-txt {
    right: 30px;
    bottom: 70px;
  }
  .p-top-works-clean-txt h2 {
    font-size: 3.8rem;
  }
  .p-top-works-clean-txt p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .p-top-works {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-top-works .topWorksCircle01 {
    width: 200px;
    left: -30px;
    bottom: -130px;
  }
  .p-top-works .topWorksCircle02 {
    width: 70px;
    left: 210px;
    bottom: -25px;
  }
  .p-top-works-reform {
    width: 80%;
    z-index: 2;
  }
  .p-top-works-reform-txt {
    left: 14%;
  }
  .p-top-works-reform-txt h2 {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
  .p-top-works-reform-txt p {
    font-size: 1.8rem;
  }
  .p-top-works-reform-more {
    width: 280px;
    height: 70px;
    border-radius: 32px;
    left: 7%;
  }
  .p-top-works-reform-more strong {
    font-size: 3.4rem;
    line-height: 2;
  }
  .p-top-works-clean {
    width: 80%;
    margin-top: 50px;
  }
  .p-top-works-clean-txt {
    right: 14%;
  }
  .p-top-works-clean-txt h2 {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
  .p-top-works-clean-txt p {
    font-size: 1.8rem;
  }
  .p-top-works-clean-more {
    width: 280px;
    height: 70px;
    border-radius: 32px;
    left: 29%;
  }
  .p-top-works-clean-more strong {
    font-size: 3.4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 660px) {
  .p-top-works {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .p-top-works .topWorksCircle01 {
    width: 180px;
    left: -30px;
    bottom: -110px;
  }
  .p-top-works .topWorksCircle02 {
    width: 60px;
    left: 170px;
    bottom: -20px;
  }
  .p-top-works-reform {
    width: 90%;
  }
  .p-top-works-reform-txt h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .p-top-works-reform-txt p {
    font-size: 1.6rem;
  }
  .p-top-works-reform-more {
    width: 250px;
    height: 60px;
    border-radius: 30px;
  }
  .p-top-works-reform-more strong {
    font-size: 3rem;
    line-height: 2;
  }
  .p-top-works-clean {
    width: 90%;
    margin-top: 40px;
  }
  .p-top-works-clean-txt h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .p-top-works-clean-txt p {
    font-size: 1.6rem;
  }
  .p-top-works-clean-more {
    width: 250px;
    height: 60px;
    border-radius: 30px;
    left: 29%;
  }
  .p-top-works-clean-more strong {
    font-size: 3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 468px) {
  .p-top-works-reform {
    width: 95%;
  }
  .p-top-works-reform-txt {
    left: 25px;
    bottom: 50px;
  }
  .p-top-works-clean {
    width: 95%;
  }
  .p-top-works-clean-txt {
    right: 25px;
    bottom: 50px;
  }
}

.p-areaInfo {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 145px;
}

.p-areaInfo.animationActive h2 {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards;
}

.p-areaInfo.animationActive .p-areaInfo-inner img {
  -webkit-animation: fadeFromRight .8s ease-in-out .3s forwards;
          animation: fadeFromRight .8s ease-in-out .3s forwards;
}

.p-areaInfo.animationActive .p-areaInfo-inner p {
  -webkit-animation: fadeFromLeft .8s ease-in-out .5s forwards;
          animation: fadeFromLeft .8s ease-in-out .5s forwards;
}

.p-areaInfo h2 {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #7196b4;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.p-areaInfo h2 br {
  display: none;
}

.p-areaInfo h2 span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-areaInfo-inner {
  width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}

.p-areaInfo-inner img {
  width: 720px;
  margin-right: -20px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.p-areaInfo-inner p {
  font-size: 1.8rem;
  line-height: 2.1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 245px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background-color: #7196b4;
  position: absolute;
  top: 270px;
  left: 150px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-areaInfo {
    padding-top: 35px;
    padding-bottom: 110px;
  }
  .p-areaInfo h2 {
    font-size: 2.8rem;
  }
  .p-areaInfo h2 span {
    font-size: 1.6rem;
  }
  .p-areaInfo-inner {
    width: 100%;
  }
  .p-areaInfo-inner img {
    width: 600px;
    margin-top: 0;
  }
  .p-areaInfo-inner p {
    font-size: 1.7rem;
    width: 210px;
    top: 200px;
    left: 100px;
  }
}

@media screen and (max-width: 660px) {
  .p-areaInfo {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .p-areaInfo h2 {
    font-size: 2.5rem;
  }
  .p-areaInfo h2 br {
    display: block;
  }
  .p-areaInfo h2 span {
    font-size: 1.5rem;
  }
  .p-areaInfo-inner {
    width: 100%;
  }
  .p-areaInfo-inner img {
    width: 500px;
    margin-top: 0;
    margin-right: 0;
  }
  .p-areaInfo-inner p {
    font-size: 1.6rem;
    width: 190px;
    top: 180px;
    left: 30px;
  }
}

.p-contact {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  padding-bottom: 350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact.animationActive .p-contact-title {
  -webkit-animation: fadeFromLeft .8s ease-in-out forwards;
          animation: fadeFromLeft .8s ease-in-out forwards;
}

.p-contact.animationActive .p-contact-form {
  -webkit-animation: fadeIn .8s ease-in-out .3s forwards;
          animation: fadeIn .8s ease-in-out .3s forwards;
}

.p-contact-title {
  display: block;
  width: 385px;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #7196b4;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.p-contact-form {
  width: 545px;
  font-family: fot-tsukuardgothic-std, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-contact-form ul li {
  width: 100%;
}

.p-contact-form ul li .p-contact-form-info {
  width: 100%;
  padding: 20px 25px;
  display: block;
  font-size: 1.6rem;
  border-radius: 20px;
  border: 1px solid #7196b4;
  margin-bottom: 20px;
  font-family: fot-tsukuardgothic-std, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
  font-style: normal;
}

.p-contact-form ul li .p-contact-form-info::-webkit-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-info:-ms-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-info::-ms-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-info::placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-textarea {
  padding: 25px 25px;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  border-radius: 20px;
  border: 1px solid #7196b4;
  width: 100%;
  min-height: 405px;
  font-family: fot-tsukuardgothic-std, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
}

.p-contact-form ul li .p-contact-form-textarea::-webkit-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-textarea:-ms-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-textarea::-ms-input-placeholder {
  color: #bac7d2;
}

.p-contact-form ul li .p-contact-form-textarea::placeholder {
  color: #bac7d2;
}

.p-contact-form-checkBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #7196b4;
  position: relative;
  cursor: pointer;
}

.p-contact-form-checkBtn:checked::before {
  border-right: 0px solid #7196b4;
  border-bottom: 0px solid #7196b4;
  -webkit-animation: checkFlag 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: checkFlag 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  content: '';
  display: block;
  height: 30px;
  left: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 10px;
}

.p-contact-form label {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #7196b4;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 20px;
  cursor: pointer;
}

.p-contact-form-checkBtn:checked + label + .p-contact-form-button {
  cursor: pointer;
  pointer-events: visible;
  opacity: 1;
}

.p-contact-form-button {
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 110px;
  background-color: #7196b4;
  color: #fff;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 200px;
  }
  .p-contact-title {
    width: 260px;
    font-size: 3.6rem;
  }
  .p-contact-form {
    width: 470px;
  }
  .p-contact-form ul li .p-contact-form-info {
    padding: 15px 20px;
    font-size: 1.7rem;
  }
  .p-contact-form ul li .p-contact-form-textarea {
    padding: 20px;
    font-size: 1.7rem;
    min-height: 360px;
    margin-bottom: 35px;
  }
  .p-contact-form-checkbox {
    width: 26px;
    height: 26px;
  }
  .p-contact-form-checkbox:checked::before {
    height: 26px;
    width: 8px;
  }
  .p-contact-form label {
    font-size: 1.7rem;
    padding-left: 10px;
  }
  .p-contact-form-button {
    font-size: 1.7rem;
    padding: 12px 90px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 660px) {
  .p-contact {
    padding-bottom: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact-title {
    width: 260px;
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .p-contact-form {
    width: 100%;
  }
  .p-contact-form ul li .p-contact-form-info {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .p-contact-form ul li .p-contact-form-textarea {
    padding: 15px;
    min-height: 320px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .p-contact-form-checkbox {
    width: 24px;
    height: 24px;
  }
  .p-contact-form-checkbox:checked::before {
    height: 24px;
    width: 6px;
  }
  .p-contact-form-button {
    padding: 10px 75px;
    margin-top: 40px;
  }
}

.p-aboutusGreeting {
  width: 100%;
  background-image: url(../images/3x/aboutus-background@3x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 140px;
  padding-bottom: 360px;
}

.p-aboutusGreeting.animationActive .p-aboutusGreeting-wrap {
  -webkit-animation: fadeIn .8s ease-in-out .4s forwards;
          animation: fadeIn .8s ease-in-out .4s forwards;
}

.p-aboutusGreeting-wrap {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-aboutusGreeting-wrap-main {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #7e9fba;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: 25px;
  margin-top: -25px;
}

.p-aboutusGreeting-wrap-txt01 {
  font-size: 2.4rem;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #7e9fba;
  letter-spacing: 0.1em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 65px;
}

.p-aboutusGreeting-wrap-txt02 {
  font-size: 1.6rem;
  line-height: 2.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #7e9fba;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 45px;
}

.p-aboutusGreeting-wrap-txt03 {
  font-size: 1.6rem;
  line-height: 2.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #7e9fba;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 960px) {
  .p-aboutusGreeting-wrap-main {
    font-size: 2.5rem;
    margin-left: 15px;
  }
  .p-aboutusGreeting-wrap-txt01 {
    font-size: 2.1rem;
    margin-left: 45px;
  }
  .p-aboutusGreeting-wrap-txt02 {
    font-size: 1.5rem;
    margin-left: 35px;
  }
  .p-aboutusGreeting-wrap-txt03 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutusGreeting {
    padding-top: 100px;
    padding-bottom: 260px;
    background-size: 100% auto;
  }
  .p-aboutusGreeting-wrap {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-aboutusGreeting-wrap-main {
    width: 540px;
    font-size: 2.6rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-aboutusGreeting-wrap-txt01 {
    width: 540px;
    font-size: 2.4rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-aboutusGreeting-wrap-txt02 {
    width: 540px;
    font-size: 1.7rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-aboutusGreeting-wrap-txt03 {
    width: 540px;
    font-size: 1.7rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 550px) {
  .p-aboutusGreeting {
    padding-top: 75px;
    padding-bottom: 180px;
  }
  .p-aboutusGreeting-wrap {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-aboutusGreeting-wrap-main {
    width: 500px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .p-aboutusGreeting-wrap-txt01 {
    width: 500px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-aboutusGreeting-wrap-txt02 {
    width: 500px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-aboutusGreeting-wrap-txt03 {
    width: 500px;
    font-size: 1.5rem;
  }
}

.p-aboutusProfile {
  width: 100%;
  max-width: 1140px;
  padding: 30px 20px 165px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-aboutusProfile.animationActive h3 {
  -webkit-animation: fadeFromLeft .8s ease-in-out forwards;
          animation: fadeFromLeft .8s ease-in-out forwards;
}

.p-aboutusProfile.animationActive .p-aboutusProfile-logo {
  -webkit-animation: fadeIn .8s ease-in-out .4s forwards;
          animation: fadeIn .8s ease-in-out .4s forwards;
}

.p-aboutusProfile.animationActive .p-aboutusProfile-info {
  -webkit-animation: fadeIn .8s ease-in-out .4s forwards;
          animation: fadeIn .8s ease-in-out .4s forwards;
}

.p-aboutusProfile h3 {
  font-size: 18rem;
  line-height: 0.85;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #f1f4f7;
  position: absolute;
  left: -40px;
  top: 290px;
  z-index: -1;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.p-aboutusProfile-logo {
  width: 410px;
  padding-left: 135px;
  padding-top: 130px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-aboutusProfile-logo img {
  width: 175px;
}

.p-aboutusProfile-info {
  width: calc(100% - 410px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.p-aboutusProfile-info dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 22px 0;
}

.p-aboutusProfile-info dl:not(:last-of-type) {
  border-bottom: 1px solid #cad9e6;
}

.p-aboutusProfile-info dl dt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7e9fba;
  width: 160px;
}

.p-aboutusProfile-info dl dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7e9fba;
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  .p-aboutusProfile {
    padding: 20px 15px 130px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-aboutusProfile h3 {
    font-size: 12rem;
    left: 25px;
    top: 350px;
  }
  .p-aboutusProfile-logo {
    width: 100%;
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
  }
  .p-aboutusProfile-logo img {
    width: 180px;
  }
  .p-aboutusProfile-info {
    width: 100%;
  }
  .p-aboutusProfile-info dl {
    width: 100%;
    padding: 20px 0;
  }
  .p-aboutusProfile-info dl dt {
    font-size: 1.6rem;
    width: 200px;
    padding-left: 20px;
  }
  .p-aboutusProfile-info dl dd {
    font-size: 1.6rem;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 550px) {
  .p-aboutusProfile {
    padding: 20px 10px 90px;
  }
  .p-aboutusProfile h3 {
    font-size: 10rem;
    left: 20px;
    top: 300px;
  }
  .p-aboutusProfile-logo {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .p-aboutusProfile-logo img {
    width: 160px;
  }
  .p-aboutusProfile-info dl {
    padding: 18px 0;
  }
  .p-aboutusProfile-info dl dt {
    font-size: 1.5rem;
    width: 130px;
    padding-left: 15px;
  }
  .p-aboutusProfile-info dl dd {
    font-size: 1.5rem;
    width: calc(100% - 130px);
  }
}

.p-thanks {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 250px 20px;
}

.p-thanks p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-thanks p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 220px 15px;
  }
  .p-thanks p {
    font-size: 1.8rem;
  }
  .p-thanks p:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 550px) {
  .p-thanks {
    padding: 260px 15px;
  }
  .p-thanks p {
    font-size: 1.6rem;
  }
  .p-thanks p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.u-reformTop h2 {
  background: linear-gradient(-58deg, #93a5cf, #e4efe9);
}

.u-reformTop .c-top-thumb {
  background-image: url(../images/3x/reform-mainImg@3x.jpg);
}

.u-cleanTop h2 {
  background: linear-gradient(40deg, #74bce5, #b2ddad);
}

.u-cleanTop .c-top-thumb {
  background-image: url(../images/3x/cleaning-mainImg@3x.jpg);
}

.u-worksTop h2 {
  position: relative;
}

.u-worksTop h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-58deg, #93a5cf, #e4efe9);
  z-index: -1;
}

.u-worksTop h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: linear-gradient(40deg, #74bce5, #b2ddad);
  z-index: -1;
}

.u-worksTop .c-top-thumb {
  background-image: url(../images/3x/works-mainImg@3x.jpg);
}

.u-aboutusTop h2 {
  background: linear-gradient(-58deg, #93a5cf, #e4efe9);
}

.u-aboutusTop .c-top-thumb {
  background-image: url(../images/3x/aboutus-mainImg@3x.jpg);
}

.u-reformPoint {
  background: linear-gradient(-58deg, rgba(172, 168, 224, 0.8), rgba(82, 127, 137, 0.8));
}

.u-cleanPoint {
  background: linear-gradient(130deg, rgba(178, 221, 173, 0.8), rgba(116, 188, 229, 0.8));
}

.u-reformBacktxt {
  color: #eff6fa;
}

.u-cleanBacktxt {
  color: #effaf2;
}

.u-reformTxt {
  color: #7196b4;
}

.u-cleanTxt {
  color: #719ca5;
}

.u-reformWecan.c-wecan-inner::before {
  background-color: #c0d3dd;
}

.u-reformWecan.c-wecan-inner::after {
  background-color: #c0d3dd;
}

.u-reformWecan dl {
  border-bottom: 1px solid #c0d3dd;
}

.u-cleanWecan.c-wecan-inner::before {
  background-color: #c0ddce;
}

.u-cleanWecan.c-wecan-inner::after {
  background-color: #c0ddce;
}

.u-cleanWecan dl {
  border-bottom: 1px solid #c0ddce;
}

.u-reformWorks {
  padding-top: 170px;
}

.u-reformWorks .c-works-wrap.animationActive::before {
  -webkit-animation: fadeFromLeftBottom .8s ease-in-out forwards;
          animation: fadeFromLeftBottom .8s ease-in-out forwards;
}

.u-reformWorks .c-works-wrap.animationActive .c-works-wrap-title {
  -webkit-animation: fadeInReformTitle .8s ease-in-out .2s forwards;
          animation: fadeInReformTitle .8s ease-in-out .2s forwards;
}

.u-reformWorks .c-works-wrap::before {
  background: linear-gradient(-58deg, rgba(147, 165, 207, 0.3), rgba(228, 239, 233, 0.3));
  top: 0;
  left: 0;
  -webkit-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
  opacity: 0;
}

.u-reformWorks .c-works-wrap-title {
  position: absolute;
  left: 90px;
  top: 0;
  width: 690px;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  opacity: 0;
  max-width: 100%;
}

.u-reformWorks .c-works-wrap-title img {
  width: 100%;
}

.u-cleanWorks {
  padding-top: 280px;
  padding-bottom: 150px;
}

.u-cleanWorks .c-works-wrap.animationActive::before {
  -webkit-animation: fadeFromRightBottom .8s ease-in-out forwards;
          animation: fadeFromRightBottom .8s ease-in-out forwards;
}

.u-cleanWorks .c-works-wrap.animationActive .c-works-wrap-title {
  -webkit-animation: fadeInCleanTitle .8s ease-in-out .2s forwards;
          animation: fadeInCleanTitle .8s ease-in-out .2s forwards;
}

.u-cleanWorks .c-works-wrap::before {
  background: linear-gradient(40deg, rgba(116, 188, 229, 0.3), rgba(178, 221, 173, 0.3));
  top: 0;
  right: 0;
  -webkit-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
  opacity: 0;
}

.u-cleanWorks .c-works-wrap-title {
  position: absolute;
  right: -10px;
  top: 0;
  width: 970px;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
  opacity: 0;
  max-width: 100%;
}

.u-cleanWorks .c-works-wrap-title img {
  width: 100%;
}

.u-reformCategory {
  background-color: #7196b4;
}

.u-cleanCategory {
  background-color: #71aeb4;
}

.u-thanksLinks a {
  color: #686767 !important;
}

@media screen and (max-width: 768px) {
  .u-reformWorks {
    padding-top: 120px;
  }
  .u-reformWorks .c-works-wrap-title {
    left: 30px;
    width: 540px;
  }
  .u-cleanWorks {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .u-cleanWorks .c-works-wrap-title {
    right: 10px;
    width: 710px;
  }
  .br-pc {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .u-reformWorks {
    padding-top: 100px;
  }
  .u-reformWorks .c-works-wrap-title {
    left: 20px;
    width: 360px;
  }
  .u-cleanWorks {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .u-cleanWorks .c-works-wrap-title {
    right: 10px;
    width: 500px;
  }
}

@-webkit-keyframes checkFlag {
  0% {
    border-right: 0px solid #7196b4;
    border-bottom: 0px solid #7196b4;
  }
  45%, 55% {
    border-bottom: 5px solid #7196b4;
    border-right: 0px solid #7196b4;
  }
  100% {
    border-bottom: 5px solid #7196b4;
    border-right: 10px solid #7196b4;
  }
}

@keyframes checkFlag {
  0% {
    border-right: 0px solid #7196b4;
    border-bottom: 0px solid #7196b4;
  }
  45%, 55% {
    border-bottom: 5px solid #7196b4;
    border-right: 0px solid #7196b4;
  }
  100% {
    border-bottom: 5px solid #7196b4;
    border-right: 10px solid #7196b4;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInMore {
  0% {
    -webkit-transform: translateY(calc(50% + 30px));
            transform: translateY(calc(50% + 30px));
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
  }
}

@keyframes fadeInMore {
  0% {
    -webkit-transform: translateY(calc(50% + 30px));
            transform: translateY(calc(50% + 30px));
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInReformTitle {
  0% {
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}

@keyframes fadeInReformTitle {
  0% {
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInCleanTitle {
  0% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}

@keyframes fadeInCleanTitle {
  0% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeFromLeft {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeFromLeft {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeFromLeftBacktxt {
  0% {
    -webkit-transform: translate(calc(-48% - 30px), -35%);
            transform: translate(calc(-48% - 30px), -35%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-48%, -35%);
            transform: translate(-48%, -35%);
    opacity: 1;
  }
}

@keyframes fadeFromLeftBacktxt {
  0% {
    -webkit-transform: translate(calc(-48% - 30px), -35%);
            transform: translate(calc(-48% - 30px), -35%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-48%, -35%);
            transform: translate(-48%, -35%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeFromRight {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeFromRight {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeFromLeftBottom {
  0% {
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes fadeFromLeftBottom {
  0% {
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeFromRightBottom {
  0% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes fadeFromRightBottom {
  0% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeArrow {
  0% {
    -webkit-transform: translate(calc(-100% - 20px), -100%);
            transform: translate(calc(-100% - 20px), -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
    opacity: 1;
  }
}

@keyframes fadeArrow {
  0% {
    -webkit-transform: translate(calc(-100% - 20px), -100%);
            transform: translate(calc(-100% - 20px), -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */