@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

em {
  font-style: normal; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/*[class^="i-"] {
	display: inline-block;
	line-height: 1;
	svg {
		width: 100%;
		height: auto;
	}
}*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* General Style
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16pxに625%を掛けると100pxになるよ！ */
  height: 100%;
  scroll-behavior: smooth;
  /* スムーススクロールを指定　*/
  /*scroll-padding-top: 50px;*/ }

body {
  width: 100%;
  height: 100%;
  color: #222;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.6em;
  font-family: "Barlow",'Noto Sans JP', serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 769px) {
    body {
      font-size: 1.8em; } }

img {
  max-width: 100%;
  height: auto; }

a:hover img {
  opacity: .7; }

.bvh {
  image-rendering: -webkit-optimize-contrast; }

/* レスポンシブルimages */
.rpimg {
  width: 100%;
  height: auto; }

/* レスポンシブルimages */
@media print, screen and (min-width: 769px) {
  .wrapper {
    display: grid;
    grid-template-columns: min(25vw, 480px) 1fr;
    position: relative; } }

/* common                                      
/* --------------------------------------------------- */
/* header                                         
/* --------------------------------------------------- */
#header {
  background-color: white; }
  @media print, screen and (max-width: 768px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999; } }
  @media print, screen and (min-width: 769px) {
    #header {
      background-color: #F0F3F5; } }

.header-inner {
  display: grid; }
  @media print, screen and (max-width: 768px) {
    .header-inner {
      align-items: center;
      height: 50px;
      padding: 0 min(5.4794520548vw, 24px); } }
  @media print, screen and (min-width: 769px) {
    .header-inner {
      padding: min(2.0833333333vw, 40px) 0 0 min(2.6041666667vw, 50px);
      text-align: left;
      height: min(44.2708333333vw, 850px);
      background-color: #fff; } }

@media print, screen and (max-width: 768px) {
  .header-logo {
    height: 100%;
    display: inline-grid;
    align-items: center; } }
@media print, screen and (max-width: 768px) {
  .header-logo h1 {
    height: 100%;
    display: inline-grid;
    grid-template-columns: min(10.2739726027vw, 45px) auto;
    column-gap: min(2.7397260274vw, 12px);
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap; } }
@media print, screen and (min-width: 769px) {
  .header-logo h1 img {
    width: min(4.8958333333vw, 94px); } }
.header-logo h1 em {
  justify-self: start;
  display: none; }
  @media print, screen and (min-width: 769px) {
    .header-logo h1 em {
      display: none; } }

/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  overflow: hidden;
  line-height: 1.8;
  position: relative;
  z-index: 4; }
  .main-contents .section {
    max-width: 1240px;
    padding: min(13.698630137vw, 60px) min(5.4794520548vw, 24px); }
    @media print, screen and (min-width: 769px) {
      .main-contents .section {
        padding: min(9.8360655738vw, 120px) min(1.6393442623vw, 20px);
        margin: 0 auto; } }
  .main-contents .bg01 {
    background-color: #F0F3F5; }
  .main-contents .bg02 {
    background-color: #DEFFF7; }
  .main-contents .bg03 {
    background-color: #E1F5FE; }
  .main-contents a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a:hover img {
    opacity: 0.7; }
  .main-contents a, .main-contents a:visited, .main-contents a:active {
    color: #00A28B;
    text-decoration: underline; }
  .main-contents a:hover {
    text-decoration: underline; }

/* ページ内リンク固定ヘッダーズレ解消 */
@media print, screen and (max-width: 768px) {
  .pl-area {
    margin-top: -50px; }
    .pl-area .target {
      padding-top: 50px;
      display: block; } }

/* パンくずナビ */
.breadcrumb {
  text-align: left; }
  .breadcrumb ul {
    max-width: 1240px;
    padding: 1em min(5.4794520548vw, 24px); }
    @media print, screen and (min-width: 769px) {
      .breadcrumb ul {
        padding: 1em min(1.6393442623vw, 20px);
        margin: 0 auto; } }
  .breadcrumb li {
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    @media print, screen and (min-width: 769px) {
      .breadcrumb li {
        font-size: 1.3rem; } }
    .breadcrumb li::after {
      position: absolute;
      top: calc(50% - 2px);
      right: 6px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 4px;
      height: 4px;
      border-top: 1px solid #222;
      border-right: 1px solid #222;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .breadcrumb li:last-child {
      color: #F0F3F5; }
      .breadcrumb li:last-child::after {
        display: none; }
    .breadcrumb li a {
      color: #F0F3F5; }

/* footer                                           
/* --------------------------------------------------- */
#footer {
  background-color: #222;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 5; }
  #footer .footer-inner {
    padding: 4em min(5.4794520548vw, 24px) 3em; }
    @media print, screen and (min-width: 769px) {
      #footer .footer-inner {
        max-width: 1240px;
        padding: 100px min(1.6393442623vw, 20px) 48px;
        margin: 0 auto; } }
  #footer .logo {
    margin: 0 auto 2em; }
    @media screen and (max-width: 480px) {
      #footer .logo {
        width: min(18.2648401826vw, 80px); } }
    @media print, screen and (min-width: 769px) {
      #footer .logo {
        margin: 0 auto 40px; } }
    #footer .logo a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #footer .logo a:hover img {
      opacity: .7; }
  #footer .add {
    margin: 0 0 3em;
    font-weight: 500;
    font-size: min(3.196347032vw, 1.4rem);
    line-height: 1.5; }
    @media print, screen and (min-width: 769px) {
      #footer .add {
        margin: 0 0 100px;
        font-size: 1.6rem; } }
  #footer a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline; }

#footer .Copyright {
  display: block;
  font-size: min(3.196347032vw, 1.4rem); }
  @media print, screen and (min-width: 769px) {
    #footer .Copyright {
      font-size: min(1.3114754098vw, 1.6rem); } }

/* page top */
#page-top {
  display: block;
  position: absolute;
  z-index: 9999;
  top: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #page-top:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px; }

/*==ナビゲーション全体の設定*/
/* 2階層ナビ */
@media print, screen and (max-width: 768px) {
  #g-nav {
    background-color: #fff;
    padding: 0;
    position: fixed;
    z-index: 998;
    top: 50px;
    left: -99.99%;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
@media print, screen and (min-width: 769px) {
  #g-nav {
    color: #000;
    align-self: end;
    margin: 0 min(3.125vw, 60px) min(5.2083333333vw, 100px) min(2.6041666667vw, 50px); } }
#g-nav .gn {
  list-style: none; }
  @media print, screen and (max-width: 768px) {
    #g-nav .gn {
      display: block; } }
  @media print, screen and (min-width: 769px) {
    #g-nav .gn {
      border-top: 1px solid #d3dee6; } }
  #g-nav .gn li {
    position: relative; }
    @media print, screen and (max-width: 768px) {
      #g-nav .gn li {
        padding: 0;
        background-color: #222; } }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn li {
        border-bottom: 1px solid #d3dee6; } }
    #g-nav .gn li a, #g-nav .gn li .a-tag {
      display: block;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      font-weight: 500; }
      @media print, screen and (max-width: 768px) {
        #g-nav .gn li a, #g-nav .gn li .a-tag {
          padding: 15px 44px 14px 1em;
          border-top: 1px solid #565656;
          text-align: left;
          color: #fff;
          background-color: #222;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 769px) {
        #g-nav .gn li a, #g-nav .gn li .a-tag {
          color: #222;
          padding: 0.5em 0;
          font-size: min(1.25vw, 2.4rem);
          white-space: nowrap;
          padding: 1em 0; } }
      @media print, screen and (max-width: 768px) {
        #g-nav .gn li a:hover, #g-nav .gn li .a-tag:hover {
          background-color: #444; } }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn li > a:after, #g-nav .gn li > .a-tag:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #00A28B;
        bottom: 0;
        left: -100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
  @media print, screen and (min-width: 769px) and (max-width: 480px) {
    #g-nav .gn li > a:after, #g-nav .gn li > .a-tag:after {
      display: none; } }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn li > a:hover:after, #g-nav .gn li > .a-tag:hover:after {
        left: 0; } }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn li > a {
        padding-right: min(1.5625vw, 30px); }
        #g-nav .gn li > a::before {
          position: absolute;
          top: min(1.5625vw, 30px);
          right: min(1.0416666667vw, 20px);
          margin: auto;
          content: "";
          vertical-align: middle;
          width: min(0.3125vw, 6px);
          height: min(0.3125vw, 6px);
          border-bottom: 2px solid #00A28B;
          border-right: 2px solid #00A28B;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
    #g-nav .gn li .close-btn {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 20px auto;
      position: relative;
      cursor: pointer;
      border-bottom: none; }
      #g-nav .gn li .close-btn:before, #g-nav .gn li .close-btn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        margin: -8% 0 0 -42%;
        background: #333; }
      #g-nav .gn li .close-btn:before {
        transform: rotate(-45deg); }
      #g-nav .gn li .close-btn:after {
        transform: rotate(45deg); }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn li:first-child {
        display: none; } }
  #g-nav .gn .g-trial {
    padding: 40px 0;
    border-top: 1px solid #565656; }
    @media print, screen and (min-width: 769px) {
      #g-nav .gn .g-trial {
        display: none; } }
    @media print, screen and (max-width: 768px) {
      #g-nav .gn .g-trial a {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 0.5em;
        place-content: center;
        place-items: center;
        background-color: #FF6D01;
        color: #fff;
        width: min(68.4931506849vw, 300px);
        height: min(13.698630137vw, 60px);
        border-radius: 2em;
        font-size: min(4.1095890411vw, 1.8rem);
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0;
        margin: 0 auto;
        border-top: none; } }
    #g-nav .gn .g-trial a:hover {
      background-color: rgba(255, 109, 1, 0.8); }
    #g-nav .gn .g-trial a::after {
      content: "";
      display: inline-block;
      width: min(3.196347032vw, 14px);
      height: min(3.196347032vw, 14px);
      position: inherit;
      left: auto;
      background-image: url("../img/icon_NewWindow_w.svg"); }
      @media print, screen and (max-width: 768px) {
        #g-nav .gn .g-trial a::after {
          margin-left: 10px; } }
      @media print, screen and (min-width: 769px) {
        #g-nav .gn .g-trial a::after {
          width: min(0.7291666667vw, 14px);
          height: min(0.7291666667vw, 14px); } }
    #g-nav .gn .g-trial a::before {
      display: none; }
@media print, screen and (max-width: 768px) {
  #g-nav.panelactive {
    opacity: 1;
    left: 0; }
    #g-nav.panelactive #g-nav-list {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 60px; } }

#g-nav .has-child:hover .megaMenu, #g-nav .has-child.active .megaMenu {
  visibility: visible;
  opacity: 1; }
  @media print, screen and (min-width: 769px) {
    #g-nav .has-child:hover .megaMenu, #g-nav .has-child.active .megaMenu {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

.child-open {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  display: block;
  cursor: pointer; }
  .child-open:before, .child-open:after {
    content: '';
    height: 1px;
    width: 16px;
    display: block;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    -moz-transition: .3s;
    transition: .3s; }
  .child-open:after {
    height: 16px;
    width: 1px;
    margin: -8px 0 0 -1px; }
  .active .child-open:befor {
    display: none; }
  .active .child-open:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }
  @media print, screen and (min-width: 769px) {
    .child-open {
      display: none; } }

.active .child-open:befor {
  display: none; }

.active .child-open:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

/*#work .has-child.current ul{
	@include head-ms-pc {
		display: none!important;
	}
	@include head-ms-tb {
		display: none;
	}
}
*/
/* ハンバーガーメニューボタン */
@media print, screen and (max-width: 768px) {
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 2px;
      background-color: #666;
      width: 45%; }
      .openbtn1 span:nth-of-type(1) {
        top: 15px; }
      .openbtn1 span:nth-of-type(2) {
        top: 24px; }
      .openbtn1 span:nth-of-type(3) {
        top: 32px; }
    .openbtn1.active {
      background-color: #fff; }
    .openbtn1.active span:nth-of-type(1) {
      top: 16px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #666; }
    .openbtn1.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn1.active span:nth-of-type(3) {
      top: 28px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #666; }
    #inquiry .openbtn1 {
      display: none; } }
/* Key */
.key-img {
  display: grid; }
  @media print, screen and (max-width: 768px) {
    .key-img {
      width: 100%;
      padding-top: 50px; } }
  @media print, screen and (min-width: 769px) {
    .key-img > * {
      grid-row: 1;
      grid-column: 1; } }
  @media print, screen and (max-width: 768px) {
    .key-img em {
      padding: min(10.502283105vw, 46px) min(4.5662100457vw, 20px) min(13.2420091324vw, 58px); } }
  @media print, screen and (min-width: 769px) {
    .key-img em {
      justify-self: start;
      width: min(35.9895833333vw, 691px);
      position: absolute;
      top: min(9.1145833333vw, 175px);
      left: min(5.2083333333vw, 100px); } }

#Trial-bnr {
  position: fixed;
  right: min(5.4794520548vw, 24px);
  bottom: 15px;
  z-index: 998;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16); }
  @media print, screen and (min-width: 769px) {
    #Trial-bnr {
      right: 25px;
      bottom: 25px; } }
  @media screen and (max-width: 480px) {
    #Trial-bnr {
      right: 20px;
      bottom: 20px;
      width: min(68.4931506849vw, 300px); } }
  #Trial-bnr.show {
    opacity: 1; }
  #Trial-bnr .close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(34, 34, 34, 0.6);
    position: absolute;
    top: -18px;
    right: -18px; }
    #Trial-bnr .close::before, #Trial-bnr .close::after {
      content: "";
      display: inline-block;
      width: 2px;
      height: 14px;
      background-color: #fff;
      grid-row: 1;
      grid-column: 1; }
    #Trial-bnr .close::before {
      transform: rotate(45deg); }
    #Trial-bnr .close::after {
      transform: rotate(-45deg); }

dl.Item {
  display: grid; }
  @media print, screen and (min-width: 769px) {
    dl.Item {
      grid-template-columns: auto auto;
      gap: min(6.1475409836vw, 75px);
      align-items: center; } }
  dl.Item dd {
    text-align: left; }
    @media print, screen and (min-width: 769px) {
      dl.Item dd {
        max-width: 580px;
        margin-bottom: min(4.9180327869vw, 60px); } }
  dl.Item h3 {
    line-height: 1.2;
    font-size: 2.4rem;
    color: #00A28B; }
    @media print, screen and (min-width: 769px) {
      dl.Item h3 {
        max-width: 580px;
        font-size: 4rem; } }
  dl.Item p {
    font-size: 1.8rem;
    margin: 1.5em 0 2.5em;
    text-align: justify; }
    @media print, screen and (min-width: 769px) {
      dl.Item p {
        font-size: 2rem; } }

@media print, screen and (max-width: 768px) {
  #Related dl.Item dt img {
    max-width: 200px; } }
@media print, screen and (min-width: 769px) {
  #Related dl.Item dd {
    max-width: 620px; } }
#Related dl.Item h3 {
  color: #036297; }
#Related dl.Item h4 {
  font-size: 1.8rem;
  margin: 1em 0 0; }
  @media print, screen and (min-width: 769px) {
    #Related dl.Item h4 {
      font-size: 2.4rem; } }
#Related dl.Item p {
  font-size: 1.6rem;
  margin: 0 0 2.5em; }
  @media print, screen and (min-width: 769px) {
    #Related dl.Item p {
      font-size: 1.8rem; } }
#Related dl.Item + .Item {
  margin-top: 80px; }
  @media print, screen and (min-width: 769px) {
    #Related dl.Item + .Item {
      margin-top: 30px; } }

#Features .Col3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: min(6.8493150685vw, 30px); }
  @media print, screen and (min-width: 481px) {
    #Features .Col3 {
      grid-template-columns: repeat(2, 1fr);
      gap: min(9.1324200913vw, 40px); } }
  @media print, screen and (min-width: 769px) {
    #Features .Col3 {
      grid-template-columns: repeat(3, 1fr);
      gap: min(4.9180327869vw, 60px) min(6.5573770492vw, 80px); } }
  @media screen and (max-width: 480px) {
    #Features .Col3 figure img {
      width: 50px; } }
  @media print, screen and (min-width: 481px) and (max-width: 768px) {
    #Features .Col3 figure img {
      width: 60px; } }
  #Features .Col3 p {
    text-align: justify;
    margin-top: 1em; }
  @media screen and (max-width: 480px) {
    #Features .Col3 li {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      column-gap: 1em; } }
  @media print, screen and (min-width: 769px) {
    #Features .Col3 li:last-child {
      grid-column: 2/4; } }

#Features22 .Col3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: min(6.8493150685vw, 30px); }
  @media print, screen and (min-width: 769px) {
    #Features22 .Col3 {
      grid-template-columns: repeat(3, 1fr);
      gap: min(4.9180327869vw, 60px) min(6.5573770492vw, 80px); } }
  #Features22 .Col3 li {
    background-color: #00A28B;
    border-radius: 5px;
    padding: 40px min(4.5662100457vw, 20px) 30px; }
    @media print, screen and (min-width: 769px) {
      #Features22 .Col3 li {
        border-radius: min(0.8196721311vw, 10px);
        padding: 55px min(3.2786885246vw, 40px) 40px; } }
  #Features22 .Col3 figure {
    margin-bottom: 30px; }
    @media print, screen and (max-width: 768px) {
      #Features22 .Col3 figure {
        padding: 0 min(13.698630137vw, 60px); } }
    @media print, screen and (min-width: 769px) {
      #Features22 .Col3 figure {
        margin-bottom: 50px; } }
  #Features22 .Col3 p {
    color: #fff;
    text-align: justify;
    margin-top: 1em; }

.NewChapter {
  display: inline-block;
  margin: 75px auto 0;
  text-align: left; }
  @media print, screen and (min-width: 769px) {
    .NewChapter {
      margin-top: 100px; } }
  .NewChapter dt {
    border-left: 4px solid #222;
    padding-left: 0.5em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1em; }
    @media print, screen and (min-width: 769px) {
      .NewChapter dt {
        font-size: 2rem; } }
  .NewChapter dd {
    display: grid; }
    @media print, screen and (min-width: 769px) {
      .NewChapter dd {
        grid-template-columns: auto auto;
        column-gap: min(5.737704918vw, 70px); } }

#More .Col2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: min(6.8493150685vw, 30px); }
  @media print, screen and (min-width: 769px) {
    #More .Col2 {
      grid-template-columns: repeat(2, 1fr);
      gap: min(6.5573770492vw, 80px); } }
  #More .Col2 > a {
    border: 1px solid #00A28B;
    background: linear-gradient(180deg, #fff 0%, #F0F3F5 100%);
    border-radius: 5px;
    padding: 20px min(4.5662100457vw, 20px) 10px;
    display: grid;
    grid-template-columns: min(15.9817351598vw, 70px) 1fr;
    gap: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media print, screen and (min-width: 769px) {
      #More .Col2 > a {
        border: 2px solid #00A28B;
        border-radius: min(0.8196721311vw, 10px);
        padding: 50px min(3.2786885246vw, 40px) 40px;
        grid-template-columns: min(11.4754098361vw, 140px) 1fr;
        gap: min(3.2786885246vw, 40px); } }
    #More .Col2 > a:hover {
      box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2); }
  #More .Col2 > span {
    display: block; }
  @media print, screen and (max-width: 768px) {
    #More .Col2 .icon img {
      width: min(22.8310502283vw, 100px); } }
  #More .Col2 .txt {
    text-align: left; }
  #More .Col2 h3 {
    line-height: 1.2;
    color: #00A28B;
    font-size: 2rem;
    margin-bottom: 0.25em; }
    @media print, screen and (min-width: 769px) {
      #More .Col2 h3 {
        font-size: 3.2rem; } }
  #More .Col2 p {
    color: #222;
    font-size: 1.8rem; }
    @media print, screen and (min-width: 769px) {
      #More .Col2 p {
        font-size: 2rem; } }
  #More .Col2 p + p {
    margin-top: 1em; }
  #More .Col2 .pdf {
    vertical-align: -1px; }

#Reco {
  background-image: url("../img/bg_img.jpg");
  background-position: top center;
  background-size: cover; }
  #Reco dl {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px min(4.5662100457vw, 20px) 40px; }
    @media print, screen and (min-width: 769px) {
      #Reco dl {
        width: 1000px;
        margin: 0 auto;
        padding: 40px min(4.0983606557vw, 50px) 50px; } }
  #Reco dl + dl {
    margin-top: 25px; }
    @media print, screen and (min-width: 769px) {
      #Reco dl + dl {
        margin-top: 30px; } }
  #Reco dt {
    font-size: 1.8rem;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 769px) {
      #Reco dt {
        font-size: 2rem;
        margin-bottom: 40px; } }
  #Reco dt h3 em {
    font-size: 2.2rem; }
    @media print, screen and (min-width: 769px) {
      #Reco dt h3 em {
        font-size: 2.4rem; } }
  #Reco dd {
    text-align: left; }
  #Reco dd p {
    text-align: justify; }
  #Reco dd p + p {
    margin-top: 1em; }

/* Layout                                           
/* --------------------------------------------------- */
/* Parts                                         
/* --------------------------------------------------- */
/* タイトル */
.h01 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
  display: grid;
  gap: 0.5em;
  color: #00A28B;
  margin: 0 auto 2em; }
  @media print, screen and (min-width: 769px) {
    .h01 {
      font-size: 4rem; } }
  .h01::after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    background: #00A28B;
    background: linear-gradient(90deg, #1DE9B6 0%, #00B49B 100%);
    justify-self: center; }
    @media print, screen and (min-width: 769px) {
      .h01::after {
        width: 300px;
        height: 6px; } }

/* Other */
.mt0 {
  margin-top: 0em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mb40 {
  margin-bottom: 4em !important; }

.mb50 {
  margin-bottom: 5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.ml3 {
  margin-left: 3em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 2em !important; }

.mr3 {
  margin-right: 3em !important; }

.font-bold {
  font-weight: 600 !important; }

.font-normal {
  font-weight: 400 !important; }

.float-left {
  float: left !important; }

.ml4ps {
  margin-left: 4% !important; }

.mr4ps {
  margin-right: 4% !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

.ta-j {
  text-align: justify !important; }

strong {
  font-weight: 600; }

.nowrap {
  white-space: nowrap !important; }

a.nolink {
  pointer-events: none; }

.sup, sup {
  font-size: 0.7em;
  vertical-align: top; }

/* Color */
.fcRed {
  color: red; }

.fcOrange {
  color: orange; }

.fcOrangered {
  color: orangered; }

.kc1 {
  color: #00A28B; }

.kc2 {
  color: #F0F3F5; }

.kc3 {
  color: #FF6D01; }

/* Font Size */
.fsS {
  font-size: 88% !important; }

.fsL {
  font-size: 128% !important; }

.fs2L {
  font-size: 148% !important; }

.fs14 {
  font-size: min(2.7397260274vw, 1.2rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs14 {
      font-size: min(1.1475409836vw, 1.4rem); } }

.fs16 {
  font-size: min(3.196347032vw, 1.4rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs16 {
      font-size: min(1.3114754098vw, 1.6rem); } }

.fs18 {
  font-size: min(3.6529680365vw, 1.6rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs18 {
      font-size: min(1.4754098361vw, 1.8rem); } }

.marker01 {
  display: inline;
  padding-bottom: 0.25em;
  background: linear-gradient(transparent 0%, #B3E5FC 0%); }

.marker {
  background-color: #84FFE0; }

/* kerning */
.kerning {
  letter-spacing: -0.5em; }

.kerning2 {
  text-indent: -0.5em;
  display: inline-block; }

.kerning3 {
  text-indent: -0.2em;
  letter-spacing: -0.2em;
  display: inline-block; }

/* hover時　下線 */
#More .Col2 h3 {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #00A28B, #00A28B);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 10%;
  transition: all 0.3s ease-in-out; }

#More .Col2 > a:hover h3 {
  background-size: 100% 10%; }

#main .btn01 {
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  color: #fff;
  background-color: #DEFFF7;
  font-weight: 600;
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 3em;
  font-weight: 700;
  font-size: min(3.6529680365vw, 1.6rem); }
  @media print, screen and (min-width: 769px) {
    #main .btn01 {
      height: 80px;
      font-size: min(1.4754098361vw, 1.8rem); } }
  #main .btn01:hover {
    text-decoration: none;
    opacity: .7; }

#main .btn-isho {
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  color: #fff;
  background-color: #FF6D01;
  width: 100%;
  max-width: 500px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 4em;
  font-weight: 700;
  font-size: 1.8rem; }
  @media print, screen and (min-width: 769px) {
    #main .btn-isho {
      height: 80px;
      font-size: 2.2rem; } }
  #main .btn-isho:hover {
    text-decoration: none;
    opacity: .7; }
  #main .btn-isho em {
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    column-gap: 0.5em; }
    #main .btn-isho em::after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      position: inherit;
      left: auto;
      background-image: url("../img/icon_NewWindow_w.svg"); }
      @media print, screen and (max-width: 768px) {
        #main .btn-isho em::after {
          margin-left: 10px; } }
      @media print, screen and (min-width: 769px) {
        #main .btn-isho em::after {
          width: 16px;
          height: 16px; } }

#main .btn-info {
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  color: #00A28B;
  background-color: #fff;
  height: min(13.698630137vw, 60px);
  width: min(68.4931506849vw, 300px);
  text-align: left;
  display: grid;
  place-items: center;
  border-radius: 3em;
  font-weight: 700;
  font-size: min(4.1095890411vw, 1.8rem);
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    #main .btn-info {
      height: min(6.5573770492vw, 80px);
      width: min(32.7868852459vw, 400px);
      font-size: min(1.4754098361vw, 1.8rem);
      padding: 0 0 0 min(2.4590163934vw, 30px); } }
  #main .btn-info:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7); }
  #main .btn-info em {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.5em; }
    #main .btn-info em::after {
      content: "";
      display: inline-block;
      width: min(3.196347032vw, 14px);
      height: min(3.196347032vw, 14px);
      position: inherit;
      left: auto;
      background-image: url("../img/common/icon_NewWindow_r.svg"); }
      @media print, screen and (max-width: 768px) {
        #main .btn-info em::after {
          margin-left: 10px; } }
      @media print, screen and (min-width: 769px) {
        #main .btn-info em::after {
          width: min(1.1475409836vw, 14px);
          height: min(1.1475409836vw, 14px); } }

/* table */
@media print, screen and (max-width: 768px) {
  .tableScroll {
    overflow: auto;
    white-space: nowrap; }
    .tableScroll table {
      width: 100%; } }
.tableScroll::-webkit-scrollbar {
  height: 10px; }
.tableScroll::-webkit-scrollbar-track {
  background: #F1F1F1; }
.tableScroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }
@media print, screen and (max-width: 768px) {
  .tableScroll.v2 {
    width: 600px;
    white-space: normal; } }

.table01 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #84FFE0;
  border-left: 1px solid #84FFE0; }
  .table01 th, .table01 td {
    padding: 1em;
    border-bottom: 1px solid #84FFE0;
    border-right: 1px solid #84FFE0;
    vertical-align: middle;
    font-size: min(3.4246575342vw, 1.5rem);
    text-align: left; }
    @media screen and (max-width: 480px) {
      .table01 th, .table01 td {
        white-space: nowrap; } }
    @media print, screen and (min-width: 769px) {
      .table01 th, .table01 td {
        font-size: min(1.4754098361vw, 1.8rem); } }
  .table01 th {
    font-weight: 700;
    vertical-align: top;
    white-space: nowrap;
    background-color: #D0DEF5; }
  .table01 td {
    font-weight: 500;
    background-color: #fff; }
  .table01 td.head {
    background-color: #ECF1FA; }
    @media screen and (max-width: 480px) {
      .table01 td.head {
        white-space: normal; } }
  .table01 .memo {
    display: block;
    font-size: min(3.196347032vw, 1.4rem); }
    @media print, screen and (min-width: 769px) {
      .table01 .memo {
        font-size: min(1.3114754098vw, 1.6rem); } }
  .table01 .price em {
    font-weight: 700;
    font-size: min(4.5662100457vw, 2rem); }
    @media print, screen and (max-width: 768px) {
      .table01 .price em {
        display: block; } }
    @media print, screen and (min-width: 769px) {
      .table01 .price em {
        font-size: min(1.9672131148vw, 2.4rem); } }
  .table01 .fix {
    position: sticky;
    left: 0; }
    .table01 .fix:before {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc; }

/* ul */
.ul-dot-m > li, .ul-dot-l > li {
  position: relative;
  text-indent: 0; }
.ul-dot-m > li::before, .ul-dot-l > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  display: inline-block;
  margin: 0.7em auto 0; }

.ul-dot-m > li {
  padding-left: 1em; }

.ul-dot-l > li {
  padding-left: 1.5em; }
.ul-dot-l > li::before {
  width: 1em;
  height: 1em;
  margin: 0.4em auto 0; }
.ul-dot-l > li + li {
  margin-top: 1em; }

/* tel */
.tel-link, .mail-link {
  text-decoration: none !important;
  color: #F0F3F5 !important; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.sp-display {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-display {
      display: block; } }

.tb-display {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .tb-display {
      display: none; } }

.tbpc-display {
  display: none; }
  @media print, screen and (min-width: 481px) and (max-width: 768px) {
    .tbpc-display {
      display: block; } }
  @media print, screen and (min-width: 769px) {
    .tbpc-display {
      display: block; } }

.pc-display {
  display: none; }
  @media print, screen and (min-width: 769px) {
    .pc-display {
      display: block; } }

.pc3-display {
  display: none; }
  @media print, screen and (min-width: 1280px) {
    .pc3-display {
      display: block; } }
