@charset "UTF-8";
/*
-- Import CSS
-------------------------------------------------- */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6, ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a .op, a.op-lighten {
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

/*
-- Layout CSS
-------------------------------------------------- */
body {
  min-width: 1080px;
}

.l-inner {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}
.l-inner:after {
  content: "";
  display: block;
  clear: both;
}

.l-header {
  background: url("../images/header/bg-header.jpg") no-repeat center top;
  box-sizing: boder-box;
  height: 560px;
  max-height: 560px;
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.l-header .l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 882px;
}
.l-header .header_title img {
  width: 740px;
}
.l-header .header_copy {
  margin-top: -135px;
}
.l-header .header_copy img {
  width: 882px;
}
.l-header .header_logo {
  position: absolute;
  right: 40px;
  top: 10px;
}
.l-header .header_logo img {
  width: 161.33333px;
}

.l-footer .conversion {
  background: #c0161d url("../images/footer/bg-footer.png") no-repeat center bottom;
  background-size: 1042px;
  padding-bottom: 80px;
}
.l-footer .l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  *zoom: 1;
  padding: 30px 0;
  position: relative;
}
.l-footer .l-inner:after {
  content: "";
  display: block;
  clear: both;
}
.l-footer .footer_logo,
.l-footer .copyright {
  float: left;
}
.l-footer .footer_logo img {
  width: 238px;
}
.l-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 20px;
  padding-left: 100px;
}
.l-footer .footer_nav {
  font-size: 13px;
  font-size: 1.3rem;
  float: right;
  padding-top: 20px;
}
.l-footer .footer_nav li {
  display: inline-block;
  padding-left: 30px;
}
.l-footer .footer_nav li:before {
  background: url("../images/common/icon-arrow.png");
  background-size: 7px;
  content: '';
  display: inline-block;
  margin-right: 5px;
  height: 11px;
  width: 7px;
}
.l-footer .footer_nav a {
  text-decoration: underline;
}
.l-footer .footer_nav a:hover {
  text-decoration: none;
}
.l-footer .btn-pagetop {
  position: absolute;
  top: -40px;
  right: 0;
}
.l-footer .btn-pagetop a {
  display: block;
  background: url("../images/footer/btn-pagetop_on.png");
  background-size: 68px;
}
.l-footer .btn-pagetop a:hover {
  opacity: 1;
}
.l-footer .btn-pagetop a:hover img {
  visibility: hidden;
}
.l-footer .btn-pagetop img {
  width: 68px;
}

/*
-- Reset CSS
-------------------------------------------------- */
p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

table {
  margin: 0;
  padding: 0;
}

/*
-- Base CSS
-------------------------------------------------- */
html,
body {
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

a {
  color: #333;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*
-- Module CSS
-------------------------------------------------- */
#section-1 {
  background: url("../images/common/bg.png");
  padding-bottom: 40px;
}
#section-1 .section_lead {
  background: #c0161d;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
#section-1 .section_lead img {
  width: 626px;
}
#section-1 .section_lead:before {
  border: 22px solid transparent;
  border-top-color: #c0161d;
  content: '';
  display: block;
  margin-left: -22px;
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
#section-1 .section_title {
  padding: 10px 0 50px;
  text-align: center;
}
#section-1 .section_title img {
  width: 886px;
}
#section-1 .merit {
  margin-bottom: 30px;
}
#section-1 .merit .merit_title {
  display: none;
}
#section-1 .merit .merit_txt {
  display: none;
}
#section-1 .merit:before {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  content: '';
  display: block;
  width: 100%;
}
#section-1 .merit-1:before {
  background-image: url("../images/sec_1/img-merit-01.png");
  height: 112px;
}
#section-1 .merit-2:before {
  background-image: url("../images/sec_1/img-merit-02.png");
  height: 202px;
}
#section-1 .merit-3 {
  margin-right: -42px;
}
#section-1 .merit-3:before {
  background-image: url("../images/sec_1/img-merit-03.png");
  height: 228px;
  width: 992px;
}
#section-1 .merit-4 {
  margin-bottom: 13px;
}
#section-1 .merit-4:before {
  background-image: url("../images/sec_1/img-merit-04.png");
  height: 116px;
}
#section-1 .merit-5:before {
  background-image: url("../images/sec_1/img-merit-05.png");
  height: 126px;
}

#section-2 {
  background: url("../images/sec_2/bg-osaka.jpg") no-repeat center bottom;
}
#section-2 .l-wrapper {
  background: url("../images/sec_2/bg-sky.jpg") no-repeat center top;
}
#section-2 .l-inner {
  padding: 50px 0 100px;
}
#section-2 .section_title {
  margin-bottom: 45px;
  text-align: center;
}
#section-2 .section_title img {
  width: 937px;
}
#section-2 .case .case_title,
#section-2 .case .case_txt {
  display: none;
}
#section-2 .case:before {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  content: '';
  display: block;
  width: 100%;
}
#section-2 .case-1 {
  margin-bottom: 35px;
}
#section-2 .case-1:before {
  background-image: url("../images/sec_2/img-case-01.png");
  margin-left: -41px;
  height: 1374px;
  width: 991px;
}
#section-2 .case-4 {
  margin-bottom: 35px;
}
#section-2 .case-4:before {
  background-image: url("../images/sec_2/img-case-02.png");
  margin-left: -41px;
  height: 674px;
  width: 991px;
}
#section-2 .case-5:before {
  background-image: url("../images/sec_2/img-case-03.png");
  margin-left: -41px;
  height: 654px;
  width: 991px;
}

#section-3 {
  background: url("../images/common/bg.png");
  padding-bottom: 80px;
}
#section-3 .section_header {
  background: #fff;
  border-bottom: 2px solid #c0161d;
  box-shadow: 0 20px 20px -18px #ddd;
  padding: 35px 0;
  position: relative;
}
#section-3 .section_header:before {
  border: 22px solid transparent;
  border-top-color: #c0161d;
  content: '';
  display: block;
  margin-left: -22px;
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
#section-3 .section_header:after {
  border: 22px solid transparent;
  border-top-color: #fff;
  content: '';
  display: block;
  margin-left: -22px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -41px;
  left: 50%;
}
#section-3 .section_title {
  margin-bottom: 30px;
  text-align: center;
}
#section-3 .section_title img {
  width: 563px;
}
#section-3 .section_img {
  text-align: center;
}
#section-3 .section_img img {
  width: 906px;
}
#section-3 #plot-1 {
  padding: 60px 0 35px;
}
#section-3 #plot-1 .section_subTitle {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}
#section-3 #plot-1 .section_subTitle img {
  width: 739px;
}
#section-3 .plot_list {
  background: url("../images/sec_3/img-plot.png") no-repeat center top;
  background-size: 1081px;
  height: 767px;
}
#section-3 .plot {
  display: none;
}
#section-3 #plot-2 {
  margin-left: auto;
  margin-right: auto;
  width: 910px;
}
#section-3 #plot-2 .section_subTitle {
  margin-bottom: 15px;
}
#section-3 #plot-2 .section_subTitle img {
  width: 762px;
}
#section-3 #plot-2 p {
  margin-bottom: 15px;
}
#section-3 #plot-2 ul {
  *zoom: 1;
}
#section-3 #plot-2 ul:after {
  content: "";
  display: block;
  clear: both;
}
#section-3 #plot-2 ul li {
  border: 4px solid #fff;
  box-shadow: 2px 2px 5px #bbb;
  float: left;
  margin-left: 17px;
}
#section-3 #plot-2 ul li img {
  width: 160px;
}
#section-3 #plot-2 ul li:first-child {
  margin-left: 0;
}

#section-4 {
  background: url("../images/common/bg.png");
  padding: 30px 0 3px;
}
#section-4 .section_title {
  position: relative;
  text-align: center;
  z-index: 1;
}
#section-4 .section_title img {
  width: 1024px;
}
#section-4 .exam_list {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  *zoom: 1;
  position: relative;
  z-index: 5;
  margin-top: -10px;
}
#section-4 .exam_list:after {
  content: "";
  display: block;
  clear: both;
}
#section-4 .exam_list li {
  float: left;
  margin-left: 18px;
  margin-bottom: 49px;
}
#section-4 .exam_list li img {
  width: 300px;
}
#section-4 .exam_list li.reset {
  margin-left: 0;
}

#section-5 {
  background: url("../images/common/bg.png");
  padding-bottom: 90px;
}
#section-5 .section_title {
  margin-left: 280px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#section-5 .section_title img {
  width: 738px;
}
#section-5 .flow_list {
  margin-left: auto;
  margin-right: auto;
  width: 953px;
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
#section-5 .flow {
  margin-bottom: 30px;
  position: relative;
}
#section-5 .flow .flow_title,
#section-5 .flow .flow_txt {
  display: none;
}
#section-5 .flow:before {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  content: '';
  display: block;
  height: 96px;
  width: 100%;
}
#section-5 .flow:after {
  border: 10px solid transparent;
  border-top-color: #c0161d;
  content: '';
  display: block;
  margin-left: -9px;
  position: absolute;
  bottom: -30px;
  left: 50%;
}
#section-5 .flow:last-child {
  margin-bottom: 0;
}
#section-5 .flow:last-child:after {
  content: none;
}
#section-5 .flow-1:before {
  background-image: url("../images/sec_5/img-flow-01.png");
}
#section-5 .flow-2:before {
  background-image: url("../images/sec_5/img-flow-02.png");
}
#section-5 .flow-3:before {
  background-image: url("../images/sec_5/img-flow-03.png");
}
#section-5 .flow-4:before {
  background-image: url("../images/sec_5/img-flow-04.png");
}
#section-5 .flow-5:before {
  background-image: url("../images/sec_5/img-flow-05.png");
}
#section-5 .flow-6:before {
  background-image: url("../images/sec_5/img-flow-06.png");
}

.conversion {
  background: #c0161d;
  padding-bottom: 40px;
}
.conversion .l-inner {
  position: relative;
}
.conversion .conversion_title {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -441px;
  text-align: center;
}
.conversion .conversion_title img {
  width: 882px;
}
.conversion .conversion_nav {
  *zoom: 1;
  padding-top: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.conversion .conversion_nav li {
}
.conversion .conversion_nav .conversion_tel img {
  /* width: 518px; */
}
.conversion .conversion_nav .conversion_mail {
}
.conversion .conversion_nav .conversion_mail img {
  width: 406px;
}

.conversion .conversion_nav .conversion_tel .contact {
  width: 518px;
  display: flex;
  align-items: center;
}
.conversion .conversion_nav .conversion_tel .contact .contact_icon {
  width: 100px;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel {
  margin-left: 1.6rem;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel .contact_tel_number {
  font-size: 5.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  color: #fff;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel .contact_tel_time {
  display: flex;
  align-items: center;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel .contact_tel_time .contact_tel_time_label {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #c0161d;
  font-size: 1.8rem;
  font-weight: 600 ;
  letter-spacing: .1em;
  padding: 0 .4em 0 .8em;
  height: 3.4rem;
  max-width: 11rem;
  width: 100%;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel .contact_tel_time .contact_tel_time_label::after {
  position: absolute;
  content: '';
  top: 0;
  right: -0.85rem;
  width: 0;
  height: 0;
  border-left: 0.85rem solid #fff;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
}
.conversion .conversion_nav .conversion_tel .contact .contact_tel .contact_tel_time .contact_tel_time_range {
  color: #fff;
  margin-left: 1.6rem;
  font-size: 1.7rem;
  line-height: 1.4;
}

/*
-- State CSS
-------------------------------------------------- */
a:hover .op {
  opacity: 0.7;
}

a.op-lighten:hover {
  background-color: #e6232b;
}

/*
-- Utility CSS
-------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.p-right {
  margin-left: auto;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 40px !important;
}

.mb-m {
  margin-bottom: 70px !important;
}

.mb-l {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mb-s {
    margin-bottom: 20px !important;
  }

  .mb-m {
    margin-bottom: 40px !important;
  }

  .mb-l {
    margin-bottom: 70px !important;
  }
}
.p-none {
  padding: 0 !important;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px;
}

@media screen and (max-width: 768px) {
  .pl-36 {
    padding-left: 18px;
  }

  .pr-36 {
    padding-right: 18px;
  }
}
.fs-mid {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-std {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-ssmall {
  font-size: 10px;
  font-size: 1rem;
}

.fw-b {
  font-weight: bold;
}

.s-sp {
  display: none !important;
}

.hide {
  visibility: hidden;
}

.none {
  display: none;
}

@media screen and (max-width: 768px) {
  .s-sp {
    display: block !important;
  }

  .s-pc {
    display: none !important;
  }
}
.js-hover {
  cursor: pointer;
  opacity: 0.7;
}


