.front-content .sec01 .sec01-txt {
  bottom: 95px;
  right: 50%;
  translate: 50%;
  width: 350px;
  max-width: 100%;
}
.front-content .sec01 .sec01-txt p {
  margin-bottom: 20px;
}
.front-content .sec01 .sec01-txt p span {
  background: #59483A;
  color: #fff;
  padding: 0 5px;
}
.front-content .sec01 .sec01-txt p span + span {
  margin-top: 10px;
}
.front-content .sec01 .sec01-txt p span i {
  translate: 0 -3px;
  rotate: 27deg;
  scale: 1.4;
  display: inline-block;
}
@media screen and (max-width: 374px) {
  .front-content .sec01 .sec01-txt p {
    font-size: 1.375rem;
  }
}
.front-content .sec01 .sec01-txt h2 {
  margin: 0;
}
.front-content .sec01 .sec01-txt h2 span {
  background: #fff;
  color: #59483A;
  padding: 9px 14px;
  line-height: 1.2;
}
.front-content .sec01 .sec01-txt h2 span + span {
  margin-top: 8px;
}
.front-content .sec01 .sec01-txt h2 span:nth-of-type(2) {
  width: 246px;
}
.front-content .sec01:after {
  width: 100%;
  height: 74px;
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 0;
  background: transparent url(../img/front/bg_line1_top.png) repeat-x 0 100%/auto 74px;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec01-img img {
    width: 100%;
  }
  .front-content .sec01 .sec01-txt {
    bottom: 90px;
    right: 40px;
    width: 630px;
    translate: 0;
  }
  .front-content .sec01 .sec01-txt p {
    margin-bottom: 32px;
    font-size: 2.1875rem;
  }
  .front-content .sec01 .sec01-txt p span {
    padding: 5px 8px;
  }
  .front-content .sec01 .sec01-txt p span + span {
    margin-top: 10px;
  }
  .front-content .sec01 .sec01-txt p span i {
    translate: -3px -2px;
    rotate: 15deg;
    scale: 1.2;
  }
  .front-content .sec01 .sec01-txt h2 span + span {
    margin-top: 15px;
  }
  .front-content .sec01 .sec01-txt h2 span:nth-of-type(2) {
    width: auto;
  }
  .front-content .sec01:after {
    bottom: -32px;
    background-position: 50% 100%;
  }
}
@media print, screen and (min-width: 1100px) {
  .front-content .sec01 .sec01-txt {
    bottom: 132px;
    right: 71px;
    width: 736px;
  }
  .front-content .sec01 .sec01-txt p {
    font-size: 3.75rem;
  }
}
.front-content .sec02 {
  background: #FFF8E7;
  padding: 74px 20px 64px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.front-content .sec02-box h3 {
  letter-spacing: 0.04;
  margin-bottom: 24px;
  color: #59483A;
}
.front-content .sec02-box img {
  border-radius: 20px;
  filter: drop-shadow(11px 11px #FCE76D);
}
.front-content .sec02-box + .sec02-box {
  margin-top: 51px;
}
.front-content .sec02-box:nth-of-type(1) {
  position: relative;
}
.front-content .sec02-box:nth-of-type(1):after {
  content: "";
  display: block;
  width: 114px;
  height: 98px;
  background: transparent url(../img/front/banana_image_1.png) no-repeat 0 0/114px 98px;
  position: absolute;
  right: 13px;
  bottom: -30px;
}
.front-content .sec02-box-txt {
  margin-bottom: 24px;
}
.front-content .sec02-box-txt p {
  letter-spacing: 0.05;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0;
  color: #333;
}
.front-content .sec02-box-txt p + p {
  margin-top: 24px;
}
.front-content .sec02-box-link {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec02 {
    padding: 130px 20px;
    margin-bottom: -10px;
  }
  .front-content .sec02 .sec-inner {
    max-width: 1202px;
    margin: 0 auto;
    gap: 77px;
    align-items: flex-start;
  }
  .front-content .sec02-box h3 {
    margin-bottom: 48px;
  }
  .front-content .sec02-box img {
    border-radius: 20px;
    filter: drop-shadow(17px 18px #FCE76D);
  }
  .front-content .sec02-box + .sec02-box {
    margin-top: 0;
  }
  .front-content .sec02-box:nth-of-type(1) {
    max-width: 553px;
    width: calc(40% - 39px);
  }
  .front-content .sec02-box:nth-of-type(1):after {
    max-width: 173px;
    width: 31%;
    height: 149px;
    background-size: 100% auto;
    background-position: 100% 50%;
    right: -33px;
    bottom: -78px;
  }
  .front-content .sec02-box:nth-of-type(2) {
    max-width: 572px;
    width: calc(60% - 38px);
  }
  .front-content .sec02-box-txt {
    margin-bottom: 48px;
  }
  .front-content .sec02-box-txt p {
    line-height: 1.7;
    font-size: 1.125rem;
  }
  .front-content .sec02-box-link {
    text-align: left;
  }
}
.front-content .sec03 {
  padding: 56px 0;
  overflow: hidden;
  background: url(../img/front/bg-feature-sp.jpg);
}
.front-content .sec03-titleimg {
  margin-bottom: 15px;
}
.front-content .sec03-titleimg img {
  width: 250px;
}
.front-content .sec03 h3 {
  margin-bottom: 24px;
  color: #59483A;
}
.front-content .sec03-main-wrap {
  padding: 0 20px 56px;
}
.front-content .sec03-main .slick-list {
  overflow: visible;
}
.front-content .sec03-main .slick-track {
  display: flex;
}
.front-content .sec03-box {
  margin: auto 0;
  float: none;
  padding: 0 20px;
}
.front-content .sec03-box img {
  width: 300px;
}
.front-content .sec03 p {
  line-height: 2.025;
  letter-spacing: 0.05em;
  color: #59483A;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
}
.front-content .sec03-message {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec03 {
    padding: 102px 0;
    background: url(../img/front/bg-feature-pc.jpg);
    position: relative;
  }
  .front-content .sec03:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 74px;
    top: 0;
    left: 0;
    background: transparent url(../img/front/bg_line1_bottom.png) repeat-x 0 100%/auto 74px;
  }
  .front-content .sec03-titleimg {
    margin-bottom: 8px;
  }
  .front-content .sec03-titleimg img {
    width: 300px;
  }
  .front-content .sec03 h3 {
    margin-bottom: 40px;
  }
  .front-content .sec03-main-wrap {
    padding: 0 0 40px;
    max-width: 1260px;
    margin: 0 auto;
  }
  .front-content .sec03-box {
    padding: 0 30px;
  }
  .front-content .sec03-box img {
    width: 315px;
  }
  .front-content .sec03 p {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.front-content .sec04 {
  padding: 96px 20px;
  background: #fff;
}
.front-content .sec04 h3 {
  margin-bottom: 24px;
  color: #59483A;
}
.front-content .sec04-intro {
  margin-bottom: 40px;
  color: #333;
}
.front-content .sec04-main {
  gap: 24px 46px;
  margin-bottom: 38px;
}
.front-content .sec04 .news-box {
  max-width: 328px;
  width: 100%;
  background: #59483A;
}
.front-content .sec04 .news-box a {
  color: #fff;
}
.front-content .sec04 .news-box li {
  color: #59483A;
  background: #FFF8E7;
}
.front-content .sec04-link {
  text-align: center;
}
.front-content .sec04-link a {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec04 {
    padding: 115px 20px 98px;
  }
  .front-content .sec04 .sec-inner {
    max-width: 1172px;
    margin: 0 auto;
  }
  .front-content .sec04-intro {
    margin-bottom: 34px;
  }
  .front-content .sec04-main {
    margin-bottom: 34px;
  }
  .front-content .sec04 .news-box {
    max-width: 360px;
  }
}
.front-content .sec05 {
  padding: 56px 20px 126px;
  background: transparent url(../img/front/bg-feature-sp.jpg);
  position: relative;
}
.front-content .sec05:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  bottom: 0;
  left: 0;
  background: transparent url(../img/front/bg_line2_top.png) repeat-x 0 0/auto 44px;
}
.front-content .sec05 h3 {
  text-align: center;
  color: #59483A;
  line-height: 1.5;
  margin-bottom: 68px;
}
.front-content .sec05-box {
  margin: 0 auto;
}
.front-content .sec05-box-img {
  border-radius: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.front-content .sec05-box-img img {
  border: 2px solid #59483A;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.front-content .sec05-box dl {
  padding: 0 8px;
  color: #59483A;
  margin-bottom: 5px;
}
.front-content .sec05-box dl dt {
  line-height: 1.5;
  margin-bottom: 5px;
}
.front-content .sec05-box dl dt span {
  padding-left: 4px;
}
.front-content .sec05-box dl dd {
  line-height: 1.7;
}
.front-content .sec05-box-link {
  margin-bottom: 48px;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec05 {
    padding: 120px 20px;
    background-image: url(../img/front/bg-feature-pc.jpg);
  }
  .front-content .sec05:after {
    height: 74px;
    background-size: auto 74px;
  }
  .front-content .sec05 h3 {
    line-height: 1.7;
    margin-bottom: 56px;
  }
  .front-content .sec05-box {
    max-width: 880px;
    margin-bottom: 51px;
    gap: 35px;
  }
  .front-content .sec05-box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .front-content .sec05-box-img {
    margin-bottom: 0;
    width: calc(100% - 415px);
  }
  .front-content .sec05-box dl {
    width: 380px;
    padding: 24px 24px 0 0;
    color: #59483A;
    margin-bottom: 0;
  }
  .front-content .sec05-box dl dt {
    line-height: 1.25;
    margin-bottom: 24px;
  }
}
.front-content .sec06 {
  padding: 66px 20px;
  background: #59483A;
  margin: -10px 0;
  position: relative;
}
.front-content .sec06:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  top: 100%;
  left: 0;
  background: transparent url(../img/front/bg_line2_bottom.png) repeat-x 0 0/auto 48px;
}
.front-content .sec06-cards {
  margin-bottom: 35px;
}
.front-content .sec06-card {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 27px;
  color: #59483A;
}
.front-content .sec06-card + .sec06-card {
  margin-top: 48px;
}
.front-content .sec06-card:nth-of-type(1) {
  background: #FAE09F;
}
.front-content .sec06-card:nth-of-type(2) {
  background: #FFF8E7;
}
.front-content .sec06-card-wrap {
  margin-bottom: 12px;
}
.front-content .sec06-card-wrap h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: normal;
  margin-bottom: 0;
}
.front-content .sec06-card-wrap img {
  max-width: 89px;
  padding-left: 5px;
}
.front-content .sec06-card-link {
  text-align: center;
}
.front-content .sec06 .sec06-title {
  margin-bottom: 16px;
}
.front-content .sec06 .sec06-title img {
  width: 28px;
  height: auto;
}
.front-content .sec06 .sec06-title h3 {
  margin-bottom: 0;
}
.front-content .sec06 .sec06-lists .sec06-list {
  text-align: center;
}
.front-content .sec06 .sec06-lists .sec06-list + .sec06-list {
  margin-top: 16px;
}
.front-content .sec06-title {
  text-align: center;
  margin-bottom: 16px;
}
.front-content .sec06-title img {
  margin-bottom: 8px;
}
.front-content .sec06-title h3 {
  color: #fff;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec06 {
    padding: 106px 20px;
    margin: -10px 0;
  }
  .front-content .sec06:before {
    height: 74px;
    background-size: auto 74px;
  }
  .front-content .sec06 .sec-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .front-content .sec06-cards {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 48px;
  }
  .front-content .sec06-card {
    width: 478px;
    height: 208px;
    margin: 0;
    padding: 27px 20px;
  }
  .front-content .sec06-card + .sec06-card {
    margin-top: 0;
  }
  .front-content .sec06-card-wrap {
    margin-bottom: 16px;
  }
  .front-content .sec06-card-wrap h4 {
    line-height: 1.5;
    word-break: break-all;
  }
  .front-content .sec06-card-wrap img {
    width: 89px;
  }
  .front-content .sec06 .sec06-title {
    margin-bottom: 32px;
    gap: 16px;
  }
  .front-content .sec06 .sec06-title img {
    width: 32px;
    height: 32px;
  }
  .front-content .sec06 .sec06-lists {
    gap: 28px;
  }
  .front-content .sec06 .sec06-lists .sec06-list {
    text-align: center;
    margin: 0;
  }
  .front-content .sec06 .sec06-lists .sec06-list + .sec06-list {
    margin-top: 0;
  }
  .front-content .sec06-title {
    text-align: center;
    margin-bottom: 16px;
  }
  .front-content .sec06-title img {
    margin-bottom: 8px;
  }
  .front-content .sec06-title h3 {
    color: #fff;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1000px) {
  .front-content .sec06-card-wrap h4 {
    font-size: 1.75rem;
  }
}
.front-content .sec07 {
  padding: 83px 20px 48px;
}
.front-content .sec07 .sec-inner:after {
  content: "";
  display: block;
  width: auto;
  height: 15px;
  background: transparent url(../img/front/border.png) repeat-x 0 0/auto 15px;
}
.front-content .sec07 h3 {
  max-width: 1138px;
  margin-bottom: 43px;
  color: #453400;
}
.front-content .sec07 h3:after {
  content: "";
  display: block;
  width: calc(100% - 4.5em);
  height: 15px;
  background: transparent url(../img/front/border.png) repeat-x 0 100%/auto 15px;
  margin: auto 0 2px auto;
}
.front-content .sec07 ul {
  margin-bottom: 42px;
}
.front-content .sec07 ul li {
  padding: 15px 10px;
  width: 100%;
  width: 350px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  color: #59483A;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 10px;
  text-align: center;
  align-content: center;
  filter: drop-shadow(0px 4px 0px rgba(89, 72, 58, 0.25));
}
.front-content .sec07 ul li + li {
  margin-top: 24px;
}

@media print, screen and (min-width: 740px) {
  .front-content .sec07 {
    padding: 130px 20px 157px;
  }
  .front-content .sec07 .sec-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .front-content .sec07 .sec-inner:after {
    content: "";
    display: block;
    width: auto;
  }
  .front-content .sec07 h3 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .front-content .sec07 ul {
    margin-bottom: 40px;
    gap: 31px;
  }
  .front-content .sec07 ul li {
    padding: 15px 10px;
    width: 100%;
    width: 350px;
    height: 159px;
    margin: 0;
  }
  .front-content .sec07 ul li + li {
    margin-top: 0;
  }
}
.front-content .sec08 .sec-inner {
  background: #59483A;
  padding: 64px 10px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.front-content .sec08 .sec-inner h3 {
  margin-bottom: 31px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05;
}
.front-content .sec08-main {
  background: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 57px 30px;
}
.front-content .sec08-main dl {
  margin-bottom: 0;
}
.front-content .sec08-main dl + dl {
  margin-top: 19px;
}
.front-content .sec08-main dl dt {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 8px;
}
.front-content .sec08-main dl dt span {
  padding: 2px 10px;
  font-size: 12px;
}
.front-content .sec08-main dl dt span.require {
  background: #FCE76D;
}
.front-content .sec08-main dl dt span.option {
  background: #D9D9D9;
}
.front-content .sec08-main dl dd {
  margin-bottom: 0;
}
.front-content .sec08-main dl dd input[type=text], .front-content .sec08-main dl dd input[type=email] {
  border: 1px solid #727272;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
}
.front-content .sec08-main dl dd textarea, .front-content .sec08-main dl dd select {
  border: 1px solid #727272;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
}
.front-content .sec08-main dl dd textarea {
  width: 100%;
  height: 96px;
}
.front-content .sec08-main .submit-area .wpcf7-form-control-wrap {
  margin: 34px auto 34px 0;
  display: block;
  font-size: 0.875rem;
}
.front-content .sec08-main .submit-area input[type=submit] {
  border-radius: 39px;
  background: #59483A url(../img/common/arrow-white.svg) no-repeat right 20px top 50%/8px 15px;
  max-width: 310px;
  margin: 0 auto;
  width: 100%;
  padding: 12px 15px 12px 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec08 .sec-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 116px 10px 0;
  }
  .front-content .sec08 .sec-inner h3 {
    margin-bottom: 54px;
    letter-spacing: 0;
  }
  .front-content .sec08-main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 72px 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  .front-content .sec08-main dl {
    margin: 0 auto;
    max-width: 773px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .front-content .sec08-main dl + dl {
    margin-top: 24px;
  }
  .front-content .sec08-main dl dt {
    gap: 8px;
    margin-bottom: 0;
    width: 215px;
  }
  .front-content .sec08-main dl dt span {
    padding: 2px 14px;
    font-size: 11px;
  }
  .front-content .sec08-main dl dd {
    width: calc(100% - 225px);
  }
  .front-content .sec08-main dl dd input[type=text], .front-content .sec08-main dl dd input[type=email] {
    padding: 15px 22px;
  }
  .front-content .sec08-main dl dd select {
    padding: 15px 22px;
  }
  .front-content .sec08-main dl dd textarea {
    height: 148px;
    padding: 15px 22px;
  }
  .front-content .sec08-main .submit-area .wpcf7-form-control-wrap {
    margin: 68px auto 32px 0;
    font-size: 0.9375rem;
    text-align: center;
  }
  .front-content .sec08-main .submit-area input[type=submit] {
    background: #59483A url(../img/common/arrow-white.svg) no-repeat right 20px top 50%/8px 15px;
    max-width: 263px;
    padding: 14px 54px 14px 64px;
    font-size: 1.75rem;
  }
}
.page-method p {
  word-break: normal;
}

.page-method .sec01 {
  background: #FFF8E7;
  padding: 64px 20px;
}
.page-method .sec01 h3 {
  color: #59483A;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.page-method .sec01-main {
  margin-bottom: 57px;
}
.page-method .sec01-main img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 20px;
  display: block;
}
.page-method .sec01-main-content {
  margin: 40px 0 0;
}
.page-method .sec01-main-content p {
  color: #59483A;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 0;
}
.page-method .sec01-main-content p + p {
  margin-top: 24px;
}
.page-method .sec01-txt {
  color: #59483A;
  background: #fff;
  padding: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  border-radius: 12px;
  font-weight: 500;
}

@media print, screen and (min-width: 787px) {
  .page-method .sec01 {
    padding: 120px 20px;
  }
  .page-method .sec01 .sec-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .page-method .sec01 h3 {
    margin-bottom: 40px;
  }
  .page-method .sec01-main {
    gap: 40px;
    margin-bottom: 32px;
    align-items: center;
  }
  .page-method .sec01-main img {
    width: calc(100% - 590px);
    height: auto;
    margin: 0;
  }
  .page-method .sec01-main-content {
    margin: 0;
    width: 550px;
  }
}
.page-method .sec02 {
  padding: 120px 20px 56px;
  background: #fff;
  position: relative;
}
.page-method .sec02:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  top: -10px;
  left: 0;
  background: transparent url(../img/front/bg_line1_bottom.png) repeat-x 0 0/auto 74px;
}
.page-method .sec02:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  bottom: -44px;
  left: 0;
  background: transparent url(../img/common/bg_line_white.png) repeat-x 0 0/auto 74px;
}
.page-method .sec02 h3 {
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  color: #59483A;
}
.page-method .sec02 p {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 24px;
  color: #333;
}
.page-method .sec02-main {
  padding: 0 34px;
}
.page-method .sec02-block {
  background: #FFF8E7;
  border: 1px solid #EDE7DA;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 24px;
  width: 100%;
  max-width: 282px;
  margin: 0 auto;
}
.page-method .sec02-block h4 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  text-align: center;
  color: #59483A;
}
.page-method .sec02-block img {
  display: block;
  border: 2px solid #59483A;
  border-radius: 50%;
  width: 202px;
  margin: 0 auto 16px;
}
.page-method .sec02-block p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #59483A;
}
.page-method .sec02-block + .sec02-block {
  margin-top: 24px;
}

@media print, screen and (min-width: 787px) {
  .page-method .sec02 {
    padding: 157px 20px 224px;
  }
  .page-method .sec02 .sec-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-method .sec02 h3 {
    margin-bottom: 32px;
  }
  .page-method .sec02-main {
    display: flex;
    padding: 0;
    gap: 24px;
  }
  .page-method .sec02-block {
    padding: 24px;
  }
  .page-method .sec02-block h4 {
    font-size: 1rem;
  }
  .page-method .sec02-block + .sec02-block {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 890px) {
  .page-method .sec02-block h4 {
    font-size: 1.25rem;
  }
}
.page-method .sec03 {
  padding: 75px 10px 0px;
}
.page-method .sec03 .sec-inner {
  background: transparent url(../img/front/border.png) repeat-x 0 0;
}
.page-method .sec03 h3 {
  margin: 0 11px 24px;
  padding-top: 38px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #59483A;
}
.page-method .sec03 p {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 11px 24px;
  color: #59483A;
}
.page-method .sec03-issues {
  margin-bottom: 24px;
}
.page-method .sec03-issues-main {
  max-width: 500px;
  margin: 0 auto;
  padding: 48px 14px;
  color: #59483A;
  background: #fff;
  border-radius: 15px;
}
.page-method .sec03-issues-main + .sec03-issues-main {
  margin-top: 24px;
}
.page-method .sec03-issues-main h4 {
  margin-bottom: 24px;
}
.page-method .sec03-issues-main h4 span {
  padding-left: 31px;
  background: transparent url(../img/common/icon-banana-02.svg) no-repeat 0 50%/23px 23px;
}
.page-method .sec03-issues-main .issues02 span {
  background-image: url(../img/common/icon-banana-03.svg);
}
.page-method .sec03-issues-green {
  color: #78B167;
}
.page-method .sec03-issues-blue {
  color: #4B85C1;
}
.page-method .sec03-issues dl {
  background: #FFF8E7;
  border: 1px solid #59483A;
  border-radius: 10px;
  padding: 5px;
  margin: 0;
}
.page-method .sec03-issues dl + dl {
  margin: 24px 0 0;
}
.page-method .sec03-issues dl dt {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  padding: 13px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-method .sec03-issues dl dt .issues-num {
  letter-spacing: 0.04em;
}
.page-method .sec03-issues dl dt .issues-title {
  padding-left: 8px;
}
.page-method .sec03-issues dl dt .icon-accordion {
  display: block;
  width: 10px;
  height: 18px;
  background: transparent url(../img/common/arrow-accordion.svg) no-repeat 50% 50%;
  transition: 0.8s;
  padding-right: 0;
  transition: 0.5s;
}
.page-method .sec03-issues dl dt.active .icon-accordion {
  rotate: 180deg;
}
.page-method .sec03-issues dl dd {
  color: #333333;
  margin-bottom: 0;
  background: #fff;
  padding: 18px 18px 24px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.page-method .sec03-issues dl dd span {
  display: block;
}
.page-method .sec03-issues dl dd span + span {
  margin-top: 16px;
}
.page-method .sec03-comment {
  margin: 0 6px;
  padding-bottom: 38px;
  background: transparent url(../img/front/border.png) repeat-x 0 100%;
}
.page-method .sec03-comment-inner {
  padding-bottom: 168px;
  max-width: 645px;
  margin: 0 auto;
  background: transparent url(../img/method/icon-man.svg) no-repeat right 0 bottom 0/150px auto;
}
.page-method .sec03-comment p {
  background: rgba(89, 72, 58, 0.8);
  border-radius: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 30px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #FCE76D;
          text-decoration-color: #FCE76D;
  text-underline-offset: 7px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 787px) {
  .page-method .sec03 {
    padding: 78px 10px 0;
  }
  .page-method .sec03 .sec-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-method .sec03 h3 {
    margin: 0 0 32px;
    padding-top: 78px;
  }
  .page-method .sec03 p {
    margin: 0 0 40px;
    letter-spacing: 0.05em;
  }
  .page-method .sec03-issues {
    padding: 0 10px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
  }
  .page-method .sec03-issues-main {
    width: calc(50% - 20px);
    padding: 37px 45px 64px;
    margin: 0;
    max-width: 100%;
  }
  .page-method .sec03-issues-main + .sec03-issues-main {
    margin-top: 0;
  }
  .page-method .sec03-issues-main h4 {
    margin-bottom: 26px;
  }
  .page-method .sec03-issues-main h4 span {
    padding-left: 44px;
    background-size: 28px 28px;
  }
  .page-method .sec03-issues dl {
    padding: 15px 10px 5px;
  }
  .page-method .sec03-issues dl + dl {
    margin-top: 33px;
  }
  .page-method .sec03-issues dl dt {
    font-size: 1.125rem;
    padding: 0 0 15px;
  }
  .page-method .sec03-issues dl dt .issues-title {
    padding-left: 19px;
  }
  .page-method .sec03-issues dl dt .icon-accordion {
    padding-right: 28px;
  }
  .page-method .sec03-issues dl dd {
    padding: 24px;
    font-size: 1rem;
  }
  .page-method .sec03-comment {
    margin: 0;
    padding-bottom: 78px;
  }
  .page-method .sec03-comment-inner {
    display: grid;
    place-items: center;
    max-width: 100%;
    min-height: 193px;
    background: transparent url(../img/method/icon-man.svg) no-repeat right 0 bottom 50%/150px auto;
    padding: 0 240px 0 0;
  }
}
@media print, screen and (min-width: 787px) and (min-width: 1200px) {
  .page-method .sec03-comment-inner {
    padding: 0 240px;
  }
}
@media print, screen and (min-width: 787px) {
  .page-method .sec03-comment p {
    border-radius: 76px;
    padding: 24px 60px;
    margin: 0;
    text-align: center;
  }
}
.page-method .sec04 {
  padding: 122px 20px 36px;
}
.page-method .sec04-cards {
  margin-bottom: 0;
  gap: 56px;
}
.page-method .sec04-card {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 24px;
  border: 4px solid #fff;
  border-radius: 27px;
  padding: 20px;
  background: #FAE09F;
}
.page-method .sec04-card-wrap {
  margin-bottom: 12px;
}
.page-method .sec04-card-wrap h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: normal;
  margin-bottom: 0;
  color: #59483A;
}
.page-method .sec04-card-wrap img {
  max-width: 89px;
  padding-left: 5px;
}
.page-method .sec04-card-link {
  text-align: center;
}
.page-method .sec04-contact-link {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

@media print, screen and (min-width: 787px) {
  .page-method .sec04 {
    padding: 106px 20px 72px;
  }
  .page-method .sec04-cards {
    align-items: stretch;
  }
  .page-method .sec04-card {
    margin: 0;
  }
  .page-method .sec04-card-wrap {
    margin-bottom: 16px;
    gap: 16px;
  }
  .page-method .sec04-card-wrap h4 {
    font-size: 1.75rem;
  }
  .page-method .sec04-card-wrap img {
    padding-left: 0;
  }
  .page-method .sec04-contact-link {
    margin: 0;
  }
}
/*# sourceMappingURL=page.css.map */