@charset "UTF-8";
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic"), local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic"), local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic"), local("Yu Gothic Bold");
  font-weight: bold;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  vertical-align: baseline;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]),
[hidden] {
  display: none;
}
html,
body {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
html a,
body a {
  color: #00f;
}
html a:link,
body a:link,
html a:active,
body a:active,
html a:visited,
body a:visited,
html a:focus,
body a:focus {
  color: #00f;
}
html a,
body a,
html input,
body input {
  outline: none;
  -webkit-appearance: none;
}
.layout_global-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  z-index: 5;
}
.layout_global-header img {
  vertical-align: top;
}
.header-inner {
  width: 100%;
  min-width: 880px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.logo-header {
  position: absolute;
  top: 0;
  left: 2%;
}
.nav_global {
  text-align: center;
  letter-spacing: -0.4em;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.nav_global li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.nav_global li img.nav-sp {
  display: none;
}
.btn_entry-header {
  position: absolute;
  top: 0;
  right: 0;
}
.btn_entry-header a {
  text-align: center;
  text-decoration: none;
  width: 120px;
  height: 85px;
  padding: 35px 0 0;
  display: block;
  position: relative;
  background: #003d6e;
}
.btn_entry-header a::before {
  content: attr(data-btntxt);
  color: #fff;
  font-size: 88%;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
.btn_entry-header a img {
  vertical-align: top;
  width: 86px;
}
.btn_menu {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcView .btn_entry-header a:hover {
    background-color: #e0556f;
  }
}
@media only screen and (max-width: 1000px) {
  .logo-header {
    left: 20px;
  }
  .nav_global {
    text-align: right;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .header-inner {
    min-width: 0;
    height: 52px;
    transition: all 0.2s linear 0s;
  }
  .logo-header {
    width: 100%;
    height: 52px;
    position: relative;
    left: 0;
    background-color: #fff;
    z-index: 10;
  }
  .logo-header img {
    width: 108px;
    height: auto;
    position: absolute;
    top: 3px;
    left: 18px;
  }
  .nav_global {
    text-align: center;
    margin-top: -150%;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #ccc;
    background-color: #fff;
    transition: margin-top 0.4s linear 0s;
  }
  .nav_global li {
    text-align: left;
    width: auto;
    margin: 15px 0;
    padding: 0;
    display: block;
  }
  .nav_global li a {
    color: #010101;
    text-decoration: none;
    padding: 10px 4%;
    display: block;
  }
  .nav_global li a::after {
    content: attr(data-gnavitxt);
    font-size: 75%;
    line-height: 33px;
    vertical-align: middle;
    margin-left: 1.5em;
    display: inline-block;
  }
  .nav_global li img {
    width: auto;
    max-width: 100%;
    height: 33px;
  }
  .nav_global li img.nav-pc {
    display: none;
  }
  .nav_global li img.nav-sp {
    display: inline;
  }
  .btn_entry-header {
    width: 100%;
    padding-bottom: 5.208333333333334%;
    position: relative;
    background-color: #fff;
  }
  .btn_entry-header a {
    width: 92%;
    height: 56px;
    margin: 0 auto;
    padding-top: 34px;
    display: block;
  }
  .btn_entry-header a::before {
    font-size: 125%;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .btn_entry-header a img {
    vertical-align: middle;
    width: 74px;
  }
  .btn_entry-header a::after {
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 10%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .open .nav_global {
    margin-top: 0;
  }
  .btn_menu {
    width: 17px;
    height: 15px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .btn_menu div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .btn_menu div span {
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #1a517d;
    transition: all 0.2s linear 0s;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }
  .btn_menu div::before {
    content: "";
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a517d;
    transition: all 0.2s linear 0s;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }
  .btn_menu div::after {
    content: "";
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #1a517d;
    transition: all 0.2s linear 0s;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }
  .btn_menu.open div span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .btn_menu.open div::before {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_menu.open div::after {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.layout_global-footer {
  width: 100%;
  min-width: 1000px;
  height: auto;
  padding-bottom: 40px;
  overflow: hidden;
  clear: both;
  position: relative;
  background-color: #fff;
}
.footer-entry {
  text-align: center;
  width: 100%;
  height: 224px;
  display: table;
  background: #003d6e;
}
.footer-entry a {
  text-decoration: none;
  width: 470px;
  height: 88px;
  padding: 32px 0 0;
  display: inline-block;
  position: relative;
  background: #1a517d;
}
.footer-entry a img {
  vertical-align: top;
  width: 170px;
}
.footer-entry .bg_object {
  height: 224px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.footer-entry .bg_object img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.footer-entry .bg_object img.img_object1 {
  -webkit-transform: translate(-108%, -40%) rotate(-22deg) scale(0.6);
  -ms-transform: translate(-108%, -40%) rotate(-22deg) scale(0.6);
  transform: translate(-108%, -40%) rotate(-22deg) scale(0.6);
}
.footer-entry .bg_object img.img_object2 {
  -webkit-transform: translate(10%, -70%) rotate(152deg) scale(0.6);
  -ms-transform: translate(10%, -70%) rotate(152deg) scale(0.6);
  transform: translate(10%, -70%) rotate(152deg) scale(0.6);
}
.btn_entry-footer {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
}
.footer-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.btn_pagetop {
  margin-top: -34px;
  float: right;
  overflow: hidden;
  position: relative;
}
.btn_pagetop a {
  text-align: center;
  width: 108px;
  height: 34px;
  display: block;
  background: #fff url("../images/btn_pagetop_off.png") 25px 10px no-repeat;
  background-size: 40px 16px;
}
.btn_pagetop a span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn_pagetop a::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-top: 2px solid #003d6e;
  border-right: 2px solid #003d6e;
}
.nav-footer {
  text-align: center;
  letter-spacing: -0.4em;
  width: 100%;
  margin: 0 0 30px;
  padding-top: 38px;
  clear: both;
}
.nav-footer li {
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  margin: 0 23px;
  display: inline-block;
}
.nav-footer li a {
  color: #444;
  text-decoration: none;
}
.sns-area {
  text-align: right;
  letter-spacing: -0.4em;
  width: 100%;
  margin-bottom: -18px;
  float: right;
  position: relative;
}
.sns-area li {
  line-height: 1;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 10px;
  display: inline-block;
}
.sns-area li .fb_iframe_widget {
  overflow: hidden;
}
.sns-area li span,
.sns-area li iframe {
  vertical-align: top !important;
}
.sns-link {
  width: 115px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 24px;
  right: 0;
}
.sns-link li {
  font-size: 7%;
  line-height: 1;
  vertical-align: top;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  float: left;
}
.sns-link li:last-child {
  margin-right: 0;
}
.sns-link li img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .pcView .footer-entry a:hover {
    background: #e0556f;
  }
  .pcView .footer-entry a::before {
    content: "";
    vertical-align: top;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 46px;
    right: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .pcView .footer-entry a::after {
    content: attr(data-btntxt);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 7px;
    display: block;
  }
  .pcView .btn_pagetop a:hover {
    background: #e0556f url("../images/btn_pagetop_on.png") 25px 10px no-repeat;
    background-size: 40px 16px;
  }
  .pcView .btn_pagetop a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .pcView .nav-footer li.nav_footer1 a:hover {
    color: #e0556f;
  }
  .pcView .nav-footer li.nav_footer2 a:hover {
    color: #3bc7c7;
  }
  .pcView .nav-footer li.nav_footer3 a:hover {
    color: #ec3;
  }
  .pcView .nav-footer li.nav_footer4 a:hover {
    color: #f81;
  }
}
@media only screen and (max-width: 1000px) {
  .layout_global-footer {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .layout_global-footer {
    min-width: 0;
    padding-bottom: 20px;
  }
  .footer-entry {
    height: 250px;
    background-size: auto 100%;
  }
  .footer-entry a {
    width: 92%;
    min-width: 250px;
    height: 95px;
    padding-top: 32px;
    background-color: #33648b;
  }
  .footer-entry a img {
    width: 154px;
  }
  .footer-entry a::after {
    content: "";
    vertical-align: top;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 56px;
    right: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .footer-entry a::before {
    content: attr(data-btntxt);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 11px;
    display: block;
  }
  .footer-entry .bg_object {
    height: 250px;
  }
  .footer-entry .bg_object img.img_object1 {
    width: 42%;
    top: auto;
    bottom: 65%;
    -webkit-transform: translate(0) rotate(2deg) scale(1);
    -ms-transform: translate(0) rotate(2deg) scale(1);
    transform: translate(0) rotate(2deg) scale(1);
  }
  .footer-entry .bg_object img.img_object2 {
    width: 42%;
    top: 59%;
    left: 5%;
    -webkit-transform: translate(0) rotate(0deg) scale(1);
    -ms-transform: translate(0) rotate(0deg) scale(1);
    transform: translate(0) rotate(0deg) scale(1);
  }
  .btn_pagetop {
    text-align: center;
    width: 100%;
    min-width: 250px;
    margin-top: 0;
    float: none;
  }
  .btn_pagetop a {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #ccc;
    background-position: center center;
  }
  .btn_pagetop a::after {
    top: 32px;
    right: 42px;
  }
  .nav-footer {
    display: none;
  }
  .sns-area {
    text-align: center;
    margin: 25px 0;
    float: none;
  }
  .sns-area li {
    margin: 0 5px;
    display: inline-block;
  }
  .sns-link {
    text-align: center;
    letter-spacing: -0.4em;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    position: static;
  }
  .sns-link li {
    letter-spacing: normal;
    width: 52px;
    height: 52px;
    margin: 0 10px;
    float: none;
    display: inline-block;
  }
  .sns-link li:last-child {
    margin-right: 10px;
  }
}
.layout_global-wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 80px;
  position: relative;
}
.index_h1 {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.index_h1 h1 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.index_h1 h1 img {
  width: auto;
  max-width: 100%;
}
.index_h1 .bg_h1 {
  width: 100%;
  min-width: 1600px;
  min-height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index_h1 img {
  vertical-align: top;
}
.main-visual {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
}
.main-visual img {
  vertical-align: top;
}
.main-visual .img_mainvisual {
  width: 100%;
  min-width: 1600px;
  min-height: 630px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.btn_more {
  width: 260px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.btn_more a {
  width: 260px;
  height: 64px;
  display: block;
  background: #003d6e url("../images/btn_more-white.png") center center no-repeat;
  background-size: 86px 23px;
}
.btn_more a span {
  display: none;
}
.btn_more a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 25px;
  right: 20px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
section {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 90px 0;
  position: relative;
}
section .content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px;
}
section .content-inner h2 {
  font-size: 313%;
  text-align: center;
  margin-bottom: 35px;
}
section .content-inner p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .index_h1,
  section {
    min-width: 1000px;
  }
  .pcView .btn {
    background-color: #fff;
  }
  .pcView .btn a:hover,
  .pcView .btn input:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .pcNone {
    display: none !important;
  }
  body .spView {
    display: none;
  }
}
/*
  @SP
*/
@media only screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
  .layout_global-wrapper {
    padding-top: 52px;
  }
  section {
    padding: 50px 0;
  }
  section .content-inner {
    padding: 0 4%;
  }
  section .content-inner h2 {
    font-size: 188%;
    text-align: center;
    margin-bottom: 25px;
  }
  section .content-inner p {
    font-size: 88%;
    text-align: left;
    margin-bottom: 20px;
  }
  .index_h1 {
    height: 275px;
  }
  .index_h1 h1 {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
  }
  .index_h1 .bg_h1 {
    width: 100%;
    min-width: 1040px;
    min-height: 275px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .btn_more {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }
  .btn_more a {
    width: 100%;
  }
}