@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* background-color: inherit; */
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  min-width: 320px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  margin: 0;
}

body.home {
  padding-top: 0px !important;
}

#wrap {
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.js #wrap {
  visibility: hidden;
}

.no-js #wrap {
  visibility: visible;
}

a {
  text-decoration: none;
  color: #2e44a7;
  outline: none;
}

a:hover {
  color: #fccc00;
}

hr {
  border: medium none;
  display: block;
  height: 1px;
  margin: 50px 0;
  width: 100%;
  background-color: #ccc;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1200px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.linkBox-img {
  overflow: hidden;
}

.linkBox-img img {
  transition: all 0.5s ease 0s;
}

.linkBox-img img:hover {
  opacity: 0.5;
  transform: scale(1.1, 1.1);
}

a.button:link, .button:visited {
  width: 100%;
  max-width: 20em;
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 5px;
  line-height: 1.2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 998;
}

a.button:link:after, a.button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

a.button:link:hover, a.button:visited:hover {
  color: #FFF;
  text-shadow: none;
}

a.button:link:hover:after, a.button:visited:hover:after {
  height: 450%;
}

a.button-green {
  border: 2px solid #00B59D;
  border-radius: 5px;
  color: #00B59D;
}

a.button-green:after {
  background: #00B59D;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

 /*
list
**************************/
ul, ol {
  padding-left: 1.5em;
  margin: 1em 0 1em;
}

ul li, ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

ul li {
  position: relative;
}

ul li:before {
  color: #2e44a7;
  position: absolute;
  left: -1.2em;
  top: 0;
  content: "\f111";
  font-family: fontawesome;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.1em;
  line-height: 1.4;
}

/**********************************************************************************
* #header
**********************************************************************************/
#header {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#header-logo {
  padding-left: 20px;
  padding-right: 20px;
}
#header-logo a {
  display: block;
}
#header-logo a img {
  line-height: 1;
  vertical-align: middle;
}

#header-contactbtn a {
  color: #fff;
  padding: 0.6em;
  background-color: #2e44a7;
  text-align: center;
  display: block;
}
#header-contactbtn a:hover {
  background-color: #fccc00;
  color: #2e44a7;
}
#header-contactbtn a i {
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #header-contactbtn a i {
    display: block;
    margin-right: 0px;
    margin-bottom: 2px;
  }
}
#header-contactbtn a span {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #header-contactbtn a span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
  }
}

/**********************************************************************************
* #topHero
**********************************************************************************/
#topHero {
  background-image: url(../images/hero-back.png);
  background-size: cover;
  background-position: center 50%;
  height: 800px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #topHero {
    height: 600px;
  }
}
@media screen and (max-width: 576px) {
  #topHero {
    height: 500px;
  }
}
#topHero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(../images/hero-ami.png);
}

.hero-txt {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.hero-txt .hero-txt01 {
  display: block;
}
.hero-txt .hero-txt02 {
  display: block;
}

/**********************************************************************************
* #topRead
**********************************************************************************/
#topRead {
  padding: 50px 5vw;
}

.read-midashi {
  text-align: center;
  margin-bottom: 20px;
}

.read-txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .read-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.read-txt span {
  display: inline-block;
}

/**********************************************************************************
* #topMerit
**********************************************************************************/
#topMerit {
  padding: 50px 0;
}
#topMerit .sec-title {
  text-align: center;
}

.merit-sec h3 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  padding: 0.3em 0.5em;
  text-align: center;
  margin: 2em 0 0.6em;
}
@media screen and (max-width: 768px) {
  .merit-sec h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .merit-sec h3 {
    text-align: left;
  }
}
.merit-sec ul li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .merit-sec ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.merit-sec .h100 {
  height: 100%;
}

/**********************************************************************************
* #topPlan
**********************************************************************************/
#topPlan {
  background-color: #000;
  padding: 50px 0;
  color: #fff;
}
#topPlan .sec-title {
  text-align: center;
  margin-bottom: 30px;
}
#topPlan h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  #topPlan h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#topPlan h3::before {
  line-height: 1.4;
  left: 0;
  top: 0;
  position: absolute;
  font-family: "FontAwesome";
  content: '\f04d';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topPlan .plan-kaijou {
  margin-bottom: 0.4em;
  background-color: #fff;
  color: #2e44a7;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
  border-radius: 1.4em;
  display: inline-block;
}

/**********************************************************************************
#topAccess
**********************************************************************************/
#topAccess {
  background-color: #2e44a7;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
#topAccess .sec-title {
  text-align: center;
  margin-bottom: 30px;
}

#access-map {
  margin-bottom: 30px;
}

#access-map figcaption {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

#access-midashi {
  color: #FFEB00;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #access-midashi {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#access-transportation {
  margin-bottom: 30px;
}

#access-transportation:before,
#access-transportation:after {
  content: "";
  display: block;
}

#access-transportation:after {
  clear: both;
}

#access-transportation dl {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

#access-transportation dl i {
  color: #FFB21E;
}

#access-transportation dt {
  padding: 10px 30px;
  background-color: #DDDDDD;
  coor: #2E44A7;
}

#access-transportation dd {
  padding: 10px 30px;
  background-color: #fff;
  coor: #333;
}

@media only screen and (max-width: 767px) {
  #access-transportation dl {
    float: none;
    width: 100%;
  }

  #access-transportation dd br {
    display: none;
  }
}
#access-btn {
  text-align: center;
  margin-bottom: 30px;
}

#access-btn a {
  color: #2E44A7;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  background-color: #FFEB00;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 1.5em;
  display: inline-block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000');
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #access-btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#access-btn a:hover {
  color: #fff;
  background-color: #FF0000;
}

#access-dataBox {
  background-color: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  #access-dataBox {
    padding: 20px 15px;
  }
}
#access-dataBox h4 {
  color: #2e44a7;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem;
}

#access-dataBox-table th {
  width: 6.5em;
  display: block;
  text-align: left;
  font-weight: bold;
}
#access-dataBox-table th:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1.6;
  vertical-align: baseline;
  margin-right: 0.2em;
  color: #2E44A7;
}

/**contact-box********************/
.contact-box {
  background: url("../images/contact-back.png") no-repeat center top;
  background-size: cover;
  padding: 40px 0;
}

.contact-box-txt {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-box-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact-box-txt br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-box-txt br {
    display: block;
  }
}

.contact-box-btn {
  text-align: center;
}

.contact-box-btn a {
  color: #2E44A7;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  background-color: #FFEB00;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 1.5em;
  display: inline-block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000');
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-box-btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact-box-btn a:hover {
  color: #fff;
  background-color: #FF0000;
}

.contact-box-btn a i {
  font-size: 130%;
  margin-right: 0.2em;
  vertical-align: central;
}

#footer {
  background-color: #000;
  padding: 30px 0;
  color: #fff;
}

#footer-logo {
  margin-bottom: 10px;
}

.footer-address {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

#footer-navi {
  padding-left: 0;
}

#footer-navi li {
  display: inline-block;
  margin-left: 0;
  margin-right: 1em;
  padding-left: 0;
}
#footer-navi li::before {
  display: none;
}

#footer-navi li a {
  text-decoration: none;
  color: #fff;
}

#footer-navi li a:hover {
  text-decoration: none;
  color: #fccc00;
}

#footer-navi li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  text-rendering: auto;
  margin-right: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#copy {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

/* =========================================================
.pagetop
========================================================= */
.pagetop {
  background-color: #2e44a7;
  bottom: 10px;
  display: inline-block;
  position: fixed;
  right: 10px;
  transform: translate3d(0px, 50px, 0px);
  transition-duration: 0.3s;
  visibility: hidden;
  z-index: 999;
  padding: 1em;
  line-height: 1;
  border-radius: 1.5em;
  border: 1px solid #fff;
  color: #fff !important;
}
.pagetop:hover {
  background-color: #fccc00;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.pagetop.backtotop-visible {
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  visibility: visible;
}
.pagetop.backtotop-visible:hover {
  background-color: #fccc00;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
