@charset "UTF-8";
/*
sanitize default setting
====================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  cursor: pointer;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  box-sizing: border-box;
}

.clear:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

*[hidden] {
  display: none !important;
}

br {
  line-height: inherit;
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  backface-visibility: hidden;
}

a:hover, a:active {
  text-decoration: none;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
code,
em,
img,
a,
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,
figcaption,
figure,
picture,
footer,
header,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg,
video {
  width: 100%;
  vertical-align: bottom;
}

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

input,
select {
  vertical-align: middle;
}

input:focus,
select:focus,
button:focus {
  outline: 0;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

html.active {
  overflow-y: hidden;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  background: #fff;
  color: #484848;
  margin: auto;
  position: relative;
  min-width: auto;
}

p,
li,
dt,
dd,
h3,
h4,
h5,
span {
  font-weight: 400;
  line-height: 1.6;
}

.spbr {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  .pc {
    display: none;
  }
  .pcbr {
    display: none;
  }
  .sponly {
    display: block;
  }
  .spnone {
    display: none;
  }
}
html.fix {
  overflow: hidden;
}

/*fonts setting__________________*/
body {
  font-family: "Noto Sans JP", sans-serif; /*default*/
}
body strong {
  font-weight: 500;
}

*[data-inter] {
  font-family: "Inter", sans-serif;
  font-weight: 500; /*default*/
}
*[data-inter] strong {
  font-weight: 600;
}

*[data-roboto] {
  font-family: "Roboto", sans-serif;
  font-weight: 400; /*default*/
}
*[data-roboto] strong {
  font-weight: 500; /*default*/
}

/*
key color common
----------------------------------*/
.txt-red,
span.msg {
  color: #b75f5f;
}

.l-form td span.msg {
  display: inline-block;
  border: 1px solid #b75f5f;
  padding: 3px 10px;
  margin: 3px 0;
}

@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
common elements setting
====================================================*/
#header.head-animation {
  top: 0px;
}

#header.head-reverseal {
  top: 0px;
}

@media all and (max-width: 767px) {
  #header {
    background: #fff;
    z-index: 3;
    width: 100%;
    height: auto;
    min-height: 80px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header #siteTitle {
    display: table;
    width: 180px;
    height: 80px;
    position: relative;
    left: 15px;
    z-index: 2;
  }
  #header #siteTitle a {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
  }
  #header #siteTitle a img {
    width: 180px;
  }
  #header .hwrap {
    position: relative;
  }
  #header.head-animation {
    transform: translateY(-100%) translateX(-50%);
  }
  .head_aid {
    height: 145px;
  }
}
@media all and (min-width: 768px) {
  #header {
    background: #fff;
    z-index: 3;
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    height: auto;
    min-height: 80px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header #siteTitle {
    height: 80px;
    display: table;
    margin-right: 10px;
  }
  #header #siteTitle a {
    display: table-cell;
    vertical-align: top;
    width: 225px;
  }
  #header #siteTitle a img {
    width: 100%;
  }
  #header .hwrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .head_aid {
    height: 80px;
  }
}
@media print {
  #header,
  #header.head-animation,
  #header.head-reverseal {
    position: absolute !important;
  }
}
@keyframes menuTransion_sp {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes menuTransion_rv {
  0% {
    right: 0px;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: brightness(1.1);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-35%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  #navigation {
    width: 100%;
    height: auto;
    z-index: 3;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #navigation li {
    display: inline;
  }
  #navigation li a {
    display: block;
    color: #484848;
    text-decoration: none;
    padding: 20px 10px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #707070;
    background: url("../img/arrow_bl1.svg") no-repeat 93% center;
    background-size: 6px;
  }
  #navigation li a:hover, #navigation li a.active {
    color: #b75f5f;
  }
  #navigation .gNav {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 100%;
    opacity: 0;
  }
  #navigation .gNav.open {
    display: block;
    animation: menuTransion_sp 0.3s ease;
    opacity: 1;
    right: 0px;
    height: calc(100vh - 80px);
    background: #faf7f5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-top: 20px;
  }
  #navigation .gNav.hide {
    display: block;
    animation: menuTransion_rv 0s ease;
    right: -100%;
    opacity: 0;
  }
  .mobileBtn {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 3;
    background: url("../img/sp_menu-btn.svg") no-repeat center center;
    background-size: 25px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .mobileBtn.on {
    background: url("../img/sp_menu-close.svg") no-repeat center center;
    background-size: 15px;
  }
}
@media all and (min-width: 768px) {
  #navigation {
    background: #fff;
    width: calc(100% - 235px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
  }
  #navigation .gNav {
    width: calc(100% - 450px);
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  #navigation .gNav .btn_cv {
    display: none !important;
  }
  #navigation .gNav li {
    display: block;
    padding-left: 20px;
  }
  #navigation .gNav li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 3px solid #fff;
    padding: 10px 0px 20px 0;
    font-size: 1.5rem;
  }
  #navigation .gNav li a:hover, #navigation .gNav li a.active {
    color: #666;
    border-bottom: 3px solid #ddd;
  }
  .mobileBtn {
    display: none;
  }
}
@media all and (min-width: 1280px) and (max-width: 1350px) {
  #navigation .gNav li {
    padding-left: 13px;
  }
  #navigation .gNav li a {
    font-size: 1.4rem;
  }
}
.tel_cv {
  /*common_default____*/
}
.tel_cv .num {
  display: block;
  text-align: center;
}
.tel_cv .date {
  display: block;
  text-align: center;
  font-size: 11px; /*default*/
  font-weight: 500;
}

.btn_cv a {
  /*common_default____*/
  color: #fff;
  background: #b75f5f url("../img/arrow_white2.svg") no-repeat 96% center;
  background-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media (min-width:768px) {
  .btn_cv.header_rn {
    margin-top: -3px;
  }
}
@media (min-width:768px) {
  .btn_cv.header_rn a {
    width: 232px;
    display: grid;
    place-content: center;
    background-position: right 20px center;
    background-color: #b75f5f;
    height: 50px;
    border-radius: 25px;
  }
}
.btn_cv.single a {
  display: block;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 100vmax;
}
.btn_cv.single a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  #header .tel_cv {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 65px;
  }
  #header .tel_cv .num {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
  }
  #header .tel_cv .num a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: block;
    background: #b19786 url("../img/sp_icon-tel.svg") no-repeat center center;
    background-size: 20px;
    font-size: 0;
  }
  #header .tel_cv .date {
    display: none;
  }
  .btn_cv a {
    text-align: center;
    font-size: 1.8rem;
  }
  #header .btn_cv {
    display: none;
  }
  #header .btn_cv a {
    margin: 40px;
    padding: 20px;
    z-index: 3;
  }
  #header .gNav.open .btn_cv {
    display: block;
  }
  .btn_cv.single a {
    margin: 30px auto;
    background-position: 93% center;
    background-size: 15px;
    padding: 20px 0px;
    border-radius: 50px;
    width: calc(100% - 40px);
  }
}
@media all and (min-width: 768px) {
  .tel_cv {
    padding: 0 20px;
  }
  .tel_cv .num {
    font-size: 24px; /*default*/
  }
  .btn_cv a {
    font-size: 15px; /*default*/
    padding: 15px 30px;
  }
  #header .btn_cv {
    position: relative;
    top: -5px;
  }
  .btn_cv.single a {
    margin: 60px auto;
    background-position: 93% center;
    background-size: 15px;
    padding: 20px 0px;
    width: 440px;
    border-radius: 50px;
    font-size: 20px;
  }
}
#page-top {
  position: fixed;
  bottom: 30px;
  right: 1.5%;
  width: 50px;
  height: 50px;
  background: url("../img/arrow_totop.svg") rgba(177, 151, 134, 0.86) no-repeat center center;
  background-size: 24px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}
#page-top.active {
  opacity: 1;
}
#page-top span {
  display: none;
}

.site-footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.site-footer__logo {
  text-align: center;
}
.site-footer__copy {
  font-size: 1.2rem;
}

@media all and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 27px;
  }
  .site-footer {
    margin-bottom: 10px;
    margin-bottom: 80px;
  }
  .site-footer__logo {
    width: 200px;
    margin: 30px auto 15px auto;
  }
  .site-footer__info {
    padding: 0 20px;
    font-size: 1.3rem;
  }
  .site-footer__copy {
    padding: 15px 0 30px 0;
    text-align: center;
  }
  .site-footer + .btn_cv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    transform: translateY(0px);
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
    /*a{
      display:block;
      padding:20px;
      width:100%;
      letter-spacing:.1rem;
    }*/
  }
  .site-footer + .btn_cv.fade {
    opacity: 0;
    transform: translateY(70px);
  }
  .site-footer + .btn_cv .fx-cv-tel,
  .site-footer + .btn_cv .fx-cv-form {
    display: block;
    width: 50%;
    padding: 10px 15px;
  }
  .site-footer + .btn_cv .fx-cv-tel {
    background: #b75f5f url("../img/cvs-icon-tel.svg") no-repeat 10px center;
    background-size: 40px;
  }
  .site-footer + .btn_cv .fx-cv-tel a {
    background: none;
    font-size: 16px !important;
    padding-left: 25px;
    line-height: 1.2;
  }
  .site-footer + .btn_cv .fx-cv-tel .f-detail {
    font-size: 11px;
    display: block;
    padding-top: 5px;
  }
  .site-footer + .btn_cv .fx-cv-form {
    font-size: 16px;
    background: #b75f5f url("../img/cvs-icon-form.svg") no-repeat 10px center;
    background-size: 40px;
    position: relative;
  }
  .site-footer + .btn_cv .fx-cv-form:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .site-footer + .btn_cv .fx-cv-form .bn-wrap {
    padding-left: 25px;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .site-footer {
    max-width: 1920px;
    min-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
  }
  .site-footer__logo {
    width: 220px;
  }
  .site-footer__logo img {
    width: 160px;
  }
  .site-footer__info {
    width: calc(100% - 240px - 320px);
    flex-grow: 1;
    border-left: 1px solid #484848;
    padding-left: 20px;
  }
  .site-footer__copy {
    width: 320px;
    text-align: right;
    padding-right: 40px;
    position: relative;
    top: 40px;
  }
  .site-footer + .btn_cv {
    display: none !important;
  }
}
/*motion common
__________________________________*/
.js-um {
  transition: all 0.5s; /*default*/
}

.conversionArea {
  max-width: 928px;
  margin: 0 auto;
  background: #fff;
}
.conversionArea .cv_txt .sub {
  display: block;
  text-align: center;
  background: #f0e8e2;
  padding: 3px;
  letter-spacing: 0.1rem;
}
.conversionArea .cv_txt h2 {
  text-align: center;
  letter-spacing: 0.25rem;
}
.conversionArea .cv_txt h2 span {
  font-weight: 600;
}
.conversionArea .cv_txt .caption {
  text-align: center;
  letter-spacing: 0.1rem;
}
.conversionArea .cv_area .btn_cv {
  /*over write*/
}
.conversionArea .cv_area .btn_cv a {
  background-size: 14px;
  background-position: 93% center;
  font-size: 1.9rem;
  padding: 20px 80px;
  border-radius: 50px;
}
.conversionArea .tel_cv {
  /*over write*/
  padding: 15px 0 0 0;
  text-align: center;
}
.conversionArea .tel_cv .num {
  display: inline-block;
  text-align: center;
  font-size: 3.2rem;
}
.conversionArea .tel_cv .date {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 15px;
}
.conversionArea .cv_txt2 .txt-ms {
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.conversionArea .cv_txt2 .txt-tel,
.conversionArea .cv_txt2 .txt-com {
  color: #b75f5f;
}
.conversionArea .cv_txt2 .txt-com {
  font-weight: bold;
}
.conversionArea .cv_txt2 .txt-tel {
  line-height: 1.3;
}
.conversionArea .cv_txt2 .txt-tel .num {
  background: url("../img/cvs-icon-phone.svg") no-repeat center left;
  background-size: 35px;
  padding-left: 40px;
}
.conversionArea .cv_txt2 .txt-tel .detail {
  display: inline-block;
  color: #707070;
  font-weight: bold;
}

.wrap_brown {
  background: #d4c2b9;
}

.en-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #cbb7b0;
  padding-bottom: 15px;
  display: block;
}

@media all and (max-width: 767px) {
  .en-title {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .wrap_brown {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .conversionArea {
    padding: 15px 15px 10px 15px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin: 0 20px;
    border-radius: 8px;
  }
  .conversionArea.bg-white {
    border: 1px solid #ccc;
  }
  .conversionArea .cv_txt .sub {
    font-size: 1.5rem;
  }
  .conversionArea .cv_txt h2 {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
  .conversionArea .cv_txt .caption {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .conversionArea .cv_area .btn_cv a {
    padding: 20px 20px;
  }
  .conversionArea .cv_area .tel_cv {
    padding-top: 5px;
  }
  .conversionArea .cv_area .tel_cv .num {
    font-size: 2.8rem;
    background-size: 20px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .conversionArea .cv_area .tel_cv .date {
    padding-left: 10px;
  }
  .conversionArea .illust-t2 {
    width: 90px;
    margin: 0 auto;
  }
  .conversionArea .cv_txt2 {
    text-align: center;
  }
  .conversionArea .cv_txt2 .txt-ms {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .conversionArea .cv_txt2 .txt-ms strong {
    font-size: 18px;
  }
  .conversionArea .cv_txt2 .txt-com {
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
  }
  .conversionArea .cv_txt2 .txt-tel {
    font-size: 32px;
    line-height: 1.1;
  }
  .conversionArea .cv_txt2 .txt-tel .detail {
    font-size: 12px;
    display: block;
  }
}
@media all and (min-width: 768px) {
  .conversionArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 35px 70px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .conversionArea.bg-white {
    border: 1px solid #ccc;
  }
  .conversionArea.type-min {
    max-width: 848px;
  }
  .conversionArea .cv_txt {
    width: calc(50% - 30px);
    margin-right: 15px;
  }
  .conversionArea .cv_txt .sub {
    font-size: 1.6rem;
  }
  .conversionArea .cv_txt h2 {
    font-size: 4.2rem;
  }
  .conversionArea .cv_txt .caption {
    font-size: 1.4rem;
  }
  .conversionArea .cv_area .btn_cv a {
    padding: 20px 80px;
  }
  .conversionArea .cv_btn {
    width: calc(50% - 30px);
    margin-left: 15px;
  }
  .conversionArea .illust-t2 {
    width: 115px;
    margin-right: 30px;
  }
  .conversionArea .cv_txt2 {
    width: calc(100% - 200px);
  }
  .conversionArea .cv_txt2 .txt-ms {
    font-size: 20px;
    max-width: 450px;
  }
  .conversionArea .cv_txt2 .txt-ms strong {
    font-size: 25px;
  }
  .conversionArea .cv_txt2 .txt-com {
    padding-top: 15px;
    font-size: 14px;
  }
  .conversionArea .cv_txt2 .txt-tel .num {
    font-size: 40px;
  }
  .conversionArea .cv_txt2 .txt-tel .detail {
    padding-left: 20px;
  }
  .wrap_brown {
    padding: 70px 0;
  }
  .en-title {
    font-size: 1.8rem;
  }
}
/*
layout setting
====================================================*/
@media all and (max-width: 767px) {
  .l-mainvisual {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #f8f8f8 url("../img/img_c1-bg.png") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    animation: fadeIn 2.5s;
  }
  .l-mainvisual .inner {
    height: calc(100vh - 80px - 80px);
    display: flex;
    flex-wrap: wrap;
  }
  .l-mainvisual__full {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url("../img/mv_full-sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .l-mainvisual__full img {
    display: none;
  }
  .l-mainvisual__txt {
    text-align: center;
  }
  .l-mainvisual__txt h2 {
    width: 115px;
    margin: 0 auto;
    position: absolute;
    top: 35px;
    left: 30px;
  }
  .l-mainvisual__txt h2 img {
    width: 100%;
  }
  .l-mainvisual__txt h3 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .l-mainvisual__txt h3 img {
    width: calc(100% - 40px);
    position: relative;
    top: -50px;
  }
  .l-mainvisual__txt p {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.7rem;
    text-align: center;
    background: #eddacd;
    padding: 5px 10px 5px 15px;
    position: relative;
    z-index: 1;
    top: -70px;
  }
  .l-mainvisual__txt .space {
    display: block;
    width: 100%;
    height: 13px;
  }
}
@media all and (min-width: 768px) {
  .l-mainvisual {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    position: relative;
  }
  .l-mainvisual .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-mainvisual__full {
    animation: fadeIn 2.5s;
  }
  .l-mainvisual__full img {
    width: 100%;
  }
  .l-mainvisual__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-35%);
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    animation: fadeUp 1s 0.5s;
    animation-fill-mode: forwards;
  }
  .l-mainvisual__txt h2 {
    width: 134px;
    margin: 0 auto;
  }
  .l-mainvisual__txt h2 img {
    width: 100%;
  }
  .l-mainvisual__txt h3 {
    width: 490px;
    margin: 55px auto;
  }
  .l-mainvisual__txt h3 img {
    width: 100%;
  }
  .l-mainvisual__txt p {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1rem;
    text-align: center;
    background: #eddacd;
    padding: 5px 10px 5px 15px;
  }
  .l-mainvisual__txt .space {
    display: block;
    width: 100%;
    height: 13px;
  }
}
/*
about area
============================================*/
.l-about {
  background: #f8f8f8 url("../img/img_c1-bg.png") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.l-about .pointsArea {
  margin: 0px auto;
}
.l-about .pointsArea div img {
  width: 100%;
}
.l-about .pointsArea div p {
  color: #948179;
}
@media all and (max-width: 767px) {
  .l-about {
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  .l-about .pointsArea {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px 0;
  }
  .l-about .pointsArea div {
    display: table;
  }
  .l-about .pointsArea div.nintei {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .l-about .pointsArea div.nintei img {
    width: 190px;
  }
  .l-about .pointsArea div.point {
    width: 305px;
    margin: 0 auto;
    padding: 10px 0px 7px 0;
  }
  .l-about .pointsArea div.point p {
    background: #fff;
    position: relative;
    font-size: 1.7rem;
    margin: 0 auto;
    line-height: 1.5;
    border-radius: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0px 15px 0px;
    width: 305px;
    height: 58px;
  }
  .l-about .pointsArea div.point p strong {
    font-size: 2.2rem;
  }
  .l-about .pointsArea div.point p:before {
    content: "";
    display: block;
    background: url("../img/icon_circle1sp.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 305px;
    height: 58px;
    top: -4px;
    left: -6px;
  }
}
@media all and (min-width: 768px) {
  .l-about {
    padding-bottom: 100px;
  }
  .l-about .pointsArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 928px;
    padding: 120px 0 60px 0;
  }
  .l-about .pointsArea div {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-about .pointsArea div.point {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: #fff;
    position: relative;
  }
  .l-about .pointsArea div.point:before {
    content: "";
    display: block;
    background: url("../img/icon_circle1.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    width: 160px;
    height: 160px;
    top: -6px;
    left: -6px;
  }
  .l-about .pointsArea div p {
    font-size: 1.6rem;
    margin-top: -6px;
  }
  .l-about .pointsArea div p strong {
    font-size: 2.2rem;
  }
}
.l-about .school .inner .box1 .scbox p {
  font-weight: 500;
}
.l-about .school .inner .box1 .scbox h2 {
  line-height: 1.4;
  font-weight: 600;
}
.l-about .school .inner .box1 .scbox h2 strong {
  font-weight: 700;
}
.l-about .school .inner .box1 p.paragraph {
  line-height: 2;
  font-size: 1.5rem;
}
.l-about .school .summary .sb {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5rem;
  position: relative;
}
.l-about .school .summary .sb:after {
  content: "";
  background: #484848;
  width: 0px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  transition: all 1s;
  transition-delay: 0.5s;
}
.l-about .school .summary.js-um.run .sb:after {
  width: 100%;
}

@media all and (max-width: 767px) {
  .l-about .school {
    padding: 50px 20px 30px 20px;
  }
  .l-about .school .inner .box1 .scbox p {
    font-size: 1.3rem;
    padding-bottom: 15px;
    font-weight: 400;
  }
  .l-about .school .inner .box1 .scbox h2 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .l-about .school .inner .box1 .scbox h2 strong {
    font-size: 2.8rem;
  }
  .l-about .school .inner .box1 .scimg {
    width: 220px;
    margin: 20px auto 20px 0;
  }
  .l-about .school .inner .box1 p.paragraph {
    line-height: 2;
  }
  .l-about .school .inner .box2 {
    display: flex;
    flex-wrap: wrap;
    height: 240px;
    margin: 40px auto 80px auto;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  .l-about .school .inner .box2 .img1,
  .l-about .school .inner .box2 .img2 {
    width: calc(50% - 4px);
  }
  .l-about .school .inner .box2 .img2 img {
    transform-origin: bottom center;
    transform: scale(0.6);
    position: relative;
    bottom: -45px;
  }
  .l-about .school h3.summary {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-block-start: 0px;
  }
  .l-about .school h3.summary .sb {
    padding-top: 20px;
    letter-spacing: 0.5rem;
  }
}
@media all and (min-width: 768px) {
  .l-about .school {
    margin: 60px auto 250px auto;
    max-width: 928px;
  }
  .l-about .school .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .l-about .school .inner .box1 {
    width: 670px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-start;
  }
  .l-about .school .inner .box1 .scbox {
    width: calc(100% - 220px);
  }
  .l-about .school .inner .box1 .scbox p {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  .l-about .school .inner .box1 .scbox h2 {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .l-about .school .inner .box1 .scbox h2 strong {
    font-size: 3.5rem;
  }
  .l-about .school .inner .box1 .scimg {
    width: 220px;
  }
  .l-about .school .inner .box1 p.paragraph {
    line-height: 2;
    padding-top: 50px;
    font-size: 1.5rem;
  }
  .l-about .school .inner .box2 {
    width: calc(100% - 670px);
    position: relative;
  }
  .l-about .school .inner .box2.js-um {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0.5s;
    transition-duration: 1s;
  }
  .l-about .school .inner .box2.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-about .school .inner .box2 .img1 {
    width: 260px;
    position: relative;
    right: -160px;
    top: 90px;
  }
  .l-about .school .inner .box2 .img2 {
    width: 150px;
    position: relative;
    top: 30px;
    left: 30px;
  }
  .l-about .school .summary {
    font-size: 2.4rem;
    padding-top: 40px;
  }
  .l-about .school .summary .sb {
    padding-top: 20px;
    letter-spacing: 1rem;
  }
}
/*
reason area
============================================*/
.l-reasons .list {
  background: #ede1dc;
}
.l-reasons .list__title {
  text-align: center;
}
.l-reasons .list__title p {
  letter-spacing: 0.1rem;
}
.l-reasons .list__title .key span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.l-reasons .list__title .key span:before, .l-reasons .list__title .key span:after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  position: absolute;
  background: #484848;
}
.l-reasons .list__title .key span:before {
  top: 50%;
  transform: rotate(50deg) translateY(-50%);
}
.l-reasons .list__title .key span:after {
  top: 50%;
  transform: rotate(-50deg) translateY(-50%);
}
.l-reasons .list__title .question {
  font-weight: 500;
  border-bottom: 3px solid #484848;
  display: inline-block;
}
.l-reasons .list__title .question strong span {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.l-reasons .list__title .question strong span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 3px;
  background: #484848;
  transform: translateX(-50%);
}
.l-reasons .list__txt li {
  display: block;
  background: #fff url("../img/icon_check.svg") no-repeat 3% center;
  background-size: 24px;
  border: 1px solid #bababa;
  border-radius: 2px;
  letter-spacing: 0.05rem;
}
.l-reasons .list__txt li strong {
  font-weight: 600;
  color: #b75f5f;
}
.l-reasons .visual {
  background: #ede1dc;
}
.l-reasons .illust {
  text-align: center;
}
.l-reasons .summary {
  text-align: center;
}
.l-reasons .summary strong {
  font-weight: 700 !important;
}
.l-reasons .summary .sb {
  display: inline-block;
  position: relative;
}
.l-reasons .summary .sb:after {
  content: "";
  background: #484848;
  width: 0px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  transition: all 1s;
  transition-delay: 0.3s;
}
.l-reasons .summary.js-um.run .sb:after {
  width: 100%;
}
.l-reasons .reason5 {
  background: #f7f6f4;
  text-align: center;
}
.l-reasons .reason5__title {
  background: url("../img/img_c3-fukidashi.svg") no-repeat center bottom;
  letter-spacing: 0.15rem;
}
.l-reasons .reason5__title strong {
  font-weight: 500;
}
.l-reasons .reason5__title strong span {
  font-weight: 500;
}
.l-reasons .reason5 .i-mensbox {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.l-reasons .reason5 .i-mensbox p {
  text-align: left;
}
.l-reasons .reason5 .i-mensbox p strong {
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .l-reasons .visual {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .l-reasons .visual:after {
    content: "";
    display: block;
    width: 100%;
    height: 110px;
    background: #f8f8f8;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .l-reasons .visual img {
    width: calc(100% - 20px);
    position: relative;
    z-index: 1;
  }
  .l-reasons .list__title {
    padding-top: 30px;
  }
  .l-reasons .list__title .key {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .l-reasons .list__title .key span {
    display: inline-block;
  }
  .l-reasons .list__title .key span:before {
    left: -25px;
  }
  .l-reasons .list__title .key span:after {
    right: -25px;
  }
  .l-reasons .list__title .question {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding-top: 8px;
  }
  .l-reasons .list__title .question strong {
    font-size: 3.5rem;
  }
  .l-reasons .list__title .question strong span:before {
    top: 2px;
    height: 6px;
    width: 6px;
    border-radius: 3px;
  }
  .l-reasons .list__txt {
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
  }
  .l-reasons .list__txt li {
    padding: 5px 10px 7px 50px;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    background-position: 5% 12px;
    background-size: 20px;
    line-height: 1.4;
  }
  .l-reasons .list__txt li strong {
    font-size: 1.8rem;
  }
  .l-reasons .illust {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 15px;
    background: #ede1dc url("../img/img_c2-bgarrow_sp.svg") no-repeat center bottom;
  }
  .l-reasons .illust img {
    width: 100px;
  }
  .l-reasons .summary {
    margin: 20px auto 50px auto;
  }
  .l-reasons .summary strong {
    font-size: 2.2rem !important;
    padding-bottom: 6px !important;
  }
  .l-reasons .summary .sb {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-weight: 700;
  }
  .l-reasons .reason5 {
    padding: 40px 20px 60px 20px;
  }
  .l-reasons .reason5__title {
    padding-bottom: 30px;
    background-size: 100%;
    margin-bottom: 15px;
  }
  .l-reasons .reason5__title .min {
    font-size: 1.4rem;
  }
  .l-reasons .reason5__title strong {
    font-size: 2.5rem;
  }
  .l-reasons .reason5__title strong span {
    font-size: 3.5rem;
  }
  .l-reasons .reason5__boxes .box {
    text-align: left;
    margin-bottom: 80px;
  }
  .l-reasons .reason5__boxes .box.js-um {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 0.5s;
  }
  .l-reasons .reason5__boxes .box.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-reasons .reason5__boxes .box h3 {
    font-size: 2.3rem;
    padding: 20px 0;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-align: center;
  }
  .l-reasons .reason5__boxes .box p {
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
  .l-reasons .reason5 .i-mensbox {
    margin-top: 0px;
  }
  .l-reasons .reason5 .i-mensbox.js-um {
    opacity: 0;
    transition-duration: 0.5s;
    transform: translateY(100px);
  }
  .l-reasons .reason5 .i-mensbox.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-reasons .reason5 .i-mensbox .ill {
    padding: 25px 20px 15px 20px;
    width: 160px;
    margin: 0 auto;
  }
  .l-reasons .reason5 .i-mensbox p {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 0px 10px 20px 10px;
  }
  .l-reasons .reason5 .i-mensbox p strong {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 768px) {
  .l-reasons .visual {
    padding-left: 120px;
  }
  .l-reasons .visual img {
    position: relative;
    top: -200px;
    min-width: 928px;
    margin: 0 auto;
    max-width: 1920px;
    display: block;
  }
  .l-reasons .visual.js-um img {
    opacity: 0;
    filter: brightness(1.5);
    transition-duration: 1s;
  }
  .l-reasons .visual.js-um.run img {
    opacity: 1;
    filter: brightness(1);
  }
  .l-reasons .list {
    margin-top: -120px;
    padding-bottom: 120px;
  }
  .l-reasons .list__title .key {
    font-size: 1.8rem;
  }
  .l-reasons .list__title .key span:before {
    left: -35px;
  }
  .l-reasons .list__title .key span:after {
    right: -35px;
  }
  .l-reasons .list__title .question {
    font-size: 2.6rem;
    padding-top: 8px;
  }
  .l-reasons .list__title .question strong {
    font-size: 4.6rem;
  }
  .l-reasons .list__txt {
    max-width: 780px;
    margin: 40px auto 0 auto;
  }
  .l-reasons .list__txt li {
    padding: 10px 80px;
    margin: 15px 0 0 0;
    font-size: 1.8rem;
  }
  .l-reasons .list__txt li strong {
    font-size: 2.2rem;
  }
  .l-reasons .illust {
    background: url("../img/img_c2-bgarrow.svg") no-repeat top center;
    background-size: 100%;
    padding-bottom: 50px;
  }
  .l-reasons .illust img {
    width: 135px;
    position: relative;
    top: -60px;
    left: -20px;
  }
  .l-reasons .summary {
    margin: 30px auto 60px auto;
  }
  .l-reasons .summary strong {
    font-size: 3.6rem !important;
    padding-bottom: 6px !important;
  }
  .l-reasons .summary .sb {
    font-size: 2.8rem;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  .l-reasons .reason5 {
    padding: 110px 0;
  }
  .l-reasons .reason5__title {
    padding-bottom: 30px;
    background-size: 427px;
    margin-bottom: 50px;
  }
  .l-reasons .reason5__title .min {
    font-size: 1.8rem;
  }
  .l-reasons .reason5__title strong {
    font-size: 3.3rem;
  }
  .l-reasons .reason5__title strong span {
    font-size: 4.6rem;
  }
  .l-reasons .reason5__boxes {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 1140px;
    margin: 0 auto;
    justify-content: center;
  }
  .l-reasons .reason5__boxes .box {
    width: calc(33.3333% - 40px);
    text-align: left;
    margin: 0 20px 60px 20px;
  }
  .l-reasons .reason5__boxes .box.js-um {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 0.5s;
  }
  .l-reasons .reason5__boxes .box.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-reasons .reason5__boxes .box.js-um:nth-child(2).js-um {
    transition-delay: 0.3s;
  }
  .l-reasons .reason5__boxes .box.js-um:nth-child(3).js-um {
    transition-delay: 0.6s;
  }
  .l-reasons .reason5__boxes .box.js-um:nth-child(4).js-um {
    transition-delay: 0.3s;
  }
  .l-reasons .reason5__boxes .box.js-um:nth-child(5).js-um {
    transition-delay: 0.6s;
  }
  .l-reasons .reason5__boxes .box h3 {
    font-size: 2.6rem;
    padding: 20px 0;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  .l-reasons .reason5__boxes .box p {
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
  .l-reasons .reason5 .i-mensbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
  }
  .l-reasons .reason5 .i-mensbox.js-um {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 0.5s;
  }
  .l-reasons .reason5 .i-mensbox.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-reasons .reason5 .i-mensbox .ill {
    padding: 15px 30px;
    width: 160px;
  }
  .l-reasons .reason5 .i-mensbox p {
    width: calc(100% - 160px);
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .l-reasons .reason5 .i-mensbox p strong {
    font-size: 2.7rem;
  }
}
/*
common title parts
============================================*/
.title-common {
  text-align: center;
  margin: 0 auto;
}
.title-common h2,
.title-common p {
  letter-spacing: 0.1rem;
}
.title-common h2.wb {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-top: -10px;
}
.title-common h2.wb span {
  position: relative;
  z-index: 1;
}
.title-common h2.wb:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

@media all and (max-width: 767px) {
  .title-common {
    padding: 50px 0 30px 0;
  }
  .title-common h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .title-common h2.wb {
    font-size: 2.8rem;
    margin-top: 3px;
    letter-spacing: 0.2rem;
  }
  .title-common p {
    font-size: 1.5rem;
    padding-bottom: 7px;
  }
}
@media all and (min-width: 768px) {
  .title-common h2 {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
  }
  .title-common h2.wb {
    font-size: 3.4rem;
    margin-top: -10px;
  }
  .title-common p {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
/*
voices area
============================================*/
.l-voices {
  background: #f3eeec;
}
.l-voices .voice {
  background: #fff;
  margin: 0 auto 20px auto;
}
.l-voices .voice .box1 img {
  width: 130px;
  display: block;
}
.l-voices .voice .box1 .txt:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c3ada1;
  margin-top: 15px;
}
.l-voices .voice .box1 .job {
  display: block;
  text-align: center;
  background: #f1d2bc;
  letter-spacing: 1rem;
  padding: 3px 0px 3px 6px;
  margin: 5px auto 10px auto;
}

@media all and (max-width: 767px) {
  .l-voices .voice {
    padding: 30px 0px 30px 0px;
    margin: 0px 20px 30px 20px;
  }
  .l-voices .voice .box1 {
    margin: 0 auto 20px auto;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
  }
  .l-voices .voice .box1 .img {
    width: 125px;
  }
  .l-voices .voice .box1 .prof {
    width: calc(100% - 125px - 20px);
    padding-left: 20px;
    flex-grow: 1;
  }
  .l-voices .voice .box1 img {
    margin: 0 auto;
  }
  .l-voices .voice .box1 .name {
    letter-spacing: 0;
  }
  .l-voices .voice .box1 .name strong {
    font-size: 2.2rem;
  }
  .l-voices .voice .box1 .job {
    font-weight: 700;
  }
  .l-voices .voice .box2 {
    padding: 0 30px;
  }
  .l-voices .voice .box2 h3 {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .l-voices .voice .box2 p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media all and (min-width: 768px) {
  .l-voices__title {
    margin-bottom: 50px;
  }
  .l-voices__txt {
    padding: 110px 0;
  }
  .l-voices .voice {
    width: 928px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .l-voices .voice.js-um {
    background: rgba(255, 255, 255, 0);
    transform: scale(0.85);
    transition-delay: 0.5s;
  }
  .l-voices .voice.js-um.run {
    transform: scale(1);
    background: white;
  }
  .l-voices .voice .box1 {
    width: 180px;
  }
  .l-voices .voice .box1 img {
    margin: 0 auto 30px auto;
  }
  .l-voices .voice .box1 .name {
    letter-spacing: 0.2rem;
  }
  .l-voices .voice .box1 .name strong {
    font-size: 2.4rem;
  }
  .l-voices .voice .box2 {
    width: calc(100% - 180px - 50px);
    padding-left: 50px;
    flex-grow: 1;
  }
  .l-voices .voice .box2 h3 {
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
  }
  .l-voices .voice .box2 p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
/*
followup area
============================================*/
.l-follow {
  background: #fff;
}
.l-follow__title + p {
  border-top: 1px solid #707070;
}

@media all and (max-width: 767px) {
  .l-follow {
    padding-bottom: 20px;
  }
  .l-follow__title + p {
    padding: 20px 20px 25px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .l-follow .inner {
    padding: 0px 20px 20px 20px;
  }
  .l-follow .inner .box + .box {
    padding-top: 20px;
  }
  .l-follow .inner .box .title .ttl {
    font-size: 1.6rem;
  }
  .l-follow .inner .box .title h3 {
    font-size: 2.4rem;
    padding: 5px 0 25px 0;
  }
  .l-follow .inner .box .title h3 .sb {
    display: inline-block;
    border-bottom: 3px solid #484848;
    margin-bottom: 5px;
  }
  .l-follow .inner.sp-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-follow .inner.sp-rev .box {
    width: 100%;
    padding-top: 25px;
  }
  .l-follow .inner.sp-rev .box + .box {
    padding-top: 0px;
  }
  .l-follow .inner + .inner {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .l-follow {
    padding: 65px 0 0 0;
    margin: 0 auto;
  }
  .l-follow__title + p {
    max-width: 928px;
    padding-top: 20px;
    margin: 20px auto 0 auto;
  }
  .l-follow .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 928px;
    margin: 30px auto 0 auto;
    padding-bottom: 150px;
  }
  .l-follow .inner .box {
    width: calc(50% - 10px);
    flex-grow: 1;
  }
  .l-follow .inner .box.js-um {
    opacity: 0;
    transform: scale(0);
    transition-duration: 1s;
  }
  .l-follow .inner .box.js-um.run {
    opacity: 1;
    transform: scale(1);
  }
  .l-follow .inner .box:nth-child(even) {
    padding-left: 10px;
  }
  .l-follow .inner .box:nth-child(odd) {
    padding-right: 10px;
  }
  .l-follow .inner .box .title .ttl {
    font-size: 1.8rem;
  }
  .l-follow .inner .box .title h3 {
    font-size: 3rem;
    padding: 5px 0 40px 0;
  }
  .l-follow .inner .box .title h3 .sb {
    display: inline-block;
    border-bottom: 3px solid #484848;
  }
  .l-follow .inner .box .thumb4 {
    padding-right: 30px;
  }
  .l-follow .inner .box .detail {
    line-height: 1.9;
  }
}
/*
curriculum area
============================================*/
.l-curriculum {
  background: #f3eeec;
}
.l-curriculum__table {
  background: #fff;
}
.l-curriculum__table .content {
  border-top: 1px solid #c3ada1;
}
.l-curriculum__table .content .bdlist .loc {
  border-top: 1px solid #c3ada1;
  display: block;
  padding: 20px 0;
}
.l-curriculum__table .content .bdlist .loc:first-of-type {
  border: 0px;
  padding-top: 0px;
}
.l-curriculum__table .content dt {
  font-weight: 600;
}
.l-curriculum__table .content dd {
  font-size: 1.5rem;
}

@media all and (max-width: 767px) {
  .l-curriculum {
    padding-bottom: 1px;
  }
  .l-curriculum__table {
    margin: 0 20px;
  }
  .l-curriculum__table .school-img img {
    padding: 10px 10px 0px 10px;
  }
  .l-curriculum__table .inner3 {
    padding-top: 15px;
    display: block;
  }
  .l-curriculum__table .content {
    margin: 20px;
  }
  .l-curriculum__table .content .bdlist .loc strong {
    font-size: 1.7rem;
    display: inline-block;
    padding-bottom: 8px;
  }
  .l-curriculum__table .content dt {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .l-curriculum {
    padding: 100px 0;
  }
  .l-curriculum__table {
    width: 928px;
    margin: 50px auto 150px auto;
    padding: 40px;
  }
  .l-curriculum__table .school-img,
  .l-curriculum__table .inner3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .l-curriculum__table .school-img img,
  .l-curriculum__table .inner3 img {
    width: calc(33.3333% - 9px);
  }
  .l-curriculum__table .school-img {
    margin-bottom: 35px;
  }
  .l-curriculum__table .inner3 {
    margin-top: 15px;
  }
  .l-curriculum__table .content {
    display: flex;
    flex-wrap: wrap;
  }
  .l-curriculum__table .content .bdlist .loc strong {
    font-size: 1.8rem;
    display: inline-block;
    padding-bottom: 8px;
  }
  .l-curriculum__table .content dt {
    width: 180px;
    padding: 20px 0;
  }
  .l-curriculum__table .content dd {
    width: calc(100% - 180px);
    padding: 20px 0;
  }
}
/*
instructor area
============================================*/
.l-instructor .box4 .img {
  background: #e6ded9;
}
.l-instructor .box4 .name {
  letter-spacing: 0.2rem;
  display: block;
}

@media all and (max-width: 767px) {
  .l-instructor .box4 {
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-instructor .box4 .img {
    padding: 40px 40px 0px 40px;
    width: 320px;
    height: 320px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .l-instructor .box4 .name {
    font-size: 2.2rem;
    padding: 20px 0 15px 0;
  }
  .l-instructor .box4 .txt {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .l-instructor {
    padding-bottom: 200px;
  }
  .l-instructor .box4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1140px;
    margin: 35px auto 0 auto;
  }
  .l-instructor .box4 .box {
    width: calc(25% - 10px);
    margin: 0 10px;
    flex-grow: 1;
    padding: 0 10px;
    max-width: 290px;
  }
  .l-instructor .box4 .img {
    padding: 40px 40px 0px 40px;
  }
  .l-instructor .box4 .name {
    font-size: 2.5rem;
    padding: 25px 0 15px 0;
  }
  .l-instructor .box4 .txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .l-instructor .box4.js-um .img img {
    opacity: 0;
    filter: brightness(2);
    transition-duration: 3s;
  }
  .l-instructor .box4.js-um.run .img img {
    opacity: 1;
    filter: brightness(1);
  }
}
/*
flow chart area
============================================*/
.l-flow__list {
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.l-flow__list:after {
  content: "";
  display: block;
  background: #ffffff;
  height: 25.9807621135px;
  width: 30px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg) scaleX(2);
}
.l-flow__list:last-of-type:after {
  display: none;
}
.l-flow__list dd {
  background: #b19786;
  text-align: center;
  display: block;
}
.l-flow__list dt .txt strong {
  font-weight: 700;
  display: block;
}
@media all and (max-width: 767px) {
  .l-flow {
    padding: 0 20px;
  }
  .l-flow__list {
    margin: 0 auto 40px auto;
    padding: 20px;
  }
  .l-flow__list dd {
    width: 94px;
    height: 94px;
    border-radius: 47px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .l-flow__list dt .txt strong {
    padding-bottom: 7px;
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
  .l-flow__list dt .icon {
    width: 130px;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
  }
  .l-flow__list dt .icon img {
    max-height: 130px;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .l-flow {
    padding-bottom: 100px;
  }
  .l-flow__list {
    width: 1000px;
    margin: 35px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
  }
  .l-flow__list.js-um {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 1s;
  }
  .l-flow__list.js-um.run {
    opacity: 1;
    transform: translateY(0);
  }
  .l-flow__list dd {
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }
  .l-flow__list dt {
    width: calc(100% - 94px);
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-flow__list dt .txt {
    width: calc(100% - 130px);
    padding-left: 30px;
  }
  .l-flow__list dt .txt strong {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .l-flow__list dt .icon {
    width: 130px;
    text-align: center;
  }
  .l-flow__list dt .icon img {
    max-height: 130px;
    width: auto;
  }
}
/*
FAQ area
============================================*/
.l-faq {
  background: #f3eeec;
}
.l-faq__box {
  background: #fff;
  border: 1px solid #c3ada1;
  border-radius: 16px;
}
.l-faq__box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-faq__box dt strong.txt {
  font-weight: 700px;
  padding-left: 15px;
  flex-grow: 1;
}
.l-faq__box dd {
  border-top: 1px solid #c3ada1;
  margin-top: 15px;
  display: block;
}

@media all and (max-width: 767px) {
  .l-faq {
    padding: 0px 20px 1px 20px;
  }
  .l-faq__box {
    margin-bottom: 20px;
    padding: 15px;
  }
  .l-faq__box dt .icon {
    width: 30px;
    height: 30px;
  }
  .l-faq__box dt strong.txt {
    padding-left: 10px;
    font-size: 1.5rem;
    width: calc(100% - 30px);
  }
  .l-faq__box dd {
    padding-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-faq {
    padding-bottom: 130px;
  }
  .l-faq__title {
    padding-bottom: 30px;
  }
  .l-faq__box {
    width: 1000px;
    margin: 20px auto;
    padding: 20px 30px;
  }
  .l-faq__box dt .icon {
    width: 40px;
    height: 40px;
  }
  .l-faq__box dt strong.txt {
    padding-left: 15px;
    font-size: 1.8rem;
    width: calc(100% - 40px);
  }
  .l-faq__box dd {
    padding: 15px 15px 0px 15px;
  }
}
/*
message area
============================================*/
.l-message {
  background: #f3eeec;
}
.l-message .box .txt p {
  line-height: 1.8;
}
.l-message .box .img .wrap {
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-message .box h3 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-weight: bold;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .l-message .box .txt {
    padding: 0 20px 20px 20px;
  }
  .l-message .box .img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .l-message {
    padding-top: 100px;
  }
  .l-message .box {
    width: calc(100% - 80px);
    max-width: 1680px;
    margin: 60px 0px 130px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .l-message .box h3 {
    font-size: 2.6rem;
    padding-bottom: 40px;
    line-height: 2;
    letter-spacing: 0.5rem;
    width: 100%;
  }
  .l-message .box .txt {
    width: calc(100% - 450px);
  }
  .l-message .box .txt p {
    padding-right: 60px;
  }
  .l-message .box .img {
    width: 450px;
  }
  .l-message .box .img.js-um img {
    opacity: 0;
    transform: translateY(100px);
    filter: brightness(2);
    transition-delay: 0.1s;
    transition-duration: 1s;
  }
  .l-message .box .img.js-um.run img {
    opacity: 1;
    transform: translateY(0px);
    filter: brightness(1);
  }
}
/*
case area
============================================*/
.cases .summary {
  text-align: center;
}
.cases .summary .sb {
  display: inline-block;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 10px;
}
.cases .summary .sb:after {
  content: "";
  background: #484848;
  width: 0px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  transition: all 1s;
  transition-delay: 0.5s;
}
.cases .summary .wb {
  display: inline-block;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 10px;
}
.cases__box .bubble {
  background: #b19786;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.cases__box .bubble span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
}
.cases__box .bubble:after {
  content: "";
  display: block;
  background: #b19786;
  height: 17.3205080757px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg) scaleX(1.5);
}
.cases__visual {
  background: url("../img/img_c8-vusual.jpg") no-repeat center bottom;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .cases {
    padding-bottom: 20px;
  }
  .cases .summary {
    font-size: 1.8rem;
    padding-top: 80px;
    margin: 0 auto;
  }
  .cases .summary.fin {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cases .summary .sb {
    display: inline-block;
    position: relative;
    letter-spacing: 0.3rem;
    padding-top: 15px;
  }
  .cases .summary .wb {
    opacity: 0;
    letter-spacing: 0.3rem;
    transform: scale(0.95);
    transition: all 1.5s;
  }
  .cases .summary.js-um.run .sb:after {
    width: 100%;
  }
  .cases .summary.js-um.run .wb {
    opacity: 1;
    transform: scale(1);
  }
  .cases__box {
    margin: 40px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
  }
  .cases__box .bubble {
    transform: scale(0.95);
    width: 50%;
    border-radius: 60px;
    line-height: 1.35;
    padding: 15px;
    margin-bottom: 10px;
  }
  .cases__box .bubble:nth-child(even) {
    margin-right: auto;
  }
  .cases__box .bubble:nth-child(7) {
    margin: 0 auto;
  }
  .cases__visual {
    margin: 0 auto 0px auto;
    width: 100%;
    height: 250px;
    background-size: 120%;
    background-position-y: top !important;
  }
}
@media all and (min-width: 768px) {
  .cases {
    padding-bottom: 130px;
  }
  .cases .summary {
    font-size: 2.6rem;
    padding-top: 40px;
    margin: 0 auto;
    width: 1140px;
  }
  .cases .summary .sb {
    display: inline-block;
    position: relative;
    letter-spacing: 1rem;
  }
  .cases .summary .sb:after {
    content: "";
    background: #484848;
    width: 0px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    transition: all 1s;
    transition-delay: 0.5s;
  }
  .cases .summary .wb {
    opacity: 0;
    letter-spacing: 1rem;
    transform: scale(0.95);
    transition: all 2.5s;
    transition-delay: 0.3s;
  }
  .cases .summary.js-um.run .sb:after {
    width: 100%;
  }
  .cases .summary.js-um.run .wb {
    opacity: 1;
    transform: scale(1);
  }
  .cases__box {
    width: 1140px;
    margin: 60px auto 90px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 90px;
  }
  .cases__box .bubble:nth-child(even) {
    top: 90px;
  }
  .cases__box.js-um .bubble {
    width: 160px;
    height: 160px;
    border-radius: 85px;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: 0.5s;
  }
  .cases__box.js-um .bubble:nth-child(even) {
    transition-delay: 1s;
  }
  .cases__box.js-um.run .bubble {
    opacity: 1;
    transform: translateY(0);
  }
  .cases__visual {
    margin: 0 auto 30px auto;
    width: 100%;
    height: calc(10vw + 500px);
    max-width: 1920px;
    min-width: 1280px;
  }
}
/*
entry-form
============================================*/
.l-form {
  background: #f3eeec;
}
.l-form .form_wrap {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
}
.l-form.mode-conf table th {
  color: #666;
}
.l-form__title {
  text-align: center;
}
.l-form__title .logo {
  margin: 0 auto 20px auto;
}
.l-form__title .sub {
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.l-form__title .sub:before, .l-form__title .sub:after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  position: absolute;
  background: #484848;
}
.l-form__title .sub:before {
  top: 50%;
  left: -35px;
  transform: rotate(50deg) translateY(-50%);
}
.l-form__title .sub:after {
  top: 50%;
  right: -35px;
  transform: rotate(-50deg) translateY(-50%);
}
.l-form__title h2 {
  font-weight: 700;
}
.l-form__title .caption {
  display: inline-block;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}
.l-form table {
  border-top: 1px solid #bababa;
}
.l-form table tr {
  border-bottom: 1px solid #bababa;
}
.l-form table tr.nb {
  border: 0px;
}
.l-form table th,
.l-form table td {
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}
.l-form table td {
  line-height: 1.8;
}
.l-form table label {
  cursor: pointer;
}
.l-form table label:hover {
  opacity: 0.8;
}
.l-form table input[type=checkbox],
.l-form table input[type=radio] {
  position: relative;
  top: -2px;
}
.l-form table input[type=text],
.l-form table input[type=tel],
.l-form table input[type=email],
.l-form table input[type=number],
.l-form table textarea {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.l-form table input[type=text]:focus,
.l-form table input[type=tel]:focus,
.l-form table input[type=email]:focus,
.l-form table input[type=number]:focus,
.l-form table textarea:focus {
  border-color: cornflowerblue;
}
.l-form table select {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.l-form table ::-moz-placeholder {
  color: #ccc;
}
.l-form table ::placeholder {
  color: #ccc;
}
.l-form table .info {
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #484848;
  padding: 5px;
  margin-bottom: 15px;
}
.l-form .policy-txt {
  border: 1px solid #484848;
  border-radius: 7px;
  padding: 15px;
  width: 100%;
  height: 240px;
  overflow: scroll;
  margin: 15px 0;
}
.l-form .policy-txt p {
  font-size: 1.2rem;
}
.l-form .submit-area {
  text-align: center;
}
.l-form .submit-area input[type=submit] {
  display: inline-block;
  color: #fff;
  background: #b75f5f url("../img/arrow_white1.svg") no-repeat 95% center;
  background-size: 8px;
  font-weight: 600;
  padding: 20px 30px;
  line-height: 1;
  outline: none;
  border: 0px;
  border-radius: 50px;
  transition: all 0.2s;
  cursor: pointer;
}
.l-form .submit-area input[type=submit]:hover {
  opacity: 0.7;
}
.l-form .submit-area input[type=button].u-back {
  display: inline-block;
  color: #000;
  background: #f4f4f4 url("../img/arrow_grey1.svg") no-repeat 5% center;
  background-size: 8px;
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1;
  outline: none;
  border: 0px;
  border-radius: 50px;
  transition: all 0.2s;
  cursor: pointer;
}
.l-form .submit-area input[type=button].u-back:hover {
  opacity: 0.7;
}

.thx-area {
  border-top: 1px solid #707070;
  padding-top: 35px;
  margin-top: 5px;
}
.thx-area p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.thx-area__contact {
  border-top: 1px solid #707070;
  padding-top: 15px;
  margin-top: 35px;
}
.thx-area__contact strong {
  font-size: 2rem;
  font-weight: 700;
}
.thx-area__contact strong small {
  font-size: 1.4rem;
  font-weight: 700;
}
.thx-area__btn {
  margin: 50px auto;
  width: 100%;
}
.thx-area__btn a {
  display: inline-block;
  color: #fff;
  background: #b75f5f url("../img/arrow_white1.svg") no-repeat 95% center;
  background-size: 8px;
  font-weight: 600;
  font-size: 2rem;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 50px;
  transition: all 0.2s;
  text-align: center;
  width: 100%;
}
.thx-area__btn a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .l-form {
    padding-bottom: 60px;
  }
  .l-form.mode-conf {
    padding-top: 60px;
  }
  .l-form.mode-conf .form_wrap {
    padding-top: 60px;
  }
  .l-form .form_wrap {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 70px;
  }
  .l-form__title .logo {
    width: 250px;
  }
  .l-form__title h2 {
    font-size: 2.7rem;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
  .l-form__title .caption {
    padding: 2px 7px;
    font-size: 1.3rem;
  }
  .l-form__title .tel_cv .num {
    font-size: 2.7rem;
    padding-top: 5px;
  }
  .l-form__title .tel_cv .date {
    font-size: 1.4rem;
    margin-top: -5px;
  }
  .l-form table {
    margin-top: 20px;
    width: 100%;
  }
  .l-form table th,
  .l-form table td {
    display: block;
  }
  .l-form table th {
    padding: 15px 15px 0 15px;
  }
  .l-form table td {
    padding: 0px 15px 15px 15px;
  }
  .l-form table input[type=text],
  .l-form table input[type=tel],
  .l-form table input[type=email],
  .l-form table input[type=number],
  .l-form table select,
  .l-form table textarea {
    width: 100%;
    font-size: 1.5rem;
  }
  .l-form table .p-postal-code {
    width: 8em !important;
  }
  .l-form table .address_rn span {
    padding-left: 1.6em;
    display: block;
    font-size: 1.2rem;
    color: #666;
  }
  .l-form table .address_rn + br {
    display: none;
  }
  .l-form table .conf {
    margin: 0 auto;
  }
  .l-form table .conf p {
    line-height: 2;
  }
  .l-form table .info {
    margin-top: 15px;
  }
  .l-form table .policy-txt {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
  }
  .l-form table .submit-area {
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .l-form table .submit-area.type-twocol {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .l-form table .submit-area input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
  .l-form table .submit-area input[type=button].u-back {
    width: 100%;
    font-size: 1.7rem;
    margin-top: 15px;
  }
  .l-form .thx-area {
    padding-top: 20px;
    margin-top: 5px;
  }
  .l-form .thx-area p {
    font-size: 1.6rem;
  }
  .l-form .thx-area__contact {
    padding-top: 15px;
    margin-top: 20px;
  }
  .l-form .thx-area__contact strong {
    font-size: 1.7rem;
  }
  .l-form .thx-area__contact strong small {
    font-size: 1.4rem;
  }
  .l-form .thx-area__btn {
    margin: 40px auto 0 auto;
  }
  .l-form .thx-area__btn a {
    font-size: 1.7rem;
    padding: 20px 30px;
    border-radius: 50px;
  }
}
@media all and (min-width: 768px) {
  .l-form {
    padding-bottom: 60px;
  }
  .l-form.mode-conf {
    padding-top: 60px;
  }
  .l-form.mode-conf .form_wrap {
    padding-top: 80px;
  }
  .l-form .form_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 80px 50px 80px;
  }
  .l-form__title .logo {
    width: 370px;
  }
  .l-form__title h2 {
    font-size: 4.1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
  .l-form__title .caption {
    padding: 2px 10px;
  }
  .l-form__title .tel_cv .num {
    font-size: 4.5rem;
  }
  .l-form__title .tel_cv .date {
    font-size: 1.4rem;
    margin-top: -10px;
  }
  .l-form table {
    margin-top: 70px;
    width: 100%;
  }
  .l-form table th,
  .l-form table td {
    padding: 15px;
  }
  .l-form table th {
    width: 210px;
  }
  .l-form table input[type=text],
  .l-form table input[type=tel],
  .l-form table input[type=email],
  .l-form table input[type=number],
  .l-form table textarea {
    width: 80%;
    font-size: 1.6rem;
  }
  .l-form table .p-postal-code {
    width: 8em !important;
  }
  .l-form table .address_rn span {
    margin-left: 15px;
    font-size: 1.4rem;
    display: inline-block;
    color: #666;
  }
  .l-form table select {
    font-size: 1.6rem;
  }
  .l-form table .conf {
    width: 560px;
    margin: 0 auto;
  }
  .l-form table .conf p {
    line-height: 2;
  }
  .l-form table .info {
    width: 80%;
  }
  .l-form table .policy-txt {
    width: 100%;
    height: 240px;
  }
  .l-form table .submit-area {
    width: 560px;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .l-form table .submit-area input[type=submit] {
    width: 100%;
    font-size: 2rem;
  }
  .l-form table .submit-area input[type=button].u-back {
    width: 100%;
    font-size: 2rem;
  }
  .l-form table .submit-area.type-twocol {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
  }
  .l-form table .submit-area.type-twocol .box-min {
    width: 25%;
  }
  .l-form table .submit-area.type-twocol .box-wide {
    width: calc(75% - 20px);
    margin-left: 20px;
  }
  .l-form .thx-area {
    padding-top: 35px;
    margin-top: 5px;
  }
  .l-form .thx-area p {
    font-size: 1.8rem;
  }
  .l-form .thx-area__contact {
    padding-top: 15px;
    margin-top: 35px;
  }
  .l-form .thx-area__contact strong {
    font-size: 2rem;
  }
  .l-form .thx-area__contact strong small {
    font-size: 1.4rem;
  }
  .l-form .thx-area__btn {
    margin: 50px auto;
    max-width: 500px;
  }
  .l-form .thx-area__btn a {
    font-size: 2rem;
    padding: 20px 30px;
    border-radius: 50px;
  }
}
.l-briefing__title {
  background: #fcf0ec;
  text-align: center;
  position: relative;
}
.l-briefing__title .inner {
  margin: 0px auto;
  position: relative;
}
.l-briefing__title .fuki-txt {
  display: block;
  background: #fff;
  border-radius: 20px;
  font-weight: bold;
}
.l-briefing__title .txt h2 {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.l-briefing__title .txt h2 span {
  position: relative;
  z-index: 1;
}
.l-briefing__title .txt h2 span.txt-red {
  font-weight: bold;
}
.l-briefing__title .txt p {
  font-weight: bold;
  text-align: left;
}

.b-voice {
  margin: 0px auto;
}
.b-voice h3 {
  background: #e5dfd5;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .l-briefing {
    padding-bottom: 50px;
  }
  .l-briefing__title {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .l-briefing__title .inner {
    padding: 0px 20px 0px 20px;
  }
  .l-briefing__title .fuki-txt {
    padding: 7px 0px;
    font-size: 18px;
  }
  .l-briefing__title .txt h2 {
    font-size: 38px;
    margin-top: 15px;
  }
  .l-briefing__title .txt h2 .bt-1,
  .l-briefing__title .txt h2 .bt-2 {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
  }
  .l-briefing__title .txt h2 .bt-1:after,
  .l-briefing__title .txt h2 .bt-2:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 0px;
  }
  .l-briefing__title .txt h2 .bt-1 span,
  .l-briefing__title .txt h2 .bt-2 span {
    font-weight: bold;
  }
  .l-briefing__title .txt h2 .bt-2 {
    top: -7px;
  }
  .l-briefing__title .txt p {
    padding-top: 10px;
  }
  .l-briefing__title .ill1 {
    width: 90px;
    display: inline-block;
  }
  .l-briefing__title .ill2 {
    width: 130px;
    display: inline-block;
  }
  .b-voice {
    padding: 0px 20px;
  }
  .b-voice h3 {
    font-size: 18px;
    padding: 3px 15px;
    margin-bottom: 15px;
  }
  .b-voice .box p {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 360px) {
  .l-briefing__title .fuki-txt {
    font-size: 18px;
  }
  .l-briefing__title .txt h2 {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .l-briefing {
    padding-bottom: 80px;
  }
  .l-briefing__title {
    padding: 80px 0 0 0;
  }
  .l-briefing__title .inner {
    width: 780px;
  }
  .l-briefing__title .fuki-txt {
    padding: 7px 0px;
    font-size: 18px;
  }
  .l-briefing__title .txt h2 {
    font-size: 50px;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
  .l-briefing__title .txt h2:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 0px;
  }
  .l-briefing__title .txt h2 span span {
    font-weight: bold;
  }
  .l-briefing__title .txt p {
    font-size: 15px;
    line-height: 1.7;
    width: 440px;
    margin: 15px auto;
    padding-bottom: 40px;
  }
  .l-briefing__title .ill1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 120px;
  }
  .l-briefing__title .ill2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 170px;
  }
  .b-voice {
    width: 928px;
    padding: 0px 40px;
  }
  .b-voice h3 {
    font-size: 18px;
    padding: 3px 20px;
    margin-bottom: 20px;
  }
  .b-voice .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .b-voice .box p {
    width: calc(50% - 20px);
    line-height: 1.7;
  }
}
.contact_rn {
  width: 100%;
  height: 65px;
  padding: 6px 8px;
  background-color: #fff;
  position: absolute;
  bottom: -65px;
  display: flex;
  gap: 5px;
}
.contact_rn li {
  width: 50%;
  font-size: 19px;
  font-size: 17px;
}
.contact_rn li a {
  height: 53px;
  display: block;
  border-radius: 100vmax;
  color: #fff;
  display: grid;
  place-content: center;
  -webkit-tap-highlight-color: transparent;
}
.contact_rn li a:hover {
  opacity: 1;
}
.contact_rn li .fx-cv-tel {
  font-weight: 500;
}
.contact_rn li .fx-cv-tel a {
  background-color: #49839d;
}
.contact_rn li .fx-cv-tel a .txt_tn {
  padding-left: 28px;
  background-image: url("../img/icon-phone-rn.svg");
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  line-height: 1;
}
.contact_rn li .fx-cv-tel a .f-detail {
  margin-top: 4px;
  padding-left: 1px;
  font-size: 1rem;
  display: block;
  line-height: 1;
}
.contact_rn li .fx-cv-form {
  background-color: #b65f5f;
}
.contact_rn li .fx-cv-form .bn-wrap {
  min-height: 22px;
  padding-top: 1px;
  padding-left: 28px;
  font-weight: 500;
  line-height: 1;
  background-image: url("../img/icon-form-rn.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left top;
}
@media all and (min-width: 768px) {
  .contact_rn {
    display: none;
  }
}

/* .layer_board_area */
.layer_board_bg,
.layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  width: calc(100vw - 56px);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000;
}
@media (orientation: landscape) {
  .layer_board {
    width: auto;
  }
}
@media (min-width:768px) {
  .layer_board {
    width: auto;
    border-radius: 14px;
  }
}
.layer_board .btn_close {
  width: 84px;
  height: 28px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 100vmax;
  color: #fff;
  background-color: #afadad;
  margin: 0 auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: grid;
  place-content: center;
}
@media (orientation: landscape) {
  .layer_board .btn_close {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #484848;
    left: auto;
    bottom: auto;
    right: -14px;
    top: -14px;
    transform: translate(0, 0);
  }
  .layer_board .btn_close::before, .layer_board .btn_close::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .layer_board .btn_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .layer_board .btn_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .layer_board .btn_close .txt {
    display: none;
  }
}
@media (min-width:768px) {
  .layer_board .btn_close {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #484848;
    left: auto;
    bottom: auto;
    right: -27px;
    top: -26px;
    transform: translate(0, 0);
  }
  .layer_board .btn_close::before, .layer_board .btn_close::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .layer_board .btn_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .layer_board .btn_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .layer_board .btn_close .txt {
    display: none;
  }
}
@media (min-width:768px) {
  .layer_board .img {
    width: 480px;
  }
}
.layer_board .img a {
  opacity: 1;
}

/* .banner_coupon */
.banner_coupon {
  width: calc(100vw - 60px);
  height: auto;
  position: fixed;
  bottom: -100vw;
  left: 0;
  border: 3px solid #f27795;
  border-radius: 0 13px 0 0;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 3;
}
@media (orientation: landscape) {
  .banner_coupon {
    display: none;
  }
}
@media (min-width:768px) {
  .banner_coupon {
    width: 386px;
    height: 296px;
    border-radius: 10px 10px 0 0;
    bottom: -296px;
    left: 30px;
    display: block;
  }
}
.banner_coupon .head {
  height: 83px;
  background-color: #f27795;
  color: #fff;
  border-radius: 0 9px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width:768px) {
  .banner_coupon .head {
    height: 37px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
  }
  .banner_coupon .head:hover .arrow::before {
    opacity: 0;
  }
  .banner_coupon .head:hover .arrow::after {
    opacity: 1;
  }
}
.banner_coupon .head .arrow {
  width: 18px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -11px;
  margin-bottom: 8px;
  background-image: url("../img/switch_1.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
}
@media (min-width:768px) {
  .banner_coupon .head .arrow {
    width: 26px;
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url("../img/switch_0.svg");
    background-size: 26px auto;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
    transition: opacity 0.5s;
    transform: translateZ(0);
    backface-visibility: hidden;
    background-image: none;
  }
  .banner_coupon .head .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/switch_0.svg");
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center center;
    opacity: 1;
    transition: opacity 0.5s;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .banner_coupon .head .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/switch_3.svg");
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center center;
    opacity: 0;
    transition: opacity 0.5s;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}
.banner_coupon .head .title {
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 11px 1px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  border-radius: 100vmax;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width:768px) {
  .banner_coupon .head .title {
    display: none;
    margin-left: inherit;
    margin-right: inherit;
    font-size: 1.3rem;
  }
}
.banner_coupon .head .catch {
  margin-top: 0.4em;
  font-size: clamp(1.6rem, 4.34vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
}
@media (min-width:768px) {
  .banner_coupon .head .catch {
    margin-top: 0.3em;
    display: none;
    font-size: 1.7rem;
  }
}
@media (min-width:768px) {
  .banner_coupon .img {
    transition: all 0.3s;
  }
  .banner_coupon .img a:hover {
    opacity: 0.6;
  }
}
.banner_coupon.in.switch {
  bottom: 0;
  animation: bound_sp 1.5s linear;
}
@media (min-width:768px) {
  .banner_coupon.in.switch {
    bottom: -229px;
    animation: inherit;
  }
}
.banner_coupon.in.switch .head {
  height: 32px;
}
@media (min-width:768px) {
  .banner_coupon.in.switch .head {
    height: 64px;
  }
}
.banner_coupon.in.switch .head .arrow {
  width: 26px;
  height: 6px;
  margin-top: -2px;
  margin-bottom: 0;
  background-image: url("../img/switch_0.svg");
  background-size: 26px auto;
}
@media (min-width:768px) {
  .banner_coupon.in.switch .head .arrow {
    width: 26px;
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url("../img/switch_1.svg");
    background-size: 22px auto;
    position: absolute;
    right: 10px;
    top: 15px;
    background-image: none;
  }
  .banner_coupon.in.switch .head .arrow::before {
    background-image: url("../img/switch_1.svg");
    background-size: 22px auto;
  }
}
.banner_coupon.in.switch .head:hover .arrow::before {
  opacity: 1;
}
.banner_coupon.in.switch .head:hover .arrow::after {
  opacity: 0;
}
.banner_coupon.in.switch .head .title {
  display: none;
}
@media (min-width:768px) {
  .banner_coupon.in.switch .head .title {
    display: flex;
  }
}
.banner_coupon.in.switch .head .catch {
  display: none;
}
@media (min-width:768px) {
  .banner_coupon.in.switch .head .catch {
    display: block;
  }
}
.banner_coupon.in {
  bottom: calc((100vw - 60px) * -0.6632);
}
@media (min-width:768px) {
  .banner_coupon.in {
    animation: bound_pc 1.5s linear;
    bottom: 0;
  }
}
@keyframes bound_pc {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  25% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bound_sp {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  25% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/* .info_coupon  */
.l-form .info_coupon {
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px 115px;
  background: url("../img/info_coupon_bg_sp.png"), linear-gradient(180deg, #fff7eb, #fff7eb 70%, #fff);
  background-repeat: no-repeat !important;
  background-size: 100% auto;
  background-position: top center !important;
  position: relative;
}
.l-form .info_coupon::after {
  content: "";
  width: 72px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/arrow_coupon.png");
  background-repeat: no-repeat;
  background-size: 72px auto;
  background-position: center center;
}
@media (min-width:768px) {
  .l-form .info_coupon {
    margin-left: -60px;
    margin-right: -60px;
    padding: 75px 160px 115px;
    background: url("../img/info_coupon_bg_pc.png"), linear-gradient(180deg, #fff7eb, #fff7eb 70%, #fff);
    background-size: 100% auto;
  }
}
.l-form .info_coupon .cts01 .ttl {
  margin-bottom: 0.4em;
  padding: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.l-form .info_coupon .cts01 .ttl span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .ttl {
    font-size: 3.2rem;
  }
  .l-form .info_coupon .cts01 .ttl span {
    font-size: 2.2rem;
  }
}
.l-form .info_coupon .cts01 .ttl_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.l-form .info_coupon .cts01 .ttl_sub span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .ttl_sub {
    padding-left: 10px;
    font-size: 3.4rem;
  }
}
.l-form .info_coupon .cts01 .ttl_sub::before, .l-form .info_coupon .cts01 .ttl_sub::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #484848;
  position: absolute;
  bottom: 13px;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .ttl_sub::before, .l-form .info_coupon .cts01 .ttl_sub::after {
    width: 26px;
    bottom: 12px;
  }
}
.l-form .info_coupon .cts01 .ttl_sub::before {
  left: -18px;
  transform: rotate(60deg);
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .ttl_sub::before {
    left: -13px;
  }
}
.l-form .info_coupon .cts01 .ttl_sub::after {
  right: -12px;
  transform: rotate(-60deg);
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .ttl_sub::after {
    right: -16px;
  }
}
.l-form .info_coupon .cts01 .img_coupon {
  margin-top: 17px;
  position: relative;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .img_coupon {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
  }
}
.l-form .info_coupon .cts01 .img_coupon .tag {
  width: -moz-fit-content;
  width: fit-content;
  height: 81px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 0 65px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  border-radius: 100vmax;
  background-color: #f06385;
  display: grid;
  place-content: center;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .img_coupon .tag {
    width: 112px;
    height: 112px;
    padding: 5px 0 0;
    font-size: 1.7rem;
    line-height: 1.2352941176;
    position: absolute;
    left: -56px;
    top: -38px;
    z-index: 1;
  }
}
.l-form .info_coupon .cts01 .img_coupon .img_coupon01 {
  filter: drop-shadow(2px 2px 4px #bbb);
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .img_coupon .img_coupon01 {
    width: 394px;
  }
}
.l-form .info_coupon .cts01 .img_coupon .img_coupon02 {
  width: clamp(100px, 27vw, 115px);
  position: absolute;
  top: 7px;
  right: -14px;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts01 .img_coupon .img_coupon02 {
    width: 148px;
    top: 33px;
    right: -161px;
  }
}
.l-form .info_coupon .cts02 {
  margin-top: 15px;
}
.l-form .info_coupon .cts02 .tag {
  margin-bottom: 0.4em;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.l-form .info_coupon .cts02 .tag span {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .tag {
    font-size: 2.6rem;
  }
  .l-form .info_coupon .cts02 .tag span {
    font-size: 2.2rem;
  }
}
.l-form .info_coupon .cts02 .ttl_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.l-form .info_coupon .cts02 .ttl_sub span {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .ttl_sub {
    margin-bottom: 0.6em;
    font-size: 4.2rem;
  }
  .l-form .info_coupon .cts02 .ttl_sub span {
    font-size: 4.2rem;
  }
}
.l-form .info_coupon .cts02 .ttl_sub::before, .l-form .info_coupon .cts02 .ttl_sub::after {
  content: "";
  width: 38px;
  height: 2px;
  display: block;
  background-color: #484848;
  position: absolute;
  bottom: 15px;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .ttl_sub::before, .l-form .info_coupon .cts02 .ttl_sub::after {
    width: 44px;
    bottom: 18px;
  }
}
.l-form .info_coupon .cts02 .ttl_sub::before {
  left: -34px;
  transform: rotate(60deg);
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .ttl_sub::before {
    left: -37px;
  }
}
.l-form .info_coupon .cts02 .ttl_sub::after {
  right: -26px;
  transform: rotate(-60deg);
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .ttl_sub::after {
    right: -28px;
  }
}
.l-form .info_coupon .cts02 .lead {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: left;
}
.l-form .info_coupon .cts02 .design {
  width: 100%;
  margin-top: 18px;
  padding: 10px 20px;
  border: 1px solid #707070;
  border-radius: 7px;
  background-color: #fff;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .design {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 25px 12px;
  }
}
.l-form .info_coupon .cts02 .design .ttl_design {
  margin-bottom: 7px;
  padding-bottom: 9px;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .design .ttl_design {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.l-form .info_coupon .cts02 .design .ttl_design span {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.l-form .info_coupon .cts02 .design .ttl_design span.tag {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 8px;
  padding: 3px 6px;
  font-size: 1.2rem;
  border: 1px solid #484848;
  border-radius: 5px;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .design .ttl_design span {
    font-size: 1.9rem;
  }
  .l-form .info_coupon .cts02 .design .ttl_design span.tag {
    font-size: 1.4rem;
  }
}
.l-form .info_coupon .cts02 .design .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-form .info_coupon .cts02 .design .box .schools {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .design .box .schools {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4rem;
  }
}
.l-form .info_coupon .cts02 .design .box .att {
  margin-top: 6px;
  font-size: clamp(1.7rem, 4.6153vw, 1.8rem);
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .design .box .att {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.l-form .info_coupon .cts02 .rules {
  margin-top: 15px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  text-align: left;
  border-bottom: 1px solid #707070;
}
@media (min-width:768px) {
  .l-form .info_coupon .cts02 .rules {
    margin-top: 22px;
  }
}
.l-form .info_coupon .cts02 .rules .ttl {
  margin-bottom: 0.3em;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.l-form .info_coupon .cts02 .att {
  margin-top: 18px;
  text-align: left;
  list-style: none;
  display: block;
}
.l-form .info_coupon .cts02 .att li {
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-form .info_coupon .cts02 .att li + li {
  margin-top: 0.1em;
}
.l-form .info_coupon .cts02 .att li::before {
  content: "※";
}
.l-form .form_wrap .cap_coupon {
  margin-top: 1.2em;
  line-height: 1.4;
}