@charset "UTF-8";
/*基本の青*/
/*薄い青*/
/*薄いグレー*/
/*収納*/
/*発行*/
/*発行用薄い色*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #dd9933;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 50px;
  height: 50px;
  line-height: 1.4;
  background-color: #5e657e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  padding: 0;
  width: 100%;
  min-height: 95px;
  background-color: #fff;
  z-index: 103;
  display: block;
}
header.fixed {
  position: fixed;
}
header .headerinner {
  margin: 0 auto;
  padding: 20px;
}
header .headerinner.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #logo {
  width: 319px;
  text-align: left;
}
header #navigation {
  width: calc(100% - 320px);
  text-align: right;
}
header #navigation .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #navigation ul {
  margin-right: 20px;
}
header #navigation li {
  display: inline-block;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
header #navigation li a {
  padding: 0 2.9vw;
}
header #navigation .servicemenu {
  background-color: #e0e2e6;
  border-radius: 3px;
  margin-left: 30px;
  margin-right: 30px;
  height: 40px;
  width: 330px;
  position: relative;
}
header #navigation .servicemenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 5px;
}
header #navigation .servicemenu ul li {
  line-height: 10px;
}
header #navigation .servicemenu ul li a {
  color: #fff;
  padding: 6px 20px 3px 20px;
}
header #navigation .servicemenu ul li a:hover {
  opacity: 0.4;
}
header #navigation .servicemenu ul li.service_name {
  font-size: 0.9em;
  padding-left: 8px;
  font-weight: normal;
}
header #navigation .servicemenu ul li.service_a a {
  background-color: #00cdff;
  border-radius: 5px;
}
header #navigation .servicemenu ul li.service_b a {
  background-color: #ff3366;
  border-radius: 5px;
}
header #navigation .contactbtn:hover {
  opacity: 0.4;
}

.win header #navigation .servicemenu ul {
  top: 17px;
}
.win header #navigation .servicemenu ul li a {
  padding: 5px 20px 4px 20px;
}

footer {
  width: 100%;
  margin: 0 auto;
}
footer .privacylinkbox {
  background: #e8e8e8;
  padding: 35px 0;
}
footer .privacylinkbox li {
  display: inline-block;
  margin-right: 77px;
}
footer .privacylinkbox li:last-child {
  margin-right: 0px;
}
footer .footerbottom {
  padding: 75px 0;
  background: #4c7ce4;
}
footer #footbanner {
  padding: 10px;
}
footer #footbanner .flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footbanner li {
  margin: 0 10px;
}
footer #footercopy p {
  padding-top: 30px;
  color: #fff;
  font-family: "Helvetica", "Lucida Console", sans-serif;
  font-size: 0.8em;
}

#bacewrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.contentsinner {
  max-width: 1200px;
  margin: 0 auto;
}

.contentsinner2 {
  max-width: 980px;
  margin: 0 auto;
}

#passbox {
  display: none;
  position: absolute;
  width: 400px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #fff;
  padding: 20px;
}
#passbox input {
  font-size: 16px;
}
#passbox.open {
  display: block;
}

.overlay {
  display: none;
}
.overlay.open {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 1336px) {
  .headerinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1253px) {
  header #navigation .bacemenu li a {
    padding: 0 2.2vw;
  }
}
@media screen and (max-width: 1242px) {
  header #logo {
    width: 28vw;
  }
  header #navigation {
    width: calc(100% - 30vw);
  }
  header #navigation ul {
    margin-right: 0;
  }
  header #navigation li a {
    padding: 0 1vw;
  }
  header #navigation .servicemenu {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1191px) {
  header #logo {
    width: 25vw;
  }
  header #navigation {
    width: calc(100% - 25vw);
  }
}
@media screen and (max-width: 1095px) {
  header #navigation .bacemenu li a {
    padding: 0 1.8vw;
  }
}
@media screen and (max-width: 1055px) {
  header #navigation .bacemenu li a {
    padding: 0 1.3vw;
  }
}
@media screen and (max-width: 1006px) {
  header #logo {
    width: 22vw;
  }
  header #navigation {
    width: calc(100% - 22vw);
  }
  header #navigation li {
    font-size: 0.9em;
  }
  header #navigation .servicemenu {
    width: 32vw;
  }
  header #navigation .servicemenu ul li a {
    padding: 6px 10px 3px 10px;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 840px) {
  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }

  header {
    min-height: auto;
  }
  header .headerinner {
    padding-right: 65px;
    height: 76px;
  }
  header .headerinner.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #logo {
    width: 60vw;
  }
  header .bacemenu, header .servicemenu {
    display: none;
  }
  header #navigation {
    width: 13vw;
    margin-top: -13px;
  }

  footer .footerbottom {
    padding: 20px 0;
  }
  footer .privacylinkbox li {
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-size: 0.9em;
    display: block;
  }
  footer #footbanner ul {
    padding: 0 20px;
  }
  footer #footbanner ul.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer #footbanner li {
    width: 48%;
    margin: 0 0 10px 0;
  }
}