@charset "utf-8";

/*
---------------------------------------------

    base settings

*/

html {
  font-size: 62.5%;
}

body {
  min-width: fit-content;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input,
textarea {
  font-size: 1.2rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
}

a:active,
a:hover {
  transition: background 0.3s ease;
  text-decoration: none;
}

/* microclearfix */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */

.cf {
  *zoom: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/* microclearfix */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */

.cf {
  *zoom: 1;
}


/*
---------------------------------------------

*/

.l-main-area p {
  margin: 2rem 0;
}

.l-main-area--low strong,
.l-main-area--low p > span {
  color: #fa8a02;
  font-size: 1.6rem;
  font-weight: bold;
}

span.marker {
    color: #fa8a02;
    font-size: 1.6rem;
    font-weight: bold;
}

.l-main-area ul {
  margin: 4rem 0;
}

.l-main-area ul li {
  margin: 0;
  padding: 0 0 1rem 2rem;
  position: relative;
}
.l-main-area ul li::before{
  width: 12px;
  height: 12px;
  left: 0;
  border-radius: 50%;
  top: 7px;
  content: '';
  background: #3b78c8;
  position: absolute;
}

.l-main-area ol {
  margin: 4rem 0;
  counter-reset: number;
  list-style-type: none !important;
  text-align: left;
}

.l-main-area ol li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 3rem;
}

.l-main-area ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #1c549e;
  border-radius: 50%;
  top: 0.3rem;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.l-main-area table {
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

.l-main-area table th {
  padding: 1.5rem 3rem;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  text-align: center;
  word-break: break-all;
  width: 30%;
}

.l-main-area table td {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  word-break: break-all;
}

/*--------------------------------------
btns
---------------------------------------*/

.btn-tel {
  display: none;
}

.btn-web,
p.btn-web {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}
.pr .btn-internal{
  margin: 0 ;
  text-align: left;
}
.l-parts02 .btn-web{
  margin: 4rem auto 8rem;
}
.btn-web a {
  display: inline-block;
  position: relative;
  width: 460px;
  margin: 0 auto;
  padding: 1.5rem 3.8rem;
  background: #ffe300 url(img/arrow02_black.png) no-repeat right 2rem center;
  border-radius: 5rem;
  box-shadow: 0 6px 0 #c1b12f;
  box-sizing: border-box;
  font-size: 1.6rem;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-web a:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
  transform: translate(0, 6px);
}

.btn-internal,
p.btn-internal {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-internal a {
  display: inline-block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  padding: 1.5rem 3.8rem;
  background: #494949 url(img/arrow02_white.png) no-repeat right 2rem center;
  border-radius: 5rem;
  box-shadow: 0 6px 0 #777;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-internal a:hover {
  background: #494949 url(img/arrow02_white.png) no-repeat right 2rem center;
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
  transform: translate(0, 6px);
  transition: 0.5s;
}

.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}

.btn-link a {
  display: inline-block;
  position: relative;
  min-height: 23px;
  padding: 0.2rem 0 0.2rem 3rem;
  background: url(img/arrow_link.png) no-repeat left center;
  color: #2f3235;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}

.btn-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-main-area .float-wrap {
  margin: 10px 0 40px;
}

.float-wrap.fts {
    background: #333;
    background: #f0f3fa;
    padding: 3rem;
}

.l-main-area .float-wrap .float-img img {
  max-width: 100%;
  height: auto;
}

.l-main-area .float-wrap .float-img.fr {
  width: 420px;
  margin: 0 0 1rem 3.8rem;
  float: right;
}

.l-main-area .float-wrap .float-img.fl {
  width: 300px;
  margin: 0 3rem 1rem 0;
  float: left;
}

.l-main-area .float-wrap .float-img.ct {
  margin: 0 auto 2.2rem;
  width: 300px;
}
.l-main-area .float-wrap .catch{
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.caption {
  padding: 8px 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #999999;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
}

.l-main-area .l-icon-title {
  position: relative;
  margin: 4rem 0 3rem 0;
  padding: 2.5rem 1.5rem 2.5rem 9rem;
  background: #f0f3fa;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-main-area .l-icon-title a {
  display: block;
  padding: 0 2rem 0 0;
  color: #000;
  background: url(img/arrow02_black.png) no-repeat right center;
  background-size: 12px auto;
  text-decoration: none;
}

.l-main-area .l-icon-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-main-area .l-icon-title:before {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main-area .l-icon-title--check:before {
  content: "";
  background-image: url(img/bg-l-icon-titleCheck.png);
}

.l-main-area .l-icon-title--point:before {
  content: "";
  background: url(img/bg-l-icon-titlePoint.png) no-repeat left top;
}

.l-main-area .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10rem 0;
}

.l-main-area .box-wrap .box {
  position: relative;
  width: calc((100% - 8rem) / 2);
  margin: 0 0 6rem 0;
  padding: 4rem 3rem 3rem 3rem;
  background: #f0f3fa;
  border-top: 7px solid #3b78c8;
}

.l-main-area .box-wrap .box-head {
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #000;
}

.l-main-area .box-wrap .box-head .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-main-area .box-wrap .box-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow02_black.png) no-repeat right center;
  background-size: 13px auto;
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.l-main-area .box-wrap .box-head .ttl a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.l-main-area .box-wrap .box-body {
  padding: 3rem 0 0 0;
}

.l-main-area .box-wrap .box-body p {
  margin: 0;
  font-size: 1.5rem;
}

.l-main-area .box-wrap .box-body .fig {
  margin: 0 0 3rem 0;
  text-align: center;
}
.l-main-area .box-wrap .box-body .fig img{
  height: auto;
}

.l-main-area .frame-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 5rem 0 0;
  counter-reset: number;
}

.l-main-area .frame-wrap::after {
  display: block;
  width: 32%;
  content: "";
}

.l-main-area .frame-wrap .frame {
  width: calc((100% - 8rem) / 3);
  margin: 0 0 3rem 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-main-area .frame-wrap .frame-head {
  display: flex;
  align-items: center;
  border-top: 7px solid #3b78c8;
}

.l-main-area .frame-wrap .frame-head .ttl {
  width: 100%;
  padding: 2rem;
  background: #f0f3fa;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  align-items: center;
  display: flex;
}

.l-main-area .frame-wrap .frame-head .ttl a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow02_white.png) no-repeat right center;
  background-size: 13px auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  width: 100%;
}

.l-main-area .frame-wrap .frame-head .ttl a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.l-main-area .frame-wrap .frame-body {
  padding: 2rem;
}

.l-main-area .frame-wrap .frame-body p {
  margin: 0;
  font-size: 1.4rem;
}


/* low ----------------*/

/* heading */

.l-main-area--low h1,
.top_h2 {
  position: relative;
  margin: 5rem 0;
  padding: 7rem 0 1rem;
  background: url(img/title_bg_03.png) no-repeat center center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.l-parts02 .top_h2
{
  background: url(img/title_bg_vender.png) no-repeat center center;
}
/*.industry .top_h2,
.vender .top_h2*/
.industry{
  margin: 10rem 0 0 0;
}
.l-main-area--low h1::after,
.top_h2::after {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  width: 36px;
  height: 3px;
  background: #fcc237;
  content: "";
}

.top_h2 {
  margin: 8rem 0 5rem 0;
  font-size: 3.2rem;
}

.top_h2::after {
  bottom: 0;
}

.top_h2 span {
  color: #3b78c8;
  font-size: 2.5rem;
}

.top_h2 a {
  display: inline-block;
  padding: 0 5rem;
  background: url(img/arrow02_black.png) no-repeat right center;
  text-decoration: none;
}

.top_h2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-main-area--low h2 {
  position: relative;
  margin: 8rem 0 5rem;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  background: #f5f5f5 url(img/title_bg_04.png) no-repeat 1.2rem center;
  border-left: 10px solid #3b78c8;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.l-main-area--low h2 a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow02_black.png) no-repeat right center;
  text-decoration: none;
}

.l-main-area--low h2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fuman .top_h2 {
    background: url(img/title_bg_problem.png) no-repeat center center;
}

.about .top_h2 {
    background: url(img/title_bg_solution.png) no-repeat center center;
}

.checkpoint .top_h2 {
    background: url(img/title_bg_checkpoint.png) no-repeat center center;
}

.l-main-area--low h3,
.l-parts06.task h3 {
  position: relative;
  margin: 6rem 0 5rem;
  padding: 0 1.5rem 1rem 3rem;
  border-bottom: 5px solid #000;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.l-main-area--low h3::after,
.l-parts06.task h3::after {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 86px;
  height: 5px;
  background: #3b78c8;
  content: "";
}

.l-main-area--low h3 a,
.l-parts06.task h3 a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow02_black.png) no-repeat right center;
  text-decoration: none;
}

.l-main-area--low h3 a:hover,
.l-parts06.task h3 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-main-area--low h4,
.l-main-area--low h5 {
  position: relative;
  margin: 5rem 0 3rem 0;
  padding: 0 1.5rem;
  border-left: 7px solid #3b78c8;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow02_black.png) no-repeat right center;
  text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*
---------------------------------------------
    header area
*/

.l-header-area {
  width: 100%;
  min-width: 1300px;
  margin: 0;
  padding: 0 0 0 100px;
}

.l-header {
  margin: 0 auto;
  padding: 1rem 0;
}

.l-header__link {
  display: inline-block;
  text-decoration: none;
}

.l-header__link:hover {
  opacity: 0.6;
}

.l-header-sitename {
  margin: 0 auto;
  max-width: 1040px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
  position: relative;
  z-index: 100;
}

.l-header-sitename:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.l-header-area.lower .l-header-sitename {
  padding: 0 0 1rem 0;
}

.l-header-area.lower .l-header-logo {
  padding: 1.5rem;
  background: #f5fbfe url(img/header_lower_bg.jpg) no-repeat 0 0;
  background-size: cover;
  text-align: center;
}

.l-header-logo img {
  width: 15rem;
  height: auto;
}

.l-header-logo a {
  display: block;
}

.l-header-logo a:hover {
  opacity: 0.7;
}

.lower .l-header-logo:after {
  content: none;
}

.l-gnavi-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #3b78c8;
  cursor: pointer;
}

.l-gnavi-btn:hover {
  color: #14416a;
}

.l-gnavi-btn span {
  width: 30px;
  height: 4px;
  display: inline-block;
  background: #3b78c8;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
  top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
  top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
  top: 39px;
}

.l-gnavi-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
  background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 0;
  background: #fff;
  position: fixed;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
  top: 0;
  left: 0;
  z-index: 300;
}

.l-gnavi-area-menu {
  display: table-cell;
  vertical-align: middle;
}

.l-gnavi-area-scroll {
  height: 100%;
  padding: 20px 100px 20px 0;
  -ms-overflow-style: none;
  overflow-x: scroll;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
  height: 100%;
  display: table;
}

.l-gnavi-area-bar {
  width: 100px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.l-gnavi-area--slide-right {
  transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  width: 300px;
}

.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 10px 45px 10px 20px;
  display: block;
  text-decoration: none;
}

.l-gnavi-list__link--menu {
  cursor: pointer;
}

.l-gnavi-list__sub {
  margin: 0 0 0 1.6rem;
  border-top: dashed 1px #3b78c8;
  background: #f5f5f5;
  display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
  background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}

.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}

.l-gnavi-btn-close__link:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.l-gnavi-btn-close__link:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
  height: auto;
  top: auto;
  z-index: 1;
  overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}

/*
---------------------------------------------
    footer area
*/

.l-footer-area {
  margin: 0;
  padding: 0 0 0 100px;
  width: 100%;
  min-width: 1200px;
  background: #f5f5f5;
  position: relative;
}

.l-footer-logo {
  display: none;
  text-align: center;
}

.l-footer-disclaimer {
  width: 500px;
  margin: 20px auto;
  padding: 3rem 2rem;
  background: #fff;
  font-size: 1rem;
  color: #000;
  text-align: left;
}

.l-footer-disclaimer dt {
  float: left;
}

.l-footer-note {
  text-align: center;
  margin: 2rem auto 1.8rem;
  font-size: 1.2rem;
}

.l-footer-bottom {
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer-bottom__inner {
  width: 96%;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
}

.l-footer-bottom__copy {
  padding: 1rem 0;
  display: table-cell;
  text-align: left;
}

.l-footer-bottom__copy__link {
  text-decoration: none;
  color: #fff;
}

.l-footer-bottom__copy__link:hover {
  text-decoration: underline;
}

.l-footer-bottom__sitemap {
  padding: 10px 0;
  display: table-cell;
  text-align: right;
}

.l-footer-bottom__sitemap__link {
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 7px 12px;
  padding: 0 24px 0 0;
  text-decoration: none;
  color: #fff;
}

.l-footer-bottom__sitemap__link:hover {
  opacity: 0.6;
}

.l-footer-menu-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 0 0;
}

.l-footer-menu {
  margin: 0 0 40px;
}

.l-footer-menu__title {
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #000;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-footer-menu__title__link {
  display: block;
  padding: 0 0 0 3.2rem;
  background: url(img/arrow02_black.png) no-repeat left 1rem center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.l-footer-menu__title__link:hover {
  opacity: 0.6;
}

.l-footer-menu__list {
  display: inline;
}

.l-footer-menu__list__item {
  padding: 0 10px;
  display: inline-block;
}

.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  padding: 5px 0 5px 19px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}

.l-footer-menu__list__link:before {
  margin-top: -5px;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  background-color: #3b78c8;
}

.l-footer-menu__list__link:hover {
  opacity: 0.6;
}

.l-footer-submenu__list {
  display: inline-block;
}


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

.l-pagetop {
  position: absolute;
  top: -90px;
  right: 30px;
  z-index: 100;
}

.l-pagetop__link {
  width: 103px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-pagetop__link:hover {
  opacity: 0.7;
}

.l-pagetop__image {
  max-width: 100%;
  height: auto;
}

.l-pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 30px;
}

#pankuzu {
  max-width: 1000px;
  margin: 4rem auto 0 auto;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}

/*
---------------------------------------------
    contents area
*/

.l-contents-area {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
}

.l-contents-area .top {
  padding-top: 2rem;
}

/*
---------------------------------------------
    main area / common
*/

.l-main-area {
  width: 100%;
  margin: 0 auto 7rem 0;
  padding: 0;
  text-align: left;
}

.l-main-area--low {
  width: 1000px;
  margin: 0 auto 7rem auto;
}

.l-section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-main-area .l-common-lead {
  width: 80%;
  margin: 1.5rem auto 4rem;
}

/*
---------------------------------------------
    top
*/

.l-mv {
  position: relative;
  width: 100%;
  min-width: 1100px;
  min-height: 538px;
  margin: 0;
  z-index: 1;
}

.l-mv-box {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 51%;
  min-width: 800px;
  min-height: 538px;
  background: url(img/mv_bg_01.png) no-repeat right top;
  background-size: auto 100%;
}

.l-mv-box::before {
  position: absolute;
  right: -90rem;
  top: 4rem;
  width: 1115px;
  height: 514px;
  background: url(img/mv_bg_02.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
  z-index: 10;
}

.l-mv-box-inner {
  width: 500px;
  margin: 3rem 26% 0 auto;
}

.l-mv-logo {
  text-align: center;
}

.l-mv-title {
  margin: 2.4rem 0 1.2rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #3b78c8;
}

.l-mv-text {
  line-height: 1.7;
}
.l-mv .btn-internal a {
  background: #494949 url(img/arrow02_white_down.png) no-repeat right 2rem center;
}

.l-parts01 {
  padding: 8rem 0 4rem;
}

.l-parts01-column3 {
  min-width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.l-parts02 {
  position: relative;
  padding: 1rem 0 10rem;
  background: #f5f5f5;
}

.l-parts02-white {
  width: 1000px;
  margin: 0 auto 8rem auto;
  padding: 0 0 1rem 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-parts02-white:last-child {
  margin: 0 auto;
}

.l-parts02-white .l-icon-title {
  margin: 4rem 0 3rem;
}

.l-parts02-white .l-icon-title + p {
  margin: 0 0 4rem;
}

.l-parts02-white .block-kuchikomi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-kuchikomi .box {
  width: calc((100% - 3rem) / 2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-parts02-white .block-kuchikomi .box-head {
  padding: 1.5rem;
  background: #3b78c8;
}

.l-parts02-white .block-kuchikomi .box-head .ttl {
  min-height: 64px;
  padding: 0.5rem 0 0 6.5rem;
  background: url(img/title_bg_08.png) no-repeat left top;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts02-white .block-kuchikomi .box-body {
  padding: 2.5rem 2rem;
}

.l-parts02-white .block-kuchikomi .box-body p {
  margin: 0;
}

.l-parts02-white__title{
  padding: 2rem;
  background: #3b78c8 url(img/title_bg_07.png) no-repeat left bottom;
  border-top: 8px solid #ffe300;
  line-height: 1.4;
  text-align: center;
}
.l-parts02-white__title .l-parts02-white__name{
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: bold;
  background: #fff;
}
.l-parts02-white__title .catch-title{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
.l-parts02-white__title .catch-title span{
  font-size: 2.4rem;
}

.l-parts02-white-inner {
  width: 900px;
  margin: 0 auto;
}
.l-main-area .l-parts02-white-inner .float-wrap{
  margin: 4rem 0 0;
}
.l-main-area .l-parts02-white-inner .float-wrap .float-img.fl{
  width: 520px;
  margin: 0;
}
.l-parts02-white-inner .date-tag-wrap{
  width: calc(100% - 550px);
  margin: 0 0 0 550px;
}
.l-parts02-white-inner .date-tags{
  padding: 2rem;
}
.l-parts02-white-inner .date-tag-wrap .tags-inline li{
  font-size: 1.4rem;
}
.l-parts02-white__column2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem auto;
}

.l-parts02-white__column2 .box {
  padding: 3rem;
  border: 4px solid #eee;
}

.l-parts02-white__column2 .box .label {
  margin: 0 0 2rem 0;
  padding: 1rem;
  background: #4aa8eb;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.l-main-area .l-parts02-white__column2 .box ul {
  margin: 0;
}

.l-parts02-white th{
  width: 25%;
}
.l-parts02-white .title-wrap {
  position: relative;
  margin: 7rem 0 3rem 0;
  text-align: center;
}

.l-parts02-white .title-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #aabed9;
  content: "";
}

.l-parts02-white .title-wrap .title {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-parts06.fuman .f-center{
  text-align: center;
  position: relative;
}
.l-parts06.fuman .f-center::after{
  width: 80px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #3b78c8;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: '';
  position: absolute;
}
.l-parts06.about .box-wrap{
  display: flex;
  justify-content: space-between;
  margin: 8rem 0;
}
.l-parts06.about .mondai,
.l-parts06.about .kaiketsu{
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
}
.l-parts06.about .mondai-wrap{
  width: 38%;
}
.l-parts06.about .mondai{
  padding: 6rem 0 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border:4px solid #ddd;
}
.l-parts06.about .mondai01{
  margin: 0 0 8rem; 
}
.l-parts06.about .mondai::after{
  width: 40px;
  height: 50px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: #7fcef4;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  content: '';
  position: absolute;
}
.l-parts06.about .mondai::before{
  width: 120px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
}
.l-parts06.about .mondai01::before{
  background: url(img/mondai_icon01.png) no-repeat right center;
}
.l-parts06.about .mondai02::before{
  background: url(img/mondai_icon02.png) no-repeat right center;
}
.l-parts06.about .mondai03::before{
  background: url(img/mondai_icon03.png) no-repeat right center;
}
.l-parts06.about .mondai04::before{
  background: url(img/mondai_icon04.png) no-repeat right center;
}
.l-parts06.about .kaiketsu{
  width: 55%;
  border: 4px solid #3b78c8;
  padding: 1.5rem;
}
.l-parts06.about .kaiketsu::before{
  background: url(img/kaiketsu_icon.png) no-repeat right center;
  width: 80px;
  height: 58px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
}
.l-main-area .l-parts06.about .kaiketsu ul{
  margin: 0;
}
.l-main-area .l-parts06.about .kaiketsu p{
  padding: 0.5rem;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  background: #ffdc29;
  font-weight: bold;
  text-align: center;
}
.l-main-area .l-parts06.checkpoint .l-icon-title{
  padding: 3.5rem 1.5rem 2rem 9rem;
}
.l-main-area .l-parts06.checkpoint ul{
  margin: 0;
}

.l-parts06.task h3{
  display: inline-block;
  width: calc(100% - 300px - 3rem);
  margin: 0;
}

.l-parts06 .box-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin: 0 auto 10rem;
}

.l-parts06 .box-btn .btn {
  width: calc((100% - 4rem) / 2);
  margin: 0 0 2.5rem 0;
  padding: 0;
}

.l-parts06 .box-btn .btn::after {
  display: none;
}

.l-parts06 .box-btn .btn a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 3.8rem;
  background: #3b78c8 url(img/arrow02_white.png) no-repeat right 2rem center;
  border-radius: 100rem;
  box-shadow: 0 6px 0 #215598;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}

.l-parts06 .box-btn .btn a:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
  transform: translate(0, 6px);
}

.l-parts06 .frame-wrap {
  margin: 3rem 0;
}

.l-parts06 .frame-wrap .frame-head .ttl {
  padding: 0;
}

.inline {
    display: block;
    height: 72px;
    color: #1c549e;
    font-size: 1.8rem;
    border-bottom: 2px solid #1c549e;
    margin: 0 0 1.5rem 0;
	display: flex;
	align-items: center;
}

.l-parts06 .frame-wrap .frame-head .ttl a {
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  background: url(img/arrow02_black.png) no-repeat right 2rem center;
  background-size: 13px auto;
}

.l-parts06 .frame-wrap .frame-body table {
  margin: 1rem 0;
  font-size: 1.4rem;
}

.l-parts06 .frame-wrap .frame-body table th {
  width: 30%;
  padding: 0.5rem;
}

.l-parts06 .frame-wrap .frame-body table td {
  width: 70%;
  padding: 0.5rem;
}

.l-parts06 .frame-wrap .frame-body .box-address {
  font-weight: bold;
}

.l-parts06 .frame-wrap .frame-body .box-address .ttl {
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem;
  font-size: 1.8rem;
  color: #1c549e;
  border-bottom: 2px solid #1c549e;
  line-height: 1.4;
}
.l-parts06 .frame-wrap .frame-body .box-address p {
  font-size: 1.5rem;
}
.l-parts06 .accordion-item .frame-wrap {
  margin: 0;
}

.accordion-item {
  display: none;
}

.accordion-btn {
  position: relative;
  width: 460px;
  height: 56px;
  margin: 0 auto 4rem auto;
  background: #ddd;
  box-shadow: 0 6px 0 #bbb;
  border-radius: 5rem;
  font-size: 1.6rem;
  transition: 0.2s;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.accordion-btn:hover {
  background: #ddd;
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
  transform: translate(0, 6px);
}

.accordion-btn::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  content: "＋";
}

.accordion-btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  content: "もっと見る";
}
.toc_block .accordion-btn::after,
.toc_block .accordion-btn.is-open::after{
  content: '目次';
}

.accordion-btn.is-open::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "ー";
}

.accordion-btn.is-open::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "閉じる";
}

/*
---------------------------------------------
  threeColumnBox
  3つ並びBOX
*/

.top .threeColumnBox_txt {
  margin: 0 auto;
  margin-bottom: 3.3rem;
  width: 95%;
}

.threeColumnBox_ttl {
  position: relative;
  margin: 0 0 3rem 0;
  padding: 1.5rem 2rem 2rem 2rem;
  background: url(img/title_bg_01.png) no-repeat top;
  border-top: 1px solid #aabed9;
  border-bottom: 1px solid #aabed9;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.threeColumnBox_ttl span {
  color: #3b78c8;
  font-size: 2.5rem;
}

.top .threeColumnBox_ttl:after {
  content: none;
}

.threeColumnBox_ttl:after {
  margin-left: 1rem;
  right: 0;
}

.threeColumnBox .comments {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  color: #666;
}

.threeColumnBox_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6rem 0 2rem;
}

.threeColumnBox_inner::after {
  display: block;
  width: 31%;
  content: "";
}

.threeColumnBox_item {
  width: 31%;
  padding: 0 0 2.5rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.threeColumnBox_item .box-num {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0 0 1.5rem 0;
  background: #fff;
  box-sizing: border-box;
  border: 4px solid #eee;
  line-height: 1.4;
}

.threeColumnBox_item .box-num .box-head {
  background: #4aa8eb;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 1rem 2rem;
  color: #fff;
}

.threeColumnBox_item .box-feature {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
}

.l-main-area .threeColumnBox_item .box-body ul{
  text-align: left;
  margin: 1.5rem 0 0;
}

.threeColumnBox_item .threeColumnBox_head{
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.threeColumnBox_item .threeColumnBox_copy{
  font-size: 1.6rem;
  padding: 0.5rem;
  background: #fcc237;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  width: 80%;
}
.threeColumnBox_name,
.threeColumnBox_name a {
  padding: 3.5rem 2rem 1rem 2rem;
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  background: #3b78c8;
  color: #fff;
}

.threeColumnBox_body{
  padding: 0 2rem 2rem 2rem;
}
.threeColumnBox_item .title{
  font-size: 2.5rem;
  margin: 0 0 2rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.threeColumnBox_item .title span{
  font-size: 1.8rem;
}
.threeColumnBox_body .flame img{
  height: auto;
}

.date-tag-wrap {
  width: 100%;
  margin: 2rem 0 0;
}

.date-tags {
  background: #f0f3fa;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.l-main-area .tags-inline {
  margin: 0;
} 
.date-tag-wrap .tags-inline li {
  border: 1px solid #1c549e;
  margin: 0 1rem 1rem 0;
  padding: 0.4rem 1rem;
  display: inline-block;
  text-align: center;
  position: unset;
  align-items: center;
  background: #fff;
  color: #1c549e;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
}
.date-tag-wrap .tags-inline li::before{
  content: none;
}
.date-tag-wrap .tags-inline .gray{
  border: 1px solid #999;
  color: #999;
}

.threeColumnBox_item .btn-web,
.threeColumnBox_item .btn-internal,
.threeColumnBox_item .btn-tel {
  margin: 2rem auto 1rem auto;
}
.threeColumnBox .btn-web a,
.threeColumnBox .btn-internal a {
  width: 85%;
  display: flex;
  align-items: center;
}
.threeColumnBox .btn-internal a{
  background: #494949 url(img/arrow02_white_down.png) no-repeat right 2rem center;
}
.l-contents-area--low .threeColumnBox .btn-internal a{
  background: #494949 url(img/arrow02_white.png) no-repeat right 2rem center;
}

/*
---------------------------------------------
  utility
  補助クラス上書き厳禁
*/

.u-mb5 {
  margin-bottom: 7rem !important;
}

.u-mb15 {
  margin-bottom: 15rem !important;
}

.u-mt15 {
  margin-top: 15rem !important;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.btn {
  padding: 0 19rem;
}

.btn:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	toc_parts
---------------------------------------*/

.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #3b78c8;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #ccc;
}

#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}

.l-contents-area.l-contents-area--low #toc .chapter .chapter-h:first-child {
    display: inherit;
}

#toc .chapter .chapter-h:first-child {
    display: none;
}
	
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}

#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #3b78c8;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
  opacity: 0.6;
}

#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
  display: none;
}

#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

#toc .chapter br {
  display: none;
}

.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
}
.index-banner_pc {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 15rem;
	z-index: 10;
	display: none;
}

.index-banner_pc a {
	text-decoration: none;
}

.index-banner_pc a:hover{
	opacity: 0.6;
}

.text-banner-box {
	max-width: 220px;
	background: #494949;
	position: relative;
}
.text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #ffdc29 transparent;
}

.pc-bannerArea .imgArea {
	width: 40%;
}

.text-banner-box__text {
	padding: 1rem 2rem 2rem 2rem;
	text-align: center;
	font-weight: bold;
}

.text-banner-box__text .mainttl {
	color: #fff;
}

.cmn02-text-banner-box__catch {
	display: block;
	margin: 0 0 1rem 0;
	font-size: 1.2rem;
}

.text-banner-box__text .cmn02-paragraph {
	color: #fff;
}
.text-banner-box__text .cmn02-paragraph p{
  font-size: 1.5rem;
  margin: 0;
}

/*
---------------------------------------------
    smartphone settings

*/

@media screen and (max-width: 599px) {
  body {
    min-width: 100%;
    min-width: inherit;
    font-size: 1.4rem;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
  }
  .u-mb5 {
    margin-bottom: 2rem !important;
  }
  .u-mb15 {
    margin-bottom: 5rem !important;
  }
  /*
---------------------------------------------


/*
---------------------------------------------

  utility
  補助クラス上書き厳禁
*/
  .u-mb15 {
    margin-bottom: 2rem !important;
  }
  .u-mt15 {
    margin-top: 2rem !important;
  }
  .u-left,
  .u-right {
    float: none;
  }
  /*
---------------------------------------------


*/
  .l-main-area p {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
  .l-main-area--low strong,
  .l-main-area--low p > span {
    font-size: 1.6rem;
  }

  .l-main-area ul {
    margin: 0;
    font-size: 1.4rem;
  }
  .l-main-area ul li::before{
    width: 9px;
    height: 9px;
    top: 5px;
  }
  .l-main-area ol {
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
  }

  .l-main-area table {
    margin: 3rem auto;
  }

  /*--------------------------------------
btns
---------------------------------------*/
  .btn-web,
  p.btn-web {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .pr .btn-internal{
    margin: 1.5rem auto;
    text-align: center;
  }
  .l-parts02 .btn-web{
    margin: 3rem auto 2rem;
  }
  .l-parts02 .btn-tel{
    margin: 0 auto 5rem;
  }
  .btn-web a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: #ffe300 url(img/arrow02_black.png) no-repeat right 1.2rem center;
    background-size: 12px auto;
    font-size: 1.5rem;
  }
  .threeColumnBox .btn-web a, .threeColumnBox .btn-internal a{
    display: block;
  }
  .btn-internal,
  p.btn-internal {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-internal a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: #494949 url(img/arrow02_white.png) no-repeat right 1.2rem center;
    background-size: 12px auto;
    font-size: 1.5rem;
  }

  .btn-link,
  p.btn-link {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-link a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: #fff url(img/arrow02_black.png) no-repeat right 1.2rem center;
    background-size: 12px auto;
    border: 3px solid #000;
    border-radius: 5rem;
    box-shadow: 0 6px 0 #777;
    box-sizing: border-box;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .btn-link a:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
  }
  .btn-tel,
  p.btn-tel {
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-tel a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 3.8rem;
    background: #fff url(img/icon_tel.png) no-repeat 1.2rem center;
    background-size: 24px auto;
    box-sizing: border-box;
    border-radius: 5rem;
    box-shadow: 0 6px 0 #1f559c;
    box-sizing: border-box;
    color: #3b78c8;
    border: 3px solid #3b78c8;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .btn-tel a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .l-main-area .btn-img {
    overflow: hidden;
  }

  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 1.4rem;
  }
  .l-main-area .float-wrap .float-img {
    text-align: center;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: none;
	display: none;
  }
  .l-main-area .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }
  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 20px 10px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 0 20px 10px 0;
    float: left;
  }
  .l-main-area .box-wrap {
    display: block;
    margin: 6rem 0;
    font-size: 1.4rem;
  }
  .l-main-area .box-wrap .box {
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 2rem 1.5rem;
  }
  .l-main-area .box-wrap .box:last-child {
    margin: 0;
  }
  .l-main-area .box-wrap .box-head{
    padding: 0 0 1rem;
  }
  .l-main-area .box-wrap .box-head .ttl a{
    font-size: 2rem;
  }
  .l-main-area .box-wrap .box-head .ttl {
    font-size: 2rem;
  }
  .l-main-area .box-wrap .box-body{
    padding: 1.5rem 0 0;
  }
  .l-main-area .box-wrap .box-body .fig{
    margin: 0 0 1.5rem;
  }
  .l-main-area .frame-wrap {
    display: block;
    margin: 6rem 0;
    font-size: 1.4rem;
  }
  .l-main-area .frame-wrap .frame {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-main-area .frame-wrap .frame:last-child {
    margin: 0;
  }
  .l-main-area .frame-wrap .frame-head .ttl {
    font-size: 1.8rem;
  }
  .l-main-area .l-icon-title {
    width: 100%;
    margin: 3rem 0 2rem;
    padding: 1rem 1rem 1rem 6.4rem;
    background-size: 200px auto;
    line-height: 1.4;
    font-size: 1.8rem;
  }

  .l-main-area .l-icon-title:before {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    font-size: 1rem;
  }

  /* low ----------------*/
  .l-main-area--low h1 {
    margin: 3rem 0;
    padding: 2rem 0;
    font-size: 2.4rem;
    background-size: 80% auto;
  }
  .l-main-area--low h1::after {
    bottom: 0;
  }
  .l-main-area--low h2 {
    margin: 3rem 0;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    background: #eef2f7 url(img/title_bg_04.png) no-repeat 1rem center;
    background-size: 26px auto;
    font-size: 2.1rem;
  }
  .l-main-area--low h3,
  .l-parts06.task h3 {
    margin: 3rem 0;
    padding: 0 0 1rem 1.5rem;
    font-size: 1.9rem;
  }
  .l-main-area--low h4,
  .l-main-area--low h5 {
    margin: 3rem 0;
    padding: 0 0 0 1rem;
    font-size: 1.7rem;
  }
  .top_h2 {
    margin: 0rem 0 2rem 0;
    padding: 2rem 0;
    background: url(img/title_bg_03.png) no-repeat center center;
    background-size: auto 55px;
    font-size: 2.8rem;
  }
  .fuman .top_h2{
    margin: 0 0 2rem;
  }
  .top_h2::after {
    width: 36px;
    height: 3px;
  }
  .top_h2 span {
    font-size: 2rem;
  }
  .l-parts02 .top_h2, .industry .top_h2, .vender .top_h2{
    background-size: 100% auto;
  }
  .top_h2 a {
    display: inline-block;
    padding: 0 2rem 0 0;
    color: #000;
    background: url(img/arrow02_black.png) no-repeat right center;
    background-size: 12px auto;
    text-decoration: none;
  }
  .top_h2 a:hover {
    text-decoration: none;
    opacity: 1;
  }

  /*
---------------------------------------------
    header area
*/
  .l-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  .l-header-area {
    min-width: auto;
    padding: 0;
  }
  .l-header-left {
    display: none;
  }
  .l-header-sitename {
    padding: 1rem 6.4rem 1rem 1rem;
    font-size: 1rem;
    text-align: left;
  }
  .l-header-area.lower .l-header-sitename {
    padding: 1rem 6.4rem 1rem 1rem;
  }
  .l-header-logo a {
    margin: 0 auto;
    width: 240px;
    height: auto;
  }
  .lower .l-header-logo:before,
  .lower .l-header-logo:after {
    width: 100%;
    height: auto;
  }
  .lower .l-header-logo:before {
    top: 23px;
    height: 75px;
  }
  .lower .l-header-logo:after {
    right: 0;
    left: 0;
    top: 4rem;
  }
  .l-gnavi-area {
    display: none;
  }

  /*
---------------------------------------------
    footer area

*/
  .l-footer-area {
    margin-top: 0;
    padding: 2rem 0 0 0;
    min-width: inherit;
  }
  .l-footer-area::before {
    top: -27px;
    left: 0;
    content: "";
    width: 100%;
    height: 50px;
    background-size: cover;
  }
  .l-footer-area__inner {
    position: relative;
    z-index: 299;
  }

  .l-footer-logo {
    padding: 1rem 6.4rem 1rem 1rem;
    font-size: 1.2rem;
    text-align: left;
  }
  .l-footer-logo__image {
    width: 100%;
  }
  .l-footer-logo__link {
    display: block;
  }
  .l-footer-disclaimer {
    width: 90%;
    margin: 0 auto 1rem;
    padding: 2rem 5%;
  }
  .l-footer-bottom {
    padding: 0 5%;
  }
  .l-footer-bottom__inner {
    width: 90%;
    display: block;
  }
  .l-footer-bottom__copy {
    display: block;
    text-align: center;
  }
  .l-footer-bottom__sitemap {
    display: none;
  }
  .l-footer-note {
    margin: 0 0 1rem;
    font-size: 1rem;
  }
  .l-footer-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 298;
    width: 100%;
    height: 100vh;
    background: #fff;
    margin: 0;
    padding: 0 0 60px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 1s;
    overflow-y: hidden;
    opacity: 0;
  }
  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    opacity: 1;
  }
  .l-footer-menu {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
  }

  .l-footer-menu__title__link {
    display: block;
    padding: 0.6rem 2.8rem 0.6rem 1rem;
    background: url(img/arrow02_navy.png) no-repeat right 1rem center;
    background-size: 12px auto;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .l-footer-menu__title__link:after {
    content: "";
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__title__link:hover {
    text-decoration: none;
  }
  .l-footer-menu__list {
    display: none;
    margin-top: 1rem;
  }
  .l-footer-menu__list__item {
    width: 100%;
    padding: 0.6rem 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    margin: 0;
    display: block;
  }
  .l-footer-menu__list__link:before {
    content: "└";
    margin: -0.7rem 0.5rem 0 0;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 50%;
    left: 0;
    background: none;
  }
  .l-footer-submenu__list {
    display: block;
  }

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

  .l-pagetop {
    top: -5.5rem;
    right: 0.5rem;
  }
  .l-pagetop__link {
    width: 70px;
    height: 70px;
  }
  .l-pagetop__image {
    width: auto;
  }
  .l-pagetop.is-fixed {
    bottom: 5.5rem;
  }
  #pankuzu {
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*
---------------------------------------------
    contents area
*/
  .l-contents-area {
    padding: 0;
  }
  .l-contents-area--low {
    width: 100%;
  }

  /*
---------------------------------------------
    contents area
*/
  .threeColumnBox_inner {
    display: block;
    margin: 0 0 2rem 0;
  }
  .threeColumnBox .comments {
    font-size: 1.2rem;
  }
  .threeColumnBox_item {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .threeColumnBox_item .btn-tel,
  .l-section-inner .btn-tel {
    margin-top: 2rem;
  }
  .threeColumnBox_name {
    margin: 2rem auto 0rem;
    font-size: 1.5rem;
  }
  .threeColumnBox_item .threeColumnBox_copy{
    font-size: 1.4rem;
    top: -2rem;
  }
  .threeColumnBox_item:last-child {
    margin: 0;
  }
  .threeColumnBox_ttl {
    padding: 1.2rem 1rem 2rem 1rem;
    background-size: 100% auto;
    font-size: 2.1rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 2rem;
  }
  .threeColumnBox_ttl span {
    font-size: 1.8rem;
  }

  .threeColumnBox .btn-web a {
    width: 90%;
  }

  .threeColumnBox_ttl:after {
    right: -5px;
  }
  .threeColumnBox_item:first-child {
    margin-top: 0;
  }
  .threeColumnBox_body{
    padding: 1.5rem;
  }
  .threeColumnBox_item .frame{
    text-align: center;
  }
  .threeColumnBox_item .title{
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
  .threeColumnBox_item .flame{
    text-align: center;
  }
  .threeColumnBox_item .title span{
    font-size: 1.5rem;
  }
  .threeColumnBox_item .box-num{
    padding: 1.5rem;
  }
  .threeColumnBox_item .box-num .box-head{
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .top .threeColumnBox_txt {
    margin-bottom: 3rem;
    width: auto;
  }
  .threeColumnBox .btn-internal a{
    width: 90%;
    background-size: 9px auto;
  }
  .l-contents-area--low .threeColumnBox .btn-internal a{
    background: #494949 url(img/arrow02_white.png) no-repeat right 1.2rem center;
    background-size: 12px auto;
  }
  .lowerBottom .threeColumnBox_ttl {
    border-bottom: none;
    border-top: none;
    margin: 0;
  }

  /*
---------------------------------------------
    main area
*/
  .l-main-area--low {
    width: 94%;
    margin: 0 auto 4rem;
    float: none;
    overflow: visible;
  }
  .l-section-inner {
    width: 94%;
    margin: 0 auto;
  }
  .l-main-area .l-common-lead {
    width: 90%;
    margin: 1.5rem auto 4rem;
  }

  /*
---------------------------------------------
    top
*/
  .l-mv {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .l-mv-box {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    padding: 0;
    background: #f5f5f5;
    background-image: none;
  }
  .l-mv-box::before {
    display: none;
  }
  .l-mv-box::after {
    position: absolute;
    left: 0;
    bottom: -1.6rem;
    width: calc(100% - 3rem);
    height: 16px;
    background: url(img/mv_bg_03.jpg) repeat left bottom;
    content: "";
  }
  .l-mv-box-inner {
    width: 100%;
    padding: 0 0 3rem;
	margin: 0;
  }
  .l-mv-logo {
    padding: 2rem;
    background: #fff;
    text-align: center;
  }
  .l-mv-logo img {
    width: 100%;
    max-width: 150px;
  }
  .l-mv-fig {
    text-align: center;
  }
  .l-mv-title {
    margin: 0;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-main-area p.l-mv-text {
    margin: 0;
    padding: 0 1rem 1rem 1rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .l-mv .btn-internal {
    margin: 0 auto;
    width: 90%;
  }
  h2.l-mv-title {
    font-size: 2rem;
    padding: 1.5rem 1rem 0rem 1rem;
  }
  .l-section-inner {
    padding-top: 2rem;
    background-size: 20%;
  }
  .l-parts01 {
    padding: 0 0 4rem 0;
  }
  .l-parts01-column3 {
    min-width: inherit;
  }
  .l-parts01-column3:after {
    content: none;
  }

  .l-parts02 {
    padding: 2rem 0;
  }
  .l-parts02-white {
    width: 100%;
    margin: 0 0 6rem 0;
    padding: 0 0 2rem 0;
  }
  .l-parts02-white-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .l-main-area .l-parts02-white-inner .float-wrap{
    margin: 2rem 0;
  }
  .l-parts02-white__title  {
    padding: 2rem 1.5rem;
    background-size: 240px auto;
  }
  .l-parts02-white__title .l-parts02-white__name{
    font-size: 1.5rem;
  }
  .l-parts02-white__title .catch-title{
    font-size: 2.8rem;
  }
  .l-parts02-white__title .catch-title span{
    font-size: 1.8rem;
  }
  .l-parts02-white-inner .date-tag-wrap .tags-inline li{
    font-size: 1.2rem;
  }
  .l-main-area .l-parts02-white-inner .float-wrap .float-img.fl{
    width: 100%;
  }
  .l-parts02-white-inner .date-tag-wrap{
    width: 100%;
    margin: 2rem 0;
  }
  .l-parts02-white__column2 {
    margin: 2rem auto;
  }
  .l-parts02-white__column2 .box {
    padding: 1rem;
  }
  .l-parts02-white__column2 .box .label {
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem 0;
    padding: 1rem;
    line-height: 1.3;
    font-size: 1.5rem;
  }
  .l-parts02-white__column2 .box .data p {
    margin: 0;
  }
  .l-main-area .l-parts02-white__column2 .box ul{
    font-size: 1.3rem;
  }

  .l-main-area table th{
    width: 28%;
    padding: 1rem 1rem;
  }
  .l-parts02-white .title-wrap {
    margin: 6rem 0 2rem 0;
  }
  .l-parts02-white .title-wrap .title {
    max-width: 90%;
    padding: 0 1rem;
    font-size: 2rem;
  }
  .l-parts02-white .l-icon-title + p {
    margin: 0;
  }
  .l-parts02-white .block-kuchikomi {
    display: block;
  }
  .block-kuchikomi .box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-parts02-white .block-kuchikomi .box-head .ttl {
    min-height: 50px;
    padding: 0.5rem 0 0 5rem;
    background-size: 40px auto;
    font-size: 1.7rem;
  }
  .l-parts02-white .block-kuchikomi .box-body {
    padding: 1.5rem;
  }

  .l-parts02 table.infomation {
    margin: 0;
    border-top: none;
  }

  .l-parts02 table.infomation th,
  .l-parts02 table.infomation td {
    width: auto;
    margin: -1px;
    height: 4.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .l-parts02 table.infomation tr {
    display: inline-grid;
    width: 50%;
    height: 100%;
  }

  .top .threeColumnBox_item:last-child:after {
    top: -2.5rem;
    right: -10px;
    width: 105px;
    background-size: contain;
  }

  .l-parts06.about .box-wrap{
    display: block;
    margin: 6rem 0;
  }
  .l-parts06.about .mondai-wrap,
  .l-parts06.about .kaiketsu{
    width: 100%;
  }
  .l-parts06.about .mondai{
    padding: 5rem 0 1rem;
    font-size: 1.6rem;
  }
  .l-parts06.about .mondai::before{
    top: -35px;
    width: 90px;
    height: 75px;
  }
  .l-parts06.about .mondai01::before,
  .l-parts06.about .mondai02::before,
  .l-parts06.about .mondai03::before,
  .l-parts06.about .mondai04::before{
    background-size: 90px auto;
  }
  .l-parts06.about .mondai01{
    margin: 0 0 4rem;
  }
  .l-parts06.about .mondai01::after{
    content: none;
  }
  .l-parts06.about .mondai::after{
    top: unset;
    bottom: -45px;
    transform: translate(30%, 0%) rotate(90deg);
    right: 50%;
    width: 30px;
    height: 40px;
  }
  .l-main-area .l-parts06.about .kaiketsu{
    margin: 9rem 0 0;
  }
  .l-main-area .l-parts06.about .kaiketsu p{
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
  .l-parts06.task h3{
    display: block;
    width: 100%;
    margin: 2rem 0;
  }
  .l-parts06 .box-btn {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-parts06 .box-btn .btn {
    width: 85%;
    margin: 0 auto 2rem auto;
    padding: 0;
  }
  .l-parts06 .box-btn .btn::after {
    display: none;
  }
  .l-parts06 .box-btn .btn a {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: #3b78c8 url(img/arrow02_white.png) no-repeat right 1rem center;
    background-size: 12px auto;
    font-size: 1.8rem;
  }
  .l-parts06 .box-btn .btn a:hover {
    background: #b6cbe8 url(img/arrow02_black.png) no-repeat right 1rem center;
    background-size: 12px auto;
    box-shadow: 0 6px 0 #758295;
    text-decoration: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .l-parts06 .frame-wrap {
    margin: 3rem 0;
  }
  .l-parts06 .frame-wrap .frame-head .ttl {
    padding: 0;
  }
  .l-parts06 .frame-wrap .frame-head .ttl a {
    background-size: 13px auto;
  }

  .l-parts06 .frame-wrap .frame-body table {
    font-size: 1.4rem;
  }

  .l-parts06 .frame-wrap .frame-body .box-address {
    margin: 0 0 1rem;
  }
  .l-parts06 .frame-wrap .frame-body .box-address .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-parts06 .frame-wrap .frame-body .box-address p{
    font-size: 1.4rem;
  }
  .l-parts06 .accordion-item .frame-wrap {
    margin: 0;
  }
  .accordion-item {
    display: none;
  }
  .toc_block .accordion-btn{
    margin: 2rem auto ;
  }
  .accordion-btn {
    width: 90%;
    height: 56px;
    margin: 0 auto 4rem auto;
    font-size: 1.6rem;
  }
  .accordion-btn:hover {
    background: #ddd;
    box-shadow: 0 6px 0 #bbb;
    text-decoration: none;
    opacity: 1;
    transform: none;
  }
  .accordion-btn::before {
    font-size: 2rem;
  }
  .accordion-btn::after {
    font-size: 1.6rem;
  }
  .accordion-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
  }
  .accordion-btn.is-open::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    content: "閉じる";
  }
  /*--------------------------------------
    　spMenuBox
    ---------------------------------------*/
  /*navWrap*/
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #faf5d2;
    margin: 0 auto;
  }
  /*navTop*/
  #navWrap .navTop {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1 !important;
    z-index: 9999 !important;
  }
  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 1.2rem 6rem 1.2rem 1rem;
    border-bottom: 1px solid #333;
    text-align: left;
  }
  #menuBtn {
    background: rgba(59, 120, 200, 0.9);
    position: fixed;
    top: 0.6rem;
    right: 0.6rem;
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 9999;
  }
  #menuBtn .menu {
    width: 24px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: 100%;
  }
  body.open #menuBtn .menu {
    width: 24px;
    height: 18px;
    background: url("img/sp_ico_close.png") center no-repeat;
    background-size: 100%;
  }
  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 999;
    display: none;
  }
  #navSp > div {
    height: 100%;
    overflow-y: scroll;
  }
  #navSp a {
    text-decoration: none;
  }
  /* 以下装飾など */
  #navSp .navBox {
  }
  #navSp .navBox:first-child {
    border-top: 1px solid #333;
    overflow: hidden;
  }
  #navSp .navBox .sttl a,
  #navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4;
    background: url("img/arrow02_black.png") 96% center no-repeat;
    background-size: 10px 8px;
    padding: 1.5rem 9% 1.5rem 1.5rem;
  }
  #navSp .navBox .tglMenu a {
    background: url("img/arrow02_black_down.png") 96% center no-repeat;
    background-size: 8px 10px;
  }
  #navSp .navBox .sttl.collapsible a {
    background: url("img/arrow02_black_down.png") 96% center no-repeat;
    background-size: 8px 10px;
  }
  #navSp .navBox .sttl a br {
    display: none;
  }
  #navSp .navBox .sttl.open > a {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 8px 10px;
  }
  #navSp .navBox .sttl,
  #navSp .sitemap {
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 0;
  }
  #navSp .sitemap {
    margin: 0 0 100px;
  }
  #navSp .navBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #navSp .navBox .accChild li {
    float: none;
  }
  #navSp .navBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url("img/arrow02_black.png") 95.5% center no-repeat;
    background-size: 8px 7px;
    border-bottom: 1px solid #333;
    padding: 1.2rem 9% 1.2rem 2.5rem;
  }
  #navSp .navBox .accChild li .subList li a {
    padding-left: 4rem;
    position: relative;
  }
  #navSp .navBox .accChild li .subList li a::before {
    content: "└";
    display: block;
    position: absolute;
    top: 14px;
    left: 22px;
    margin-right: 0.4rem;
  }
  #navSp .navBox .accChild li a:first-child {
  }
  /*navBottom*/
  #navBottom {
    display: block;
    width: 85%;
    position: relative;
    margin: 7.5% auto 7.5%;
  }
  #navBottom a {
    display: block;
    text-decoration: none;
    background: url("img/banner_bg.png") left top repeat;
    border-top: 3px solid #bee6a0;
    padding: 4%;
    position: relative;
    z-index: 1;
  }
  #navBottom a::before {
    content: "";
    background: url("img/banner_illust01.png") no-repeat;
    background-size: 100% auto;
    width: 49px;
    height: 86px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  #navBottom a::after {
    content: "";
    background: url("img/banner_illust02.png") no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 64px;
    position: absolute;
    left: -8px;
    bottom: -10px;
  }
  #navBottom .tit {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0 15% 0 3%;
    margin-bottom: 1rem;
  }
  #navBottom .txtArea {
    background-color: #fff;
    padding: 0 0 6%;
  }
  #navBottom .catch {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    border-bottom: 1px dotted #ccc;
    padding: 3.5% 5%;
  }
  #navBottom .txt {
    padding: 3.5% 5%;
  }
  #navBottom .txt p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #508291;
    margin: 0;
  }
  #navBottom .btn {
    width: 75%;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    background-color: #82b4c3;
    border-radius: 5px;
    padding: 3.5% 4% 3.2% 4%;
    margin: 0 auto;
    box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
  }
  body.open {
    height: inherit !important;
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
  .index-banner_pc{
    display:none !important;
  }
.fuman .top_h2 {
    background-size: 100%;
}
.about .top_h2 {
    background-size: 100%;
}
.checkpoint .top_h2 {
    background-size: 100%;
}
}

/* SP_End */








