@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,600,700);
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
del,
ins {
  text-decoration: none;
}
section {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
main {
  display: block;
  padding: 0;
  margin: 0;
}

/*----------------------------------
common
-----------------------------------*/

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}
.cf {
  display: inline-block;
  zoom: 1;
}
ul.col {
  letter-spacing: -0.5em;
}
ul.col li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.06em;
}
/* \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* */
a:link,
a:visited {
  color: #000;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.geo {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
a.link-txt {
  color: #17a1dc;
  text-decoration: underline;
}
a.link-txt:hover {
  text-decoration: none;
}
.com-btn {
  text-align: center;
}
.com-btn a {
  width: 220px;
  padding: 12px;
  border: #000 1px solid;
  display: block;
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.com-btn a:hover {
  background-color: #000;
  color: #fff;
}
.com-btn a:after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #000 transparent;
  content: "";
  right: 0;
  bottom: 0;
  transition: ease-in-out 0.2s;
}
.com-btn a:hover:after {
  border-color: transparent transparent #fff transparent;
}
br.sp-only480 {
  display: none;
}
.w1350 {
  width: 1350px;
  margin: auto;
}
html {
  height: 100%;
}
body {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, Arial, "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: normal;
  color: #000;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: #f2f5f7;
}
body:after {
  background-color: #17a1dc;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 50%;
  z-index: -2;
  position: absolute;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------
#head
*------------------------*/
#head {
  position: relative;
  z-index: 8;
}
#head h1 {
  position: absolute;
  z-index: 7;
  padding-top: 20px;
  /* left: 50px; */
}
#head h1 span {
  display: block;
  font-size: 100%;
  /* margin-bottom: 5px; */
  margin-top: 20px;
  margin-left: 15px;
}
#head #sp-btn {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  line-height: 1;
  width: 70px;
  height: 70px;
  background-color: #18a2dd;
  text-align: center;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #fff;
  display: none;
}
#head #sp-btn p {
  letter-spacing: 0.07em;
  font-size: 90%;
  margin-top: 28px;
}
#head .menu-trigger,
#head .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#head .menu-trigger {
  position: relative;
  width: 40px;
  height: 21px;
  margin-top: 14px;
}
#head .menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fefefe;
}
#head .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#head .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
#head .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#sp-btn.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#sp-btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#sp-btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 100%;
}
#head h1.head-logo {
  display: flex;
  align-items: flex-start;
}
#head h1 .head-logo-link {
  display: inline-block;
  background-color: #fff;
  width: 110px;
}
#head h1 .head-logo-link img {
  width: 100%;
}
@media screen and (max-width: 1150px) {
  body::after {
    display: none;
  }
  #head {
    position: relative;
    z-index: 999;
  }
  #head h1 {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  #head h1.active {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  #head #sp-btn {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  #head h1 {
    padding-top: 10px;
  }

  #head h1.head-logo {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  #head h1 .head-logo-link {
    width: 70px;
  }

  #head h1 span {
    margin-left: 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 13.5px;
    line-height: 1.8;
  }
  #head #sp-btn {
    width: 55px;
    height: 55px;
  }
  #head .menu-trigger {
    width: 33px;
    height: 16px;
    margin-top: 12px;
  }
  #head .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #sp-btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  #sp-btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    width: 100%;
  }
  #head #sp-btn p {
    letter-spacing: 0.1em;
    font-size: 74%;
    margin-top: 21px;
  }
  #head h1 {
    left: 0px;
    padding-top: 5px;
  }
  #head h1 span {
    font-size: 75%;
    padding-bottom: 5px;
  }
  #head h1 .head-logo-link {
    width: 50px;
  }
}

/*----------------------
#main
*------------------------*/
#main-wrap {
  position: relative;
  height: 100%;
}

#side-global {
  width: 250px;
  background-color: #17a1dc;
  padding-left: 100px;
  z-index: 6;
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;

  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#side-global nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
#side-global nav ul li {
  margin-bottom: 8px;
}
#side-global nav ul li a {
  color: #fff;
  font-size: 105%;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
#side-global nav ul li a:hover {
  padding-left: 40px;
}
#side-global nav ul li a:before {
  position: absolute;
  background-color: #84cbe7;
  content: "";
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 23px;
}
#side-global nav ul li a:after {
  position: absolute;
  background-color: #fff;
  content: "";
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 14px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#side-global nav ul li a:hover:after {
  width: 23px;
}
#side-global .tel-box {
  margin-bottom: 35px;
}
#side-global .tel-box .ttl {
  font-size: 95%;
  font-weight: 700;
  margin-bottom: 8px;
}
#side-global .tel-box dt {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  line-height: 1;
  /* background-image: url(../images/tel_icon.png); */
  background-repeat: no-repeat;
  background-position: left center;
  /* padding-left:42px; */
  margin-bottom: 8px;
}
#side-global .tel-box dt a {
  color: #fff;
  text-decoration: none;
}
#side-global .tel-box dd {
  font-size: 80%;
  margin-bottom: 15px;
}
#side-global .tel-box .txt {
  font-size: 95%;
  line-height: 1.6;
}
#side-global .bnr-box {
  margin-bottom: 140px;
}
#side-global .bnr-box li {
  margin-bottom: 15px;
}
#side-global .bnr-box li a {
  display: block;
  box-shadow: 6px 6px 0px 0px rgba(37, 75, 92, 0.05);
}
#side-global .bnr-box li a:hover {
  opacity: 0.8;
}
#side-global .bnr-box li img {
}
#main {
  background-color: #f2f5f7;
  position: relative;
  z-index: 7;
  float: left;
  width: 950px;
  padding-top: 89px;
  padding-right: 50px;
}
#main section.mdb {
  margin-bottom: 30px;
}
#page-ttl {
  color: #fff;
  position: relative;
}
#page-ttl:before {
  background-color: #84cbe7;
  content: "";
  z-index: -1;
  left: -100%;
  right: -90px;
  top: 0;
  bottom: 0;
  background-image: url(../images/common/bg_cloud.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 0.05);
}

#page-ttl h1 {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.06em;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
#topic-path {
  font-size: 11px;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 15px;
}
#topic-path li {
  position: relative;
}
#topic-path li:after {
  display: inline-block;
  vertical-align: middle;
  background-color: #cddde6;
  width: 1px;
  height: 21px;
  content: "";
  margin-left: 15px;
  margin-right: 15px;
}
#topic-path li:last-child:after {
  display: none;
}
#topic-path li a {
  color: #17a1dc;
}
#topic-path li a:hover {
  text-decoration: underline;
}
#bg-white {
  padding: 50px;
  background-color: #fff;
  margin-right: -50px;
  min-height: 510px;
}
.com-ttl {
  position: relative;
  margin-bottom: 40px;
}
.com-ttl h2 {
  font-size: 27px;
  color: #18a2dd;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.com-ttl h2 span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 15px;
  color: #c4c4c4;
}
.com-ttl span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  margin-top: -10px;
}
.com-ttl .brand {
  width: 180px;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.ideco .com-ttl .brand {
  width: 145px;
}
h3.ttl {
  font-size: 19px;
  font-weight: 700;
  padding: 8px;
  background-color: #17a1dc;
  color: #fff;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
#main h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: #cddde6 2px solid;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}
#main h4:after {
  width: 80px;
  content: "";
  background-color: #17a1dc;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  height: 2px;
}
@media screen and (max-width: 1360px) {
  .w1350 {
    width: 1150px;
  }
  #main {
    width: 810px;
    padding-right: 35px;
  }
  #side-global {
    width: 240px;
  }
  #bg-white {
    padding: 40px;
    margin-right: -35px;
  }
  #page-ttl:before {
    right: -65px;
  }
  #side-global .tel-box dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1150px) {
  #main {
    width: 100%;
    padding-right: 0px;
    min-height: inherit;
  }
  #side-global {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    float: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 90px;
    overflow: auto;
  }
  #side-global nav {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #side-global.active {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .w1350 {
    width: 90%;
  }
  .w1350.no-width {
    width: 100%;
  }
  #bg-white {
    padding: 5%;
    margin-left: 0;
    min-height: inherit;
    margin-right: 0;
  }

  #topic-path {
    display: none;
  }
  #page-ttl:before {
    left: 0%;
    right: 0%;
    z-index: 1;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .com-ttl .brand {
    position: static;
    margin-top: 8px;
  }
  .com-ttl {
    border-bottom: #17a1dc 3px solid;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .com-ttl h2 span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #main {
    padding-top: 55px;
  }
  #page-ttl h1 {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 21px;
    background-size: 130px;
  }
  .com-ttl h2 {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .com-ttl span {
    font-size: 12px;
    margin-top: 1px;
  }
  .com-ttl .brand {
    width: 140px;
  }
  .ideco .com-ttl .brand {
    width: 120px;
  }
  .com-ttl {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  h3.ttl {
    font-size: 16px;
    padding: 5px;
    line-height: 1.7;
    margin-bottom: 20px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
  }
  #main h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #side-global {
    padding-top: 50px;
  }
  #bg-white {
    padding-top: 30px;
  }
}

/*----------------------
#foot
*------------------------*/
#foot #overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;

  z-index: -6;
  transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#foot #overlay.active {
  z-index: 96;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.17);
}
#foot {
  background-color: #f2f5f7;
  letter-spacing: -0.5em;
  padding-top: 30px;
  padding-bottom: 100px;
}
#foot #txt {
  letter-spacing: normal;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
#foot #txt .norton {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#foot #txt .add {
  font-size: 90%;
  line-height: 1.6;
  display: inline-block;
  vertical-align: middle;
}
#foot #txt .add span {
  margin-left: 15px;
}
#foot #icon {
  letter-spacing: normal;
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
#foot #icon li {
  margin-left: 20px;
}
#foot #icon li img {
  width: 66px;
}
#foot #icon li a {
  display: block;
}
#foot #icon li a:hover {
  opacity: 0.8;
}
#foot #pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  z-index: 12;
  cursor: pointer;
}
#foot #pagetop img {
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#foot #pagetop:hover img:hover {
  margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
  #foot {
    padding-bottom: 30px;
  }
  #foot #txt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  #foot #txt .norton {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #foot #txt .add span {
    margin-left: 0px;
    display: block;
  }
  #foot #txt .add br.sp-none {
    display: none;
  }
  #foot #icon {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #foot #pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
}
