@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

	common

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  min-width: 1100px;
  -webkit-print-color-adjust: exact;
  opacity: 0;
}

body.comp {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

body.open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: .7;
}

a img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a:hover img {
  opacity: 1;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #9F9F9F;
}

::-moz-placeholder {
  color: #9F9F9F;
}

:-ms-input-placeholder {
  color: #9F9F9F;
}

::-ms-input-placeholder {
  color: #9F9F9F;
}

::placeholder {
  color: #9F9F9F;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #9F9F9F;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #9F9F9F;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

input[type="submit"]:hover {
  opacity: .7;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.pageWrapper {
  min-width: 1100px;
  padding-top: 100px;
  overflow: hidden;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.sp {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.black {
  font-weight: 900;
}

.maker {
  padding-bottom: 0.06em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFEB00));
  background: -webkit-linear-gradient(transparent 60%, #FFEB00 40%);
  background: -o-linear-gradient(transparent 60%, #FFEB00 40%);
  background: linear-gradient(transparent 60%, #FFEB00 40%);
  font-weight: 600;
}

@media (max-width: 750px) {
  body {
    min-width: auto;
    font-size: calc(28 / 750 * 100vw);
  }
  a:hover {
    opacity: 1;
  }
  .pageWrapper {
    min-width: auto;
    padding-top: calc(100 / 750 * 100vw);
    overflow: hidden;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .maker {
    padding-bottom: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFEB00));
    background: -webkit-linear-gradient(transparent 60%, #FFEB00 40%);
    background: -o-linear-gradient(transparent 60%, #FFEB00 40%);
    background: linear-gradient(transparent 60%, #FFEB00 40%);
    font-weight: 600;
  }
}

/* header
--------------------------------- */
header {
  width: 100%;
  min-width: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  height: 100px;
  padding: 0 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .logo .small {
  font-weight: 900;
  font-size: 12px;
  color: #969696;
}

header .logo .poppins {
  margin-top: 8px;
  font-size: 46px;
}

header.scrolled {
  background: #fff;
  top: -100px;
  z-index: 999;
}

header.scrolled02 {
  position: fixed;
  -webkit-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
}

header.scrolled03 {
  top: 0;
}

@media (max-width: 750px) {
  header {
    min-width: auto;
    z-index: 999;
  }
  header .container {
    height: calc(100 / 750 * 100vw);
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
  header .logo {
    position: relative;
    z-index: 3;
  }
  header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .logo img {
    width: calc(251 / 750 * 100vw);
  }
  header.scrolled {
    background: #fff;
    top: -100px;
    z-index: 999;
  }
  header.scrolled02 {
    position: fixed;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
  }
  header.scrolled03 {
    top: 0;
  }
  header.open {
    position: fixed;
    top: 0;
  }
  header.open .container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media (max-width: 750px) {
  #menuBtn {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    background: #63C4C4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #menuBtn .barWrap {
    width: calc(40 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #menuBtn .bar {
    width: calc(40 / 750 * 100vw);
    height: 2px;
    border-radius: calc(3 / 750 * 100vw);
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #menuBtn .bar.top {
    top: 0;
  }
  #menuBtn .bar.middle {
    top: calc(12 / 750 * 100vw);
  }
  #menuBtn .bar.bottom {
    top: calc(24 / 750 * 100vw);
  }
  #menuBtn.open .bar.top {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #menuBtn.open .bar.middle {
    opacity: 0;
    visibility: hidden;
  }
  #menuBtn.open .bar.bottom {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media (max-width: 750px) {
  #closeMenu {
    opacity: 0;
    visibility: hidden;
  }
  #closeMenu.open {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}

#gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#gNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#gNav li {
  margin-left: 50px;
}

#gNav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  font-weight: 900;
  text-align: center;
  position: relative;
}

#gNav li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#gNav li a.current {
  color: #63C4C4;
}

#gNav li a.current:before {
  background: #63C4C4;
  opacity: 1;
  visibility: visible;
}

#gNav li a:hover {
  color: #63C4C4;
  opacity: 1;
}

#gNav .spBtnWrap {
  display: none;
}

@media (max-width: 750px) {
  #gNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: calc(136 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    margin-left: auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 105vw;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #gNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gNav li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
  }
  #gNav li a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(124 / 750 * 100vw);
    padding-left: calc(92 / 750 * 100vw);
    font-size: calc(43 / 750 * 100vw);
    font-weight: 900;
    color: #000;
  }
  #gNav li a:before {
    height: calc(6 / 750 * 100vw);
    top: auto;
    bottom: 0;
  }
  #gNav li a:after {
    content: '';
    display: block;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    background: #63C4C4;
    position: absolute;
    top: calc(60 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    z-index: 1;
  }
  #gNav li a.current {
    color: #63C4C4;
  }
  #gNav li a.current:before {
    background: #63C4C4;
  }
  #gNav li .en {
    margin-right: 20px;
    font-size: 8.266667vw;
    color: #406C9F;
  }
  #gNav li .jp {
    font-size: 3.2vw;
    font-weight: 400;
    color: #707070;
  }
  #gNav li:last-child {
    margin-bottom: 0;
  }
  #gNav .nav01 {
    margin-bottom: 18px;
  }
  #gNav .nav01 li {
    padding-left: 0;
    margin-bottom: 4.8vw;
  }
  #gNav .nav01 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70.933333vw;
    height: 13.866667vw;
    background: #406C9F;
    font-size: 4.533333vw;
    color: #fff;
  }
  #gNav .nav01 li:last-child {
    margin-bottom: 0;
  }
  #gNav .nav02 {
    margin-bottom: 12vw;
  }
  #gNav.open {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #gNav .spBtnWrap {
    display: block;
    margin-top: calc(68 / 750 * 100vw);
  }
  #gNav .spBtnWrap img {
    width: calc(610 / 750 * 100vw);
  }
}

/* footer
--------------------------------- */
footer #footer {
  padding-top: 99px;
  margin-top: -99px;
}

footer .inner {
  padding: 100px 0 80px;
  background: #FFE13C;
  text-align: center;
}

footer .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 64px;
  margin: 0 auto 60px;
  background: #000;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

footer .txt {
  margin-bottom: 100px;
  line-height: 26px;
}

footer .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

footer .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

footer .logo a .small {
  font-weight: 900;
  font-size: 18px;
}

footer .logo a .poppins {
  margin-top: 8px;
  font-size: 69px;
}

footer .company {
  line-height: 40px;
}

@media (max-width: 750px) {
  footer #footer {
    padding-top: calc(99 / 750 * 100vw);
    margin-top: calc(-99 / 750 * 100vw);
  }
  footer .inner {
    padding: calc(130 / 750 * 100vw) 0 calc(280 / 750 * 100vw);
  }
  footer .btn {
    width: calc(506 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  footer .txt {
    margin-bottom: calc(120 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: calc(45 / 750 * 100vw);
  }
  footer .logo {
    margin-bottom: calc(75 / 750 * 100vw);
  }
  footer .logo a .small {
    font-size: calc(26 / 750 * 100vw);
  }
  footer .logo a .poppins {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(102 / 750 * 100vw);
  }
  footer .company {
    line-height: calc(64 / 750 * 100vw);
  }
}

.cta-fixed {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cta-fixed.scrolled {
  opacity: 1;
  visibility: visible;
}
