/*@import url(//fonts.googleapis.com/css?family=Vidaloka|Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v13/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v13/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* 
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, main, 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 {
  overflow-y:scroll;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section { 
  display:block;
}
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;
}
h1, h2, h3, h4, h5, h6,
strong{
  font-weight: 500;
}
input, select {
  vertical-align:middle;
}
img {
  vertical-align: top;
  outline: none;
  border: none;
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
}
ul,ol{
  list-style: none;
}

html,body,.f-view{
  height: 100%;
}


/* 拡張子
***************************/
/* PDF */
.has-icon{
  color: #3C428F;
}
.has-icon.is-pdf:after {
  content: '';
  position: relative;
  top: 0;
  display: inline-block;
  margin-top: -5px;
  margin-left: 6px;
  width: 16px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  background: url(../images/abm00021443.svg) no-repeat left top;
}

/* 基本
***************************/
*,*::before,*::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  line-height: 1.8;
}
body {
  font-family: "微软雅黑";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 300;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
input, select, textarea, button{
  font-family: "微软雅黑";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

sup{
  position: relative;
  top: -0.1em;
  font-size: 1.3px;
  font-size: 1.3rem;
  vertical-align: top;
}
sub{
  position: relative;
  top: 0.1em;
  font-size: 1.3px;
  font-size: 1.3rem;
  vertical-align: bottom;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


/* 共通
***************************/
.inner{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 959px) {
  .inner{
    padding: 0 4%;
  }
}

/* ファーストビュー(ヘッダー)
***************************/
.f-view{
  position: relative;
  overflow: hidden;
  background: url(../images/abm00021442.jpg) no-repeat center center;
  background-size: cover;
}
.header-nav{
  background: #F8F8F8;
  font-size: 13px;
  font-size: 1.3rem;
}
.header-nav ul{
  text-align: right;
}
.header-nav li{
  display: inline-block;
  border-left: 1px solid #c4c4c4;
}
.header-nav li a{
  display: block;
  padding: 4px 15px;
  color: #3C428F;
}
.header .inner{
  padding-top: 20px;
}
.header .cp-img-change-pc img{
  width: 652px;
  height: 60px;
}
.f-view h1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  transform: translate(-50%,-90%);
}
.f-view h1 br{
  display: none;
}
.f-view h1 span{
  display: block;
  margin-bottom: 20px;
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 10px;
}

.f-view-bottom .main-nav{
  position: absolute;
  bottom: 0;
  height: 120px;
  width: 100%;
  background: #3C428F;
  color: #fff;
}
.f-view-bottom .main-nav a{
  display: block;
  height: 120px;
  padding-top: 28px;
  color: #fff;
  text-align: center;
}
.f-view-bottom .main-nav a::before{
  content: "";
  display: block;
  width: 44px;
  height: 40px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.f-view-bottom .main-nav a:hover{
  text-decoration: none;
}
.f-view-bottom .main-nav a::after{
  content: "";
  display: block;
  height: 2px;
  width: 0;
  margin: 5px 18.75% 0 18.75%;
  background: #fff;
  transition: width 0.5s;
}
.f-view-bottom .main-nav a:hover::after{
  width: 62.5%;
}
.f-view-bottom .main-nav ul{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.f-view-bottom .main-nav li{
  position: relative;
  display: table-cell;
  text-align: center;
}
.f-view-bottom .main-nav li:first-child::after{
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
.f-view-bottom .main-nav li::before{
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
.f-view-bottom .main-nav li:nth-child(1) a::before{
  background-image: url(../images/abm00021479.svg);
  background-size: 40px 36px;
}
.f-view-bottom .main-nav li:nth-child(2) a::before{
  background-image: url(../images/abm00021465.svg);
  background-size: 44px 36px;
}
.f-view-bottom .main-nav li:nth-child(3) a::before{
  background-image: url(../images/abm00021454.svg);
  background-size: 36px 40px;
}
.f-view-bottom .main-nav li:nth-child(4) a::before{
  background-image: url(../images/abm00021462.svg);
  background-size: 40px 35px;
}
.container .news{
  display: none;
}
.f-view-bottom .news{
  position: absolute;
  bottom: 120px;
  display: none;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.f-view-bottom .news.news-show{
  display: block;
}
.f-view-bottom .news.news-show .inner{
  display: table;
}
.f-view-bottom .news h2{
  display: table-cell;
  width: 78px;
  padding: 22px 0;
  vertical-align: top;
}
.f-view-bottom .news dl{
  display: table-cell;
  padding: 20px 0;
  vertical-align: top;
}
.f-view-bottom .news dt{
  display: inline-block;
  width: 140px;
  padding: 2px 0;
  font-weight: 600;
  vertical-align: top;
}
.f-view-bottom .news dd{
  display: inline-block;
  width: calc(100% - 140px);
  padding: 2px 0;
  vertical-align: top;
}
.f-view-bottom .news a{
  color: #fff;
}
@media screen and (max-width: 959px) {
  .header .cp-img-change-sp img{
    max-width: 600px;
  }
  .f-view h1{
    transform: translate(-50%,-50%);
    padding: 0;
    font-size: 12.5vw;
  }
  .f-view h1 span{
    margin-bottom: 2vh;
    font-size: 4.5vw;
    letter-spacing: 5px;
  }
  .f-view h1 br{
    display: block;
  }
  .container .news{
    display: block;
  }
  .container .news .inner{
    padding: 0;
  }
  .container .news h2{
    margin: 20px 0 10px 0;
    text-align: center;
    color: #3C428F;
  }
  .container .news dl{
    padding: 5px 4%;
    background: #f0f0f0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .container .news dt{
    padding-top: 5px;
    font-weight: 600;
    color: #3C428F;
  }
  .container .news dd{
    padding-bottom: 5px;
  }
  .f-view-bottom .news,
  .f-view-bottom .news.news-show{
    display: none;
  }
  .f-view-bottom .main-nav{
    min-height: 70px;
    height: auto;
  }
  .f-view-bottom .main-nav .inner{
    padding: 0;
  }
  .f-view-bottom .main-nav li:first-child::after,
  .f-view-bottom .main-nav li:last-child::before{
    content: none;
  }
  .f-view-bottom .main-nav li::before{
    top: 20%;
    height: 60%;
  }
  .f-view-bottom .main-nav a{
    min-height: 70px;
    height: auto;
    padding-top: 13px;
    font-size: 2.5vw;
  }
  .f-view-bottom .main-nav a::after{
    content: none;
    transition: width 0s;
  }
  .f-view-bottom .main-nav .inner li a::before{
    width: 33px;
    height: 30px;
    background-size: cover;
  }
  .f-view-bottom .main-nav li:nth-child(1) a::before{
    background-size: 30px 27px;
  }
  .f-view-bottom .main-nav li:nth-child(2) a::before{
    background-size: 33px 27px;
  }
  .f-view-bottom .main-nav li:nth-child(3) a::before{
    background-size: 27px 30px;
  }
  .f-view-bottom .main-nav li:nth-child(4) a::before{
    background-size: 30px 27px;
  }
}

/* フッター
***************************/
.footer{
  margin-top: 80px;
}
.footer .pagetop a{
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  background: url(../images/abm00021444.svg) no-repeat center center;
  background-size: 50px 50px;
}
.footer > .inner{
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .tel-area{
  padding: 40px 0;
  background: #F2F2F2;
}
.footer .tel-box{
  display: table;
  margin: 0 auto;
  padding-left: 80px;
  background: url(../images/abm00021449.png) no-repeat left center;
  background-size: contain;
}
.footer .tel-text{
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.footer .tel-text br{
  display: none;
}
.footer .tel-number{
  display: block;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
.footer .copyright{
  font-size: 13px;
  font-size: 1.3rem;
}
.footer-nav{
  background: #F8F8F8;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer-nav ul{
  text-align: right;
}
.footer-nav li{
  display: inline-block;
  border-left: 1px solid #c4c4c4;
}
.footer-nav li a{
  display: block;
  padding: 4px 15px;
  color: #333;
}
@media screen and (max-width: 959px) {
  .footer > .inner{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .footer .pagetop a{
    position: fixed;
    z-index: 20;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: transparent;
    font-size: 0;
    background: url(../images/abm00021444.svg) no-repeat center center;
    background-size: 40px 40px;
  }
  .footer .tel-area{
    padding: 20px 0;
  }
  .footer .tel-box{
    display: table;
    margin: 0 auto;
    padding-left: 70px;
    background: url(../images/abm00021449.png) no-repeat left center;
    background-size: 60px 60px;
  }
  .footer .tel-text{
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .footer .tel-text br{
    display: block;
  }
  .footer .tel-number{
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
  .footer .copyright{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-nav{
    background: transparent;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-nav ul{
    margin-top: 14px;
    padding: 0 4%;
    text-align: center;
  }
  .footer-nav li{
    display: inline-block;
    margin: 0 0 4px -1px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
  .footer-nav li a{
    display: block;
    padding: 0 6px;
  }
}

body.preview .f-view{
  height: 1200px;
}