@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  color: #1D6776;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8em; }
  @media screen and (max-width: 767px) {
    html,
    body {
      font-size: 3.1290743155vw; } }

.quicksand {
  font-family: 'Quicksand', sans-serif; }

.indent_1 {
  padding-left: 1em;
  text-indent: -1em; }

.indent_2 {
  padding-left: 2em;
  text-indent: -2em; }

.indent_3 {
  padding-left: 3em;
  text-indent: -3em; }

.indent_4 {
  padding-left: 4em;
  text-indent: -4em; }

.indent_5 {
  padding-left: 5em;
  text-indent: -5em; }

.indent_6 {
  padding-left: 6em;
  text-indent: -6em; }

.indent_7 {
  padding-left: 7em;
  text-indent: -7em; }

.indent_8 {
  padding-left: 8em;
  text-indent: -8em; }

.indent_9 {
  padding-left: 9em;
  text-indent: -9em; }

.indent_10 {
  padding-left: 10em;
  text-indent: -10em; }

.pc-only,
.sp-hide {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only,
    .sp-hide {
      display: none !important; } }

.pc-inline-only,
.sp-inline-hide {
  display: inline; }
  @media screen and (max-width: 767px) {
    .pc-inline-only,
    .sp-inline-hide {
      display: none !important; } }

.sp-only,
.pc-hide {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp-only,
    .pc-hide {
      display: inherit !important; } }

.pc-br {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-br {
      display: inline; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-br {
      display: block; } }

/* ---------------------------------------------
*   common
--------------------------------------------- */
.bap {
  width: 100%;
  min-width: 1190px; }
  @media screen and (max-width: 767px) {
    .bap {
      min-width: 0px; } }

。
#pageup {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 53px;
  z-index: 990; }
  。
  #pageup img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    。
    #pageup {
      height: auto; } }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

header {
  position: fixed;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: space-between; }
  header img {
    width: 100%;
    display: block; }
  header .logo {
    width: 82px;
    padding: 20px 40px 0 40px;
    background-color: #FFFFFF;
    line-height: 100px; }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 105px;
        padding: 10px 20px 0px 20px;
        line-height: 60px;
        box-sizing: border-box; } }
  header .menu {
    display: flex;
    width: 360px; }
    @media screen and (max-width: 767px) {
      header .menu {
        width: 120px; } }
    header .menu .bt {
      display: block;
      width: 260px;
      transition: all 1s;
      text-align: center;
      color: #FFFFFF;
      font-size: 18px;
      line-height: 100px;
      background: -moz-linear-gradient(left bottom, #FFC627 0%, #95C99E 50%, #09ACCA);
      background: -webkit-linear-gradient(left bottom, #FFC627 0%, #95C99E 50%, #09ACCA);
      background: linear-gradient(to top right, #FFC627 0%, #95C99E 50%, #09ACCA);
      border-bottom-left-radius: 10px;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        header .menu .bt {
          width: 60px;
          line-height: 60px; } }
      header .menu .bt:hover {
        opacity: 0.5; }
    header .menu .bt-on {
      width: 100px; }
      @media screen and (max-width: 767px) {
        header .menu .bt-on {
          width: 60px; } }
  header .h-open {
    width: 54.90483163%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    height: 100vh;
    background: #09ACCA;
    transition: all 0.6s;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      header .h-open {
        width: 80%; } }
    header .h-open.act {
      right: 0; }
    header .h-open .op-menu {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      header .h-open .op-menu .bt-off {
        width: 100px; }
        @media screen and (max-width: 767px) {
          header .h-open .op-menu .bt-off {
            width: 60px; } }
    header .h-open .nav-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: calc(100vh - 100px);
      padding: 0 100px; }
      @media screen and (max-width: 767px) {
        header .h-open .nav-wrap {
          padding: 0 20px; } }
      header .h-open .nav-wrap a.link {
        font-size: 18px;
        color: #FFFFFF;
        padding: 0 0 40px 0;
        display: flex;
        transition: all 0.5s; }
        @media screen and (max-width: 767px) {
          header .h-open .nav-wrap a.link {
            font-size: 4.6936114733vw;
            padding: 0 0 30px 0; } }
        header .h-open .nav-wrap a.link::before {
          content: '―';
          display: inline-block;
          padding: 0 5px 0 0; }
        header .h-open .nav-wrap a.link:last-child {
          padding: 0 0 0 0; }
        header .h-open .nav-wrap a.link:hover {
          color: #cccccc; }

#footer {
  position: relative;
  padding: 70px 0;
  background: #ffc627;
  background: linear-gradient(90deg, #ffc627 0%, #95c99e 50%, #09acca 100%);
  margin-right: 130px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 40px 0;
      margin-right: 50px; } }
  #footer .footer-nav {
    display: flex;
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #footer .footer-nav {
        width: 90%;
        display: block; } }
    #footer .footer-nav a.link {
      font-size: 13px;
      color: #FFFFFF;
      padding: 0 40px 0 0;
      display: flex;
      line-height: 1.2em;
      transition: all 0.5s; }
      @media screen and (max-width: 767px) {
        #footer .footer-nav a.link {
          font-size: 3.3898305085vw;
          padding: 0 0 30px 0; } }
      #footer .footer-nav a.link::before {
        content: '>';
        display: inline-block;
        padding: 0 5px 0 0; }
      #footer .footer-nav a.link:hover {
        color: #cccccc; }
  #footer .logo {
    width: 81px;
    margin: 0 auto 30px auto; }
    #footer .logo img {
      width: 100%;
      display: block; }

.copy-abs {
  width: 100%;
  position: relative; }
  .copy-abs .copylight-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    bottom: 0px;
    height: 540px;
    width: 130px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .copy-abs .copylight-box {
        height: 540px;
        width: 50px;
        right: 0px; } }
  .copy-abs .copylight {
    position: absolute;
    display: block;
    font-size: 10px;
    right: -30px;
    top: -400px;
    transform: rotate(90deg);
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .copy-abs .copylight {
        right: -70px;
        top: -380px;
        font-size: 2.6075619296vw; } }
  .copy-abs .pageup {
    position: absolute;
    display: block;
    right: 0px;
    top: -200px;
    z-index: 2;
    transform: rotate(90deg); }
    @media screen and (max-width: 767px) {
      .copy-abs .pageup {
        right: -35px;
        top: -180px; } }

/* Animation / */

/*# sourceMappingURL=common.css.map */
