@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

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

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

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  border-top: 3px solid #eee;
  padding: 35px 0; }
  @media screen and (max-width: 767px) {
    .c-footer {
      padding: 16px 10px;
      text-align: center; } }
  .c-footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .c-footer__wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .c-footer__list {
    margin-bottom: 9px; }
    @media screen and (max-width: 767px) {
      .c-footer__list {
        margin-bottom: 6px; } }
  .c-footer__item {
    display: inline-block;
    margin-right: 13px; }
    @media screen and (max-width: 767px) {
      .c-footer__item {
        margin: 0 3px; } }
  .c-footer__link {
    text-decoration: none;
    color: #262626;
    font-size: 1.4rem;
    line-height: 1.71;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
    @media screen and (max-width: 767px) {
      .c-footer__link {
        font-size: 1.2rem;
        line-height: 1.5; } }
  .c-footer__copyright {
    font-size: 1.4rem;
    line-height: 1.71;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    padding-left: 4px;
    letter-spacing: 0.6px; }
    @media screen and (max-width: 767px) {
      .c-footer__copyright {
        font-size: 0.9rem;
        line-height: 1.33; } }
  .c-footer__logo {
    padding-top: 22px;
    position: relative;
    left: 2px; }
    @media screen and (max-width: 767px) {
      .c-footer__logo {
        padding-top: 0;
        left: -3px;
        width: 83px;
        margin: 0 auto 11px; } }
  .c-footer__btn {
    width: 960px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    bottom: 187px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1090px) {
      .c-footer__btn{
        width: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 100px;
      }
    }
    @media screen and (max-width: 767px) {
      .c-footer__btn {
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        bottom: 30px;
        right: 15px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  width: 100%;
  background: rgba(255, 142, 25, 0.9);
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .c-header {
      background: transparent; } }
  .c-header.is-scroll {
    background:rgba(255, 256, 256, 0.9); }
  .c-header.is-scroll .c-header__item a {
    color: #000; }
  .c-header.is-scroll .c-header__item.dropdown a:after {
    border-color: #ff8200; }
  .c-header.is-scroll .c-header__logo img:first-child {
    display: none; }
  .c-header.is-scroll .c-header__logo img:last-child {
    display: block; }
  .c-header.is-scroll .c-header__item i img:first-child {
    display: none; }
  .c-header.is-scroll .c-header__item i img:last-child {
    display: inline-block; }
  .c-header__wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 176px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-header__wrapper {
        display: block;
        width: 100%;
        padding: 0; } }
  .c-header__logo {
    width: 176px; }
  .c-header__logo img:last-child {
    display: none; }
  .c-header__menu {
    width: calc(100% - 176px);
    padding: 0 59px 0 0; }
  .c-header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-header__item {
    margin-right: 49px; }
  .c-header__item span {
    position: relative;
    top: -5px; }
  .c-header__item:nth-child(2) {
    margin-right: 39px; }
  .c-header__item:first-child {
    margin-right: 42px; }
  .c-header__item a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.47;
    color: #fff;
    letter-spacing: .5px;
    position: relative;
    padding: 29px 0 18px;
    letter-spacing: 1px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    -webkit-transition: none;
    transition: none; }
  .c-header__item:nth-last-child(2), .c-header__item:last-child {
    margin-right: 0; }
  .c-header__item:nth-last-child(2) a,
  .c-header__item:last-child a {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 14px 0 0; }
  .c-header__item:last-child {
    margin-left: 34px; }
  .c-header__item i {
    display: block;
    margin-bottom: 11px; }
  .c-header__item i img:last-child {
    display: none; }
  .c-header__item.dropdown a:after {
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    padding: 4px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin: 0 0 0 1px;
    position: relative;
    top: -8px; }
  .c-header__btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff2a67; }
  .c-header__btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-19deg);
        -ms-transform: skew(-19deg);
            transform: skew(-19deg);
    background: #ff2a67;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: -1; }
  .c-header__btn a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.375;
    width: 175px;
    display: block;
    padding: 13px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
            .c-header__btn i {
    position: relative;
    top: 5px; }
  .c-header__submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 5px;
    position: absolute;
    width: 100vw;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-header__submenu a {
    color: #000;
    padding: 19px 15px 8px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    letter-spacing: 0; }
  .c-header__submenu a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: orange;
    border-radius: 50%;
    vertical-align: top;
    position: relative;
    top: 4px;
    margin: 0 1px; }
  .c-header__submenu a:after {
    content: none !important; }
  .c-header__navicon {
    position: fixed;
    top: 14px;
    right: 24px;
    width: 43px;
    height: 43px;
    display: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    background: #ff8200;
    overflow: hidden;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      .c-header__navicon {
        display: inline-block; } }
  .c-header__navicon span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 74%;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-header__navicon span:nth-of-type(1) {
    top: 10px; }
  .c-header__navicon span:nth-of-type(2) {
    top: 20px; }
  .c-header__navicon span:nth-of-type(3) {
    bottom: 9px; }
  .c-header__navicon.is-active span:nth-of-type(2) {
    left: 150%;
    opacity: 0;
    -webkit-animation: hide .8s forwards;
            animation: hide .8s forwards; }
  .c-header__navicon.is-active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -11px) rotate(45deg) skewX(-45deg);
        -ms-transform: translate(-50%, -11px) rotate(45deg) skewX(-45deg);
            transform: translate(-50%, -11px) rotate(45deg) skewX(-45deg);
    width: 82%;
    height: 4px; }
  .c-header__navicon.is-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 9px) rotate(-45deg) skewX(45deg);
        -ms-transform: translate(-50%, 9px) rotate(-45deg) skewX(45deg);
            transform: translate(-50%, 9px) rotate(-45deg) skewX(45deg);
    width: 82%;
    height: 4px; }

@-webkit-keyframes hide {
  100% {
    height: 0; } }

@keyframes hide {
  100% {
    height: 0; } }
  .c-header__menuSP {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    padding: 37px 26px;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .c-header__menuSP.is-show {
    left: 0; }
  .c-header__menuSP a {
    text-decoration: none;
    color: #fff; }
  .c-header__menuSP ul li a {
    font-size: 1.7rem;
    line-height: 2.05; }
  .c-header__menuSP ul li ul li a {
    font-size: 1.5rem;
    line-height: 2; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-container {
  width: 960px;
  margin: 0 auto;
 }
  @media screen and (max-width: 767px) {
    .l-container {
      width: 100%;
   } }

.l-container_how {
  width: 960px;
  margin: 0 auto;
  background:rgba(255, 256, 256, 0.85);
  padding: 20px 0px; }
  @media screen and (max-width: 767px) {
    .l-container_how {
      width: 100%;
      padding: 10% 0; } }

/*
------------------------------------------------------------*/
body {
  overflow-x: hidden;
  min-width: 960px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  background: url(/e-amano/assets/img/top/bg2.png) top center no-repeat; }
  @media screen and (max-width: 767px) {
    .c-btn1 {
      background-size: cover; } }
  @media screen and (max-width: 320px) {
    .c-btn1 {
      background-size: 100%; } }
  .c-btn1 a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 2rem;
    line-height: 1.1;
    color: #fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    width: 266px;
    height: 61px;
    background-size: contain;
    text-decoration: none;
    text-align: center;
    padding-right: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: -.5px; }
    @media screen and (max-width: 767px) {
      .c-btn1 a {
        width: 174px;
        height: 40px;
        font-size: 1.3rem;
        line-height: 1;
        padding: 0 9px 0 0; } }
    @media screen and (max-width: 320px) {
      .c-btn1 a {
        width: 150px;
        height: 33px; } }
    @media screen and (min-width: 0\0) {
      .c-btn1 a {
        padding-top: 12px; } }
  .c-btn1 i {
    position: absolute;
    right: 11px;
    top: 62%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-btn1 i {
        width: 15px;
        top: 61%;
        right: 8px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-ttl1 {
  border: dotted #000;
  border-width: 2px 0;
  padding: 27px 0 17px;
  text-align: center;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
  @media screen and (max-width: 767px) {
    .c-ttl1 {
      padding: 12px 4px 7px 0;
      margin: 0 15px; } }
  .c-ttl1 span {
    font-size: 3.4rem;
    line-height: 0.42;
    color: #262626;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-ttl1 span {
        font-size: 1.5rem;
        line-height: 0.48;
        letter-spacing: 0; } }

/*
------------------------------------------------------------*/
.c-ttl2 {
  text-align: center;
  border: 2px solid #ff8200;
  border-radius: 40px;
  padding: 7px 0;
  background: #fff; }
  @media screen and (min-width: 0\0) {
    .c-ttl2 {
      padding: 3px 10px 7px } }
  @media screen and (max-width: 767px) {
    .c-ttl2 {
      border-width: 1px;
      margin: 0 15px;
      padding: 4px 0 3px 0; } }
  .c-ttl2 span {
    font-size: 3rem;
    line-height: 1.8;
    color: #ff8200;
    letter-spacing: 1.6px;
    padding-left: 4px;
    position: relative;
    top: 3px; }
    @media screen and (max-width: 767px) {
      .c-ttl2 span {
        font-size: 1.5rem;
        letter-spacing: 1.5px;
        padding: 0;
        top: 0; } }

.c-ttl3 {
  text-align: center; }
  .c-ttl3__txt {
    display: block;
    font-size: 3.8rem;
    line-height: 1.7;
    color: #ff8200;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 2.2px; }
    @media screen and (max-width: 767px) {
      .c-ttl3__txt {
        font-size: 1.4rem;
        line-height: 1.22; } }
  .c-ttl3__txt span {
    font-size: 4rem; }
    @media screen and (max-width: 767px) {
      .c-ttl3__txt span {
        font-size: 1.4rem; } }
  .c-ttl3__sub {
    display: block;
    font-size: 2.6rem;
    line-height: 1.73;
    color: #333;
    margin: -7px 0 0;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .c-ttl3__sub {
        font-size: 1.2rem;
        line-height: 1.875;
        margin: 0; } }

.c-ttl4 {
  text-align: center;
  border: 1px solid #888;
  font-size: 2.6rem;
  line-height: .56;
  padding: 25px 24px 19px 32px;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .c-ttl4 {
      font-size: 1.3rem;
      line-height: 0.48; } }

.c-ttl5 {
  text-align: center;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #ff8200;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .c-ttl5 {
      font-size: 1.4rem;
      line-height: 1.42; } }
  .c-ttl5 span {
    background: #fff7ee;
    position: relative;
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .c-ttl5 span {
        padding: 0 8px; } }
  .c-ttl5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #888;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-txt1 {
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2.2px; }
  @media screen and (max-width: 767px) {
    .c-txt1 {
      font-size: 1.2rem;
      line-height: 1.45;
      letter-spacing: 1.5px; } }

/*
------------------------------------------------------------*/
.c-txt2 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: .5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .c-txt2 {
      font-size: 1.1rem;
      line-height: 1.36; } }
  .c-txt2--right {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .c-txt2--right {
        text-align: left; } }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-imgtext1 {
  background: #ebebeb url(/e-amano/assets/img/top/107.png) no-repeat;
  background-position: right bottom;
  background-size: 48%; }
  @media screen and (max-width: 1400px) {
    .c-imgtext1 {
      background: #ebebeb url(/e-amano/assets/img/top/sp.png) no-repeat;
      background-position: right 8px;
      background-size: 570px; } }
  .c-imgtext1__wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__wrapper {
        width: 100%;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .c-imgtext1__txt {
    width: 480px;
    padding: 108px 72px 61px 3px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__txt {
        width: 100%;
        padding: 18px 15px 0;
        position: initial;
        background: #fff; } }
  .c-imgtext1__ttl {
    font-size: 2.8rem;
    line-height: 1.42;
    color: #009fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    letter-spacing: 1.1px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__ttl {
        font-size: 1.7rem;
        line-height: 1.58;
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .c-imgtext1__illustration {
      width: 92%; } }
  .c-imgtext1__desc {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__desc {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 11px; } }
  .c-imgtext1__img {
    width: calc(100% - 480px);
    position: relative;
    overflow: hidden;
    display: none; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__img {
        display: block;
        width: 100%;
        background: #ebebeb url(/e-amano/assets/img/top/107-sp.png) no-repeat;
        background-size: 75%;
        background-position: 100% 18%;
        padding-bottom: 52%; } }
  .c-imgtext1__img img {
    position: absolute;
    top: 64%;
    left: -4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-imgtext1__img img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .c-imgtext1__number {
    position: absolute;
    top: -13px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__number {
        top: 11px;
        left: 15px;
        width: 34px;
        z-index: 1; } }
        @media all and (-ms-high-contrast: none) {
          .c-imgtext1__number {
            top: -15px;
          }}
    
/*
------------------------------------------------------------*/
.c-imgtext2 {
  background: #ebebeb; }
  .c-imgtext2__wrapper {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__wrapper {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: relative; } }
  .c-imgtext2__img {
    width: calc(100% - 480px);
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__img {
        width: 100%;
        text-align: center;
        padding: 19px 0 13px; } }
  .c-imgtext2__img img {
    position: absolute;
    top: 52.5%;
    left: 52.5%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .c-imgtext2__img img {
        position: relative;
        top: 0;
        left: 2px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 79.7%; } }
  .c-imgtext2__txt {
    width: 480px;
    padding: 148px 3px 103px 77px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__txt {
        width: 100%;
        padding: 18px 15px 0;
        position: initial;
        background: #fff; } }
  .c-imgtext2__ttl {
    font-size: 2.8rem;
    line-height: 1.42;
    color: #009fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__ttl {
        font-size: 1.7rem;
        line-height: 1.58;
        margin-bottom: 10px; } }
  .c-imgtext2__desc {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__desc {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 0; } }
  .c-imgtext2__number {
    position: absolute;
    top: -13px;
    left: 75px; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__number {
        top: 11px;
        left: 15px;
        width: 42px;
        z-index: 1; } }
        @media all and (-ms-high-contrast: none) {
          .c-imgtext2__number {
            top: -15px;
          }}
    
    
/*
------------------------------------------------------------*/
.c-imgtext3 {
  background: #ebebeb; }
  .c-imgtext3__wrapper {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__wrapper {
        width: 100%;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .c-imgtext3__img {
    width: calc(100% - 480px);
    position: relative;
    padding: 23px 0 0 22px; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__img {
        width: 100%;
        padding: 15px 0 16px;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .c-imgtext3__img img {
      width: 75.6%;
      position: relative;
      left: -2px; } }
  .c-imgtext3__txt {
    width: 480px;
    padding: 154px 35px 150px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__txt {
        width: 100%;
        padding: 18px 15px 0;
        position: initial;
        background: #fff; } }
  .c-imgtext3__ttl {
    font-size: 2.8rem;
    line-height: 1.42;
    color: #009fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    letter-spacing: 1.3px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__ttl {
        font-size: 1.7rem;
        line-height: 1.58;
        margin-bottom: 10px; } }
  .c-imgtext3__desc {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 1px;
    padding: 0 0 0 6px;
    letter-spacing: .5px; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__desc {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 0;
        padding: 0; } }
  .c-imgtext3__number {
    position: absolute;
    top: -13px; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__number {
        top: 11px;
        left: 15px;
        width: 42px;
        z-index: 1; } }
        @media all and (-ms-high-contrast: none) {
          .c-imgtext3__number {
            top: -15px;
          }}
    
  .c-imgtext3__note {
    font-size: 1.2rem;
    padding-left: 5px;
    letter-spacing: .6px; }
    @media screen and (max-width: 767px) {
      .c-imgtext3__note {
        font-size: 1.2rem;
        line-height: 1.35;
        padding: 0;
        letter-spacing: .3px;
        margin-top: 5px; } }

/*
------------------------------------------------------------*/
.c-imgtext4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtext4 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-imgtext4__ttl {
    font-size: 2rem;
    line-height: 1.778;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    color: #262626; }
    @media screen and (max-width: 767px) {
      .c-imgtext4__ttl {
        font-size: 1.5rem;
        line-height: 1.54;
        margin-bottom: 4px; } }
  .c-imgtext4__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #262626; }
    @media screen and (max-width: 767px) {
      .c-imgtext4__txt {
        width: calc(100% - 36px);
        font-size: 1.2rem;
        line-height: 1.25; } }
  .c-imgtext4__img {
    margin: 5px 15px 0 0;
    width: 42px; }
    @media screen and (max-width: 767px) {
      .c-imgtext4__img {
        width: 28px;
        margin: 5px 0 0; } }
  .c-imgtext4__note {
    font-size: 1rem;
    color: #4c4948;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .c-imgtext4__note {
        font-size: 1.1rem;
        margin: 3px 0; } }
  .c-imgtext4__logo {
    width: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -6px;
    padding: 0 52px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .c-imgtext4__logo {
        width: 100%;
        top: 0;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 3px; } }

/*
------------------------------------------------------------*/
.c-imgtext5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-imgtext5 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtext5__txt {
    width: 554px;
    text-align: center;
    padding: 38px 0 0 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__txt {
        width: 100%;
        padding: 0; } }
  .c-imgtext5 .c-ttl1 {
    margin-bottom: 27px !important;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5 .c-ttl1 {
        padding: 12px 4px 5px 0;
        margin-bottom: 21px !important; } }
  .c-imgtext5 .c-ttl1 span {
    letter-spacing: 0; }
  .c-imgtext5 .c-btn1 {
    position: relative;
    left: 2px; }
  .c-imgtext5 .c-btn1 a {
    letter-spacing: 1.2px;
    padding-right: 6px; }
  .c-imgtext5__img {
    width: calc(100% - 554px);
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__img {
        display: none; } }
  .c-imgtext5__img img {
    position: absolute;
    top: -5px;
    left: -124px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__img img {
        position: relative;
        top: 0;
        left: 0; } }
  .c-imgtext5__slogan {
    font-size: 3.4rem;
    line-height: 1.4;
    color: #ff8200;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    text-align: center;
    margin-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__slogan {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 14px;
        padding: 0 15px; } }
  .c-imgtext5__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 4px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list {
        padding: 0 15px; } }
  .c-imgtext5__list dl {
    width: 177px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list dl {
        width: 33%; } }
  .c-imgtext5__list dt {
    font-size: 1.5rem;
    color: #262626;
    line-height: 2.13;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    background: #eee;
    border-radius: 30px;
    padding: 3px 0 4px;
    margin-bottom: 14px;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list dt {
        font-size: 1rem;
        border-radius: 10px;
        padding: 2px 0 2px 1px;
        letter-spacing: .5px;
        margin: 0 0 10px; } }
    @media screen and (max-width: 320px) {
      .c-imgtext5__list dt {
        letter-spacing: -1px; } }
  .c-imgtext5__list dd {
    font-size: 2.4rem;
    line-height: 1.25;
    color: #262626;
    letter-spacing: 1px;
    padding-left: 8px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list dd {
        font-size: 1.5rem;
        padding: 0 7px 0 0; } }
  .c-imgtext5__list dd span {
    font-size: 3.8rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    padding-left: 5px;
    letter-spacing: 4px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list dd span {
        font-size: 2.5rem;
        padding-left: 13px;
        letter-spacing: 2px;
        padding: 0; } }
    @media screen and (max-width: 320px) {
      .c-imgtext5__list dd span {
        padding: 0;
        display: block;
        margin-left: -10px;
        position: relative;
        left: 10px; } }
  .c-imgtext5__list dd i {
    font-style: normal;
    font-size: 3rem;
    margin-right: -10px;
    position: relative;
    top: -2px; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__list dd i {
        font-size: 2rem;
        margin-right: -10px;
        top: 0; } }
    @media screen and (max-width: 320px) {
      .c-imgtext5__list dd i {
        display: inline-block;
        margin: 0 -10px 0 -1px; } }
  .c-imgtext5__note {
    margin: 7px 0 27px;
    position: relative;
    left: 8px;
    letter-spacing: -.2px;
    font-size: 1.2rem;
    color: #262626;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .c-imgtext5__note {
        font-size: 1.1rem;
        left: 0;
        padding-right: 11px;
        letter-spacing: -.3px;
        margin: 6px 0 16px; } }

/*
------------------------------------------------------------*/
.c-imgtext6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-imgtext6 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-imgtext6__text {
    width: calc(100% - 581px);
    font-size: 2.4rem;
    color: #333;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    line-height: 1.66;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 2.3px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-imgtext6__text {
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.33;
        text-align: center;
        padding-bottom: 16px;
        margin: 0 0 8px; } }
  .c-imgtext6__text:after {
    content: '';
    position: absolute;
    top: 44%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 27px;
    border-color: transparent transparent transparent #ff1f6f;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-imgtext6__text:after {
        top: auto;
        bottom: 0;
        left: 50.9%;
        right: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 8px 0 8px;
        border-color: #ff1f6f transparent transparent transparent; } }
  .c-imgtext6__text p {
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-imgtext6__text p {
        text-align: left;
        margin: 0 0 18px;
        padding-left: 4px;
        letter-spacing: 1.2px; } }
  .c-imgtext6__text img {
    padding-left: 4px;
    width: 300px;
    height: 171px; }
    @media screen and (max-width: 767px) {
      .c-imgtext6__text img {
        padding-left: 0;
        position: relative;
        left: 10px; } }
  .c-imgtext6__img {
    padding-top: 7px;
    width: 581px;
    margin-left: 24px; }
    .c-imgtext6__img img {
      width: 581px;
  }
  
    @media screen and (max-width: 767px) {
      .c-imgtext6__img {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center; }
        .c-imgtext6__img img {
          width: 100%;
 } }
  .c-imgtext6__img img {
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-imgtext6__img img {
        margin: 0 0 12px;
        position: relative;
        left: -1px; } }
  .c-imgtext6__img p {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #ff8200;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext6__img p {
        font-size: 1.2rem;
        line-height: 1.16; } }


/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1__ttl {
  text-align: center;
  background: #4abbff;
  text-align: center;
  padding: 10px 300px 6px;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .c-list1__ttl {
      padding: 3px 0 0; } }
  @media screen and (min-width: 0\0) {
    .c-list1__ttl {
      padding: 12px 300px 5px; } }

.c-list1__ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  padding: 4px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .c-list1__ttl:after {
      padding: 2px;
      right: 7px; } }
  @media screen and (min-width: 0\0) {
    .c-list1__ttl:after {
      top: 45%; } }

.c-list1__ttl.is-active:after {
  top: 59%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }
  @media screen and (max-width: 767px) {
    .c-list1__ttl.is-active:after {
      right: 8px; } }
  @media screen and (min-width: 0\0) {
    .c-list1__ttl.is-active:after {
      top: 55%; } }

.c-list1__txt {
  font-size: 1.8rem;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-list1__txt {
      font-size: 1.2rem;
      line-height: 2.14; } }
  @media screen and (min-width: 0\0) {
    .c-list1__txt {
      top: 55%;
      line-height: 1.5; } }

.c-list1__sub {
  position: relative;
  top: -2px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 1.9px;
  margin-right: -184px;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .c-list1__sub {
      margin: 0 9px;
      font-size: 0.8rem;
      line-height: 1.09;
      letter-spacing: 0;
      left: 5px; } }

.c-list1 ul {
  border: solid #888;
  border-width: 0 1px;
  display: none; }
  @media screen and (max-width: 767px) {
    .c-list1 ul {
      margin: 0 0 13px; } }

.c-list1 li {
  font-size: 1.8rem;
  line-height: 2.17;
  padding: 0 24px;
  border-bottom: 1px solid #888;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .c-list1 li {
      font-size: 1.2rem;
      line-height: 2.14;
      padding: 0 14px; } }
  @media screen and (min-width: 0\0) {
    .c-list1 li {
      line-height: 1.5;
      padding: 10px 24px 3px; } }

.c-list1 mark {
  background: transparent;
  color: #ff8200; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mv1__wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-mv1__wrapper {
      width: 100%; } }

.c-mv1__pc {
/*  opacity: 0;
  -webkit-animation: opt 1s .3s ease-in-out;
          animation: opt 1s .3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
*/
  width: 495px;
  margin: 0 auto 249px;
  position: relative;
  left: -14px;
  top: 229px; }
  @media screen and (max-width: 767px) {
    .c-mv1__pc {
      padding: 0;
      margin: 0 auto 112px;
      width: 65%;
      top: 103px;
      left: -16px; } }

.c-mv1__pc img,
.c-mv1__docs1 img,
.c-mv1__docs2 img,
.c-mv1__docs3 img,
.c-mv1__docs4 img {
  max-width: 100%; }

.c-mv1__docs1 {
  position: absolute;
  top: 67px;
  right: 94px;
  z-index: 1;
  width: 565px;
  opacity: 0;
  -webkit-animation: opt 1s 1.5s ease-in-out;
          animation: opt 1s 1.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media screen and (max-width: 767px) {
    .c-mv1__docs1 {
      width: 285px;
      top: 10px;
      right: 6px;
      right: auto;
      width: 74.3%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 61.5%;
      top: 30%; } }

.c-mv1__docs2 {
  position: absolute;
  width: 450px;
  top: -286px;
  right: 11px;
  z-index: 0;
  opacity: 0;
  -webkit-animation: opt 1s 1.5s ease-in-out;
          animation: opt 1s 1.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media screen and (max-width: 767px) {
    .c-mv1__docs2 {
      width: 210px;
      top: -104px;
      right: -22px;
      top: 2%;
      width: 54.7%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      right: auto;
      left: 78%; } }
.c-mv1__docs3 {
  position: absolute;
  width: 1488px;
  top: -66px;
  left: -291px;
  z-index: 0;
  opacity: 0;
  -webkit-animation: opt 1s 1.5s ease-in-out;
          animation: opt 1s 1.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media screen and (max-width: 767px) {
    .c-mv1__docs3 {
      top: 14%;
      width: 199.7%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      right: auto;
      left: 60%; } }

@-webkit-keyframes opt {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opt {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.c-mv1__txt1 {
  position: absolute;
  top: 180px;
  right: 10px; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt1 {
      right: auto;
      left: 25px;
      top: 19px;
      width: 10.2%; } }

.c-mv1__txt2 {
  display: block;
  font-size: 3rem;
  line-height: 1.58;
  margin-bottom: 17px;
  letter-spacing: -1.4px;
  padding-left: 22px; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt2 {
      letter-spacing: .5px;
      font-size: 1.2rem;
      line-height: 1.6;
      margin: 0 0 6px;
      padding: 0; } }

.c-mv1__txt2 span {
  font-size: 2.6rem; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt2 span {
      font-size: 1.1rem; } }

.c-mv1__txt2 mark {
  margin: 0 -7px; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt2 mark {
      margin: 0 -4px; } }

.c-mv1__txt2 i:not(:last-child) {
  position: relative;
  font-style: normal; }

.c-mv1__txt2 i:not(:last-child):before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt2 i:not(:last-child):before {
      width: 2px;
      height: 2px; } }

.c-mv1__txt2 .orange {
  color: #ff8200;
  background: transparent; }

.c-mv1__txt2 .blue {
  color: #009fff;
  background: transparent; }

.c-mv1__txt3 span {
  display: block;
  margin: -8px 0 0 -35px;
  font-size: 2.3rem;
  letter-spacing: -1.3px;
  color: #646262;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt3 span {
      font-size: 1.1rem;
      margin: -3px 0 0 -10px;
      letter-spacing: -.5px;
      color: #6f6d6d; } }

.c-mv1__txt3 i {
  position: relative;
  left: -2px; }
  @media screen and (max-width: 767px) {
    .c-mv1__txt3 i {
      display: block;
      width: 198px;
      margin: 0 auto;
      left: 2px; } }

/*
------------------------------------------------------------*/
.c-box1 {
  width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
          box-shadow: 0 0 5px 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 39px 46px; }
  @media screen and (max-width: 767px) {
    .c-box1 {
      width: 100%;
      padding: 0 0 19px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 92%;
      margin: 0 auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .c-box1__img {
    width: 308px;
    margin: 4px 48px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box1__img {
        width: 100%;
        margin: 0;
        padding: 23px 65px 11px 49px; } }
  @media screen and (max-width: 767px) {
    .c-box1__img img {
      width: 100%; } }
  .c-box1__content {
    width: calc(100% - 308px); }
    @media screen and (max-width: 767px) {
      .c-box1__content {
        width: 100%; } }
  .c-box1__ttl {
    font-size: 2.8rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    line-height: 1.42;
    color: #262626;
    margin-bottom: 1px; }
    @media screen and (max-width: 767px) {
      .c-box1__ttl {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 0 0 2px; } }
  .c-box1__txt {
    font-size: 1.5rem;
    color: #262626;
    margin-bottom: 1px;
    letter-spacing: .95px;
    margin-bottom: 21px; }
    @media screen and (max-width: 767px) {
      .c-box1__txt {
        font-size: 1.1rem;
        letter-spacing: .5px;
        margin-bottom: 10px; } }
  .c-box1__btn {
    width: 266px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    left: -33px; }
    @media screen and (max-width: 767px) {
      .c-box1__btn {
        width: 133px;
        left: 0; } }
  .c-box1__btn a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 2rem;
    line-height: 1.5;
    color: #ff8200;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    border: 3px solid #ff8200;
    border-radius: 30px;
    padding: 12px 0; }
    @media screen and (max-width: 767px) {
      .c-box1__btn a {
        font-size: 1rem;
        border: 2px solid #ff8200;
        padding: 6px 0; } }
    @media screen and (min-width: 0\0) {
      .c-box1__btn a {
        padding: 16px 0 8px; } }
  .c-box1__btn i {
    position: absolute;
    top: 69%;
    right: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-box1__btn i {
        width: 12px;
        top: 67%;
        right: 5px; } }

/*
------------------------------------------------------------*/
.c-card1 {
  width: 312px;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
          box-shadow: 0 0 5px 1px #ccc; }
  @media screen and (max-width: 767px) {
    .c-card1 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .c-card1__img img {
      width: 100%; } }
  .c-card1__link {
    text-decoration: none;
    display: block; }
  .c-card1__wrapper {
    background: #fff;
    padding: 18px 20px 29px; }
    @media screen and (max-width: 767px) {
      .c-card1__wrapper {
        padding: 14px 12px 20px; } }
  .c-card1__ttl {
    font-size: 1.8rem;
    line-height: 1.33;
    color: #ff8200;
    word-break: break-word;
    margin-bottom: 11px; }
    @media screen and (max-width: 767px) {
      .c-card1__ttl {
        font-size: 1.5rem;
        line-height: 1.4; } }
  .c-card1__wrapper dl {
    font-size: 1.2rem;
    color: #262626;
    line-height: 1.66;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px; }
    @media screen and (max-width: 767px) {
      .c-card1__wrapper dl {
        line-height: 1.25; } }

/*
------------------------------------------------------------*/
.c-box2 {
  border: 1px solid #ff8200;
  padding: 38px 38px 42px; }
  @media screen and (max-width: 767px) {
    .c-box2 {
      padding: 17px 0 12px; } }
  .c-box2__ttl {
    text-align: center;
    font-size: 3rem;
    line-height: .466;
    margin-bottom: 33px; }
    @media screen and (max-width: 767px) {
      .c-box2__ttl {
        font-size: 1.5rem;
        margin-bottom: 18px; } }
  .c-box2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-box2__item  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.6;
    text-decoration: none;
    position: relative;
    color: #262626; }
    .c-box2__item a{
      text-decoration: none;
      position: relative;
      color: #262626;
    }
    @media screen and (max-width: 767px) {
      .c-box2__item  {
        font-size: 1.2rem;
        line-height: 1.25;
        padding: 0 0 0 32px; }
        .c-box2__item a {}
      }
  .c-box2__tag {
    position: absolute;
    top: 0;
    left: -54px;
    background: #ff1970;
    color: #fff;
    padding: 5px 7px 3px 8px;
    letter-spacing: 1px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .c-box2__tag {
        left: 3px;
        padding: 2px 5px;
        letter-spacing: 1px;
        font-size: .8rem; } }
    @media screen and (max-width: 320px) {
      .c-box2__tag {
        left: 5px;
        top: 1px; } }
  .c-box2__date {
    margin: 0 10px;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .c-box2__date {
        margin: 0 8px;
        letter-spacing: 1.5px; } }

/*
------------------------------------------------------------*/
.c-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .c-question {
      margin-bottom: 9px; } }
  .c-question__img {
    width: 38px; }
    @media screen and (max-width: 767px) {
      .c-question__img {
        width: 25px; } }
  .c-question__txt {
    width: calc(100% - 38px);
    font-size: 2rem;
    line-height: 1.778;
    color: #262626;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    padding: 4px 14px 0;
    letter-spacing: .6px; }
    @media screen and (max-width: 767px) {
      .c-question__txt {
        width: calc(100% - 25px);
        font-size: 1.5rem;
        line-height: 1.36;
        padding: 3px 0 0 8px;
        letter-spacing: -.5px; } }

/*
------------------------------------------------------------*/

.c-voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .c-voice {
      margin-bottom: 9px; } }
  .c-voice__img {
    width: 84px; }
    @media screen and (max-width: 767px) {
      .c-voice__img {
        width: 60px; } }
  .c-voice__txt {
    width: calc(100% - 38px);
    font-size: 2.5rem;
    line-height: 1.778;
    color: #009fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
    padding: 4px 14px 0;
    letter-spacing: .6px; }
    @media screen and (max-width: 767px) {
      .c-voice__txt {
        width: calc(100% - 25px);
        font-size: 1.5rem;
        line-height: 1.36;
        padding: 3px 0 0 8px;
        letter-spacing: -.5px; } }


.c-voice_answer {
  padding: 0 0 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-voice_answer {
      padding: 0 0 0 6px; } }
  .c-voice_answer__img {
    width: 20px;
    margin: 7px 10px 0 0; }
    @media screen and (max-width: 767px) {
      .c-answer__img {
        width: 13px;
        margin: 0 20px 0 0; } }
  .c-voice_answer__txt {
    font-size: 1.5rem;
    color: #262626;
    line-height: 1.6;
    width: calc(100% - 20px); }
    @media screen and (max-width: 767px) {
      .c-voice_answer__txt {
        width: calc(100% - 13px);
        font-size: 1.2rem;
        line-height: 1.25; } }

/*
------------------------------------------------------------*/
.c-answer {
  padding: 0 0 0 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-answer {
      padding: 0 0 0 6px; } }
  .c-answer__img {
    width: 20px;
    margin: 7px 10px 0 0; }
    @media screen and (max-width: 767px) {
      .c-answer__img {
        width: 13px;
        margin: 0 20px 0 0; } }
  .c-answer__txt {
    font-size: 1.5rem;
    color: #262626;
    line-height: 1.6;
    width: calc(100% - 20px); }
    @media screen and (max-width: 767px) {
      .c-answer__txt {
        width: calc(100% - 13px);
        font-size: 1.2rem;
        line-height: 1.25; } }

.c-gotop {
  display: none;
  position: absolute;
  width: 43px;
  height: 43px;
  bottom: -170px;
  right: -66px;
  background: #fff;
  border: 3px solid #ff8200;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .c-gotop {
      bottom: 0;
      right: 0; } }
  .c-gotop i {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 16px; }
  .c-gotop i:after,
  .c-gotop i:before {
    content: '';
    position: absolute;
    top: 5px;
    width: 82%;
    height: 5px;
    background: #ff8200; }
  .c-gotop i:after {
    -webkit-transform: rotate(135deg) skew(-45deg);
        -ms-transform: rotate(135deg) skew(-45deg);
            transform: rotate(135deg) skew(-45deg);
    left: -3px;
    z-index: 1; }
  .c-gotop i:before {
    -webkit-transform: rotate(-135deg) skew(45deg);
        -ms-transform: rotate(-135deg) skew(45deg);
            transform: rotate(-135deg) skew(45deg);
    right: -3px; }

/*
------------------------------------------------------------*/
.c-trial {
  padding: 59px 0 56px;
  background: #fff7ee; }
  @media screen and (max-width: 767px) {
    .c-trial {
      padding: 26px 15px 28px; } }
  .c-trial__ttl {
    text-align: center;
    font-size: 3rem;
    line-height: 0.48;
    color: #262626;
    margin: 0 0 54px;
    letter-spacing: -.7px;
    padding-left: 11px; }
    @media screen and (max-width: 767px) {
      .c-trial__ttl {
        font-size: 1.5rem;
        line-height: 0.626;
        margin: 0 0 46px; } }
    @media screen and (max-width: 375px) {
      .c-trial__ttl {
        line-height: 1.3; } }
  .c-trial__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 126px 70px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 37px; }
    @media screen and (max-width: 767px) {
      .c-trial__col2 {
        padding: 0 0 25px;
        width: 100%;
        margin: 0 auto 19px; } }
  .c-trial__item {
    width: 283px;
    padding: 61px 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .c-trial__item {
        width: 100%;
        padding: 29px 0 0; } }
  .c-trial__wrapper:last-child .p-index-sec7__slogan span:before {
    left: -22px; }
    @media screen and (max-width: 767px) {
      .c-trial__wrapper:last-child .p-index-sec7__slogan span:before {
        left: -10px; } }
  .c-trial__wrapper:last-child .p-index-sec7__slogan span:after {
    right: -13px; }
    @media screen and (max-width: 767px) {
      .c-trial__wrapper:last-child .p-index-sec7__slogan span:after {
        right: -8px; } }
  .c-trial__item .c-btn1 a {
    padding: 0 0 0 7px;
    letter-spacing: -.3px; }
    @media screen and (max-width: 767px) {
      .c-trial__item .c-btn1 a {
        width: 173px;
        padding: 0;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .c-trial__item .c-btn1 a {
        width: 150px;
        height: auto;
        padding: 10px 0; } }
    @media screen and (min-width: 0\0) {
      .c-trial__item .c-btn1 a {
        padding: 9px 0 0 7px; } }
  .c-trial__wrapper {
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-trial__wrapper {
        width: 47.5%;
        text-align: center; } }
  .c-trial__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 99%;
    height: 88%;
    background: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .c-trial__wrapper:before {
        left: 50%;
        top: 43%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 154px;
        height: 154px;
        width: 41vw;
        height: 40.5vw;
        max-width: 154px;
        max-height: 154px; } }
  .c-trial__slogan {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #ff8200;
    text-align: center;
    margin: 0 0 20px;
    padding-left: 9px; }
    @media screen and (max-width: 767px) {
      .c-trial__slogan {
        font-size: 1.2rem;
        padding-left: 0;
        margin: 0 0 8px; } }
  .c-trial__slogan span {
    letter-spacing: -.8px;
    position: relative;
    display: inline-block; }
  .c-trial__slogan span:before,
  .c-trial__slogan span:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 2px;
    height: 36px;
    background: #ff8200; }
    @media screen and (max-width: 767px) {
      .c-trial__slogan span:before,
      .c-trial__slogan span:after {
        top: 8px;
        width: 1px;
        height: 18px; } }
  .c-trial__slogan span:after {
    -webkit-transform: rotate(37deg);
        -ms-transform: rotate(37deg);
            transform: rotate(37deg);
    right: -21px; }
    @media screen and (max-width: 767px) {
      .c-trial__slogan span:after {
        right: -9px; } }
  .c-trial__slogan span:before {
    -webkit-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
            transform: rotate(-37deg);
    left: -27px; }
    @media screen and (max-width: 767px) {
      .c-trial__slogan span:before {
        left: -13px; } }
  .c-trial__img {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-trial__img {
        position: relative;
        left: -2px; } }
  .c-trial__talk {
    position: absolute;
    top: 52%;
    right: -64px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 131px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ff8200;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.46;
    color: #ff8200;
    padding: 12px 0 16px 2px;
    letter-spacing: -.5px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
    @media screen and (max-width: 767px) {
      .c-trial__talk {
        width: 97px;
        font-size: 1.1rem;
        line-height: 1.1;
        top: -29px;
        right: auto;
        left: 49%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-width: 1px;
        padding: 9px 0 8px 4px;
        letter-spacing: 0; } }
    @media screen and (min-width: 0\0) {
      .c-trial__talk {
        padding: 12px 0 9px 2px; } }
  .c-trial__talk:before, .c-trial__talk:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .c-trial__talk:before, .c-trial__talk:after {
        top: 101%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
  .c-trial__talk:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 9px 5px 0;
    border-color: transparent #fff transparent transparent;
    left: -7px;
    top: 49.8%; }
    @media screen and (max-width: 767px) {
      .c-trial__talk:after {
        top: 100%;
        left: 50%;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: #fff transparent transparent transparent; } }
  .c-trial__talk:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #ff8200 transparent transparent;
    left: -9px; }
    @media screen and (max-width: 767px) {
      .c-trial__talk:before {
        left: 50%;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #ff8200 transparent transparent transparent; } }
  .c-trial .c-btn1 {
    margin: 30px 0 0; }
    @media screen and (max-width: 767px) {
      .c-trial .c-btn1 {
        margin: 22px 0 0;
        position: relative;
        left: -4px; } }
    @media screen and (max-width: 375px) {
      .c-trial .c-btn1 {
        margin: 7px 0 0;
        background-size: contain; } }
  .c-trial__contact {
    text-align: center; }
  .c-trial__contact a {
    display: inline-block;
    color: #262626;
    text-decoration: none; }
  .c-trial__contact i {
    margin: 0 -21px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px; }
    @media screen and (max-width: 767px) {
      .c-trial__contact i {
        width: 18px;
        margin: 0 -6px;
        top: 3px; } }
    @media screen and (min-width: 0\0) {
      .c-trial__contact i {
        top: 3px; } }
  .c-trial__contact span {
    line-height: 1.5;
    font-size: 2.6rem;
    margin: 0 32px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-trial__contact span {
        font-size: 1.3rem;
        line-height: 1.47;
        margin: 0 11px; } }
  .c-trial__contact span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000; }

/*
------------------------------------------------------------*/
.c-mv2 {
  padding: 144px 0 48px;
  background: url(/e-amano/assets/img/feature/mv.jpg) top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .c-mv2 {
      padding: 60px 0 44px 10px;
      background: url(/e-amano/assets/img/feature/mv-sp.jpg) top center no-repeat;
      background-size: cover; } }
  .c-mv2 h2 {
    text-align: center;
    font-size: 4.7rem;
    line-height: 1.5;
    color: #333;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    letter-spacing: 4.3px; }
    @media screen and (max-width: 767px) {
      .c-mv2 h2 {
        font-size: 2.4rem;
        line-height: 1.16;
        letter-spacing: 1.9px; } }

/*
------------------------------------------------------------*/
.c-card2 {
  width: 315px;
  padding: 19px 16px 24px;
  background: #fffdfc; }
  @media screen and (max-width: 767px) {
    .c-card2 {
      width: 100%;
      padding: 10px 17px 17px 22px;
      position: relative; } }
  .c-card2__number {
    margin: 0 0 5px; }
    @media screen and (max-width: 767px) {
      .c-card2__number {
        position: absolute;
        margin: 0;
        width: 23px;
        top: 17px;
        left: 27px; } }
  .c-card2__ttl {
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    line-height: 2;
    color: #ff8200;
    padding-left: 9px;
    letter-spacing: 1.6px;
    margin: 0 0 2px; }
    @media screen and (max-width: 767px) {
      .c-card2__ttl {
        font-size: 1.4rem;
        line-height: 2.56;
        margin: 0 0 4px;
        padding-left: 0; } }
  .c-card2__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    margin: 0 0 9px;
    padding-left: 7px; }
    @media screen and (max-width: 767px) {
      .c-card2__txt {
        font-size: 1.2rem;
        line-height: 1.33;
        margin: 0;
        padding-left: 0; } }
  .c-card2__img {
    margin: 0 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width:768px){
      .c-card2__img {height: 170px;}
    }
    @media screen and (max-width: 767px) {
      .c-card2__img {
        margin: 0 0 7px; } }
  .c-card2__note {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 0 0 16px;
    position: relative;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .c-card2__note {
        padding: 0 0 0 10px; } }
  .c-card2__note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 5px; }
    @media screen and (max-width: 767px) {
      .c-card2__note:before {
        left: -2px; } }

.c-box3 {
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 38px 22px;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .c-box3 {
      padding: 20px 15px 13px;
      border-radius: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-box3__left {
    width: 419px;
    margin: -1px 34px 0 0; }
    @media screen and (max-width: 767px) {
      .c-box3__left {
        width: 100%;
        margin: 0 0 19px; } }
  .c-box3__right {
    width: calc(100% - 419px); }
    @media screen and (max-width: 767px) {
      .c-box3__right {
        width: 100%; } }
  .c-box3__ttl {
    font-size: 3rem;
    line-height: 1.33;
    color: #009fff;
    position: relative;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px;
    margin: 0 0 14px; }
    @media screen and (max-width: 767px) {
      .c-box3__ttl {
        font-size: 1.4rem;
        line-height: 1.9;
        letter-spacing: 1px;
        padding: 0 60px 0 0;
        margin: 0 0 10px; } }
  .c-box3__ttl img {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 108px; }
    @media screen and (max-width: 767px) {
      .c-box3__ttl img {
        width: 47px;
        top: -8px;
        right: 2px; } }
  .c-box3__desc {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 0 0 2px;
    letter-spacing: 0px;
    margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .c-box3__desc {
        font-size: 1.2rem;
        line-height: 1.33;
        padding: 0;
        margin: 0 0 19px;
        letter-spacing: .5px; } }
  @media screen and (max-width: 767px) {
    .c-box3__img {
      padding-right: 2px;
      display: block;
      margin: 0 auto; } }
  .c-box3__note {
    font-size: 1.4rem;
    margin: 11px 0 0;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-box3__note {
        font-size: 1.2rem;
        margin: 8px 0 0 -1px; } }

/*------------------------------------------------------------
case
------------------------------------------------------------*/
.p-case {
  padding-bottom: 69px; }
  @media screen and (max-width: 767px) {
    .p-case {
      padding-bottom: 23px; } }
  .p-case__mv {
    margin-bottom: 52px; }
    @media screen and (max-width: 767px) {
      .p-case__mv {
        margin-bottom: 28px; } }
  .p-case__mv img {
    width: 100%; }
  .p-case__info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    margin-bottom: 54px; }
    @media screen and (max-width: 767px) {
      .p-case__info {
        margin: 0 15px 20px;
        padding-bottom: 15px; } }
  .p-case__info h3 {
    font-size: 3.4rem;
    line-height: 0.42;
    color: #ff8200;
    margin: 0 0 31px; }
    @media screen and (max-width: 767px) {
      .p-case__info h3 {
        font-size: 1.8rem;
        line-height: 0.4;
        margin: 0 0 24px; } }
  .p-case__info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333; }
    @media screen and (max-width: 767px) {
      .p-case__info dl {
        font-size: 1.2rem;
        line-height: 1.35; } }
  @media screen and (max-width: 767px) {
    .p-case__info dl:last-child {
      margin: 12px 3px; } }
  @media screen and (max-width: 767px) {
    .p-case__info dl:last-child dt {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .p-case__info dl:last-child dd {
      width: auto;
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .p-case__info dl:last-child dd a {
      padding-left: 6px; } }
  .p-case__info dt {
    text-align: right;
    width: 75px; }
    @media screen and (max-width: 767px) {
      .p-case__info dt {
        text-align: left;
        width: 61px; } }
  .p-case__info dd {
    width: calc(100% - 75px);
    padding-left: 9px; }
    @media screen and (max-width: 767px) {
      .p-case__info dd {
        width: calc(100% - 61px);
        padding-left: 7px; } }
  .p-case__info a {
    position: relative;
    color: #333;
    letter-spacing: .7px; }
  .p-case__info a:hover {
    text-decoration: none;
    }
  .p-case__ttl {
    font-size: 2.4rem;
    line-height: 1.66;
    color: #333;
    margin: 0 0 16px; }
    @media screen and (max-width: 767px) {
      .p-case__ttl {
        font-size: 1.4rem;
        line-height: 1.92;
        padding: 0 15px; } }
  .p-case__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333; }
    @media screen and (max-width: 767px) {
      .p-case__txt {
        font-size: 1.2rem;
        line-height: 1.35;
        padding: 0 15px; } }
  .p-case__imgtext1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 66px 0 73px; }
    @media screen and (max-width: 767px) {
      .p-case__imgtext1 {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 16px 0 15px; } }
  .p-case__imgtext2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .p-case__imgtext2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .p-case__left {
    width: calc(100% - 346px);
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .p-case__left {
        padding-right: 0;
        width: 100%; } }
  .p-case__right {
    width: 346px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .p-case__right {
        width: 100%;
        padding: 0 15px;
        margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    .p-case__right img {
      width: 100%; } }
  .p-case__thumbnail {
    margin: 0 0 52px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-case__thumbnail {
        margin: 16px 0 0; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
caseindex
------------------------------------------------------------*/
.p-case-index {
  padding: 134px 0 0; }
  @media screen and (max-width: 767px) {
    .p-case-index {
      padding: 27px 0 0; } }
  .p-case-index__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .p-case-index__list {
        margin: 0 0 12px;
        padding: 0 15px; } }
  .p-case-index .c-card1 {
    margin: 0 0 48px; }
    @media screen and (max-width: 767px) {
      .p-case-index .c-card1 {
        margin: 0 0 17px;
        width: 100%; } }
  .p-case-index .c-ttl2 {
    margin: 0 0 48px; }
    @media screen and (max-width: 767px) {
      .p-case-index .c-ttl2 {
        margin: 0 15px 20px; } }
/*------------------------------------------------------------
feature
------------------------------------------------------------*/
.p-feature__nav {
  width: 960px;
  margin: 0 auto 51px; }
  @media screen and (max-width: 767px) {
    .p-feature__nav {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 6px;
      padding-right: 0; } }
  .p-feature__nav li {
    position: relative;
    display: inline-block;
    width: 150px;
    margin-right: 8px;
    border: 1px solid #888; }
    @media screen and (max-width: 767px) {
      .p-feature__nav li {
        margin-right: 0;
        margin: 0 5px 17px 0;
        width: 113px;
        width: 31%; } }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .p-feature__nav li {
          margin-right: 8px; } } }
  .p-feature__nav li:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .p-feature__nav li:before {
        top: -5px; } }
  .p-feature__nav li:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -5px;
    width: 28px;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .p-feature__nav li:after {
        top: 7px;
        right: -3px;
        width: 20px; } }
  .p-feature__nav li:last-child {
    margin-right: 0; }
  .p-feature__nav a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    padding: 29px 0 25px 5px;
    letter-spacing: 1.6px;
    -webkit-transition: none;
    transition: none; }
    @media screen and (max-width: 767px) {
      .p-feature__nav a {
        font-size: 1.1rem;
        padding: 12px 0;
        letter-spacing: 0;
        line-height: 3.36; } }
    @media screen and (max-width: 320px) {
      .p-feature__nav a {
        font-size: 1rem; } }
  .p-feature__nav a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    border: solid #ff8200;
    border-width: 0 2px 2px 0;
    padding: 4px; }
    @media screen and (max-width: 767px) {
      .p-feature__nav a:after {
        left: 49%; } }

/*
------------------------------------------------------------*/
.p-feature .c-mv2 {
  margin-bottom: 33px; }
  @media screen and (max-width: 767px) {
    .p-feature .c-mv2 {
      margin-bottom: 21px; } }

@media screen and (min-width: 0\0) {
  .p-feature .c-ttl2 {
    padding: 12px 10px 10px; } }

/*
------------------------------------------------------------*/
.p-feature-sec1 {
  margin-bottom: 52px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec1 {
      margin: 0; } }
  .p-feature-sec1 .c-ttl2 {
    margin: 0 0 43px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1 .c-ttl2 {
        margin: 0 15px 16px; } }
  .p-feature-sec1 .c-txt1 {
    margin: 0 0 40px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1 .c-txt1 {
        margin: 0 0 17px; } }
  .p-feature-sec1__col2 {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__col2 {
        padding: 0 15px;
        margin: 0 0 17px; } }
  .p-feature-sec1__col2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 1px;
    margin: 0 0 61px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__col2 ul {
        padding: 0;
        margin: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .p-feature-sec1__col2 li {
    /*width: 450px;*/ }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__col2 li {
        width: 100%; } }
  .p-feature-sec1__col2 li:first-child .p-feature-sec1__img1 {
    right: 0px;
    width: 73px; }
.p-feature-sec1__col2 li:last-child .p-feature-sec1__img_women {
    width: 48px;
    right: 0px;}
img.svg107{
width: 256px;
}              
img.svg108{
width: 256px;
}              
img.svg109{
width: 246px;
}              
@media screen and (max-width: 767px) {
      .p-feature-sec1__col2 li:first-child .p-feature-sec1__img1 {
        width: 15.6%;
        right: -1px;
        bottom: -40px;
        max-width: 110px;
         }
         .p-feature-sec1__col2 li:last-child .p-feature-sec1__img_women {
          bottom: -22px;
          right: -3px;
          width: 10.8%;
           }
           img.svg107{
            width: 206px;
          }              
          img.svg108{
           width: 206px;
         }              
         img.svg109{
           width: 184px;
         }
       
          
          }
        .p-feature-sec1__col2 li:first-child .p-feature-sec1__img img {
          max-width: 450px;  
              }
              .p-feature-sec1__right img {
                width: 449px;
            }
        
  .p-feature-sec1__col2 li:last-child .p-feature-sec1__img img {
    max-width: 450px;  
        }
  @media screen and (max-width: 767px) {
    .p-feature-sec1__col2 li:first-child .p-feature-sec1__img {
      padding: 0 13px 0 2px; }
    
  .p-feature-sec1__col2 li:first-child .p-feature-sec1__img img {
   max-width: 100%;  
            }
            .p-feature-sec1__right img {
              width: 100%;
          }
            .p-feature-sec1__col2 li:last-child .p-feature-sec1__img img {
              max-width: 100%;  
                       }    
    
    }
  @media screen and (max-width: 767px) {
    .p-feature-sec1__col2 li:first-child .p-feature-sec1__txt {
      margin: 4px 17% 0 0; } }
  .p-feature-sec1__col2 li:last-child {
    position: relative;
    left: 1px; }
  .p-feature-sec1__img {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__img {
        padding: 0 16px 0 0; } }
  .p-feature-sec1__img1 {
    position: absolute;
    bottom: -45px;
    right: 1px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__img1 {
        bottom: -22px;
        right: -3px;
        width: 10.8%; } }
  .p-feature-sec1__txt {
    font-size: 1.4rem;
    color: #333;
    margin: 12px 70px 0 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__txt {
        font-size: 1.2rem;
        margin: 6px 17% 0 0; } }
  .p-feature-sec1__flow {
    position: absolute;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__flow {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 19px 0 12px; } }
  .p-feature-sec1__flow-img {
    padding: 0 7px 0 9px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__flow-img {
        padding: 0;
        width: 20px;
        margin: 0 -3px; } }
  .p-feature-sec1__flow-img:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #ff1f6d; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__flow-img:after {
        content: none; } }
  .p-feature-sec1__flow-txt {
    font-size: 1.3rem;
    line-height: 1.14;
    text-align: center;
    color: #ff1f6f;
    margin: 8px 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__flow-txt {
        position: relative;
        margin: 0 7px;
        letter-spacing: -1.9px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec1__flow-txt:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 9px 0 9px;
      border-color: #ff1f6d transparent transparent transparent; } }
  .p-feature-sec1__imgText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 78px 0 8px;
    margin: 0 0 38px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__imgText {
        padding: 0 14px 0 15px;
        margin: 0 0 23px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .p-feature-sec1__left {
    width: 370px;
    padding: 59px 0 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__left {
        width: 100%;
        padding: 0;
        margin: -13px 0 0; } }
  .p-feature-sec1__left p {
    font-size: 2.2rem;
    line-height: 1.55;
    color: #333;
    border: 1px solid #888;
    position: relative;
    padding: 22px 32px 18px;
    letter-spacing: .8px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__left p {
        font-size: 1.2rem;
        line-height: 1.4;
        border: 0;
        text-align: center;
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        padding: 0 39px; } }
  .p-feature-sec1__left p:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 9px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    z-index: 1; }
  .p-feature-sec1__left p:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 9px;
    border-color: transparent transparent transparent #888888;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%); }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__left p:after {
        content: none; } }
  .p-feature-sec1__right {
    width: 449px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec1__right {
        width: 100%; } }

/*
------------------------------------------------------------*/
.p-feature-sec2 {
  padding: 51px 0 59px;
  background: #fff7ee; }
  @media screen and (max-width: 767px) {
    .p-feature-sec2 {
      padding: 28px 15px 31px; } }
  .p-feature-sec2 .c-ttl2 {
    margin: 0 0 44px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2 .c-ttl2 {
        margin: 0 0 24px; } }
  .p-feature-sec2 .c-txt1 {
    margin: 0 0 19px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2 .c-txt1 {
        margin: 0 0 14px; } }
  .p-feature-sec2__img {
    text-align: center;
    position: relative;
    left: -12px;
    margin: 0 0 6px; }
    .p-feature-sec2__img img {
      width: 635px;
      }

 
      @media screen and (max-width: 767px) {
      .p-feature-sec2__img {
        width: 89.7%;
        margin: 0 auto 4px;
        left: -2px; } }
  .p-feature-sec2__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffe9be;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 0 1px;
    margin: 0 0 25px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__ttl {
        padding: 2px 0 1px;
        margin: 0 0 11px; } }
  .p-feature-sec2__ttl img {
    position: relative;
    top: -1px;
    margin: 0 11px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__ttl img {
        width: 96px;
        margin: 0 4px;
        top: 0; } }
  .p-feature-sec2__ttl p {
    font-size: 2.4rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    letter-spacing: 2.2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 0 -3px;
    color: #ff8200; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__ttl p {
        font-size: 1.2rem;
        line-height: 1.7;
        letter-spacing: 1px;
        margin: 0; } }
    @media screen and (min-width: 0\0) {
      .p-feature-sec2__ttl p {
        margin: 6px -3px 0; } }
  .p-feature-sec2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 27px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; } }
  .p-feature-sec2__list li {
    background: #fffdfc; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__list li {
        background: transparent;
        margin: 0 0 20px;
        width: 100%; } }
  .p-feature-sec2__list li:first-child .c-card2__img img {
    position: relative;
    left: 9px;
    top: 4px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec2__list li:nth-child(2) {
      margin: 0 0 29px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec2__list li:nth-child(2) .c-card2__img {
      margin: 0 0 24px; } }
  .p-feature-sec2__list li:nth-child(2) .c-card2__img img {
    position: relative;
    left: 3px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__list li:nth-child(2) .c-card2__img img {
        left: 6px;
        top: 13px; } }
  .p-feature-sec2__list li:last-child .c-card2__img img {
    position: relative;
    top: 0;
    left: 6px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2__list li:last-child .c-card2__img img {
        left: 0; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec2__list li:last-child .c-card2__img {
      margin: 0 0 14px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec2__list li:last-child .c-card2 {
      padding: 18px 17px 17px 22px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec2__list li:last-child .c-card2__txt {
      margin: 0 0 3px; } }
  .p-feature-sec2 .c-imgtext6 {
    padding: 0 4px 0 3px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec2 .c-imgtext6 {
        padding: 0 2px; } }

/*
------------------------------------------------------------*/
.p-feature-sec3 {
  padding: 53px 0 24px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec3 {
      padding: 25px 15px 5px 16px; } }
  .p-feature-sec3 .c-ttl2 {
    margin: 0 0 41px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3 .c-ttl2 {
        margin: 0 0 14px; } }
  .p-feature-sec3 .c-ttl3 {
    margin: 0 0 36px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3 .c-ttl3 {
        margin: 0 0 9px; } }
  .p-feature-sec3__box {
    background: #f4f4f4;
    padding: 13px 29px;
    border-radius: 20px;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__box {
        padding: 8px 9px;
        margin: 0 0 12px;
        border-radius: 10px; } }
  .p-feature-sec3__box-ttl {
    font-size: 2rem;
    line-height: 2;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    padding: 0 22px;
    letter-spacing: 1.6px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__box-ttl {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 11px 2px; } }
  .p-feature-sec3__box-txt {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__box-txt {
        font-size: 1.2rem;
        line-height: 1.5; } }
  .p-feature-sec3__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 26px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__ttl {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 14px; } }
    .p-feature-sec3__ttl span {
      font-size: 3rem;
      line-height: 0.43;
      font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      letter-spacing: 1.7px;
      margin: 17px 2px 15px; }
      @media screen and (max-width: 767px) {
        .p-feature-sec3__ttl span {
          font-size: 1.2rem;
          line-height: 0.52;
          margin: 0 -2px;
          letter-spacing: 1px; } }
    .p-feature-sec3__ttl img {
      margin: 0 6px; }
      @media screen and (max-width: 767px) {
        .p-feature-sec3__ttl img {
          width: 87px;
          margin: 0 7px; } }

.p-feature-sec3__ttl2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 0 26px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__ttl {
        -webkit-box-align: left;
        -webkit-align-items: left;
            -ms-flex-align: left;
                align-items: left;
        margin: 0 0 14px; } }
    .p-feature-sec3__ttl2 span {
      font-size: 3rem;
      line-height: 0.43;
      font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      letter-spacing: 1.7px;
      margin: 17px 2px 15px; }
      @media screen and (max-width: 767px) {
        .p-feature-sec3__ttl span {
          font-size: 1.2rem;
          line-height: 0.52;
          margin: 0 -2px;
          letter-spacing: 1px; } }
    .p-feature-sec3__ttl2 img {
      margin: 0 6px; }
      @media screen and (max-width: 767px) {
        .p-feature-sec3__ttl img {
          width: 87px;
          margin: 0 7px; } }


  .p-feature-sec3__list {
    margin: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__list {
        margin: 0 0 7px; } }
  .p-feature-sec3__list li {
    font-size: 2.6rem;
    line-height: 2;
    border-bottom: 1px solid #888;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
    padding: 7px 35px 1px;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__list li {
        font-size: 1.1rem;
        line-height: 1.39;
        padding: 7px 0 3px 13px;
        letter-spacing: .5px; } }
  .p-feature-sec3__list li:first-child {
    padding: 0 35px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__list li:first-child {
        padding: 0 13px 3px;
        letter-spacing: 0.5px; } }
    .p-feature-sec3__list li:first-child:before {
      top: 16px; }
      @media screen and (max-width: 767px) {
        .p-feature-sec3__list li:first-child:before {
          top: 3px; } }
      @media screen and (min-width: 0\0) {
        .p-feature-sec3__list li:first-child:before {
          top: 12px; } }
  .p-feature-sec3__list li:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ff8200; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__list li:before {
        top: 7px;
        left: 1px;
        width: 8px;
        height: 8px; } }
    @media screen and (min-width: 0\0) {
      .p-feature-sec3__list li:before {
        top: 17px; } }
  .p-feature-sec3__img1 {
    margin-top: 40px; }
    .p-feature-sec3__img1 img {
      width: 706px;
      }
      @media screen and (max-width: 767px) {
      .p-feature-sec3__img1 {
        margin-top: 17px;
        text-align: center; } }
  .p-feature-sec3__img2 {
    text-align: right;
    margin-top: -19px;
    position: relative;
    left: 1px;
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3__img2 {
        text-align: center;
        left: 0;
        margin: 16px 0 17px; } }
  .p-feature-sec3 .c-ttl4 {
    margin: 35px 0 30px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3 .c-ttl4 {
        margin: 10px 0 18px;
        padding: 12px 0 8px 1px;
        letter-spacing: 1px; } }
  .p-feature-sec3 .c-list1 {
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3 .c-list1 {
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec3 .c-list1:nth-child(4),
    .p-feature-sec3 .c-list1:nth-child(6),
    .p-feature-sec3 .c-list1:nth-child(9) {
      margin-bottom: 11px; } }
  .p-feature-sec3 .c-txt2:last-child {
    margin: 26px 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec3 .c-txt2:last-child {
        margin: 12px 0;
        line-height: 1.36; } }

/*
------------------------------------------------------------*/
.p-feature-sec4 {
  background: #fff7ee;
  padding: 49px 0 20px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec4 {
      padding: 31px 15px 16px 16px; } }
  .p-feature-sec4 .c-ttl2 {
    margin: 0 0 44px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4 .c-ttl2 {
        margin: 0 0 23px; } }
  .p-feature-sec4 .c-txt1 {
    letter-spacing: 2.6px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4 .c-txt1 {
        letter-spacing: 1px; } }
  .p-feature-sec4 .c-txt2 {
    padding: 0 97px;
    margin: -6px 0 27px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4 .c-txt2 {
        padding: 0;
        margin: 11px 0 22px;
        letter-spacing: -.1px; } }
  .p-feature-sec4__card {
    border-bottom: 1px solid #888;
    padding-bottom: 28px;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__card {
        padding-bottom: 18px;
        margin-bottom: 21px; } }
  .p-feature-sec4__ttl {
    font-size: 2.4rem;
    line-height: 1.66;
    color: #333;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    padding-left: 61px;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
    margin: 0 0 4px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__ttl {
        font-size: 1.2rem;
        line-height: 1.41;
        padding-left: 17px;
        letter-spacing: 1px;
        margin: 0 0 7px; } }
  .p-feature-sec4__ttl span {
    background: #ff8200;
    color: #fff;
    position: absolute;
    top: 9px;
    left: 24px;
    width: 24px;
    height: 22px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    font-size: 2rem;
    padding: 1px 0 1px 3px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__ttl span {
        font-size: 1.2rem;
        top: 1px;
        left: 1px;
        width: 13px;
        height: 13px;
        font-size: 1rem;
        padding: 2px 0 2px 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 0\0) {
      .p-feature-sec4__ttl span {
        top: 5px;
        padding: 1px 0 1px 1px; } }
  .p-feature-sec4__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    padding-left: 53px;
    letter-spacing: 0px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 0 0 13px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__txt {
        font-size: 1.2rem;
        line-height: 1.3;
        padding-left: 18px;
        margin: 0 0 16px; } }
  .p-feature-sec4__img {
    text-align: center; }
    .p-feature-sec4__img img {
      width: 804px; }
    .p-feature-sec4 .c-ttl5 {
    margin: 0 0 13px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4 .c-ttl5 {
        letter-spacing: .8px;
        margin: 0 0 17px; } }
  .p-feature-sec4__card2 {
    padding-bottom: 37px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__card2 {
        padding-bottom: 18px; } }
  .p-feature-sec4__card2 .p-feature-sec4__txt {
    margin: 0 0 21px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__card2 .p-feature-sec4__txt {
        margin: 10px 0 24px; } }
  .p-feature-sec4__card3 {
    border: 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__card3 {
        margin-bottom: 0; } }
  .p-feature-sec4__card3 .p-feature-sec4__txt {
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec4__card3 .p-feature-sec4__txt {
        margin: 9px 0 15px; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec4__card2 .p-feature-sec4__ttl,
    .p-feature-sec4__card3 .p-feature-sec4__ttl {
      padding-left: 19px; } }

/*
------------------------------------------------------------*/
.p-feature-sec5 {
  padding: 65px 0 51px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec5 {
      padding: 29px 14px 18px 15px; } }
  .p-feature-sec5 .c-ttl2 {
    margin: 0 0 43px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5 .c-ttl2 {
        margin: 0 0 23px; } }
  .p-feature-sec5 .c-txt1 {
    margin: 0 0 37px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5 .c-txt1 {
        letter-spacing: 0.5px;
        margin: 0 0 24px; } }
  .p-feature-sec5__img1 {
    text-align: center;
    margin-bottom: 58px; }
    .p-feature-sec5__img1 img {
      width: 860px; }
      
       @media screen and (max-width: 767px) {
      .p-feature-sec5__img1 {
        margin-bottom: 21px; } }
  .p-feature-sec5__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #ff8200;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    letter-spacing: 1.9px;
    margin: 0 0 9px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__ttl {
        font-size: 1.4rem;
        line-height: 1.214;
        letter-spacing: 0.1px;
        margin: 0 0 10px;
        padding-left: 3px; } }
  .p-feature-sec5__imgtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 57px 0 8px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__imgtext {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0; } }
  .p-feature-sec5__right {
    width: 402px; }
    .p-feature-sec5__right img {
      width: 402px; }
      
    @media screen and (max-width: 767px) {
      .p-feature-sec5__right {
        width: 100%;
        text-align: center; }
        .p-feature-sec5__right img{
          width: 100%;
       text-align: center; } }
  @media screen and (max-width: 767px) {
    .p-feature-sec5__right img {
      position: relative;
      left: -4px; } }
  .p-feature-sec5__left {
    width: 453px;
    margin: 1px 40px 0 0; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__left {
        width: 100%;
        margin: 0 0 18px; } }
  .p-feature-sec5__inner {
    border: 1px solid #888;
    position: relative;
    padding: 23px 40px 27px 46px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__inner {
        padding: 0;
        border: 0; } }
  .p-feature-sec5__inner:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 9px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__inner:before {
        content: none; } }
  .p-feature-sec5__inner:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 9px;
    border-color: transparent transparent transparent #888888;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%); }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__inner:after {
        content: none; } }
  .p-feature-sec5__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    padding: 0 0 0 4px;
    letter-spacing: .2px;
    margin: 0 0 8px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__txt {
        padding: 0 0 0 2px;
        letter-spacing: -.5px;
        margin: 0 0 8px;
        font-size: 1.2rem;
        line-height: 1.33; } }
  .p-feature-sec5__note {
    font-size: 1.2rem;
    line-height: 1.33;
    color: #333;
    padding-left: 2px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-feature-sec5__note {
        font-size: 1rem;
        line-height: 0.8; } }

/*
------------------------------------------------------------*/
.p-feature-sec6 {
  background: #f3f3f3;
  padding: 61px 0 71px; }
  @media screen and (max-width: 767px) {
    .p-feature-sec6 {
      padding: 27px 16px 26px; } }
  .p-feature-sec6__table {
    border: solid #262626;
    border-width: 1px 0;
    margin: 0 0 17px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__table {
        margin: 0 0 12px; } }
  .p-feature-sec6__table dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0 15px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__table dl {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 12px 0 8px; } }
  .p-feature-sec6__table dl:not(:last-child) {
    border-bottom: 1px solid #262626; }
  .p-feature-sec6__table dt {
    font-size: 1.6rem;
    line-height: 2.17;
    color: #333;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    width: 140px;
    padding: 0 5px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__table dt {
        font-size: 1.2rem;
        width: 100%;
        padding: 0;
        line-height: 1.41;
        margin: 0 0 5px; } }
  .p-feature-sec6__table dd {
    width: calc(100% - 140px); }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__table dd {
        width: 100%; } }
  .p-feature-sec6__txt {
    font-size: 1.4rem;
    line-height: 1.35;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
    margin: 0 0 6px; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__txt {
        font-size: 1.2rem;
        line-height: 1.25;
        margin: 0 0 3px; } }
  .p-feature-sec6__note {
    font-size: 1.2rem;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__note {
        line-height: 1.25; } }
  .p-feature-sec6__list li {
    font-size: 1.2rem;
    line-height: 1.33;
    color: #333;
    position: relative;
    padding: 0 0 0 15px;
    letter-spacing: 1.1px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      .p-feature-sec6__list li {
        line-height: 1.25;
        padding: 0 0 0 14px;
        letter-spacing: .5px; } }
  .p-feature-sec6__list li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
guide
------------------------------------------------------------*/
.p-guide__nav {
  width: 960px;
  margin: 0 auto 51px; }
  @media screen and (max-width: 767px) {
    .p-guide__nav {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 6px;
      padding-right: 0; } }
  .p-guide__nav li {
    position: relative;
    display: inline-block;
    width: 142px;
    margin-right: 8px;
    border: 1px solid #888; }
    @media screen and (max-width: 767px) {
      .p-guide__nav li {
        margin-right: 0;
        margin: 0 5px 17px 0;
        width: 113px;
        width: 31%; } }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .p-guide__nav li {
          margin-right: 8px; } } }
  .p-guide__nav li:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .p-guide__nav li:before {
        top: -5px; } }
  .p-guide__nav li:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -5px;
    width: 28px;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .p-guide__nav li:after {
        top: 7px;
        right: -3px;
        width: 20px; } }
  .p-guide__nav li:last-child {
    margin-right: 0; }
  .p-guide__nav a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    padding: 29px 0 25px 5px;
    letter-spacing: 1.6px;
    -webkit-transition: none;
    transition: none; }
    @media screen and (max-width: 767px) {
      .p-guide__nav a {
        font-size: 1.1rem;
        padding: 12px 0;
        letter-spacing: 0;
        line-height: 3.36; } }
    @media screen and (max-width: 320px) {
      .p-guide__nav a {
        font-size: 1rem; } }
  .p-guide__nav a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    border: solid #ff8200;
    border-width: 0 2px 2px 0;
    padding: 4px; }
    @media screen and (max-width: 767px) {
      .p-guide__nav a:after {
        left: 49%; } }

/*------------------------------------------------------------
plan
------------------------------------------------------------*/
.p-plan {
  padding: 134px 0 61px; }
  @media screen and (max-width: 767px) {
    .p-plan {
      padding: 27px 0 19px; } }
  .p-plan .c-ttl2 {
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .p-plan .c-ttl2 {
        margin-bottom: 23px; } }
  .p-plan .c-ttl2 span {
    padding-left: 12px; }
    @media screen and (max-width: 767px) {
      .p-plan .c-ttl2 span {
        padding-left: 0; } }
  .p-plan__txt {
    font-size: 2.4rem;
    color: #333;
    line-height: 1.66;
    text-align: center;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1.9px;
    padding-left: 2px;
    margin: 0 0 34px; }
    @media screen and (max-width: 767px) {
      .p-plan__txt {
        font-size: 1.2rem;
        letter-spacing: .5px;
        margin: 0 0 16px; } }
  .p-plan__wrapper {
    width: 678px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-plan__wrapper {
        width: 100%;
        padding: 0 14px 0 16px; } }
  .p-plan__table {
    border: 1px solid #ff8200;
    margin: 0 0 27px;
    border-top: none; }
    @media screen and (max-width: 767px) {
      .p-plan__table {
        margin: 0 0 12px; } }
    .p-plan__table dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
    .p-plan__table dl:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    .p-plan__table dl:nth-child(1) {
      border: 0; }
    .p-plan__table dl:first-child {
      background: #ff8200;
      font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif; 
      text-align: center; }
    .p-plan__table dl:first-child dt {
      padding: 13px 13px 9px;
      padding-left: 34px;
      letter-spacing: 1px;
      border-right: 1px solid #ccc;
      color: #fff;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .p-plan__table dl:first-child dt {
          padding: 2px 13px 0;
          padding-left: 17px;
          letter-spacing: 0; } }
      @media screen and (min-width: 0\0) {
        .p-plan__table dl:first-child dt {
          padding: 13px 13px 6px; } }
    .p-plan__table dl:first-child dd {
      padding: 13px 13px 9px;
      padding-left: 26px;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .p-plan__table dl:first-child dd {
          padding: 2px 13px 0;
          padding-left: 7px;
          letter-spacing: 0; } }
      @media screen and (min-width: 0\0) {
        .p-plan__table dl:first-child dd {
          padding: 13px 13px 6px; } }
    .p-plan__table dt,
    .p-plan__table dd {
      width: 50%;
      font-size: 2.3rem;
      line-height: 2.17;
      letter-spacing: .8px; }
      @media screen and (max-width: 767px) {
        .p-plan__table dt,
        .p-plan__table dd {
          text-align: center;
          font-size: 1.4rem;
          line-height: 2 !important; } }
      @media screen and (min-width: 0\0) {
        .p-plan__table dt,
        .p-plan__table dd {
          line-height: 1.5; } }
    .p-plan__table dt {
      color: #ff8200;
      border-right: 1px solid #ccc;
      padding: 0 44px 0 115px; }
      @media screen and (max-width: 767px) {
        .p-plan__table dt {
          padding: 1px 15px 0 0; } }
      @media screen and (min-width: 0\0) {
        .p-plan__table dt {
          padding: 15px 44px 7px 115px; } }
          @media all and (max-width: 767px) and (-ms-high-contrast: none){
            .p-plan__table dt {
              padding: 15px 30px 7px 30px; } }
    
    .p-plan__table dd {
      padding: 0 44px 0 108px;
      letter-spacing: 2.5px;
      line-height: 2.1; }
      .p-plan__table dd.price__ {
        text-align: right;
        padding: 15px 90px 7px 90px;
      }
      @media screen and (max-width: 767px) {
        .p-plan__table dd {
          padding: 0 5px 0 0;
          letter-spacing: 0; } 
          .p-plan__table dd.price__ {
            padding: 15px 40px 7px 40px;
          }}
   
      @media screen and (min-width: 0\0) {
        .p-plan__table dd {
          line-height: 1.2;
          padding: 15px 44px 7px 115px; } }
          @media all and (max-width: 767px) and (-ms-high-contrast: none){
            .p-plan__table dd {
              padding: 15px 30px 7px 30px; } }
      
  .p-plan__list li {
    position: relative;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.6;
    padding-left: 10px;
    letter-spacing: .8px; }
    @media screen and (max-width: 767px) {
      .p-plan__list li {
        font-size: 1.1rem;
        line-height: 1.39;
        padding-left: 12px;
        letter-spacing: 0; } }
  .p-plan__list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #333; }
    @media screen and (max-width: 767px) {
      .p-plan__list li:before {
        top: 6px;
        left: 2px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
top
------------------------------------------------------------*/
.p-index .c-mv1 {
  margin-bottom: 37px; }
  @media screen and (max-width: 767px) {
    .p-index .c-mv1 {
      margin-bottom: 19px; } }

.p-index .c-box1 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .p-index .c-box1 {
      margin-bottom: 25px; } }

/*.p-index .section {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.p-index .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
*/
/*
------------------------------------------------------------*/
.p-index-sec1 {
  margin-bottom: 58px; }
  @media screen and (max-width: 767px) {
    .p-index-sec1 {
      margin-bottom: 25px; } }
  .p-index-sec1__wrapper {
    background: url(/e-amano/assets/img/top/bg3.jpg) top center no-repeat;
    background-size: cover;
    padding: 34px 0 34px;
    position: relative;
    margin-bottom: 45px;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__wrapper {
        padding: 0;
        margin: 0 0 26px; } }
  .p-index-sec1__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .p-index-sec1 .l-container {
    position: relative;
    z-index: 2; }
  .p-index-sec1__ttl {
    text-align: center;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__ttl {
        padding: 0 25px;
        margin-bottom: 13px; } }
  .p-index-sec1__ttl span {
    font-size: 3rem;
    color: #262626;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__ttl span {
        font-size: 1.5rem;
        line-height: 0.53; } }
  .p-index-sec1__ttl img {
    margin: 0 -15px;
    position: relative;
    left: -17px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__ttl img {
        width: 116px;
        margin: 0;
        left: 2px;
        top: -6px; } }
  .p-index-sec1__process {
    position: relative;
    text-align: center;
    left: -14px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__process {
        left: -2px;
        width: 100%;
        margin: 0 auto 10px;
        padding: 0 28px; } }
  .p-index-sec1__col2 {
    width: 596px;
    margin: 0 auto -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 7px 0 0 38px;
    top: -41px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__col2 {
        padding: 0 0 0 15%;
        width: 100%;
        top: -30px;
        margin-bottom: -30px; } }
    @media screen and (max-width: 375px) {
      .p-index-sec1__col2 {
        top: -25px;
        margin-bottom: -25px; } }
  .p-index-sec1__list {
    width: 180px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__list {
        width: 37.5%; } }
  .p-index-sec1__list:last-child .p-index-sec1__item:before {
    background: #ff8200; }
  .p-index-sec1__item {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #262626;
    font-weight: 600;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__item {
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: -.5px; } }
  .p-index-sec1__item:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -12px;
    width: 4px;
    height: 4px;
    background: #009fff;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__item:before {
        top: 6px;
        left: -7px;
        width: 2px;
        height: 2px; } }
    @media screen and (min-width: 0\0) {
      .p-index-sec1__item:before {
        top: 7px; } }
  .p-index-sec1__group {
    width: 581px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 2px; }
    @media screen and (max-width: 767px) {
      .p-index-sec1__group {
        width: 100%;
        padding: 0 2.8% 0 1.5%;
        padding: 0 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 375px) {
      .p-index-sec1__group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 320px) {
      .p-index-sec1__group {
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .p-index-sec1__group .c-btn1:first-child {
      margin: 0 5%; } }
  @media screen and (max-width: 375px) {
    .p-index-sec1__group .c-btn1:first-child {
      margin: 0 5px 0 0; } }
  @media screen and (max-width: 767px) {
    .p-index-sec1__group .c-btn1:last-child {
      margin: 0 5%; } }
  @media screen and (max-width: 375px) {
    .p-index-sec1__group .c-btn1:last-child {
      margin: 0; } }

/*
------------------------------------------------------------*/
.p-index-sec2 {
  margin-bottom: 71px; }
  @media screen and (max-width: 767px) {
    .p-index-sec2 {
      margin-bottom: 34px; } }
  .p-index-sec2 .c-ttl1 {
    margin-bottom: 43px; }
    @media screen and (max-width: 767px) {
      .p-index-sec2 .c-ttl1 {
        margin-bottom: 25px; } }
  .p-index-sec2 .c-imgtext1 {
    margin-bottom: 57px; }
    @media screen and (max-width: 767px) {
      .p-index-sec2 .c-imgtext1 {
        margin-bottom: 36px; } }
  .p-index-sec2 .c-imgtext2 {
    margin-bottom: 58px; }
    @media screen and (max-width: 767px) {
      .p-index-sec2 .c-imgtext2 {
        margin-bottom: 31px; } }
  .p-index-sec2 .c-imgtext3 {
    margin-bottom: 42px; }
    @media screen and (max-width: 767px) {
      .p-index-sec2 .c-imgtext3 {
        margin-bottom: 20px; } }
  .p-index-sec2__btn {
    text-align: center; }
  .p-index-sec2 .c-btn1 a {
    padding-right: 4px;
    letter-spacing: 1px; }

/*
------------------------------------------------------------*/
.p-index-sec3 {
  margin-bottom: 89px; }
  @media screen and (max-width: 767px) {
    .p-index-sec3 {
      margin-bottom: 24px; } }
  .p-index-sec3 .c-ttl1 {
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      .p-index-sec3 .c-ttl1 {
        margin-bottom: 25px; } }
  .p-index-sec3 .c-imgtext4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      .p-index-sec3 .c-imgtext4 {
        margin: 0 15px 14px 16px;
        padding-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .p-index-sec3 .c-imgtext4:nth-child(3) {
      margin: 0 15px 13px 16px; } }
  @media screen and (max-width: 767px) {
    .p-index-sec3 .c-imgtext4:nth-child(4) .c-imgtext4__ttl {
      margin-bottom: 2px; } }
  @media screen and (max-width: 767px) {
    .p-index-sec3 .c-imgtext4:nth-last-child(2) .c-imgtext4__ttl {
      margin-bottom: 1px; } }
  .p-index-sec3 .c-imgtext4:nth-last-child(2) {
    border: none; }
    @media screen and (max-width: 767px) {
      .p-index-sec3 .c-imgtext4:nth-last-child(2) {
        margin-bottom: 18px; } }
  .p-index-sec3 .c-imgtext4:nth-last-child(2) .c-imgtext4__txt {
    width: calc(100% - 282px); }
    @media screen and (max-width: 767px) {
      .p-index-sec3 .c-imgtext4:nth-last-child(2) .c-imgtext4__txt {
        width: calc(100% - 36px); } }
  .p-index-sec3 .c-imgtext5 {
    margin: 58px 0 0; }
    @media screen and (max-width: 767px) {
      .p-index-sec3 .c-imgtext5 {
        margin: 0; } }

/*
------------------------------------------------------------*/
.p-index-sec4 {
  padding: 50px 0 58px;
  background: #f3f3f3; }
  @media screen and (max-width: 767px) {
    .p-index-sec4 {
      padding: 30px 15px 15px; } }
  .p-index-sec4__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    width: 553px;
    margin: 0 auto 49px;
    border: dotted #000;
    border-width: 2px 0;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
    @media screen and (max-width: 767px) {
      .p-index-sec4__ttl {
        width: 100%;
        padding: 6px 0 5px;
        border-width: 1px 0;
        margin-bottom: 21px; } }
    .p-index-sec4__ttl span {
      margin: 0 15px;
      font-size: 3.4rem;
      line-height: 0.42;
      color: #262626;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .p-index-sec4__ttl span {
          font-size: 1.5rem;
          line-height: 0.48;
          margin: 0 10px; } }
    @media screen and (max-width: 767px) {
      .p-index-sec4__ttl img {
        width: 114px;
        margin: 0 -7px; } }
  @media screen and (min-width: 0\0) {
    .p-index-sec4__ttl span {
      position: relative;
      top: 3px; }
} 
 

  .p-index-sec4__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 47px; }
    @media screen and (max-width: 767px) {
      .p-index-sec4__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; } }
  @media screen and (max-width: 767px) {
    .p-index-sec4 .c-card1 {
      margin: 0 0 16px; } }
  .p-index-sec4__btn {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-index-sec4__btn {
        margin: 17px 0; } }
  @media screen and (min-width: 0\0) {
    .p-index-sec4__btn .c-btn1 a {
      padding-top: 5px; } }

/*
------------------------------------------------------------*/
.p-index-sec5 {
  background: url(/e-amano/assets/img/top/bg1.jpg) top center no-repeat;
  background-size: cover;
  padding: 54px 0 25px; }
  @media screen and (max-width: 767px) {
    .p-index-sec5 {
      padding: 24px 0 9px; } }
  .p-index-sec5 .c-ttl1 {
    margin-bottom: 47px; }
    @media screen and (max-width: 767px) {
      .p-index-sec5 .c-ttl1 {
        margin-bottom: 15px; } }
  .p-index-sec5__box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .p-index-sec5__box {
        padding: 0 0 16px;
        margin: 0 15px 14px; } }
  @media screen and (max-width: 767px) {
    .p-index-sec5__box:nth-child(4) {
      margin: 0 15px 16px; } }
  .p-index-sec5__box:nth-child(6) {
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .p-index-sec5__box:nth-child(6) {
        padding-bottom: 14px; } }
  @media screen and (max-width: 767px) {
    .p-index-sec5__box:nth-last-child(2) {
      margin: 0 15px 13px;
      padding: 0 0 13px; } }
  .p-index-sec5__box:last-child {
    border-bottom: 0; }
    @media screen and (max-width: 767px) {
      .p-index-sec5__box:last-child {
        margin-bottom: 0; } }

/*
------------------------------------------------------------*/
.p-index-sec6 {
  padding: 55px 0 51px; }
  @media screen and (max-width: 767px) {
    .p-index-sec6 {
      padding: 23px 15px 26px; } }

/*
------------------------------------------------------------*/
.p-index-sec7 {
  padding: 59px 0 56px;
  background: #009fff; }
  @media screen and (max-width: 767px) {
    .p-index-sec7 {
      padding: 26px 15px 28px; } }
  .p-index-sec7__ttl {
    text-align: center;
    font-size: 3rem;
    line-height: 0.48;
    color: #ffffff;
    margin: 0 0 40px;
    letter-spacing: -.7px;
    padding-left: 11px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__ttl {
        font-size: 1.5rem;
        line-height: 0.626;
        margin: 0 0 35px; } }
    @media screen and (max-width: 375px) {
      .p-index-sec7__ttl {
        line-height: 1.3; } }
  .p-index-sec7__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 126px 70px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 37px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__col2 {
        padding: 0 0 25px;
        width: 100%;
        margin: 0 auto 19px; } }
  .p-index-sec7__item {
    width: 283px;
    padding: 61px 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__item {
        width: 100%;
        padding: 29px 0 0; } }
  .p-index-sec7__wrapper:last-child .p-index-sec7__slogan span:before {
    left: -22px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__wrapper:last-child .p-index-sec7__slogan span:before {
        left: -10px; } }
  .p-index-sec7__wrapper:last-child .p-index-sec7__slogan span:after {
    right: -13px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__wrapper:last-child .p-index-sec7__slogan span:after {
        right: -8px; } }
  .p-index-sec7__item .c-btn1 a {
    padding: 0 0 0 7px;
    letter-spacing: -.3px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__item .c-btn1 a {
        width: 173px;
        padding: 0;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .p-index-sec7__item .c-btn1 a {
        width: 150px;
        height: auto;
        padding: 10px 0; } }
    @media screen and (min-width: 0\0) {
      .p-index-sec7__item .c-btn1 a {
        padding: 9px 0 0 7px; } }
  .p-index-sec7__wrapper {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__wrapper {
        width: 47.5%;
        text-align: center; } }
  .p-index-sec7__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 99%;
    height: 88%;
    background: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__wrapper:before {
        left: 50%;
        top: 43%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 154px;
        height: 154px;
        width: 41vw;
        height: 40.5vw;
        max-width: 154px;
        max-height: 154px; } }
  .p-index-sec7__slogan {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #ff8200;
    text-align: center;
    margin: 0 0 20px;
    padding-left: 9px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__slogan {
        font-size: 1.2rem;
        padding-left: 0;
        margin: 0 0 8px; } }
  .p-index-sec7__slogan span {
    letter-spacing: -.8px;
    position: relative;
    display: inline-block; }
  .p-index-sec7__slogan span:before,
  .p-index-sec7__slogan span:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 2px;
    height: 36px;
    background: #ff8200; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__slogan span:before,
      .p-index-sec7__slogan span:after {
        top: 8px;
        width: 1px;
        height: 18px; } }
  .p-index-sec7__slogan span:after {
    -webkit-transform: rotate(37deg);
        -ms-transform: rotate(37deg);
            transform: rotate(37deg);
    right: -21px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__slogan span:after {
        right: -9px; } }
  .p-index-sec7__slogan span:before {
    -webkit-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
            transform: rotate(-37deg);
    left: -27px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__slogan span:before {
        left: -13px; } }
  .p-index-sec7__img {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__img {
        position: relative;
        left: -2px; } }
  .p-index-sec7__talk {
    position: absolute;
    top: 52%;
    right: -64px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 131px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ff8200;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.46;
    color: #ff8200;
    padding: 12px 0 16px 2px;
    letter-spacing: -.5px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;  }
    @media screen and (max-width: 767px) {
      .p-index-sec7__talk {
        width: 97px;
        font-size: 1.1rem;
        line-height: 1.1;
        top: -29px;
        right: auto;
        left: 49%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-width: 1px;
        padding: 9px 0 8px 4px;
        letter-spacing: 0; } }
    @media screen and (min-width: 0\0) {
      .p-index-sec7__talk {
        padding: 12px 0 9px 2px; } }
  .p-index-sec7__talk:before, .p-index-sec7__talk:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .p-index-sec7__talk:before, .p-index-sec7__talk:after {
        top: 101%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
  .p-index-sec7__talk:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 9px 5px 0;
    border-color: transparent #fff transparent transparent;
    left: -7px;
    top: 49.8%; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__talk:after {
        top: 100%;
        left: 50%;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: #fff transparent transparent transparent; } }
  .p-index-sec7__talk:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #ff8200 transparent transparent;
    left: -9px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__talk:before {
        left: 50%;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #ff8200 transparent transparent transparent; } }
  .p-index-sec7 .c-btn1 {
    margin: 30px 0 0; }
    @media screen and (max-width: 767px) {
      .p-index-sec7 .c-btn1 {
        margin: 22px 0 0;
        position: relative;
        left: -4px; } }
    @media screen and (max-width: 375px) {
      .p-index-sec7 .c-btn1 {
        margin: 7px 0 0;
        background-size: contain; } }
  .p-index-sec7__contact {
    text-align: center; }
  .p-index-sec7__contact a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none; }
  .p-index-sec7__contact i {
    margin: 0 -21px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__contact i {
        width: 18px;
        margin: 0 -6px;
        top: 3px; } }
    @media screen and (min-width: 0\0) {
      .p-index-sec7__contact i {
        top: 3px; } }
  .p-index-sec7__contact span {
    line-height: 1.5;
    font-size: 2.6rem;
    margin: 0 32px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-index-sec7__contact span {
        font-size: 1.3rem;
        line-height: 1.47;
        margin: 0 11px; } }
  .p-index-sec7__contact span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff; }
