@charset "UTF-8";

@-webkit-keyframes displaynone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes displaynone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
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, a,
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%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: normal;
}

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 #707070;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
input[type=radio] select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus select::focus {
  outline-offset: -2px;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: initial;
}

body{
    font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

img, video, object {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  width: 100%;
}
img{
    display: inline;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table,
tr,
th,
td,
small {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

.youtube {
  position: relative;
  width: 100%;
}
.youtube .youtube__inner {
  padding-top: 56.25%;
}
@media (min-width: 850px) {
  .youtube {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 82.3rem;
  }
}
@media (min-width: 1300px) {
  .youtube {
    width: 82.3rem;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 850px) {
  br.pc-none,
.pc-none {
    display: none;
  }
}

br.pc-only,
.pc-only {
  display: none;
}
@media (min-width: 850px) {
  br.pc-only,
.pc-only {
    display: block;
  }
}

.fadein {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fadein.show {
  opacity: 1;
}

.fadeinbottom {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fadeinbottom.show {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fadeintop {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fadeintop.show {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fadeinleft {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fadeinleft.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.fadeinright {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fadeinright.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.wrap {
  overflow-x: hidden;
}


@media (min-width: 850px) {
  .fv-content {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

@media (min-width: 850px) {
  .main {
    margin-top: 100vh;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 850px) {
  .main.js-bg-fixed:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #FDF7F4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.fv {
  width: 100vw;
  height: 102.4vw;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 23%;
  position: relative;
}
@media (min-width: 850px) {
  .fv {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-size: cover;
    background-position: top center;
    padding-top: 0;
  }
}
.fv .fv__ttl {
  width: 70.1%;
  z-index: 2;
  position: relative;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 850px) {
  .fv .fv__ttl {
    width: 42%;
    max-width: 57rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.fv .fv__ttl picture {
  display: block;
  width: 100%;
}
.fv .fv__ttl picture img {
  display: block;
  width: 100%;
}
.fv .fv__arrow {
  display: none;
  z-index: 2;
  position: relative;
}
@media (min-width: 850px) {
  .fv .fv__arrow {
    display: block;
    position: absolute;
    bottom: 2.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 15rem;
    height: 4rem;
  }
}
@media (min-width: 850px) {
  .fv .fv__arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 850px) {
  .fv .fv__arrow a .text {
    font-family: "Heebo", sans-serif;
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 850px) {
  .fv .fv__arrow a .icon {
    display: block;
    width: 3.2rem;
  }
}

.fv-swiper-layout {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 850px) {
  .fv-swiper-layout {
    height: 100%;
  }
}
.fv-swiper-layout .swiper-container {
  width: 100%;
  height: calc(100% + 4.6rem);
}
@media (min-width: 850px) {
  .fv-swiper-layout .swiper-container {
    height: 100%;
  }
}
.fv-swiper-layout .swiper-container .swiper-slide {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 850px) {
  .fv-swiper-layout .swiper-container .swiper-slide {
    background-size: cover;
  }
}
.fv-swiper-layout .swiper-container .swiper-slide.nth-1 {
  background-image: url(../images/section/fvbg-sp__1.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-1 {
    background-image: url(../images/section/fvbg-sp__1@2x.jpg);
  }
}
@media (min-width: 850px) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-1 {
    background-image: url(../images/section/fvbg-pc__1.jpg);
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-1 {
    background-image: url(../images/section/fvbg-pc__1@2x.jpg);
  }
}
.fv-swiper-layout .swiper-container .swiper-slide.nth-2 {
  background-image: url(../images/section/fvbg-sp__2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-2 {
    background-image: url(../images/section/fvbg-sp__2@2x.jpg);
  }
}
@media (min-width: 850px) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-2 {
    background-image: url(../images/section/fvbg-pc__2.jpg);
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-2 {
    background-image: url(../images/section/fvbg-pc__2@2x.jpg);
  }
}
.fv-swiper-layout .swiper-container .swiper-slide.nth-3 {
  background-image: url(../images/section/fvbg-sp__3.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-3 {
    background-image: url(../images/section/fvbg-sp__3@2x.jpg);
  }
}
@media (min-width: 850px) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-3 {
    background-image: url(../images/section/fvbg-pc__3.jpg);
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .fv-swiper-layout .swiper-container .swiper-slide.nth-3 {
    background-image: url(../images/section/fvbg-pc__3@2x.jpg);
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 2rem;
}
@media (min-width: 850px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8.5rem;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media (min-width: 850px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #D6D6D6;
  opacity: 1;
  position: relative;
}
@media (min-width: 850px) {
  .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
  }
}

.swiper-pagination-bullet-active {
  background: #D6D6D6;
}
.swiper-pagination-bullet-active:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #53796D;
  -webkit-animation-name: swiper-pagination-bullet-active;
          animation-name: swiper-pagination-bullet-active;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes swiper-pagination-bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes swiper-pagination-bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.read {
  background-color: #E8E5DC;
}
@media (min-width: 850px) {
  .read {
    position: relative;
    z-index: 2;
  }
}
.read .inner-layout {
  width: 100%;
  padding-top: 12.8%;
  padding-bottom: 19%;
  position: relative;
}
@media (min-width: 850px) {
  .read .inner-layout {
    padding-top: 8.14rem;
    padding-bottom: 11.9rem;
    overflow-x: hidden;
  }
}
.read h2 {
  width: 87.1%;
  margin: 0 auto;
  margin-bottom: 7.7%;
}
@media (min-width: 850px) {
  .read h2 {
    width: 54rem;
    margin-bottom: 4.9rem;
  }
}
.read h2 img {
  display: block;
  width: 100%;
}
.read p {
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.9;
  letter-spacing: -0.04em;
  z-index: 2;
  position: relative;
  margin-top: calc((1.9em - 1em ) / -2 );
  margin-bottom: calc((((1em * 1.9) * 2 ) - 2em + 2px) + calc((1.9em - 1em ) / 2 ));
}
.read p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .read p {
    font-size: 1.8rem;
    line-height: 2.1;
    margin-top: calc((2.1em - 1em ) / -2 );
    margin-bottom: calc((((1em * 2.1) * 2 ) - 2em + 2px) + calc((2.1em - 1em ) / 2 ));
  }
}
.read .img {
  display: none;
}
@media (min-width: 850px) {
  .read .img {
    z-index: 1;
    display: block;
    width: 48.5rem;
    position: absolute;
    right: 0;
    bottom: 8.8rem;
    margin: auto;
    opacity: 0.4;
    left: 58.7rem;
  }
}

.sec {
  width: 100%;
}
@media (min-width: 850px) {
  .sec {
    position: relative;
    z-index: 2;
  }
}

.sec__btn {
  width: 100%;
  padding-top: 6.8vw;
  padding-bottom: 16.1vw;
  cursor: pointer;
  background-color: #FFF;
}
@media (min-width: 850px) {
  .sec__btn {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
.sec__btn .inner-layout {
  /* width: 81.3%; */
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 850px) {
  .sec__btn .inner-layout {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec__btn .inner-layout:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.sec__btn--layout {
  width: 40.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
}
.sec__btn--layout.active {
  opacity: 1;
}
.sec__btn--layout:nth-child(-n+2) {
  margin-bottom: 2rem;
}
@media (min-width: 1086px) {
  .sec__btn--layout {
    width: 20rem;
    margin: 0 3%;
  }
}
@media (min-width: 850px) {
  .sec__btn--layout:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec__btn--layout .nth-1 {
  display: block;
  width: 22.5%;
  /* margin-bottom: 2.5vw; */
  margin-bottom: calc(9/750*100vw);
  opacity: 0;
}
@media (min-width: 850px) {
  .sec__btn--layout .nth-1 {
    width: 2.3rem;
    margin-bottom: 0.9rem;
  }
}
.sec__btn--layout .nth-2 {
  font-family: "Heebo", sans-serif;
  display: block;
  font-size: 3.7vw;
  margin-bottom: 1.4vw;
}
@media (min-width: 850px) {
  .sec__btn--layout .nth-2 {
    font-size: 2.1rem;
    margin-bottom: 0.6rem;
  }
}
.sec__btn--layout .nth-2 span {
  font-size: 5.3vw;
}
@media (min-width: 850px) {
  .sec__btn--layout .nth-2 span {
    font-size: 3rem;
  }
}
.sec__btn--layout .nth-3 {
  display: block;
  margin-bottom: 2.7vw;
}
@media (min-width: 850px) {
  .sec__btn--layout .nth-3 {
    margin-bottom: 0.9rem;
  }
}
.sec__btn--layout .nth-3 img {
  display: block;
  width: 100%;
}
.sec__btn--layout .nth-4 {
  font-family: "Heebo", sans-serif;
  display: block;
  font-size: 3.5vw;
  padding-bottom: 1.8vw;
  border-bottom: solid 1px #FFF;
  color: #000;
}
@media (min-width: 850px) {
  .sec__btn--layout .nth-4 {
    font-size: 1.7rem;
    padding-bottom: 0.8rem;
  }
}

@media (min-width: 850px) {
  .js-sec__btn2 {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}

.sec__btn--layout.orange .nth-2 {
  color: #FB9162;
}
.sec__btn--layout.orange.active .nth-1 {
  opacity: 1;
}
.sec__btn--layout.orange.active .nth-4 {
  font-size: 3.7vw;
  font-weight: bold;
  border-bottom: solid 1px #FB9162;
}
@media (min-width: 850px) {
  .sec__btn--layout.orange.active .nth-4 {
    font-size: 1.7rem;
    border-bottom: solid 2px #FB9162;
  }
}
.sec__btn--layout.blue .nth-2 {
  color: #88B7C1;
}
.sec__btn--layout.blue.active .nth-1 {
  opacity: 1;
}
.sec__btn--layout.blue.active .nth-4 {
  font-size: 3.7vw;
  font-weight: bold;
  border-bottom: solid 1px #88B7C1;
}
@media (min-width: 850px) {
  .sec__btn--layout.blue.active .nth-4 {
    font-size: 1.7rem;
    border-bottom: solid 2px #88B7C1;
  }
}
.sec__btn--layout.brown .nth-2 {
  color: #998D75;
}
.sec__btn--layout.brown.active .nth-1 {
  opacity: 1;
}
.sec__btn--layout.brown.active .nth-4 {
  font-size: 3.7vw;
  font-weight: bold;
  border-bottom: solid 1px #998D75;
}
@media (min-width: 850px) {
  .sec__btn--layout.brown.active .nth-4 {
    font-size: 1.7rem;
    border-bottom: solid 2px #998D75;
  }
}
.sec__btn--layout.green .nth-2 {
  color: #53796D;
}
.sec__btn--layout.green.active .nth-1 {
  opacity: 1;
}
.sec__btn--layout.green.active .nth-4 {
  font-size: 3.7vw;
  font-weight: bold;
  border-bottom: solid 1px #53796D;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .sec__btn--layout.green.active .nth-4 {
    font-size: 1.7rem;
    border-bottom: solid 2px #53796D;
  }
}
.sec__btn--layout.lightblue .nth-2 {
  color: #5CCACE;
}
.sec__btn--layout.lightblue.active .nth-1 {
  opacity: 1;
}
.sec__btn--layout.lightblue.active .nth-4 {
  color: #5CCACE;
  font-size: 3.7vw;
  font-weight: bold;
  border-bottom: solid 1px #5CCACE;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .sec__btn--layout.lightblue.active .nth-4 {
    font-size: 1.7rem;
    border-bottom: solid 2px #5CCACE;
  }
}

.sec__tab {
  /* display: none; */
}
.sec__tab.show {
  display: block;
  opacity: 0;
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
.sec__tabwrap {
  background: #FFF;
}

.sec__tab.tab01 {
  position: relative;
  width: 100%;
  padding-top: 6.8vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 {
    padding-top: 10rem;
  }
}
.sec__tab.tab01 .inner-layout {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .inner-layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .inner-layout .ttl__layout {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 10rem;
    position: relative;
    left: -1%;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .inner-layout .ttl__layout {
    left: -7%;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .inner-layout .img__layout {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 42%;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .inner-layout .text__layout {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 44%;
  }
}

.sec__tab.tab01 .ttl__layout {
  color: #FB9162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.6vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .ttl__layout {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.sec__tab.tab01 .ttl__layout .text {
  font-size: 5.6vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 3.6vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .ttl__layout .text {
    font-size: 2.6rem;
    margin-left: 0;
    width: 1em;
    font-weight: normal;
    line-height: 1.53;
    position: absolute;
    top: 11rem;
  }
}
.sec__tab.tab01 .ttl__layout .num {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec__tab.tab01 .ttl__layout .num .num__text {
  font-size: 3.9vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .ttl__layout .num .num__text {
    font-size: 2.1rem;
  }
}
.sec__tab.tab01 .ttl__layout .num .num__num {
  font-size: 15.6vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .ttl__layout .num .num__num {
    font-size: 8.4rem;
  }
}

.sec__tab.tab01 {
  background: #FDF7F4;
}
.sec__tab.tab01::before {
  content: "";
  display: block;
  width: 15.9vw;
  height: 13.7vw;
  background-image: url(../images/section/tab01-triangle--sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -13.7vw;
  left: 41.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01::before {
    background-image: url(../images/section/tab01-triangle--pc.svg);
    width: 13.8rem;
    height: 10.5rem;
    top: -9.2rem;
    left: calc(50% - (6.8rem / 2) - (22rem * 2) - (3% * 3) + 10rem);
  }
}
.sec__tab.tab01 .layout01 .img__layout {
  margin-bottom: 6.3vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout01 .img__layout {
    margin-bottom: 0;
  }
}
.sec__tab.tab01 .layout01 .text__layout h3 {
  text-align: center;
  margin-bottom: 8.2vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout01 .text__layout h3 {
    text-align: left;
    margin-bottom: 4.2rem;
  }
}
.sec__tab.tab01 .layout01 .text__layout h3 img {
  width: 79.4%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout01 .text__layout h3 img {
    max-width: 42rem;
  }
}
.sec__tab.tab01 .layout01 .text__layout p {
  text-align: center;
  font-size: 4.3vw;
  line-height: 1.812;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout01 .text__layout p {
    text-align: left;
    font-size: 1.35vw;
    line-height: 2.117;
    white-space: nowrap;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout01 .text__layout p {
    font-size: 1.15vw;
  }
}
.sec__tab.tab01 .layout01 .text__layout p .m {
  color: #FB9162;
  font-weight: bold;
}
.sec__tab.tab01 .layout01 .text__layout p .l {
  color: #FB9162;
  font-weight: bold;
  font-size: 5.6vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout01 .text__layout p .l {
    font-size: 2.6rem;
  }
}

.sec__tab.tab01 .layout02 {
  margin-top: 15.9vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02 {
    margin-top: 15.5rem;
  }
}
.sec__tab.tab01 .layout02 .layout02__img {
  width: 100%;
  text-align: center;
}
.sec__tab.tab01 .layout02 .layout02__img img {
  width: 41.9%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02 .layout02__img img {
    width: 20.6rem;
  }
}
.sec__tab.tab01 .layout02 .layout02__ttl-read {
  font-family: "Heebo", sans-serif;
  color: #FB9162;
  text-align: center;
  font-size: 5.6vw;
  margin: 0.5em 0 0.4em 0;
  width: 100%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02 .layout02__ttl-read {
    font-size: 3.2rem;
  }
}
.sec__tab.tab01 .layout02 h3 {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 0.45em;
  width: 100%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02 h3 {
    font-size: 2rem;
  }
}
.sec__tab.tab01 .layout02 p {
  text-align: center;
  font-size: 3.7vw;
  line-height: 1.678;
  margin-bottom: 4.1vw;
  width: 100%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02 p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 850px) {
  .sec__tab.tab01 .layout02.layout02__type02 {
    margin-top: 10.8rem;
  }
}
.sec__tab.tab01 .layout02.layout02__type02 .layout02__img img {
  width: 42.6%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout02.layout02__type02 .layout02__img img {
    width: 21rem;
  }
}

.sec__tab.tab01 .layout03 {
  width: 100%;
  margin-top: 23.2vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout03 {
    margin-top: 15.3rem;
  }
}
.sec__tab.tab01 .layout03 picture {
  display: block;
}
.sec__tab.tab01 .layout03 picture img {
  width: 100%;
}

.sec__tab.tab01 .layout04 {
  width: 100%;
  margin-top: 28.5vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 {
    margin-top: 18.1rem;
  }
}
.sec__tab.tab01 .layout04 .inner-layout {
  background: #FFF;
  padding-top: 8.4vw;
  padding-bottom: 17vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .inner-layout {
    width: 86%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 4.8rem;
    padding-bottom: 8.6rem;
  }
}
.sec__tab.tab01 .layout04 .layout04__header {
  position: relative;
  width: 100%;
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--logo {
  display: block;
  width: 41.4%;
  margin: 0 auto;
  margin-bottom: 4.3vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--logo {
    width: 16.6rem;
    margin-bottom: 1.3rem;
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--logo img {
  display: block;
  width: 100%;
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.9vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl {
    margin-bottom: 4.5rem;
    position: relative;
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl h2 {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl h2 .m {
  font-size: 4.5vw;
  display: block;
  margin-bottom: 0.382em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl h2 .m {
    font-size: 2rem;
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl h2 .l {
  font-size: 5.6vw;
  display: block;
  margin-bottom: 2.1vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl h2 .l {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl .icon-left {
  display: block;
  width: 34.2%;
  margin-right: 5.8%;
  margin-top: 1.5vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl .icon-left {
    width: 16.6rem;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    top: -3.4rem;
    left: calc(50% - (16.6rem / 2) - 22rem);
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl .icon-right {
  display: block;
  width: 28.7%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--ttl .icon-right {
    width: 14rem;
    position: absolute;
    top: -4rem;
    left: calc(50% - (14rem / 2) + 22.2rem);
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--sign {
  width: 60.6%;
  position: absolute;
  top: calc(-8.4vw + -23.2vw);
  left: 1.6%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__header .layout04__header--sign {
    width: 30rem;
    top: calc(-9.2rem + -4.8rem);
    left: -7.4rem;
  }
}
.sec__tab.tab01 .layout04 .layout04__header .layout04__header--sign img {
  display: block;
  width: 100%;
}
.sec__tab.tab01 .layout04 .layout04__body {
  width: 100%;
}
.sec__tab.tab01 .layout04 .layout04__body ul {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec__tab.tab01 .layout04 .layout04__body ul li {
  list-style-type: none;
  width: 45.5%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li {
    width: 22.5%;
  }
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout {
  display: block;
  width: 100%;
  pointer-events: none;
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout picture {
  width: 100%;
  display: block;
  border: solid 1px #B70D07;
  overflow: hidden;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li .layout picture {
    border: solid 2px #B70D07;
  }
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout picture img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  display: block;
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout p {
  color: #000;
  font-size: 3.2vw;
  white-space: nowrap;
  text-align: center;
  line-height: 1.583;
  margin-top: 0.6em;
  letter-spacing: -0.04em;
  text-indent: 0.04em;
  height: calc((1em * 1.583) * 2);
  margin-bottom: 1.292em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li .layout p {
    line-height: 1.375;
    font-size: 1.4vw;
    height: calc((1em * 1.375) * 2);
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li .layout p {
    font-size: 1.6rem;
  }
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout p.ml01 {
  margin-left: -0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li .layout p.ml01 {
    margin-left: -0.28em;
  }
}
.sec__tab.tab01 .layout04 .layout04__body ul li .layout p.ml02 {
  margin-left: -0.75em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__body ul li .layout p.ml02 {
    margin-left: -0.45em;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__footer {
    width: 100%;
  }
}
.sec__tab.tab01 .layout04 .layout04__footer picture {
  display: block;
  width: 89.4%;
  margin-left: 1.3%;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout04 .layout04__footer picture {
    width: 83.3%;
    margin-left: 5.8%;
  }
}

.sec__tab.tab01 .layout05 {
  width: 100%;
  margin-top: 26.5vw;
  margin-bottom: 18vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 {
    margin-top: 20.4rem;
    margin-bottom: 10rem;
  }
}
.sec__tab.tab01 .layout05 .inner-layout {
  background: #FFF;
  padding-top: 9.5vw;
  padding-bottom: 6.1vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .inner-layout {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sec__tab.tab01 .layout05 .layout05__header {
  margin-bottom: 10.6vw;
  position: relative;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header {
    margin-bottom: 0;
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl {
    display: block;
    margin-left: 2.3rem;
    margin-top: 8.5rem;
  }
}
.sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl .text {
  font-size: 5.6vw;
  white-space: nowrap;
  letter-spacing: -0.04em;
  text-indent: 0.04em;
  position: relative;
  top: 0.58em;
  left: 0;
  margin-left: 18.5vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl .text {
    font-size: 2.4rem;
    width: 1em;
    line-height: 1.25;
    letter-spacing: 0;
    text-indent: 0;
    top: 0;
    left: 0;
    margin-left: 0.7em;
    display: block;
    white-space: break-spaces;
  }
}
.sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl .icon {
  display: block;
  width: 20.9%;
  position: relative;
  top: 0;
  left: -2.6vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl .icon {
    display: block;
    width: 5.8rem;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-160deg) Scale(1.2) translateY(-11px) translateX(-5px);
            transform: rotate(-160deg) Scale(1.2) translateY(-11px) translateX(-5px);
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__header .layout05__header--ttl .icon {
    -webkit-transform: rotate(-160deg) Scale(1.4) translateY(-15px) translateX(-7px);
            transform: rotate(-160deg) Scale(1.4) translateY(-15px) translateX(-7px);
  }
}
.sec__tab.tab01 .layout05 .layout05__header p {
  font-size: 4.3vw;
  line-height: 1.812;
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header p {
    text-align: left;
    font-size: 1.6vw;
    line-height: 1.812;
    margin-top: 3.9rem;
    margin-left: 2.3rem;
    margin-bottom: calc(2.5rem + (1.6vw + (1.6vw * 0.538) + (1.6vw * 0.5)));
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__header p {
    margin-top: 5rem;
    margin-bottom: calc(2.5rem + (1vw + (1vw * 0.538) + (1vw * 0.5)));
    font-size: 1vw;
  }
}
.sec__tab.tab01 .layout05 .layout05__header .layout05__header--sign {
  width: 58.7%;
  position: absolute;
  top: calc(-9.5vw + -16vw);
  left: 0.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__header .layout05__header--sign {
    width: 26.2rem;
    top: -9.3rem;
    left: -11.6rem;
    right: auto;
    line-height: 1.941;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body {
    background: #FFF;
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 6.8rem;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul {
  width: 76.4%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__body ul {
    margin: 0;
    width: 70%;
    margin-right: 10%;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout {
  list-style-type: none;
  margin-bottom: 11.1vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout {
    width: 47%;
    margin-bottom: 4.9rem;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout {
    width: 43.4%;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout:last-of-type {
  margin-bottom: 7.5vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout picture {
    overflow: hidden;
    display: block;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout picture img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout h3 {
  color: #B70D07;
  font-size: 4.5vw;
  text-align: center;
  margin-top: 0.765em;
  margin-bottom: 0.4em;
  letter-spacing: -0.04em;
  text-indent: 0.04em;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout h3 {
    font-size: 1.7vw;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout h3 {
    font-size: 1.1vw;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout p {
  color: #000;
  font-size: 3.7vw;
  text-align: center;
  line-height: 1.5;
  height: calc((1em * 1.5) * 2);
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout p {
    font-size: 1.6vw;
    line-height: 1.375;
    height: calc((1em * 1.375) * 2);
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout p {
    font-size: 1vw;
  }
}
.sec__tab.tab01 .layout05 .layout05__body ul li.card-layout:hover picture img {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__body ul li.card-layout:hover picture img {
    opacity: 1;
    -webkit-transform: Scale(1.07);
            transform: Scale(1.07);
  }
}
.sec__tab.tab01 .layout05 .layout05__footer {
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__footer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: calc(65% + 2.3rem);
    margin-top: calc(-1.6vw + (-1.6vw * 0.538) + (-1.6vw * 0.5));
  }
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__footer {
    margin-top: calc(-1vw + (-1vw * 0.538) + (-1vw * 0.5));
  }
}
.sec__tab.tab01 .layout05 .layout05__footer p {
  font-size: 3.5vw;
  display: inline-block;
  border: solid 1px #707070;
  padding: 0.538em 0.346em 0.5em 0.577em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .layout05 .layout05__footer p {
    font-size: 1.6vw;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab01 .layout05 .layout05__footer p {
    font-size: 1vw;
  }
}

.sec__tab.tab02 {
  position: relative;
  width: 100%;
  padding-top: 10.8vw;
  padding-bottom: 18vw;
  background: #FDF7F4;
}
@media (min-width: 850px) {
  .sec__tab.tab02 {
    padding-top: 6.3rem;
    padding-bottom: 0;
  }
}
.sec__tab.tab02::before {
  content: "";
  display: block;
  width: 15.9vw;
  height: 13.7vw;
  background-image: url(../images/section/tab01-triangle--sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -13.7vw;
  left: 41.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02::before {
    background-image: url(../images/section/tab01-triangle--pc.svg);
    width: 13.8rem;
    height: 10.5rem;
    top: -9.2rem;
    left: calc(50% - (6.8rem / 2) - (24rem * 1) - (3% * 1) + 10rem);
  }
}
.sec__tab.tab02 .tab02-ttl-01 {
  font-family: "Heebo", sans-serif;
  text-align: center;
  margin-bottom: 0.75em;
  color: #998D75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec__tab.tab02 .tab02-ttl-01 .tab02-ttl-01__01 {
  font-size: 3.9vw;
  margin-right: 0.35em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-01 .tab02-ttl-01__01 {
    font-size: 1.7rem;
  }
}
.sec__tab.tab02 .tab02-ttl-01 .tab02-ttl-01__02 {
  font-size: 6.8vw;
  font-weight: 500;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-01 .tab02-ttl-01__02 {
    font-size: 3rem;
  }
}
.sec__tab.tab02 .tab02-ttl-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.666;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-02 {
    font-size: 2.9rem;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab02 .tab02-ttl-02 {
    font-size: 2.9rem;
  }
}
.sec__tab.tab02 .tab02-read {
  font-size: 4.1vw;
  text-align: center;
  line-height: 1.8125;
  margin: 1.5em 0 2em 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-read {
    font-size: 1.7rem;
  }
}
.sec__tab.tab02 .tab02-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec__tab.tab02 .tab02-fv a {
  display: block;
  width: calc(100% / 3);
  overflow: hidden;
}
.sec__tab.tab02 .tab02-fv a:hover img {
  -webkit-transform: Scale(1.1);
          transform: Scale(1.1);
}
.sec__tab.tab02 .tab02-fv a img {
  -webkit-transform: Scale(1.01);
          transform: Scale(1.01);
  -webkit-transition: 0.65s ease;
  transition: 0.65s ease;
}
.sec__tab.tab02 .layout {
  margin-top: 26.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .layout {
    margin-top: 21.5rem;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .layout.tab02-layout-01 {
    margin-top: 17.5rem;
  }
}
.sec__tab.tab02 .tab02-ttl-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #998D75;
  font-weight: normal;
}
.sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__wrap .tab02-ttl-03__01 {
  display: block;
  width: 35.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__wrap .tab02-ttl-03__01 {
    width: 16.6rem;
  }
}
.sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__wrap .tab02-ttl-03__02 {
  display: block;
  font-size: 4.7vw;
  margin-left: 0.4em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__wrap .tab02-ttl-03__02 {
    font-size: 2.2rem;
  }
}
.sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__03 {
  display: block;
  font-size: 5.2vw;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.25em;
  margin: 0.7em 0;
  letter-spacing: 0.11em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .tab02-ttl-03 .tab02-ttl-03__03 {
    font-size: 3.2rem;
    letter-spacing: 0.28em;
  }
}

@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec__tab.tab02 .photo-layout {
  margin-bottom: 12.8vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout {
    margin-bottom: 11.8rem;
  }
}
.sec__tab.tab02 .photo-layout picture {
  display: block;
  width: 100%;
}
.sec__tab.tab02 .photo-layout picture img {
  display: block;
  width: 100%;
}
.sec__tab.tab02 .photo-layout .photo-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 3.6vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.75em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout .photo-ttl {
    font-size: 1.95rem;
    line-height: 1.75;
  }
}
.sec__tab.tab02 .photo-layout .photo-ttl .img {
  display: block;
}
.sec__tab.tab02 .photo-layout .photo-ttl .img img {
  width: 100%;
}
.sec__tab.tab02 .photo-layout .photo-ttl .text {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-left: 0.75em;
  letter-spacing: 0.1em;
  color: #998D75;
}

.sec__tab.tab02 .photo-layout.nth-1 {
  display: block;
}
.sec__tab.tab02 .photo-layout.nth-1 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-1 .photo-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec__tab.tab02 .photo-layout.nth-1 .photo-ttl .img {
  width: 21.6vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-1 .photo-ttl .img {
    width: 13.1rem;
    margin-bottom: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-1 .photo-ttl .text {
  margin-left: 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-1 .photo-ttl .text {
    margin-left: 1.5rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-2 {
  width: 88%;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-2 picture {
    width: 74.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-2 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 3.1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-2 .photo-ttl {
    margin-left: 2rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-2 .photo-ttl .img {
  width: 21.7vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-2 .photo-ttl .img {
    width: 13.2rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-2 .photo-ttl .text {
  margin-left: 0;
  white-space: nowrap;
}
.sec__tab.tab02 .photo-layout.nth-3 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-3 picture {
    width: 59.7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 9.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-3 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-3 .photo-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-right: 2rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-3 .photo-ttl .img {
  width: 9.6vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-3 .photo-ttl .img {
    width: 5.8rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-3 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-4 {
  width: 88%;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-4 picture {
    width: 59.7%;
    margin-left: 9.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-4 .photo-ttl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-4 .photo-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 2rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-4 .photo-ttl .img {
  width: 28.7vw;
  margin-left: 4vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-4 .photo-ttl .img {
    margin-left: 0;
    width: 17.5rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-4 .photo-ttl .text {
  margin-left: 4vw;
  line-height: 1.55;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-4 .photo-ttl .text {
    margin-left: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-5 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-5 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    width: 69.4%;
    margin-left: 20.8%;
  }
}
.sec__tab.tab02 .photo-layout.nth-5 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-5 .photo-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.sec__tab.tab02 .photo-layout.nth-5 .photo-ttl .img {
  width: 11.9vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-5 .photo-ttl .img {
    width: 7.3rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-5 .photo-ttl .text {
  margin-left: 0;
  line-height: 1.55;
}
.sec__tab.tab02 .photo-layout.nth-6 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.sec__tab.tab02 .photo-layout.nth-6 .photo-ttl .img {
  width: 23.1vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-6 .photo-ttl .img {
    width: 14rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-6 .photo-ttl .text {
  margin-left: 0;
  line-height: 1.55;
}
.sec__tab.tab02 .photo-layout.nth-7 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-7 {
    width: 48.6%;
    margin-left: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-7 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-7 .photo-ttl {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec__tab.tab02 .photo-layout.nth-7 .photo-ttl .img {
  width: 42.9vw;
  margin-bottom: 0.5em;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-7 .photo-ttl .img {
    width: 26.2rem;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-7 .photo-ttl .text {
  margin-left: 0;
  line-height: 1.55;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-7 .photo-ttl .text {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-8 {
  width: 88%;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-8 {
    width: 48.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-8 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-8 .photo-ttl {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec__tab.tab02 .photo-layout.nth-8 .photo-ttl .img {
  width: 30.3vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-8 .photo-ttl .img {
    width: 18.4rem;
    margin-bottom: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-8 .photo-ttl .text {
  margin-left: 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-8 .photo-ttl .text {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-9 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-9 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-9 picture {
    width: 74.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-9 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-9 .photo-ttl {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    margin-left: 2rem;
    text-align: left;
  }
}
.sec__tab.tab02 .photo-layout.nth-9 .photo-ttl .img {
  width: 8.3vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-9 .photo-ttl .img {
    width: 5rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-9 .photo-ttl .text {
  line-height: 1.55;
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-10 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-10 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-10 picture {
    width: 74.7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec__tab.tab02 .photo-layout.nth-10 .photo-ttl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-10 .photo-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec__tab.tab02 .photo-layout.nth-10 .photo-ttl .img {
  width: 43.2vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-10 .photo-ttl .img {
    width: 26.3rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-10 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-11 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-11 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-11 picture {
    width: 48.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-11 .photo-ttl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-11 .photo-ttl {
    margin-top: 0;
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec__tab.tab02 .photo-layout.nth-11 .photo-ttl .img {
  width: 26vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-11 .photo-ttl .img {
    width: 15.8rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-11 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-12 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-12 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25.7%;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-12 picture {
    width: 48.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-12 .photo-ttl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-12 .photo-ttl {
    margin-top: 0;
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec__tab.tab02 .photo-layout.nth-12 .photo-ttl .img {
  width: 22.7vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-12 .photo-ttl .img {
    width: 13.8rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-12 .photo-ttl .text {
  margin-left: 0;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-12 .photo-ttl .text {
    margin-top: 0.5em;
    text-align: right;
  }
}
.sec__tab.tab02 .photo-layout.nth-13 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-13 {
    width: 80.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-13 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-13 .photo-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec__tab.tab02 .photo-layout.nth-13 .photo-ttl .img {
  width: 14.5vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-13 .photo-ttl .img {
    width: 8.8rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-13 .photo-ttl .text {
  margin-left: 0;
  line-height: 1.55;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-13 .photo-ttl .text {
    margin-left: 1.5rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-14 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec__tab.tab02 .photo-layout.nth-14 .photo-ttl .img {
  width: 13.1vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-14 .photo-ttl .img {
    width: 8rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-14 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-15 {
  width: 88%;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-15 {
    margin-left: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: calc(-11.8rem + -17.5%);
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-15 picture {
    width: 48.6%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec__tab.tab02 .photo-layout.nth-15 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-15 .photo-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec__tab.tab02 .photo-layout.nth-15 .photo-ttl .img {
  width: 21.9vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-15 .photo-ttl .img {
    width: 13.3rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-15 .photo-ttl .text {
  margin-left: 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-15 .photo-ttl .text {
    margin-top: 0.5em;
    text-align: right;
  }
}
.sec__tab.tab02 .photo-layout.nth-16 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-16 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25.7%;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-16 picture {
    width: 48.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-16 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-16 .photo-ttl {
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sec__tab.tab02 .photo-layout.nth-16 .photo-ttl .img {
  width: 9.5vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-16 .photo-ttl .img {
    width: 5.7rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-16 .photo-ttl .text {
  margin-left: 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-16 .photo-ttl .text {
    margin-left: 0;
    margin-top: 0.5em;
    text-align: left;
  }
}
.sec__tab.tab02 .photo-layout.nth-17 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-17 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-17 picture {
    width: 74.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-17 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-17 .photo-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74.7%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sec__tab.tab02 .photo-layout.nth-17 .photo-ttl .img {
  width: 21.6vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-17 .photo-ttl .img {
    width: 13.1rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec__tab.tab02 .photo-layout.nth-17 .photo-ttl .text {
  line-height: 1.55;
  margin-left: 0;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-17 .photo-ttl .text {
    margin-left: 1.5rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-18 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-18 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-18 picture {
    width: 69.4%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 9.7%;
  }
}
.sec__tab.tab02 .photo-layout.nth-18 .photo-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-18 .photo-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-right: 2rem;
  }
}
.sec__tab.tab02 .photo-layout.nth-18 .photo-ttl .img {
  width: 20.9vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-18 .photo-ttl .img {
    width: 12.8rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-18 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-19 {
  width: 88%;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-19 {
    width: 48.6%;
    margin-left: 0;
  }
}
.sec__tab.tab02 .photo-layout.nth-19 .photo-ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-19 .photo-ttl {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec__tab.tab02 .photo-layout.nth-19 .photo-ttl .img {
  width: 25.1vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-19 .photo-ttl .img {
    width: 15.3rem;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-19 .photo-ttl .text {
  margin-left: 0;
}
.sec__tab.tab02 .photo-layout.nth-20 {
  width: 88%;
  margin-left: auto;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-20 {
    width: 48.6%;
  }
}
.sec__tab.tab02 .photo-layout.nth-20 .photo-ttl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 4vw;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-20 .photo-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec__tab.tab02 .photo-layout.nth-20 .photo-ttl .img {
  width: 30.9vw;
  margin-bottom: 0.5em;
}
@media (min-width: 850px) {
  .sec__tab.tab02 .photo-layout.nth-20 .photo-ttl .img {
    width: 18.9rem;
    margin-bottom: 0;
    margin-bottom: 0.7em;
  }
}
.sec__tab.tab02 .photo-layout.nth-20 .photo-ttl .text {
  margin-left: 0;
  line-height: 1.55;
}

.sec__tab.tab03 {
  position: relative;
  width: 100%;
  padding-top: 10.8vw;
  /* padding-bottom: 18vw; */
  background-color: #FDF7F4;
  background-image: url(../images/section/green_diagonal.svg);
  background-size: 18px;
  background-position: top;
  background-repeat: repeat-x;
  /* .layout {
    margin-top: 26.7vw;
    @include media(pc) {
      margin-top: 21.5rem;
    }
    &.tab03-layout-01 {
      @include media(pc) {
        margin-top: 17.5rem;
      }
    }
  } */
}
@media (min-width: 850px) {
  .sec__tab.tab03 {
    padding-top: 79px;
    padding-bottom: 0;
    background-size: 31px;
  }
}
.sec__tab.tab03::before {
  content: "";
  display: block;
  width: 15.9vw;
  height: 13.7vw;
  background-image: url(../images/section/tab01-triangle--sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -13.7vw;
  left: 41.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab03::before {
    background-image: url(../images/section/tab01-triangle--pc.svg);
    width: 13.8rem;
    height: 9.5rem;
    top: -9.5rem;
    left: auto;
    right: calc(50% - (6.8rem / 2) - (23rem * 1) - (3% * 1) + 10rem);
  }
}
.sec__tab.tab03 .tab03-ttl-01 {
  font-family: "Heebo", sans-serif;
  text-align: center;
  margin-bottom: 0.75em;
  color: #998D75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec__tab.tab03 .tab03-ttl-01 .tab03-ttl-01__01 {
  font-size: 3.9vw;
  margin-right: 0.35em;
  color: #53796D;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-01 .tab03-ttl-01__01 {
    font-size: 1.7rem;
  }
}
.sec__tab.tab03 .tab03-ttl-01 .tab03-ttl-01__02 {
  font-size: 6.8vw;
  font-weight: 500;
  color: #53796D;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-01 .tab03-ttl-01__02 {
    font-size: 3rem;
  }
}
.sec__tab.tab03 .tab03-ttl-02 {
  text-align: center;
  line-height: 1;
  margin-bottom: 22px;
  margin-top: -8%;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-02 {
    margin-top: 0;
    margin-bottom: 44px;
  }
  .sec__tab.tab03 .tab03-ttl-02 img {
    max-width: 55%;
    max-width: 1051px;
  }
}
.sec__tab.tab03 .tab03-read {
  text-align: center;
  border: 2px solid #B49A60;
  border-radius: 15px;
  width: 744px;
  max-width: 89%;
  margin: 0 auto 30px;
  padding: 20px 15px;
  /* font-size: 4.1vw;
  text-align: center;
  line-height: 1.8125;
  margin: 1.5em 0 2em 0;
  @include media(pc) {
    font-size: 1.7rem;
  } */
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-read {
    padding: 36px 54px;
    margin: 0 auto 60px;
  }
}
.sec__tab.tab03 .tab03-read h3 {
  font-size: 20px;
  color: #53796D;
  margin-bottom: 14px;
  line-height: 1.8;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-read h3 {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 25px;
  }
}
.sec__tab.tab03 .tab03-read p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8125;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-read p {
    font-size: 18px;
  }
}
.sec__tab.tab03 .layout {
  padding-top: 12%;
  margin-bottom: 30px;
  background-size: 5%;
  background-position: top;
  background-repeat: repeat-x;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout {
    background-size: 2%;
    padding-top: 63px;
    margin-bottom: 73px;
  }
}
.sec__tab.tab03 .layout .contents_wrapper {
  /* max-width: 1210px; */
  max-width: 1266px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 560px) {
  .sec__tab.tab03 .layout .contents_wrapper {
    width: 100%;
  }
}
.sec__tab.tab03 .layout .lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 27px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead {
    margin-bottom: 55px;
  }
}
.sec__tab.tab03 .layout .lead .camera {
  max-width: 48%;
  margin-bottom: 10px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead .camera {
    max-width: 15%;
    margin-bottom: 7px;
  }
}
.sec__tab.tab03 .layout .lead h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead h3 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
.sec__tab.tab03 .layout .lead h3 + p {
  font-size: 15px;
  margin-bottom: 22px;
  line-height: 2;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead h3 + p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 60px;
  }
}
.sec__tab.tab03 .layout .lead h4 {
  margin-bottom: 25px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead h4 {
    margin-bottom: 37px;
  }
}
.sec__tab.tab03 .layout .lead h4 span {
  font-size: 13px;
  color: #fff;
  padding: 11px 10%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead h4 span {
    font-size: 18px;
    background-size: 88%;
  }
}
.sec__tab.tab03 .layout .lead h4 + p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout .lead h4 + p {
    font-size: 17px;
  }
}
.sec__tab.tab03 .layout ul.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sec__tab.tab03 .layout ul.flex li {
  list-style-type: none;
}
.sec__tab.tab03 .layout ul.flex li img {
  margin-bottom: 10px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout ul.flex li img {
    margin-bottom: 15px;
  }
}
.sec__tab.tab03 .layout ul.flex li .caption {
  font-weight: bold;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout ul.flex li .caption {
    padding: 0 11%;
  }
}
.sec__tab.tab03 .layout ul.flex li h5 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 11px;
  white-space: nowrap;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout ul.flex li h5 {
    font-size: 15px;
  }
}
.sec__tab.tab03 .layout ul.flex li p {
  font-size: 12px;
  line-height: 1.7;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .layout ul.flex li p {
    font-size: 13px;
  }
}
.sec__tab.tab03 .best_garaden {
  background-image: url(../images/section/gold_diagonal.svg), url(../images/section/sp_gold_bg_left@2x.png), url(../images/section/sp_gold_bg_right@2x.png);
  background-size: 18px, 17%, 19%;
  background-position: top, left 5vw top 12vw, right 4% top 11vw;
  background-repeat: repeat-x, no-repeat, no-repeat;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .best_garaden {
    background-size: 31px, 0, 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab03 .best_garaden .lead {
    background-image: url(../images/section/gold_bg_left.png), url(../images/section/gold_bg_right.png);
    background-repeat: no-repeat;
    background-position: left 10% top 19%, right 8% top 53%;
    background-size: 12%, 16%;
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .sec__tab.tab03 .best_garaden .lead {
    background-image: url(../images/section/gold_bg_left@2x.png), url(../images/section/gold_bg_right@2x.png);
  }
}
.sec__tab.tab03 .best_garaden h3 {
  color: #B49A60;
}
.sec__tab.tab03 .best_garaden h4 span {
  background-image: url(../images/section/gold_ribbon.svg);
}
.sec__tab.tab03 .best_garaden li {
  width: 100%;
  color: #B49A60;
}
@media (min-width: 560px) {
  .sec__tab.tab03 .best_garaden li {
    width: 45.5%;
  }
}
.sec__tab.tab03 .best_garaden li:nth-child(-n+4) {
  margin-bottom: 55px;
}
.sec__tab.tab03 .best_garaden li:hover {
  cursor: pointer;
}
.sec__tab.tab03 .best_garaden li img {
  border: 4px solid #B49A60;
}
.sec__tab.tab03 .blooming_garaden_medal {
  background-image: url(../images/section/gray_diagonal.svg), url(../images/section/sp_gray_bg_left@2x.png), url(../images/section/sp_gray_bg_right@2x.png);
  background-size: 18px, 17%, 19%;
  background-position: top, left 5vw top 12vw, right 4% top 11vw;
  background-repeat: repeat-x, no-repeat, no-repeat;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .blooming_garaden_medal {
    background-size: 31px, 0, 0;
  }
}
.sec__tab.tab03 .blooming_garaden_medal .contents_wrapper {
  width: 90%;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .blooming_garaden_medal .contents_wrapper {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab03 .blooming_garaden_medal .lead {
    background-image: url(../images/section/gray_bg_left.png), url(../images/section/gray_bg_right.png);
    background-position: left 10% top 19%, right 8% top 53%;
    background-repeat: no-repeat;
    background-size: 12%, 16%;
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .sec__tab.tab03 .blooming_garaden_medal .lead {
    background-image: url(../images/section/gray_bg_left@2x.png), url(../images/section/gray_bg_right@2x.png);
  }
}
.sec__tab.tab03 .blooming_garaden_medal h3 {
  color: #8B9CA7;
}
.sec__tab.tab03 .blooming_garaden_medal h4 span {
  background-image: url(../images/section/gray_ribbon.svg);
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_top {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_top li {
  width: 47%;
}
@media (min-width: 560px) {
  .sec__tab.tab03 .blooming_garaden_medal .p_list_top li {
    width: 32%;
  }
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_top li:nth-child(-n+6) {
  margin-bottom: 55px;
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_bottom {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_bottom li {
  width: 47%;
}
@media (min-width: 560px) {
  .sec__tab.tab03 .blooming_garaden_medal .p_list_bottom li {
    width: 24%;
  }
}
.sec__tab.tab03 .blooming_garaden_medal .p_list_bottom li:nth-child(-n+2) {
  margin-bottom: 55px;
}
.sec__tab.tab03 .blooming_garaden_medal li {
  color: #8B9CA7;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .blooming_garaden_medal li .caption {
    padding: 0 12%;
  }
}
.sec__tab.tab03 .blooming_garaden_medal li:hover {
  cursor: pointer;
}
.sec__tab.tab03 .blooming_garaden_medal li img {
  border: 4px solid #8B9CA7;
}
.sec__tab.tab03 .garaden_medal {
  background-image: url(../images/section/highbrown_diagonal.svg), url(../images/section/sp_highbrown_bg_left@2x.png), url(../images/section/sp_highbrown_bg_right@2x.png);
  background-size: 18px, 25%, 17%;
  background-position: top, left 5% top 9vw, right 4% top 15vw;
  background-repeat: repeat-x, no-repeat, no-repeat;
  margin-bottom: 50px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal {
    margin-bottom: 123px;
    background-size: 31px, 0, 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .lead {
    background-image: url(../images/section/highbrown_bg_left.png), url(../images/section/highbrown_bg_right.png);
    background-position: left 10% top 19%, right 8% top 53%;
    background-repeat: no-repeat;
    background-size: 12%, 16%;
  }
}
@media only screen and (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-device-pixel-ratio: 2), only screen and (min-width: 850px) and (min-resolution: 192dpi), only screen and (min-width: 850px) and (min-resolution: 2dppx) {
  .sec__tab.tab03 .garaden_medal .lead {
    background-image: url(../images/section/highbrown_bg_left@2x.png), url(../images/section/highbrown_bg_right@2x.png);
  }
}
.sec__tab.tab03 .garaden_medal .lead h4 span {
  background-image: url(../images/section/highbrown_ribbon.svg);
}
.sec__tab.tab03 .garaden_medal h3 {
  color: #A88C7F;
}
.sec__tab.tab03 .garaden_medal .contents_wrapper {
  /* max-width: 1210px; */
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 560px) {
  .sec__tab.tab03 .garaden_medal .contents_wrapper {
    width: 95%;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list {
  margin-bottom: 50px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list {
    margin-bottom: 125px;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list li {
  width: 28%;
  color: #A88C7F;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list li {
    width: 19%;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(4), .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(2) {
  margin-left: 13%;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(4), .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(2) {
    margin-left: inherit;
    margin-bottom: inherit;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(3), .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(1) {
  margin-right: 13%;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(3), .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(1) {
    margin-right: inherit;
    margin-bottom: inherit;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-child(-n+5) {
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-child(-n+5) {
    margin-bottom: 55px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab03 .garaden_medal .garaden_medal_list li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.sec__tab.tab03 .garaden_medal .garaden_medal_list li:hover {
  cursor: pointer;
}
.sec__tab.tab03 .enjoy {
  background: #53796D;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .enjoy {
    padding: 50px;
  }
}
.sec__tab.tab03 .enjoy::after {
  content: "";
  display: inline-block;
  width: 35%;
  height: 19%;
  background-image: url(../images/section/green_sankaku.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 109%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .sec__tab.tab03 .enjoy::after {
    width: 20%;
    height: 20%;
  }
}
.sec__tab.tab03 .enjoy p {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .enjoy p {
    font-size: 18px;
  }
}
.sec__tab.tab03 .tab03-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec__tab.tab03 .tab03-fv a {
  display: block;
  width: calc(100% / 3);
  overflow: hidden;
}
.sec__tab.tab03 .tab03-fv a:hover img {
  -webkit-transform: Scale(1.1);
          transform: Scale(1.1);
}
.sec__tab.tab03 .tab03-fv a img {
  -webkit-transform: Scale(1.01);
          transform: Scale(1.01);
  -webkit-transition: 0.65s ease;
  transition: 0.65s ease;
}
.sec__tab.tab03 .tab03-ttl-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #998D75;
  font-weight: normal;
}
.sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__wrap .tab03-ttl-03__01 {
  display: block;
  width: 35.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__wrap .tab03-ttl-03__01 {
    width: 16.6rem;
  }
}
.sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__wrap .tab03-ttl-03__02 {
  display: block;
  font-size: 4.7vw;
  margin-left: 0.4em;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__wrap .tab03-ttl-03__02 {
    font-size: 2.2rem;
  }
}
.sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__03 {
  display: block;
  font-size: 5.2vw;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.25em;
  margin: 0.7em 0;
  letter-spacing: 0.11em;
}
@media (min-width: 850px) {
  .sec__tab.tab03 .tab03-ttl-03 .tab03-ttl-03__03 {
    font-size: 3.2rem;
    letter-spacing: 0.28em;
  }
}

.faq_list .inner_wrapper {
  max-width: calc(880px + (5.5% * 2));
}
.faq_list .accordion-container li {
  list-style: none;
}
.faq_list .accordion-container #qa01 {
  border-top: 1px solid #53796D;
  border-bottom: 1px solid #53796D;
}
.faq_list .accordion-title {
  font-size: 23px;
  color: #53796D;
  margin: 0;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 850px) {
  .faq_list .accordion-title {
    font-size: 34px;
    padding: 49px 0;
  }
}
.faq_list .accordion-title .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq_list .accordion-title .catch:before, .faq_list .accordion-title .catch:after {
  border-top: 1px solid #53796D;
  content: "";
  width: 35px;
}
@media (min-width: 850px) {
  .faq_list .accordion-title .catch:before, .faq_list .accordion-title .catch:after {
    width: 50px;
  }
}
.faq_list .accordion-title .catch:before {
  margin-right: 1em;
  /* 文字の右隣 */
}
.faq_list .accordion-title .catch:after {
  margin-left: 1em;
  /* 文字の左隣 */
}
.faq_list .accordion-title.open {
  border-bottom: none;
}
.faq_list .accordion-title + .accordion-content h5 {
  color: #53796D;
  font-size: 21px;
  margin-bottom: 17px;
  font-weight: normal;
}
@media (min-width: 850px) {
  .faq_list .accordion-title + .accordion-content h5 {
    font-size: 32px;
    margin-bottom: 27px;
  }
}
.faq_list .accordion-title + .accordion-content p {
  font-size: 12px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 850px) {
  .faq_list .accordion-title + .accordion-content p {
    font-size: 20px;
  }
}
.faq_list .accordion-title + .accordion-content p + span {
  color: #D14322;
  font-size: 12px;
}
@media (min-width: 850px) {
  .faq_list .accordion-title + .accordion-content p + span {
    font-size: 20px;
  }
}
.faq_list .accordion-title + .accordion-content p a {
  text-decoration: underline;
  color: #0066c0;
}
.faq_list .accordion-title + .accordion-content .answer {
  padding: 13px 0;
  border-top: 1px solid #53796D;
}
@media (min-width: 850px) {
  .faq_list .accordion-title + .accordion-content .answer {
    padding: 28px 0;
  }
}
.faq_list .accordion-title + .accordion-content .answer li {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 850px) {
  .faq_list .accordion-title + .accordion-content .answer li {
    font-size: 15px;
  }
}
.faq_list .accordion-title + .accordion-content .answer li a {
  color: #000;
}
.faq_list .accordion-title + .accordion-content .answer li::before {
  content: "・";
}
.faq_list .accordion-title span.acobtn_out {
  position: absolute;
  top: 50%;
  right: 4%;
  /* width: 30px; */
  height: 30px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .faq_list .accordion-title span.acobtn_out {
    right: 1%;
  }
}
.faq_list .accordion-title span.acobtn_inner {
  position: relative;
  /* width: 20px; */
  height: 28px;
  display: block;
}
.faq_list .accordion-title span.acobtn_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
  background: #53796D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 850px) {
  .faq_list .accordion-title span.acobtn_inner::before {
    width: 25px;
  }
}
.faq_list .accordion-title span.acobtn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #53796D;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 850px) {
  .faq_list .accordion-title span.acobtn_inner::after {
    width: 25px;
  }
}
.faq_list .accordion-title.open span.acobtn_inner:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 8%;
  top: 47%;
  background: #53796D;
}
.faq_list .accordion-title.open span.acobtn_inner:before {
  opacity: 0;
}
.faq_list .accordion-content {
  display: none;
}

.blooming_insta {
  border-top: 3px solid #003B87;
  border-bottom: 3px solid #003B87;
  margin-top: 60px;
  padding: 18px 0;
  background: #fff;
}
@media (min-width: 850px) {
  .blooming_insta {
    border-top: 8px solid #003B87;
    border-bottom: 8px solid #003B87;
    margin-top: 120px;
    padding: 30px 0;
  }
}
.blooming_insta .contents_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .blooming_insta .contents_wrapper {
    width: 100%;
  }
}
.blooming_insta .contents_wrapper ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 809px;
  width: 100%;
  margin: 0 auto;
}
.blooming_insta .contents_wrapper ul li {
  list-style: none;
  width: 24%;
}
@media (min-width: 850px) {
  .blooming_insta .contents_wrapper ul li {
    width: 23%;
  }
}
.blooming_insta .contents_wrapper .insta_link {
  margin: 20px 0;
  text-align: center;
  color: #003B87;
}
@media (min-width: 850px) {
  .blooming_insta .contents_wrapper .insta_link {
    margin: 38px 0;
  }
}
.blooming_insta .contents_wrapper .insta_link a {
  color: #003B87;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: 16%;
  position: relative;
}
@media (min-width: 850px) {
  .blooming_insta .contents_wrapper .insta_link a {
    font-size: 22px;
    margin-left: 8%;
    margin-bottom: 30px;
  }
}
.blooming_insta .contents_wrapper .insta_link a::before {
  content: "";
  display: inline-block;
  width: 20%;
  height: 80%;
  background-image: url(../images/section/insta_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -11%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.blooming_insta .contents_wrapper .insta_link span {
  border-bottom: 1px solid #003B87;
  padding-bottom: 3px;
}
.blooming_insta .contents_wrapper p {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 850px) {
  .blooming_insta .contents_wrapper p {
    font-size: 17px;
    line-height: 1;
  }
}

.modal.tab-3-modal .modal__bg {
  background: rgba(255, 255, 255, 0.75);
}
.modal.tab-3-modal .modal-close-btn {
  width: 20px;
  height: 20px;
  top: 7%;
  right: 0.9rem;
  background: url(../images/section/tab3_m_close.svg);
  position: fixed;
  background-size: 75%;
  background-repeat: no-repeat;
}
@media (min-width: 850px) {
  .modal.tab-3-modal .modal-close-btn {
    width: 30px;
    height: 30px;
    top: 0.2rem;
    background-size: 100%;
  }
}
.modal.tab-3-modal .modal__content {
  width: 100%;
  max-width: 60vh;
  padding: 6.6rem 15px 2.9rem;
  max-width: 108rem;
  overflow: inherit;
  background: none;
}
@media (min-width: 850px) {
  .modal.tab-3-modal .modal__content {
    width: 92%;
    max-width: 60vh;
    padding: 5.6rem 0 10.9rem;
  }
}
@media (min-width: 1300px) {
  .modal.tab-3-modal .modal__content {
    max-width: 45vh;
  }
}
.modal.tab-3-modal .modal__content .inner {
  width: 100%;
}
.modal.tab-3-modal .modal__content .inner img {
  margin-bottom: 10px;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 850px) {
  .modal.tab-3-modal .modal__content .inner img {
    margin-bottom: 25px;
  }
}
.modal.tab-3-modal .modal__content .m_text {
  text-align: center;
  padding: 0 9%;
}
.modal.tab-3-modal .modal__content .m_text p {
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 850px) {
  .modal.tab-3-modal .modal__content .m_text p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.modal.tab-3-modal .modal__content .m_text span {
  text-align: left;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 850px) {
  .modal.tab-3-modal .modal__content .m_text span {
    font-size: 20px;
  }
}

.sec__tab.tab04 {
  position: relative;
  width: 100%;
  padding-top: 10.8vw;
  background-color: #F5F8F7;
  background-size: 18px;
  background-position: top;
  background-repeat: repeat-x;
}
@media (min-width: 850px) {
  .sec__tab.tab04 {
    padding-top: 79px;
    padding-bottom: 0;
    background-size: 31px;
  }
}
.sec__tab.tab04::before {
  content: "";
  display: block;
  width: 15.9vw;
  height: 13.7vw;
  background-image: url(../images/section/tab04-triangle--sp.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -13.7vw;
  left: 41.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab04::before {
    background-image: url(../images/section/tab04-triangle--pc.svg);
    width: 13.8rem;
    height: 10.5rem;
    top: -9.2rem;
    left: auto;
    right: calc(50% - (6.8rem / 2) - (21.6rem * 2) - (3% * 3) + 10rem);
  }
}
.sec__tab.tab04 .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.sec__tab.tab04 li {
  list-style-type: none;
}
.sec__tab.tab04 .tab04-ttl-01 {
  font-family: "Heebo", sans-serif;
  text-align: center;
  margin-bottom: 0.75em;
  color: #5CCACE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec__tab.tab04 .tab04-ttl-01 .tab04-ttl-01__01 {
  /* font-size: 3.9vw;*/
  font-size: calc(29/750*100vw);
  margin-right: 0.35em;
  color: #5CCACE;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-ttl-01 .tab04-ttl-01__01 {
    font-size: 1.7rem;
  }
}
.sec__tab.tab04 .tab04-ttl-01 .tab04-ttl-01__02 {
  /* font-size: 6.8vw; */
  font-size: calc(51/750*100vw);
  font-weight: 500;
  color: #5CCACE;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-ttl-01 .tab04-ttl-01__02 {
    font-size: 3rem;
  }
}
.sec__tab.tab04 .tab04-ttl-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.666;
  letter-spacing: -0.04em;
}
@media (min-width: 560px) {
  .sec__tab.tab04 .tab04-ttl-02 {
    font-size: 2.9rem;
  }
}
.sec__tab.tab04 .tab04-read {
  font-size: 4.1vw;
  text-align: center;
  line-height: 1.8125;
  margin: calc(27/750*100vw) 0 calc(115/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 560px) {
  .sec__tab.tab04 .tab04-read {
    font-size: calc(32/750*100vw);
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-read {
    margin: 1.5em 0 3em;
    padding: 0 5rem;
    font-size: 20px;
  }
}
.sec__tab.tab04 .tab04-layout-01 {
  width: 92%;
  margin: 0 auto calc(216/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 {
    width: 94%;
    margin: 0 auto 332px;
  }
}
.sec__tab.tab04 .tab04-layout-01 p.pc-none {
  font-size: calc(36/750*100vw);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.4;
  margin-bottom: calc(41/750*100vw);
}
.sec__tab.tab04 .tab04-layout-01 .profile {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: calc(112/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .profile {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 54%;
    margin: 0 auto 49px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .profile .left {
    margin-right: 45px;
    min-width: 201px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .profile .right {
    width: 70%;
  }
}
.sec__tab.tab04 .tab04-layout-01 .profile img {
  max-width: 47%;
  display: block;
  margin: 0 auto calc(47/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .profile img {
    max-width: 100%;
    width: 100%;
    margin: inherit;
  }
}
.sec__tab.tab04 .tab04-layout-01 .profile p {
  font-size: calc(32/750*100vw);
  line-height: 1.75;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .profile p {
    line-height: inherit;
    line-height: 1.8;
    font-size: 16px;
  }
}
.sec__tab.tab04 .tab04-layout-01 .profile p.pc-only {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 10px;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list {
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li {
  width: 48.5%;
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li:nth-child(-n+2) {
  margin-bottom: 2.5vw;
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li:nth-child(-n+2) {
    margin-bottom: 1.2vw;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li {
    width: 49.3%;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li a {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li a {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .left, .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right {
    width: 50%;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li .right {
  background: #839B94;
  color: #fff;
  text-align: center;
  padding: calc(22/750*100vw) 5px calc(27/750*100vw);
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right {
    padding: 2vw 50px 0 29px;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right {
    padding: 43px 50px 0 29px;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span {
  font-size: calc(26/750*100vw);
  margin-bottom: 18px;
  display: block;
  letter-spacing: -0.04em;
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span {
    font-size: 1.3vw;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span {
    font-size: 20px;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span .pc-only {
  display: none;
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span .pc-only {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right span .pc-none {
    display: none;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li .right p {
  font-size: 1.1vw;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 17px;
  letter-spacing: -0.04em;
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right p {
    font-size: 18px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right p.pc-only {
    display: none;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right p.pc-only {
    display: block;
  }
}
.sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 {
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 {
    white-space: nowrap;
  }
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 br {
    display: none;
  }
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 {
    font-size: 2vw;
    text-align: left;
  }
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 br {
    display: block;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li .right h3 {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li:nth-child(2) p {
    margin-bottom: 2px;
  }
}
@media (min-width: 1100px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li:nth-child(2) h3 {
    line-height: 1.2;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .tab04-layout-01 .gardening_list li:nth-child(2) h3 {
    line-height: 1.6;
  }
}
.sec__tab.tab04 .ttl_lead {
  text-align: center;
}
.sec__tab.tab04 .ttl_lead h2, .sec__tab.tab04 .ttl_lead p {
  font-family: "Noto Serif JP", serif;
}
.sec__tab.tab04 .ttl_lead h2 {
  font-size: calc(42/750*100vw);
  letter-spacing: 0.11em;
  margin-bottom: calc(28/750*100vw);
  font-weight: normal;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .ttl_lead h2 {
    font-size: 32px;
    margin-bottom: 27px;
    letter-spacing: 0.28em;
  }
}
.sec__tab.tab04 .ttl_lead span {
  font-size: calc(35/750*100vw);
  margin-bottom: calc(28/750*100vw);
  display: block;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .ttl_lead span {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
.sec__tab.tab04 .ttl_lead .pc-only {
  display: none;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .ttl_lead .pc-only {
    display: block;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .ttl_lead .pc-none {
    display: none;
  }
}
.sec__tab.tab04 .ttl_lead p {
  font-size: calc(34/750*100vw);
  margin-bottom: calc(28/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .ttl_lead p {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
.sec__tab.tab04 .tab04-layout-02 {
  margin-bottom: calc(167/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 {
    margin-bottom: 100px;
  }
}
.sec__tab.tab04 .tab04-layout-02 .flame {
  position: relative;
  margin-bottom: 32%;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 .flame {
    margin-bottom: 50px;
  }
}
.sec__tab.tab04 .tab04-layout-02 .flame .start {
  position: absolute;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  top: 84%;
  right: 3%;
  width: 77%;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 .flame .start {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -63%;
    right: -9%;
    width: 58%;
  }
}
.sec__tab.tab04 .tab04-layout-02 .flame .start img {
  width: 50%;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 .flame .start img {
    width: 28%;
  }
}
.sec__tab.tab04 .tab04-layout-02 .flame .start p {
  text-align: center;
  font-size: calc(32/750*100vw);
  color: #53796D;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 15%;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 .flame .start p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
  }
}
.sec__tab.tab04 .tab04-layout-02 .flame + p {
  text-align: center;
  font-size: calc(32/750*100vw);
  line-height: calc(58/32);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-02 .flame + p {
    font-size: 17px;
    line-height: 2.1;
  }
}
.sec__tab.tab04 .tab04-layout-03 {
  margin-bottom: calc(293/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 {
    margin-bottom: 228px;
  }
}
.sec__tab.tab04 .tab04-layout-03 .contents_wrapper {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .contents_wrapper {
    width: 80.5%;
  }
}
.sec__tab.tab04 .tab04-layout-03 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: calc(36/750*100vw);
  text-align: center;
  margin-bottom: calc(49/750*100vw);
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 h3 {
    font-size: 28px;
    margin-bottom: 39px;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(113/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list {
    margin-bottom: 83px;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li {
  width: 47%;
  position: relative;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li {
    width: 23.4%;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(1)::after, .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(3)::after {
  content: "";
  display: inline-block;
  width: 5%;
  height: 10%;
  background-image: url(../images/section/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 107%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(1)::after, .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(3)::after {
    top: calc(50% - 31px);
    left: 102%;
    -webkit-transform: none;
            transform: none;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(2)::after {
  display: none;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(2)::after {
    display: inline-block;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(-n+2) {
  margin-bottom: calc(67/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li h4 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: calc(10/750*100vw);
  font-size: calc(34/750*100vw);
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li h4 {
    font-size: 22px;
    margin-bottom: 9px;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li img {
  margin-bottom: calc(19/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li img {
    margin-bottom: 16px;
  }
}
.sec__tab.tab04 .tab04-layout-03 .step_list li p {
  line-height: 1.6;
  font-size: calc(26/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .step_list li p {
    font-size: 16px;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .use {
    width: 80.5%;
    display: block;
    margin: 0 auto;
  }
}
.sec__tab.tab04 .tab04-layout-03 .flower_list li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: #000;
  border-radius: 50%;
  margin-right: 1px;
}
.sec__tab.tab04 .tab04-layout-03 .advice img {
  margin: 0 auto calc(60/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .advice img {
    margin: 0 auto;
  }
}
.sec__tab.tab04 .tab04-layout-03 .advice + p {
  font-size: calc(24/750*100vw);
  line-height: calc(58/32);
  margin-bottom: calc(55/750*100vw);
  letter-spacing: -0.06em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-03 .advice + p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.sec__tab.tab04 .use_flower {
  margin: calc(71/750*100vw) 0 calc(14/750*100vw);
  font-size: calc(24/750*100vw);
  letter-spacing: -0.06em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .use_flower {
    font-size: 16px;
    margin: 48px 0 12px;
  }
}
.sec__tab.tab04 .flower_list {
  font-size: calc(24/750*100vw);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .flower_list {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1300px) {
  .sec__tab.tab04 .flower_list {
    white-space: nowrap;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}
.sec__tab.tab04 .flower_list li {
  line-height: 1.6;
  letter-spacing: -0.06em;
  margin-right: calc(18/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .flower_list li {
    margin-right: 17px;
  }
}
.sec__tab.tab04 .flower_list li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: #000;
  border-radius: 50%;
  margin-right: 1px;
}
.sec__tab.tab04 .notes {
  font-size: calc(24/750*100vw);
  line-height: 1.6;
  letter-spacing: -0.06em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .notes {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.sec__tab.tab04 .advice {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 865px;
    margin: 0 auto 102px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice .left {
    margin-right: 27px;
    min-width: 210px;
  }
}
.sec__tab.tab04 .advice h5 {
  color: #53796D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: calc(32/750*100vw);
  margin-bottom: calc(17/750*100vw);
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.sec__tab.tab04 .advice p {
  position: relative;
  margin-bottom: calc(65/750*100vw);
  background: #839B94;
  border-radius: 9px;
  color: #fff;
  font-size: calc(28/750*100vw);
  font-weight: bold;
  line-height: 1.8;
  padding: calc(39/750*100vw) calc(34/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice p {
    font-size: 16px;
    padding: 36px;
    margin-bottom: 0;
  }
}
.sec__tab.tab04 .advice p::after {
  content: "";
  display: inline-block;
  width: calc(52/750*100vw);
  height: calc(45/750*100vw);
  background-image: url(../images/section/sp_speech.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 107%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice p::after {
    width: 24px;
    height: 43px;
    top: 57%;
    left: -1.1%;
    background-image: url(../images/section/pc_speech_left.svg);
  }
}
.sec__tab.tab04 .advice img {
  width: 47%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .advice img {
    width: 100%;
    margin: 0;
  }
}
.sec__tab.tab04 .tab04-layout-04 {
  margin-bottom: calc(320/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 {
    margin-bottom: 90px;
  }
}
.sec__tab.tab04 .tab04-layout-04 picture + p {
  text-align: center;
  font-size: calc(32/750*100vw);
  line-height: calc(58/32);
  margin: calc(73/750*100vw) 0 calc(102/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 picture + p {
    font-size: 16px;
    line-height: 2.1;
    margin: 50px 0 103px;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80.5%;
    margin: 0 auto;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .left {
  margin-bottom: calc(83/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex .left {
    width: 64.5%;
    margin-right: 44px;
    margin-bottom: 0;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex h4 {
  color: #53796D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: calc(32/750*100vw);
  margin-bottom: calc(17/750*100vw);
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex h4 {
    white-space: nowrap;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex p {
  position: relative;
  margin-bottom: calc(65/750*100vw);
  background: #839B94;
  border-radius: 9px;
  color: #fff;
  font-size: calc(28/750*100vw);
  font-weight: bold;
  line-height: 1.8;
  padding: calc(39/750*100vw) calc(34/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex p {
    font-size: 16px;
    padding: 22px 20px;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex p::after {
  content: "";
  display: inline-block;
  width: calc(52/750*100vw);
  height: calc(45/750*100vw);
  background-image: url(../images/section/sp_speech.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 107%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex p::after {
    background-image: url(../images/section/pc_speech_top.svg);
    top: -6%;
    width: 24px;
    height: 45px;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right {
    width: 34.5%;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex h4 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex img {
  width: 47%;
  display: block;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 14px;
  }
}
.sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-04 .layout-04-flex .right .flex p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sec__tab.tab04 .tab04-layout-05 {
  margin-bottom: calc(320/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-05 {
    margin-bottom: 207px;
  }
}
.sec__tab.tab04 .tab04-layout-05 picture + p {
  text-align: center;
  font-size: calc(32/750*100vw);
  line-height: calc(58/32);
  margin: calc(73/750*100vw) 0 calc(102/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-05 picture + p {
    font-size: 17px;
    margin: 50px 0 70px;
    line-height: 2.1;
  }
}
@media (min-width: 1200px) {
  .sec__tab.tab04 .tab04-layout-05 picture + p + img {
    width: 80.5%;
    display: block;
    margin: 0 auto;
  }
}
.sec__tab.tab04 .tab04-layout-05 .advice {
  width: 92%;
  margin: calc(105/750*100vw) auto 0;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-05 .advice {
    width: 53.3%;
    margin: 73px auto 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-05 .advice .left {
    width: 50%;
  }
}
.sec__tab.tab04 .tab04-layout-05 .advice img {
  margin: 0 auto;
}
.sec__tab.tab04 .tab04-layout-06 {
  margin-bottom: calc(216/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-06 {
    margin-bottom: 70px;
  }
}
.sec__tab.tab04 .tab04-layout-06 picture + p {
  text-align: center;
  font-size: calc(32/750*100vw);
  line-height: calc(58/32);
  margin: calc(73/750*100vw) 0 calc(102/750*100vw);
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-06 picture + p {
    font-size: 17px;
    margin: 50px 0 0;
    line-height: 2.1;
  }
}
.sec__tab.tab04 .tab04-layout-07 {
  margin-bottom: calc(218/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 {
    margin-bottom: 148px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .contents_wrapper {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .contents_wrapper {
    width: 80.5%;
  }
}
.sec__tab.tab04 .tab04-layout-07 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: calc(36/750*100vw);
  text-align: center;
  margin-bottom: calc(49/750*100vw);
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 h3 {
    font-size: 28px;
    margin-bottom: 43px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(113/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list {
    margin-bottom: 83px;
  }
  .sec__tab.tab04 .tab04-layout-07 .step_list::after {
    content: "";
    display: block;
    width: 23.4%;
    height: 0;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li {
  width: 47%;
  position: relative;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li {
    width: 23.4%;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(1)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(3)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(5)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(6)::after {
  content: "";
  display: inline-block;
  width: 5%;
  height: 10%;
  background-image: url(../images/section/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 37%;
  left: 107%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(1)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(3)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(5)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(6)::after {
    top: 32%;
    left: 102%;
    -webkit-transform: none;
            transform: none;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(5)::after {
  top: 42%;
}
.sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(6)::after {
  display: none;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(2)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(6)::after {
    display: inline-block;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(5)::after, .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(6)::after {
    top: 40%;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(-n+6) {
  margin-bottom: calc(67/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(-n+6) {
    margin-bottom: 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li:nth-child(-n+4) {
    margin-bottom: 54px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li h4 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: calc(10/750*100vw);
  font-size: calc(34/750*100vw);
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li h4 {
    font-size: 22px;
    margin-bottom: 9px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li img {
  margin-bottom: calc(19/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li img {
    margin-bottom: 16px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .step_list li p {
  line-height: 1.6;
  font-size: calc(26/750*100vw);
  letter-spacing: -0.06em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .step_list li p {
    font-size: 16px;
  }
}
.sec__tab.tab04 .tab04-layout-07 .flower_list li:last-child {
  margin-left: 0;
}
.sec__tab.tab04 .tab04-layout-07 .flower_list li:last-child::before {
  content: none;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .use_flower {
    margin: 86px 0 12px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .advice {
    width: 74.5%;
    margin: 90px auto 0;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-07 .advice .left {
    width: 45%;
  }
}
.sec__tab.tab04 .tab04-layout-08 {
  padding-bottom: calc(159/750*100vw);
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-08 {
    padding-bottom: 119px;
  }
}
.sec__tab.tab04 .tab04-layout-08 h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: calc(36/750*100vw);
  margin-bottom: calc(47/750*100vw);
  font-weight: normal;
  letter-spacing: -0.06em;
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-08 h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
  }
}
@media (min-width: 850px) {
  .sec__tab.tab04 .tab04-layout-08 img {
    max-width: 1160px;
    display: block;
    margin: 0 auto;
  }
}

.sec__tab.tab01 .photo {
  background: #003B87;
  padding-top: 12.8vw;
  padding-bottom: 19.7vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo {
    padding-top: 6.4rem;
    padding-bottom: 10.5rem;
  }
}
.sec__tab.tab01 .photo .inner-layout {
  width: 92%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo .inner-layout {
    width: 83.3%;
  }
}
.sec__tab.tab01 .photo h2 {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 8vw;
  text-align: center;
  color: #FFF;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo h2 {
    font-size: 3.2rem;
  }
}
.sec__tab.tab01 .photo p {
  font-size: 4.3vw;
  text-align: center;
  color: #FFF;
  line-height: 1.812;
  margin-top: 0.5em;
  margin-bottom: 2.1em;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo p {
    line-height: 1;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.sec__tab.tab01 .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo ul {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec__tab.tab01 .photo ul li {
  list-style-type: none;
  width: 48.6%;
  margin-bottom: 2vw;
}
@media (min-width: 850px) {
  .sec__tab.tab01 .photo ul li {
    margin-bottom: 4px;
    width: calc(33.333% - (8px / 3));
  }
}
.sec__tab.tab01 .photo ul li img {
  display: block;
  width: 100%;
}

.search {
  padding-bottom: 17.3vw;
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 850px) {
  .search {
    padding-top: 9.9rem;
    padding-bottom: 18.6rem;
  }
}
.search ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .search ul {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.search ul li {
  list-style: none;
}
.search ul li + li {
  margin-top: 29px;
}
@media (min-width: 850px) {
  .search ul li + li {
    margin-left: 32px;
    margin-top: 0;
  }
}
.search a:hover {
  opacity: 0.7;
}

.back-to-top {
  position: fixed;
  bottom: 3.6vw;
  right: 3.6vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(6.6rem * 0.7);
  opacity: 0;
  z-index: 3;
}
@media (min-width: 850px) {
  .back-to-top {
    width: calc(6.6rem * 1);
  }
}
.back-to-top.fixed {
  opacity: 1;
}
.back-to-top a {
  display: block;
  width: 100%;
}
.back-to-top a img {
  display: block;
  width: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal .modal__content {
  background: #fff;
  left: 50%;
  padding: 30.1vw 0 22vw 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  max-width: 92rem;
  max-height: calc(100% - 10vw);
  overflow: scroll;
}
@media (min-width: 850px) {
  .modal .modal__content {
    max-height: calc(100% - 6vw);
    padding-bottom: 10.9rem;
    padding-top: 5.6rem;
  }
}
.modal .modal__content .inner {
  width: 87.8%;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .modal .modal__content .inner {
    width: 48.7%;
  }
}
.modal .modal__content .inner .ttl-logo {
  width: 40.3%;
  margin: 0 auto;
  margin-top: calc(-30.1vw + 1.1vw);
}
@media (min-width: 850px) {
  .modal .modal__content .inner .ttl-logo {
    margin-left: 0;
    width: 21.8rem;
    margin-top: 0;
    position: absolute;
    left: 1.9%;
    top: 0;
  }
}
.modal .modal__content .inner .ttl01 {
  text-align: center;
  margin: 2.5vw 0;
  color: #B70D07;
  font-size: 5.1vw;
  letter-spacing: -0.04em;
  text-indent: 0.04em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .ttl01 {
    margin: 0 0 0.9rem 0;
    font-size: 2.2rem;
  }
}
.modal .modal__content .inner .text01 {
  font-size: 3.7vw;
  letter-spacing: -0.04em;
  text-align: center;
  text-indent: 0.04em;
  margin-bottom: 4vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .text01 {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
}
.modal .modal__content .inner .kv {
  margin-bottom: 5vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .kv {
    margin-bottom: 2.4rem;
  }
}
.modal .modal__content .inner .kv img {
  width: 100%;
}
.modal .modal__content .inner .ttl02 {
  font-family: "Heebo", sans-serif;
  color: #B70D07;
  font-size: 4.5vw;
  margin-bottom: 4vw;
  text-align: center;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .ttl02 {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
}
.modal .modal__content .inner .text02 {
  font-size: 4.3vw;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .text02 {
    font-size: 1.6rem;
  }
}
.modal .modal__content .inner .ttl03 {
  margin-top: 9.6vw;
  font-size: 4.5vw;
  color: #B70D07;
  margin-bottom: 4vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .ttl03 {
    margin-top: 3.3rem;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
.modal .modal__content .inner .recipe-list {
  margin-bottom: 15.1vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list {
    margin-bottom: 5rem;
  }
}
.modal .modal__content .inner .recipe-list li {
  list-style-type: none;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal__content .inner .recipe-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 3.7vw;
  margin-bottom: 0.65em;
  width: 100%;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list li dl {
    height: 1.6rem;
  }
}
.modal .modal__content .inner .recipe-list li dl:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: calc(3.7vw / 2);
  left: 0;
  z-index: 1;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list li dl:after {
    top: calc(1.6rem / 2);
  }
}
.modal .modal__content .inner .recipe-list li dl dt {
  font-size: 3.7vw;
  letter-spacing: -0.04em;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-right: 0.3em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list li dl dt {
    font-size: 1.6rem;
  }
}
.modal .modal__content .inner .recipe-list li dl dd {
  font-size: 3.7vw;
  letter-spacing: -0.04em;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-left: 0.3em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list li dl dd {
    font-size: 1.6rem;
  }
}
.modal .modal__content .inner .recipe-list li span {
  font-size: 3.7vw;
  display: block;
  margin-bottom: 0.65em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-list li span {
    font-size: 1.6rem;
  }
}
.modal .modal__content .inner .recipe-make {
  margin-bottom: 2.3vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make {
    margin-bottom: 0;
  }
}
.modal .modal__content .inner .recipe-make li {
  list-style-type: none;
  margin-bottom: 9.3vw;
  border: solid 1px #707070;
  padding: 2vw 2vw 2vw 3.1vw;
  min-height: 30vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li {
    margin-bottom: 2.7rem;
    padding: 1.1rem 1.2rem 1.1rem 1.5rem;
    min-height: auto;
    height: 18.2rem;
  }
}
.modal .modal__content .inner .recipe-make li .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal__content .inner .recipe-make li .layout .left {
  width: 48%;
  position: relative;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .left {
    width: calc(48% - 10px);
  }
}
.modal .modal__content .inner .recipe-make li .layout .left h4 {
  font-family: "Heebo", sans-serif;
  font-size: 3.6vw;
  color: #B70D07;
  position: absolute;
  top: 1.25vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .left h4 {
    font-size: 1.6rem;
    top: 0.5rem;
  }
}
.modal .modal__content .inner .recipe-make li .layout .left h4 span {
  font-size: 8.1vw;
  margin-left: 2.2vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .left h4 span {
    font-size: 3.3rem;
    margin-left: 0.4rem;
  }
}
.modal .modal__content .inner .recipe-make li .layout .left p {
  font-size: 3.7vw;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .left p {
    font-size: 1.5rem;
    line-height: 1.625;
    letter-spacing: -0.02em;
  }
}
.modal .modal__content .inner .recipe-make li .layout .left h4 + p {
  padding-top: calc(8.1vw + 2.9vw);
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .left h4 + p {
    padding-top: 3.3rem;
  }
}
.modal .modal__content .inner .recipe-make li .layout .right {
  width: 49.1%;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .right {
    width: 22rem;
  }
}
.modal .modal__content .inner .recipe-make li .layout .right img {
  width: 100%;
  display: block;
}
.modal .modal__content .inner .recipe-make li .layout .right img.position {
  position: relative;
  top: calc(8.1vw + 2.9vw + (((3.7vw * 1.5) - 3.7vw) / 2) );
  left: 0;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .layout .right img.position {
    top: 0;
  }
}
.modal .modal__content .inner .recipe-make li .text {
  position: relative;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal .modal__content .inner .recipe-make li .text h4 {
  font-family: "Heebo", sans-serif;
  font-size: 3.6vw;
  color: #B70D07;
  position: absolute;
  top: 1.25vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .text h4 {
    font-size: 1.6rem;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.modal .modal__content .inner .recipe-make li .text h4 span {
  font-size: 8.1vw;
  margin-left: 2.2vw;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .text h4 span {
    font-size: 3.3rem;
    margin-left: 0.4rem;
  }
}
.modal .modal__content .inner .recipe-make li .text p {
  font-size: 3.7vw;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .text p {
    font-size: 1.6rem;
    line-height: 1.625;
    width: 100%;
  }
}
.modal .modal__content .inner .recipe-make li .text h4 + p {
  padding-top: calc(8.1vw + 2.9vw);
}
@media (min-width: 850px) {
  .modal .modal__content .inner .recipe-make li .text h4 + p {
    padding-top: 0.5rem;
  }
}
.modal .modal-close-btn {
  width: calc(11.2rem * 0.5);
  height: calc(11.2rem * 0.5);
  background: url(../images/section/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .modal .modal-close-btn {
    position: fixed;
    top: 5.2rem;
    right: 5.9rem;
    width: calc(6.9rem * 1);
    height: calc(6.9rem * 1);
  }
}
/*# sourceMappingURL=style.css.map */