/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #282422;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1080px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: .92vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #282422;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1080px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Outfit", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 2s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

body {
  position: relative;
  z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  position: absolute;
  padding: 1.6rem;
  left: 0;
  top: 0;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 1.2rem; } }
  .header-ttl {
    width: 12.3rem; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        width: 9rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.div-mv {
  height: 80vh;
  min-height: 71.2rem;
  display: flex;
  background: url("../img/bg_main.png");
  background-size: 3.9rem auto;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 30vh; }
  @media only screen and (max-width: 767px) {
    .div-mv {
      max-height: 50vh;
      min-height: 50rem;
      padding-top: 13vh; } }
  .div-mv.fade {
    animation-name: show;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
  .div-mv:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: url("../img/fig_main.png") no-repeat 50% 50%;
    background-size: 110rem auto; }
    @media only screen and (max-width: 1210px) {
      .div-mv:after {
        background-size: 100% auto; } }
    @media only screen and (max-width: 767px) {
      .div-mv:after {
        height: 120%;
        background-size: 100% auto; } }
  @media only screen and (max-width: 1210px) and (max-width: 767px) {
    .div-mv:after {
      background-position: 60% 50%;
      background-size: 100vw auto; } }

  .div-mv-scroll {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2rem; }
    .div-mv-scroll a {
      display: block;
      text-align: center;
      font-size: 1.2rem;
      color: #fff; }
      .div-mv-scroll a img {
        width: 1.6rem;
        animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
        margin-top: .3rem; }
@keyframes floating-y {
  0% {
    transform: translateY(-0.5rem); }
  100% {
    transform: translateY(0.5rem); } }
  .div-mv-mes {
    width: 102.4rem;
    text-align: left; }
    .div-mv-mes.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: .8s; }
    .div-mv-mes p {
      font-size: 3.4rem;
      line-height: 1.3;
      font-weight: 700;
      padding-top: 0.8rem;
      color: #fff;
      text-shadow: 0 0 5rem rgba(226, 72, 34, 0.9); }
      .div-mv-mes p strong {
        font-size: 5rem; }
        @media only screen and (max-width: 767px) {
          .div-mv-mes p strong {
            font-size: 3.6rem; } }
      @media only screen and (max-width: 767px) {
        .div-mv-mes p {
          font-size: 2rem;
          padding: 0.8rem 2.4rem 0; } }

.section-trouble {
  background: url("../img/bg_bottom.svg") no-repeat 50% 100% #eee;
  background-size: 100% 10rem;
  padding: 10rem 3rem;
  margin-bottom: -.5rem; }
  @media only screen and (max-width: 767px) {
    .section-trouble {
      background-size: 100% 5rem;
      padding: 7rem 0 10rem; } }
  .section-trouble-header {
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-header {
        padding-bottom: 2.5rem; } }
    .section-trouble-header-p {
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-trouble-header-p {
          font-size: 1.6rem; } }
      .section-trouble-header-p mark {
        background: #E24822;
        color: #fff;
        display: inline-block;
        padding: 0 .3rem; }
    .section-trouble-header-ttl {
      font-size: 4rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-trouble-header-ttl {
          font-size: 2.4rem;
          line-height: 1.3;
          padding-top: 1rem; } }
      .section-trouble-header-ttl strong {
        font-size: 4.8rem;
        color: #E24822; }
        @media only screen and (max-width: 767px) {
          .section-trouble-header-ttl strong {
            font-size: 3.2rem; } }
  .section-trouble-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 110rem;
    margin: 0 auto; }
    .section-trouble-list .article-trouble {
      width: 31.5rem;
      border-radius: 2.2rem;
      background: #fff;
      margin: 0 1rem 4rem;
      box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        .section-trouble-list .article-trouble {
          margin: 0 .5rem 2rem; } }
      .section-trouble-list .article-trouble-ttl {
        background: #E24822;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        padding: .8rem 0;
        border-radius: 2.2rem 2.2rem 0 0; }
        .section-trouble-list .article-trouble-ttl strong {
          font-size: 2.4rem; }
      .section-trouble-list .article-trouble-fig {
        height: 21rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section-trouble-list .article-trouble-fig img {
          max-width: 20rem; }
      .section-trouble-list .article-trouble p {
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
        font-weight: 700;
        padding: 2rem; }
.section-feature {
  background: #eee;
  padding: 10rem 3rem; }
  @media only screen and (max-width: 767px) {
    .section-feature {
      padding: 5rem 2rem; } }
  .section-feature-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-feature-header {
        padding-bottom: 6rem; } }
    .section-feature-header-en {
      font-size: 8rem;
      line-height: 1.1;
      color: #E24822;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-feature-header-en {
          font-size: 7.2rem; } }
    .section-feature-header-ttl {
      font-size: 1.6rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-feature-header-ttl {
          font-size: 1.5rem; } }
  .section-feature-inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-feature-inner .article-feature {
      width: 90rem;
      height: 24.5rem;
      background: #fff;
      border-radius: 1.5rem;
      box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 5rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature {
          width: 100%;
          height: auto;
          flex-direction: column; } }
      .section-feature-inner .article-feature-fig {
        width: 24rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-fig {
            padding-top: 2rem; } }
        .section-feature-inner .article-feature-fig img {
          max-width: 20.5rem; }
      .section-feature-inner .article-feature:nth-of-type(1) .article-feature-wrap {
        padding-right: 5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature:nth-of-type(1) .article-feature-wrap {
            padding: 2rem; } }
      .section-feature-inner .article-feature:nth-of-type(1) .article-feature-fig {
        position: relative;
        top: -1.5rem; }
      .section-feature-inner .article-feature:nth-of-type(2) .article-feature-fig {
        width: 24rem; }
      .section-feature-inner .article-feature:nth-of-type(2) .article-feature-wrap {
        padding-left: 4rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature:nth-of-type(2) .article-feature-wrap {
            padding: 2rem; } }
      .section-feature-inner .article-feature-wrap {
        width: 100%; }
        .section-feature-inner .article-feature-wrap p {
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-wrap p {
              font-size: 1.4rem; } }
      .section-feature-inner .article-feature-ttl {
        font-size: 2.2rem;
        line-height: 1.5;
        text-align: left;
        padding-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-ttl {
            font-size: 1.6rem;
            text-align: center; } }
        .section-feature-inner .article-feature-ttl strong {
          font-size: 3rem;
          border-bottom: 0.4rem solid #E24822; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-ttl strong {
              font-size: 2.4rem; } }
      .section-feature-inner .article-feature:before {
        content: "";
        position: absolute;
        font-size: 5rem;
        line-height: 1;
        color: #E24822;
        top: -0.7em; }
      .section-feature-inner .article-feature:nth-of-type(1) {
        margin-left: 8rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature:nth-of-type(1) {
            margin-left: 0; } }
        .section-feature-inner .article-feature:nth-of-type(1):before {
          left: 2rem;
          content: "01"; }
      .section-feature-inner .article-feature:nth-of-type(2) {
        margin-right: 8rem;
        flex-direction: row-reverse; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature:nth-of-type(2) {
            flex-direction: column;
            margin-right: 0; } }
        .section-feature-inner .article-feature:nth-of-type(2):before {
          right: 2rem;
          content: "02"; }
.section-value {
  padding: 10rem 3rem; }
  @media only screen and (max-width: 767px) {
    .section-value {
      padding: 5rem 0; } }
  .section-value-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-value-header {
        padding-bottom: 2rem; } }
    .section-value-header-en {
      font-size: 8rem;
      line-height: 1.1;
      color: #E24822;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-value-header-en {
          font-size: 7.2rem; } }
    .section-value-header-ttl {
      font-size: 1.6rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-value-header-ttl {
          font-size: 1.5rem; } }
  .section-value-inner {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .section-value-inner .slick-dots li button {
        background: #ccc; } }
    .section-value-inner .li-value {
      width: 28.3rem;
      height: 28.3rem;
      background: #eee;
      border-radius: 50%;
      box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.2);
      margin: 3rem 2.5rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .section-value-inner .li-value-fig {
        width: 14rem;
        height: 14rem;
        margin-bottom: .5rem;
        flex-shrink: 0; }
      .section-value-inner .li-value p {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center; }
      .section-value-inner .li-value small {
        font-size: 1.4rem;
        color: #E24822; }
      .section-value-inner .li-value:before {
        content: "";
        position: absolute;
        font-size: 4rem;
        line-height: 1;
        color: #E24822;
        top: -0.5em;
        left: 0;
        width: 100%;
        text-align: center; }
      .section-value-inner .li-value:nth-of-type(1):before {
        content: "01"; }
      .section-value-inner .li-value:nth-of-type(2):before {
        content: "02"; }
      .section-value-inner .li-value:nth-of-type(3):before {
        content: "03"; }
      .section-value-inner .li-value:nth-of-type(4):before {
        content: "04"; }
      .section-value-inner .li-value:nth-of-type(5):before {
        content: "05"; }
.section-exam {
  padding: 10rem 3rem; }
  @media only screen and (max-width: 767px) {
    .section-exam {
      padding: 5rem 1rem; } }
  .section-exam-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-exam-header {
        padding-bottom: 3rem; } }
    .section-exam-header-en {
      font-size: 8rem;
      line-height: 1.1;
      color: #707070;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-exam-header-en {
          font-size: 4.5rem;
          line-height: 1; } }
    .section-exam-header-ttl {
      font-size: 1.6rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-exam-header-ttl {
          font-size: 1.5rem; } }
.section-case {
  padding-bottom: 8rem; }
  .section-case-ttl {
    display: flex;
    font-size: 2.4rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-case-ttl {
        font-size: 2rem; } }
    .section-case-ttl small {
      font-size: 1.6rem;
      font-weight: 400;
      color: #E24822;
      margin-bottom: .3rem; }
      @media only screen and (max-width: 767px) {
        .section-case-ttl small {
          font-size: 1.4rem; } }
    .section-case-ttl strong {
      border-bottom: 0.3rem solid #E24822; }
  .section-case h4 {
    width: 27rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    border-radius: 5rem;
    margin: 0 auto -2.5rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-case h4 {
        width: 24rem;
        font-size: 1.8rem; } }
  .section-case-before {
    margin-bottom: 5rem; }
    .section-case-before h4 {
      background: #434243; }
    .section-case-before .section-case-inner {
      background: #eee;
      letter-spacing: 0; }
      .section-case-before .section-case-inner dl > div:nth-of-type(1) p {
        width: 8.7rem;
        margin-bottom: 1rem; }
      .section-case-before .section-case-inner dl > div:nth-of-type(1) ul {
        display: flex;
        align-items: flex-end; }
        @media only screen and (max-width: 767px) {
          .section-case-before .section-case-inner dl > div:nth-of-type(1) ul {
            padding: 0 .5rem; } }
        .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: -1.8rem;
          margin-left: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li {
              margin: 0 .5rem 0;
              width: 100%; } }
          .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(1) img {
            width: 12.7rem; }
          .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(2) img {
            width: 11.4rem; }
          .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li span {
            height: 3.6rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #E24822;
            color: #fff;
            font-weight: 700;
            font-size: 1.5rem;
            border-radius: 5rem;
            margin-top: 1rem;
            padding: 0 1.5rem; }
            @media only screen and (max-width: 767px) {
              .section-case-before .section-case-inner dl > div:nth-of-type(1) ul li span {
                font-size: 1.3rem;
                line-height: 1.2;
                text-align: center;
                height: 4rem; } }
      .section-case-before .section-case-inner dl > div:nth-of-type(2) {
        background: #626161; }
        .section-case-before .section-case-inner dl > div:nth-of-type(2) dt {
          color: #fff; }
        .section-case-before .section-case-inner dl > div:nth-of-type(2) dd {
          padding-left: 1.5rem; }
        .section-case-before .section-case-inner dl > div:nth-of-type(2) img {
          width: 15.4rem; }
  .section-case-after h4 {
    background: #E24822; }
  .section-case-after .section-case-inner {
    background: rgba(226, 72, 34, 0.1);
    letter-spacing: 0; }
    .section-case-after .section-case-inner dl > div:nth-of-type(1) {
      border: 0.4rem solid #E24822; }
      .section-case-after .section-case-inner dl > div:nth-of-type(1) dt {
        color: #E24822; }
      .section-case-after .section-case-inner dl > div:nth-of-type(1) ul {
        display: flex;
        align-items: flex-end;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-case-after .section-case-inner dl > div:nth-of-type(1) ul {
            flex-direction: column;
            align-items: center; } }
        .section-case-after .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(1) {
          margin-right: 4rem; }
          @media only screen and (max-width: 767px) {
            .section-case-after .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(1) {
              margin-right: 0; } }
          .section-case-after .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(1) img {
            width: 4.8rem; }
        @media only screen and (max-width: 767px) {
          .section-case-after .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(2) {
            padding: 0 2rem; } }
        .section-case-after .section-case-inner dl > div:nth-of-type(1) ul li:nth-of-type(2) img {
          width: 32rem; }
    .section-case-after .section-case-inner dl > div:nth-of-type(2) {
      background: #E24822; }
      .section-case-after .section-case-inner dl > div:nth-of-type(2) dt {
        color: #fff; }
      .section-case-after .section-case-inner dl > div:nth-of-type(2) dd {
        padding-left: 1.5rem; }
      .section-case-after .section-case-inner dl > div:nth-of-type(2) img {
        width: 15.4rem; }
  .section-case-inner {
    max-width: 105rem;
    border-radius: 1.5rem;
    padding: 15rem 5rem 5rem;
    margin: 0 auto; }
    @media only screen and (max-width: 1210px) {
      .section-case-inner {
        padding: 15rem 3rem 3rem; } }
    .section-case-inner dl {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .section-case-inner dl {
          flex-direction: column; } }
      .section-case-inner dl > div {
        background: #fff;
        box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.2);
        border-radius: 1.5rem;
        height: 12rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-around; }
        @media only screen and (max-width: 767px) {
          .section-case-inner dl > div {
            height: auto;
            flex-direction: column; } }
        .section-case-inner dl > div:nth-of-type(1) {
          width: 100%; }
        .section-case-inner dl > div:nth-of-type(2) {
          margin-left: 1.5rem;
          flex-direction: row-reverse;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-case-inner dl > div:nth-of-type(2) {
              margin: 1.5rem 0 0 0;
              flex-direction: column; } }
        .section-case-inner dl > div dt {
          font-size: 1.8rem;
          height: 12rem;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding: 0 2rem; }
          @media only screen and (max-width: 767px) {
            .section-case-inner dl > div dt {
              height: auto;
              width: 100%;
              padding: 2rem 0 1.5rem;
              font-size: 1.7rem;
              line-height: 1.3; } }
        .section-case-inner dl > div dd {
          display: flex;
          align-items: flex-end;
          justify-content: center; }
          @media only screen and (max-width: 767px) {
            .section-case-inner dl > div dd {
              flex-direction: column;
              align-items: center;
              padding: 0 0 2rem;
              width: 100%; } }
    .section-case-inner-txt {
      text-align: center;
      padding-top: 3.5rem; }
      .section-case-inner-txt p {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-case-inner-txt p {
            font-size: 1.8rem;
            margin-bottom: .8rem; } }
        .section-case-inner-txt p:nth-of-type(1) {
          font-size: 1.8rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-case-inner-txt p:nth-of-type(1) {
              font-size: 1.6rem; } }
        .section-case-inner-txt p mark {
          border-bottom: 0.3rem solid #E24822;
          background: none;
          color: #282422;
          font-weight: 700; }
.section-user-ttl {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .section-user-ttl {
      font-size: 2rem; } }
  .section-user-ttl:before, .section-user-ttl:after {
    content: "";
    width: 1.5rem;
    height: .4rem;
    background: #ccc;
    margin: 0 .8rem; }
.section-user ul {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .section-user ul {
      flex-wrap: wrap; } }
  .section-user ul li {
    margin: 0 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-user ul li {
        margin: 0 1rem 2rem; } }
    .section-user ul li figure {
      width: 21rem;
      height: 21rem;
      border: .4rem solid #eee;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .section-user ul li figure {
          width: 15rem;
          height: 15rem; } }
      .section-user ul li figure img {
        width: 10rem; }
        @media only screen and (max-width: 767px) {
          .section-user ul li figure img {
            width: 6.5rem; } }
      .section-user ul li figure figcaption {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-user ul li figure figcaption {
            font-size: 1.5rem; } }
        .section-user ul li figure figcaption span {
          font-size: 1.4rem;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            .section-user ul li figure figcaption span {
              font-size: 1.1rem; } }
.section-flow {
  background: #eee;
  padding: 10rem 3rem; }
  @media only screen and (max-width: 767px) {
    .section-flow {
      padding: 5rem 3rem 3rem; } }
  .section-flow-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-flow-header {
        padding-bottom: 3rem; } }
    .section-flow-header-en {
      font-size: 8rem;
      line-height: 1.1;
      color: #E24822;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-en {
          font-size: 7.2rem; } }
    .section-flow-header-ttl {
      font-size: 1.6rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-ttl {
          font-size: 1.5rem; } }
  .section-flow-inner {
    max-width: 90rem;
    margin: 0 auto; }
    .section-flow-inner .article-flow {
      background: #fff;
      box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.2);
      display: flex;
      justify-content: space-between;
      border-radius: 1.5rem;
      margin-bottom: 5rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner .article-flow {
          flex-direction: column; } }
      .section-flow-inner .article-flow:after {
        content: "";
        border-style: solid;
        border-width: 1rem 2rem;
        border-color: #333 transparent transparent;
        position: absolute;
        left: 50%;
        margin-left: -1rem;
        bottom: -4rem; }
      .section-flow-inner .article-flow:nth-last-of-type(1):after {
        display: none; }
      .section-flow-inner .article-flow:nth-last-of-type(1) .article-flow-num {
        background: #E24822; }
      .section-flow-inner .article-flow-num {
        flex-shrink: 0;
        width: 16rem;
        background: #7D7D7D;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 1.5rem 0 0 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-num {
            width: 100%;
            padding: 1.5rem 0;
            border-radius: 1.5rem 1.5rem 0 0; } }
        .section-flow-inner .article-flow-num strong {
          font-size: 3rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-num strong {
              font-size: 2.4rem; } }
      .section-flow-inner .article-flow-wrap {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-wrap {
            flex-direction: column; } }
      .section-flow-inner .article-flow-inner {
        padding: 2.5rem 0 2.5rem 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-inner {
            padding: 2rem; } }
        .section-flow-inner .article-flow-inner p {
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner .article-flow-inner p {
              font-size: 1.4rem; } }
      .section-flow-inner .article-flow-ttl {
        font-size: 2.4rem;
        padding-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-ttl {
            text-align: center;
            font-size: 1.8rem; } }
      .section-flow-inner .article-flow-fig {
        width: 15rem;
        flex-shrink: 0;
        text-align: center;
        margin-right: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-fig {
            width: 12rem;
            margin: 0 auto;
            padding-top: 2rem; } }

.aside-contact {
  background: #E24822;
  padding: 8.5rem 4rem; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      padding: 5rem 2rem; } }
  .aside-contact > p {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .aside-contact > p {
        font-size: 2rem; } }
    .aside-contact > p strong {
      color: #fff; }
  .aside-contact-box {
    max-width: 90rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .aside-contact-box {
        height: auto;
        padding: 2rem; } }
    .aside-contact-box-ttl {
      font-size: 2.8rem;
      padding-bottom: .8rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box-ttl {
          font-size: 1.8rem; } }
      .aside-contact-box-ttl strong {
        color: #E24822; }
    .aside-contact-box > p {
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box > p {
          text-align: left; } }
    .aside-contact-box ul {
      padding-top: 2.5rem;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box ul {
          flex-direction: column;
          padding-top: 1.5rem; } }
      .aside-contact-box ul li {
        width: 36rem;
        height: 6rem;
        border-radius: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: .8rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-box ul li {
            width: 28rem;
            margin: .5rem 0; } }
        .aside-contact-box ul li:nth-of-type(2) {
          background: #E24822; }
          .aside-contact-box ul li:nth-of-type(2) a {
            color: #fff;
            font-size: 1.9rem;
            font-weight: 700; }
            @media only screen and (max-width: 767px) {
              .aside-contact-box ul li:nth-of-type(2) a {
                font-size: 1.7rem; } }
        .aside-contact-box ul li:nth-of-type(1) {
          background: #eee; }
          .aside-contact-box ul li:nth-of-type(1) a {
            background: url("../img/fig_tel.png") no-repeat 0% 50%;
            background-size: 3.3rem auto;
            padding-left: 4rem;
            font-size: 3.2rem;
            line-height: 1;
            font-weight: 600; }
            @media only screen and (max-width: 767px) {
              .aside-contact-box ul li:nth-of-type(1) a {
                font-size: 2.4rem; } }
          .aside-contact-box ul li:nth-of-type(1) p {
            font-size: 1.2rem; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  padding: 10rem 2rem 1.5rem;
  background: #313131;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 5rem 2rem 1rem; } }
  .footer-logo {
    width: 12.6rem;
    padding-bottom: 3.5rem; }
    @media only screen and (max-width: 767px) {
      .footer-logo {
        padding-bottom: 3rem; } }
  .footer-ad {
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .footer-ad {
        padding-bottom: 4rem; } }
    .footer-ad p {
      text-align: center;
      padding-bottom: 1.5rem; }
    .footer-ad ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .footer-ad ul {
          flex-direction: column; } }
      .footer-ad ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 1rem;
        font-size: 1.8rem; }
        .footer-ad ul li a {
          color: #fff; }
        .footer-ad ul li span {
          font-size: 1.8rem;
          margin-right: .8rem; }
  .footer-security {
    padding-bottom: 2.5rem; }
    .footer-security ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-security ul li {
        margin: 0 .5rem; }
    .footer-security p {
      font-size: 1.2rem;
      line-height: 1.2;
      padding-top: 1rem;
      text-align: center; }
      @media only screen and (max-width: 1210px) {
        .footer-security p {
          letter-spacing: 0; } }
  .footer-copy {
    font-size: 1rem; }

@media only screen and (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center; }
    .slick-dots li {
      margin: 0 .2rem; }
      .slick-dots li button {
        margin: 0;
        padding: 0;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        background: #fff;
        text-indent: -999rem;
        border: none;
        outline: none; }
      .slick-dots li.slick-active button {
        background: #E24822; } }
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.trigger, .start {
  opacity: 0; }

.delay > div, .delay > article {
  opacity: 0; }

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .5s; }

.fadeUUp {
  opacity: 0;
  animation-name: none; }
  .fadeUUp.fade {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeLeft {
  animation-name: none;
  opacity: 0; }
  .fadeLeft.fade {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeRight {
  animation-name: none;
  opacity: 0; }
  .fadeRight.fade {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
