@charset "UTF-8";

/*CSSリセット*/
body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

table {
  border-spacing: 0;
}

* html table {
  border-collapse: collapse;
}

*:first-child+html table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

table, th, td, img {
  border: 0;
}

img, input {
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

iframe {
  border: none;
}

/*初期設定*/
body {
  line-height: 180%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  color: #333333;
  background: #fff;
  font-size: 12px;
  position: relative;
}

a {
  color: #584a42;
  text-decoration: none;
}

a:hover {
  color: #584a42;
  text-decoration: underline;
}

a.dent:hover {
  color: #000;
  position: relative;
  top: 1px;
  left: 1px
}

a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: none;
}

a.noblink:hover img {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  border: none;
}

img {
  max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
.fltl {
  float: left
}

.fltr {
  float: right
}

/*マージン設定*/
.mb5 {
  margin-bottom: 5px
}

.mb6 {
  margin-bottom: 6px
}

.mb7 {
  margin-bottom: 7px
}

.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
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.prel {
  position: relative
}

.mcntr {
  margin: 0 auto
}

.tcntr {
  text-align: center
}

.tright {
  text-align: right
}

.f10 {
  font-size: 10px;
  line-height: 1.5em
}

/*大きさ設定*/
.f11 {
  font-size: 11px;
  line-height: 1.5em
}

.f12 {
  font-size: 12px;
  line-height: 1.5em
}

.f13 {
  font-size: 13px;
  line-height: 1.5em
}

.f14 {
  font-size: 14px;
  line-height: 1.5em
}

.f14lh2em {
  font-size: 14px;
  line-height: 2em
}

.f15 {
  font-size: 15px;
  line-height: 1.5em
}

.f16 {
  font-size: 16px;
  line-height: 1.5em
}

.bold {
  font-weight: bold;
}

.fblue {
  color: #2b4c98
}

/*色設定*/
.fred {
  color: #de3435
}

.fgray {
  color: #737373
}

.fpink {
  color: #c95b8f
}

.fwht {
  color: #ffffff
}

.fnarrow {
  letter-spacing: -0.1em
}

.forange {
  font-size: 14px;
  font-weight: bold;
  color: #ff6666;
}

.fb {
  font-weight: bold;
}

.vasub {
  vertical-align: sub;
}

.vami {
  vertical-align: middle;
}

.vaspr {
  vertical-align: super;
  font-size: small;
}

.cb {
  clear: both;
}

/*ヘッダ SP*/
html.is-fixed{
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width:769px) {
  #globalnavi {
    width: 100%;
    height: 20vw;
    z-index: 110;
    border-top: 5px solid #2b4c98;
  }

  #globalnavi ul {
    width: 100%;
    height: calc(100% - 20vw);
    position: fixed;
    display: none;
    top: 20vw;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 110;
    padding: 4vw 0;
    transition: all .4s ease;
  }

  #globalnavi.open {
    position: fixed;
    top:0;
    background: rgba(255, 255, 255, 1);
  }

  #globalnavi.open::before {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top:0;
    left: 0;
  }

  #globalnavi.open ul {
    display: block;
  }

  /*グローバルナビ*/
  #globalnavi #logo {
    margin: 3vw 3vw 0;
    width: 60%;
  }

  #globalnavi #logo .img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:769px) {
  #header_index {
    width: 100%;
    height: 160px;
    position: relative;
    margin: 0 auto;
    background: url(../images/header_bg_index.jpg) top center no-repeat;
  }

  #header {
    width: 100%;
    height: 200px;
    position: fixed;
    top: 0;
    margin: 0 auto 20px;
    background: url(../images/header_bg.png) top center no-repeat;
  }

  #globalnavi {
    margin: 0 auto;
    height: 120px;
    width: 960px;
    display: flex;
  }

  #globalnavi #logo {
    margin-top: 70px;
    margin-right: auto;
  }

  #globalnavi ul {
    display: flex;
    justify-content: center;
    margin-top: 65px;
  }

  #globalnavi li {
    height: 50px;
  }

  #globalnavi li img {
    padding-top: 10px;
  }
}

#globalnavi li a {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 8vw;
}

#globalnavi li a:hover {
  text-decoration: none;
}

#globalnavi li a span {
  display: block;
}

#globalnavi li a span.ja {
  font-weight: 600;
}

#globalnavi li a span.en {
  font-size: 50%;
}


@media only screen and (min-width: 769px) {
  #globalnavi li a {
    height: 50px;
    font-size: 13px;
    margin: 0 1.5em;
  }

  #globalnavi li:last-of-type a {
    background: none;
  }

  #globalnavi li a:hover, #globalnavi li a.current {
    text-decoration: none;
  }

  #globalnavi li a:hover::after, #globalnavi li a.current::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: rgb(58, 80, 180);
    background: -webkit-linear-gradient(left, rgba(58, 80, 180, 1) 0%, rgba(29, 163, 253, 1) 50%, rgba(69, 212, 252, 1) 100%);
    background: -o-linear-gradient(left, rgba(58, 80, 180, 1) 0%, rgba(29, 163, 253, 1) 50%, rgba(69, 212, 252, 1) 100%);
    background: linear-gradient(to right, rgba(58, 80, 180, 1) 0%, rgba(29, 163, 253, 1) 50%, rgba(69, 212, 252, 1) 100%);
  }
}

.sp_menu {
  width: 10vw;
  height: 10vw;
  cursor: pointer;
  background-size: 100%;
  position: absolute;
  top: 3vw;
  right: 2vw;
  z-index: 120;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-out;
}

@media only screen and (min-width: 769px) {
  .sp_menu {
    display: none;
  }
}

.sp_menu figure {
  content: url(../images/icon_open.png);
  width: 90%;
  margin: 0 auto;
}

.sp_menu figure img{
  width:100%;
}

.sp_menu.open figure {
  content: url(../images/icon_close.png);
}

@keyframes slideIn {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

/*トップページ設定*/
#tbox {
  width: 100%;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 769px) {
  #tbox {
    width: 960px;
    margin: 0 auto 40px;
  }
}

/*　ページ用設定　*/
#top_container {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  #top_container {
    width: 960px;
    text-align: left;
    margin: 0 auto;
  }
}

#container {
  width: 90%;
  text-align: left;
  margin: 0 auto 6vw;
}

@media only screen and (min-width: 769px) {
  #container {
    width: 960px;
    text-align: left;
    margin: 200px auto;
  }
}

#breadcrumb {
  font-size: 12px;
  margin-bottom: 30px;
}

#breadcrumb a {
  color: #0e528f;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #3384cd;
  text-decoration: underline;
}

.page_title {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DAD6D6;
}

.page_title .en {
  font-family: 'Lato', sans-serif;
  margin-left: 1em;
  font-size: 20px;
  font-weight: 300;
}

.page_subtitle {
  clear: both;
  font-size: 22px;
  margin-bottom: 30px;
  color: #0e528f;
  font-family: 'Lato', sans-serif;
}

/*プライバシーポリシー設定*/
.privacy_table td {
  padding: 5px 20px;
  border-bottom: 1px #ccc solid;
  border-left: 1px solid #ccc;
}

.privacy_table th {
  padding: 5px 20px;
  background: #ccc;
  font-weight: bold;
  text-align: center;
}

.bdr_top {
  border-top: 1px #ccc solid;
}

.bdr_right {
  border-right: 1px #ccc solid;
}

#pagetop {
  text-align: right;
  margin: 5px 0 10px 0;
}

/*page top*/
#page-top {
  position: fixed;
  bottom: -5px;
  right: 20px;
  font-size: 100%;
}

#page-top a {
  background: #d6d6db;
  text-decoration: none;
  color: #5d5d5f;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #d6d6db;
}

/*フッタ*/
#fbox {
  background: #3b3b3b;
}

@media only screen and (min-width: 769px) {
  #fbox {
    height: 245px;
    padding-top: 50px;
    background: #3b3b3b url(../images/footer_bg.jpg) top center no-repeat;
  }
}

#footer {
  width: 100%;
  margin: 30px auto 0;
  color: #fff;
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  #footer {
    width: 960px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 12px;
  }
}

#footer a {
  color: #fff;
}

.footer_sitemap {
  width: 90%;
  padding-top: 20px;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .footer_sitemap {
    margin-right: 40px;
    width: 150px;
    padding-top: 10px;
    text-align: left;
    float: left;
  }
}

.footer_sitemap li {
  margin-bottom: 10px;
}

.footer_company {
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .footer_company {
    margin-left: 20px;
    margin-right: 30px;
    width: 450px;
    padding-top: 10px;
    text-align: left;
    float: left;
  }
}

.footer_tel {
  padding-top: 10px;
  text-align: left;
  float: left;
}

.footer_copy {
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  .footer_copy {
    text-align: right;
    font-size: 10px;
  }
}
