@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:link, a:visited {
  color: #333333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 37.5rem;
    padding-bottom: 8rem;
  }
}

.innerBlock {
  max-width: 160rem;
  padding: 0 25rem;
}
@media screen and (max-width: 960px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
@media screen and (min-width: 961px) {
  #header {
    padding: 1.4rem 0 1.6rem;
    position: relative;
  }
}
#header .innerBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .left {
  display: flex;
  align-items: center;
  text-align: center;
}
#header .left .logo {
  line-height: 1;
}
#header .left .logo a {
  display: flex;
  align-items: center;
}
#header .left .logo img {
  width: auto;
  height: 6rem;
}
#header .left .logo p {
  color: #F28317;
  border: thin solid #F28317;
  padding: 0 0.7rem;
  margin-left: 1.5rem;
  font-size: 1.4rem;
}
#header .left .list {
  display: flex;
  column-gap: 3rem;
  margin-left: 6rem;
}
#header .left .list li {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#header .right .list {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#header .right .list .menu {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0 2.1rem;
}
#header .right .list .contact {
  background-color: #44B744;
  color: #fff;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  margin-left: 3rem;
}
#header .right .list .contact a {
  color: #fff;
}

@media screen and (max-width: 960px) {
  header {
    padding: 0.7rem 0 0.7rem;
    background-color: #fff;
    top: 0;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
  }
  header .wrap_head {
    padding: 0px 5.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .innerLeft {
    margin-left: 0;
  }
  header .innerLeft h1 a {
    display: flex;
    align-items: center;
  }
  header .innerLeft h1 a img {
    width: 4rem;
  }
  header .innerLeft h1 a p {
    color: #F28317;
    border: thin solid #F28317;
    padding: 0.2rem 0.9rem;
    margin-left: 1rem;
    font-size: 1.17rem;
  }
  header .innerRight {
    margin-right: 3%;
    /* bager menu */
  }
  header .innerRight a:first-child, header .innerRight a:nth-child(2) {
    display: none;
  }
  header .innerRight a:hover {
    opacity: 0.7;
  }
  header .innerRight nav {
    padding: 0;
  }
  header .innerRight nav ul#navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding-top: 1.9rem;
    width: 100%;
    height: 62rem;
    z-index: 200;
    top: 5rem;
    margin-right: 0;
    right: -100%;
    background-color: #fff;
    position: fixed;
    display: block;
  }
  header .innerRight nav ul#navi .btn {
    padding-top: 3.2rem;
    width: 85%;
    margin: auto;
  }
  header .innerRight nav ul#navi .btn a {
    text-align: center;
    padding: 2.4rem 0 2.4rem 2.9rem;
  }
  header .innerRight nav ul#navi .btn_wrap {
    padding: 0 2rem;
  }
  header .innerRight nav ul#navi li {
    width: 100%;
    letter-spacing: inherit;
    border-right: none;
    padding-left: 0;
    border-bottom: 1px #CCCCCC solid;
  }
  header .innerRight nav ul#navi li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .innerRight nav ul#navi li a {
    display: block;
    padding: 2.7rem 2rem;
    text-align: left;
    font-weight: 600;
  }
  header .innerRight nav ul#navi li a .menu_title {
    font-size: 2.8rem;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .innerRight nav ul#navi li a .sub {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    display: block;
    background: linear-gradient(268deg, #B961D5 80%, #ED7BD4 50%, #EE71A7 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .innerRight nav ul#navi li .menu {
    position: relative;
  }
  header .innerRight nav ul#navi li .menu:before {
    content: "";
    position: absolute;
    top: 3.3rem;
    right: 2rem;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.7rem solid #333;
  }
  header .innerRight nav ul#navi li .btn {
    font-size: 1.7rem;
    padding: 1.8rem 0 1.8rem 4rem;
    display: block;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.18);
    background-color: #44B744;
    color: #fff;
    text-align: center;
    margin-top: 5rem;
    position: relative;
  }
  header .innerRight nav ul#navi li .btn::before {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    background: url(../images/sp/line_icon.png) no-repeat right center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 9.3rem;
  }
  header .innerRight .nav_btn,
  header .innerRight .nav_bg {
    display: block !important;
  }
  header .innerRight .nav_btn {
    width: 5rem;
    height: 5rem;
    z-index: 300;
    position: absolute;
    top: 8%;
    right: 2%;
  }
  header .innerRight .nav_btn .hamburger_line {
    transition: all 0.6s;
    width: 3.7rem;
    height: 0.2rem;
    left: 0;
    background-color: #333;
    position: absolute;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line1 {
    top: 1.4rem;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line2 {
    top: 2.4rem;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line3 {
    top: 3.4rem;
  }
  header .innerRight .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open {
    height: 100%;
    overflow: hidden;
  }
  .nav_open nav {
    position: absolute;
  }
  .nav_open nav h1 a {
    display: flex;
    align-items: center;
  }
  .nav_open nav h1 a img {
    width: 0.7rem;
  }
  .nav_open nav h1 a p {
    color: #F28317;
    border: thin solid #F28317;
    padding: 0 0.7rem;
    margin-left: 1.5rem;
    font-size: 1.4rem;
  }
  .nav_open nav ul#navi {
    right: 0 !important;
  }
  .nav_open .nav_bg {
    opacity: 0.8 !important;
    visibility: visible !important;
  }
  .nav_open .nav_btn {
    top: 17% !important;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line1 {
    transform: rotate(35deg);
    top: 1.8rem !important;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line3 {
    transform: rotate(-35deg);
    top: 1.8rem !important;
  }
}
#menuBg {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

body.fixed {
  padding-top: 6.5rem;
}
body.fixed #menuBg {
  background: rgba(25, 25, 25, 0.3);
  width: 190dvw;
  height: 190dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 1;
  pointer-events: all;
}
body.fixed #header {
  background: #fff;
  width: 100%;
  padding: 7.5rem 0 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 3px 6px rgba(25, 25, 25, 0.16);
}
body.fixed #header .innerBlock {
  display: block;
  position: static;
}
body.fixed #header .left {
  display: block;
  padding-left: 0;
}
body.fixed #header .left .logo img {
  height: 3rem;
}
body.fixed #header .left .list {
  display: block;
  margin: 4rem 0 0;
}
body.fixed #header .left .list li {
  text-align: center;
}
body.fixed #header .left .list li + li {
  margin-top: 4rem;
}
body.fixed #header .right {
  margin-top: 4rem;
}
body.fixed #header .right .list {
  display: flex;
  flex-direction: column-reverse;
}
body.fixed #header .right .list .contact {
  display: block !important;
  margin-top: 2rem;
}
body.fixed #header .right .list .contact img {
  height: 5rem;
}
body.fixed #header .right .list .dl .spIb {
  display: none !important;
}
body.fixed #header .right .list .dl .menu {
  display: block !important;
}
body.fixed #header .right .list .dl img {
  height: 5rem;
}
body.fixed #header .right .list .line {
  margin-top: 4rem;
}
body.fixed #header .right .list .line img {
  height: 12rem;
}
body.fixed #header .right .list .menu {
  display: block !important;
}
body.fixed #header .right #menuBtn {
  background: url(../images/sp/header-menu-close.png) right top no-repeat;
  background-size: 6.5rem auto;
  position: absolute;
  right: 0;
  top: 0;
}
body.fixed #header .right #menuBtn img {
  opacity: 0;
}

/*------------------------------------------------------------------------------
    contents
------------------------------------------------------------------------------*/
#contents #mv {
  background: url(../images/mv_bg.png) center no-repeat;
  background-size: 192rem auto;
  padding: 4rem 0 4rem;
  height: 80rem;
}
@media screen and (max-width: 960px) {
  #contents #mv {
    background: url(../images/sp/mv_bg.png) top no-repeat;
    background-size: cover;
    height: 60rem;
    margin-top: 6rem;
    padding: 2rem 0 4rem;
  }
}
#contents #mv .innerBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contents #mv .innerBlock .txt_wrap {
  display: flex;
  justify-content: end;
  width: 100%;
}
#contents #mv .innerBlock .txt_wrap img {
  height: 63rem;
}
@media screen and (max-width: 960px) {
  #contents #mv .innerBlock .txt_wrap img {
    height: 38rem;
    width: auto;
  }
}
#contents .ttl_wrap {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contents .ttl_wrap img {
    width: 3rem;
  }
}
#contents .ttl_wrap h2.ttl {
  padding-top: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents .ttl_wrap h2.ttl {
    padding-top: 1.3rem;
  }
}
#contents h2 {
  font-size: 3.3rem;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #contents h2 {
    font-size: 2.3rem;
  }
}
#contents p {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.87;
}
#contents #about {
  padding: 12rem 0 11.3rem;
}
@media screen and (max-width: 960px) {
  #contents #about {
    padding: 6rem 0 5.5rem;
  }
}
#contents #about p.txt {
  padding: 4.5rem 10rem 0 10rem;
}
@media screen and (max-width: 960px) {
  #contents #about p.txt {
    padding: 2rem 0 0;
  }
}
#contents #features {
  background-color: #FFFAE5;
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  #contents #features {
    padding: 6rem 0;
  }
}
#contents #features .innerBlock .line_wrap {
  padding: 4.9rem 0 4rem;
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap {
    padding: 2.5rem 0 1.2rem;
  }
}
@media screen and (min-width: 961px) {
  #contents #features .innerBlock .line_wrap .line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.9rem;
  }
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap .line {
    margin-bottom: 3.3rem;
  }
}
#contents #features .innerBlock .line_wrap .line .txt_wrap {
  padding-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap .line .txt_wrap {
    padding-top: 2rem;
  }
}
#contents #features .innerBlock .line_wrap .line .txt_wrap p.number {
  color: #F28317;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap .line .txt_wrap p.number {
    font-size: 1.4rem;
  }
}
#contents #features .innerBlock .line_wrap .line .txt_wrap p.ttl {
  color: #F28317;
  font-size: 3.1rem;
  margin-bottom: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap .line .txt_wrap p.ttl {
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .line_wrap .line img {
    width: 47rem;
  }
}
#contents #features .innerBlock .line_wrap .line01 .txt_wrap {
  padding-top: 6.5rem;
  padding-right: 5rem;
}
#contents #features .innerBlock .line_wrap .line02 .txt_wrap {
  padding-top: 9.1rem;
  padding-left: 5rem;
}
#contents #features .innerBlock .line_wrap .line03 .txt_wrap {
  padding-top: 5rem;
  padding-right: 5rem;
}
#contents #features .innerBlock .line_wrap .line04 .txt_wrap {
  padding-top: 5rem;
  padding-left: 5rem;
}
#contents #features .innerBlock .line_wrap .line05 .txt_wrap {
  padding-top: 5rem;
  padding-right: 5rem;
}
#contents #features .innerBlock .line_wrap .line06 .txt_wrap {
  padding-top: 9.1rem;
  padding-left: 5rem;
}
@media screen and (min-width: 961px) {
  #contents #features .innerBlock .list_wrap2 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  #contents #features .innerBlock .list_wrap2 .list {
    color: #F28317;
    text-align: center;
    width: calc((100% - 6rem) / 3);
  }
  #contents #features .innerBlock .list_wrap2 .list img {
    width: 100%;
    height: auto;
  }
  #contents #features .innerBlock .list_wrap2 .list p.number {
    font-size: 1.3rem;
    padding: 1.5rem 0 0.3rem;
    font-weight: 600;
  }
  #contents #features .innerBlock .list_wrap2 .list p.txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .list_wrap2 .list {
    display: flex;
    justify-content: start;
    color: #F28317;
    padding-bottom: 2rem;
    align-items: center;
  }
  #contents #features .innerBlock .list_wrap2 .list img {
    width: 10.5rem;
    height: fit-content;
  }
  #contents #features .innerBlock .list_wrap2 .list .txt_wrap {
    padding-left: 1rem;
  }
  #contents #features .innerBlock .list_wrap2 .list .txt_wrap p.number {
    font-size: 1.2rem;
    padding-bottom: 0.4rem;
    font-weight: 600;
  }
  #contents #features .innerBlock .list_wrap2 .list .txt_wrap p.txt {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 961px) {
  #contents #features .innerBlock .list_wrap3 {
    background-color: #fff;
    margin-top: 9rem;
    border-radius: 4rem;
    padding: 8.8rem 5rem 0;
  }
  #contents #features .innerBlock .list_wrap3 p.ttl {
    text-align: center;
    color: #F28317;
    font-size: 3.1rem;
    padding-bottom: 3rem;
    font-weight: 600;
  }
  #contents #features .innerBlock .list_wrap3 p.txt {
    text-align: center;
  }
  #contents #features .innerBlock .list_wrap3 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1rem;
    padding: 4.5rem 0 5rem;
  }
  #contents #features .innerBlock .list_wrap3 .wrap .list {
    width: 24%;
    padding: 0 1rem;
  }
  #contents #features .innerBlock .list_wrap3 .wrap .list p.ttl {
    font-size: 2rem;
    color: #333;
    padding: 1.5rem 0 4rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 960px) {
  #contents #features .innerBlock .list_wrap3 {
    background-color: #fff;
    margin-top: 3rem;
    border-radius: 2rem;
    padding: 4rem 2rem 0;
  }
  #contents #features .innerBlock .list_wrap3 p.ttl {
    text-align: center;
    color: #F28317;
    padding-bottom: 1.4rem;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1.8;
  }
  #contents #features .innerBlock .list_wrap3 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1rem;
    padding: 4.2rem 0 1rem;
  }
  #contents #features .innerBlock .list_wrap3 .wrap .list {
    width: 50%;
    padding: 0 1rem;
  }
  #contents #features .innerBlock .list_wrap3 .wrap .list p.ttl {
    font-size: 1.7rem;
    color: #333;
    padding: 1rem 0 3.4rem;
    font-weight: 600;
    line-height: 1.7;
  }
}
#contents #greetings {
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  #contents #greetings {
    padding: 6rem 0 5.2rem;
  }
}
@media screen and (min-width: 961px) {
  #contents #greetings .innerBlock .list {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 960px) {
  #contents #greetings .innerBlock .list {
    padding-top: 2rem;
  }
}
#contents #greetings .innerBlock .list img {
  width: 131rem;
}
@media screen and (max-width: 960px) {
  #contents #greetings .innerBlock .list img {
    width: 40rem;
  }
}
@media screen and (min-width: 961px) {
  #contents #greetings .innerBlock .list .txt_wrap {
    padding-left: 6rem;
  }
}
#contents #greetings .innerBlock .list .txt_wrap p.ttl {
  padding: 4.5rem 0 2.5rem;
  color: #F28317;
  font-size: 3.1rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #greetings .innerBlock .list .txt_wrap p.ttl {
    padding: 2rem 0 1.5rem;
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
#contents #about_usage {
  background-color: #FFFAE5;
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  #contents #about_usage {
    padding: 6rem 0;
  }
}
#contents #about_usage .innerBlock .ttl_wrap {
  padding-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .ttl_wrap {
    padding-bottom: 2.1rem;
  }
}
#contents #about_usage .innerBlock .list_wrap .list {
  border-bottom: 1px solid #DBD4BE;
  padding: 2.4rem 0;
  align-items: center;
}
@media screen and (min-width: 961px) {
  #contents #about_usage .innerBlock .list_wrap .list {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .list_wrap .list {
    padding: 1.4rem 0 1.5rem;
  }
}
#contents #about_usage .innerBlock .list_wrap .list:first-child {
  border-top: 1px solid #DBD4BE;
}
#contents #about_usage .innerBlock .list_wrap .list p.ttl {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #contents #about_usage .innerBlock .list_wrap .list p.ttl {
    width: 19.5%;
  }
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .list_wrap .list p.ttl {
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .list_wrap .list p.txt {
    line-height: 1.88;
  }
}
#contents #about_usage .innerBlock .example {
  background-color: #fff;
  margin-top: 10rem;
  border-radius: 4rem;
  padding: 8.8rem 5rem 9.4rem;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example {
    padding: 4rem 2rem 4.4rem;
    margin-top: 5rem;
    border-radius: 2rem;
  }
}
#contents #about_usage .innerBlock .example h2 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example h2 {
    font-size: 2.3rem;
  }
}
#contents #about_usage .innerBlock .example .price1 {
  padding-top: 3.4rem;
  border-bottom: 1px #DBD4BE solid;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .price1 {
    padding-top: 1.8rem;
  }
}
#contents #about_usage .innerBlock .example .price1 p.ttl {
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .price1 p.ttl {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
#contents #about_usage .innerBlock .example .price1 img {
  padding: 2.2rem 0 5rem;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .price1 img {
    padding: 1.5rem 0 3rem;
  }
}
#contents #about_usage .innerBlock .example .price2 {
  padding-top: 2.4rem;
}
#contents #about_usage .innerBlock .example .price2 p.ttl {
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .price2 p.ttl {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
#contents #about_usage .innerBlock .example .price2 img {
  padding: 2.2rem 0 5.9rem;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .price2 img {
    padding: 1.5rem 0 3.3rem;
  }
}
#contents #about_usage .innerBlock .example .txt_wrap {
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .txt_wrap {
    text-align: center;
  }
}
#contents #about_usage .innerBlock .example .txt_wrap p span.price1 {
  font-size: 2.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .txt_wrap p span.price1 {
    font-size: 2.4rem;
  }
}
#contents #about_usage .innerBlock .example .txt_wrap p span.price2 {
  font-size: 3.1rem;
  letter-spacing: 0;
  margin-left: -0.2rem;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .txt_wrap p span.price2 {
    font-size: 2.8rem;
  }
}
#contents #about_usage .innerBlock .example .txt_wrap p.txt1 {
  font-size: 1.9rem;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .txt_wrap p.txt1 {
    font-size: 1.7rem;
  }
}
#contents #about_usage .innerBlock .example .txt_wrap p.txt2 {
  font-size: 2.1rem;
  display: inline-block;
  margin-left: -1rem;
  color: #F28317;
  background: linear-gradient(transparent 70%, #FFF1B6 70%);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #contents #about_usage .innerBlock .example .txt_wrap p.txt2 {
    font-size: 1.8rem;
    background: linear-gradient(transparent 70%, #FFF1B6 70%);
    line-height: 1.3;
    margin-left: 0;
  }
}
#contents #infomation {
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  #contents #infomation {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 961px) {
  #contents #infomation .innerBlock .infomation_wrap {
    padding-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  #contents #infomation .innerBlock .infomation_wrap {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  #contents #infomation .innerBlock .infomation_wrap .list_wrap {
    width: 50%;
  }
}
#contents #infomation .innerBlock .infomation_wrap .list_wrap .list {
  border-bottom: 1px solid #DBD4BE;
  align-items: center;
}
@media screen and (min-width: 961px) {
  #contents #infomation .innerBlock .infomation_wrap .list_wrap .list {
    display: flex;
    padding: 2.44rem 0;
  }
}
@media screen and (max-width: 960px) {
  #contents #infomation .innerBlock .infomation_wrap .list_wrap .list {
    padding: 1.4rem 0 1.5rem;
  }
}
#contents #infomation .innerBlock .infomation_wrap .list_wrap .list:first-child {
  border-top: 1px solid #DBD4BE;
}
#contents #infomation .innerBlock .infomation_wrap .list_wrap .list p.ttl {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #contents #infomation .innerBlock .infomation_wrap .list_wrap .list p.ttl {
    width: 29.5%;
  }
}
@media screen and (max-width: 960px) {
  #contents #infomation .innerBlock .infomation_wrap .list_wrap .list p.ttl {
    line-height: 2;
  }
}
@media screen and (min-width: 961px) {
  #contents #infomation .innerBlock .infomation_wrap iframe {
    width: 46%;
    height: 50rem;
  }
}
@media screen and (max-width: 960px) {
  #contents #infomation .innerBlock .infomation_wrap iframe {
    width: 100%;
    height: 36rem;
    padding-top: 3rem;
  }
}
#contents #contact {
  background: url(../images/bg_footer.png) center no-repeat;
}
@media screen and (max-width: 960px) {
  #contents #contact {
    background: url(../images/sp/bg_footer.png) center no-repeat;
    background-size: cover;
  }
}
#contents #contact .innerBlock {
  text-align: center;
  padding-top: 9.5rem;
  height: 42.5rem;
}
@media screen and (max-width: 960px) {
  #contents #contact .innerBlock {
    padding-top: 4.3rem;
    height: 30rem;
  }
}
#contents #contact .innerBlock p.txt {
  padding: 2.4rem 0 7rem;
}
@media screen and (max-width: 960px) {
  #contents #contact .innerBlock p.txt {
    padding: 1.7rem 0 2.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
#contents #contact .innerBlock a.btn {
  background-color: #44B744;
  color: #fff;
}
@media screen and (min-width: 961px) {
  #contents #contact .innerBlock a.btn {
    padding: 3rem 18.7rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
  }
}
@media screen and (max-width: 960px) {
  #contents #contact .innerBlock a.btn {
    padding: 2.5rem 0;
    display: block;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.18);
    font-size: 2rem;
  }
}

/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
#footer {
  padding: 5.4rem 0;
  background-color: #484848;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 3.9rem 0 1.7rem;
  }
}
#footer .footerText {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  #footer .innerBlock {
    padding: 0 25rem;
  }
}
@media screen and (min-width: 961px) {
  #footer .footerLayout {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  #footer .left {
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  #footer .left .list {
    display: flex;
    column-gap: 4rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 960px) {
  #footer .left .list {
    column-gap: 4rem;
  }
}
@media screen and (min-width: 961px) {
  #footer .left .list li {
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  #footer .left .list li {
    position: relative;
  }
  #footer .left .list li:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    right: 0;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.7rem solid #fff;
  }
}
#footer .left .list li a:link,
#footer .left .list li a:visited {
  color: #fff;
}
@media screen and (min-width: 961px) {
  #footer .left .list li a {
    position: relative;
  }
  #footer .left .list li a:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    right: -1.7rem;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.7rem solid #fff;
  }
}
@media screen and (max-width: 960px) {
  #footer .left .list li a {
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    display: block;
    border-bottom: 1px #5F5F5F solid;
    font-size: 1.35rem;
  }
}
#footer .right .copy {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  #footer .right .copy {
    text-align: center;
    font-size: 1rem;
    padding-top: 1.2rem;
  }
}

#cv_fix {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 961px) {
  #cv_fix {
    display: none !important;
  }
}
#cv_fix a {
  display: block;
  background-color: #44B744;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 2rem;
  position: relative;
}
#cv_fix a::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/sp/line_icon.png) no-repeat right center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6.3rem;
}

/*# sourceMappingURL=style.css.map */
