@charset "UTF-8";
/* ================================================= 
 header setting
================================================= */
header {
  width: 100%;
  padding: 10px 0;
  background-color: white;
}

header img {
  width: 100%;
  height: auto;
}

header #header-inner {
  width: 90%;
  margin: auto;
}

header #header-inner #h_logo {
  line-height: 1;
  margin: auto;
}

header #header-inner #h_logo a {
  max-width: 200px;
  display: inline-block;
}

header #header-inner #header-right {
  display: none;
}

/* ================================================= 
 hero setting
================================================= */
#hero-wrap {
  width: 100%;
  height: 400px;
  background: url(../images/hero_bg.jpg) center top;
  background-size: cover;
  position: relative;
  z-index: -1;
}

#hero-wrap .hero-inner {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#hero-wrap .hero-inner_right {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

#hero-wrap .hero-inner_right h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: white;
}

#hero-wrap .hero-inner_right p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 .5em;
}

#hero-wrap .hero-inner_right .flex li.blc {
  width: 31.333%;
  margin: 1.5% 3% 1.5% 0;
  border: 1px solid white;
  font-size: 1.1em;
  text-align: center;
}

#hero-wrap .hero-inner_right .flex li.blc:nth-child(3n+3) {
  margin-right: 0;
}

/* ================================================= 
 contents setting
================================================= */
.table-scroll {
  overflow: auto;
  /*スクロールさせる*/
  white-space: nowrap;
  /*文字の折り返しを禁止*/
}

.blc-head {
  width: 90%;
  margin: 0 auto 1.5em;
}

.blc-head .ttl {
  margin-bottom: .25em;
}

.blc-head .tag {
  margin: 1em auto;
  text-align: center;
}

.blc-head .tag span {
  display: inline-block;
  padding: 0 2rem;
  background-color: #222;
  color: white;
  font-size: 1.4em;
}

#merit .container {
  max-width: 1000px;
}

#merit .container .blc {
  margin-top: 3em;
}

#merit .container .blc:first-child {
  margin-top: 1em;
}

#merit .container .blc .sm-ttl {
  margin: 1em 0 .5em;
}

#experience {
  padding-top: 0;
}

#experience .blc-head {
  width: 100%;
  padding: 50px 5% 0;
  background: url(../images/txt_bg.svg) no-repeat top center;
  background-size: 100% auto;
}

#experience ul li h3 {
  font-size: 1.2em;
  margin: 1em 0 .25em;
}

#cruiser .image-slide {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding-bottom: 2em;
}

#cruiser .image-slide img {
  width: 100%;
  height: auto;
}

#cruiser ul.col3 .blc a {
  display: block;
  border: 1px solid #ddd;
  padding: 30px 20px;
  position: relative;
}

#cruiser ul.col3 .blc a::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/ico.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#cruiser ul.col3 .blc a img {
  max-width: 100%;
}

#cruiser ul.col3 .blc h3 {
  text-align: center;
  margin: 1em 0 0;
}

#overview h3 {
  margin-top: 1em;
}

#price .blc-head {
  width: 100%;
  padding: 3em 5%;
  background: url(../images/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}

#price .blc-head p {
  text-align: center;
}

#price .container {
  padding: 0;
}

#price .container .price-blc {
  padding: 3em 0;
  border-bottom: 1px solid #ddd;
}

#price .container .price-blc:last-child {
  border-bottom: none;
}

#price .container .price-blc p.text-center {
  font-size: 1.15em;
}

#price .container .price-blc .whitebox {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 5%;
  margin: 1.5em auto 0;
}

#price .container .price-blc .whitebox .left {
  font-size: 20px;
  font-size: 2rem;
}

#price .container .price-blc .whitebox .inner {
  padding-top: 0;
  color: #888;
}

.cv {
  padding: 3em 0;
  background: url(../images/cv_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: white;
  text-align: center;
}

.cv:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cv .eng {
  font-size: calc(60 / 750 * 100vw);
  text-transform: uppercase;
}

.cv p {
  font-size: 1.15em;
  line-height: 1.4;
}

.cv .flex {
  display: block;
  margin-top: 1.5em;
}

.cv .flex .cv-tel a {
  font-size: calc(52 / 750 * 100vw);
  color: white;
  text-decoration: none;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  font-weight: 500;
}

.cv .flex .cv-tel a span {
  font-size: calc(24 / 750 * 100vw);
  letter-spacing: 0;
  display: block;
  line-height: .75;
}

.cv .flex .cv-contact {
  width: 200px;
  margin: 1.5em auto 0;
  border-radius: 6px;
}

.cv .flex .cv-contact a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  background-color: #123AB3;
}

.cv .flex .cv-contact a:hover {
  background-color: #F03131;
}

#access .bd-box {
  width: 100%;
  margin: 2em auto;
  padding: 2em 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
}

#flow .col4 li .img {
  text-align: center;
  padding: 20px 30px;
  background-color: #444;
  margin-bottom: .5em;
}

#flow .col4 li .img img {
  max-width: 136px;
  width: 100%;
}

.bg-image {
  padding: 0;
}

#rule {
  padding: 3em 0;
  background-color: #f6f6f6;
}

#rule .inner h3 {
  margin-top: 2em;
  font-size: calc(36 / 750 * 100vw);
  margin-bottom: .25em;
}

#rule .inner h3:nth-of-type(1) {
  margin-top: 1em;
}

#faq {
  padding-top: 3em;
}

#faq .flex {
  display: block;
}

#faq .left {
  width: 100%;
  margin-bottom: 1em;
}

#faq .left h2 {
  text-align: center;
  font-size: calc(130 / 750 * 100vw);
  text-transform: uppercase;
  color: #eee;
  line-height: 1;
}

#faq .left h2 span {
  display: block;
  font-size: calc(36 / 750 * 100vw);
  color: #333;
}

#faq .inner .faq-contents {
  margin-bottom: 0;
  padding: 2em 0;
  border-top: 1px dashed #ddd;
}

#faq .inner .faq-contents dt {
  color: #222;
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: .5em;
}

#faq .inner .faq-contents dd {
  margin-bottom: 0;
}

#contact #form-wrap {
  max-width: 700px;
  margin: auto;
}

#contact #form-wrap .text-center:nth-of-type(1) {
  font-size: .9em;
}

#contact #form-wrap .form-tbl tbody tr th {
  font-size: 1.15em;
  font-weight: 500;
  color: #333;
}

#contact #form-wrap .form-tbl tbody tr:last-child td::after {
  height: 80%;
  top: 10%;
}

#company table {
  max-width: 640px;
  width: 100%;
  margin: 1em auto;
}

#company table tr:last-child th, #company table tr:last-child td {
  border-bottom: none;
}

#company table tr th, #company table tr td {
  display: block;
  width: 100%;
  padding: 1.5rem .5rem;
  border-bottom: 1px dashed #ccc;
}

#company table tr th {
  font-weight: 700;
  padding-bottom: 0;
  border-bottom: none;
}

#company table tr td {
  padding-top: 0;
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 5px 10px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.floating .flex li {
  width: 48%;
  margin: 0 1%;
}

.floating .flex li a {
  display: block;
  padding: 9px 15px 6px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 3px 0 #ddd;
          box-shadow: 0 3px 0 #ddd;
}

.floating .flex li a img {
  width: 100%;
  height: auto;
}

.floating .flex li:nth-of-type(2) a {
  background-color: #123AB3;
  -webkit-box-shadow: 0 3px 0 #0E3095;
          box-shadow: 0 3px 0 #0E3095;
}

/* ================================================= 
 pagetop setting
================================================= */
.pagetop {
  width: 50px;
  position: fixed;
  right: 4%;
  bottom: 11%;
  z-index: 2;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pagetop._fold {
  opacity: 1;
}

.pagetop a {
  display: block;
  height: 50px;
  line-height: 50px;
}

.pagetop a img {
  width: 100%;
  height: auto;
}

/* ================================================= 
 footer setting
================================================= */
footer {
  padding: 1em 0 80px;
  background-color: #444;
}

footer #copyright {
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

/* ================================================= 
 thanks setting
================================================= */
#hero-page {
  padding: 3em 0;
  background-color: #f6f6f6;
}

#hero-page .ttl {
  text-align: center;
  margin-bottom: 0;
}

#contact.thanks {
  margin-top: 0em;
}

#thanks {
  padding: 0 0 3em;
  text-align: center;
}

#thanks p {
  text-align: left;
}

#thanks .back {
  max-width: 260px;
  width: 70%;
  margin: 3em auto 0;
}

#thanks .back a {
  display: block;
  background-color: #123AB3;
  border-radius: 40px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
}
/*# sourceMappingURL=sp.css.map */