@charset "UTF-8";
@keyframes animeType01 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, a,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  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; }

a:hover {
  opacity: 0.7;
  transition: all .3s ease-in; }

ins {
  color: #231815;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  color: #231815;
  font-style: normal; }

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 #646464;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="submit"],
input[type="button"],
input[type="radio"]
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="radio"]::-webkit-search-decoration
select::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="radio"]::focus
select::focus {
  outline-offset: -2px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body, input, textarea, select, button, optgroup {
  color: #231815;
  font-family: -apple-system,"Helvetica Neue",Helvetica, Arial,Verdana ,Roboto,"Segoe UI",YuGothic,"Yu Gothic Medium","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo UI",Meiryo,sans-serif; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  color: #231815; }

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  width: 100%; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table,
tr,
th,
td,
small {
  line-height: 1;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

a {
  color: #231815;
  text-decoration: none; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0; }

.wrap {
  width: 100%; }

.homeConceptBk-01.anime:after {
  transform: scale(1) translate(0, 0);
  animation-delay: 0;
  animation-duration: 30s;
  animation-name: anime-1;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-direction: alternate; }

@keyframes anime-1 {
  0% {
    transform: scale(1.04); }
  33% {
    transform: scale(1.12); }
  66% {
    transform: scale(1.07); }
  100% {
    transform: scale(1.19) translate(4%, 0); } }
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-bottom: 1rem; }
  header.bg_white {
    background: white;
    transition: 0.3s !important; }
  header .inner-layout {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      header .inner-layout {
        display: flex;
        width: 100%;
        padding-left: 3.1rem;
        padding-right: 4.1rem;
        justify-content: space-between; } }
    @media (min-width: 1000px) {
      header .inner-layout {
        padding-left: 2.8rem;
        padding-right: 4.1rem;
        max-width: 118rem; } }

header .logo {
  width: 48%;
  max-width: 21rem;
  padding-top: 0.8rem;
  position: relative;
  left: -0.3rem;
  margin-bottom: 0.8rem; }
  @media (min-width: 768px) {
    header .logo {
      width: 19.2rem;
      padding-top: 2.6rem; } }
  @media (min-width: 1000px) {
    header .logo {
      width: 24rem;
      padding-top: 2rem;
      max-width: none; } }
  header .logo a:hover {
    opacity: 1; }

@media (min-width: 768px) {
  header nav {
    margin-top: 4.4rem; } }
@media (min-width: 1000px) {
  header nav {
    width: calc(100% - 18rem - 15.5rem); } }
header nav ul {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    header nav ul {
      width: calc(100vw - 4.1rem - 16.2rem - 5rem - 3.1rem); } }
  @media (min-width: 1000px) {
    header nav ul {
      width: auto; } }
  header nav ul li {
    font-size: 1.1rem; }
    @media (min-width: 768px) {
      header nav ul li {
        font-size: 1.3rem; } }
    @media (min-width: 1000px) {
      header nav ul li {
        font-size: 1.6rem; } }
    header nav ul li a {
      position: relative;
      overflow: hidden;
      display: block; }
      header nav ul li a:after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background: #231815;
        transform: translate(-101%, 0);
        transition: 0.3s;
        margin-top: 2px; }
      header nav ul li a:hover {
        opacity: 1; }
        header nav ul li a:hover:after {
          transform: translate(0%, 0); }
    header nav ul li.iconGnav {
      position: absolute;
      top: 1.4rem;
      right: 5%; }
      @media (min-width: 768px) {
        header nav ul li.iconGnav {
          position: static; } }
      @media (min-width: 768px) {
        header nav ul li.iconGnav ul {
          display: flex;
          width: auto; } }
      header nav ul li.iconGnav ul li {
        width: 2.2rem;
        height: 2.2rem; }
        header nav ul li.iconGnav ul li a:after {
          content: none; }
        @media (min-width: 768px) {
          header nav ul li.iconGnav ul li {
            width: 2.8rem;
            height: 2.8rem; } }
        header nav ul li.iconGnav ul li:first-of-type {
          margin-right: 0.6rem; }
          @media (min-width: 768px) {
            header nav ul li.iconGnav ul li:first-of-type {
              margin-right: 1.6rem; } }
          @media (min-width: 1000px) {
            header nav ul li.iconGnav ul li:first-of-type {
              margin-right: 2rem; } }
          @media (min-width: 1280px) {
            header nav ul li.iconGnav ul li:first-of-type {
              margin-right: 4rem; } }

.homeConcept {
  position: relative;
  margin-bottom: 10vw; }
  @media (min-width: 768px) {
    .homeConcept {
      margin-bottom: 7.4rem; } }
  .homeConcept .inner-layout {
    width: 90%;
    margin-left: 10%; }
    @media (min-width: 1000px) {
      .homeConcept .inner-layout {
        width: 100%;
        margin-left: 0;
        background: none; } }

.homeConceptBk-01 {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-left: -10vw;
  overflow: hidden; }
  @media (min-width: 768px) {
    .homeConceptBk-01 {
      height: 58.6rem; } }
  @media (min-width: 1000px) {
    .homeConceptBk-01 {
      width: 90%;
      margin-left: 0;
      position: relative; } }

.homeConceptBk-01:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/kv-sp.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 86.7%; }
  @media (min-width: 768px) {
    .homeConceptBk-01:after {
      background-image: url(../img/home/kv-pc.jpg);
      padding-top: 0; } }
  @media (min-width: 1280px) {
    .homeConceptBk-01:after {
      background-image: url(../img/home/kv-pc@2x.jpg); } }

.homeConceptContent-01 {
  z-index: 3;
  position: relative;
  display: flex;
  margin-top: calc(90vw * -0.43); }
  @media (min-width: 768px) {
    .homeConceptContent-01 {
      margin-top: -30.2rem;
      justify-content: space-between;
      width: calc(100% - 10vw); } }
  @media (min-width: 1000px) {
    .homeConceptContent-01 {
      width: 80%;
      max-width: 100rem;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  .homeConceptContent-01 .homeConceptContent-01-left {
    margin-right: 2vw; }
    @media (min-width: 1000px) {
      .homeConceptContent-01 .homeConceptContent-01-left {
        margin-right: 0; } }
  .homeConceptContent-01 .homeConceptContent-01-right {
    margin-top: calc(-6.95vw / 2);
    margin-right: 1%; }
    @media (min-width: 768px) {
      .homeConceptContent-01 .homeConceptContent-01-right {
        margin-top: -1.8rem;
        margin-right: 0; } }
    .homeConceptContent-01 .homeConceptContent-01-right h3 {
      font-size: 6.95vw;
      font-weight: normal;
      line-height: 2;
      margin-bottom: calc(90vw * 0.04);
      color: #FFF; }
      @media (min-width: 768px) {
        .homeConceptContent-01 .homeConceptContent-01-right h3 {
          font-size: 3.6rem;
          margin-bottom: 4.4rem; } }
      @media (min-width: 1000px) {
        .homeConceptContent-01 .homeConceptContent-01-right h3 {
          font-size: 4rem;
          margin-bottom: 3.5rem; } }
    .homeConceptContent-01 .homeConceptContent-01-right p {
      line-height: 2.38;
      font-size: 1.3rem;
      margin-bottom: 2.8rem;
      color: #FFF;
      margin-right: 5%; }
      @media (min-width: 768px) {
        .homeConceptContent-01 .homeConceptContent-01-right p {
          margin-right: 0; } }
      @media (min-width: 768px) {
        .homeConceptContent-01 .homeConceptContent-01-right p:last-of-type {
          margin-bottom: 7rem; } }
      @media (min-width: 768px) {
        .homeConceptContent-01 .homeConceptContent-01-right p {
          line-height: 2.416;
          font-size: 1.5rem;
          margin-bottom: 3.5rem; } }

.homeConceptBk-02 {
  content: "";
  width: 90vw;
  height: 100%;
  background: #646464;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.homeConceptContent-02 {
  background: #646464;
  z-index: 1; }

.homeNews {
  margin-bottom: 10vw; }
  @media (min-width: 768px) {
    .homeNews {
      margin-bottom: 7.4rem; } }
  .homeNews .inner-layout {
    width: 80vw;
    margin: 0 10vw; }
    @media (min-width: 768px) {
      .homeNews .inner-layout {
        display: flex;
        justify-content: space-between;
        max-width: 100rem;
        margin-left: auto;
        margin-right: auto; } }

.homeNews h2 {
  margin-bottom: 2rem; }
@media (min-width: 768px) {
  .homeNews ul {
    width: 70%;
    max-width: 60rem; } }
.homeNews ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  list-style-type: none;
  border-top: solid 1px #231815; }
  @media (min-width: 768px) {
    .homeNews ul li {
      font-size: 1.5rem; } }
  .homeNews ul li:last-of-type {
    border-bottom: solid 1px #231815; }
  .homeNews ul li a, .homeNews ul li div {
    display: block;
    padding: 0.5em 0; }
    @media (min-width: 768px) {
      .homeNews ul li a, .homeNews ul li div {
        padding: 1em 1em; } }
    @media (min-width: 1000px) {
      .homeNews ul li a, .homeNews ul li div {
        padding: 1.4em 1em;
        display: flex;
        flex-wrap: wrap; } }
    .homeNews ul li a time, .homeNews ul li div time {
      display: block; }
      @media (min-width: 1000px) {
        .homeNews ul li a time, .homeNews ul li div time {
          display: inline;
          margin-right: 7.5rem; } }
    .homeNews ul li a h3, .homeNews ul li div h3 {
      font-size: 1.4rem;
      line-height: 1.4;
      margin-bottom: 0.6em;
      width: 100%; }
      @media (min-width: 1000px) {
        .homeNews ul li a h3, .homeNews ul li div h3 {
          font-size: 1.6rem; } }
    .homeNews ul li a p, .homeNews ul li div p {
      line-height: 1.4;
      margin-bottom: 0.2em;
      width: 100%; }
    .homeNews ul li a h4, .homeNews ul li div h4 {
      line-height: 1.4;
      margin-top: 0.6em;
      margin-bottom: 0.2em;
      margin-left: 1em;
      width: 100%; }
    .homeNews ul li a ul, .homeNews ul li div ul {
      margin-left: 1em;
      margin-bottom: 0.6em;
      width: 100%; }
      .homeNews ul li a ul li, .homeNews ul li div ul li {
        border-top: none;
        margin-bottom: 0.2em;
        list-style-position: outside;
        width: 100%;
        display: flex;
        align-items: flex-start; }
        .homeNews ul li a ul li span, .homeNews ul li div ul li span {
          width: calc( 100% - 0.85em; ); }
        .homeNews ul li a ul li:before, .homeNews ul li div ul li:before {
          content: "・";
          display: block; }
        .homeNews ul li a ul li:last-of-type, .homeNews ul li div ul li:last-of-type {
          border-bottom: none; }
  .homeNews ul li a:hover {
    opacity: 1; }
    .homeNews ul li a:hover h3 {
      text-decoration: underline; }
  .homeNews ul li .point-link {
    text-decoration: underline;
    padding: 0; }

.homeProduct {
  background: #c8f0e6;
  padding-top: 10vw;
  padding-bottom: 10vw; }
  @media (min-width: 768px) {
    .homeProduct {
      padding-top: 7.5rem;
      padding-bottom: calc(7.5rem - 3rem); } }
  .homeProduct .inner-layout {
    width: 80vw;
    margin: 0 10vw; }
    @media (min-width: 1000px) {
      .homeProduct .inner-layout {
        max-width: 100rem;
        margin-left: auto;
        margin-right: auto; } }

@media (min-width: 768px) {
  .homeProduct h2 {
    margin-bottom: 7.5rem; } }
.homeProduct .homeProductLayout {
  width: 60vw;
  margin: 2rem auto 0 auto; }
  @media (min-width: 768px) {
    .homeProduct .homeProductLayout {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%; } }
.homeProduct .homeProductBox {
  display: block;
  margin-bottom: 1.8rem; }
  .homeProduct .homeProductBox:hover {
    opacity: 0.7 !important; }
  @media (min-width: 768px) {
    .homeProduct .homeProductBox {
      width: 49.2%;
      margin: 0;
      margin-bottom: 3rem; } }
  .homeProduct .homeProductBox:last-of-type {
    margin-bottom: 0; }
  .homeProduct .homeProductBox h3 {
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0.8em 0 0.4em 0; }
    @media (min-width: 768px) {
      .homeProduct .homeProductBox h3 {
        margin: 2rem 1rem 1rem 1rem;
        font-size: 1.8rem; } }
  .homeProduct .homeProductBox p {
    font-size: 1.3rem;
    line-height: 1.631; }
    @media (min-width: 768px) {
      .homeProduct .homeProductBox p {
        margin: 0 1rem 0 1rem;
        font-size: 1.5rem; } }

.homeMessage {
  padding-top: 10vw;
  padding-bottom: 10vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
  position: relative; }
  @media (min-width: 768px) {
    .homeMessage {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem;
      margin-top: 7.5rem;
      margin-bottom: calc(7.5rem + 7.3rem); } }
  @media (min-width: 1280px) {
    .homeMessage {
      margin-bottom: calc(7.5rem + 17.3rem); } }
  .homeMessage .inner-layout {
    margin: 0 0 0 10vw; }

.homeMessageBk-01 {
  z-index: 3;
  background-image: url(../img/home/message01-sp.jpg);
  background-size: cover;
  width: 90vw;
  position: relative;
  height: calc(58.5rem / 2 ); }
  @media (min-width: 768px) {
    .homeMessageBk-01 {
      background-image: url(../img/home/message01-pc.jpg);
      height: 58.5rem;
      width: 100%; } }
  @media (min-width: 1280px) {
    .homeMessageBk-01 {
      width: 90%;
      position: relative;
      left: 6%;
      background-image: url(../img/home/message01-pc@2x.jpg); } }

.homeMessageContent-01 {
  overflow-x: hidden;
  z-index: 4;
  position: relative;
  margin-left: calc((80vw - 52.7vw) / 2);
  margin-top: -24.4rem; }
  @media (min-width: 768px) {
    .homeMessageContent-01 {
      margin-top: -51rem;
      margin-left: calc((80vw - 78.7vw) / 2); } }
  @media (min-width: 1000px) {
    .homeMessageContent-01 {
      margin-left: calc((80vw - 52.7vw) / 2); } }
  .homeMessageContent-01 .homeMessageContent-01-overfllowHidden {
    width: 100%;
    margin: 0 auto; }
  .homeMessageContent-01 h2 {
    margin-bottom: 8.2rem; }
    @media (min-width: 768px) {
      .homeMessageContent-01 h2 {
        margin-bottom: 19rem; } }
  .homeMessageContent-01 .homeMessageContentText p {
    line-height: 2.083;
    font-size: 1.3rem;
    margin-bottom: 2.7rem;
    color: #FFF;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .homeMessageContent-01 .homeMessageContentText p {
        font-size: 1.5rem;
        margin-bottom: 2.5rem; } }
    .homeMessageContent-01 .homeMessageContentText p:last-of-type {
      margin-bottom: 0; }

.homeMessageBk-02 {
  z-index: 2;
  width: 85.6vw;
  background: #646464;
  height: calc( 10vw + 3.45rem + 4.8rem + 9.6rem + 65.5rem);
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .homeMessageBk-02 {
      height: 131.5rem; } }
  @media (min-width: 1280px) {
    .homeMessageBk-02 {
      width: 80%;
      left: 10vw; } }
  .homeMessageBk-02 .homeMessageBk-02-img {
    background-image: url(../img/home/message02-sp.jpg);
    background-size: cover;
    width: 90vw;
    position: absolute;
    bottom: 0;
    height: calc( 58rem / 2 ); }
    @media (min-width: 768px) {
      .homeMessageBk-02 .homeMessageBk-02-img {
        height: 58.5rem;
        background-image: url(../img/home/message02-pc.jpg); } }
    @media (min-width: 1280px) {
      .homeMessageBk-02 .homeMessageBk-02-img {
        height: 44.5rem;
        background-image: url(../img/home/message02-pc@2x.jpg);
        margin-left: -6vw;
        width: 80%;
        bottom: -11rem; } }

.homeMessageBk-03 {
  z-index: 1;
  width: 90vw;
  background: #a0a0a0;
  height: calc(( 58rem / 2 ) + 10vw + 104.5rem );
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 375px) {
    .homeMessageBk-03 {
      height: calc(( 58rem / 2 ) + 10vw + 72.5rem ); } }
  @media (min-width: 768px) {
    .homeMessageBk-03 {
      height: 300px;
      bottom: -7.3rem; } }
  @media (min-width: 1280px) {
    .homeMessageBk-03 {
      height: 690px;
      bottom: -17.3rem;
      width: 50vw; } }

.homeContact {
  margin-bottom: 10vw; }
  @media (min-width: 768px) {
    .homeContact {
      margin-bottom: 7.5rem; } }
  .homeContact .inner-layout {
    width: 80vw;
    margin: 0 auto; }

.homeContact h2 {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .homeContact h2 {
      margin-bottom: 4.4rem; } }
.homeContact .btnContact {
  position: relative;
  display: block;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }
  .homeContact .btnContact:hover {
    opacity: 1; }
    .homeContact .btnContact:hover:after {
      transform: translate(10px, 10px); }
  .homeContact .btnContact:after {
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #231815;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
    transition: 0.3s; }
  .homeContact .btnContact span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    border: solid 1px #231815;
    padding: 2.5rem 0;
    background-image: url(../img/common/mail.svg);
    background-size: calc(51.248px / 2) calc(35.2871px / 2);
    background-repeat: no-repeat;
    background-position: calc(50% - 11rem) center;
    text-indent: 4.5rem;
    background-color: #FFF;
    position: relative;
    z-index: 2; }
    @media (min-width: 375px) {
      .homeContact .btnContact span {
        font-size: 1.3rem; } }
    @media (min-width: 768px) {
      .homeContact .btnContact span {
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
        border: solid 2px #231815;
        background-size: 29.2842px 20.1641px;
        background-position: calc(50% - 13rem) center; } }

.homeAbout {
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .homeAbout {
      text-align: center;
      margin-bottom: 3.5rem; } }
  .homeAbout .inner-layout {
    text-align: center;
    margin: 0 auto; }
  .homeAbout p.img_center{
  text-align: center;
}

.homeAbout h2 {
  text-align: center;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .homeAbout h2 {
      margin-bottom: 3.5rem; } }
.homeAbout dl {
  margin: 0 auto; 
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 3.5rem; }
  @media (min-width: 768px) {
    .homeAbout dl {
      margin: 0 auto; 
      font-size: 1.5rem; } }
  .homeAbout dl:last-of-type {
    margin: 0 auto; 
    margin-bottom: 0; }
    .homeAbout dl:last-of-type ul li:last-of-type {
      text-align: center;
      margin-bottom: 0; }
  .homeAbout dl dt {
    width: 28%;
    margin: 0 auto; 
    line-height: 1.4; }
    @media (min-width: 768px) {
      .homeAbout dl dt {
        width: 50%;
        } }
  .homeAbout dl dd {
    width: 72%;
    margin: 0 auto; 
    padding-left: 1.6rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .homeAbout dl dd {
        width: 50%;
        padding-left: 0;
        position: relative;
        left: -6.2em; } }
.homeAbout ul li {
  margin: 0 auto; 
  list-style-type: none;
  margin-bottom: 0.6em;
  line-height: 1.4; }

footer {
  margin-bottom: 10vw; }
  @media (min-width: 768px) {
    footer {
      margin-bottom: 8rem; } }
  footer a {
    display: block;
    margin: 0 auto;
    width: 58%;
    max-width: 24.8rem; }

.ttl01 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em; }
  @media (min-width: 768px) {
    .ttl01 {
      font-size: 3rem; } }
  .ttl01:before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .ttl01:before {
        margin-bottom: 2rem;
        width: 5rem;
        height: 5rem; } }

.ttl01_1 {
  color: #FFF; }
  .ttl01_1:before {
    background: #c8f0e6; }

.ttl01_2:before {
  background: #c8f0e6; }

.ttl01_3:before {
  background: #FFF; }

.ttl01_4:before {
  background: #c8f0e6;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 375px) {
  .spNone {
    display: none; } }

@media (min-width: 768px) {
  .tbNone {
    display: none; } }

.pointer-events {
  pointer-events: none; }

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