@charset "UTF-8";
/*
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,
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 {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  vertical-align: top;
}

/* =====================================================================

共通スタイル

===================================================================== */
html {
  font-size: 100%;
}

@media screen and (max-width: 959px) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (max-width: 639px) {
  html {
    font-size: 75%;
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", “MS PGothic”, sans-serif, Verdana;
  overflow-x: hidden !important;
  color: #444;
}

.s5-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.s5-returnToTop:not(#custom-s5-returnToTop) {
  display: none !important;
}

a.fade {
  -webkit-transition: .25s;
  transition: .25s;
}

a.fade:hover, a.fade:focus {
  opacity: .6;
}

br.bsp {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  br.bsp {
    display: none;
  }
}

br.nbsp {
  display: none;
}

@media screen and (min-width: 600px) {
  br.nbsp {
    display: inline-block;
  }
}

.bold {
  font-weight: bold;
}

.pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(0%, rgba(83, 169, 166, 0.4)));
  background: linear-gradient(transparent 62%, rgba(83, 169, 166, 0.4) 0%);
}

.bg-gray {
  background: #FAFAFA;
}

.bg-green {
  background: #53A9A6;
  color: #fff;
}

.bg-green .home-section-title {
  color: #fff;
}

.arrow-btn::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon-arrow-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 9px;
  height: 16px;
  border: 0;
}

@media screen and (min-width: 600px) {
  .arrow-btn::before {
    width: 15px;
    height: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .arrow-btn::before {
    left: 64px;
  }
}

.cisco-inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .cisco-inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

/* =====================================================================

コンテンツラッパー

===================================================================== */
.cisco-contents {
  position: relative;
}

/* =====================================================================

共通ヘッダー（日英タイトル部分）

===================================================================== */
.cisco-header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9990;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 360px) {
  .cisco-header {
    height: 80px;
  }
}

@media screen and (min-width: 420px) {
  .cisco-header {
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .cisco-header {
    height: auto;
    padding-top: 25px;
    padding-bottom: 32px;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.cisco-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .cisco-header-inner {
    display: block;
  }
}

.cisco-header-title {
  display: block;
  -webkit-transition: opacity .2s !important;
  transition: opacity .2s !important;
}

.cisco-header-title:hover, .cisco-header-title:focus {
  opacity: .6;
}

@media screen and (min-width: 1025px) {
  .cisco-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.cisco-header-title img {
  width: 100%;
}

.cisco-header-title-en {
  max-width: 395px;
  width: 250px;
  width: 64.10256vw;
}

.cisco-header-title-ja {
  width: 236px;
  width: 60.51282vw;
  max-width: 330px;
  margin-top: 5px;
}

@media screen and (min-width: 1025px) {
  .cisco-header-title-ja {
    margin-top: 0;
    margin-left: 14px;
  }
}

.cisco-header .hamicon {
  width: 32px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 600px) {
  .cisco-header .hamicon {
    display: none !important;
  }
}

.cisco-header .hamicon span {
  height: 4px;
  width: 100%;
  background: #53A9A6;
  display: block;
  -webkit-transition: .3s !important;
  transition: .3s !important;
  position: absolute;
}

.cisco-header .hamicon span:first-of-type {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.cisco-header .hamicon span:last-of-type {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.cisco-header .hamicon.nav-open span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cisco-header .hamicon.nav-open span:nth-of-type(2) {
  display: none;
}

.cisco-header .hamicon.nav-open span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =====================================================================

pdfダウンロード

===================================================================== */
.pdf-download {
  padding: 60px 0;
}

.pdf-download .ttl {
  color: #a6afb4;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: normal;
}

.pdf-download .flex {
  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-top: 30px;
}

.pdf-download .download-link-wrap {
  margin-left: 48px;
}

.pdf-download .download-link {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.67;
}

.pdf-download .download-link::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 6px;
  background-image: url("../img/icon-pdf-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0 !important;
}

@media screen and (max-width: 639px) {
  .pdf-download {
    padding: 40px 0;
  }
  .pdf-download .flex {
    display: block;
    margin-top: 30px;
  }
  .pdf-download .download-link-wrap {
    margin-left: 0;
    margin-top: 30px;
  }
  .pdf-download .img-box {
    text-align: center;
  }
  .pdf-download .download-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* =====================================================================

ページ下部コンタクトバナー（PC）

===================================================================== */
.page-contact {
  display: none;
  background: #A6AFB4;
  padding: 45px 0 40px;
}

@media screen and (min-width: 600px) {
  .page-contact {
    display: block !important;
  }
}

.page-contact-link {
  display: block;
  text-align: center;
  background: #fff;
  color: #53A9A6;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-transition: .2s !important;
  transition: .2s !important;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .page-contact-link {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.page-contact-link:hover, .page-contact-link:focus {
  color: #53A9A6;
  text-decoration: none;
  opacity: .7;
}

.page-contact-link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/icon-banner-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 27px;
  left: 30px;
}

@media screen and (min-width: 1200px) {
  .page-contact-link::before {
    left: 120px;
  }
}

.page-contact-message {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.67;
}

@media screen and (min-width: 1200px) {
  .page-contact-message br {
    display: none;
  }
}

/* =====================================================================

フロートコンタクトバナー（SP）

===================================================================== */
.float-contact {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: rgba(159, 159, 159, 0.45);
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .float-contact {
    display: none !important;
  }
}

.float-contact-body {
  display: none;
  background: #A6AFB4;
  padding: 30px 12px;
}

.float-contact-link {
  display: block;
  width: 100%;
  background: #fff;
  color: #53A9A6;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.38462;
  font-weight: 500;
}

.float-contact-link:hover, .float-contact-link:focus {
  text-decoration: none;
  color: #53A9A6;
}

.float-contact-link::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/icon-banner-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 14px;
  width: 6px;
}

.float-contact-message {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.33333;
}

.float-contact-btn {
  width: 100%;
  background: #53A9A6;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 16px 0;
  font-size: 28px;
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float-contact-btn-inner {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float-contact-btn-inner::before {
  content: '';
  display: inline-block;
  background-image: url("../img/icon-arrowup-float-contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 6px;
  margin-right: 20px;
}

.float-contact-btn.open .float-contact-btn-inner::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* =====================================================================

スクロールトップ（sp時のみ）

===================================================================== */
.s5-returnToTop__button {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}

@media screen and (min-width: 600px) {
  .s5-returnToTop__button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
