@charset "UTF-8";
/* --------------------------------------------------
	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;
  color-scheme: light only; }

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #282422; }

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

@media only screen and (min-width: 1080px) {
  html {
    font-size: .58vw; }

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

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

  .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; }

  .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: "Inter", "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: "Inter", "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 {
  width: 100%;
  height: 6.4rem;
  background: #E24822;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  /*	&-catch {
  		font-size: 1rem;
  		color: #fff;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		font-weight: 700;
  		margin-bottom: 0;
  		@media only screen and (max-width:767px){
  		}
  		strong {
  			font-size: 1.2rem;
  		}
  	}
  	&-des {
  		font-size: 1rem;
  		letter-spacing: 0;
  		font-weight: 700;
  		@media only screen and (max-width:767px){
  			font-size: .9rem;
  			width: 100%;
  			text-align: center;
  		}
  	} */ }
  @media only screen and (max-width: 767px) {
    .header {
      height: auto;
      position: static; } }
  .header-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .header-wrap {
        width: 100%;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1.4rem 0 .8rem; } }
  .header-ttl {
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    position: relative;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        font-size: 2.4rem; } }
    .header-ttl:before {
      content: "シーサー";
      width: 8em;
      text-align: center;
      font-weight: 700;
      font-size: .9rem;
      position: absolute;
      left: 0;
      top: -.8em; }
  .header-contact ul {
    display: flex;
    justify-content: center; }
    .header-contact ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 .8rem; }
      @media only screen and (max-width: 767px) {
        .header-contact ul li {
          margin: .6rem .5rem; } }
      .header-contact ul li:nth-of-type(2) a {
        height: 3.6rem;
        border: 1px solid #fff;
        border-radius: 5rem;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        padding: 0 2rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (min-width: 1080px) {
          .header-contact ul li:nth-of-type(2) a:hover {
            background: #fff;
            color: #E24822; } }
        @media only screen and (max-width: 767px) {
          .header-contact ul li:nth-of-type(2) a {
            font-size: 1.3rem; } }
      .header-contact ul li:nth-of-type(1) a {
        background: url("../img/fig_tel_w.png") no-repeat 0% 50%;
        background-size: 2.3rem auto;
        padding-left: 3rem;
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 600;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .header-contact ul li:nth-of-type(1) a {
            font-size: 2.4rem; } }
      .header-contact ul li:nth-of-type(1) p {
        font-size: 1rem;
        line-height: 1.2;
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .header-contact {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #E24822;
      z-index: 999; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.div-mv {
  width: 100%;
  background-image: url("../img/fig_main.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 48 / 18; }
  @media only screen and (max-width: 767px) {
    .div-mv {
      background-image: url("../img/fig_main_sp.jpg");
      height: 50vh;
      background-position: 20% 50%; } }
  .div-mv-wrap {
    width: 102.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (min-width: 1600px) {
      .div-mv-wrap {
        width: 100%;
        padding: 0 9vw; } }
    @media only screen and (max-width: 767px) {
      .div-mv-wrap {
        width: auto; } }
  .div-mv-catch {
    font-size: 2rem;
    color: #fff;
    background: url("../img/bg_name_catch.svg") no-repeat;
    background-size: 100% 100%;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 0 4rem 0 2rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-catch {
        font-size: 1.2rem;
        height: 3rem;
        padding: 0 2.5rem 0 1.2rem; } }
    .div-mv-catch span {
      color: #fff;
      font-weight: 400; }
    .div-mv-catch strong {
      font-size: 2.4rem;
      font-weight: 600;
      letter-spacing: .2rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-catch strong {
          font-size: 1.5rem; } }
  .div-mv-des {
    font-size: 2rem;
    font-weight: 700;
    padding-left: .5rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-des {
        font-size: 1.3rem; } }
  .div-mv-ttl {
    font-size: 9rem;
    line-height: 1;
    color: #E24822;
    position: relative;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .div-mv-ttl {
        font-size: 5.5rem; } }
    .div-mv-ttl:before {
      content: "シーサー";
      font-weight: 700;
      font-size: 1.4rem;
      position: absolute;
      left: 14rem;
      top: 1rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-ttl:before {
          font-size: 1.1rem;
          left: 8rem; } }

.section-problem-list {
  max-width: 102.4rem;
  margin: 3rem auto 0;
  padding: 1.8rem 0 4rem;
  border: 0.5rem solid #E24822;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .section-problem-list {
      margin: 2rem;
      display: block;
      padding: 2rem 0; } }
  .section-problem-list .article-problem {
    width: calc(100% / 3);
    padding: 0 2rem 0 3rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-problem-list .article-problem {
        width: 30rem;
        padding: 0 1.5rem; } }
    .section-problem-list .article-problem:nth-of-type(2):before, .section-problem-list .article-problem:nth-of-type(2):after {
      content: "";
      width: .3rem;
      height: 24.5rem;
      background: #eee;
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem:nth-of-type(2):before, .section-problem-list .article-problem:nth-of-type(2):after {
          display: none; } }
    .section-problem-list .article-problem:nth-of-type(2):after {
      right: 0; }
    .section-problem-list .article-problem:nth-of-type(2):before {
      left: 0; }
    .section-problem-list .article-problem-num {
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      background: #E24822;
      color: #fff;
      font-size: 2.8rem;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 1rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem-num {
          width: 4.2rem;
          height: 4.2rem;
          font-size: 2.2rem; } }
    .section-problem-list .article-problem-ttl {
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem-ttl {
          font-size: 2.2rem; } }
      .section-problem-list .article-problem-ttl strong {
        color: #E24822; }
    .section-problem-list .article-problem ul {
      padding-bottom: 3rem; }
      .section-problem-list .article-problem ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: -1rem; }
        .section-problem-list .article-problem ul li figure {
          width: 11rem;
          height: 11rem;
          border-radius: 50%;
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 1rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-problem-list .article-problem ul li figure {
              width: 9.6rem;
              height: 9.6rem; } }
          .section-problem-list .article-problem ul li figure img {
            width: 10rem; }
            @media only screen and (max-width: 767px) {
              .section-problem-list .article-problem ul li figure img {
                width: 8rem; } }
.section-problem-catch {
  width: 42rem;
  height: 6.5rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3.2rem;
  line-height: 1.5;
  background: #E24822;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  top: -4rem; }
  @media only screen and (max-width: 767px) {
    .section-problem-catch {
      width: 30rem;
      height: 4rem;
      line-height: 1.2;
      top: -4rem;
      font-size: 2rem; } }
  .section-problem-catch strong {
    font-size: 4.5rem; }
    @media only screen and (max-width: 767px) {
      .section-problem-catch strong {
        font-size: 3.2rem; } }
  .section-problem-catch b {
    font-size: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-problem-catch b {
        font-size: 2.5rem; } }
.section-problem-about {
  background: url("../img/bg_arrow.svg") no-repeat 0% 0% #F6F6F6;
  background-size: 100% 8.5rem;
  padding: 15rem 0 8rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-problem-about {
      background-size: 100% 5rem;
      padding: 10rem 0 5rem; } }
  .section-problem-about p {
    font-size: 3rem;
    font-weight: 700;
    color: #E24822;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-problem-about p {
        font-size: 1.8rem; } }
    .section-problem-about p strong {
      font-size: 3.6rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-about p strong {
          font-size: 2.2rem; } }
  .section-problem-about:before, .section-problem-about:after {
    content: "";
    width: 50%;
    height: calc(100% - 8.5rem);
    position: absolute;
    top: 8.5rem;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:before, .section-problem-about:after {
        top: 5rem;
        height: calc(100% - 5rem); } }
  .section-problem-about:before {
    right: calc(50% + 20rem);
    background: url("../img/bg_left.png") no-repeat 100% 50%;
    background-size: 90rem auto; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:before {
        width: 100%;
        right: 0;
        background-size: auto 80%;
        background-position: 0% 50%;
        opacity: 0.5; } }
  .section-problem-about:after {
    left: calc(50% + 20rem);
    background: url("../img/bg_right.png") no-repeat 0% 50%;
    background-size: 90rem auto; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:after {
        display: none; } }
.section-problem-ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: 0.5rem solid #E24822;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 767px) {
    .section-problem-ttl {
      font-size: 1.8rem;
      border-width: .4rem;
      margin-bottom: 2.5rem; } }
  .section-problem-ttl strong {
    font-size: 3.6rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-problem-ttl strong {
        font-size: 3.2rem; } }
    .section-problem-ttl strong span {
      font-size: 1.3rem;
      position: absolute;
      left: 2rem;
      top: -.8rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-ttl strong span {
          font-size: 1.1rem; } }
.section-feature {
  padding: 6rem 6rem 3rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-feature {
      padding: 5rem 2rem 0; } }
  .section-feature-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-feature-header {
        padding-bottom: 3rem; } }
    .section-feature-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #eee;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .section-feature-header-en {
          font-size: 5.4rem; } }
    .section-feature-header-ttl {
      font-size: 5rem;
      line-height: 1.1;
      position: relative;
      width: 102.4rem;
      margin: 0 auto;
      text-align: left; }
      .section-feature-header-ttl strong {
        color: #E24822;
        font-size: 4.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-header-ttl strong {
            font-size: 3rem; } }
      .section-feature-header-ttl span {
        font-size: 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-header-ttl span {
            font-size: 2rem; } }
      @media only screen and (max-width: 767px) {
        .section-feature-header-ttl {
          font-size: 3rem;
          text-align: center; } }
  .section-feature-inner .article-feature {
    max-width: 102.4rem;
    position: relative;
    margin: 0 auto 8rem; }
    @media only screen and (max-width: 767px) {
      .section-feature-inner .article-feature {
        flex-direction: column;
        margin-bottom: 7rem; }
        .section-feature-inner .article-feature:nth-last-of-type(1) {
          margin-bottom: 5rem; } }
    .section-feature-inner .article-feature-wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-wrap {
          flex-direction: column-reverse; } }
    .section-feature-inner .article-feature:nth-of-type(2n) .article-feature-wrap {
      flex-direction: row-reverse; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature:nth-of-type(2n) .article-feature-wrap {
          flex-direction: column-reverse; } }
    .section-feature-inner .article-feature-header {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-header {
          margin-bottom: 2rem;
          align-items: center; } }
      .section-feature-inner .article-feature-header-num {
        width: 14.5rem;
        height: 4.5rem;
        border-radius: 1rem;
        position: relative;
        background: #E24822;
        color: #fff;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-right: 1.5rem;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-header-num {
            font-size: 1.1rem;
            height: 2.6rem;
            width: 8rem;
            margin-top: 1.8rem; } }
        .section-feature-inner .article-feature-header-num strong {
          font-size: 3.6rem;
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-num strong {
              font-size: 2rem; } }
        .section-feature-inner .article-feature-header-num:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 5.9rem;
          left: 0;
          top: -5.3rem;
          background: url("../img/fig_point_cara.png") no-repeat 50% 100%;
          background-size: 6.5rem auto; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-num:before {
              height: 4rem;
              background-size: 4.5rem auto;
              top: -3.6rem; } }
      .section-feature-inner .article-feature-header-ttl {
        font-size: 3rem;
        border-bottom: 0.5rem solid #E24822; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-header-ttl {
            text-align: left;
            font-size: 2rem;
            line-height: 1.3;
            border-bottom: none; } }
        .section-feature-inner .article-feature-header-ttl span {
          font-weight: 700;
          color: #E24822;
          font-size: 1.8rem;
          line-height: 1;
          display: block; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-ttl span {
              font-size: 1.4rem;
              margin-bottom: .2rem; } }
    .section-feature-inner .article-feature-fig {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-fig {
          width: 100%; } }
      .section-feature-inner .article-feature-fig dl {
        background: rgba(238, 238, 238, 0.5);
        border-radius: .5rem;
        margin-bottom: 2rem;
        position: relative; }
        .section-feature-inner .article-feature-fig dl dt {
          position: absolute;
          left: 0;
          top: -.5em;
          font-size: 1.8rem;
          line-height: 1;
          width: 100%;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl dt {
              font-size: 1.6rem; } }
        .section-feature-inner .article-feature-fig dl dd {
          padding: 4rem 1.5rem 2rem; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl dd {
              padding: 2.5rem 1.5rem 1.5rem; } }
        .section-feature-inner .article-feature-fig dl.dl-voice dd dl {
          padding: .5rem 1rem;
          background: none;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt {
            font-size: 1.4rem;
            text-align: left;
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: 8rem auto;
            border-radius: 1rem;
            padding: 1.2rem 1.2rem 1.2rem 10rem;
            position: relative;
            margin-bottom: 3rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt {
                background-size: 7rem auto;
                padding: 1.2rem 1.2rem 1.2rem 9rem; }
                .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt p {
                  line-height: 1.3; } }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt:after {
              content: "";
              background: url("../img/ico_arrow.png") no-repeat 50% 70%;
              background-size: 1.7rem auto;
              width: 100%;
              height: 3rem;
              position: absolute;
              left: 0;
              bottom: -3rem; }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(1) dt {
            background-image: url("../img/fig_point3_voice1.png");
            background-position: 1rem 100%; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(1) dt {
                background-position: 1rem 50%; } }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(2) dt {
            background-image: url("../img/fig_point3_voice2.png");
            background-position: 1rem 100%; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(2) dt {
                background-position: 1rem 50%; } }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd {
            background: #E24822;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1.2rem;
            font-size: 1.4rem;
            text-align: left;
            border-radius: 1rem;
            color: #fff;
            max-width: 36rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd {
                flex-direction: column;
                font-size: 1.3rem; } }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd p {
              line-height: 1.3; }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd figure {
              width: 6rem;
              flex-shrink: 0;
              margin-right: 1.2rem; }
              @media only screen and (max-width: 767px) {
                .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd figure {
                  width: 5rem;
                  margin: 0 auto 1rem; } }
        .section-feature-inner .article-feature-fig dl.dl-user, .section-feature-inner .article-feature-fig dl.dl-client {
          margin-bottom: 3.5rem; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-user, .section-feature-inner .article-feature-fig dl.dl-client {
              margin-bottom: 1.5rem; } }
          .section-feature-inner .article-feature-fig dl.dl-user dt, .section-feature-inner .article-feature-fig dl.dl-client dt {
            width: 10rem;
            height: 2rem;
            border-radius: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 1.3rem;
            left: 50%;
            margin-left: -5rem;
            top: -1rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-user dt, .section-feature-inner .article-feature-fig dl.dl-client dt {
                width: 8rem;
                margin-left: -4rem;
                font-size: 1.1rem; } }
          .section-feature-inner .article-feature-fig dl.dl-user dd, .section-feature-inner .article-feature-fig dl.dl-client dd {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8rem;
            font-weight: 700;
            padding: 2rem 0; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-user dd, .section-feature-inner .article-feature-fig dl.dl-client dd {
                font-size: 1.4rem; } }
            .section-feature-inner .article-feature-fig dl.dl-user dd figure, .section-feature-inner .article-feature-fig dl.dl-client dd figure {
              margin: 0 1.5rem; }
              @media only screen and (max-width: 767px) {
                .section-feature-inner .article-feature-fig dl.dl-user dd figure, .section-feature-inner .article-feature-fig dl.dl-client dd figure {
                  margin: 0 1rem; } }
              .section-feature-inner .article-feature-fig dl.dl-user dd figure img, .section-feature-inner .article-feature-fig dl.dl-client dd figure img {
                width: auto;
                height: 7rem; }
                @media only screen and (max-width: 767px) {
                  .section-feature-inner .article-feature-fig dl.dl-user dd figure img, .section-feature-inner .article-feature-fig dl.dl-client dd figure img {
                    height: 4rem; } }
        .section-feature-inner .article-feature-fig dl.dl-client dt {
          background: #666; }
        .section-feature-inner .article-feature-fig dl.dl-client dd {
          flex-direction: row-reverse; }
        .section-feature-inner .article-feature-fig dl.dl-user dt {
          background: #E24822; }
        .section-feature-inner .article-feature-fig dl.dl-service dd ul {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-service dd ul {
              flex-wrap: wrap;
              justify-content: center; } }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-service dd ul li {
              margin: 0 .3rem; } }
          .section-feature-inner .article-feature-fig dl.dl-service dd ul li img {
            width: auto;
            height: 4rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-service dd ul li img {
                height: 2.8rem; } }
    .section-feature-inner .article-feature-inner {
      width: 50%;
      padding: 0 4rem; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-inner {
          width: 100%;
          padding: 0 0 3.5rem; } }
      .section-feature-inner .article-feature-inner-ttl {
        font-size: 2.4rem;
        line-height: 1.3;
        color: #E24822;
        padding-bottom: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-inner-ttl {
            font-size: 2rem;
            padding-bottom: 1.5rem; } }
      .section-feature-inner .article-feature-inner p {
        font-size: 1.5rem;
        padding-bottom: .5em; }
      .section-feature-inner .article-feature-inner ul {
        display: flex;
        justify-content: space-around;
        padding-top: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-inner ul {
            padding-top: 1.5rem; } }
        .section-feature-inner .article-feature-inner ul li p {
          text-align: center;
          font-size: 1.4rem;
          font-weight: 700;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-inner ul li p {
              font-size: 1.2rem; } }
        .section-feature-inner .article-feature-inner ul li figure {
          width: 11rem;
          height: 11rem;
          border-radius: 50%;
          background: rgba(226, 72, 34, 0.1);
          margin: 0 auto 1rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-inner ul li figure {
              width: 8.5rem;
              height: 8.5rem; } }
          .section-feature-inner .article-feature-inner ul li figure img {
            width: 10rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-inner ul li figure img {
                width: 8rem; } }
.section-exam {
  padding: 6rem 6rem 3rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-exam {
      padding: 5rem 2rem 0; } }
  .section-exam-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-exam-header {
        padding-bottom: 3rem; } }
    .section-exam-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #eee;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .section-exam-header-en {
          font-size: 5.4rem; } }
    .section-exam-header-ttl {
      font-size: 5rem;
      line-height: 1.1;
      position: relative;
      width: 102.4rem;
      margin: 0 auto;
      text-align: left; }
      .section-exam-header-ttl strong {
        color: #E24822;
        font-size: 4.5rem; }
      .section-exam-header-ttl span {
        font-size: 3.5rem; }
      @media only screen and (max-width: 767px) {
        .section-exam-header-ttl {
          font-size: 2rem;
          text-align: center; } }
  .section-exam-inner .article-case {
    max-width: 90rem;
    margin: 0 auto 10rem; }
    @media only screen and (max-width: 767px) {
      .section-exam-inner .article-case {
        margin-bottom: 6rem; } }
    .section-exam-inner .article-case-company {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-exam-inner .article-case-company {
          margin-bottom: 1.5rem; } }
      .section-exam-inner .article-case-company p {
        background: #E24822;
        color: #fff;
        font-size: 2rem;
        border-radius: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 19rem;
        height: 4rem;
        margin-bottom: .3rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-company p {
            width: 14rem;
            font-size: 1.8rem;
            height: 3.2rem; } }
      .section-exam-inner .article-case-company-name {
        font-size: 1.8rem;
        color: #E24822; }
    .section-exam-inner .article-case-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-exam-inner .article-case-header {
          flex-direction: column;
          margin-bottom: 2rem; } }
      .section-exam-inner .article-case-header:after {
        content: "";
        width: 100%;
        height: .3rem;
        border-radius: 1rem;
        background: #eee;
        margin-left: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-header:after {
            margin: .8rem 0 0; } }
      .section-exam-inner .article-case-header-num {
        font-size: 2rem;
        margin-right: 2rem;
        flex-shrink: 0;
        font-weight: 700;
        color: #E24822; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-header-num {
            font-size: 1.5rem; } }
        .section-exam-inner .article-case-header-num strong {
          font-size: 3rem; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-header-num strong {
              font-size: 2rem; } }
      .section-exam-inner .article-case-header-ttl {
        font-size: 2.4rem;
        flex-shrink: 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-header-ttl {
            font-size: 2.2rem;
            line-height: 1.3; } }
    .section-exam-inner .article-case-list {
      margin-bottom: 3.5rem; }
      .section-exam-inner .article-case-list > div {
        border-radius: 1rem;
        margin-bottom: 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
        padding: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-list > div {
            flex-direction: column; } }
        .section-exam-inner .article-case-list > div > dt {
          width: 20rem;
          text-align: center;
          font-size: 1.8rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-list > div > dt {
              width: 100%;
              font-size: 1.7rem;
              padding-bottom: 1rem; } }
        .section-exam-inner .article-case-list > div dd dl {
          margin: .5rem 0;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-list > div dd dl {
              align-items: flex-start;
              margin: 0;
              padding: .5rem 0; } }
          .section-exam-inner .article-case-list > div dd dl dt {
            width: 6.4rem;
            height: 2.4rem;
            border-radius: 5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #E24822;
            color: #fff;
            font-size: 1.5rem;
            flex-shrink: 0;
            margin-right: 1.5rem; }
            @media only screen and (max-width: 767px) {
              .section-exam-inner .article-case-list > div dd dl dt {
                font-size: 1.3rem; } }
          .section-exam-inner .article-case-list > div dd dl dd {
            font-weight: 700;
            font-size: 1.5rem; }
            @media only screen and (max-width: 767px) {
              .section-exam-inner .article-case-list > div dd dl dd {
                font-size: 1.4rem; } }
            .section-exam-inner .article-case-list > div dd dl dd small {
              font-size: 1.2rem;
              font-weight: 400; }
              @media only screen and (max-width: 767px) {
                .section-exam-inner .article-case-list > div dd dl dd small {
                  font-size: 1rem; } }
        .section-exam-inner .article-case-list > div:after {
          content: "";
          background: url("../img/ico_arrow.png") no-repeat 50% 70%;
          background-size: 1.7rem auto;
          width: 100%;
          height: 3rem;
          position: absolute;
          left: 0;
          bottom: -1.5rem; }
      .section-exam-inner .article-case-list-probrem {
        background: #eee; }
        .section-exam-inner .article-case-list-probrem dt {
          color: #666;
          font-size: 2.2rem; }
        .section-exam-inner .article-case-list-probrem dd p {
          font-size: 1.6rem; }
      .section-exam-inner .article-case-list-bpo {
        background: rgba(226, 72, 34, 0.2); }
        .section-exam-inner .article-case-list-bpo dt {
          color: #E24822;
          font-size: 2.2rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-list-bpo dd {
            line-height: 1.3; } }
    .section-exam-inner .article-case-result {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-exam-inner .article-case-result p {
        font-size: 2rem;
        font-weight: 700;
        border-bottom: 0.3rem solid #E24822;
        margin-bottom: .8rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-result p {
            font-size: 1.6rem;
            border: none;
            display: flex;
            justify-content: flex-start; }
            .section-exam-inner .article-case-result p:before {
              content: "●";
              color: #E24822;
              margin-right: .5rem;
              flex-shrink: 0; } }
.section-faq {
  padding: 6rem 6rem;
  position: relative;
  background: #eee; }
  @media only screen and (max-width: 767px) {
    .section-faq {
      padding: 5rem 2rem; } }
  .section-faq-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-faq-header {
        padding-bottom: 3.5rem; } }
    .section-faq-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-faq-header-en {
          font-size: 5.4rem;
          text-align: center; } }
    .section-faq-header-ttl {
      max-width: 102.4rem;
      margin: 0 auto;
      font-size: 2.4rem;
      line-height: 1.3;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-faq-header-ttl {
          font-size: 1.9rem; } }
      .section-faq-header-ttl strong {
        font-size: 4rem;
        display: block;
        color: #E24822; }
        @media only screen and (max-width: 767px) {
          .section-faq-header-ttl strong {
            font-size: 2.4rem; } }
  .section-faq-inner {
    max-width: 90rem;
    margin: 0 auto; }
    .section-faq-inner dl {
      background: #fff;
      border-radius: .5rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-faq-inner dl {
          margin-bottom: 1.5rem; } }
      .section-faq-inner dl dt {
        font-size: 1.8rem;
        padding: 1.8rem 4.5rem 1.8rem 1.8rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .section-faq-inner dl dt {
            font-size: 1.5rem;
            line-height: 1.3;
            align-items: flex-start;
            padding: 1.5rem 4rem 1.5rem 1.5rem; } }
        .section-faq-inner dl dt:after {
          content: "\e69b";
          font-family: "material symbols Outlined", cursive;
          position: absolute;
          right: 2rem;
          top: 50%;
          margin-top: -.5em;
          line-height: 1;
          font-size: 2.4rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-faq-inner dl dt:after {
              right: 1.5rem; } }
        .section-faq-inner dl dt:before {
          content: "Q";
          width: 3.6rem;
          height: 3.6rem;
          border-radius: .3rem;
          background: #E24822;
          color: #fff;
          font-size: 2.2rem;
          margin-right: 1.5rem;
          flex-shrink: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-shrink: 0; }
      .section-faq-inner dl dd {
        max-height: 0;
        border-top: 1px solid #eee;
        padding: 0 3rem;
        font-size: 1.5rem;
        transition: all .5s;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .section-faq-inner dl dd {
            font-size: 1.3rem;
            padding: 0 2rem; } }
        .section-faq-inner dl dd p {
          padding-bottom: 1rem; }
        .section-faq-inner dl dd ul {
          padding-bottom: 1rem; }
          .section-faq-inner dl dd ul li {
            list-style: disc outside;
            margin-left: 2rem;
            overflow: visible;
            zoom: normal; }
        .section-faq-inner dl dd ol {
          padding-bottom: 1rem; }
          .section-faq-inner dl dd ol li {
            list-style: decimal outside;
            margin-left: 2rem;
            overflow: visible;
            zoom: normal; }
      .section-faq-inner dl.on {
        transition: all .5s; }
        .section-faq-inner dl.on dt:after {
          content: "\e698"; }
        .section-faq-inner dl.on dd {
          max-height: 9999rem;
          padding: 2rem 3rem 1rem; }
          @media only screen and (max-width: 767px) {
            .section-faq-inner dl.on dd {
              padding: 2rem 2rem 1rem; } }
.section-flow {
  padding: 6rem 6rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-flow {
      padding: 5rem 0; } }
  .section-flow-header {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-flow-header {
        flex-direction: column;
        margin-bottom: 2rem; } }
    .section-flow-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #eee; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-en {
          font-size: 5.4rem;
          position: static;
          text-align: center;
          padding-bottom: 8rem;
          -ms-writing-mode: unset;
          writing-mode: unset; } }
    .section-flow-header-ttl {
      max-width: 102.4rem;
      margin: 0 auto;
      font-size: 2.4rem;
      border-bottom: 0.5rem solid #E24822; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-ttl {
          font-size: 1.9rem;
          border: none;
          text-align: center;
          line-height: 1.3;
          color: #E24822; } }
      .section-flow-header-ttl strong {
        font-size: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-header-ttl strong {
            font-size: 2.4rem; } }
  .section-flow-inner {
    max-width: 102.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .section-flow-inner-ttl {
      width: 100%;
      margin-bottom: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner-ttl {
          margin-bottom: 2.5rem; } }
      .section-flow-inner-ttl strong {
        width: 30rem;
        height: 5rem;
        border: 0.3rem solid #E24822;
        border-radius: 5rem;
        margin: 0 auto;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner-ttl strong {
            width: 24rem;
            font-size: 1.6rem;
            border-width: .2rem; } }
    .section-flow-inner .article-flow {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner .article-flow {
          width: 30rem;
          margin: 0 1rem 1rem;
          background: rgba(238, 238, 238, 0.5);
          padding: 2rem 1.5rem;
          border-radius: 1rem; } }
      .section-flow-inner .article-flow-num {
        font-size: 2rem;
        color: #E24822;
        font-weight: 700; }
        .section-flow-inner .article-flow-num:after {
          content: "";
          width: .4rem;
          height: .4rem;
          border-radius: 50%;
          background: #E24822;
          display: block;
          margin: 0 auto .5rem; }
      .section-flow-inner .article-flow-ttl {
        font-size: 1.8rem;
        padding-bottom: 2rem; }
      .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 ul {
        padding: 0 2rem;
        display: flex;
        justify-content: flex-start;
        flex-direction: column; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow ul {
            padding: 0 .5rem; } }
        .section-flow-inner .article-flow ul li {
          display: flex;
          font-size: 1.5rem;
          line-height: 1.3;
          justify-content: flex-start;
          margin-bottom: .7rem; }
          .section-flow-inner .article-flow ul li:before {
            content: "";
            width: 1.5rem;
            height: 1.5rem;
            flex-shrink: 0;
            margin-right: .4rem;
            box-sizing: border-box;
            border: 0.3rem solid #E24822;
            border-radius: 50%;
            margin-top: .2rem; }
      .section-flow-inner .article-flow-fig {
        width: 16rem;
        height: 16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(238, 238, 238, 0.5);
        border-radius: 50%;
        margin: 0 auto 2rem; }
        .section-flow-inner .article-flow-fig img {
          width: 10rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-fig {
            width: 14rem;
            height: 14rem;
            background: #fff; }
            .section-flow-inner .article-flow-fig img {
              width: 9rem; } }
.section-message {
  background: #E24822;
  padding: 6rem 6rem 0; }
  @media only screen and (max-width: 767px) {
    .section-message {
      padding: 5rem 3rem 0; } }
  .section-message-header {
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-message-header {
        padding-bottom: 3rem; } }
    .section-message-header-ttl {
      text-align: center;
      font-size: 5rem;
      font-weight: 700;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-message-header-ttl {
          font-size: 4rem;
          line-height: 1.1; } }
  .section-message-inner {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section-message-inner-ttl {
      background: #fff;
      font-size: 2.8rem;
      padding: 0 1.5rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-message-inner-ttl {
          width: 100%;
          font-size: 2.2rem;
          background: none;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding: 0;
          margin-bottom: 2rem; }
          .section-message-inner-ttl strong {
            padding: .4rem 1.2rem;
            background: #fff;
            margin-bottom: .5rem;
            margin-right: auto; } }
    .section-message-inner p {
      text-align: left;
      font-size: 1.5rem;
      line-height: 2;
      padding-bottom: 2rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-message-inner p {
          font-size: 1.4rem; } }
      .section-message-inner p strong {
        display: block;
        text-align: center;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .section-message-inner p strong {
            font-size: 1.7rem; } }
    .section-message-inner figure {
      text-align: center;
      padding-top: 2rem;
      position: relative;
      bottom: -.8rem; }
      .section-message-inner figure img {
        width: 11.5rem; }

.aside-contact {
  background: #E24822;
  padding: 5rem 6rem; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      padding: 5rem 2rem; } }
  .aside-contact.last {
    background: #fff; }
    .aside-contact.last .aside-contact-box {
      border: 0.5rem solid #E24822; }
  .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: 2.1rem; } }
      .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) a {
          max-width: 100%;
          width: 36rem;
          height: 6rem;
          border-radius: 3rem;
          color: #fff;
          font-size: 1.9rem;
          font-weight: 700;
          background: #E24822;
          border: 0.4rem solid #E24822;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (min-width: 1080px) {
            .aside-contact-box ul li:nth-of-type(2) a:hover {
              color: #E24822;
              background: #fff; } }
          @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; } }
            @media only screen and (min-width: 1080px) {
              .aside-contact-box ul li:nth-of-type(1) a:hover {
                color: #E24822; } }
          .aside-contact-box ul li:nth-of-type(1) p {
            font-size: 1.2rem; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  padding: 6rem 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: #ccc;
        text-indent: -999rem;
        border: none;
        outline: none; }
      .slick-dots li.slick-active button {
        background: #E24822; } }
