@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NS-400.woff2') format('woff2'),
    url('fonts/NS-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NS-700.woff2') format('woff2'),
    url('fonts/NS-700.woff') format('woff');
  font-display: swap;
}
/*
---------------------------------------------
    base settings
    */
html {
  font-size: 62.5%;
}
body {
  min-width: 1000px;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
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 {
  vertical-align: bottom;
}
a {
  color: #333;
}
a:active,
a:hover {
  color: #333;
  transition: background 0.3s ease;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.caption {
  overflow: auto hidden;
  white-space: nowrap;
  padding: 0 0 5px 0;
  color: #999;
  font-size: 1rem;
}
.l-contents-area--low .caption {
  word-break: break-all;
  font-size: 1rem;
  text-align: right;
}
.l-contents-area--low .caption a {
  color: #999;
}
.caption::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}
.caption::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #dedede;
}
.caption::-webkit-scrollbar {
  height: 5px;
}
/*
---------------------------------------------
*/
.l-main-area .top_h2 {
  margin: 1rem 0 6rem 1rem;
  padding: 3rem 3rem;
  background-image: url(img/bg_heading01.png), url(img/bg_heading02.jpg);
  background-repeat: no-repeat, repeat-y;
  background-size: auto, 100% auto;
  background-position: right top, left top;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.l-main-area .top_h2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: -1;
  border: 3px solid;
  border-image: linear-gradient(to right, #5dc1c9 0%, #767fe2 100%);
  border-image-slice: 1;
}
.l-main-area .top_h2 a {
  padding: 0 4rem 0 0;
  display: block;
  color: #fff;
  text-decoration: underline;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
}
.l-main-area .top_h2 a:hover {
  color: #ffff00;
  background: url(img/arrow01_yellow.svg) no-repeat right center;
  background-size: 14px;
  text-decoration: none;
  opacity: 0.6;
}
.l-main-area .top_h3 {
  margin: 3rem 0;
  padding: 1.2rem 1.5rem 1.2rem 0;
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #767fe2;
}
.l-main-area .top_h3 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #333333;
  text-decoration: underline;
}
.l-main-area .top_h3 a:hover {
  opacity: 0.6;
}
.l-main-area .top_h4 {
  margin: 3rem auto;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  background: #f3f6f9;
  background-size: auto 4px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #767fe2;
}
.l-main-area .top_h4:before {
  content: '●';
  color: #767fe2;
  font-size: 1.5rem;
  margin-right: 8px;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-main-area .top_h4 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  text-decoration: underline;
  color: #767fe2;
}
.l-main-area .top_h4 a:hover {
  opacity: 0.8;
}
.l-main-area .top_h5 {
  margin: 3rem 0;
  padding: 0.5rem 1.5rem;
  border-left: solid 8px #5dc1c9;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #5dc1c9;
  font-weight: bold;
  position: relative;
}
.l-main-area .top_h5 a {
  color: #5dc1c9;
  text-decoration: underline;
}
.l-main-area .top_h5 a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.l-main-area p {
  margin: 0.5em 0 1em;
}
.l-main-area strong:not([class]),
.l-main-area span:not([class]) {
  font-weight: bold;
  color: #000;
  background: linear-gradient(transparent 70%, #d7fa7f 70%);
  font-size: 120%;
}
.l-main-area ul {
  margin: 2rem;
}
.l-main-area ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background-size: 15px 12px;
  list-style-position: outside;
  position: relative;
}
.l-main-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border: transparent solid;
  border-left-color: #aff100;
  border-width: 7px 10px;
}
.l-main-area ol {
  margin: 30px 20px;
  counter-reset: number;
  list-style-type: none !important;
  text-align: left;
}
.l-main-area ol li {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
}
.l-main-area ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #fff38d;
  border-radius: 50%;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  align-items: center;
  justify-content: center;
}
.l-main-area table {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main-area table th {
  padding: 10px 15px;
  background: #3d447c;
  color: #fff;
  font-size: 1.4rem;
  border: 1px #000 solid;
}
.l-main-area table td {
  padding: 10px 15px;
  background: #fff;
  font-size: 1.4rem;
  border: 1px #000 solid;
  vertical-align: top;
}
.l-main-area .btn-web {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}
.btn-web a {
  width: 500px;
  margin: 0;
  padding: 2rem 5rem 2rem;
  display: inline-block;
  background: #aff500;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.l-main-area .btn-web a:after {
  content: '';
  width: 12px;
  height: 21px;
  background: url(img/arrow01_black.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn-web a:hover:after {
  background: url(img/arrow01_white.svg) no-repeat center center;
  content: '';
  width: 12px;
  height: 21px;
  background-size: 96%;
}
.btn-web a:hover {
  background: #2233d0;
  color: #fff;
}
.l-main-area .btn-internal {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}
.l-main-area .btn-internal a {
  width: 500px;
  margin: 0;
  padding: 2rem 5rem 2rem;
  display: inline-block;
  background: #3d447c;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.btn-internal a:after {
  content: '';
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn-internal a:hover:after {
  content: '';
  width: 12px;
  height: 21px;
  background: url(img/arrow01_green.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
}
.l-main-area .l-mv .btn-internal a:after {
  content: '';
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-main-area .btn-internal a:hover {
  background: #ffffff;
  color: #3d447c;
  border: 3px solid #3d447c;
}
.l-main-area .btn-tel {
  display: none;
}
.l-main-area .btn-link {
  margin: 20px 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}
.l-main-area .btn-link a {
  padding: 5px 0 5px 30px;
  background: url(img/arrow01_blue.svg) no-repeat left center;
  background-size: 21px auto;
}
.l-main-area .float-wrap {
  margin: 10px 0 40px;
}
.l-main-area .float-wrap .float-img img {
  max-width: 100%;
  height: 100%;
}
.l-main-area .float-wrap .float-img.fr {
  width: 300px;
  margin: 0 0 10px 20px;
  float: right;
}
.l-main-area .float-wrap .float-img.fl {
  width: 300px;
  margin: 0 20px 10px 0;
  float: left;
}
.l-main-area .float-wrap .float-img.ct {
  width: 650px;
  margin: 3rem auto 0;
      text-align: center;
}
.l-main-area .float-wrap .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 .float-wrap .caption a {
  color: #999;
}
.l-main-area .l-icon-title {
  margin: 4rem 0 3rem;
  padding: 13px 13px 13px 100px;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}
.l-main-area .l-icon-title:before {
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #9599a2, 0 0 0 3px inset #aff500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d447c;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 20px;
}
.l-main-area .l-icon-title.l-icon-title--point {
  background: #eff9d5;
  color: #333;
}
.l-main-area .l-icon-title.l-icon-title--point:before {
  content: '';
  width: 63px;
  height: 63px;
  position: absolute;
  top: -4px;
  left: 10px;
  box-shadow: none;
  background: url(img/icon_circle_point.png);
  background-size: 63px auto;
}
.l-main-area .l-icon-title--check:before {
  content: 'CHECK';
}
.l-main-area .l-icon-title--recommend:before {
  content: 'おすすめ';
}
.l-main-area .l-icon-title--point:before {
  content: 'POINT';
}
.l-main-area .l-number-wrapper {
  counter-reset: number;
}
.l-main-area .l-number-wrapper .l-icon-title:before {
  content: counter(number);
  counter-increment: number;
  font-size: 3rem;
}
.l-main-area .box-wrap {
  width: 100%;
  margin: 8rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main-area .box-wrap .box {
  width: calc((100% - 7rem) / 3);
  margin: 0 0 7rem 2rem;
  padding: 2rem;
  border: 3px solid #646996;
}
.l-main-area .box-wrap .box:nth-child(3n + 1) {
  /*margin: 0 0 30px 0;*/
  margin-left: 0;
}
.l-main-area .box-wrap .box:after {
  content: '';
  width: 100%;
  height: 100%;
}
.l-main-area .box-wrap p {
  margin: 0;
}
.l-main-area .box-wrap .box-head {
  max-width: 275px;
  margin: -4rem 0 0 -4rem;
  padding: 1.6rem 1rem 1.6rem 2.5rem;
  background: #000;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.181818182;
  box-sizing: border-box;
}
.l-main-area .box-wrap .box-head a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_white.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.5;
}
.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
  display: none;
}
.l-main-area .box-wrap .box-body {
  padding: 2rem 0 0;
}
.l-main-area .box-wrap .btn-internal {
  margin: 2rem auto 0;
}
.l-main-area .box-wrap .btn-internal a {
  width: 70%;
  padding: 1rem 4rem;
}
.l-main-area .box-wrap .box-body .img {
  text-align: center;
  padding-bottom: 1.5rem;
}
.l-main-area .frame-wrap {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}
.l-main-area .frame-wrap .frame {
  width: calc((100% - 41px) / 3);
  margin: 0 20px 30px 0;
  padding: 14px 20px;
  border: solid 5px rgba(229, 246, 253, 0.8);
  position: relative;
}
.l-main-area .frame-wrap .frame::before {
  content: '';
  height: calc(100% + 0.5rem);
  width: calc(100% + 0.5rem);
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background: #fffecc;
  z-index: -1;
}
.l-main-area .frame-wrap .frame:nth-child(3n) {
  margin: 0 0 30px 0;
}
.l-main-area .frame-wrap p {
  margin: 0;
}
.l-main-area .frame-wrap .frame-head {
  margin: 0;
  padding: 1.5rem 0;
  border: none;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #5dc1c9;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.l-main-area .frame-wrap .frame-head p,
.l-main-area .frame-wrap .frame-head a {
  width: 100%;
}
.l-main-area .frame-wrap .frame-head a {
  padding: 0 2.5rem;
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #5dc1c9;
  text-decoration: none;
  position: relative;
}
.l-main-area .frame-wrap .frame-head a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #5dc1c9;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.5;
}
.l-main-area .frame-wrap .frame-body {
  padding: 1.5rem;
  background: #fff;
}
.l-main-area .frame-wrap .btn-internal {
  margin: 2rem auto 0;
}
.l-main-area .frame-wrap .btn-internal a {
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  min-width: inherit;
}
@media all and (-ms-high-contrast: none) {
  .l-main-area .top_h2 {
    padding: 1.7rem 3rem 0.7rem;
  }
}
.quotaion {
  font-size: 10px;
  color: #999999;
  word-break: break-all;
  text-align: center;
  line-height: 1.5;
}
.quotaion a {
  color: #999;
}
/* low ----------------*/
.l-main-area--low h1 {
  margin: 5rem 0 3rem 1rem;
  padding: 3rem 3rem;
  background-color: #3d447c;
  background-image: url(img/bg_heading01.png);
  background-repeat: no-repeat, repeat-y;
  background-size: auto, 100% 100%;
  background-position: right top, left top;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.l-main-area--low h1:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: -1;
  border: 3px solid #bcc1f1;
  border-image-slice: 1;
}
.l-main-area--low h1 a {
  padding: 0 4rem 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
}
.l-main-area--low h1 a:hover {
  color: #ffff00;
  background: url(img/arrow01_yellow.svg) no-repeat right center;
  background-size: 14px;
}
.l-main-area--low h2 {
  margin: 7rem 0 3rem;
  padding: 1.2rem 1.5rem 1.2rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #3d447c;
}
.l-main-area--low h2 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #333333;
  text-decoration: none;
}
.l-main-area--low h2 a:hover {
  opacity: 0.6;
}
.l-main-area--low h3 {
  margin: 8rem auto 3rem;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  background: #eaeaea;
  background-size: auto 4px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #2233d0;
}
.l-main-area--low h3:before {
  content: '●';
  color: #2233d0;
  font-size: 1.5rem;
  margin-right: 8px;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-main-area--low h3 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  text-decoration: none;
  color: #2233d0;
}
.l-main-area--low h3 a:hover {
  opacity: 0.6;
}
.l-main-area--low h4,
.l-main-area--low h5 {
  margin: 3rem 0;
  padding: 0.5rem 1.5rem;
  border-left: solid 7px #aff500;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.l-main-area--low h4 a,
.l-main-area--low h5 a {
  text-decoration: none;
}
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media all and (-ms-high-contrast: none) {
  .l-main-area--low h1 {
    padding: 1.7rem 3rem 0.7rem;
  }
}
/*---------------------------------------------
header area
*/
.l-header-area {
  width: 100%;
  margin: 0;
  padding: 0 0 0 100px;
}
.l-header {
  max-width: 1000px;
  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 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
}

.l-header-sitename:before{
    display: inline-block;
    width: 2.8rem;
    height: 1.8rem;
    margin: 0 0.5rem 0 0;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    content: "PR";
}
.l-header-sitename__link {
  text-decoration: none;
}
.l-header-sitename__link:hover {
  text-decoration: underline;
}
.l-header-logo {
  margin: 20px 0 0;
  text-align: center;
}
.l-header-logo__image {
  width: auto;
  height: auto;
}
.l-header-logo a {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.l-header-logo a:hover {
  opacity: 0.7;
}
.l-header-logo a img {
  max-width: 250px;
}
.l-gnavi-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 44px 0 0;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.l-gnavi-btn:hover {
  color: #000;
}
.l-gnavi-btn span {
  width: 30px;
  height: 4px;
  display: inline-block;
  background: #000;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
}
.l-gnavi-btn span:nth-of-type(1) {
  top: 12px;
}
.l-gnavi-btn span:nth-of-type(2) {
  top: 22px;
}
.l-gnavi-btn span:nth-of-type(3) {
  top: 32px;
}
.l-gnavi-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  background: #fff;
}
.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;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.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-bar .topicon {
  content: '';
  width: 70px;
  height: 76px;
  position: absolute;
  top: 35px;
  right: 15px;
}
.l-gnavi-area-bar .topicon a:hover {
  opacity: 0.7;
}
.l-gnavi-area-bar .topicon img {
  max-width: 70px;
  height: 100%;
}
.l-gnavi-area--slide-right {
  transform: translateX(-300px);
  background: #fff;
}
.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 36px 10px 30px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;  
  line-height: 1.5;
}

.l-gnavi-list__link:hover{
    opacity: 0.7;
}

.l-gnavi-list__link--menu {
  cursor: pointer;
}
.l-gnavi-list__sub {
  margin: 0 0 0 1.6rem;
  border-top: dashed 1px #3d447c;
  background: #f2f6fa;
  display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
  background-size: 4%;

}
.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 {
  width: 100%;
  margin: 100px 0 0;
  min-width: 1200px;
  padding: 0 0 0 100px;
  background: #f7f6f9;
  position: relative;
}
.l-footer-area__inner {
  position: relative;
  border-top: 3px solid #3d447c;
}
.l-footer-disclaimer {
  width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
.l-footer-disclaimer dt {
  float: left;
}
.l-footer-note {
  text-align: center;
  margin: 20px auto;
  font-size: 1.2rem;
}
.l-footer-bottom {
  margin: 0 auto;
  background: #3d447c;
  color: #333;
  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: 10px 0;
  display: table-cell;
  text-align: left;
  color: #fff;
}
.l-footer-bottom__copy__link {
  text-decoration: none;
  color: #fff;
}
.l-footer-bottom__copy__link:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.6;
}
.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 {
  text-decoration: underline;
}
.l-footer-menu-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 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 #333;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-footer-menu__title__link {
  display: block;
  padding: 0 0 0 30px;
  background: url(img/arrow01_green.svg) no-repeat left 1rem center;
  background-size: 9px auto;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.l-footer-menu__title__link:hover {
  text-decoration: underline;
}
.l-footer-menu__list {
  display: inline;
}
.l-footer-menu__list__item {
  float: left;
  padding: 0 10px;
  display: inline-block;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  padding: 5px 0 5px 15px;
  background-size: 8px 8px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}
.l-footer-menu__list__link::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3d447c;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.l-footer-menu__list__link:hover {
  text-decoration: underline;
}
.l-footer-submenu__list {
  display: inline-block;
}
.l-footer-submenu__list__item {
  display: inline-block;
}
.l-footer-submenu__list__link {
  padding: 5px 15px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}
.l-footer-submenu__list__link:before {
  content: '- ';
}
.l-footer-submenu__list__link:hover {
  text-decoration: underline;
}
/*
---------------------------------------------
    common
    */
.l-pagetop {
  position: absolute;
  top: -90px;
  right: 30px;
  z-index: 100;
}
.l-pagetop__link {
  width: 60px;
  height: 60px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagetop__link:hover {
  opacity: 0.8;
}
.l-pagetop__image {
  width: 30px;
}
.l-pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 30px;
}
.l-sns-list {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.l-sns-list__item {
  text-align: center;
}
.l-sns-list__link {
  width: 30px;
  height: 30px;
  margin: 0 auto 1rem;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5dc1c9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sns-list__link:hover {
  opacity: 0.6;
}
.l-sns-list__link--twitter .l-sns-list__image {
  width: 18px;
  height: 15px;
}
.l-sns-list__link--facebook .l-sns-list__image {
  width: 9px;
  height: 17px;
}
.l-sns-list__link--line .l-sns-list__image {
  width: 19px;
  height: 18px;
}
.l-sns-list__link--instagram .l-sns-list__image {
  width: 19px;
  height: 19px;
}
.l-sns-list__link--hatena .l-sns-list__image {
  width: 17px;
  height: 15px;
}
#pankuzu {
  max-width: 1000px;
  margin: 4rem auto 4rem auto;
  font-size: 1.2rem;
}
/*---------------------------------------------
contents area*/
.l-contents-area {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
}
/*---------------------------------------------
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: 10rem auto 0;
}
.l-common-title {
  padding: 3.5rem 0 2rem;
  margin: 0 0 3rem;
  font-size: 3rem;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック',
    'Yu Gothic', 'メイリオ', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
  color: #000;
}
.l-common-title::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #3d447c;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.l-common-title a {
  display: table;
  position: relative;
  text-decoration: none;
  background: url(img/arrow01_green.svg) no-repeat right center;
  background-size: 11px auto;
  padding: 0 6rem;
  margin: 0 auto;
  transition: ease 0.2s;
}
.l-common-title a:hover {
  opacity: 0.6;
}
.l-main-area .l-common-title span,
.l-common-title span {
  color: #2233d0;
  background: none;
  font-size: 4rem;
}
.l-common-title span.number {
  font-size: 5.5rem;
  line-height: 1;
}
p.l-common-lead {
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.866666667;
  margin: 1.5rem auto;
}
/*
---------------------------------------------
    top
    */
.l-mv {
  width: 100%;
  min-width: 1100px;
  background: url(img/bg_mv.jpg) left top 60px repeat-x;
  background-size: contain;
  position: relative;
  padding: 0 0 3.6rem;
}
.l-mv-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto 0;
  position: relative;
}
.l-mv-wrapper img.eye_catch {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.l-mv-box {
  width: 50%;
  margin: 0 auto 0 0;
  color: #333;
}
.l-mv-box p {
  margin: 2.5rem 0 0 2.7rem;
  width: 85%;
  line-height: 1.8125;
}
.l-main-area .l-mv-box p span {
  font-size: 1.6rem;
  color: #2233d0;
  background: none;
}
.l-mv-logo {
  font-size: 1.953rem;
  font-weight: bold;
  position: relative;
  padding: 0 3rem 3rem;
  width: 100%;
  max-width: 600px;
  background: #fff;
}
.l-mv-logo::after {
  content: '';
  position: absolute;
}
.l-mv-logo span.font1 {
  font-size: 2.387rem;
  color: #2233d0;
}
.l-mv-logo span.font2 {
  background: #000;
  font-size: 3.906rem;
  color: #aff500;
  letter-spacing: 0.08em;
}
.l-mv-logo span.font3 {
  font-size: 3.2rem;
  color: #000;
}
.l-mv-logo span.font4 {
  font-size: 3.2rem;
  color: #2233d0;
}
.l-mv-logo span.underline {
  padding-bottom: 1.7rem;
  border-bottom: #3d447c 2px solid;
}
.l-mv .btn-internal a {
  width: 90%;
  max-width: 371px;
  padding: 1rem 4rem 1.3rem;
  line-height: 1.555555556;
}
.l-main-area .l-mv .btn-internal a:after {
  content: '';
  width: 12px;
  height: 20px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.l-main-area .l-mv .btn-internal a:hover:after {
  content: '';
  width: 12px;
  height: 20px;
  background: url(img/arrow01_green.svg) no-repeat center center;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.l-parts01 {
  position: relative;
  padding-bottom: 6rem;
}
.l-parts01.common {
  position: relative;
  border-top: 2px solid #e6e7e9;
}

.l-parts01.common .l-section-inner{
    margin-top: 5rem;
}



.l-parts01:before {
  content: '';
  position: absolute;
  background: url(img/bg_green_belt.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  top: 520px;
  left: 50px;
  z-index: -1;
}
.l-parts01 .l-section-inner {
}
.l-parts01-column3 {
  min-width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  padding: 3rem 0 0;
}
.l-parts01-column3__box {
  width: calc((100% - 100px) / 3);
}
.l-parts01-column3__box .inner {
  position: relative;
  padding: 3px;
}
.l-parts01-column3__box .box_body {
  padding: 2rem 1.5rem 0;
  background: #fff;
  border-right: #3d447c solid 2px;
  border-left: #3d447c solid 2px;
  border-bottom: #3d447c solid 2px;
}
.l-parts01-column3__box .catch_box {
  background: #000;
  padding: 2rem 0 1.8rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-parts01-column3__box .catch_box .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #aff500;
  margin: 0;
}
.l-parts01-column3__box .catch_box .title span {
  color: #fff;
  font-size: 2rem;
  background: none;
  display: block;
}
.l-parts01-column3__box .catch_box2 {
  position: relative;
  background: #eff9d5;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 1rem 1.5rem 3rem;
  margin: 0 0 2.5rem 1rem;
  line-height: 1.5;
}
.l-parts01-column3__box .catch_box2:before {
  content: '';
  position: absolute;
  background: url(img/icon_l-parts01-column3_01.svg) no-repeat;
  width: 51px;
  height: 51px;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-parts01-column3__box:nth-child(2) .catch_box2:before {
  background: url(img/icon_l-parts01-column3_02.svg) no-repeat;
}
.l-parts01-column3__box:nth-child(3) .catch_box2:before {
  background: url(img/icon_l-parts01-column3_03.svg) no-repeat;
}
.l-parts01-column3__box .com-name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.611111111;
  text-align: center;
  margin-bottom: 3rem;
}
.l-parts01-column3__box .flame img {
  width: 100%;
  height: 100%;
}
.l-parts01-column3__box .caption {
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
}
.l-parts01-column3__box .caption a {
  color: #999;
}
.l-parts01-column3__box dl {
  background: #f6f6f8;
  padding: 4rem 2rem 0;
  margin: 5rem 0 2rem;
}
.l-parts01-column3__box dl dt {
  display: table;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: #000;
  margin: -6rem auto 2rem;
  padding: 0.6rem 0.5rem;
  width: 95%;
  text-align: center;
}
.l-parts01-column3__box dl dt.area:before {
  background-image: url(img/icon_area.png);
}
.l-parts01-column3__box dl dd {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
.l-parts01-column3__box dl dd ul {
  margin: 0;
}
.l-parts01-column3__box dl dd ul li {
  padding: 0 0 0 20px;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-parts01-column3__box dl dd ul li span {
  color: #2233d0;
  font-size: 1.5rem;
  background: none;
  font-weight: bold;
}
.l-parts01-column3__box ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background-size: 15px 12px;
  list-style-position: outside;
  position: relative;
}
.l-parts01-column3__box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border: transparent solid;
  border-left-color: #aff100;
  border-width: 7px 10px;
}
.l-main-area .l-parts01-column3__box dl dd ul li span {
  color: #2233d0;
  font-size: 1.5rem;
  background: none;
}
.l-parts01-column3__box dl dd ul li::before {
  top: 1px;
}
.l-parts01-column3__box .btns {
  margin: 0 0 -4rem;
}
.l-parts01-column3__box .btn-web,
.l-main-area .l-parts01-column3__box .btn-web,
.l-parts01-column3__box .btn-internal,
.l-main-area .l-parts01-column3__box .btn-internal {
  margin: 2rem auto;
}
.l-parts01-column3__box .btn-web a,
.l-main-area .l-parts01-column3__box .btn-web a {
  width: 100%;
  border-radius: 10px;
  padding: 12px 20px;
  display: block;
  margin: 0 auto;
}
.btn-web a:after {
  content: '';
  width: 12px;
  height: 21px;
  background: url(img/arrow01_black.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-parts01-column3__box .btn-web a:after,
.l-main-area .l-parts01-column3__box .btn-web a:after {
  width: 9px;
  height: 15px;
  background-size: 9px auto;
  right: 10px;
}
.l-parts01-column3__box .btn-internal a,
.l-main-area .l-parts01-column3__box .btn-internal a {
  width: 100%;
  border-radius: 10px;
  padding: 15px 20px;
  display: block;
  margin: 0 auto;
}
.l-parts01-column3__box .btn-internal a:after,
.l-main-area .l-parts01-column3__box .btn-internal a:after {
  width: 8px;
  background-size: 8px auto;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.l-parts01 .note {
  color: #9599a2;
  font-size: 1.3rem;
  line-height: 2.153846154;
  margin-top: 5rem;
}
.l-parts01-column3 .link_txt {
  text-align: center;
}
.l-parts01-column3 .link_txt a {
  color: #767fe2;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  display: block;
  font-size: 2rem;
}
.l-parts01-column3 .link_txt a:hover {
  color: #f048b3;
}
.l-parts01-column3 .link_txt a::after {
  content: '';
  position: absolute;
  background: url(img/icon_dotarrow_down.png) center center no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 36px;
  bottom: -50px;
  left: 50%;
  margin-left: -12px;
}
ul.tag {
  margin: 0;
}
li.tag-list {
  background: none;
}
.l-parts02 {
  margin: 5rem 0 0;
  padding: 0 0 1rem;
  min-width: 1100px;
  position: relative;
  background: #f2f6fa;
}
.l-parts02:before {
  content: '';
  width: 100%;
  height: 216px;
  background: url(img/bg_triangle_white.png) no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-parts02 .l-section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0 0;
}
.l-parts02-white {
  width: 990px;
  padding-bottom: 2rem;
  margin: 3.4rem auto 10rem;
  background: #fff;
  box-shadow: 3px 3px 0 #3d447c;
}
.l-parts02-white__title {
  padding: 6px 9px;
  background: #000;
  color: #fff;
  position: relative;
}
.l-parts02-white__title .catch-title {
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #989898;
}
.l-parts02-white__title .catch-title span {
  background: none;
  color: #aff500;
  font-size: 3rem;
}
.l-parts02-white-inner {
  width: 900px;
  margin: 4.6rem auto;
}
.l-parts02-white-inner .company {
  position: relative;
  padding: 0 0 16px;
  margin-bottom: 4rem;
}
.l-parts02-white-inner .company::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  background: #4a5085;
}
.l-parts02-white-inner .company h3 {
  font-size: 3.3rem;
  font-weight: bold;
  padding: 12px 10px 0 0;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.l-parts02-white-inner .company h3 span {
  font-size: 1.7rem;
  color: #333;
  background: none;
}
.l-parts02-white-inner .float-wrap .l-parts02-blue__subtitle {
  display: inline-block;
  font-weight: bold;
  color: #2233d0;
  font-size: 2rem;
}
.l-parts02-white-inner ol.feature,
.l-main-area .l-parts02-white-inner ol.feature {
  padding: 0;
  margin: 50px 0;
}
.l-parts02-white-inner ol.feature li,
.l-main-area .l-parts02-white-inner ol.feature li {
  margin: 0 0 50px;
}
.l-parts02-white-inner ol.feature li p,
.l-main-area .l-parts02-white-inner ol.feature li p {
}
.l-parts02-white-inner ol.feature li::before,
.l-main-area .l-parts02-white-inner ol.feature li::before {
  content: '';
  top: 8px;
  background: url(img/icon_area.png) no-repeat center top;
  background-size: contain;
}
.l-parts02-white-inner ol.feature li:nth-of-type(2)::before,
.l-main-area .l-parts02-white-inner ol.feature li:nth-of-type(2)::before {
  background-image: url(img/icon_feature.png);
}
.l-parts02-white-inner ol.feature li p.catch_thumbsup,
.l-main-area .l-parts02-white-inner ol.feature li p.catch_thumbsup {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}
.l-parts02-white__column2 {
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__column2__box {
  width: calc((100% - 4rem) / 2);
  margin: 0 2rem 2rem 0;
  padding: 0 2rem 1rem;
  background: #f3f3f3;
}
.l-parts02-white__column2__box:nth-child(2n) {
  margin: 0 0 2rem 0;
}
.l-parts02-white__column2__box .case-catch {
  margin: 0 0 2rem;
  padding: 2rem 0 2rem 6rem;
  border-bottom: solid 1px #3d447c;
  background: url(img/icon_case.png) no-repeat left center;
  background-size: 47px auto;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.65;
  display: flex;
  align-items: center;
}
.l-parts02-white__column2__box .case-catch02 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-parts02-white .btn-web a {
  width: 470px;
}
.l-parts02-white__column3 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 0 2rem;
  background: #f3f3f3;
  border-radius: 20px;
}
.l-parts02-white__column3__box:nth-child(3n) {
  margin: 0 0 2rem 0;
}
.l-parts02-white__column3__box .case-catch {
  margin: 0;
  padding: 2rem 0 2rem 5rem;
  border-bottom: solid 1px #5dc1c9;
  background: url(img/icon_case.svg) no-repeat left center;
  background-size: 30px auto;
  color: #5dc1c9;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.l-main-area .l-parts02-white__column2__box p span {
  color: #2233d0;
  font-size: 1.8rem;
  background: none;
}
.l-parts02-white .btn-web {
  margin-top: 1rem;
  min-width: 470px;
}
.l-parts02-white .l-parts02-white__subtitle {
  margin: 8rem 0 4rem;
  background: url(img/bg_heading03.png) repeat-x left center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.416666667;
  color: #000;
  position: relative;
}
.l-parts02-white .l-parts02-white__subtitle span {
  display: table;
  color: #000;
  padding: 0 3rem;
  background: #fff;
  margin: 0 auto;
}
.l-parts02-white table.infomation th {
  width: 20%;
  text-align: center;
}
.l-parts02-white table.infomation td a {
  color: #2233d0;
  text-decoration: underline;
}
.l-parts02-white .note {
  color: #a3a3a3;
  font-size: 1.4rem;
  line-height: 2;
}
.l-parts02-white__items {
  display: flex;
  flex-wrap: wrap;
}
.l-parts02-white__item {
  width: calc(50% - 3rem / 2);
  margin: 0 3rem 3rem 0;
  background: #f7f6f9;
}
.l-parts02-white__item:nth-child(2n) {
  margin-right: 0;
}
.l-parts02-white__item__ttl {
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 1rem;
}
.l-parts02-white__item__body {
  padding: 3rem 2rem;
}
.l-parts02-white__item__img {
  text-align: center;
  margin-bottom: 2rem;
}
.l-parts02-white__item__img img {
  max-width: 100%;
  height: 100%;
}
.l-parts02-white__item .caption {
  color: #999999;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.l-parts02-white__item .caption a {
  color: #999;
}
.l-parts02-white__item__heading {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2rem;
  margin: 4rem 0 1rem;
}
.l-parts02-white__item__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border: transparent solid;
  border-left-color: #aff100;
  border-width: 7px 10px;
}
.l-main-area .l-parts02-white__item p span {
  color: #2233d0;
  font-size: 1.6rem;
}
.l-parts02-white__item table th {
  width: 40%;
  padding: 10px;
  text-align: center;
}
.l-parts03 {
  margin-bottom: 5rem;
}
.l-parts03-column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
.l-parts03-column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 25px 22px;
  position: relative;
}
.l-parts03-column3__box::before {
  content: '';
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: #f7f6f9;
  left: 8px;
  top: 8px;
  position: absolute;
  z-index: -1;
}
.l-parts03-column3__box::after {
  content: '';
  width: 98%;
  height: 98%;
  border: 2px solid #3d447c;
  background: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}
.l-parts03-column3__box:nth-child(3n) {
  margin: 0 0 2rem;
}
.l-parts03-column3__line p {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.l-parts03-column3__title {
  margin: 0 0 1em;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
  background: #000;
}
.l-parts03-column3__title a {
  font-size: 1.8rem;
  line-height: 1.388888889;
  padding: 1.5rem 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(img/arrow01_white.svg) no-repeat right 9px center;
  background-size: 10px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.l-parts03-column3__title a:hover {
  opacity: 0.6;
}
.l-parts03-column3__heading {
  color: #2233d0;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
}
.l-parts03-column3__img {
  text-align: center;
  margin-bottom: 1rem;
}
.l-parts03-column3__img img {
  max-width: 100%;
  height: 150px;
  width: auto;
}
.l-parts03-column3__caption {
  color: #999999;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.l-parts03-column3__caption a {
  color: #999;
}
.l-parts03-column3__image {
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  color: #999;
  line-height: 1.2;
}
.l-parts03-column3__image img {
  width: 100%;
  box-shadow: 5px 5px 0 #ffff00;
}
.l-parts03-column3__image span {
  display: block;
  padding-top: 1rem;
  color: #999;
}
.l-parts03-column3__tag {
  margin: 0;
}
.l-parts03-column3__tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #5dc1c9;
  font-size: 1.2rem;
  color: #5dc1c9;
  text-align: center;
  position: relative;
}
.l-parts03-column3__tag .tag-list:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.l-parts03-column3__info,
.l-parts03-column3__address {
  padding: 0 1rem;
  background: #fff;
  margin: 2.5rem 0 1.6rem;
}
.l-parts03-column3__info dl,
.l-parts03-column3__address dl {
  border-bottom: dashed 1px #ccc;
  font-size: 1.4rem;
  display: flex;
}
.l-parts03-column3__info dl:last-child,
.l-parts03-column3__address dl:last-child {
  border: none;
}
.l-parts03-column3__info dl dt,
.l-parts03-column3__address dl dt {
  font-size: 1.4rem;
  line-height: 1.285714286;
  padding: 1rem;
  width: 30%;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.l-parts03-column3__info dl dd,
.l-parts03-column3__address dl dd {
  font-size: 1.3rem;
  padding: 1rem;
  width: 70%;
  word-break: break-all;
}
p.l-parts03-column3__title {
  margin: 0 0 2rem;
}
ul.l-parts03-column3__tag {
  margin: 2rem 0 0;
}
.l-parts04 {
  padding: 0 0 5rem;
  min-width: 1100px;
  background: url(img/bg_green_belt.svg) no-repeat left top 385px;
  background-size: 100%;
  position: relative;
}
.l-parts04 .l-section-inner {
  position: relative;
  z-index: 0;
}
.l-parts04-list {
  width: 100%;
  height: auto;
  margin: 7rem 0 3rem;
  position: relative;
  padding: 3rem 3rem 1rem;
  border: 2px solid #3d447c;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-parts04-list::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -1rem;
  bottom: -1rem;
}
.l-parts04-list .image-box {
  margin-right: 20px;
}
.l-parts04-list .catch {
  color: #5dc1c9;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.476190476;
  padding: 1.5rem 0 1.5rem 6.5rem;
  margin: 0;
  background: url(img/icon_case01.png) no-repeat left 50%;
  background-size: 54px auto;
  display: block;
}
.l-parts04-list .catch a,
.l-parts04-list .catch {
  color: #000;
  transition: ease 0.2s;
  position: relative;
}
.l-parts04-list .catch a:hover {
  color: #f048b3;
}
.l-parts04-list p.txt span {
  color: #2233d0;
  font-size: 1.8rem;
  background: none;
}
.l-parts04 .btn-internal a {
  width: 450px;
  padding: 2rem 2.4rem 2rem;
}
.l-parts04 .btn-internal a:after {
  right: 20px;
  top: calc(100% - 60%);
}
.l-parts06 .sub-ttl {
  margin: 3rem 0;
  padding: 1.2rem 1.5rem 1.2rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #3d447c;
}
.l-parts06 .sub-ttl span {
  color: #2233d0;
  font-size: 3.2rem;
  background: none;
}
.l-main-area .l-parts06 .float-wrap .float-img.fr {
  width: 50%;
  text-align: center;
}
.l-main-area .l-parts06 .float-wrap p span {
  font-size: 1.6rem;
}
.l-main-area .l-parts06 .head-center {
  background: #3d447c;
  font-size: 2.5rem;
  padding: 5rem 1rem 6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.44;
  position: relative;
  margin: 60px auto;
  width: 90%;
  box-sizing: border-box;
}
.l-main-area .l-parts06 .head-center span {
  color: #aff500;
  font-size: 3.5rem;
  background: none;
}
.l-main-area .l-parts06 .head-center::before {
  position: absolute;
  content: '';
  width: 103px;
  height: 47px;
  background: url(img/icon_matome.png) no-repeat left top;
  background-size: 103px auto;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
.l-parts07 .l-icon-title {
  margin-top: 6rem;
}
.l-parts07 .l-icon-title a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow01_white.svg) no-repeat right 0.5rem center;
  background-size: 3%;
  padding-right: 3rem;
}
.l-parts07 .l-icon-title a:hover {
  opacity: 0.6;
}
.l-parts07 p.txt {
  max-width: 800px;
  margin: 0.5em auto 1em;
}
.l-parts07 .btn-link {
  margin-top: 11rem;
}
/*--------------------------------------
    toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 800px;
  background: #f5f5f5;
  margin: 5rem auto;
  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 #2233d0;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #58585e;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#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.top .chapter .chapter-h:first-child {
  display: 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: #2233d0;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border: none;
  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 {
  display: none;
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: 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;
}
/*--------------------------------------
アコーディオン
---------------------------------------*/
.btn-accordion .btn-more {
  max-width: 1100px;
  text-align: center;
  margin: 3rem auto;
  padding: 2.2rem 1.6rem;
  width: 305px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  border-radius: 100px;
  background: #eaeaea;
  cursor: pointer;
}
.btn-accordion:hover {
}
.btn-accordion .btn-more::before {
  content: '';
  display: block;
  width: 19px;
  height: 3px;
  background: #2233d0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-accordion .btn-more::after {
  content: '';
  display: block;
  width: 19px;
  height: 3px;
  background: #2233d0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.btn-accordion.is-open .btn-more::after {
  transform: rotate(0);
  transition: 0.5s;
}
.btn-accordion .btn-more .open_text {
  display: block;
  background: none;
}
.btn-accordion .btn-more .close_text {
  display: none;
  background: none;
}
.btn-accordion.is-open .btn-more .open_text {
  display: none;
}
.btn-accordion.is-open .btn-more .close_text {
  display: block;
}
.btn-accordion .btn-more span {
  color: #000;
}
.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: 11rem;
  z-index: 310;
  display: none;
}
.index-banner_pc a {
  text-decoration: none;
}
.index-banner_pc a:hover {
  opacity: 0.6;
}
.image-banner-box {
  max-width: 220px;
}
.index-banner.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .index-banner_pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .sp_br {
    display: none;
  }
  .forSP {
    display: none !important;
  }
}
/*
---------------------------------------------
    smartphone settings
    */
@media screen and (max-width: 599px) {
  body {
    min-width: 100%;
    min-width: inherit;
  }
  .forPC {
    display: none !important;
  }
  .pc_br {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*
---------------------------------------------
*/
  .l-main-area .top_h2 {
    margin: 0 0 3rem;
    padding: 1.5rem;
    font-size: 2.2rem;
    width: calc(100% + 0.5rem);
    background-size: 120px auto, auto;
    background-position: right bottom, left top;
  }
  .l-main-area .top_h2:before {
    content: '';
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
    background: #fff;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    z-index: -1;
    border: 3px solid;
    border-image: linear-gradient(to right, #5dc1c9 0%, #767fe2 100%);
    border-image-slice: 1;
  }
  .l-main-area .top_h2 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h2:after {
    height: 30px;
  }
  .l-main-area .top_h3 {
    font-size: 2rem;
    padding: 1.2rem 1.5rem 1.2rem 5rem;
  }
  .l-main-area .top_h3::before {
    width: 40px;
    height: 40px;
  }
  .l-main-area .top_h3::after {
    width: 30px;
    height: 16px;
    background-size: contain;
    left: 16px;
  }
  .l-main-area .top_h3 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h4 {
    font-size: 1.8rem;
  }
  .l-main-area .top_h4 a {
    background-size: 7px 15px;
  }
  .l-main-area h2 {
    font-size: 2.4rem;
  }
  .l-main-area h3 {
    font-size: 2rem;
  }
  .l-main-area ul {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
  .l-main-area ol {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
  .l-main-area table {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
    border-top: 1px #d3d3d3 solid;
    font-size: 1.4rem;
  }
  .l-main-area table tr {
    width: 100%;
    display: block;
  }
  .l-main-area table th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table thead {
    width: 100%;
    display: block;
  }
  .l-main-area table thead th {
    width: 100%;
    display: block;
  }
  .l-main-area table thead td {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody th {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
  }
  .l-main-area .btn-web {
    width: 90%;
    min-width: inherit;
    margin: 3rem auto;
  }
  .l-main-area .btn-web a {
    width: 100%;
    min-width: inherit;
    padding: 2.2rem 4rem 2rem;
    font-size: 1.6rem;
  }
  .l-main-area .btn-web a:after {
    right: 2rem;
    background-size: 60%;
  }
  .l-main-area .btn-internal {
    width: 90%;
    margin: 3rem auto;
  }
  .l-main-area .btn-internal a {
    width: 100%;
    min-width: inherit;
    padding: 2.2rem 4rem 2rem;
    font-size: 1.6rem;
  }
  .l-main-area .btn-internal a:after {
    background-size: 60%;
            right: 10px;
  }
  .l-main-area .btn-tel {
    width: 90%;
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .l-main-area .btn-tel a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2.2rem 4rem 2rem;
    background: #2233d0 url(img/icon_tel.svg) no-repeat left 20px center;
    background-size: auto 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #ccc;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-weight: bold;
  }
  .l-main-area .btn-tel a:after {
    content: '';
    width: 12px;
    height: 21px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 60%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .l-main-area .btn-link {
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 90%;
  }
  .l-main-area .btn-link a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2.2rem 5rem 2rem 2rem;
    text-align: left;
    display: inline-block;
    background: #fff url(img/arrow01_green.svg) no-repeat right 20px center;
    background-size: 8px 12px;
    border: #3d447c solid 2px;
    border-radius: 10px;
    color: #3d447c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }
  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 1.4rem;
  }
  .l-main-area .float-wrap .float-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: 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 {
    width: 94%;
    margin: 8rem 0 4rem auto;
    display: block;
    font-size: 1.4rem;
  }
  .l-main-area .box-wrap .box {
    width: 100%;
    margin: 0 0 5rem;
    padding: 1.5rem;
  }
  .l-main-area .box-wrap .box:nth-child(2n) {
    margin: 0 auto 5rem;
  }
  .l-main-area .box-wrap .box-head {
    margin: -4rem 0 0 -4rem;
    font-size: 2rem;
  }
  .l-main-area .box-wrap .box-head a {
    background-size: 8px;
    background-position: right 1rem center;
  }
  .l-main-area .box-wrap .box-body {
    padding: 1rem 0;
  }
  .l-main-area .box-wrap .box-body .btn-internal a {
    width: 90%;
  }
  .l-main-area .frame-wrap {
    margin: 0 auto 4rem;
    display: block;
    font-size: 1.4rem;
  }
  .l-main-area .frame-wrap .frame {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame::before {
  }
  .l-main-area .frame-wrap .frame-head {
    font-size: 2rem;
    text-align: left;
  }
  .l-main-area .frame-wrap .frame-head a {
    background-size: 8px;
  }
  .l-main-area .l-icon-title {
    width: 100%;
    margin: 5rem 0 1rem;
    padding: 1rem 1rem 1rem 6rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .l-main-area .l-icon-title.l-icon-title--recommend,
  .l-main-area .l-icon-title.l-icon-title--check,
  .l-main-area .l-icon-title.l-icon-title--point {
    padding: 5rem 1rem 1rem 1rem;
  }
  .l-main-area .l-icon-title.l-icon-title--recommend:before,
  .l-main-area .l-icon-title.l-icon-title--check:before,
  .l-main-area .l-icon-title.l-icon-title--point:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -25px;
    box-shadow: none;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-main-area .l-icon-title:before {
    width: 46px;
    height: 46px;
    font-size: 0.8rem;
    left: 0;
    top: -4px;
  }
  .l-main-area .l-number-wrapper .l-icon-title:before {
    padding: 0;
    font-size: 2.8rem;
  }
  /* low ----------------*/
  .l-main-area--low h1 {
    margin: 0 0 3rem;
    padding: 1.5rem;
    font-size: 2.2rem;
    width: calc(100% + 0.5rem);
    background-size: 100%, 100% 100%;
  }
  .l-main-area--low h1:before {
    content: '';
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
    background: #fff;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    z-index: -1;
    border: 3px solid #bcc1f1;
    border-image-slice: 1;
  }
  .l-main-area--low h2 {
    font-size: 2rem;
    padding: 1.2rem 1.5rem 1.2rem 0;
    margin-top: 3rem;
  }

  .l-main-area--low h2::before {
    width: 40px;
    height: 40px;
  }
  .l-main-area--low h2::after {
    width: 30px;
    height: 16px;
    background-size: contain;
    left: 16px;
  }
  .l-main-area--low h2 a {
    background-size: 8px 16px;
  }
  .l-main-area--low h3 {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
  .l-main-area h3 a {
    background-size: 7px 15px;
  }
  .l-main-area--low h4 {
    font-size: 1.8rem;
  }
  /*
---------------------------------------------
    header area
    */
  .l-header {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
  }
  .l-header-area {
    padding: 0;
  }
  .l-header-left {
    display: none;
  }
  .l-header-sitename {
    font-size: 1rem;
    text-align: left;
  }
  .l-header-logo a {
    width: auto;
    height: auto;
  }
  .l-gnavi-area {
    display: none;
  }
  /*
---------------------------------------------
    footer area
    */
  .l-footer-area {
    padding: 0 0 5rem 0;
    margin: 0;
    min-width: inherit;
  }
  .footMenu {
    width: 100%;
    height: 5rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 300;
  }
  .footMenu .menuLeft {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
  }
  .footMenu .menuLeft .l-gnavi-btn {
    margin: 0;
  }
  /*.footMenu .menuRight {
        width: 50%;
        height: 100%;
        float: right;
        background: #f048b3;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .footMenu .menuRight:after {
        content: "";
        width: 65px;
        height: 13px;
        background: url(img/icon_text_check.svg) no-repeat center center;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 1rem;
        transform: rotate(-8deg);
    }
    .footMenu .menuRight a {
        padding: 0.9rem 2rem 0 2.5rem;
        background: url(img/arrow01_white.svg) no-repeat right 1rem center;
        background-size: 6px;
        color: #fff;
        display: block;
        text-decoration: none;
    }*/
  .footMenu .l-gnavi-btn {
    width: 100%;
    height: 100%;
  }
  .footMenu .l-gnavi-btn span {
    left: 50%;
    transform: translateX(-50%);
  }
  .footMenu .l-gnavi-btn span:nth-child(1) {
    top: 15px;
  }
  .footMenu .l-gnavi-btn span:nth-child(2) {
    top: 25px;
  }
  .footMenu .l-gnavi-btn span:nth-child(3) {
    top: 35px;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
    transform: translate(-50%, 10px) rotate(-45deg);
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
  }
  .l-footer-logo {
    width: 60%;
    margin: 3rem auto 5rem;

  }
  .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: 110;
    width: 100%;
    height: 100%;
    background: #f2f6fa;
    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;
    opacity: 0;
    transition: transform 0.3s ease-in-out;
    opacity: 1;
  }
  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    opacity: 1;
  }
  .l-footer-menu {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #333;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: 1rem 2.5rem 1rem 0;
    background: none;
  }
  .l-footer-menu__title__link:after {
    content: '';
    width: 8px;
    height: 15px;
    background: url(img/arrow01_green.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__title__link.sitemap:after {
    transform: translateY(-50%);
  }
  .l-footer-menu__title__link:hover {
    text-decoration: none;
  }
  .l-footer-menu__list {
    display: none;
  }
  .l-footer-menu__list__item {
    width: 100%;
    padding: 0.8rem 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    margin: 1rem 0 0 0;
    display: block;
  }
  .l-footer-menu__list__link::before {
    top: 10px;
  }
  .l-footer-submenu__list {
    display: block;
  }
  .l-footer-submenu__list__item {
    display: block;
  }
  /*
---------------------------------------------
    common
    */
  .l-pagetop {
    top: -5.5rem;
    right: 0.5rem;
  }
  .l-pagetop__link {
    width: 50px;
    height: 50px;
  }
  .l-pagetop__link:hover {
    background: #5dc1c9;
  }
  .l-pagetop__image {
    width: 14px;
  }
  .l-pagetop.is-fixed {
    bottom: 11.5rem;
  }
  #pankuzu {
    margin: 2rem auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-sns-list {
    display: none;
  }
  /*
---------------------------------------------
    contents area
    */
  .l-contents-area {
    padding: 0;
  }
  .l-contents-area--low {
    width: 100%;
  }
  /*
---------------------------------------------
    main area
    */
  .l-main-area--low {
    width: 94%;
    margin: 0 auto 7rem;
    float: none;
    overflow: visible;
  }
  .l-section-inner {
    width: 94%;
    margin: 0 auto;
  }
  p.l-common-lead {
    width: 100%;
    margin: 2rem 0 3rem;
  }
  /*
---------------------------------------------
    top
    */
  .l-mv {
    min-height: inherit;
    min-width: inherit;
    margin: 0;
    padding: 0 0 2rem;
    position: relative;
    overflow: hidden;
    background: url(img/bg_mv_sp.png) center top 4rem no-repeat;
    background-size: 100% auto;
  }
  .l-mv-wrapper {
    width: 100%;
    overflow-x: hidden;
    margin-top: 0;
  }
  .l-mv-wrapper img.eye_catch {
    display: none;
    z-index: 100;
    /*width: 46%;*/
    width: 60%;
    position: relative;
    float: right;
    /*margin: 0.5rem 0 2rem;*/
    margin: 0.5rem -10% 0;
  }
  .l-main-area .l-mv-logo {
    padding: 1rem 1rem 2rem 1.5rem;
    margin-bottom: 4rem;
    border-bottom: 3px solid #3d447c;
    font-size: 1.4rem;
    font-weight: bold;
    width: 90%;
    line-height: 1.7;
    text-align: left;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .l-mv-logo::after {
    height: 4px;
  }
  .l-mv-logo span.font1 {
    font-size: 1.5rem;
  }
  .l-mv-logo span.font2 {
    font-size: 7vw;
  }
  .l-mv-logo span.font3 {
    font-size: 2rem;
  }
  .l-mv-logo span.font4 {
    font-size: 2rem;
  }
  .l-mv-logo span.underline {
    border-bottom: none;
  }
  .l-mv-logo span.line_1 {
    line-height: 1.2;
    font-size: 3.5vw;
    margin: 0 0 0.3rem;
  }
  .l-mv-logo span.grad1 {
    font-size: 7vw;
    padding: 0 8px;
  }
  .l-mv-logo span.grad2 {
    margin: 0;
    font-size: 7vw;
    padding: 0 8px;
  }
  .l-mv-logo img {
    width: 100%;
    height: auto;
  }
  .l-mv-box {
    width: 100%;
    margin: 0;
  }
  .l-mv-box p {
    margin: 0;
  }
  .l-mv-title {
    width: 100%;
    min-height: 13rem;
    margin: 2rem 0 0;
    padding: 0 48% 1rem 1rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
  .l-mv p {
    width: auto;
    padding: 0 1rem;
    color: #333;
  }
  .l-mv .btn-internal a {
    padding: 1.8rem 3rem;
  }
  /*.l-mv-check {
        display: none;
    }*/
  h2.l-mv-title {
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
    min-height: 0;
  }
  .l-section-inner {
    padding-top: 2rem;
    background-size: 20%;
  }
  .l-main-area .l-common-title,
  .l-common-title {
    font-size: 2.4rem;
  }
  .l-main-area .l-common-title span,
  .l-common-title span {
    font-size: 3rem;
  }

  .l-parts04 .l-common-title .fz-medium{
    font-size: 4.9vw!important;
  }


  .l-main-area .l-common-title span.number,
  .l-common-title span.number {
    font-size: 4rem;
  }
  .l-main-area .l-common-title a,
  .l-common-title a {
    display: block;
    padding: 0 2rem;
  }
  .l-parts01 {
    padding-bottom: 0;
    background: none;
  }
  .l-parts01:before {
    width: 100%;
    left: 0;
    background: url(img/bg_mv_sp.png) no-repeat;
    top: 2rem;
    background-size: contain;
  }
  .l-parts01 .l-section-inner {
    background-size: 20%;
    background-position: left top, right top 300px;
  }

.l-parts01.common {
  border-top: none;
}


  .l-parts01-column3 {
    min-width: inherit;
    padding: 0;
  }
  .l-parts01-column3:after {
    content: none;
  }
  .l-parts01-column3__box {
    width: 96%;
    margin: 2rem auto 0;
    padding: 0 0 10rem;
    position: relative;
  }
  .common .l-parts01-column3__box {
    padding: 0 0 3rem;
  }

.l-parts01-column3__box .catch_box2{
    width: 90%;
    margin: 0 0 2.5rem 2rem;
    line-height: 1.3
}

.l-parts01-column3__box .com-name{
        font-size: 2.3rem;
        line-height: 1.3;
}


  .l-parts01-column3__box .inner::before {
    /*width: 50px;
        height: 46px;
        background: url(img/icon_pickup_taxi.png) left top no-repeat;
        top: -30px;
        margin-left: -25px;
        background-size: contain;*/
    /*content: "";
        position: absolute;
        background: url(img/icon_pickup.png) left top no-repeat;
        width: 104px;
        height: 11px;
        top: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);*/
  }
  .l-parts01-column3__box .catch_box {
    padding: 2rem 0;
  }
  .l-parts01-column3__box .catch_box .title {
    font-size: 2.4rem;
  }
  .l-parts01-column3__box p.money {
    font-size: 2rem;
    font-weight: bold;
    background: #fff;
    margin: 0;
    padding: 1.5rem 0 6rem;
    line-height: 1.5;
  }
  .l-parts01-column3__box p.money span {
    font-size: 3.6rem;
  }
  .l-parts01-column3__box .catch-image {
    width: 80%;
    margin: 0 auto;
  }
  .l-parts01-column3__box .catch-text,
  .l-parts01-column3__box .catch-body {
    padding: 0;
  }
  .l-parts01-column3__box .btn-web a,
  .l-main-area .l-parts01-column3__box .btn-web a {
    width: 100%;
    border-radius: 10px;
    padding: 1.2rem 2rem;
    display: block;
    font-size: 1.6rem;
  }
  .l-parts01-column3__box .btn-web a:after,
  .l-main-area .l-parts01-column3__box .btn-web a:after {
    width: 12px;
    height: 21px;
    background-size: 60%;
    right: 10px;
  }
  .l-parts01-column3__box .btn-internal a,
  .l-main-area .l-parts01-column3__box .btn-internal a {
    padding: 1.6rem 2rem;
  }
  .l-main-area .l-parts01-column3__box .btn-tel a {
    padding: 1.6rem 2rem;
  }
  .l-main-area .l-parts01-column3__box .btn-tel a:after {
    right: 10px;
  }
  .l-parts01-column3 .link_txt a {
    font-size: 1.6rem;
  }
  .l-parts01 .note {
    margin-top: 3rem;
  }
  .l-parts02 {
    padding: 0 0 4rem;
    min-width: inherit;
  }
  .l-parts02:before {
    background: url(img/bg_triangle_white.png) no-repeat center bottom;
    background-size: 100% auto;
    background-position: left top;
    width: 100%;
    top: 0;
    height: 70px;
  }
  .l-parts02:after {
    bottom: -2px;
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }
  .l-parts02-white {
    width: 100%;
    margin: 3.4rem auto;
  }
  .l-parts02-white-inner {
    width: 94%;
    margin: 0 auto;
  }
  .l-parts02-white-inner .company {
    margin-bottom: 2rem;
  }
  .l-parts02-white-inner .company h4 {
    float: none;
    width: auto;
    padding: 20px 10px 4px 0;
    font-size: 2.6rem;
    line-height: 1;
  }
  .l-parts02-white table.infomation th,
  .l-parts02-white table.infomation td {
    width: auto;
    padding: 0.8rem;
  }
  .l-parts02-white-inner ol.feature,
  .l-main-area .l-parts02-white-inner ol.feature {
    /*padding: 0 1rem;
        margin: 1rem 0 0;*/
    margin: -2rem 0 0;
  }
  .l-parts02-white-inner ol.feature li,
  .l-main-area .l-parts02-white-inner ol.feature li {
    /*padding: 11rem 0 0;
        margin: 0 0 2rem;
        min-height: 0;*/
    margin: 0 0 2rem;
  }
  .l-parts02-white-inner ol.feature li::before,
  .l-main-area .l-parts02-white-inner ol.feature li::before {
    /*left: 50%;
        margin-left: -35px;
        top: 2rem;
        width: 70px;
        height: 75px;
        background-size: 100% auto;
        font-size: 4rem;
        padding: 0.8rem 0 0;*/
  }
  .l-parts02-white-inner ol.feature li p.catch_thumbsup,
  .l-main-area .l-parts02-white-inner ol.feature li p.catch_thumbsup {
    /*margin: 1rem 0 0.5rem;
        line-height: 1.4;*/
  }
  .l-parts02-white__column2__box {
    width: auto;
    margin: 0 0 1rem;
    padding: 1rem;
  }
  .l-parts02-white__title {
    padding: 0.5rem;
  }
  .l-parts02-white__title:after {
    height: 25px;
    top: 99%;
    background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
  }
  .l-parts02-white__title .catch-title {
    padding: 1rem;
    font-size: 1.8rem;
  }
  .l-parts02-white__title .catch-title span {
    font-size: 5.5vw;
  }
  .l-parts02-white-inner .company h3 {
    font-size: 2.2rem;
    padding-top: 3rem;
            text-align: center;
  
  }
  .l-parts02-white-inner .company h3 span {
    font-size: 1.4rem;
  }
  .l-parts02-white__column2 {
    width: 100%;
    margin-top: 3rem;
    display: block;
    position: relative;
  }
  .l-parts02-white__column2__left {
    width: 30%;
    position: absolute;
    top: 6rem;
    font-size: 1.2rem;
  }
  .l-parts02-white__column2__right {
    width: 100%;
  }
  .l-parts02-white__column2__right .clinic {
    margin: 0 0 2rem auto;
    padding: 0 0 0.5rem 3rem;
    background-size: 2rem;
    background-position: left bottom 1rem;
    font-size: 1.8rem;
  }
  .l-parts02-white__column2__right .price {
    width: 60%;
    margin: 0 0 3.5rem auto;
  }
  .l-parts02-white__column2__right .price-list {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  .l-parts02-white__column2__right .price-list .data span {
    font-size: 1.8rem;
  }
  .l-parts02-white__column2__box .case-catch {
    font-size: 1.8rem;
  }
  .l-parts02-white .l-parts02-white__subtitle {
    font-size: 1.8rem;
    margin: 5rem 0 2rem;
  }
  .l-parts02-white .l-parts02-white__subtitle span {
    padding: 0 1rem;
  }
  .l-parts02-white__items {
    display: block;
  }
  .l-parts02-white__item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts02-white__column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts02 table.infomation {
    margin: 0;
  }
  .l-parts02 table.infomation th {
    width: 100%;
  }
  .l-parts02-white table.infomation {
    display: block;
    margin: 0 0 20px;
  }
  .l-parts02-white table.infomation::after {
    content: '';
    clear: both;
    display: block;
  }
  .l-parts02-white table.infomation thead th,
  .l-parts02-white table.infomation tbody td {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .l-parts02-white table.infomation thead th {
    border-right: 0;
  }
  p.btn-tel {
  }
  .l-parts03 {
    margin-bottom: 0;
  }
  .l-parts03-column3__box {
    width: 100%;
    margin: 0 0 2rem;
    position: relative;
  }
  .l-parts03-column3__title {
    text-align: left;
    padding: 0;
  }
  .l-parts03-column3__info dl,
  .l-parts03-column3__address dl {
    font-size: 1.5rem;
  }
  .l-parts03-column3__info dl dt,
  .l-parts03-column3__address dl dt {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
  .l-parts03-column3__info dl dd,
  .l-parts03-column3__address dl dd {
    padding: 1rem 0 1rem 0;
  }
  p.l-parts03-column3__image {
    margin: 0;
  }
  ul.l-parts03-column3__tag {
    margin: 1rem 0 0;
  }
  .l-parts04 {
    min-width: inherit;
    background: none;
  }
  .l-parts04 .l-section-inner:after,
  .l-parts04 .l-section-inner:before {
    content: none;
  }
  .l-parts04-list {
    width: auto;
    margin: 2rem 0 0;
    padding: 4rem 2rem 2rem;
    position: relative;
    display: block;
  }
  .l-parts04-list::before {
    display: none;
  }
  .l-parts04-list:after {
    content: '';
    width: 100%;
    height: 10rem;
    position: absolute;
    left: -10px;
    top: 5rem;
    z-index: -1;
  }
  .l-parts04-list .image-box {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .l-parts04-list .image-box img {
    margin: 0 auto 1rem;
    display: block;
  }
  .l-parts04-list .catch {
    padding-left: 6rem;
    background-size: 15%;
    font-size: 1.9rem;
    background-position: left top 2rem;
  }
  .l-parts04-list .catch a::before {
    display: none;
  }
  .l-parts04-image {
    width: 10rem;
    position: absolute;
  }
  .l-parts04-image .label {
    top: 1rem;
    font-size: 1.2rem;
  }
  .l-parts04-image .image-box {
    margin: 0 0 0 1rem;
    width: 10rem;
    height: 10rem;
  }
  .l-parts04-body {
    width: 100%;
  }
  .l-parts04-body .catch {
    margin: 0 0 2rem 12rem;
    min-height: 11rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
  }
  .l-parts04 .btn-internal a {
    padding: 1.6rem 2.5rem;
  }
  .l-parts06 .sub-ttl {
    font-size: 2rem;
  }
  .l-parts06 .sub-ttl span {
    font-size: 2.2rem;
  }
  .l-main-area .l-parts06 .float-wrap .float-img.fr {
    width: 100%;
  }
  .l-main-area .l-parts06 .head-center {
    padding: 3rem 1rem 3rem;
    margin: 4rem auto 2rem;
    font-size: 2rem;
  }
  .l-main-area .l-parts06 .head-center span {
    font-size: 2.4rem;
  }
  .l-parts07 {
    background-size: 50%;
    background-position: top right -10%;
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts.top {
    width: 94%;
    margin: 3rem auto 0;
  }
  .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;
  }
  .cmn02-text-banner-box__image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    object-position: center center;
  }
  .index-banner.sp {
    position: fixed;
    right: 0;
    bottom: 5rem;
    z-index: 310;
    display: none;
  }
  .index-banner a {
    text-decoration: none;
    text-align: right;
  }
  .index-banner a:hover {
    opacity: 0.6;
  }
  .image-banner-box {
    max-width: 55%;
    margin-left: auto;
  }
  .image-banner-box .cmn02-text-banner-box__image {
    position: relative;
    margin: 0 auto;
  }
  @media screen and (max-width: 480px) {
    .image-banner-box .cmn02-text-banner-box__image:after {
      content: '';
      position: absolute;
      background: url(img/arrow02_white.png) right center no-repeat;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      width: 17px;
      height: 31px;
      background-size: 10px auto;
    }

    .btn-accordion .btn-more{
     margin: 3rem auto 4rem;
    }

  }
}
