@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&display=swap");
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,
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ol, 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: top;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

span {
  font-weight: inherit; }

strong {
  font-weight: bold; }

address {
  font-style: normal; }

sup {
  vertical-align: text-top; }

em {
  font-style: normal; }

html {
  font-size: 62.5%; }
  html.open {
    overflow: hidden; }

* {
  box-sizing: border-box; }

body {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: transform .5s ease 0s; }
  @media screen and (max-width: 767px) {
    body {
      width: 100%;
      -webkit-text-size-adjust: 100%; } }
  body.open {
    transform: translateX(-250px); }

img {
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

.pcNone {
  display: none; }
  @media screen and (max-width: 767px) {
    .pcNone {
      display: block !important; } }

.pcNoneInline {
  display: none; }
  @media screen and (max-width: 767px) {
    .pcNoneInline {
      display: inline !important; } }

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

/* link
*****************************************/
a {
  color: #333;
  text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none; }

.hover a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s; }
.hover a:hover img {
  opacity: .6; }
@media screen and (max-width: 767px) {
  .hover a:hover img {
    opacity: 1.0; } }

/* header
*****************************************/
#header01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: auto;
  z-index: 100;
  transition: .3s; }
  @media screen and (max-width: 767px) {
    #header01 {
      height: 48px; } }

.headButton01 {
  display: none; }
  @media screen and (max-width: 767px) {
    .headButton01 {
      display: block;
      z-index: 101;
      position: absolute;
      top: 3px;
      right: 0;
      width: 48px;
      height: 48px;
      height: 44px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      cursor: pointer;
      transition: transform .5s ease 0s; }
      #header01.on .headButton01 {
        background-color: #696969; }
      .headButton01 > span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        height: 4px;
        background-color: #333;
        text-indent: 100%;
        white-space: nowrap; }
      .headButton01 > .top {
        top: 10px;
        transition-duration: .1s, .1s;
        transition-delay: .1s, 0;
        transition-property: top, transform; }
      .headButton01 > .bottom {
        bottom: 10px;
        transition-duration: .1s, .1s;
        transition-delay: .1s, 0;
        transition-property: bottom, transform; }
      .headButton01 > .middle {
        top: 20px;
        transition: background .1s; }
      .active .headButton01 > .middle {
        background: none; }
      .active .headButton01 > .top {
        top: 20px;
        transform: rotate(45deg);
        transition-delay: 0, .1s; }
      .active .headButton01 > .bottom {
        bottom: 20px;
        transform: rotate(-45deg);
        transition-delay: 0, .1s; } }
  @media screen and (max-width: 320px) {
    .headButton01 {
      top: 1px; } }

#globalNav01 {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 13px 26px 13px 20px;
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(116, 115, 89, 0.2); }
  @media screen and (max-width: 767px) {
    #globalNav01 {
      top: 15px;
      width: calc(100% - 30px);
      padding: 8px 15px 8px 10px; } }
  #globalNav01 > .inner01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #globalNav01 > .inner01 .logo {
      background: url("../img/logo01.png") no-repeat 0 50%/91px auto;
      padding: 2px 0 2px 99px;
      line-height: 1.5;
      cursor: pointer;
      font-family: 'Noto Sans JP', serif;
      font-weight: 500;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        #globalNav01 > .inner01 .logo {
          background: url("../img/logo01.png") no-repeat 0 50%/55px auto;
          padding: 2px 0 2px 62px;
          line-height: 1.2;
          padding-top: 5px; } }
      @media screen and (max-width: 320px) {
        #globalNav01 > .inner01 .logo {
          padding-top: 1px; } }
      #globalNav01 > .inner01 .logo strong {
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 1.7rem;
        margin-left: -2px; }
        @media screen and (max-width: 767px) {
          #globalNav01 > .inner01 .logo strong {
            font-size: 1.4025rem;
            margin-left: -1px; } }
        @media screen and (max-width: 320px) {
          #globalNav01 > .inner01 .logo strong {
            font-size: 1.275rem; } }
      #globalNav01 > .inner01 .logo span {
        display: block; }
      @media screen and (max-width: 767px) {
        #globalNav01 > .inner01 .logo {
          font-size: 0.99rem; } }
      #globalNav01 > .inner01 .logo a {
        text-decoration: none;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          #globalNav01 > .inner01 .logo a {
            line-height: 1.2; } }
        #globalNav01 > .inner01 .logo a:hover {
          opacity: 0.7; }
          @media screen and (max-width: 767px) {
            #globalNav01 > .inner01 .logo a:hover {
              opacity: 1; } }
      #globalNav01 > .inner01 .logo:hover {
        opacity: 0.7; }
        @media screen and (max-width: 767px) {
          #globalNav01 > .inner01 .logo:hover {
            opacity: 1; } }
    #globalNav01 > .inner01 .nav01Wrap {
      margin-right: 25px; }
      @media screen and (max-width: 767px) {
        #globalNav01 > .inner01 .nav01Wrap {
          display: none;
          margin-right: 0;
          width: 100%;
          margin-top: 15px; } }
      #globalNav01 > .inner01 .nav01Wrap .nav01 {
        display: flex;
        flex-wrap: wrap; }
        #globalNav01 > .inner01 .nav01Wrap .nav01 li {
          line-height: 1;
          font-family: 'Noto Sans JP', serif;
          font-weight: 700;
          font-size: 1.5rem; }
          @media screen and (max-width: 767px) {
            #globalNav01 > .inner01 .nav01Wrap .nav01 li {
              width: 100%;
              text-align: center;
              line-height: 2; } }
          #globalNav01 > .inner01 .nav01Wrap .nav01 li + li {
            position: relative;
            border-left: 2px solid #dcdcdc;
            margin-left: 10px;
            padding-left: 9px; }
            @media screen and (max-width: 767px) {
              #globalNav01 > .inner01 .nav01Wrap .nav01 li + li {
                border-left: none;
                margin-left: 0;
                padding-left: 0; } }
          #globalNav01 > .inner01 .nav01Wrap .nav01 li a {
            color: #1b1b1b;
            text-decoration: none;
            font-size: 1.3rem;
            line-height: 1;
            font-family: 'Noto Sans JP', serif;
            font-weight: 700;
            position: relative; }
            @media screen and (max-width: 767px) {
              #globalNav01 > .inner01 .nav01Wrap .nav01 li a {
                font-size: 1.4rem; } }
            #globalNav01 > .inner01 .nav01Wrap .nav01 li a:hover {
              opacity: 0.7; }
    @media screen and (max-width: 767px) {
      #globalNav01 > .inner01 .nav02Wrap {
        display: none;
        width: 100%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      #globalNav01 > .inner01 .nav02Wrap .nav02 {
        width: 100%;
        text-align: center; } }
    #globalNav01 > .inner01 .nav02Wrap .nav02 li {
      display: inline-block;
      line-height: 1;
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-size: 1.5rem; }
      #globalNav01 > .inner01 .nav02Wrap .nav02 li a {
        color: #fff;
        background: #009dd4;
        text-decoration: none;
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1;
        padding: 0.61em 1.35em;
        border-radius: 20px; }
        @media screen and (max-width: 767px) {
          #globalNav01 > .inner01 .nav02Wrap .nav02 li a {
            display: block; } }
        #globalNav01 > .inner01 .nav02Wrap .nav02 li a:hover {
          opacity: 0.7; }

/* footer
*****************************************/
#footer01 {
  background: #fff;
  padding: 27px 0 27px; }
  #footer01 > .inner01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    padding: 0 0 0 25px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #footer01 > .inner01 {
        max-width: 100%;
        padding: 0 0 0 0; } }
    #footer01 > .inner01 .logo {
      background: url("../img/logo01.png") no-repeat 0 50%/91px auto;
      padding: 2px 0 2px 99px;
      line-height: 1.5;
      cursor: pointer;
      font-family: 'Noto Sans JP', serif;
      font-weight: 500;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        #footer01 > .inner01 .logo {
          margin-left: auto;
          margin-right: auto;
          padding: 6px 0 6px 99px;
          line-height: 1.2; } }
      @media screen and (max-width: 320px) {
        #footer01 > .inner01 .logo {
          background: url("../img/logo01.png") no-repeat 0 50%/70px auto;
          padding: 2px 0 2px 79px; } }
      #footer01 > .inner01 .logo strong {
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 1.7rem;
        margin-left: -2px; }
        @media screen and (max-width: 320px) {
          #footer01 > .inner01 .logo strong {
            font-size: 1.53rem; } }
      #footer01 > .inner01 .logo span {
        display: block; }
      @media screen and (max-width: 320px) {
        #footer01 > .inner01 .logo {
          font-size: 1.08rem; } }
      #footer01 > .inner01 .logo a {
        text-decoration: none; }
      #footer01 > .inner01 .logo:hover {
        opacity: 0.7; }
        @media screen and (max-width: 767px) {
          #footer01 > .inner01 .logo:hover {
            opacity: 1; } }
    #footer01 > .inner01 .link {
      margin-left: 36px;
      margin-right: 36px; }
      @media screen and (max-width: 767px) {
        #footer01 > .inner01 .link {
          margin-right: 0;
          margin-top: 20px;
          width: 100%;
          text-align: center; } }
      #footer01 > .inner01 .link li {
        display: inline-block;
        line-height: 1;
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 1.5rem; }
        #footer01 > .inner01 .link li + li {
          margin-left: 15px;
          position: relative;
          border-left: 2px solid #dcdcdc;
          padding-left: 22px; }
        #footer01 > .inner01 .link li a {
          color: #626262;
          text-decoration: none;
          font-size: 1.5rem;
          line-height: 1;
          font-family: 'Noto Sans JP', serif;
          font-weight: 700;
          position: relative; }
    #footer01 > .inner01 .copyright01 {
      color: #535353;
      padding: 14px 0;
      text-align: center;
      font-size: 1.3rem;
      font-family: 'Noto Sans JP', serif;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        #footer01 > .inner01 .copyright01 {
          width: 100%;
          text-align: center; } }

.pagetop01 {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 101;
  max-width: 1040px;
  transition: .3s; }
  @media screen and (max-width: 767px) {
    .pagetop01.footer {
      bottom: 55px; } }
  .pagetop01 > a {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s; }
    .pagetop01 > a:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .pagetop01 > a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      width: 13px;
      height: 13px;
      vertical-align: middle;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(-45deg);
      transition: border .3s;
      margin: -5px 0 0 -7.5px; }
  @media screen and (max-width: 767px) {
    .pagetop01 {
      bottom: 10px; } }

/* contents
*****************************************/
.wrap01 {
  display: flex;
  flex-wrap: wrap; }
  .wrap01:not(:first-child) {
    margin-top: 50px; }
  [class*="heading"] + .wrap01 {
    margin-top: 40px; }
  .wrap01.bC {
    justify-content: center; }
  .wrap01.between {
    justify-content: space-between; }
  .wrap01.aC {
    align-items: center; }
  .wrap01.aEnd {
    align-items: flex-end; }
  .wrap01.reverse {
    flex-direction: row-reverse; }

#contents01 {
  transition: transform .5s ease 0s; }
  #contents01.open {
    transform: translateX(-250px); }

.heading01 {
  color: #434343;
  text-align: center;
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .heading01 {
      font-size: 3rem; } }

.lead01 {
  color: #282828;
  text-align: center;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.785; }

.lead02 {
  color: #f39800;
  font-family: 'Noto Sans JP', serif;
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 21px; }
  @media screen and (max-width: 767px) {
    .lead02 {
      font-size: 1.8rem; } }

.firstView {
  width: 100%;
  padding: 145px 0 0;
  background: #ecfaff;
  background: url("../img/first_bg01.png") no-repeat 50% 0/auto 100%;
  position: relative;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .firstView {
      padding-top: 0; } }
  .firstView .fig01 {
    position: absolute;
    top: 0;
    left: calc(50% + 90px);
    width: 100%; }
    @media screen and (max-width: 767px) {
      .firstView .fig01 {
        position: static;
        left: inherit;
        margin-bottom: 15px; } }
  .firstView > .inner01 {
    max-width: 948px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0 20px 229px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .firstView > .inner01 {
        max-width: 100%; } }
    .firstView > .inner01 .text01 {
      color: #009dd4;
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-weight: 400;
      font-style: normal;
      font-size: 4.5rem;
      line-height: 1.33;
      margin-bottom: 15px; }
      .firstView > .inner01 .text01 .logona {
        font-family: vdl-logona, sans-serif;
      }
      @media screen and (max-width: 767px) {
        .firstView > .inner01 .text01 {
          text-align: center;
          font-size: 3.375rem; } }
      .firstView > .inner01 .text01 span {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 66%, #fff100 66%, #fff766 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
        padding: 0 5px;
        margin: 0 -5px; }
    .firstView > .inner01 .text02 {
      color: #009dd4;
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-size: 1.965rem;
      line-height: 1.526;
      margin-bottom: 21px; }
    .firstView > .inner01 .text03 {
      color: #282828;
      font-family: 'Noto Sans JP', serif;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.785; }
    .firstView > .inner01 .text04 {
      border-radius: 50%;
      background-image: -moz-linear-gradient(-180deg, #009dd4 0%, #5ad7f6 100%);
      background-image: -webkit-linear-gradient(-180deg, #009dd4 0%, #5ad7f6 100%);
      background-image: -ms-linear-gradient(-180deg, #009dd4 0%, #5ad7f6 100%);
      position: absolute;
      left: 19px;
      bottom: -43px;
      width: 233px;
      height: 233px;
      padding-top: 46px;
      text-align: center; }
    .firstView > .inner01 .text05 {
      border-radius: 50%;
      background-image: -moz-linear-gradient(-180deg, #f39800 0%, #ffe400 100%);
      background-image: -webkit-linear-gradient(-180deg, #f39800 0%, #ffe400 100%);
      background-image: -ms-linear-gradient(-180deg, #f39800 0%, #ffe400 100%);
      position: absolute;
      left: 280px;
      bottom: -43px;
      width: 233px;
      height: 233px;
      padding-top: 46px;
      text-align: center; }
    .firstView > .inner01 .text05 a{
      text-decoration: none;
      display: block;
      width:100%;
      height:200px;
      margin-top: -46px;
      padding-top: 46px;
    }
      @media screen and (max-width: 767px) {
        .firstView > .inner01 .text04 {
          width: 200px;
          height: 200px;
          left: 3%;
          bottom: 16px;
          /*transform: translate(-50%, 0);*/ }
        .firstView > .inner01 .text05 {
          width: 200px;
          height: 200px;
          left: auto;
          right: 3%;
          bottom: 16px;}
        .firstView > .inner01 .text05 img {
          width: auto;
        } }
      .firstView > .inner01 .text04 span {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: 2.569rem;
        line-height: 1.53; }
      .firstView > .inner01 .text05 span {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: 2.569rem;
        line-height: 1.53; }
      .firstView > .inner01 .text05 span span {
        font-size: 2rem;
        }
      .firstView > .inner01 .text05 img {
        height: 40px;
        margin-top: 12px;
        }

.aboutSection {
  padding: 65px 0 92px;
  background: url("../../img/about_bg01_pc.jpg") no-repeat calc(50% - 392px) 157px, url("../../img/about_bg02_pc.jpg") no-repeat calc(50% + 392px) 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .aboutSection {
      padding: 26px 0 142px;
      background: url("../../img/about_bg01_sp.jpg") no-repeat 0 105px, url("../../img/about_bg02_sp.jpg") no-repeat 100% 100%; } }
  .aboutSection::before {
    content: '';
    position: absolute;
    top: 167px;
    left: calc(50% + 434px);
    width: 116px;
    height: 107px;
    background: #c3e9f6; }
    @media screen and (max-width: 767px) {
      .aboutSection::before {
        top: 260px;
        left: inherit;
        right: 0;
        width: 85px;
        height: 107px;
        background: #dcf6ff; } }
  .aboutSection > .inner01 {
    max-width: 995px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .aboutSection > .inner01::before {
      content: '';
      position: absolute;
      bottom: -10px;
      right: calc(50% + 420px);
      width: 128px;
      height: 107px;
      background: #fffccc; }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01::before {
          left: 0;
          right: inherit; } }
    @media screen and (max-width: 767px) {
      .aboutSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .aboutSection > .inner01 .hdg01 {
      text-align: center;
      color: #009dd4;
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-size: 3.051rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01 .hdg01 {
          font-size: 2.7rem;
          line-height: 1.5; } }
    .aboutSection > .inner01 .hdg02 {
      text-align: center;
      color: #434343;
      font-family: 'Noto Sans JP', serif;
      font-weight: 500;
      font-size: 3.5rem;
      line-height: 1.42;
      margin-bottom: 50px; }
    .aboutSection > .inner01 .hdg02 .type01 {
      color: #f39700;
    }
    .aboutSection > .inner01 .hdg02 .type02 {
      color: #009dd4;
    }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01 .hdg02 {
          font-size: 3.5rem;
          margin-bottom: 30px; } }
      @media screen and (max-width: 320px) {
        .aboutSection > .inner01 .hdg02 {
          font-size: 3.2rem; } }
    .aboutSection > .inner01 ul {
      text-align: center;
      margin-bottom: 20px; }
      .aboutSection > .inner01 ul li {
        display: inline-block;
        color: #313131;
        background: #fff100;
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 2.06rem;
        padding: 0.33em 0.8em;
        margin: 0 5px; }
        @media screen and (max-width: 767px) {
          .aboutSection > .inner01 ul li {
            font-size: 2.0085rem; }
            .aboutSection > .inner01 ul li + li {
              margin-top: 16px; } }
        @media screen and (max-width: 320px) {
          .aboutSection > .inner01 ul li {
            font-size: 1.545rem; } }
    .aboutSection > .inner01 .text01 {
      text-align: center;
      color: #434343;
      font-family: 'Noto Sans JP', serif;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.42;
      margin-bottom: 39px; }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01 .text01 {
          line-height: 1.75; } }
    .aboutSection > .inner01 .img01 {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01 .img01 {
          margin-left: -15px;
          margin-right: -15px;
          position: relative;} }
    .aboutSection > .inner01 .text02 {
      text-align: center;
      background: url("../img/about_bg03.png") no-repeat 50% 0;
      padding-top: 59px;
      margin-top: -33px;
      margin-bottom: 7px; }
      @media screen and (max-width: 767px) {
        .aboutSection > .inner01 .text02 {
          margin-top: 28px;
          position: relative; } }
      .aboutSection > .inner01 .text02 span {
        display: inline-block;
        color: #434343;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 3.5rem;
        line-height: 1.4;
        border: 5px solid #009dd4;
        padding: 0.1em 1em 0.2em;
        background: #fff; }
        @media screen and (max-width: 767px) {
          .aboutSection > .inner01 .text02 span {
            font-size: 3.5rem;
            line-height: 1.3;
            padding: 0.1em 0.5em 0.2em; } }

.featureSection {
  background-color: #fffee5;
  padding: 60px 0 92px; }
  @media screen and (max-width: 767px) {
    .featureSection {
      padding: 40px 0 40px; } }
  .featureSection > .inner01 {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .featureSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .featureSection > .inner01 .heading01 strong {
      color: #f39700;
      margin: 0 0.3em; }
      .featureSection > .inner01 .heading01 strong span {
        font-size: 6.0rem; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .heading01 strong span {
            font-size: 4.5rem; } }
    .featureSection > .inner01 .hdg01 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 20px; }
      .featureSection > .inner01 .hdg01 .num {
        color: #f39800;
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 6rem;
        line-height: 1;
        margin-right: 13px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .hdg01 .num {
            font-size: 3.375rem; } }
      .featureSection > .inner01 .hdg01 .text {
        color: #434343;
        font-family: 'Noto Sans JP', serif;
        font-weight: 500;
        font-size: 3.5rem;
        line-height: 1.142;
        position: relative; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .hdg01 .text {
            font-size: 1.96875rem; } }
        .featureSection > .inner01 .hdg01 .text em {
          position: relative; }
        .featureSection > .inner01 .hdg01 .text::before {
          content: '';
          position: absolute;
          bottom: 6px;
          width: 100%;
          height: 5px;
          background: #fdeacc; }
    .featureSection > .inner01 .hdg02 {
      color: #fff;
      font-family: 'Noto Sans JP', serif;
      font-weight: 500;
      font-size: 2.2rem;
      background: #f39800;
      padding: 0.2em 2.65em;
      display: inline-block;
      margin: 11px 0 15px 8px; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .hdg02 {
          font-size: 1.65rem; } }
    .featureSection > .inner01 .text01 {
      font-size: 1.4rem;
      line-height: 1.78; }
      .featureSection > .inner01 .text01 + .text01 {
        margin-top: 1.78em; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .text01 + .text01 {
            margin-top: 1em; } }
    .featureSection > .inner01 .box01 {
      background-color: #fff;
      border-radius: 30px;
      box-shadow: 1.721px 2.457px 2px 0px rgba(116, 115, 89, 0.2);
      padding: 45px 44px 55px 76px;
      margin-top: 55px; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .box01 {
          margin-top: 25px;
          padding: 45px 15px 55px 15px; } }
      .featureSection > .inner01 .box01 + .box01 {
        margin-top: 45px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .box01 + .box01 {
            margin-top: 25px; } }
      .featureSection > .inner01 .box01 .col01 {
        width: 444px;
        width: 50.4545454545%; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .box01 .col01 {
            width: 100%; } }
      .featureSection > .inner01 .box01 .col02 {
        width: 356px;
        width: 40.4545454545%; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .box01 .col02 {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .box01 .col02 .img01 {
            width: 80%;
            margin: 15px auto; } }
    .featureSection > .inner01 .box02 {
      background-color: #fefaf2;
      border-radius: 10px;
      padding: 17px 0 17px 25px; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .box02 {
          margin: 15px 0 15px 0;
          padding: 17px 15px 17px 15px; } }
      .featureSection > .inner01 .box02 .text03 {
        font-family: 'Noto Sans JP', serif;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.3;
        margin-left: 14px;
        width: 288px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .box02 .text03 {
            width: 70%;
            margin-left: 0;
            font-size: 1.32rem; } }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .box02 .fig01 {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .box02 .wrap01 {
          justify-content: space-between; } }
    .featureSection > .inner01 .personWrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      margin-right: 29px;
      margin-left: -4px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .personWrap {
          margin-right: 0; } }
      .featureSection > .inner01 .personWrap > .person {
        width: calc((100% - 45px) / 3);
        background-color: #fefaf2;
        border-radius: 20px;
        padding: 0 25px 20px 22px;
        margin: 48px 22.5px 0 0; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .personWrap > .person {
            width: 100%;
            margin: 48px 0 0 0; }
            .featureSection > .inner01 .personWrap > .person + .person {
              margin-top: 80px; } }
        .featureSection > .inner01 .personWrap > .person:nth-child(3n + 3) {
          margin-right: 0; }
        .featureSection > .inner01 .personWrap > .person:nth-child(n + 4) {
          margin-top: 90px; }
        .featureSection > .inner01 .personWrap > .person > .fig01 {
          text-align: center;
          margin-top: -60px;
          margin-bottom: 18px; }
          .featureSection > .inner01 .personWrap > .person > .fig01 img {
            width: 110px; }
        .featureSection > .inner01 .personWrap > .person > .name01 {
          text-align: center;
          color: #434343;
          font-family: 'Noto Sans JP', serif;
          font-weight: 500;
          font-size: 2.5rem;
          line-height: 1;
          margin-bottom: 16px; }
        .featureSection > .inner01 .personWrap > .person > .name02 {
          text-align: center;
          color: #f39800;
          font-family: 'Noto Sans JP', serif;
          font-weight: 500;
          font-size: 1.5rem;
          line-height: 1;
          margin-bottom: 18px; }
        .featureSection > .inner01 .personWrap > .person > dl {
          margin-top: 10px; }
          .featureSection > .inner01 .personWrap > .person > dl + dl {
            margin-top: 20px; }
          .featureSection > .inner01 .personWrap > .person > dl dt {
            color: #f39800;
            font-family: 'Noto Sans JP', serif;
            font-weight: 500;
            font-size: 1.7rem; }
          .featureSection > .inner01 .personWrap > .person > dl dd {
            color: #434343;
            font-family: 'Noto Sans JP', serif;
            font-weight: 400;
            font-size: 1.4rem;
            line-height: 1.64; }
    .featureSection > .inner01 .slider01 {
      margin-left: -25px;
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .slider01 {
          margin-left: 0; } }
    .featureSection > .inner01 .phList01 {
      position: relative; }
      @media screen and (max-width: 767px) {
        .featureSection > .inner01 .phList01 {
          display: flex;
          flex-wrap: wrap; } }
      .featureSection > .inner01 .phList01 li:nth-child(1) {
        position: absolute;
        top: 0;
        right: 29px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .phList01 li:nth-child(1) {
            position: static;
            top: inherit;
            right: inherit;
            width: 47.5%;
            margin-right: 5%; } }
      .featureSection > .inner01 .phList01 li:nth-child(2) {
        position: absolute;
        top: 143px;
        left: -29px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .phList01 li:nth-child(2) {
            position: static;
            top: inherit;
            right: inherit;
            width: 47.5%; } }
      .featureSection > .inner01 .phList01 li:nth-child(3) {
        position: absolute;
        top: 275px;
        right: 29px; }
        @media screen and (max-width: 767px) {
          .featureSection > .inner01 .phList01 li:nth-child(3) {
            position: static;
            top: inherit;
            right: inherit;
            width: 47.5%;
            margin-top: 10px; } }

.trainingSection {
  background-color: #f4fcff;
  padding: 73px 0 89px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .trainingSection {
      padding: 40px 0 40px; } }
  .trainingSection::before {
    content: '';
    position: absolute;
    top: 230px;
    left: calc(50% + 395px);
    width: 152px;
    height: 185px;
    background: #c3e9f6; }
    @media screen and (max-width: 767px) {
      .trainingSection::before {
        left: inherit;
        right: 0; } }
  .trainingSection > .inner01 {
    max-width: 995px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .trainingSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .trainingSection > .inner01::before {
      content: '';
      position: absolute;
      bottom: 240px;
      right: calc(50% + 395px);
      width: 152px;
      height: 185px;
      background: #c3e9f6; }
      @media screen and (max-width: 767px) {
        .trainingSection > .inner01::before {
          left: 0;
          right: inherit; } }
    .trainingSection > .inner01 .courceWrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px; }
      .trainingSection > .inner01 .courceWrap > .item {
        width: calc((100% - 15px) / 2);
        min-height: 170px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 1.721px 2.457px 2px 0px rgba(14, 92, 122, 0.2);
        padding: 27px 25px 20px 40px;
        margin: 15px 15px 0 0;
        position: relative; }
        @media screen and (max-width: 767px) {
          .trainingSection > .inner01 .courceWrap > .item {
            min-height: inherit;
            width: 100%;
            padding: 15px;
            margin: 15px 0 0 0; } }
        .trainingSection > .inner01 .courceWrap > .item:nth-child(2n + 2) {
          margin-right: 0; }
        .trainingSection > .inner01 .courceWrap > .item > .inner01 {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .trainingSection > .inner01 .courceWrap > .item > .inner01 > .fig01 {
            width: 108px; }
            @media screen and (max-width: 767px) {
              .trainingSection > .inner01 .courceWrap > .item > .inner01 > .fig01 {
                width: 60px;
                margin-right: 20px; } }
          .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 {
            width: calc(100% - 108px); }
            .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 .text01 {
              font-family: 'Noto Sans JP', serif;
              font-weight: 700;
              font-size: 2rem;
              line-height: 1.1;
              margin-bottom: 10px; }
              @media screen and (max-width: 767px) {
                .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 .text01 {
                  font-size: 1.8rem; } }
            .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 .text02 {
              font-family: 'Noto Sans JP', serif;
              font-weight: 400;
              font-size: 1.4rem;
              line-height: 1.642; }
            .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 ul li {
              font-family: 'Noto Sans JP', serif;
              font-size: 1.4rem;
              line-height: 1.5; }
              .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 ul li + li {
                margin-top: 3px; }
              .trainingSection > .inner01 .courceWrap > .item > .inner01 > .inner02 ul li::before {
                content: '・';
                font-family: 'Noto Sans JP', serif;
                font-weight: 400; }

.voiceSection {
  padding: 73px 0 144px;
  background: url("../img/voice_bg01.png") no-repeat 0 86px, url("../img/voice_bg02.png") no-repeat 100% 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .voiceSection {
      padding: 40px 0 40px; } }
  .voiceSection::before {
    content: '';
    position: absolute;
    top: 230px;
    left: calc(50% + 430px);
    width: 116px;
    height: 107px;
    background: #dcf6ff; }
    @media screen and (max-width: 767px) {
      .voiceSection::before {
        left: inherit;
        right: 0; } }
  .voiceSection > .inner01 {
    max-width: 992px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .voiceSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .voiceSection > .inner01::before {
      content: '';
      position: absolute;
      bottom: 119px;
      right: calc(50% + 425px);
      width: 116px;
      height: 107px;
      background: #fffccc; }
      @media screen and (max-width: 767px) {
        .voiceSection > .inner01::before {
          left: 0;
          right: inherit; } }
    .voiceSection > .inner01 .voiceWrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      position: relative; }
      .voiceSection > .inner01 .voiceWrap > .item {
        width: calc((100% - 36px) / 3);
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 1.721px 2.457px 2px 0px rgba(14, 92, 122, 0.2);
        padding: 0 25px 20px 25px;
        margin: 48px 18px 0 0; }
        @media screen and (max-width: 767px) {
          .voiceSection > .inner01 .voiceWrap > .item {
            width: 100%;
            padding: 0 15px 15px 15px;
            margin: 40px 0 0 0; } }
        .voiceSection > .inner01 .voiceWrap > .item:nth-child(3n + 3) {
          margin-right: 0; }
        .voiceSection > .inner01 .voiceWrap > .item > .inner01 {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-top: -10px;
          margin-bottom: 18px; }
          .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .fig01 {
            width: 97px;
            padding-left: 2px; }
            @media screen and (max-width: 767px) {
              .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .fig01 {
                width: 80px;
                padding-left: 0;
                margin-right: 15px; } }
          .voiceSection > .inner01 .voiceWrap > .item > .inner01 > dl {
            margin-top: 10px;
            width: calc(100% - 97px); }
            @media screen and (max-width: 767px) {
              .voiceSection > .inner01 .voiceWrap > .item > .inner01 > dl {
                width: calc(100% - 95px); } }
            .voiceSection > .inner01 .voiceWrap > .item > .inner01 > dl dt {
              color: #434343;
              font-family: 'Noto Sans JP', serif;
              font-weight: 700;
              font-size: 2rem;
              line-height: 1.1; }
              .voiceSection > .inner01 .voiceWrap > .item > .inner01 > dl dt .age {
                font-size: 1.6rem; }
            .voiceSection > .inner01 .voiceWrap > .item > .inner01 > dl dd {
              font-family: 'Noto Sans JP', serif;
              font-weight: 400;
              font-size: 1.4rem; }
          .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 {
            width: calc(100% - 108px); }
            .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 .text01 {
              font-family: 'Noto Sans JP', serif;
              font-weight: 700;
              font-size: 2rem;
              line-height: 1.1;
              margin-bottom: 10px; }
            .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 .text02 {
              font-family: 'Noto Sans JP', serif;
              font-weight: 400;
              font-size: 1.4rem;
              line-height: 1.642; }
            .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 ul li {
              font-size: 1.4rem;
              line-height: 1.5; }
              .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 ul li + li {
                margin-top: 3px; }
              .voiceSection > .inner01 .voiceWrap > .item > .inner01 > .inner02 ul li::before {
                content: '・';
                font-family: 'Noto Sans JP', serif;
                font-weight: 400; }
        .voiceSection > .inner01 .voiceWrap > .item .text01 {
          font-family: 'Noto Sans JP', serif;
          font-weight: 400;
          font-size: 1.4rem;
          line-height: 1.678; }

.faqSection {
  background-color: #fffcaa;
  padding: 60px 0 100px; }
  @media screen and (max-width: 767px) {
    .faqSection {
      padding: 40px 0 40px; } }
  .faqSection > .inner01 {
    max-width: 995px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .faqSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .faqSection > .inner01 .heading01 {
      margin-bottom: 56px; }
      @media screen and (max-width: 767px) {
        .faqSection > .inner01 .heading01 {
          margin-bottom: 40px; } }
    .faqSection > .inner01 .faqWrap .item {
      background-color: #fff;
      border-radius: 28px;
      box-shadow: 1.721px 2.457px 2px 0px rgba(116, 115, 89, 0.2);
      padding: 19px 25px; }
      .faqSection > .inner01 .faqWrap .item + .item {
        margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .faqSection > .inner01 .faqWrap .item {
          border-radius: 20px;
          padding: 13px 15px; } }
      .faqSection > .inner01 .faqWrap .item .questionWrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        cursor: pointer; }
        .faqSection > .inner01 .faqWrap .item .questionWrap::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 24px;
          height: 2px;
          background: #888888; }
          @media screen and (max-width: 767px) {
            .faqSection > .inner01 .faqWrap .item .questionWrap::before {
              width: 18px; } }
        .faqSection > .inner01 .faqWrap .item .questionWrap::after {
          content: '';
          position: absolute;
          top: calc(50% - 11px);
          right: 11px;
          width: 2px;
          height: 24px;
          background: #888888;
          transition: transform .3s ease-in-out,opacity .3s ease-in-out; }
          @media screen and (max-width: 767px) {
            .faqSection > .inner01 .faqWrap .item .questionWrap::after {
              top: calc(50% - 7.5px);
              right: 8px;
              height: 18px; } }
        .faqSection > .inner01 .faqWrap .item .questionWrap.open::after {
          transform: rotate(90deg); }
        .faqSection > .inner01 .faqWrap .item .questionWrap .hdg {
          font-family: 'Noto Sans JP', serif;
          font-weight: 700;
          font-size: 3rem;
          line-height: 1;
          background: #fff100;
          border-radius: 50%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          width: 39px;
          height: 39px;
          margin-right: 24px; }
          @media screen and (max-width: 767px) {
            .faqSection > .inner01 .faqWrap .item .questionWrap .hdg {
              margin-right: 12px;
              font-size: 2.25rem; } }
        .faqSection > .inner01 .faqWrap .item .questionWrap .text {
          width: calc(100% - 39px - 24px - 30px);
          font-family: 'Noto Sans JP', serif;
          font-weight: 700;
          font-size: 2rem;
          line-height: 1.35; }
          @media screen and (max-width: 767px) {
            .faqSection > .inner01 .faqWrap .item .questionWrap .text {
              width: calc(100% - 51px - 30px);
              font-size: 1.5rem; } }
      .faqSection > .inner01 .faqWrap .item .answerWrap {
        display: none;
        margin-top: 10px; }
        .faqSection > .inner01 .faqWrap .item .answerWrap .inner {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start; }
          @media screen and (max-width: 767px) {
            .faqSection > .inner01 .faqWrap .item .answerWrap .inner {
              align-items: flex-start; } }
          .faqSection > .inner01 .faqWrap .item .answerWrap .inner .hdg {
            color: #009dd4;
            font-family: 'Noto Sans JP', serif;
            font-weight: 700;
            font-size: 4rem;
            line-height: 1.3;
            width: 39px;
            margin-right: 24px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .faqSection > .inner01 .faqWrap .item .answerWrap .inner .hdg {
                margin-right: 12px;
                font-size: 3.6rem;
                line-height: 1; } }
          .faqSection > .inner01 .faqWrap .item .answerWrap .inner .text {
            font-family: 'Noto Sans JP', serif;
            font-weight: 400;
            font-size: 1.6rem;
            width: calc(100% - 39px - 24px - 30px); }
            @media screen and (max-width: 767px) {
              .faqSection > .inner01 .faqWrap .item .answerWrap .inner .text {
                width: calc(100% - 51px - 30px);
                font-size: 1.4rem; } }

.sloganSection {
  background-color: #009dd4;
  padding: 76px 0 84px; }
  @media screen and (max-width: 767px) {
    .sloganSection {
      padding: 40px 0 40px; } }
  .sloganSection > .inner01 {
    max-width: 995px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .sloganSection > .inner01 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    .sloganSection > .inner01 .text01 {
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-size: 3rem;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .sloganSection > .inner01 .text01 {
          font-size: 2.25rem; } }
    .sloganSection > .inner01 .text02 {
      font-family: 'Noto Sans JP', serif;
      font-weight: 700;
      font-size: 4rem;
      line-height: 1.3;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .sloganSection > .inner01 .text02 {
          font-size: 3rem; } }
    .sloganSection > .inner01 .text03 {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .sloganSection > .inner01 .text03 img {
          width: 82%; } }
    .sloganSection > .inner01 .text04 {
      font-family: 'Noto Sans JP', serif;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .sloganSection > .inner01 .text04 {
          font-size: 1.4rem; } }
      .sloganSection > .inner01 .text04 + .text04 {
        margin-top: 1.3em; }
