@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .table-styleA dl, .table-type-a dl, .table-a table tbody td dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after, .table-type-a dl:after, .table-a table tbody td dl:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

/*　////////////////////////////////
テキスト
//////////////////////////////////　*/
.text-right {
  text-align: right;
}

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

/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

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

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

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

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #424242;
  color: #fff;
}
::selection {
  background: #424242;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover,
a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #000;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background-color: #424242;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*左右逆*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.txet-center {
  text-align: center;
}

.section-info ul.news-list li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
}
.section-info .title {
  font-size: 1.8rem;
}
.section-info .data {
  font-size: 1.3rem;
  color: #f7931e;
}
.section-info .text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.more-btnA,
.more-btnA-b {
  display: block;
  text-align: center;
}
.more-btnA a,
.more-btnA-b a {
  text-align: center;
  font-weight: 400;
  padding: 11px 20px 9px 20px;
  display: inline-block;
  line-height: 1.6;
  position: relative;
  width: 240px;
  position: relative;
  font-size: 2rem;
  border: #808080 solid 1px;
  background-color: #e8de56;
}
.more-btnA .arrow,
.more-btnA-b .arrow {
  display: inline-block;
  right: 22px;
  position: absolute;
  top: 50%;
}
.more-btnA .arrow::before,
.more-btnA .arrow::after,
.more-btnA-b .arrow::before,
.more-btnA-b .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-btnA .arrow:before,
.more-btnA-b .arrow:before {
  width: 11px;
  height: 11px;
  border-top: 1px solid #424242;
  border-right: 1px solid #424242;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btnA a:hover,
.more-btnA-b a:hover {
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnA-b a {
  color: #424242;
  background-color: #fff;
}
.more-btnA-b .arrow:before {
  border-top: 1px solid #424242;
  border-right: 1px solid #424242;
}

.more-btnB {
  display: block;
  text-align: center;
}
.more-btnB a {
  font-weight: 400;
  padding: 5px 30px;
  color: #000;
  display: inline-block;
  border: 2px solid #424242;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #424242;
  border: 2px solid #424242;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnC {
  text-align: center;
}
.more-btnC a {
  color: #816134;
}
.more-btnC a i {
  margin-left: 10px;
}

ul.list-styleA li {
  position: relative;
  padding-left: 20px;
}
ul.list-styleA li:before {
  color: #816134;
  margin-right: 5px;
  content: "■";
  font-size: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dotted-line {
  border-bottom: 3px dotted #424242;
}

.under-line {
  border-bottom: 1px solid #424242;
}

/*
<div class="table-a">
<table>
<tbody>
<tr>
<th>社 名</th>
<td>data</td>
</tr>
</tbody>
</table>
</div>
*/
.table-a {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-a {
    margin-bottom: 30px;
  }
}
.table-a table {
  width: 100%;
}
.table-a table tbody td,
.table-a table tbody th {
  border-collapse: collapse;
  padding: 10px;
}
.table-a table tbody th {
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
@media (min-width: 768px) {
  .table-a table tbody th {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #a0a0a0;
  }
}
.table-a table tbody td {
  vertical-align: top;
  display: block;
  border-top: none;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .table-a table tbody td {
    padding: 20px 0px 20px 40px;
    display: table-cell;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
}
.table-a table tbody td dl dt {
  float: left;
  width: 80%;
}
@media (min-width: 768px) {
  .table-a table tbody td dl dt {
    width: 50%;
  }
}
.table-a table tbody td dl dd {
  float: left;
}
.table-a table tr:last-child {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table-a table tr:last-child {
    border-bottom: name;
  }
}

.table-type-a dl dd {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .table-type-a dl dt {
    float: left;
    width: 30%;
  }
  .table-type-a dl dd {
    float: right;
    width: 70%;
    margin-bottom: 0px;
  }
}

.table-styleA {
  border-bottom: 1px solid #ddd;
}
.table-styleA dl,
.table-styleA dt,
.table-styleA dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl {
  background: #fff8ec;
}
.table-styleA dl dt,
.table-styleA dl dd {
  border-top: 1px solid #ccc;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt,
  .table-styleA dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    text-align: left;
    width: 30%;
    float: left;
    padding: 10px 0 0 20px;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 30%;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 20px;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

/*　////////////////////////////////
form共通
//////////////////////////////////　*/
.form-closed {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .form-closed {
    text-align: center;
  }
}
.form-closed h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #424242;
}
@media (min-width: 768px) {
  .form-closed h3 {
    font-size: 3.4rem;
  }
}
.form-closed p {
  font-size: 1.6rem;
}
@media (min-width: 987px) {
  .form-closed p {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}

#form .mw_wp_form_complete {
  background-color: #ffb;
  padding: 20px;
  margin-bottom: 40px;
}
#form .form {
  margin-bottom: 60px;
}
#form .form .table-styleA {
  margin-bottom: 50px;
}
#form .form .table-styleA dd.address input {
  margin: 10px 0;
}
#form .form dd {
  vertical-align: middle;
}
#form .form dd input[type=checkbox] {
  width: auto;
}
#form .form dd input[type=radio] {
  width: auto;
}
#form .required-text {
  font-size: 1.2rem;
}
#form .required-text span.required {
  margin: 0 10px 20px 0;
}
#form span.required {
  background-color: #f7931e;
  color: #fff;
  padding: 5px 6px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#form .table-styleA dd {
  padding: 10px 10px 10px 20px;
}
#form .table-styleA span.required {
  margin-left: 10px;
}
#form .table-styleA input,
#form .table-styleA textarea {
  width: 80%;
  font-size: 1.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
#form .table-styleA ::-webkit-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-moz-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA :-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#form .privacy dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#form .privacy dl dd {
  margin-bottom: 30px;
}
#form .form-button {
  text-align: center;
  margin: 30px 0 0 0;
}
#form .form-button input[type=submit] {
  background-color: #424242;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 24px;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#form .form-button input[type=submit]:hover {
  background-color: #424242;
  border-radius: 100px;
}
#form .tel {
  font-size: 2.2rem;
}
@media (min-width: 1220px) {
  #form .tel {
    font-size: 3rem;
  }
}
#form .tel img {
  width: 36px;
  margin-right: 10px;
}
@media (min-width: 1220px) {
  #form .tel img {
    width: 43px;
  }
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.all-wrapper {
  /*　--------------------------------------------------------------
  共通
  --------------------------------------------------------------　*/
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.all-wrapper .box-text {
  margin-bottom: 30px;
}
.all-wrapper .container {
  margin-top: 40px;
}
.all-wrapper .dec-text {
  font-size: 4rem;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  margin-top: 30px;
}
.all-wrapper .box-2a img,
.all-wrapper .box-2a p,
.all-wrapper .box-2b img,
.all-wrapper .box-2b p {
  margin-bottom: 20px;
}
@media (min-width: 987px) {
  .all-wrapper {
    padding: 0;
  }
  .all-wrapper .flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .all-wrapper .box-text {
    width: 54%;
    margin-bottom: 0px;
  }
  .all-wrapper .box-text .box {
    text-align: left;
    padding-left: 30%;
    margin: 0 auto;
  }
  .all-wrapper .box-text .box h3 {
    margin-bottom: 40px;
    text-align: left;
  }
  .all-wrapper .box-img {
    width: 43%;
  }
  .all-wrapper .box-img img {
    width: 100%;
  }
}
.all-wrapper .box-text p {
  margin-bottom: 30px;
}
.all-wrapper .box-text ul li {
  font-size: 1.6rem;
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.all-wrapper .box-text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #f39800;
  font-size: 1.3rem;
  line-height: 1;
  top: 7px;
}
@media (min-width: 768px) {
  .all-wrapper .box-text ul li {
    font-size: 1.8rem;
    padding-left: 1.3em;
  }
  .all-wrapper .box-text ul li::before {
    top: 10px;
    font-size: 1.6rem;
    top: 5px;
  }
}
.all-wrapper .example {
  margin: 90px 0;
}
.all-wrapper .example ul li {
  margin-bottom: 30px;
}
.all-wrapper .example .box-img {
  margin-bottom: 15px;
}
@media (min-width: 987px) {
  .all-wrapper .example .box-text {
    width: 73%;
    margin-bottom: 0px;
  }
  .all-wrapper .example .box-text .box {
    text-align: left;
    padding-left: 30%;
    margin: 0 auto;
  }
  .all-wrapper .example .box-img {
    width: 24%;
    margin-bottom: 0px;
  }
  .all-wrapper .example .box-img img {
    width: 100%;
  }
}
.all-wrapper .achievements {
  background-color: #f7f8f8;
  padding: 30px 0 60px;
  margin-bottom: 90px;
}
.all-wrapper .achievements .container {
  max-width: 900px;
}
.all-wrapper .achievements h4 {
  font-size: 1.8rem;
  text-align: center;
}
.all-wrapper .achievements img {
  margin: 20px 0;
}
.all-wrapper .flow {
  max-width: 900px;
  margin: 0 auto;
}
.all-wrapper .flow ul li {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.all-wrapper .flow ul li h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1;
}
.all-wrapper .flow ul li h3 span {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 8px;
}
.all-wrapper .consultation {
  border: 1px solid #000;
  padding: 20px 15px;
  margin-top: 90px;
}
.all-wrapper .consultation h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .all-wrapper .consultation {
    padding: 30px 60px;
  }
  .all-wrapper .consultation h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.all-wrapper header.lower-header h1.top-h1 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin: 15px 0;
  color: #000000;
  font-weight: 100;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .all-wrapper header.lower-header h1.top-h1 {
    font-size: 1.6rem;
  }
}
.all-wrapper header.lower-header .container {
  margin-top: 0px;
}
.all-wrapper header.lower-header .lower-title {
  font-size: clamp(3rem, 1.6vw + 2.4vh, 4rem);
  text-align: center;
  line-height: 1;
  background-color: #f2f0e6;
  padding: 60px 0;
}
.all-wrapper header.lower-header .lower-title span {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .all-wrapper header.lower-header .lower-title {
    margin-bottom: 80px;
  }
  .all-wrapper header.lower-header .lower-title span {
    margin-top: 20px;
  }
}
.all-wrapper h2,
.all-wrapper h3,
.all-wrapper h4 {
  font-weight: 400;
}
.all-wrapper .lower-title-b {
  font-size: 2rem;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-bottom: 2px #c5b999 solid;
  border-top: 2px #c5b999 solid;
  max-width: 500px;
  padding: 15px 0;
  margin: 0px auto 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-b {
    font-size: 2.4rem;
    margin: 60px auto;
  }
}
.all-wrapper .lower-title-c {
  font-size: 1.8rem;
  border-bottom: 2px #c5b999 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-c {
    font-size: 2rem;
  }
}
.all-wrapper .lower-title-d {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px auto;
  font-weight: 400;
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-d {
    font-size: 2.4rem;
  }
}
.all-wrapper .lower-title-e {
  font-size: 1.8rem;
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  font-weight: 400;
}
.all-wrapper .lower-title-e::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #9e866c;
  line-height: 1;
  top: 6px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-e {
    font-size: 2rem;
    padding-left: 1.3em;
  }
  .all-wrapper .lower-title-e::before {
    top: 10px;
    font-size: 1.8rem;
  }
}

/* .all-wrapper */