@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i");
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.78;
  color: #000000;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  outline: none;
}

a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

.main {
  display: block;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.effect_bg,
.fade_in,
.fade_in_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.effect .ac {
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.effect .ac:after {
  content: "";
  display: block;
  background: #55afd2;
  z-index: 2;
  width: 0;
  height: 120%;
  left: -10%;
  top: 0;
  position: absolute;
  -webkit-animation: fadein0 2.5s 1 ease forwards;
  animation: fadein0 2.5s 1 ease forwards;
}

.effect .ac:before {
  content: "";
  display: block;
  background: #55afd2;
  z-index: 1;
  width: 120%;
  height: 120%;
  left: -10%;
  top: 0;
  position: absolute;
  -webkit-animation: fadein1 2.5s 1 ease forwards;
  animation: fadein1 2.5s 1 ease forwards;
}

@keyframes fadein-bg {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein-bg {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein0 {
  0% {
    width: 0;
    left: -12.5%;
    opacity: 1;
  }
  5% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  50% {
    width: 120%;
    left: 120%;
    opacity: 1;
  }
  100% {
    width: 120%;
    left: 120%;
    opacity: 0;
  }
}

@-webkit-keyframes fadein0 {
  0% {
    width: 0;
    left: -12.5%;
    opacity: 1;
  }
  5% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  50% {
    width: 120%;
    left: 120%;
    opacity: 1;
  }
  100% {
    width: 120%;
    left: 120%;
    opacity: 0;
  }
}

@keyframes fadein1 {
  0% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  5% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  50% {
    width: 120%;
    left: 120%;
    opacity: 1;
  }
  100% {
    width: 120%;
    left: 120%;
    opacity: 0;
  }
}

@-webkit-keyframes fadein1 {
  0% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  5% {
    width: 120%;
    left: -12.5%;
    opacity: 1;
  }
  50% {
    width: 120%;
    left: 120%;
    opacity: 1;
  }
  100% {
    width: 120%;
    left: 120%;
    opacity: 0;
  }
}

svg {
  overflow: visible;
}

/* layout
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* btn
---------------------------------------------------------------------------------------*/
.btn_more a {
  display: inline-block;
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 12px 36px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* header
---------------------------------------------------------------------------------------*/
.g_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.g_nav ul {
  padding-left: 10%;
}

.g_nav ul li {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.g_nav ul li a {
  color: #000000;
  display: inline-block;
  position: relative;
}

.g_nav ul li a:after {
  display: block;
  width: 0;
  content: '';
  transition: all 0.3s ease;
  border-bottom: 1px solid #000000;
}

.g_nav ul li a:hover:after {
  width: 100%;
  border-bottom: 1px solid #000000;
}

/* nav
---------------------------------------------------------------------------------------*/
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
  color: #222;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 80%;
  }
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -50%;
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .drawer--left .drawer-nav {
    left: -80%;
  }
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 56px;
  width: 52px;
  height: 52px;
  display: block;
  margin-left: 46px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: none;
  outline: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    top: 26px;
    margin-left: 10px;
  }
}

.drawer-hamburger:after {
  content: ' MENU';
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin: 16px auto 0;
  letter-spacing: .15em;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger:hover .drawer-hamburger-icon,
.drawer-hamburger:hover .drawer-hamburger-icon:after,
.drawer-hamburger:hover .drawer-hamburger-icon:before {
  width: 40px;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 28px;
  height: 1px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
  width: 16px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  width: 40px;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

@media screen and (max-width: 767px) {
  .nav_pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .nav_sp {
    display: none !important;
  }
}

/* footer
---------------------------------------------------------------------------------------*/
.top_copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .top_copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .top_copyright {
    padding: 30px;
  }
}

.copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 30px;
  }
}

#page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99999;
  width: 50px;
}

#page-top img {
  width: 50px;
  height: 29px;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 15px;
    bottom: 15px;
    width: 50px;
  }
  #page-top img {
    width: 50px;
    height: 29px;
  }
}
