/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

a {
  color: #000;
}
a:hover {
  color: #0d0d0d;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  #wrap {
    min-width: 0px;
    overflow: hidden;
  }
}
#wrap header {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #wrap header {
    height: 60px;
  }
}
#wrap header .logo-webcg {
  position: absolute;
  top: 18px;
  left: 24px;
  width: 154px;
}
@media screen and (max-width: 768px) {
  #wrap header .logo-webcg {
    top: 18px;
    left: 20px;
    width: 100px;
  }
}
#wrap header .logo-webcg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap header .logo-webcg {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap header .logo-webcg:hover {
    opacity: 0.7;
  }
}
#wrap header .logo-cargraphic {
  position: absolute;
  top: 16px;
  right: 22px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  #wrap header .logo-cargraphic {
    top: 18px;
    right: 20px;
    width: 38px;
  }
}
#wrap header .logo-cargraphic img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap header .logo-cargraphic {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap header .logo-cargraphic:hover {
    opacity: 0.7;
  }
}
#wrap main {
  display: block;
}
@media screen and (max-width: 768px) {
  #wrap main {
    margin-top: 2.6666666667vw;
  }
}
#wrap main section.main {
  position: relative;
  width: 100%;
  max-width: 1240px;
  min-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 0;
  }
}
#wrap main section.main .ttl-box {
  text-align: center;
}
#wrap main section.main .ttl-box h1 {
  width: 653px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .ttl-box h1 {
    width: 89.3333333333vw;
  }
}
#wrap main section.main .ttl-box h1 img {
  width: 100%;
  height: auto;
}
#wrap main section.main .ttl-box h2 {
  position: relative;
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .ttl-box h2 {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
#wrap main section.main .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 50px auto 0;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    margin: 5.3333333333vw auto 0;
    padding: 0;
  }
}
#wrap main section.main .container .l-col {
  width: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 8px 0 0;
  }
}
#wrap main section.main .container .l-col nav {
  position: relative;
  width: 100%;
  left: 15px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav {
    width: 85.3333333333vw;
    margin: 2.6666666667vw auto 0;
    left: 0px;
  }
}
#wrap main section.main .container .l-col nav h1 {
  color: #a57a44;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav h1 {
    font-size: 22px;
  }
}
#wrap main section.main .container .l-col nav ul {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul {
    margin: 12px 0 0;
    font-size: 4vw;
  }
}
#wrap main section.main .container .l-col nav ul li {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  color: #004F91;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul li {
    white-space: normal;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section.main .container .l-col nav ul li {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.main .container .l-col nav ul li:hover {
    opacity: 0.6;
  }
}
#wrap main section.main .container .l-col nav ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul li span {
    font-size: 3.4666666667vw;
    line-height: 1.35;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul li {
    padding-left: 3.2vw;
  }
}
#wrap main section.main .container .l-col nav ul li:nth-child(n+2) {
  margin: 17px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul li:nth-child(n+2) {
    margin: 3.2vw 0 0;
  }
}
#wrap main section.main .container .l-col nav ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  background: url("../img/icon_nav.svg") no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .l-col nav ul li:before {
    top: 1.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#wrap main section.main .container .r-col {
  position: relative;
  width: calc(100% - 500px);
  background: #fff;
  padding: 0 4% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .r-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
  }
}
#wrap main section.main .container .r-col .image {
  position: relative;
  width: 100%;
}
#wrap main section.main .container .r-col .image:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("../img/icon_ad.png") center center no-repeat;
  width: 30px;
  height: 21px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .container .r-col .image:after {
    top: 1.3333333333vw;
    right: 4.2666666667vw;
    width: 6.6666666667vw;
    height: 4.6666666667vw;
  }
}
#wrap main section.main .container .r-col .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article {
  position: relative;
  max-width: 1024px;
  width: calc(100% - 100px);
  margin: 72px auto 0;
  text-align: center;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article {
    width: 100%;
    margin: 16vw auto 0;
    padding-bottom: 21.3333333333vw;
  }
}
#wrap main section.sec-article article:nth-child(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article:nth-child(n+2) {
    margin-top: 18.6666666667vw;
  }
}
#wrap main section.sec-article .image-box {
  width: 100%;
}
#wrap main section.sec-article .image-box img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article .text-box {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article .text-box {
    margin: 8.5333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
}
#wrap main section.sec-article .text-box .ttl-box h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article .text-box .ttl-box h3 {
    font-size: 6.1333333333vw;
    letter-spacing: 0em;
  }
}
#wrap main section.sec-article .text-box .ttl-box h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article .text-box .ttl-box h4 {
    font-size: 5.0666666667vw;
    letter-spacing: 0em;
    margin-top: 1.0666666667vw;
  }
}
#wrap main section.sec-article .text-box .p-box {
  position: relative;
  margin: 20px auto 0;
  text-align: left;
  max-width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article .text-box .p-box {
    margin: 4.2666666667vw auto 0;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#wrap main footer {
  position: relative;
  background: #e9eaea;
  padding: 120px 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main footer {
    padding: 16vw 0 16vw;
  }
}
#wrap main footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrap main footer ul li {
  position: relative;
  margin: 0 13px;
  width: 48px;
}
@media screen and (max-width: 768px) {
  #wrap main footer ul li {
    width: 40px;
  }
}
#wrap main footer ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main footer ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main footer ul li a:hover {
    opacity: 0.7;
  }
}
#wrap main footer .copyright {
  position: relative;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  padding: 0 0 0 40px;
  margin-top: 80px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #wrap main footer .copyright {
    font-size: 10px;
    letter-spacing: 0.03em;
    padding: 0 0 0 28px;
    margin-top: 8.5333333333vw;
  }
}
#wrap main footer .copyright:before {
  position: absolute;
  content: "AD";
  top: 1px;
  left: 0;
  border: 1px solid #000;
  padding: 4px 6px 3px 6px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main footer .copyright:before {
    font-size: 9px;
    padding: 2px 4px 2px 4px;
  }
}
#wrap main footer .pagetop {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #000;
  text-align: center;
  padding: 23px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #wrap main footer .pagetop {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main footer .pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #wrap main footer .pagetop {
    bottom: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    padding: 14px 0 0 0;
  }
  #wrap main footer .pagetop img {
    width: 10px;
    height: auto;
  }
}
#wrap main .btn-more {
  position: relative;
  width: 252px;
  height: 60px;
  line-height: 59px;
  color: #fff;
  background: #0574d4;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  #wrap main .btn-more {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main .btn-more:hover {
    background: #0089ff;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more {
    width: 164px;
    height: 50px;
    line-height: 49px;
    margin: 7.4666666667vw auto 0;
  }
}
#wrap main .btn-more a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more a {
    font-size: 15px;
  }
}
#wrap main .btn-more:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 16px;
  background: url("../img/icon_more.svg") no-repeat;
  width: 7px;
  height: 12px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more:after {
    top: 19px;
    right: 11px;
    width: 5px;
    height: 9px;
  }
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#nav.active {
  width: 100%;
  height: 100%;
}
#nav.active .cover {
  opacity: 1;
}
#nav.active .nav-box {
  display: block;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#nav.active > nav {
  background: #1a1a1a;
}
#nav.active > nav span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
#nav.active > nav span:nth-child(2) {
  opacity: 0;
}
#nav.active > nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
#nav .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#nav .nav-box {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 560px;
  height: 100%;
  background: #000;
  -webkit-transform: translateX(-560px);
          transform: translateX(-560px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav .nav-box {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#nav .nav-box nav {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 460px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav {
    left: 28px;
    width: 100%;
  }
}
#nav .nav-box nav h1 {
  color: #a57a44;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav h1 {
    font-size: 5.8666666667vw;
  }
}
#nav .nav-box nav ul {
  position: relative;
  margin: 23px auto 0;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul {
    margin: 18px 0 0;
    font-size: 14px;
  }
}
#nav .nav-box nav ul li {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 769px) {
  #nav .nav-box nav ul li {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav .nav-box nav ul li:hover {
    opacity: 0.6;
  }
}
#nav .nav-box nav ul li span {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li span {
    font-size: 3.4666666667vw;
    line-height: 1.35;
  }
}
#nav .nav-box nav ul li span:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li {
    padding-left: 14px;
  }
}
#nav .nav-box nav ul li:nth-child(n+2) {
  margin: 14px 0 0;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li:nth-child(n+2) {
    margin: 10px 0 0;
  }
}
#nav .nav-box nav ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  background: url("../img/icon_nav_white.svg") no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li:before {
    top: 1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#nav > nav {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 84px;
  height: 84px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
  overflow: hidden;
}
#nav > nav.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  #nav > nav {
    top: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
  }
}
#nav > nav:hover .inner {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #nav > nav:hover .inner {
    opacity: 1;
  }
}
#nav > nav .inner {
  position: relative;
  top: 16px;
  left: 25px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav > nav .inner {
    top: 9px;
    left: 15px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
#nav > nav span {
  position: absolute;
  background: #fff;
  top: 15px;
  left: 0px;
  width: 34px;
  height: 2px;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav > nav span {
    height: 1px;
  }
}
#nav > nav span:nth-child(2) {
  top: 25px;
}
#nav > nav span:nth-child(3) {
  top: 35px;
}
@media screen and (min-width: 769px) {
  #nav.fixed > nav {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}/*# sourceMappingURL=style.css.map */