@charset "utf-8";
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;
  background: #fff;
  color: #000;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
ul li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 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 #000;
  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;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
  font: 12px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.htc_behavior {
  behavior: url("/css/htc/PIE.htc");
}
.htc_behavior_css3 {
  behavior: url("/css/htc/ie-css3.htc.htc");
}
.beforeShadow:before {
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.afterShadow:after {
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.margin_reset {
  margin: 0 ;
}
.border_style {
  text-align: center ;
  padding: 5px ;
}
.border_style:last-child {
  border: 1px solid #CCCCCC;
  /*radius*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*for ie6,7,8 CSS3*/
  behavior: url("/css/htc/PIE.htc");
}
.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif, Droid Sans;
}
/*=============================
.btn-trigger
=============================*/
#hamburger {
  float: right;
  margin: 20px;
  z-index: 100 ;
}
.btn-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 4px;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*=============================
#hamburger
=============================*/
#hamburger span:nth-of-type(1) {
  -webkit-animation: hamburger-bar01 0.3s forwards;
  animation: hamburger-bar01 0.3s forwards;
}
@-webkit-keyframes hamburger-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bar01 {
  0% {
    transform: translateY(10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#hamburger span:nth-of-type(2) {
  -webkit-animation: hamburger-bar02 0.3s forwards;
  animation: hamburger-bar02 0.3s forwards;
}
@-webkit-keyframes hamburger-bar02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamburger-bar02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hamburger span:nth-of-type(3) {
  -webkit-animation: hamburger-bar03 0.3s forwards;
  animation: hamburger-bar03 0.3s forwards;
}
@-webkit-keyframes hamburger-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bar03 {
  0% {
    transform: translateY(-10px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.1s;
  opacity: 0;
}
#hamburger.active::after {
  -webkit-animation: circle 0.3s;
  animation: circle 0.3s;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    background: #eee;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
#hamburger.active span:nth-of-type(1) {
  -webkit-animation: active-hamburger-bar01 0.3s 0.3s forwards;
  animation: active-hamburger-bar01 0.3s 0.3s forwards;
}
@-webkit-keyframes active-hamburger-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(-45deg);
  }
}
@keyframes active-hamburger-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(-45deg);
  }
}
#hamburger.active span:nth-of-type(2) {
  -webkit-animation: active-hamburger-bar02 0.3s 0.3s forwards;
  animation: active-hamburger-bar02 0.3s 0.3s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes active-hamburger-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#hamburger.active span:nth-of-type(3) {
  -webkit-animation: active-hamburger-bar03 0.3s 0.3s forwards;
  animation: active-hamburger-bar03 0.3s 0.3s forwards;
}
@-webkit-keyframes active-hamburger-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
  }
}
@keyframes active-hamburger-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(45deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100% ;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media only screen and (max-width: 480px) {
  a {
    color: #0078d3;
    text-decoration: none ;
  }
  a:hover {
    color: #0078d3;
    text-decoration: underline ;
  }
  input[type="submit"]:hover {
    cursor: pointer ;
  }
  .acenter {
    text-align: center;
  }
  .aright {
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .bg_dot {
    background-color: #fff;
    background-image: radial-gradient(#f6f6f6 30%, transparent 30%);
    background-size: 10px 10px;
    background-image: radial-gradient(#bbb 10%, transparent 10%);
  }
  .bg_gray {
    background-color: #f6f6f6;
  }
  .img_center {
    display: block ;
    margin: 0 auto ;
  }
  .img_w500 {
    max-width: 500px ;
  }
  h1 {
    color: #333;
    font-size: 150% ;
    letter-spacing: 2px ;
    margin: 20px 0 ;
    padding: 10px 0 0 0 ;
    text-align: center;
  }
  h2 {
    color: #333;
    font-size: 120% ;
    letter-spacing: 2px ;
    margin: 10px 0 ;
  }
  .corner-button {
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: transparent;
    border: 0.5rem solid currentColor;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    color: #c19806;
    position: relative;
    transition: color 0.3s;
  }
  .corner-button:hover {
    color: #594600;
    text-decoration: none ;
  }
  .corner-button:hover::before {
    width: 0;
  }
  .corner-button:hover::after {
    height: 0;
  }
  .corner-button:active {
    border-width: 0.25rem;
  }
  .corner-button span {
    position: relative;
    z-index: 2;
  }
  .corner-button::before,
  .corner-button::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    transition: all 0.3s;
  }
  .corner-button::before {
    width: calc(100% - 2.5remrem);
    height: calc(101% + 0.5remrem * 2);
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .corner-button::after {
    height: calc(100% - 2.5remrem);
    width: calc(101% + 0.5remrem * 2);
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  body {
    width: 100% ;
  }
  body #header {
    width: 100%  ;
    height: 60px;
    background-color: #f7f7f7;
    opacity: 0.9;
    position: fixed;
    overflow: hidden ;
    transition: all 0.5s;
    z-index: 9999 ;
  }
  body #header.open {
    height: 132px;
  }
  body #header a#title {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto 0 calc((100% - 200pxpx)/2);
    float: none;
    position: absolute;
  }
  body #header a#title img {
    height: 60px;
  }
  body #header #menu {
    width: 100%;
    float: right ;
  }
  body #header ul {
    width: 375px;
    display: block ;
    margin: 0 auto ;
    float: none;
  }
  body #header ul:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #header ul li {
    float: left ;
    margin: 12.5px 0 0 0;
    font-size: 100%;
    width: 75px;
    text-align: center;
  }
  body #header ul li a {
    width: 75px;
    padding: 10px 0 ;
    display: block ;
    color: #052433;
    text-decoration: none;
  }
  body #header ul li a {
    position: relative;
    display: inline-block;
    transition: 0.2s;
  }
  body #header ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.2s;
  }
  body #header ul li a:hover::after {
    width: 100%;
  }
  body #cover_wrap {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    background: url("/images/cover.jpg") no-repeat;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
    position: relative;
    z-index: -99999;
    background-position: center ;
    background-size: cover ;
  }
  body #cover_wrap #cover {
    width: 100%;
    top: 40%;
    color: #FFF;
    position: absolute;
  }
  body #cover_wrap #cover h1 {
    color: #052433;
    font-size: 250%;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  body .box {
    width: 100% ;
    padding: 20px 0 ;
  }
  body .box:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .box.page_top {
    padding-top: 80px;
  }
  body #mission div {
    width: 100%;
    margin: 0 auto ;
  }
  body #mission div:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #mission div p.strong {
    line-height: 2 ;
    letter-spacing: 5px ;
    font-size: 150% ;
    text-align: center ;
    padding: 40px 0 ;
  }
  body .contents {
    width: 90%;
    margin: 0 auto;
  }
  body .contents:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .contents img {
    width: 100% ;
  }
  body .contents iframe {
    width: 100% ;
    height: 325px;
    margin: 0 ;
  }
  body .contents hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  }
  body .contents p {
    font-size: 120% ;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #666;
  }
  body .contents p.credit {
    font-size: 100% ;
  }
  body .contents ul li {
    list-style: circle;
    font-size: 120% ;
    line-height: 2 ;
    letter-spacing: 1.5px;
    color: #666;
    margin-left: 1.5em;
  }
  body .contents table {
    width: 100% ;
    border-collapse: collapse;
  }
  body .contents table tr th {
    color: #594600;
    border: 1px solid #594600;
    padding: 10px ;
  }
  body .contents table tr td {
    border: 1px solid #594600;
    padding: 10px ;
    color: #666;
    line-height: 1.5;
  }
  body .contents.two_columninaze .col1,
  body .contents.two_columninaze .col2 {
    width: 100%;
    margin: 10px 0 ;
  }
  body .contents.two_columninaze .col1 {
    float: left ;
  }
  body .contents.two_columninaze .col2 {
    float: right ;
  }
  body .contents.two_columninaze .col1.reverse {
    float: right ;
  }
  body .contents.two_columninaze .col2.reverse {
    float: left ;
  }
  body .contents.two_columninaze .col1.w45,
  body .contents.two_columninaze .col2.w45 {
    width: 98%;
  }
  body .contents.two_columninaze .col1.w55,
  body .contents.two_columninaze .col2.w55 {
    width: 98%;
  }
  body .contents.two_columninaze .col1.w40_keep {
    width: 38%;
  }
  body .contents.two_columninaze .col2.w60_keep {
    width: 58%;
  }
  body .contents.two_columninaze .col1.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze .col2.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze div img {
    width: 70%;
    display: block;
    margin: 0 auto ;
  }
  .disable_sp {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  a {
    color: #0078d3;
    text-decoration: none ;
  }
  a:hover {
    color: #0078d3;
    text-decoration: underline ;
  }
  input[type="submit"]:hover {
    cursor: pointer ;
  }
  .acenter {
    text-align: center;
  }
  .aright {
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .bg_dot {
    background-color: #fff;
    background-image: radial-gradient(#f6f6f6 30%, transparent 30%);
    background-size: 10px 10px;
    background-image: radial-gradient(#bbb 10%, transparent 10%);
  }
  .bg_gray {
    background-color: #f6f6f6;
  }
  .img_center {
    display: block ;
    margin: 0 auto ;
  }
  .img_w500 {
    max-width: 500px ;
  }
  h1 {
    color: #333;
    font-size: 150% ;
    letter-spacing: 2px ;
    margin: 20px 0 ;
    padding: 10px 0 0 0 ;
    text-align: center;
  }
  h2 {
    color: #333;
    font-size: 120% ;
    letter-spacing: 2px ;
    margin: 10px 0 ;
  }
  .corner-button {
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: transparent;
    border: 0.5rem solid currentColor;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    color: #c19806;
    position: relative;
    transition: color 0.3s;
  }
  .corner-button:hover {
    color: #594600;
    text-decoration: none ;
  }
  .corner-button:hover::before {
    width: 0;
  }
  .corner-button:hover::after {
    height: 0;
  }
  .corner-button:active {
    border-width: 0.25rem;
  }
  .corner-button span {
    position: relative;
    z-index: 2;
  }
  .corner-button::before,
  .corner-button::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    transition: all 0.3s;
  }
  .corner-button::before {
    width: calc(100% - 2.5remrem);
    height: calc(101% + 0.5remrem * 2);
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .corner-button::after {
    height: calc(100% - 2.5remrem);
    width: calc(101% + 0.5remrem * 2);
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  body {
    width: 100% ;
  }
  body #header {
    width: 100%  ;
    height: 70px;
    background-color: #f7f7f7;
    opacity: 0.9;
    position: fixed;
    overflow: hidden ;
    transition: all 0.5s;
    z-index: 9999 ;
  }
  body #header.open {
    height: 140px;
  }
  body #header a#title {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto 0 calc((100% - 200pxpx)/2);
    float: none;
    position: absolute;
  }
  body #header a#title img {
    height: 70px;
  }
  body #header #menu {
    width: 100%;
    float: right ;
  }
  body #header ul {
    width: 500px;
    display: block ;
    margin: 0 auto ;
    float: none;
  }
  body #header ul:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #header ul li {
    float: left ;
    margin: 17.5px 0 0 0;
    font-size: 100%;
    width: 100px;
    text-align: center;
  }
  body #header ul li a {
    width: 100px;
    padding: 10px 0 ;
    display: block ;
    color: #052433;
    text-decoration: none;
  }
  body #header ul li a {
    position: relative;
    display: inline-block;
    transition: 0.2s;
  }
  body #header ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.2s;
  }
  body #header ul li a:hover::after {
    width: 100%;
  }
  body #cover_wrap {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    background: url("/images/cover.jpg") no-repeat;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
    position: relative;
    z-index: -99999;
    background-position: center ;
    background-size: cover ;
  }
  body #cover_wrap #cover {
    width: 100%;
    top: 37%;
    color: #FFF;
    position: absolute;
  }
  body #cover_wrap #cover h1 {
    color: #052433;
    font-size: 250%;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  body .box {
    width: 100% ;
    padding: 20px 0 ;
  }
  body .box:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .box.page_top {
    padding-top: 90px;
  }
  body #mission div {
    width: 100%;
    margin: 0 auto ;
  }
  body #mission div:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #mission div p.strong {
    line-height: 2 ;
    letter-spacing: 5px ;
    font-size: 150% ;
    text-align: center ;
    padding: 40px 0 ;
  }
  body .contents {
    width: 90%;
    margin: 0 auto;
  }
  body .contents:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .contents img {
    width: 100% ;
  }
  body .contents iframe {
    width: 100% ;
    height: 325px;
    margin: 0 ;
  }
  body .contents hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  }
  body .contents p {
    font-size: 120% ;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #666;
  }
  body .contents p.credit {
    font-size: 100% ;
  }
  body .contents ul li {
    list-style: circle;
    font-size: 120% ;
    line-height: 2 ;
    letter-spacing: 1.5px;
    color: #666;
    margin-left: 1.5em;
  }
  body .contents table {
    width: 100% ;
    border-collapse: collapse;
  }
  body .contents table tr th {
    color: #594600;
    border: 1px solid #594600;
    padding: 10px ;
  }
  body .contents table tr td {
    border: 1px solid #594600;
    padding: 10px ;
    color: #666;
    line-height: 1.5;
  }
  body .contents.two_columninaze .col1,
  body .contents.two_columninaze .col2 {
    width: 100%;
    margin: 10px 0 ;
  }
  body .contents.two_columninaze .col1 {
    float: left ;
  }
  body .contents.two_columninaze .col2 {
    float: right ;
  }
  body .contents.two_columninaze .col1.reverse {
    float: right ;
  }
  body .contents.two_columninaze .col2.reverse {
    float: left ;
  }
  body .contents.two_columninaze .col1.w45,
  body .contents.two_columninaze .col2.w45 {
    width: 98%;
  }
  body .contents.two_columninaze .col1.w55,
  body .contents.two_columninaze .col2.w55 {
    width: 98%;
  }
  body .contents.two_columninaze .col1.w40_keep {
    width: 38%;
  }
  body .contents.two_columninaze .col2.w60_keep {
    width: 58%;
  }
  body .contents.two_columninaze .col1.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze .col2.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze div img {
    width: 70%;
    display: block;
    margin: 0 auto ;
  }
  .disable_tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  a {
    color: #0078d3;
    text-decoration: none ;
  }
  a:hover {
    color: #0078d3;
    text-decoration: underline ;
  }
  input[type="submit"]:hover {
    cursor: pointer ;
  }
  .acenter {
    text-align: center;
  }
  .aright {
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .bg_dot {
    background-color: #fff;
    background-image: radial-gradient(#f6f6f6 30%, transparent 30%);
    background-size: 10px 10px;
    background-image: radial-gradient(#bbb 10%, transparent 10%);
  }
  .bg_gray {
    background-color: #f6f6f6;
  }
  .img_center {
    display: block ;
    margin: 0 auto ;
  }
  .img_w500 {
    max-width: 500px ;
  }
  h1 {
    color: #333;
    font-size: 150% ;
    letter-spacing: 2px ;
    margin: 20px 0 ;
    padding: 10px 0 0 0 ;
    text-align: center;
  }
  h2 {
    color: #333;
    font-size: 120% ;
    letter-spacing: 2px ;
    margin: 10px 0 ;
  }
  .corner-button {
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: transparent;
    border: 0.5rem solid currentColor;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    color: #c19806;
    position: relative;
    transition: color 0.3s;
  }
  .corner-button:hover {
    color: #594600;
    text-decoration: none ;
  }
  .corner-button:hover::before {
    width: 0;
  }
  .corner-button:hover::after {
    height: 0;
  }
  .corner-button:active {
    border-width: 0.25rem;
  }
  .corner-button span {
    position: relative;
    z-index: 2;
  }
  .corner-button::before,
  .corner-button::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    transition: all 0.3s;
  }
  .corner-button::before {
    width: calc(100% - 2.5remrem);
    height: calc(101% + 0.5remrem * 2);
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .corner-button::after {
    height: calc(100% - 2.5remrem);
    width: calc(101% + 0.5remrem * 2);
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  body {
    width: 100% ;
  }
  body #header {
    width: 100%  ;
    height: 70px;
    background-color: #f7f7f7;
    opacity: 0.9;
    position: fixed;
    overflow: hidden ;
    transition: all 0.5s;
    z-index: 9999 ;
  }
  body #header.open {
    height: 70px;
  }
  body #header a#title {
    width: 260px;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    float: left;
    position: absolute;
  }
  body #header a#title img {
    height: 70px;
  }
  body #header #menu {
    width: 100%;
    float: right ;
  }
  body #header ul {
    width: 500px;
    display: block ;
    margin: 0 auto ;
    float: right;
  }
  body #header ul:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #header ul li {
    float: left ;
    margin: 17.5px 0 0 0;
    font-size: 100%;
    width: 100px;
    text-align: center;
  }
  body #header ul li a {
    width: 100px;
    padding: 10px 0 ;
    display: block ;
    color: #052433;
    text-decoration: none;
  }
  body #header ul li a {
    position: relative;
    display: inline-block;
    transition: 0.2s;
  }
  body #header ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.2s;
  }
  body #header ul li a:hover::after {
    width: 100%;
  }
  body #cover_wrap {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    background: url("/images/cover.jpg") no-repeat;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
    position: relative;
    z-index: -99999;
    background-position: center ;
    background-size: cover ;
  }
  body #cover_wrap #cover {
    width: 100%;
    top: 32%;
    color: #FFF;
    position: absolute;
  }
  body #cover_wrap #cover h1 {
    color: #052433;
    font-size: 350%;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  body .box {
    width: 100% ;
    padding: 20px 0 ;
  }
  body .box:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .box.page_top {
    padding-top: 90px;
  }
  body #mission div {
    width: 60%;
    margin: 0 auto ;
  }
  body #mission div:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body #mission div p.strong {
    line-height: 2 ;
    letter-spacing: 5px ;
    font-size: 150% ;
    text-align: center ;
    padding: 40px 0 ;
  }
  body .contents {
    width: 90%;
    margin: 0 auto;
  }
  body .contents:after {
    content: "";
    clear: both ;
    display: block ;
    height: 0 ;
  }
  body .contents img {
    width: 100% ;
  }
  body .contents iframe {
    width: 100% ;
    height: 650px;
    margin: 0 ;
  }
  body .contents hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  }
  body .contents p {
    font-size: 120% ;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #666;
  }
  body .contents p.credit {
    font-size: 100% ;
  }
  body .contents ul li {
    list-style: circle;
    font-size: 120% ;
    line-height: 2 ;
    letter-spacing: 1.5px;
    color: #666;
    margin-left: 1.5em;
  }
  body .contents table {
    width: 100% ;
    border-collapse: collapse;
  }
  body .contents table tr th {
    color: #594600;
    border: 1px solid #594600;
    padding: 10px ;
  }
  body .contents table tr td {
    border: 1px solid #594600;
    padding: 10px ;
    color: #666;
    line-height: 1.5;
  }
  body .contents.two_columninaze .col1,
  body .contents.two_columninaze .col2 {
    width: 48%;
    margin: 10px 0 ;
  }
  body .contents.two_columninaze .col1 {
    float: left ;
  }
  body .contents.two_columninaze .col2 {
    float: right ;
  }
  body .contents.two_columninaze .col1.reverse {
    float: right ;
  }
  body .contents.two_columninaze .col2.reverse {
    float: left ;
  }
  body .contents.two_columninaze .col1.w45,
  body .contents.two_columninaze .col2.w45 {
    width: 43%;
  }
  body .contents.two_columninaze .col1.w55,
  body .contents.two_columninaze .col2.w55 {
    width: 53%;
  }
  body .contents.two_columninaze .col1.w40_keep {
    width: 28%;
  }
  body .contents.two_columninaze .col2.w60_keep {
    width: 68%;
  }
  body .contents.two_columninaze .col1.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze .col2.w50_keep {
    width: 48% ;
  }
  body .contents.two_columninaze div img {
    width: 70%;
    display: block;
    margin: 0 auto ;
  }
  .disable_pc {
    display: none !important;
  }
}
