@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
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;
}

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

body {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 14px;
  color: #5D3F28;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
}

#all-wrap {
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
#all-wrap.js-on {
  opacity: 0;
  pointer-events: none;
}

/*　header
----------------------------------------------- */
.header {
  height: 50px;
}

.header-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 24.36%;
  margin-left: 4.87%;
}

.header-r {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}

.header-sns {
  width: 30px;
}

.header-contact {
  width: 160px;
  height: 100%;
  background: #DBE200;
}
.header-contact a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
}
.header-contact span {
  padding-left: 23px;
  display: inline-block;
  position: relative;
}
.header-contact span::before {
  content: "";
  width: 17px;
  height: 100%;
  display: block;
  background: url(../../img/header-mail.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 950px) {
  .header {
    height: 100px;
  }
  .header-logo {
    width: 202px;
    margin-left: 50px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
  .header-r {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 46px;
  }
  .header-sns {
    width: 70px;
  }
  .header-sns a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-sns a:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .header-sns img {
    width: 100%;
    height: auto;
  }
  .header-contact {
    width: 562px;
  }
  .header-contact a {
    font-size: 32px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
    position: relative;
  }
  .header-contact a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #DBE200;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header-contact a::after {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    background: #B5D69B;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-contact a:hover::after {
    width: 100%;
  }
  .header-contact span {
    padding-right: 62px;
    padding-left: 69px;
    position: relative;
    z-index: 2;
  }
  .header-contact span::before {
    width: 47px;
    height: 100px;
  }
}
/*　footer
----------------------------------------------- */
.footer {
  padding: 20px 0 12px;
  background: #B5D69B;
}

.footer-inner {
  padding: 0 30px;
  color: #FFF;
}
.footer-inner a {
  color: #FFF;
}

.footer-l {
  padding-bottom: 7px;
  border-bottom: 1px solid #FFF;
}

.footer-logo {
  width: 27.13%;
}

.footer-list {
  margin-top: 13px;
}

.footer-item {
  font-size: 12px;
  line-height: 1.65;
}

.footer-r {
  margin-top: 10px;
}

.footer-text {
  font-size: 13px;
  line-height: 1.23;
}

.footer-sns-list {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}

.footer-sns-item {
  width: 25px;
}

.footer-text--area {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.23;
}

@media screen and (min-width: 751px) {
  .footer {
    padding: 28px 0 31px;
  }
  .footer-inner {
    padding: 0 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer-l {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-logo {
    width: 158px;
  }
  .footer-list {
    margin-top: 13px;
  }
  .footer-item {
    font-size: 16px;
    line-height: 1.87;
  }
  .footer-r {
    margin-top: 12px;
  }
  .footer-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer-sns-list {
    margin-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 15px;
  }
  .footer-sns-item {
    width: 35px;
  }
  .footer-sns-item a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-sns-item a:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .footer-sns-item img {
    width: 100%;
    height: auto;
  }
  .footer-text--area {
    margin-top: 7px;
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
}
/*　inview
----------------------------------------------- */
.view01 {
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.view01.fade-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.view02 {
  position: relative;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.view02.fade-on {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.view03 {
  position: relative;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.view03.fade-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.view04 {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.view04.fade-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.view05 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.view05.fade-on {
  opacity: 1;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*　共通
----------------------------------------------- */
.sp {
  display: block;
}

.pc {
  display: none;
}

.sp-inline {
  display: inline-block;
}

.pc-inline {
  display: none;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none;
  }
}
/* Scss Document */
.fw--db {
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", sans-serif;
}

.about {
  padding: 49px 0 100px;
}

.about-text {
  padding-bottom: 25px;
  font-size: 13px;
  text-align: center;
  line-height: 1.59;
  color: #5D3F28;
  position: relative;
}
.about-text::before {
  content: "";
  width: 69.74%;
  height: 1px;
  display: block;
  background: #5D3F28;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-text::after {
  content: "";
  width: 16px;
  height: 7px;
  display: block;
  background: url(../../img/about-arrow.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-step {
  margin-top: 23px;
}

.about-step_text {
  font-size: 15px;
  line-height: 1.59;
  text-align: center;
  color: #B5D69B;
}
.about-step_text span {
  font-size: 19px;
}

.about-step_list {
  margin: 18px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-step_item {
  width: 31.52%;
  margin-top: 3.59vw;
  padding: 30px 0;
  font-size: 16px;
  color: #B5D69B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B5D69B;
  position: relative;
}
.about-step_item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.about-step_item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.about-step_item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.about-step_item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.about-step_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 0;
  border-color: #B5D69B transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.about-step_item:nth-child(1) {
  margin-top: 0;
}
.about-step_item:nth-child(2) {
  margin-top: 0;
}
.about-step_item:nth-child(3) {
  margin-top: 0;
}

.about-check {
  margin: 34px 30px 0;
  padding: 21px 0 26px;
  background: #B5D69B;
}

.about-check_text {
  text-align: center;
  line-height: 1.59;
  color: #FFF;
}

.about-check_list {
  width: 84.85%;
  margin: 16px auto 0;
  padding: 30px 6px 31px 18px;
  background: #FFF;
  border: 1px solid #5D3F28;
}

.about-check_item {
  padding-left: 14px;
  font-size: 12px;
  line-height: 2.08;
  position: relative;
}
.about-check_item::before {
  content: "";
  width: 11px;
  height: 10px;
  display: block;
  background: url(../../img/check.svg) no-repeat center/100% auto;
  position: absolute;
  top: 6px;
  left: 0;
}

.about-check_item02 {
  font-size: 12px;
  line-height: 2.08;
}

.about-contact {
  margin-top: 35px;
  padding-bottom: 20px;
  position: relative;
}
.about-contact::before {
  content: "";
  width: 100%;
  height: 40vw;
  display: block;
  background: #F1B6CF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-contact_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-contact_img {
  width: 26.92%;
  margin-left: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.about-contact_text {
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  color: #FFF;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.contact-btn {
  width: 58.97%;
  margin: 17px auto 0;
}
.contact-btn a {
  padding: 9px 0;
  text-align: center;
  color: #F1B6CF;
  display: block;
  background: #FFF;
}

@media screen and (min-width: 751px) {
  .about {
    padding: 95px 15px 180px;
  }
  .about .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .about-text {
    padding-bottom: 95px;
    font-size: 38px;
    line-height: 1.6;
  }
  .about-text::before {
    width: 69.64%;
  }
  .about-text::after {
    width: 70px;
    height: 31px;
    bottom: -31px;
  }
  .about-step {
    margin-top: 125px;
  }
  .about-step_text {
    font-size: 36px;
    line-height: 1.6;
  }
  .about-step_text span {
    font-size: 45px;
  }
  .about-step_list {
    margin: 86px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about-step_item {
    width: 26.64%;
    margin-top: 50px;
    padding: 117px 0 126px;
    font-size: 40px;
  }
  .about-step_item::before {
    border-width: 82px 82px 0 0;
  }
  .about-step_item:nth-child(1) {
    margin-top: 0;
  }
  .about-step_item:nth-child(2) {
    margin-top: 0;
  }
  .about-step_item:nth-child(3) {
    margin-top: 0;
  }
  .about-check {
    margin: 140px 0 0;
    padding: 55px 0 60px;
    background: #B5D69B;
  }
  .about-check_text {
    font-size: 36px;
    line-height: 1.6;
  }
  .about-check_list {
    width: auto;
    margin: 33px 26px 0;
    padding: 89px 80px 89px 144px;
  }
  .about-check_item {
    margin-top: 26px;
    padding-left: 70px;
    font-size: 26px;
    line-height: 2.08;
  }
  .about-check_item::before {
    width: 47px;
    height: 35px;
    top: 7px;
  }
  .about-check_item:first-of-type {
    margin-top: 0;
  }
  .about-check_item02 {
    margin-top: 26px;
    padding-left: 70px;
    font-size: 26px;
    line-height: 2.08;
  }
  .about-contact {
    margin-top: 0;
    padding: 48px 15px 60px;
    background: #F1B6CF;
  }
  .about-contact::before {
    display: none;
  }
  .about-contact_flex {
    max-width: 831px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-contact_img {
    max-width: 217px;
    width: 26.92%;
    margin-left: 6px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-contact_text {
    font-size: 41px;
    line-height: 1.7;
  }
  .contact-btn {
    width: 58.97%;
    margin: 45px auto 0;
    background: #FFF;
    position: relative;
  }
  .contact-btn::before {
    content: "";
    width: 0;
    height: 100%;
    background: #B5D69B;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact-btn:hover::before {
    width: 100%;
  }
  .contact-btn:hover a {
    color: #FFF;
  }
  .contact-btn a {
    padding: 38px 0;
    font-size: 40px;
    background: none;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.arrangement-item {
  margin-top: 20px;
  padding: 95px 10px 83px 29px;
  background: #B5D69B;
  position: relative;
}
.arrangement-item:first-child {
  margin-top: 0;
}
.arrangement-item:nth-child(even) .arrangement-ttl {
  right: 30px;
}
.arrangement-item:nth-child(odd) .arrangement-ttl {
  left: 30px;
}

.arrangement-ttl {
  width: 114px;
  height: 114px;
  font-size: 16px;
  color: #B5D69B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 114px;
  background: #FFF;
  border: 1px solid #B5D69B;
  position: absolute;
  top: -57px;
}

.arrangement-sttl {
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DBE200));
  background: -webkit-linear-gradient(transparent 60%, #DBE200 60%);
  background: linear-gradient(transparent 60%, #DBE200 60%);
}

.arrangement-textarea {
  margin-top: 20px;
}

.arrangement-text {
  padding-left: 13px;
  font-size: 13px;
  line-height: 1.92;
  color: #FFF;
  position: relative;
}
.arrangement-text::before {
  content: "・";
  font-size: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.arrangement-contact {
  margin-top: 39px;
  padding-bottom: 40px;
  position: relative;
}
.arrangement-contact::before {
  content: "";
  width: 100%;
  height: 87.69vw;
  display: block;
  background: #F1B6CF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.arrangement-contact_img {
  width: 26.92%;
  margin: 0 auto;
}

.arrangement-contact_text {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 751px) {
  .arrangement {
    padding: 0 15px;
  }
  .arrangement .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .arrangement-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 22px;
  }
  .arrangement-item {
    width: 32.21%;
    margin-top: 0;
    padding: 110px 10px 45px 19px;
  }
  .arrangement-item:nth-child(even) .arrangement-ttl {
    right: auto;
    left: 19px;
  }
  .arrangement-item:nth-child(odd) .arrangement-ttl {
    left: 19px;
  }
  .arrangement-item:nth-child(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .arrangement-item:nth-child(3) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .arrangement-ttl {
    width: 158px;
    height: 158px;
    font-size: 22px;
    border-radius: 158px;
    border: 3px solid #B5D69B;
    top: -74px;
  }
  .arrangement-sttl {
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DBE200));
    background: -webkit-linear-gradient(transparent 60%, #DBE200 60%);
    background: linear-gradient(transparent 60%, #DBE200 60%);
  }
  .arrangement-textarea {
    margin-top: 17px;
  }
  .arrangement-text {
    padding-left: 6px;
    font-size: 16px;
    line-height: 1.6;
  }
  .arrangement-text::before {
    font-size: 16px;
    left: -10px;
  }
  .arrangement-contact {
    margin-top: 0;
    padding-bottom: 60px;
    background: #F1B6CF;
  }
  .arrangement-contact::before {
    display: none;
  }
  .arrangement-contact_flex {
    max-width: 831px;
    width: 100%;
    margin: 0 auto;
    padding-top: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0 23px;
  }
  .arrangement-contact_img {
    max-width: 217px;
    width: 26.92%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .arrangement-contact_text {
    width: 70.76%;
    margin-top: 0;
    font-size: 26px;
    line-height: 1.56;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.service {
  margin-top: 88px;
}

.service-box {
  margin-top: 50px;
  padding: 52px 27px 22px;
  border-top: 1px solid #5D3F28;
  border-bottom: 1px solid #5D3F28;
  position: relative;
}
.service-box:first-child {
  margin-top: 0;
}
.service-box:nth-child(odd) .service-ttl {
  left: 0;
}
.service-box:nth-child(even) .service-ttl {
  right: 0;
}

.service-ttl {
  width: 50%;
  padding: 17px 0;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #5D3F28;
  position: absolute;
  top: -25px;
}

.service-text {
  line-height: 1.78;
}

@media screen and (min-width: 751px) {
  .service {
    margin-top: 125px;
  }
  .service .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .service-box {
    margin-top: 24px;
    padding: 69px 15px 65px;
  }
  .service-box:first-child {
    margin-top: 0;
  }
  .service-box:nth-child(odd) .service-ttl {
    left: 0;
  }
  .service-box:nth-child(even) .service-ttl {
    right: auto;
    left: 0;
  }
  .service-ttl {
    width: 264px;
    padding: 15px 0;
    font-size: 20px;
    top: -25px;
  }
  .service-text {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
}
.flow {
  margin-top: 30px;
  padding: 0 11px;
}

@media screen and (min-width: 751px) {
  .flow {
    max-width: 1430px;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 15px;
  }
}
.contact {
  margin-top: 40px;
}
.contact-messege {
  padding: 21px 0;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #FFF;
  background: #5D3F28;
  position: relative;
}
.contact-messege::before {
  content: "";
  width: 35px;
  height: 19px;
  display: block;
  background: url(../../img/message-arrow.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-line {
  margin-top: 45px;
}

.contact-line_text {
  font-size: 13px;
  text-align: center;
  color: #00B900;
  line-height: 1.53;
}

.contact-line_btn {
  width: 27.18%;
  margin: 10px auto 0;
  text-align: center;
}

.contact-tel {
  margin-top: 26px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.contact-tel a {
  font-size: 13px;
  line-height: 1.53;
  color: #5D3F28;
}

@media screen and (min-width: 751px) {
  .contact {
    margin-top: 100px;
    padding: 0 15px;
  }
  .contact .inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  .contact-messege {
    padding: 111px 0;
    font-size: 40px;
    line-height: 2;
  }
  .contact-messege::before {
    width: 126px;
    height: 68px;
    bottom: -68px;
  }
  .contact-line {
    margin-top: 162px;
  }
  .contact-line_text {
    font-size: 32px;
    line-height: 1.6;
  }
  .contact-line_btn {
    width: 27.18%;
    margin: 28px auto 0;
    text-align: center;
  }
  .contact-line_btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact-line_btn:hover img {
    opacity: 0.8;
  }
  .contact-line_btn img {
    width: 100%;
    height: auto;
  }
  .contact-tel {
    margin-top: 47px;
    font-size: 32px;
  }
  .contact-tel a {
    font-size: 32px;
    line-height: 1.53;
  }
}
.form {
  margin-top: 28px;
  padding-bottom: 40px;
  background: #5D3F28;
}
.form input,
.form textarea {
  width: 100%;
  margin: 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  font-size: 14px;
}

.form-ttl {
  padding: 13px 0;
  font-size: 13px;
  text-align: center;
  background: #FFF;
  border: 3px solid #5D3F28;
}

.form-area {
  padding: 27px 0 0;
}

.form-box {
  width: 51.28%;
  margin: 25px auto 0;
}
.form-box:first-child {
  margin-top: 0;
}

.form-box_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-box_l_ttl {
  color: #FFF;
}

.form-box_l_ttl--small {
  font-size: 10px;
}

.required {
  width: 32px;
  padding: 4px 0;
  font-size: 10px;
  text-align: center;
  background: #DBE200;
}

.form-box_r {
  margin-top: 10px;
}

.form-privacy {
  margin-top: 23px;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
}

.form-privacy_ttl {
  font-size: 13px;
}

.form-btn {
  width: 51.28%;
  margin: 25px auto 0;
}
.form-btn input {
  padding: 3px 0;
  text-align: center;
  color: #5D3F28;
  display: block;
  background: #DBE200;
}

@media screen and (min-width: 751px) {
  .form {
    max-width: 1400px;
    margin: 98px auto 0;
    padding-bottom: 93px;
  }
  .form input,
  .form textarea {
    padding: 19px 10px;
    font-size: 18px;
  }
  .form textarea {
    height: 455px;
  }
  .form-ttl {
    padding: 60px 0 54px;
    font-size: 38px;
  }
  .form-area {
    padding: 93px 17.36% 0 10.36%;
  }
  .form-box {
    width: 100%;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-box:first-child {
    margin-top: 0;
  }
  .form-box_l {
    width: 27.74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 6%;
  }
  .form-box_l--top {
    padding-top: 15px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .form-box_l_ttl {
    font-size: 20px;
    color: #FFF;
  }
  .form-box_l_ttl--small {
    font-size: 14px;
  }
  .required {
    width: 82px;
    padding: 9px 0;
    font-size: 16px;
  }
  .form-box_r {
    width: 70.38%;
    margin-top: 0;
  }
  .form-privacy {
    margin-top: 58px;
    font-size: 16px;
    line-height: 1.6;
  }
  .form-privacy_ttl {
    font-size: 24px;
  }
  .form-btn {
    width: 50.93%;
    margin: 60px auto 0;
    position: relative;
    background: #DBE200;
  }
  .form-btn::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    background: #B5D69B;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-btn:hover::before {
    width: 100%;
  }
  .form-btn input {
    padding: 24px 0;
    font-size: 32px;
    text-align: center;
    color: #5D3F28;
    display: block;
    background: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
}
.connection {
  padding: 40px 0 0;
}
.connection-ttl {
  font-size: 16px;
  text-align: center;
}

.connection-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.connection01 {
  width: 100%;
}
.connection01 a {
  padding: 12px 0 11px;
  display: block;
  background: #EFE9D1;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
}

.connection01_text01 {
  padding-right: 41px;
  color: #5D3F28;
  text-align: center;
}

.connection01_img {
  width: calc(71.54% + 41px);
  margin: 6px auto 0;
  padding-right: 41px;
}

.connection01_text02 {
  width: 40px;
  height: calc(100% + 2px);
  font-size: 13px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5D3F28;
  position: absolute;
  top: -1px;
  right: 0;
}

.connection02,
.connection03,
.connection04 {
  width: 33.3333333333%;
  border: 1px solid #5D3F28;
}
.connection02 a,
.connection02 span.connection_span,
.connection03 a,
.connection03 span.connection_span,
.connection04 a,
.connection04 span.connection_span {
  width: 100%;
  height: 35.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: #FFF;
  background: #37281C;
}

.connection-service {
  width: 100%;
  text-align: center;
  display: block;
}

.connection-name {
  width: 100%;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.23;
  text-align: center;
  display: block;
}

.connection05 {
  width: 100%;
  padding: 32px 0 30px;
}

.connection05-text {
  font-size: 16px;
  text-align: center;
}

.connection05-list {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}

.connection05-item {
  width: 32px;
}

@media screen and (min-width: 751px) {
  .connection {
    padding: 104px 15px 0;
  }
  .connection .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .connection-ttl {
    font-size: 40px;
  }
  .connection-list {
    margin-top: 57px;
  }
  .connection01 {
    width: 100%;
  }
  .connection01 a {
    padding: 48px 0 47px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .connection01 a:hover {
    opacity: 0.8;
  }
  .connection01_text01 {
    padding-right: 147px;
    font-size: 49px;
  }
  .connection01_img {
    width: calc(71.36% + 147px);
    margin: 27px auto 0;
    padding-right: 147px;
  }
  .connection01_text02 {
    width: 147px;
    height: calc(100% + 2px);
    font-size: 32px;
  }
  .connection02 a,
  .connection02 span.connection_span,
  .connection03 a,
  .connection03 span.connection_span,
  .connection04 a,
  .connection04 span.connection_span {
    height: 316px;
  }
  .connection-service {
    font-size: 20px;
  }
  .connection-name {
    height: 116px;
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    line-height: 1.8;
  }
  .connection05 {
    width: 100%;
    padding: 90px 0 62px;
  }
  .connection05-text {
    font-size: 32px;
  }
  .connection05-list {
    margin-top: 15px;
    gap: 0 30px;
  }
  .connection05-item {
    width: 50px;
  }
  .connection05-item a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .connection05-item a:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .connection05-item img {
    width: 100%;
    height: auto;
  }
}
/* 自由に編集下さい */
#formWrap {
  padding: 50px 15px;
  color: #FFF;
  font-size: 14px;
  line-height: 1.6;
  background: #5D3F28;
}
#formWrap h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
}

table.formTable {
  width: 100%;
  margin: 25px auto;
  border-collapse: collapse;
  display: block;
}

table.formTable tbody {
  width: 100%;
  display: block;
}

table.formTable tr {
  width: 100%;
  display: block;
}

table.formTable td,
table.formTable th {
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: left;
}

table.formTable th {
  padding-top: 10px;
}

table.formTable td {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.contact-btn_back {
  width: 51.28%;
  margin: 20px 0 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  font-size: 14px;
}

.contact-btn_submit {
  width: 51.28%;
  margin: 20px 0 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #DBE200;
  font-size: 14px;
}

@media screen and (min-width: 751px) {
  #formWrap {
    padding: 100px 15px;
    font-size: 18px;
  }
  #formWrap h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  table.formTable {
    max-width: 800px;
    width: 80%;
    margin: 25px auto;
  }
  table.formTable tbody {
    width: 100%;
    display: block;
  }
  table.formTable tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #FFF;
  }
  table.formTable td,
  table.formTable th {
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: left;
  }
  table.formTable th {
    width: 345px;
    padding-top: 20px;
  }
  table.formTable td {
    padding-bottom: 20px;
    border-bottom: none;
  }
  p.error_messe {
    margin: 5px 0;
    color: red;
  }
  .contact-btn_back {
    padding: 24px 0;
    font-size: 32px;
    text-align: center;
    color: #5D3F28;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .contact-btn_submit {
    padding: 24px 0;
    font-size: 32px;
    text-align: center;
    color: #5D3F28;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
}
.thanks {
  padding: 100px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
}