@charset "UTF-8";
/*
load animation
------------------------------------------------*/
/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
body{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

html.wf-active body{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
}

/*
bnr animation
------------------------------------------------*/
.bnr-slideIn-body{
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.bnr-slideIn a , .bnr-slideIn input{
  position: relative;
  border: 2px solid #0068b7;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
}
.bnr-slideIn a:before , .bnr-slideIn input:before{
  z-index: 1;
}
.bnr-slideIn a:after , .bnr-slideIn input:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: height .3s cubic-bezier(.23, 1, .32, 1);
}
@media screen and (min-width: 1025px){
  .bnr-slideIn a:hover:after , .bnr-slideIn input:hover:after{
    height: 100%;
  }
}

.bnr-slideIn_blue a , .bnr-slideIn_blue input{
  background: #0068b7;
  color: #fff;
}
@media screen and (min-width: 1025px){
  .bnr-slideIn_blue a:after , .bnr-slideIn_blue input:after{
    background: #fff;
  }
  .bnr-slideIn_blue a:hover , .bnr-slideIn_blue input:hover{
    color: #0068b7;
  }
}

.bnr-slideIn_white a , .bnr-slideIn_white input{
  background: #fff;
  color: #0068b7;
}
.bnr-slideIn_white a:after , .bnr-slideIn_white input:after{
  background: #0068b7;
}
@media screen and (min-width: 1025px){
  .bnr-slideIn_white a:hover , .bnr-slideIn_white input:hover{
    color: #fff;
  }
}

.onlySp{
  display: none;
}

.sp{
  display: none;
}

.pad{
  display: none;
}

.onlyiphone5{
  display: none;
}

@media screen and (max-width: 1024px){
  .pad{
    display: block;
  }
}

@media screen and (max-width: 768px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

@media screen and (max-width: 667px){
  .onlyPc{
    display: none;
  }
  .onlySp{
    display: block;
  }
}

@media screen and (max-width: 350px){
  .iphone5{
    display: none;
  }
  .onlyiphone5{
    display: block;
  }
}

/*
footer
------------------------------------------------*/
.footer{
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .03em;
}
.footer-inner{
  max-width: 850px;
  margin: 0 auto;
}
.footer-sitemap{
  background: #0068b7;
  color: #fff;
  padding: 45px 0 50px;
}
.footer-sitemap a{
  color: #fff;
}
.footer-nav-item{
  margin-bottom: 12px;
}
.footer-nav-item_bnr{
  margin-top: 25px;
}
.footer-nav-title_small{
  line-height: 1.3;
  margin-left: 1em;
  margin-bottom: 6px;
}
.footer-nav-title_small br{
  display: none;
}
.footer-nav-col:last-child .footer-nav-title_small{
  margin-left: 0;
}
.footer-contact{
  margin-top: 50px;
}
.footer-contact-tel-title{
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.footer-contact-tel-number{
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  font-size: 3.1rem;
  letter-spacing: .04em;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px){
  .footer-contact-tel-number{
    white-space: nowrap;
  }
}
.footer-contact-tel-number img{
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.footer-contact-tel-time{
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .04em;
  font-weight: bold;
}
.footer-contact-tel-att{
  line-height: 1.3;
  text-align: center;
}
.footer-contact-btn{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: bold;
}
.footer-contact-btn a{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 388px;
  height: 46px;
  background: #fff;
  color: #0068b7;
  border-radius: 5px;
  padding-right: 8px;
  box-sizing: border-box;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}
.footer-contact-btn a:hover{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.footer-contact-btn a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
  margin: auto 0;
  width: 22px;
  height: 22px;
  background: url("../images/common/footer_icon_contact.png") no-repeat center center;
  background-size: 21px auto;
}
.footer-pagetop{
  background: #eee;
  text-align: center;
}
.footer-pagetop a{
  display: block;
  padding: 15px 0;
  color: #0068b7;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}
.footer-pagetop a:hover{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.footer-pagetop-txt{
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .27em;
  display: block;
  margin-top: 5px;
}
.footer-company{
  padding: 50px 0 0;
  color: #0068b7;
}
.footer-company a{
  color: #0068b7;
}
.footer-company-info{
  font-weight: bold;
}
.footer-company-name{
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .28em;
  margin-bottom: 4px;
}
.footer-company-address{
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.footer-bnr{
  margin-top: 70px;
}
.footer-bnr-item{
  margin-right: 6px;
}
.footer-copyright{
  display: block;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .15em;
  color: #0068b7;
  text-align: center;
  margin: 40px 0 100px;
}

@media screen and (max-width: 905px) and (min-width: 769px){
  .footer-nav-title_small br{
    display: block;
  }
  .footer-contact-tel-number{
    font-size: 2.3rem;
  }
  .footer-contact-tel-number img{
    width: 35px;
  }
  .footer-contact-tel-time span{
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px){
  .footer-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-nav-item:last-child{
    margin-bottom: 0;
  }
  .footer-nav-item a:hover{
    text-decoration: underline;
  }
  .footer-nav-title_large{
    font-size: 1.2rem;
    margin-bottom: 12px;
    letter-spacing: .28em;
    font-weight: bold;
  }
  .footer-nav-title_large:last-child{
    margin-bottom: 0;
  }
  .footer-nav-title_small{
    font-size: 1.1rem;
    font-weight: bold;
  }
  .footer-nav-subMenu{
    display: block !important;
  }
  .footer-contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-contact-tel-time span{
    display: inline-block;
    font-size: 1rem;
    letter-spacing: .02em;
    margin-left: 10px;
  }
  .footer-contact-tel-att{
    margin-top: 7px;
    font-size: 1rem;
    -webkit-transform: scale(.9);
            transform: scale(.9);
    font-weight: bold;
    margin-top: 35px;
  }
  .footer-contact-btn br{
    display: none;
  }
  .footer-otherlink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 0;
  }
  .footer-otherlink-item{
    margin-right: 35px;
  }
  .footer-otherlink-item:last-child{
    margin-right: 0;
  }
  .footer-linkBnr{
    max-width: 221px;
  }
  .footer-company{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-company-logo{
    margin-right: 90px;
  }
  .footer-bnr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bnr:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 768px){
  .footer-inner{
    padding: 0 12px;
    max-width: 520px;
  }
  .footer-sitemp{
    padding: 32px 0 48px;
  }
  .footer-nav-item{
    margin-bottom: 30px;
    font-size: 1.5rem;
    letter-spacing: .06em;
  }
  .footer-nav-item a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer-nav-subMenu{
    margin-top: 22px;
    display: none;
  }
  .footer-nav-title_small{
    margin-bottom: 18px;
  }
  .footer-nav-title_small:last-child{
    margin-bottom: 0;
  }
  .footer-nav-title_has{
    position: relative;
  }
  .footer-nav-title_has:hover{
    cursor: pointer;
  }
  .footer-nav-title_has.is-open:before{
    display: none;
  }
  .footer-nav-title_has.is-open:after{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer-nav-title_has:before , .footer-nav-title_has:after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    margin-top: -2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .footer-nav-title_has:after{
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  }
  .footer-contact-item{
    margin-bottom: 22px;
  }
  .footer-contact-item:last-child{
    margin-bottom: 0;
  }
  .footer-contact-tel-title{
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .footer-contact-tel-number{
    font-size: 3.4rem;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: -1px;
  }
  .footer-contact-tel-number img{
    max-width: 51px;
    width: 18%;
  }
  .footer-contact-tel-time{
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  .footer-contact-tel-time span{
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .footer-contact-tel-att{
    font-size: 1.2rem;
    margin-top: 22px;
    text-align: left;
  }
  .footer-contact-btn{
    font-size: 1.6rem;
    max-width: 295px;
    margin: 0 auto;
    line-height: 1.05;
  }
  .footer-contact-btn a{
    width: 100%;
    height: 64px;
  }
  .footer-contact-btn a:after{
    right: 14px;
  }
  .footer-otherlink{
    margin-top: 32px;
    text-align: center;
  }
  .footer-otherlink-item{
    margin-bottom: 18px;
  }
  .footer-otherlink-item:last-child{
    margin-bottom: 0;
  }
  .footer-pagetop a{
    padding: 17px 0;
  }
  .footer-pagetop img{
    width: 25px;
  }
  .footer-pagetop span{
    font-size: 1rem;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  .footer-company{
    max-width: 295px;
    margin: 0 auto;
    padding: 35px 15px 0;
    box-sizing: border-box;
    letter-spacing: 0;
  }
  .footer-company-logo{
    text-align: center;
    margin-bottom: 22px;
  }
  .footer-company-logo img{
    width: 100%;
  }
  .footer-company-address{
    font-size: 1.2rem;
    line-height: 1.46;
  }
  .footer-bnr{
    margin-top: 30px;
  }
  .footer-bnr-item{
    max-width: 295px;
    margin: 0 auto 5px;
  }
  .footer-bnr-item:last-child{
    margin-bottom: 0;
  }
  .footer-bnr-item img{
    width: 100%;
  }
  .footer-copyright{
    font-size: 1rem;
    margin: 22px 0 24px;
    white-space: nowrap;
  }
}

/*
header PC
------------------------------------------------*/
.header-pc{
  width: 100%;
  color: #0068b7;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
.header-pc a{
  color: #0068b7;
}
.header-pc .header-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.header-pc .header-logo{
  margin: 0 2% 0 0;
  width: 190px;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
.header-pc .header-contents{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-pc .header-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.header-pc .header-info-item{
  position: relative;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: .07em;
  line-height: 14px;
}
.header-pc .header-info-item:first-child:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 14px;
  background: #0068b7;
}
.header-pc .header-info-item:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 14px;
  background: #0068b7;
}
.header-pc .header-info-item a{
  padding: 0 20px;
}
.header-pc .header-info-item a:hover{
  text-decoration: underline;
}
.header-pc .header-tel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 11px;
}
.header-pc .header-tel-item{
  margin-right: 45px;
}
.header-pc .header-tel-item:last-child{
  margin-right: 0;
}
.header-pc .header-tel-title{
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.01em;
  line-height: 1;
  text-align: center;
  background: #fff100;
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 5px;
}
.header-pc .header-tel-number{
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .03em;
  margin-bottom: 2px;
  white-space: nowrap;
  text-align: center;
}
.header-pc .header-tel-number img{
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.header-pc .header-tel-time{
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}
.header-pc .header-tel-time span{
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: scale(.9);
          transform: scale(.9);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-left: 5px;
}
.header-pc .header-tel-time_center{
  position: relative;
  left: 7px;
}
.header-pc .header-nav{
  margin-top: 22px;
}
.header-pc .header-nav-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-pc .header-nav-item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 145px;
  position: relative;
}
.header-pc .header-nav-item:hover .header-nav-title:after{
  width: 100%;
}
.header-pc .header-nav-item:hover .header-subNav{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  background: #cce1f1;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.header-pc .header-nav-title{
  position: relative;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.header-pc .header-nav-title:hover{
  cursor: pointer;
}
.header-pc .header-nav-title:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff100;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.header-pc .header-nav-title span{
  display: block;
  text-align: center;
}
.header-pc .header-nav-title_en{
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .22em;
  margin-bottom: 4px;
}
.header-pc .header-nav-title_jp{
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #818181;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .14em;
}
.header-pc .header-subNav{
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.header-pc .header-subNav-item{
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .04em;
  line-height: 1.23;
  font-weight: bold;
  margin: 0 10px;
  border-bottom: 1px solid #0068b7;
  box-sizing: border-box;
}
.header-pc .header-subNav-item:last-child{
  border-bottom: none;
}
.header-pc .header-subNav-item .onlyIE{
  display: none;
}
.header-pc .header-subNav-item a{
  min-height: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-pc .header-subNav-item a:hover{
  text-decoration: underline;
}
.header-pc .chrome .header-tel-number{
  letter-spacing: .06em;
}

.ie .header-subNav-item .onlyIE{
  display: block;
}

@media screen and (max-width: 1265px){
  .header-pc .header-tel-item{
    margin-right: 35px;
  }
  .header-pc .header-subNav-item{
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1024px){
  .header-pc{
    display: none;
  }
}

@media screen and (max-height: 680px){
  .mission-pagenavi{
    bottom: 20px;
  }
  .sidebar-item{
    width: 105px;
    height: 105px;
  }
  .mission-pagenavi-item{
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
  }
}

@media all and (-ms-high-contrast: none){
  .header-pc .header-nav-item{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1265px){
  .header-pc .header-nav-item{
    width: 14.5%;
  }
}

/*
header SP
------------------------------------------------*/
.header-sp .header-navBar{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  background: #fff;
}

.header-sp .header-logo{
  padding: 14px 0 0 22.5px;
  margin-right: 15px;
}

.header-sp .header-tab{
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-sp .header-tab-item{
  width: 64px;
  text-align: center;
}
.header-sp .header-tab-item:hover{
  cursor: pointer;
}
.header-sp .header-tab-item_login{
  background: #fff100;
}
.header-sp .header-tab-item_login p.header-tab-title {
  margin: 5px 0;
}
.header-sp .header-tab-item_tel{
  background: #c9e1f3;
}
.header-sp .header-tab-item_menu{
  background: #eee;
}
.header-sp .header-tab-item_menu span{
  background: #0068b7;
}
.header-sp .header-tab-item_menu span:nth-child(2){
  margin-top: 6px;
}
.header-sp .header-tab-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.header-sp .header-tab-title{
  font-family: "tbudgothic-std",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #0068b7;
  margin: 12px 0 8px;
}

.header-sp .header-menu-btn{
  position: relative;
  width: 18px;
  height: 14px;
  margin: 0 auto;
}
.header-sp .header-menu-btn span{
  display: block;
  height: 2px;
  position: absolute;
  width: 18px;
  right: 0;
  left: 0;
  margin: auto;
}
.header-sp .header-menu-btn span:first-child{
  top: 0;
}
.header-sp .header-menu-btn span:last-child{
  bottom: 0;
}

.header-sp .header-content{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  display: none;
}
.header-sp .header-content-inner{
  padding: 0 44px;
  max-width: 520px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header-sp .header-content-close{
  position: absolute;
  top: 24px;
  right: 20px;
  padding-right: 28px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 18px;
  color: #0068b7;
}
.header-sp .header-content-close:after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/header_icon_close_sp.png") no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header-sp .header-content-close:hover{
  cursor: pointer;
}

.header-sp .header-scroll{
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

.header-sp .header-tel-list{
  padding: 74px 0 60px;
}

.header-sp .header-tel-item{
  margin-bottom: 27px;
  color: #0068b7;
}
.header-sp .header-tel-item a{
  color: #0068b7;
}
.header-sp .header-tel-item:last-child{
  margin-bottom: 0;
}

.header-sp .header-tel-title{
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: .04em;
  background: #fff100;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
}

.header-sp .header-tel-number{
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: .07em;
  white-space: nowrap;
  margin-top: 6px;
}
.header-sp .header-tel-number img{
  margin-right: 5px;
}
.header-sp .header-tel-number span{
  position: relative;
  display: inline-block;
}
.header-sp .header-tel-number span:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0068b7;
}
.header-sp .header-tel-number_center{
  text-align: center;
}

.header-sp .header-tel-time{
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
.header-sp .header-tel-time span{
  font-weight: normal;
}

.header-sp .header-tel-att{
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin-top: 8px;
}

.header-sp .header-tel-about{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-top: 15px;
}

.header-sp .header-tel-small{
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin-top: 35px;
}

.header-sp .header-login-list{
  padding: 80px 0 84px;
}

.header-sp .header-login-item{
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  height: 82px;
  margin-bottom: 15px;
}
.header-sp .header-login-item:last-child{
  margin-bottom: 0;
}
.header-sp .header-login-item a{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #0068b7;
  box-sizing: border-box;
  background: #fff;
  color: #0068b7;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
}
.header-sp .header-login-item span{
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 25px;
  box-sizing: border-box;
}
.header-sp .header-login-item span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
  background-image: url("../images/common/header_arrow_login_sp.png");
}

.header-sp .header-nav{
  background: #0068b7;
  color: #fff;
  width: 100%;
  height: 100%;
}
.header-sp .header-nav a{
  color: #fff;
}
.header-sp .header-nav-close{
  position: absolute;
  top: 22px;
  right: 22px;
}
.header-sp .header-nav-close span{
  background: #fff;
}
.header-sp .header-nav-close span:first-child{
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header-sp .header-nav-close span:nth-child(2){
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header-sp .header-nav-close span:last-child{
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.header-sp .header-nav-close:hover{
  cursor: pointer;
}
.header-sp .header-nav-inner{
  padding: 0 40px;
}
.header-sp .header-nav-list{
  padding: 72px 0 50px;
}
.header-sp .header-nav-item{
  margin-bottom: 26px;
}
.header-sp .header-nav-item:last-child{
  margin-bottom: 0;
}
.header-sp .header-nav-title{
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .06em;
  line-height: 1.3;
}
.header-sp .header-nav-title_small{
  margin-left: 1.2em;
  margin-bottom: 16px;
}
.header-sp .header-nav-title_small:last-child{
  margin-bottom: 0;
}
.header-sp .header-nav-title_has{
  position: relative;
}
.header-sp .header-nav-title_has:hover{
  cursor: pointer;
}
.header-sp .header-nav-title_has.is-open:before{
  display: none;
}
.header-sp .header-nav-title_has.is-open:after{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-sp .header-nav-title_has:before , .header-sp .header-nav-title_has:after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  margin-top: -2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
.header-sp .header-nav-title_has:after{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
}
.header-sp .header-nav-title a{
  display: block;
  width: 100%;
  height: 100%;
}
.header-sp .header-nav-subMenu{
  margin-top: 16px;
  display: none;
}

.is-fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px){
  .header-sp{
    display: none;
  }
}

@media screen and (max-width: 1024px){
  .header-sp{
    display: block;
  }
}

@media screen and (max-width: 350px){
  .header-sp .header-tel-number{
    letter-spacing: 0;
    font-size: 3rem;
  }
}

/*
inner
------------------------------------------------*/
.inner{
  width: calc(100% - 55px);
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-small{
  max-width: 700px;
}
.inner-large{
  max-width: 848px;
  max-width: 890px;
}

/*
body
------------------------------------------------*/
html{
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body{
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
}

a{
  color: #222;
}

a[href^="tel:"]{
  text-decoration: none !important;
}
a[href^="tel:"]:hover{
  cursor: default;
}

img{
  max-width: 100%;
  height: auto;
}

.main{
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: .03em;
}

@media screen and (min-width: 1025px){
  .main{
    padding-top: 150px;
  }
}

@media screen and (max-width: 1024px){
  .main{
    padding-top: 64px;
  }
}

/*
sidebar
------------------------------------------------*/
.sidebar{
  position: fixed;
  top: 203px;
  right: 0;
  z-index: 1;
}
.sidebar-item{
  width: 112px;
  height: 112px;
  font-family: "tbudgothic-std",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  background: #fff;
}
.sidebar-item_yellow a{
  background: #fff100;
}
.sidebar-item_lightblue a{
  background: #b2d1e9;
}
.sidebar-item_white a{
  background: #e6e6e6;
}
.sidebar-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #0068b7;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}
.sidebar-item a:hover{
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.sidebar-title{
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .14em;
  line-height: 1.1;
  border: 1px solid #0068b7;
  width: 88px;
  padding: 5px 0 3px;
  margin: 0 auto 6px;
}
.sidebar-txt{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.sidebar-txt small {
  font-size: 80%;
}

.sidebar-icon{
  margin-top: 6px;
}

@media screen and (max-width: 768px){
  .sidebar{
    display: none;
  }
}
