@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Barlow:600");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  background: #f5f8fa;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1100px;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
header {
  position: relative;
}
header .main_menu {
  font-family: "Barlow", sans-serif;
}
header .none {
  color: #d1d5d8;
}
@media only screen and (min-width: 751px) {
  header {
    padding-bottom: 40px;
  }
  header h1 {
    width: 136px;
    padding: 50px 0 0 60px;
  }
  header .main_menu {
    position: absolute;
    right: 60px;
    top: 68px;
  }
  header .main_menu li {
    display: inline-block;
    position: relative;
    margin-left: 35px;
  }
  header .main_menu li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    width: 0;
    height: 3px;
    background: #4394d0;
    -webkit-transition: all 0.26s ease-in;
    -moz-transition: all 0.26s ease-in;
    -ms-transition: all 0.26s ease-in;
    -o-transition: all 0.26s ease-in;
    transition: all 0.26s ease-in;
  }
  header .main_menu li.current:after {
    width: 100%;
  }
  header .main_menu li:hover:not(.none):after {
    width: 100%;
  }
  header .main_menu .language {
    position: absolute;
    top: -68px;
    right: 0;
    background: rgba(20, 20, 20, 0.9);
    padding: 0 8px;
    z-index: 5;
    color: #FFF;
    cursor: pointer;
  }
  header .main_menu .language .lang_ttl {
    padding: 5px 16px 5px 5px;
    position: relative;
  }
  header .main_menu .language .lang_ttl .icon {
    width: 8px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 50%;
  }
  header .main_menu .language .lang_ttl .icon:after, header .main_menu .language .lang_ttl .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #4394d0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header .main_menu .language .lang_ttl .icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
  }
  header .main_menu .language .lang_ttl .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .main_menu .language ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .main_menu .language li {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
  header .main_menu .language li:after {
    bottom: 0;
  }
  header .main_menu .language.open .lang_ttl .icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .main_menu .language.open .lang_ttl .icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .main_menu .language.open ul {
    height: auto;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 750px) {
  header {
    padding-bottom: 80px;
    z-index: 50;
  }
  header .btn_menu {
    position: absolute;
    width: 22px;
    height: 18px;
    right: 5.6%;
    top: 20px;
    z-index: 550;
  }
  header .btn_menu p {
    width: 100%;
    height: 2px;
    background: #003c56;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .btn_menu p:after {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #4394d0;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .btn_menu p:nth-child(1) {
    top: 0;
  }
  header .btn_menu p:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  header .btn_menu p:nth-child(3) {
    top: 100%;
    margin-top: -2px;
  }
  header h1 {
    width: 25.33%;
    max-width: 190px;
    padding: 20px -0px 0 5.6%;
    z-index: 550;
    position: relative;
  }
  header .main_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f8fa;
    z-index: 500;
    display: none;
  }
  header .main_menu ul {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -52%;
  }
  header .main_menu li {
    text-align: center;
    font-size: 20px;
    margin-bottom: 8%;
    opacity: 0;
  }
  header .main_menu .language {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 22%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  header .main_menu .language .lang_ttl {
    font-size: 20px;
    padding: 4% 0;
    position: relative;
  }
  header .main_menu .language .lang_ttl .icon {
    width: 8px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  header .main_menu .language .lang_ttl .icon:after, header .main_menu .language .lang_ttl .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #4394d0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header .main_menu .language .lang_ttl .icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
  }
  header .main_menu .language .lang_ttl .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .main_menu .language ul {
    position: static;
    top: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden;
  }
  header .main_menu .language ul li {
    margin: 0;
    padding: 3% 0;
    border-top: 1px solid #fff;
  }
  header .main_menu .language.open .lang_ttl .icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .main_menu .language.open .lang_ttl .icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .main_menu .language.open ul {
    height: auto;
    padding-bottom: 6px;
  }
  @-webkit-keyframes open_menu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes open_menu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes open_menu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes open_menu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header.open_menu .btn_menu p:nth-child(1) {
    top: 50%;
    margin-top: -1px;
  }
  header.open_menu .btn_menu p:nth-child(3) {
    top: 50%;
    margin-top: -1px;
  }
  header.open_menu .main_menu {
    display: block;
  }
  header.open_menu .main_menu li:nth-child(0) {
    -webkit-animation: open_menu 0.5s ease-out 0s forwards;
    -moz-animation: open_menu 0.5s ease-out 0s forwards;
    -o-animation: open_menu 0.5s ease-out 0s forwards;
    animation: open_menu 0.5s ease-out 0s forwards;
  }
  header.open_menu .main_menu li:nth-child(1) {
    -webkit-animation: open_menu 0.5s ease-out 0.2s forwards;
    -moz-animation: open_menu 0.5s ease-out 0.2s forwards;
    -o-animation: open_menu 0.5s ease-out 0.2s forwards;
    animation: open_menu 0.5s ease-out 0.2s forwards;
  }
  header.open_menu .main_menu li:nth-child(2) {
    -webkit-animation: open_menu 0.5s ease-out 0.4s forwards;
    -moz-animation: open_menu 0.5s ease-out 0.4s forwards;
    -o-animation: open_menu 0.5s ease-out 0.4s forwards;
    animation: open_menu 0.5s ease-out 0.4s forwards;
  }
  header.open_menu .main_menu li:nth-child(3) {
    -webkit-animation: open_menu 0.5s ease-out 0.6s forwards;
    -moz-animation: open_menu 0.5s ease-out 0.6s forwards;
    -o-animation: open_menu 0.5s ease-out 0.6s forwards;
    animation: open_menu 0.5s ease-out 0.6s forwards;
  }
  header.open_menu .main_menu li:nth-child(4) {
    -webkit-animation: open_menu 0.5s ease-out 0.8s forwards;
    -moz-animation: open_menu 0.5s ease-out 0.8s forwards;
    -o-animation: open_menu 0.5s ease-out 0.8s forwards;
    animation: open_menu 0.5s ease-out 0.8s forwards;
  }
  header.open_menu .main_menu li:nth-child(5) {
    -webkit-animation: open_menu 0.5s ease-out 1s forwards;
    -moz-animation: open_menu 0.5s ease-out 1s forwards;
    -o-animation: open_menu 0.5s ease-out 1s forwards;
    animation: open_menu 0.5s ease-out 1s forwards;
  }
  header.open_menu .language {
    -webkit-animation: open_menu 0.5s ease-out 1.2s forwards;
    -moz-animation: open_menu 0.5s ease-out 1.2s forwards;
    -o-animation: open_menu 0.5s ease-out 1.2s forwards;
    animation: open_menu 0.5s ease-out 1.2s forwards;
  }
}

@-webkit-keyframes op_contents {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes op_contents {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op_contents {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op_contents {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_contents {
  opacity: 0;
  -webkit-animation: op_contents 1.4s ease-in forwards;
  -moz-animation: op_contents 1.4s ease-in forwards;
  -o-animation: op_contents 1.4s ease-in forwards;
  animation: op_contents 1.4s ease-in forwards;
}
@media only screen and (min-width: 751px) {
  .main_contents {
    width: 1000px;
    margin: 160px auto 0;
  }
}
@media only screen and (max-width: 750px) {
  .main_contents {
    margin: 0 5.6%;
  }
}

footer .copy {
  font-family: "Barlow", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  footer {
    padding: 80px 0 40px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 10% 0 6%;
    font-size: 10px;
  }
}
