@charset "UTF-8";
/*/////////////////////////////////////////////
	共通css
	date 2018.09.04
/////////////////////////////////////////////*/
/*-------------------------
	共通css
	date 2018.09.04
-------------------------*/
/*=========================
	カラー設定
=========================*/
/*-------------------------
	共通css
	date 2018.09.04
-------------------------*/
.c-button span {
  position: relative;
  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;
  z-index: 3;
  font-family: 'Poppins', sans-serif; }

.c-button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #08318D;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }

.c-button.-keypurple {
  background-color: #C84E96; }

.c-button.-keypurple::before {
  background-color: #7F0073; }

.c-button.-red {
  background-color: #ef4040; }

.c-button.-red::before {
  background-color: #ec1c1c; }

.c-button span::after {
  content: "";
  position: relative;
  top: .15em;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }

.c-button span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23294994%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

.c-button.-keypurple span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23C84E96%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

.c-button.-red span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23ef4040%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

@media print, screen and (min-width: 1025px) {
  a.c-button:hover span::after {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0); }

  a.c-button:hover span::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23294994%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

  a.c-button.-keypurple:hover span::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23C84E96%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

  a.c-button.-red:hover span::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23ec1c1c%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); } }
.c-button span.-blank::after {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQoJPHN0eWxlPi5pbmxpbmUtc3ZnLS1saW5lIHsgZmlsbDogbm9uZTsgc3Ryb2tlOiBjdXJyZW50Q29sb3I7IHN0cm9rZS13aWR0aDogaW5oZXJpdDsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyB9PC9zdHlsZT4NCgk8cGF0aCBjbGFzcz0iaW5saW5lLXN2Zy0tbGluZSIgZD0iTTE3LjksMTEuOXY0LjZjMCwwLjYtMC40LDEtMSwxSDcuMWMtMC42LDAtMS0wLjQtMS0xVjcuNGMwLTAuNiwwLjQtMSwxLTFoNC43Ii8+PGxpbmUgY2xhc3M9ImlubGluZS1zdmctLWxpbmUiIHgxPSIxMS45IiB5MT0iMTIiIHgyPSIxOC40IiB5Mj0iNS41Ii8+PHBvbHlsaW5lIGNsYXNzPSJpbmxpbmUtc3ZnLS1saW5lIiBwb2ludHM9IjE4LjQsOS4zIDE4LjQsNS41IDE0LjYsNS41ICIvPg0KPC9zdmc+"); }

@media screen and (min-width: 1025px), print {
  .c-button:hover .-blank::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8c3R5bGU+LmlubGluZS1zdmctLWxpbmUgeyBmaWxsOiBub25lOyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogaW5oZXJpdDsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyB9PC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJpbmxpbmUtc3ZnLS1saW5lIiBkPSJNMTcuOSwxMS45djQuNmMwLDAuNi0wLjQsMS0xLDFINy4xYy0wLjYsMC0xLTAuNC0xLTFWNy40YzAtMC42LDAuNC0xLDEtMWg0LjciLz48bGluZSBjbGFzcz0iaW5saW5lLXN2Zy0tbGluZSIgeDE9IjExLjkiIHkxPSIxMiIgeDI9IjE4LjQiIHkyPSI1LjUiLz48cG9seWxpbmUgY2xhc3M9ImlubGluZS1zdmctLWxpbmUiIHBvaW50cz0iMTguNCw5LjMgMTguNCw1LjUgMTQuNiw1LjUgIi8+Cjwvc3ZnPg=="); } }
.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #294994;
  border: none;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  cursor: pointer;
  border-radius: 0 0 12px 0 / 0 0 24px 0; }

.c-button.-bdgray {
  background-color: #fff;
  border: 2px solid #eee;
  color: #333; }

@media print, screen and (min-width: 768px) {
  .c-button {
    padding-top: 12px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px; } }
@media only screen and (max-width: 767px) {
  .c-button {
    padding-top: 12px;
    padding-bottom: 12px; } }
.c-button:focus {
  outline: none; }

.c-button .c-circle-arrow {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }

@media only screen and (max-width: 767px) {
  .c-button .c-circle-arrow {
    top: 0.15em; } }
@media print, screen and (min-width: 768px) {
  .c-button .c-circle-arrow {
    top: 0.1em; } }
@media print, screen and (min-width: 1025px) {
  .c-button:hover {
    color: #fff; } }
@media print, screen and (min-width: 1025px) {
  .c-button:hover:before, .c-button:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media print, screen and (min-width: 1025px) {
  .c-button:hover .c-circle-arrow.-white.-right {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%2308318D%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); }

  .c-button:hover .c-circle-arrow.-red.-right {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23ef4040%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); } }
@media print, screen and (min-width: 1025px) {
  .c-button:hover .c-circle-arrow.-accent.-right {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_link%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5.3l2.1-2.1L0%2C1.1L1.1%2C0l3.2%2C3.2L1.1%2C6.4L0%2C5.3z%22%20transform%3D%22translate%286%204.3%29%22%20fill%3D%22%23496a0b%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E"); } }
.c-button.-inverted {
  color: #496a0b; }

@media only screen and (max-width: 767px) {
  .c-button.-inverted {
    background-color: #222222;
    color: #fff; } }
@media print, screen and (min-width: 768px) {
  .c-button.-inverted {
    background-color: #fff; } }
.c-button.-inverted:before {
  background-color: #496a0b; }

@media print, screen and (min-width: 1025px) {
  .c-button.-inverted:hover {
    color: #fff; } }
.p-home-visual .c-button.-inverted {
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }

@media print, screen and (min-width: 768px) {
  .p-home-visual.-inverted .c-button.-inverted {
    background-color: #222;
    color: #fff; } }
.c-button.-black {
  background-color: #222222; }

.c-button.-gray_green {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .c-button.-gray_green {
    background-color: #222222;
    color: #fff; } }
@media print, screen and (min-width: 768px) {
  .c-button.-gray_green {
    background-color: #222222; } }
.c-button.-gray_green:before {
  background-color: #496a0b;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .c-button.-small {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.1rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-small {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.2rem; } }
@media only screen and (max-width: 767px) {
  .c-button.-medium {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-medium {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.6rem; } }
@media only screen and (max-width: 767px) {
  .c-button.-large {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 1.8rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-large {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.2rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-w280 {
    width: 280px; }

  .c-button.-w260 {
    width: 260px; }

  .c-button.-w240 {
    width: 240px; }

  .c-button.-w220 {
    width: 220px; }

  .c-button.-w200 {
    width: 200px; }

  .c-button.-w180 {
    width: 180px; }

  .c-button.-w160 {
    width: 160px; }

  .c-button.-w140 {
    width: 140px; }

  .c-button.-w120 {
    width: 120px; }

  .c-button.-w100 {
    width: 100px; } }
.c-button.-w160f {
  width: 160px; }

.c-button.-w140f {
  width: 140px; }

@media screen and (max-width: 767px) {
  .c-button.-w160f {
    width: 100px; } }
@media screen and (max-width: 320px) {
  .c-button.-w160f {
    width: 90px; } }
.c-button em {
  font-style: normal; }

@media print, screen and (min-width: 768px) {
  .c-button.-center {
    margin-left: auto;
    margin-right: auto; } }
.-disabled:disabled {
  background-color: #e6e6e6;
  color: #cccccc;
  pointer-events: none; }

@media only screen and (max-width: 767px) {
  .c-button.-header_contact {
    width: 120px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    font-size: 0.875rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-header_contact {
    width: 140px;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem; } }
.c-button.-next {
  padding-left: 35px;
  padding-right: 35px; }

@media only screen and (max-width: 767px) {
  .c-button.-next {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-size: 1rem; } }
@media print, screen and (min-width: 768px) {
  .c-button.-next {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem; } }
.c-button.-next span {
  display: block;
  text-align: left;
  width: calc(100% - 110px);
  padding-left: 81px;
  padding-right: 30px; }

.c-button.-next span::before {
  content: 'NEXT';
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  top: -0.15em;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #565656;
  height: 1em;
  display: inline-block;
  margin-left: -81px; }

.c-button.-next span.-nonext {
  padding-left: 0;
  width: auto; }

.c-button.-next span.-nonext::before {
  content: "";
  padding: 0;
  margin: 0;
  border: none; }

.c-button.-next:hover span::before {
  content: 'NEXT';
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  top: -0.15em;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #888;
  height: 1em;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .c-button.-next:hover span::before {
    border-right: solid 1px #565656; } }
.c-button.-next:hover span.-nonext::before {
  content: "";
  padding: 0;
  margin: 0;
  border: none; }

.c-button.-next .c-circle-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px; }

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: inherit;
  line-height: 180%;
  letter-spacing: 1px;
  vertical-align: baseline;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",Meiryo, sans-serif; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.lsf-icon.phone:before {
  content: '\E100'; }

.lsf-icon.newtab:before {
  content: '\E046'; }

.stateBox {
  margin: 0 auto 30px; }
  .stateBox p {
    text-align: center;
    padding: 3px 0; }
  .stateBox .red {
    color: #d50000;
    border: 1px solid #d50000; }

textarea,
input[type="text"] {
  font-size: 1.4rem;
  border: 1px solid #ccc; }

input[type="text"] {
  box-sizing: border-box;
  height: 36px;
  padding: 3px 6px; }

textarea {
  width: 100%;
  max-width: 600px;
  min-height: 120px;
  resize: vertical; }

select {
  height: 36px;
  border: 1px solid #ccc; }

.btn_box {
  font-size: 0;
  text-align: center; }
  .btn_box p {
    margin-bottom: 15px; }
  .btn_box div {
    margin: 30px auto; }
  .btn_box a span,
  .btn_box button span {
    color: #fff; }
  .btn_box a:hover span:after,
  .btn_box button:hover span:after {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0); }
  .btn_box .c-button {
    display: inline-block;
    vertical-align: middle; }
  .btn_box .backbtn {
    margin-right: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 1.6rem;
    text-align: center;
    transition: all .3s;
    background: #eee; }
    .btn_box .backbtn:hover {
      color: #fff;
      background-color: #000; }

.c-button:hover {
  text-decoration: none; }

.outer {
  width: 92%;
  max-width: 800px;
  margin: 0 auto 80px; }

.br {
  display: inline-block;
  vertical-align: baseline; }

header .header__inner {
  margin: 140px;
  text-align: center; }
header .wrap {
  position: relative; }
header .header__ttl-main {
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1; }
header .header__ttl-sub {
  position: absolute;
  bottom: 0;
  left: calc(100% + 15px);
  font-size: 1.8rem;
  white-space: nowrap;
  line-height: 1; }

@media screen and (max-width: 640px) {
  header .header__inner {
    margin: 60px; }
  header .header__ttl-main {
    display: block;
    margin-bottom: 6px;
    font-size: 3.6rem; }
  header .header__ttl-sub {
    position: static;
    display: block;
    font-size: 1.6rem; } }
h2 {
  font-size: 2.4rem; }

footer .footer__outer {
  border-top: 1px solid #333; }
  footer .footer__outer .footer__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0; }
    footer .footer__outer .footer__inner .footer__copy {
      font-size: 1.0rem; }

#scroolltop {
  display: block;
  position: fixed;
  right: 0;
  bottom: -70px;
  background: #7F0073;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  #scroolltop:hover {
    opacity: 0.8;
    text-decoration: none; }
  #scroolltop.show {
    bottom: 0; }
  #scroolltop::before, #scroolltop::after {
    position: absolute;
    left: 50%;
    content: "";
    width: 0;
    height: 0; }
  #scroolltop::before {
    top: 50%; }
  #scroolltop::after {
    top: 50%;
    z-index: -1; }

@media screen and (min-width: 768px) {
  #scroolltop {
    width: 70px;
    height: 70px; }
    #scroolltop::before, #scroolltop::after {
      margin-left: -6px;
      border: 5px solid transparent; }
    #scroolltop::before {
      margin-top: -7px;
      border-bottom: 5px solid #7F0073; }
    #scroolltop::after {
      margin-top: -9px;
      border-bottom: 5px solid #fff; } }
@media screen and (max-width: 767px) {
  footer .footer__outer .footer__inner {
    padding: 20px 0;
    text-align: center; }
    footer .footer__outer .footer__inner .footer__copy {
      flex: 1 1 100%;
      order: 2; }
    footer .footer__outer .footer__inner .footer__logo {
      flex: 1 1 100%;
      order: 1;
      margin-bottom: 5px; }

  #scroolltop {
    width: 40px;
    height: 40px; }
    #scroolltop::before, #scroolltop::after {
      margin-left: -5px;
      border: 5px solid transparent; }
    #scroolltop::before {
      margin-top: -6px;
      border-bottom: 5px solid #7F0073; }
    #scroolltop::after {
      margin-top: -8px;
      border-bottom: 5px solid #fff; } }
.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mb65 {
  margin-bottom: 65px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.fs10 {
  font-size: 1rem; }

.fs11 {
  font-size: 1.1rem; }

.fs12 {
  font-size: 1.2rem; }

.fs13 {
  font-size: 1.3rem; }

.fs14 {
  font-size: 1.4rem; }

.fs15 {
  font-size: 1.5rem; }

.fs16 {
  font-size: 1.6rem; }

.fs17 {
  font-size: 1.7rem; }

.fs18 {
  font-size: 1.8rem; }

.fs19 {
  font-size: 1.9rem; }

.fs20 {
  font-size: 2rem; }

.center {
  text-align: center; }

.line {
  margin-right: 10px;
  vertical-align: baseline; }
  .line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background-color: #c05194; }
  .line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 4px;
    margin-left: 4px;
    background-color: #000; }

@media screen and (max-width: 840px) {
  #main_contents {
    box-sizing: border-box;
    max-width: 100%;
    margin: 100px 0 20px;
    padding: 10px 10px 0; }

  h2 {
    font-size: 1.8rem; }

  .btn_box .c-button {
    width: 58%;
    height: 54px;
    line-height: 54px; }
  .btn_box .backbtn {
    width: 30%;
    margin: 0 10% 0 0; }
    .btn_box .backbtn:hover {
      color: #000;
      background-color: #eee; } }
/*==================================================
	スマホサイズ
==================================================*/
@media screen and (max-width: 640px) {
  select {
    font-size: 1.1rem; }

  h2 {
    font-size: 1.6rem; }

  .btn_box .c-button {
    width: 52%; }
  .btn_box .backbtn {
    width: 36%; } }

/*# sourceMappingURL=common.css.map */
