@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(44 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #F7F3EC !important;
}
.adlp-wrapper .text__accent {
  color: #FF7A00 !important;
}
.adlp-wrapper .text__green {
  color: #088955 !important;
}
.adlp-wrapper .text__lightgreen {
  color: #E6F5F0 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #F7F3EC !important;
}
.adlp-wrapper .bg__accent {
  background: #FF7A00 !important;
}
.adlp-wrapper .bg__green {
  background: #088955 !important;
}
.adlp-wrapper .bg__lightgreen {
  background: #E6F5F0 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #F7F3EC;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #FF7A00;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__green {
  border-top: 1px solid #088955;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__lightgreen {
  border-top: 1px solid #E6F5F0;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #F7F3EC 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #FF7A00 60%);
}
.adlp-wrapper .marker__green {
  background: linear-gradient(transparent 60%, #088955 60%);
}
.adlp-wrapper .marker__lightgreen {
  background: linear-gradient(transparent 60%, #E6F5F0 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #F7F3EC;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #FF7A00;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__green {
  border-bottom: 1px solid #088955;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__lightgreen {
  border-bottom: 1px solid #E6F5F0;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad70 {
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad70 {
    padding-top: calc(70 / 750 * 100vw) !important;
    padding-bottom: calc(70 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad80 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad80 {
    padding-top: calc(80 / 750 * 100vw) !important;
    padding-bottom: calc(80 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad90 {
  padding: min(calc(90 / 1080 * 100vw), 90px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad90 {
    padding-top: calc(90 / 750 * 100vw) !important;
    padding-bottom: calc(90 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.adlp-wrapper .mt70 {
  margin-top: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt70 {
    margin-top: calc(70 / 750 * 100vw);
  }
}
.adlp-wrapper .mt80 {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt80 {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.adlp-wrapper .mt90 {
  margin-top: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt90 {
    margin-top: calc(90 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt70 {
    margin-top: calc(70 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt80 {
    margin-top: calc(80 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt90 {
    margin-top: calc(90 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .note, .adlp-wrapper .adlp-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .note, .adlp-wrapper .adlp-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(228 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: calc(45 / 750 * 100vw);
  height: calc(36 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: calc(10 / 750 * 100vw);
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(104 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    background: #fff;
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(246 / 1080 * 100vw), 246px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(288 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border-radius: calc(50 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: calc(20 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: calc(7 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(24 / 1080 * 100vw), 24px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(16 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.adlp-floating__inner {
  margin: auto;
  position: relative;
}
.adlp-btn {
  height: min(calc(90 / 1080 * 100vw), 90px);
  width: min(calc(465 / 1080 * 100vw), 465px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-n {
    width: min(calc(450 / 1080 * 100vw), 450px);
  }
  .adlp-btn.-n.--btn01 {
    background-image: url("data:image/svg+xml,%3Csvg width='450' height='53' viewBox='0 0 450 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2031_38516' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='450' height='53'%3E%3Cmask id='path-1-inside-1_2031_38516' fill='white'%3E%3Crect y='0.755371' width='450' height='52' rx='2.25'/%3E%3C/mask%3E%3Crect y='0.755371' width='450' height='52' rx='2.25' fill='%23D9D9D9' stroke='%23772910' stroke-width='6' mask='url(%23path-1-inside-1_2031_38516)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2031_38516)'%3E%3Crect x='1.99902' y='-34.5571' width='446' height='85.1429' rx='42.5714' stroke='%23772910' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn > div {
  width: min(calc(465 / 1080 * 100vw), 465px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn > div {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn > div::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: -shiny 2.5s ease-in-out infinite;
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
  font-family: "M PLUS 1p", sans-serif;
}
.adlp-btn p span {
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span {
    display: block;
  }
}
.adlp-btn p span.text01 {
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 .small {
    display: inline-block;
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background-color: #FF7A00;
  border-radius: 200px;
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='465' height='53' viewBox='0 0 465 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2031_38374' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='465' height='53'%3E%3Cmask id='path-1-inside-1_2031_38374' fill='white'%3E%3Crect y='0.755859' width='465' height='52' rx='2.25'/%3E%3C/mask%3E%3Crect y='0.755859' width='465' height='52' rx='2.25' fill='%23D9D9D9' stroke='%23772910' stroke-width='6' mask='url(%23path-1-inside-1_2031_38374)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2031_38374)'%3E%3Crect x='1.99902' y='-34.5566' width='461' height='85.1429' rx='42.5714' stroke='%23772910' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% min(calc(53 / 1080 * 100vw), 53px);
  background-position: bottom center;
  background-repeat: no-repeat;
  box-shadow: 0px min(calc(8 / 1080 * 100vw), 8px) 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01 {
    background-image: url("data:image/svg+xml,%3Csvg width='620' height='70' viewBox='0 0 620 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2031_38625' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='620' height='70'%3E%3Cmask id='path-1-inside-1_2031_38625' fill='white'%3E%3Crect width='620' height='70' rx='3'/%3E%3C/mask%3E%3Crect width='620' height='70' rx='3' fill='%23D9D9D9' stroke='%23772910' stroke-width='8' mask='url(%23path-1-inside-1_2031_38625)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2031_38625)'%3E%3Crect x='2.99902' y='-47.2278' width='614' height='114' rx='57' stroke='%23772910' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% calc(70 / 750 * 100vw);
    width: calc(620 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    padding-left: 0;
    box-shadow: 0px calc(12 / 750 * 100vw) 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.adlp-btn.--btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("data:image/svg+xml,%3Csvg width='79' height='81' viewBox='0 0 79 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M34.8068 70.2433C52.9784 70.2433 67.7094 55.0213 67.7094 36.244C67.7094 17.4666 52.9784 2.24463 34.8068 2.24463C16.6353 2.24463 1.9043 17.4666 1.9043 36.244C1.9043 55.0213 16.6353 70.2433 34.8068 70.2433Z' stroke='white' stroke-width='2.89271' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3168 61.1001C21.3625 59.8442 18.6451 57.9885 16.3068 55.5992C13.9684 53.2074 12.1466 50.4141 10.9004 47.3711' stroke='white' stroke-width='2.89271' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.4831 30.6877C40.5488 28.5532 40.5488 25.0924 38.4831 22.9578C36.4174 20.8232 33.0682 20.8232 31.0025 22.9578C28.9368 25.0924 28.9368 28.5532 31.0025 30.6877C33.0682 32.8223 36.4174 32.8223 38.4831 30.6877Z' stroke='white' stroke-width='2.89271' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.9379 60.2815L22.9997 32.8317C20.2059 23.3958 24.5414 13.7314 34.9389 13.7314H34.9373C44.6945 13.7314 49.3154 23.0162 45.5929 32.8317L34.9379 60.2815Z' stroke='white' stroke-width='2.89271' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.4507 55.7637L74.8436 68.5697C77.2625 71.0692 77.2625 75.1184 74.8436 77.6179C72.4247 80.1175 68.5062 80.1175 66.0873 77.6179L53.6943 64.8119' stroke='white' stroke-width='2.89271' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(79 / 1080 * 100vw), 79px);
  height: min(calc(81 / 1080 * 100vw), 81px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::before {
    width: calc(103 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    left: calc(16 / 750 * 100vw);
  }
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5742 1.32617L12.2991 12.6751L2.02399 1.32617' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(28 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
  }
}
.adlp-btn.--btn01:hover {
  filter: brightness(1.1);
}
.adlp-btn.--btn01:hover::after {
  transform: translateY(min(calc(2 / 1080 * 100vw), 2px));
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:hover::after {
    transform: translateY(calc(2 / 750 * 100vw));
  }
}
.adlp-btn.--btn02 {
  background-color: #22C288;
  border-radius: 200px;
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='450' height='53' viewBox='0 0 450 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2031_38516' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='450' height='53'%3E%3Cmask id='path-1-inside-1_2031_38516' fill='white'%3E%3Crect y='0.755371' width='450' height='52' rx='2.25'/%3E%3C/mask%3E%3Crect y='0.755371' width='450' height='52' rx='2.25' fill='%23D9D9D9' stroke='%23772910' stroke-width='6' mask='url(%23path-1-inside-1_2031_38516)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2031_38516)'%3E%3Crect x='1.99902' y='-34.5571' width='446' height='85.1429' rx='42.5714' stroke='%23772910' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% min(calc(53 / 1080 * 100vw), 53px);
  background-position: bottom center;
  background-repeat: no-repeat;
  box-shadow: 0px min(calc(12 / 1080 * 100vw), 12px) 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 {
    background-image: url("data:image/svg+xml,%3Csvg width='620' height='70' viewBox='0 0 620 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2031_38632' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='620' height='70'%3E%3Cmask id='path-1-inside-1_2031_38632' fill='white'%3E%3Crect width='620' height='70' rx='3'/%3E%3C/mask%3E%3Crect width='620' height='70' rx='3' fill='%23D9D9D9' stroke='%23772910' stroke-width='8' mask='url(%23path-1-inside-1_2031_38632)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2031_38632)'%3E%3Crect x='2.99902' y='-47.2275' width='614' height='114' rx='57' stroke='%23006039' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% calc(70 / 750 * 100vw);
    width: calc(620 / 750 * 100vw);
    padding-left: 0;
    height: calc(120 / 750 * 100vw);
    box-shadow: 0px calc(12 / 750 * 100vw) 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.adlp-btn.--btn02::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='65' viewBox='0 0 86 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M40.5197 27.6109H42.4202C42.6107 27.6109 42.7651 27.4567 42.7651 27.2666V25.3696C42.7651 25.1795 42.6107 25.0254 42.4202 25.0254H40.5197C40.3292 25.0254 40.1748 25.1795 40.1748 25.3696V27.2666C40.1748 27.4567 40.3292 27.6109 40.5197 27.6109Z' fill='white'/%3E%3Cpath d='M40.5197 31.9107H42.4202C42.6107 31.9107 42.7651 31.7566 42.7651 31.5664V29.6694C42.7651 29.4793 42.6107 29.3252 42.4202 29.3252H40.5197C40.3292 29.3252 40.1748 29.4793 40.1748 29.6694V31.5664C40.1748 31.7566 40.3292 31.9107 40.5197 31.9107Z' fill='white'/%3E%3Cpath d='M44.6697 27.6109H46.5702C46.7606 27.6109 46.915 27.4567 46.915 27.2666V25.3696C46.915 25.1795 46.7606 25.0254 46.5702 25.0254H44.6697C44.4792 25.0254 44.3247 25.1795 44.3247 25.3696V27.2666C44.3247 27.4567 44.4792 27.6109 44.6697 27.6109Z' fill='white'/%3E%3Cpath d='M44.6697 31.9107H46.5702C46.7606 31.9107 46.915 31.7566 46.915 31.5664V29.6694C46.915 29.4793 46.7606 29.3252 46.5702 29.3252H44.6697C44.4792 29.3252 44.3247 29.4793 44.3247 29.6694V31.5664C44.3247 31.7566 44.4792 31.9107 44.6697 31.9107Z' fill='white'/%3E%3Cpath d='M39.1363 8.48039C38.7584 8.14716 38.1904 8.14716 37.8126 8.48039L25.5662 19.2563C25.3506 19.4461 25.2271 19.7188 25.2271 20.0059V36.2456C25.2271 36.7978 25.675 37.2448 26.2281 37.2448H31.1123H36.6606H50.7214C51.2745 37.2448 51.7225 36.7978 51.7225 36.2456V20.0059C51.7225 19.7188 51.5989 19.4461 51.3833 19.2563L39.1363 8.48039ZM32.1133 35.2464V28.0321C32.1133 27.056 32.9088 26.262 33.8862 26.262C34.8641 26.262 35.6596 27.056 35.6596 28.0321V35.2464H32.1133ZM49.7203 35.2464H37.6617V28.0321C37.6617 25.9542 35.9679 24.2636 33.8862 24.2636C31.8044 24.2636 30.1112 25.9542 30.1112 28.0321V35.2464H27.2292V20.4571L38.4744 10.5618L49.7203 20.4571V35.2464Z' fill='white'/%3E%3Cpath d='M38.4748 50.387C39.2927 50.387 39.9557 49.7252 39.9557 48.9089C39.9557 48.0925 39.2927 47.4307 38.4748 47.4307C37.6567 47.4307 36.9937 48.0925 36.9937 48.9089C36.9937 49.7252 37.6567 50.387 38.4748 50.387Z' fill='white'/%3E%3Cpath d='M85.589 35.4374L76.8639 26.7292L78.8958 24.7018C79.1483 24.4492 79.2475 24.0809 79.1548 23.7364C79.0622 23.3912 78.7924 23.1221 78.4466 23.0295L75.9727 22.3679V4.61406C75.9727 2.06955 73.8993 0 71.35 0H5.59936C3.05 0 0.976562 2.06955 0.976562 4.61406V44.356V50.0322C0.976562 52.5767 3.05 54.6463 5.59936 54.6463H27.1626V63.0016H10.1532C9.60006 63.0016 9.15214 63.4487 9.15214 64.0008C9.15214 64.5529 9.60006 65 10.1532 65H28.1636H48.7858H66.7962C67.3493 65 67.7972 64.5529 67.7972 64.0008C67.7972 63.4487 67.3493 63.0016 66.7962 63.0016H49.7868V54.6463H71.35C73.8993 54.6463 75.9727 52.5767 75.9727 50.0322V44.356V35.4963L80.7512 40.2661C80.9466 40.4613 81.2033 40.5585 81.4594 40.5585C81.7154 40.5585 81.9721 40.4613 82.1676 40.2661L85.589 36.8511C85.98 36.4603 85.98 35.8282 85.589 35.4374ZM47.7847 63.0016H29.1647V54.6463H47.7847V63.0016ZM73.9706 50.0322C73.9706 51.4744 72.7949 52.6479 71.35 52.6479H48.7858H28.1636H5.59936C4.15449 52.6479 2.97871 51.4744 2.97871 50.0322V45.3552H73.9706V50.0322ZM73.9706 43.3568H2.97871V4.61406C2.97871 3.1719 4.15449 1.9984 5.59936 1.9984H71.35C72.7949 1.9984 73.9706 3.1719 73.9706 4.61406V21.8325L66.2894 19.7782C65.9454 19.6874 65.5759 19.7841 65.3222 20.0367C65.0697 20.2893 64.9705 20.6576 65.0631 21.0021L68.3206 33.1366C68.4133 33.4817 68.683 33.7509 69.0288 33.8434C69.3752 33.9353 69.7423 33.8375 69.996 33.5849L72.0267 31.5574L73.9706 33.4978V43.3568ZM81.4594 38.1462L75.6813 32.3786L75.6776 32.3749L72.7349 29.4375C72.5394 29.2424 72.2828 29.1451 72.0267 29.1451C71.7706 29.1451 71.514 29.2424 71.3185 29.4375L69.8059 30.9478L67.4461 22.1566L76.2532 24.5121L74.74 26.0224C74.3491 26.4132 74.3491 27.0453 74.74 27.4361L83.4651 36.1442L81.4594 38.1462Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(65 / 1080 * 100vw), 65px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02::before {
    width: calc(103 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    left: calc(16 / 750 * 100vw);
  }
}
.adlp-btn.--btn02::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5742 1.32617L12.2991 12.6751L2.02399 1.32617' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02::after {
    width: calc(28 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
  }
}
.adlp-btn.--btn02:hover {
  filter: brightness(1.1);
}
.adlp-btn.--btn02:hover::after {
  transform: translateY(min(calc(2 / 1080 * 100vw), 2px));
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02:hover::after {
    transform: translateY(calc(2 / 750 * 100vw));
  }
}
.adlp-btn.--btn02 > div {
  flex-wrap: wrap;
}
.adlp-btn.--btn02 .text00 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.01em;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  flex: 0 0 100%;
  position: relative;
  top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 .text00 {
    font-size: calc(28 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
  }
}

@keyframes -shiny {
  0%, 75% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  85% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.adlp-mBtn,
.adlp-mBtn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.2));
  background-image: url("data:image/svg+xml,%3Csvg width='240' height='57' viewBox='0 0 240 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='240' height='56' rx='28' fill='%238E792D'/%3E%3Cpath d='M1.5 27.3984V27.3984C1.5 42.8624 14.036 55.3984 29.5 55.3984H210.5C225.964 55.3984 238.5 42.8624 238.5 27.3984V27.3984' stroke='%23564609' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(240 / 1080 * 100vw), 240px);
  height: min(calc(57 / 1080 * 100vw), 57px);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-mBtn,
  .adlp-mBtn02 {
    background-image: url("data:image/svg+xml,%3Csvg width='283' height='81' viewBox='0 0 283 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' width='281' height='80' rx='40' fill='%238E792D'/%3E%3Cpath d='M2 39V40C2 61.5391 19.4609 79 41 79H242C263.539 79 281 61.5391 281 40V39' stroke='%23564609' stroke-width='4'/%3E%3C/svg%3E%0A");
    filter: drop-shadow(0 calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2));
    width: calc(284 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
  }
}
.adlp-mBtn:hover,
.adlp-mBtn02:hover {
  opacity: 0.8;
}
.adlp-mBtn:hover::after,
.adlp-mBtn02:hover::after {
  right: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-mBtn:hover::after,
  .adlp-mBtn02:hover::after {
    right: calc(24 / 750 * 100vw);
  }
}
.adlp-mBtn::after,
.adlp-mBtn02::after {
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.6 6.6L1 12.2' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-mBtn::after,
  .adlp-mBtn02::after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L2 18' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: calc(13 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-mBtn .adlp-mBtn__text,
.adlp-mBtn02 .adlp-mBtn__text {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .adlp-mBtn .adlp-mBtn__text,
  .adlp-mBtn02 .adlp-mBtn__text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.adlp-mBtn02 {
  background-image: url("data:image/svg+xml,%3Csvg width='240' height='57' viewBox='0 0 240 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28.1992C0 12.7352 12.536 0.199219 28 0.199219H212C227.464 0.199219 240 12.7352 240 28.1992V28.1992C240 43.6632 227.464 56.1992 212 56.1992H28C12.536 56.1992 0 43.6632 0 28.1992V28.1992Z' fill='%2322C288'/%3E%3Cpath d='M1.5 27.3984V27.3984C1.5 42.8624 14.036 55.3984 29.5 55.3984H210.5C225.964 55.3984 238.5 42.8624 238.5 27.3984V27.3984' stroke='%23006039' stroke-width='3'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .adlp-mBtn02 {
    background-image: url("data:image/svg+xml,%3Csvg width='283' height='81' viewBox='0 0 283 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 40C1 17.9086 18.9086 0 41 0H242C264.091 0 282 17.9086 282 40V40C282 62.0914 264.091 80 242 80H41C18.9086 80 1 62.0914 1 40V40Z' fill='%2322C288'/%3E%3Cpath d='M2 39V40C2 61.5391 19.4609 79 41 79H242C263.539 79 281 61.5391 281 40V39' stroke='%23006039' stroke-width='4'/%3E%3C/svg%3E%0A");
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(840 / 1080 * 100vw), 840px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 min(calc(50 / 1080 * 100vw), 50px) min(calc(50 / 1080 * 100vw), 50px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(720 / 750 * 100vw);
    padding: 0 calc(45 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  position: absolute;
  top: min(calc(10 / 1080 * 100vw), 10px);
  right: min(calc(10 / 1080 * 100vw), 10px);
  cursor: pointer;
  z-index: 10;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__img {
  margin-left: max(calc(-50 / 1080 * 100vw), -50px);
  width: min(calc(808 / 1080 * 100vw), 808px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin-left: calc(-45 / 750 * 100vw);
    width: calc(720 / 750 * 100vw);
  }
}
.adlp-modal__content__title {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 0 min(calc(30 / 1080 * 100vw), 30px);
  border-left: min(calc(6 / 1080 * 100vw), 6px) solid #088955;
  margin-top: max(calc(-28 / 1080 * 100vw), -28px);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    display: block;
    padding: calc(52 / 750 * 100vw) 0 0 calc(36 / 750 * 100vw);
    border-left: calc(8 / 750 * 100vw) solid #088955;
    margin-top: calc(-126 / 750 * 100vw);
  }
}
.adlp-modal__content__title .label {
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title .label {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.adlp-modal__content__title .label span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  display: inline-block;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(12 / 1080 * 100vw), 12px) min(calc(14 / 1080 * 100vw), 14px) min(calc(12 / 1080 * 100vw), 12px);
  background-color: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title .label span {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(12 / 750 * 100vw) calc(14 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
}
.adlp-modal__content__title .hash {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 130%;
  color: #088955;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title .hash {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  }
}
.adlp-modal__content__title .main {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title .main {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__title .sub {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title .sub {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(36 / 1080 * 100vw), 36px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(35 / 750 * 100vw) auto 0;
  }
}
.adlp-modal__content__body .text01 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 140%;
  color: #8E792D;
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text01 {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text01 span {
  display: inline-block;
  padding-right: min(calc(10 / 1080 * 100vw), 10px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text01 span {
    padding-right: calc(10 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text01 span:after {
  content: "";
  display: block;
  width: min(calc(540 / 1080 * 100vw), 540px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #8E792D;
  position: absolute;
  right: max(calc(-540 / 1080 * 100vw), -540px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text01 span:after {
    width: calc(388 / 750 * 100vw);
    height: calc(1 / 750 * 100vw);
    right: calc(-388 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text02 {
  font-family: "Shippori Mincho";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  color: #8E792D;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text02 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}
.adlp-modal__content__body .text03 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text03 {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text04 {
  font-family: "Shippori Mincho";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  color: #088955;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text04 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text04 span {
  display: inline-block;
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text04 span {
    padding-left: calc(32 / 750 * 100vw);
  }
}
.adlp-modal__content__body .text04 span:before {
  content: "";
  display: block;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: min(calc(10 / 1080 * 100vw), 10px) solid transparent;
  border-left: min(calc(13 / 1080 * 100vw), 13px) solid #088955; /* 好みで色を変えてください */
  position: absolute;
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body .text04 span:before {
    border: calc(15 / 750 * 100vw) solid transparent;
    border-left: calc(21 / 750 * 100vw) solid #088955;
  }
}
.adlp-modal__content__body ul.list01 {
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body ul.list01 {
    margin-left: calc(35 / 750 * 100vw);
  }
}
.adlp-modal__content__body ul.list01 li {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body ul.list01 li {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__btn {
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__btn {
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.adlp-modal .adlp-modal__btn .adlp-btn.--btn02 {
  width: min(calc(450 / 1080 * 100vw), 450px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__btn .adlp-btn.--btn02 {
    width: calc(620 / 750 * 100vw);
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.cv__title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: calc(32 / 750 * 100vw);
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}
.cv .adlp-note {
  text-align: center;
}

.cv {
  position: relative;
}
.cv .cv02__outer {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cv .cv02__outer {
    padding: 0;
    width: calc(660 / 750 * 100vw);
    margin: auto;
  }
}
.cv .cv02__text01 {
  position: absolute;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #088955;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .cv .cv02__text01 {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #088955;
    top: calc(-60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv .cv02__text01.--mt {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cv .cv02__text01 {
    color: #037446;
  }
}
.cv .cv02__text02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv .cv02__text02 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: calc(56 / 750 * 100vw);
    line-height: 140%;
    letter-spacing: 0em;
    color: #333333;
    text-align: center;
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.cv .cv02__text03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  height: min(calc(64 / 1080 * 100vw), 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 {
    font-size: calc(40 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.cv .cv02__text03 .inner01 {
  position: relative;
  padding: 0 min(calc(27 / 1080 * 100vw), 27px);
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 .inner01 {
    padding: 0 calc(27 / 750 * 100vw);
  }
}
.cv .cv02__text03 .inner01 .inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #088955;
}
.cv .cv02__text03 .inner01::before, .cv .cv02__text03 .inner01::after {
  content: "";
  display: block;
  position: absolute;
  height: min(calc(66 / 1080 * 100vw), 66px);
  width: min(calc(28 / 1080 * 100vw), 28px);
  background-color: #088955;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 .inner01::before, .cv .cv02__text03 .inner01::after {
    height: calc(80 / 750 * 100vw);
    width: calc(28 / 750 * 100vw);
  }
}
.cv .cv02__text03 .inner01::before {
  left: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.cv .cv02__text03 .inner01::after {
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: min(calc(32 / 1080 * 100vw), 32px);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #ffffff;
    width: fit-content;
    margin: 0 auto;
    height: min(calc(64 / 1080 * 100vw), 64px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cv .cv02__text03 {
    font-size: calc(40 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 .inner01 {
    position: relative;
    padding: 0 min(calc(27 / 1080 * 100vw), 27px);
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cv .cv02__text03 .inner01 {
    padding: 0 calc(27 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 .inner01 .inner02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #088955;
  }
  .cv .cv02__text03 .inner01::before, .cv .cv02__text03 .inner01::after {
    content: "";
    display: block;
    position: absolute;
    height: min(calc(66 / 1080 * 100vw), 66px);
    width: min(calc(28 / 1080 * 100vw), 28px);
    background-color: #088955;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cv .cv02__text03 .inner01::before, .cv .cv02__text03 .inner01::after {
    height: calc(80 / 750 * 100vw);
    width: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .cv02__text03 .inner01::before {
    left: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .cv .cv02__text03 .inner01::after {
    right: 0;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.cv .cv02__list {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .cv .cv02__list {
    flex-wrap: wrap;
    gap: calc(24 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.cv .cv02__item {
  flex: 0 0 min(calc(212 / 1080 * 100vw), 212px);
  background-color: #F7F3EC;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv .cv02__item {
    flex: 0 0 calc(318 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.cv .cv02__icon {
  width: min(calc(160 / 1080 * 100vw), 160px);
  margin: 0 auto min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv .cv02__icon {
    width: calc(180 / 750 * 100vw);
    margin: 0 auto calc(24 / 750 * 100vw);
  }
}
.cv .cv02__text04 {
  background-color: #088955;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cv .cv02__text04 {
    background-color: #088955;
    padding: calc(4 / 750 * 100vw) 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: calc(28 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
.cv .cv02__text05 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv .cv02__text05 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(32 / 750 * 100vw);
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #333333;
    margin: calc(24 / 750 * 100vw) 0 0;
    text-align: center;
  }
}
.cv .cv03__title {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .cv .cv03__title {
    color: var(--black, #333);
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: calc(40 / 750 * 100vw);
    font-weight: 500;
    line-height: 140%;
  }
}
.fv {
  position: relative;
}
.fv .fv__bg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv .fv__bg {
    position: relative;
    z-index: 1;
  }
}
.fv .fv__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  z-index: 2;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(750 / 750 * 100vw);
    z-index: 2;
    top: 0;
  }
}
.fv .fv__logoWrapper {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(13 / 1080 * 100vw), 13px) min(calc(40 / 1080 * 100vw), 40px);
  border-radius: 0 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv .fv__logoWrapper {
    background-color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: calc(14 / 750 * 100vw) calc(28 / 750 * 100vw);
    border-radius: 0 0 calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.fv .fv__logo {
  display: block;
  width: min(calc(180 / 1080 * 100vw), 180px);
}
@media screen and (max-width: 767px) {
  .fv .fv__logo {
    display: block;
    width: calc(260 / 750 * 100vw);
  }
}
.fv .fv__inner {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin: min(calc(73 / 1080 * 100vw), 73px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv__inner {
    width: calc(750 / 750 * 100vw);
    margin: calc(204 / 750 * 100vw) auto 0;
    position: relative;
  }
}
.fv .fv__circle {
  position: absolute;
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: max(calc(-74 / 1080 * 100vw), -74px);
  bottom: max(calc(-74 / 1080 * 100vw), -74px);
}
@media screen and (max-width: 767px) {
  .fv .fv__circle {
    position: static;
    width: calc(202 / 750 * 100vw);
    height: calc(202 / 750 * 100vw);
    margin: calc(206 / 750 * 100vw) calc(45 / 750 * 100vw) 0 auto;
  }
}
.fv .fv__circleInner {
  padding: min(calc(14 / 1080 * 100vw), 14px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__circleInner {
    padding: calc(14 / 750 * 100vw) 0 0;
  }
}
.fv .fv__text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv .fv__text01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(26 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #ffffff;
  }
}
.fv .fv__text02 {
  line-height: 100%;
  margin: min(calc(4 / 1080 * 100vw), 4px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__text02 {
    line-height: 100%;
    margin: calc(4 / 750 * 100vw) 0 0;
  }
}
.fv .fv__text02 .text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 100%;
  letter-spacing: -0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv .fv__text02 .text1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(64 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #ffffff;
  }
}
.fv .fv__text02 .text2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv .fv__text02 .text2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(64 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
}
.fv .fv__text02 .text3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv .fv__text02 .text3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(64 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #ffffff;
  }
}
.fv .fv__text03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv .fv__text03 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(32 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: 0em;
    color: #ffffff;
  }
}
.fv .fv__text04 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #ffffff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv .fv__text04 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(26 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #ffffff;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
.fv .fv__text04 .note {
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__text04 .note {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
.fv .fv__outer02 {
  position: relative;
  z-index: 2;
}
.fv .fv__btn {
  margin: max(calc(-45 / 1080 * 100vw), -45px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__btn {
    margin: calc(-45 / 750 * 100vw) 0 0;
  }
}
.fv .fv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 120%;
  letter-spacing: 0em;
  color: #444444;
  text-align: center;
  margin: min(calc(35 / 1080 * 100vw), 35px) 0 0;
  padding: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv .fv__note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
    margin: calc(35 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    padding: 0 0 calc(40 / 750 * 100vw);
  }
}
.fv .fv__outer03 {
  padding: 0 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .fv .fv__outer03 {
    padding: 0 0 calc(60 / 750 * 100vw);
  }
}

.sec01 .house-design {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01 .house-design {
    position: relative;
    z-index: 1;
  }
}
.sec01 .house-design .house-design__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.sec01 .house-design .house-design__image-wrapper {
  width: min(calc(960 / 1080 * 100vw), 960px);
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__image-wrapper {
    width: calc(750 / 750 * 100vw);
  }
}
.sec01 .house-design .house-design__text-wrapper {
  width: min(calc(592 / 1080 * 100vw), 592px);
  padding: min(calc(60 / 1080 * 100vw), 60px);
  background: #E6F5F0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(828 / 1080 * 100vw), 828px);
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__text-wrapper {
    width: calc(750 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw);
    background: #E6F5F0;
    position: relative;
    top: auto;
    transform: none;
    left: 0;
  }
}
.sec01 .house-design .house-design__tags {
  display: flex;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-22 / 1080 * 100vw), -22px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__tags {
    display: flex;
    justify-content: center;
    gap: calc(10 / 750 * 100vw);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(-32 / 750 * 100vw);
    width: 100%;
  }
}
.sec01 .house-design .house-design__tag {
  display: flex;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(45 / 1080 * 100vw), 45px);
  background: var(--bg-dark, #333333);
  color: var(--text-white, #FFFFFF);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1;
  flex: 0 0 min(calc(224 / 1080 * 100vw), 224px);
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__tag {
    height: calc(64 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    flex: 0 0 calc(308 / 750 * 100vw);
  }
}
.sec01 .house-design .house-design__concern {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__concern {
    color: #333;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: calc(38 / 750 * 100vw);
    font-weight: 400;
    line-height: 150%;
  }
}
.sec01 .house-design .house-design__concern .large {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__concern .large {
    font-size: calc(50 / 750 * 100vw);
    font-weight: 400;
    line-height: 150%;
  }
}
.sec01 .house-design .house-design__title {
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  line-height: 150%;
  color: #037446;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #037446;
  padding-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .house-design__title {
    width: fit-content;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: calc(40 / 750 * 100vw);
    font-weight: 500;
    line-height: 100%;
    color: #037446;
    border-bottom: calc(6 / 750 * 100vw) solid #037446;
    padding-bottom: calc(5 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
  .sec01 .house-design .house-design__title span {
    line-height: 100%;
  }
}
.sec01 .house-design .w100 {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec01 .house-design .w100 {
    width: 100%;
    height: auto;
  }
}
.sec01 .designer-participation {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation {
    padding: calc(80 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__inner {
    max-width: calc(750 / 750 * 100vw);
    margin: 0 auto;
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__header {
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__header {
    text-align: center;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__catch {
  display: inline-block;
  position: relative;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__catch {
    display: inline-block;
    position: relative;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.sec01 .designer-participation .designer-participation__title {
  color: var(--base-black-333, #333);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__title {
    color: var(--base-black-333, #333);
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: calc(64 / 750 * 100vw);
    font-weight: 400;
    line-height: 140%;
  }
}
.sec01 .designer-participation .designer-participation__title .small {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__title .small {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__title .accent {
  display: inline-block;
  background-color: #088955;
  color: var(--text-white, #FFFFFF);
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__title .accent {
    display: inline-block;
    background-color: #088955;
    color: var(--text-white, #FFFFFF);
    padding: 0 calc(24 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 calc(4 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__content {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__content {
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
}
.sec01 .designer-participation .designer-participation__box {
  max-width: min(calc(630 / 1080 * 100vw), 630px);
  background-color: #F7F3EC;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__box {
    max-width: calc(630 / 750 * 100vw);
    background-color: #F7F3EC;
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
  }
}
.sec01 .designer-participation .designer-participation__box::before, .sec01 .designer-participation .designer-participation__box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.709' y1='0.353553' x2='0.353684' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__box::before, .sec01 .designer-participation .designer-participation__box::after {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.7088' y1='0.353553' x2='0.35344' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
    width: calc(37 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__box::before {
  top: max(calc(-7 / 1080 * 100vw), -7px);
  left: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__box::before {
    top: calc(-8 / 750 * 100vw);
    left: calc(-8 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__box::after {
  right: max(calc(-7 / 1080 * 100vw), -7px);
  bottom: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__box::after {
    right: calc(-8 / 750 * 100vw);
    bottom: calc(-8 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__label {
  position: absolute;
  top: max(calc(-15 / 1080 * 100vw), -15px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: var(--bg-white, #FFFFFF);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #333;
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__label {
    position: absolute;
    top: calc(-24 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    border: calc(2 / 750 * 100vw) solid #333;
    padding: 0 calc(16 / 750 * 100vw);
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 500;
    line-height: 160%;
  }
}
.sec01 .designer-participation .designer-participation__description {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__description {
    font-size: calc(37 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.sec01 .designer-participation .designer-participation__text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__text {
    display: inline-block;
  }
}
.sec01 .designer-participation .designer-participation__text-accent {
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__text-accent {
    display: inline-block;
    font-weight: 700;
  }
}
.sec01 .designer-participation .designer-participation__image {
  max-width: min(calc(140 / 1080 * 100vw), 140px);
  position: absolute;
  bottom: 0;
  right: max(calc(-200 / 1080 * 100vw), -200px);
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__image {
    max-width: calc(160 / 750 * 100vw);
    position: absolute;
    bottom: calc(48 / 750 * 100vw);
    right: calc(-38 / 750 * 100vw);
  }
}
.sec01 .designer-participation .designer-participation__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec01 .designer-participation .designer-participation__image img {
    width: 100%;
    height: auto;
  }
}
.sec02 {
  background-color: #E6F5F0;
  position: relative;
  overflow: hidden;
}
.sec02::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(1939 / 1080 * 100vw), 1939px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  top: max(calc(-1 / 1080 * 100vw), -1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec02::before {
    width: calc(759 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
    top: calc(-1 / 750 * 100vw);
  }
}
.sec02 .sec02__outer {
  padding: min(calc(120 / 1080 * 100vw), 120px) 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__outer {
    padding: calc(120 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec02 .sec02__wrapper {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__wrapper {
    width: calc(750 / 750 * 100vw);
    display: block;
    position: relative;
  }
}
.sec02 .sec02__img {
  flex: 0 0 min(calc(407 / 1080 * 100vw), 407px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img {
    flex: 0 0 calc(407 / 750 * 100vw);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(630 / 750 * 100vw);
    top: calc(320 / 750 * 100vw);
  }
}
.sec02 .sec02__inner {
  flex: 0 0 min(calc(465 / 1080 * 100vw), 465px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__inner {
    flex: 0 0 calc(465 / 750 * 100vw);
  }
}
.sec02 .sec02__text01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #333333;
  background-color: #fff;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  width: min(calc(365 / 1080 * 100vw), 365px);
  margin: auto;
  text-align: center;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #333333;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text01 {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
    width: calc(510 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #333333;
  }
}
.sec02 .sec02__text02 {
  width: min(calc(530 / 1080 * 100vw), 530px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text02 {
    width: calc(630 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
  }
}
.sec02 .sec02__btn {
  margin: min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__btn {
    margin: calc(745 / 750 * 100vw) 0 0;
  }
}
.sec03 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.sec03::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(1939 / 1080 * 100vw), 1939px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  top: max(calc(-1 / 1080 * 100vw), -1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec03::before {
    width: calc(759 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
    top: calc(-1 / 750 * 100vw);
  }
}
.sec03::before {
  background-color: #E6F5F0;
}
.sec03 .sec03__outer {
  padding: min(calc(160 / 1080 * 100vw), 160px) 0 0;
  position: relative;
  z-index: 2;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__outer {
    padding: calc(140 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__list {
    width: calc(630 / 750 * 100vw);
    margin: auto;
  }
}
.sec03 .sec03__item {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: 0 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item {
    display: block;
    gap: calc(24 / 750 * 100vw);
    margin: 0 0 calc(60 / 750 * 100vw);
  }
}
.sec03 .sec03__img {
  width: min(calc(288 / 1080 * 100vw), 288px);
  flex: 0 0 min(calc(288 / 1080 * 100vw), 288px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__img {
    width: calc(204 / 750 * 100vw);
    flex: 0 0 calc(204 / 750 * 100vw);
    float: left;
    margin: 0 calc(34 / 750 * 100vw) calc(34 / 750 * 100vw) 0;
  }
}
.sec03 .sec03__text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 125%;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text01 {
    font-size: calc(36 / 750 * 100vw);
    margin-left: calc(240 / 750 * 100vw);
  }
}
.sec03 .sec03__text01 .small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 125%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text01 .small {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03 .sec03__text01 .kome {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 125%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text01 .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03 .sec03__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text02 {
    font-size: calc(26 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__text03 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text03 {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__box {
  border: min(calc(1 / 1080 * 100vw), 1px) solid #8E792D;
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__box {
    border: calc(2 / 750 * 100vw) solid #8E792D;
    padding: calc(22 / 750 * 100vw) calc(24 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 0;
    clear: both;
  }
}
.sec03 .sec03__text04 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
  padding: 0 0 0 min(calc(32 / 1080 * 100vw), 32px);
  position: relative;
  margin: 0 0 min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
}
.sec03 .sec03__text04 span {
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text04 {
    font-size: calc(24 / 750 * 100vw);
    padding: 0 0 0 calc(60 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw);
  }
}
.sec03 .sec03__text04:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text04:last-child {
    margin: 0;
  }
}
.sec03 .sec03__text04::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%238E792D'/%3E%3Cpath d='M5.55566 11.3334L8.05566 13.8334L14.7223 7.16675' stroke='%23088955' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text04::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white' stroke='%238E792D'/%3E%3Cpath d='M10 19.5L14.5 24L26.5 12' stroke='%23088955' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.sec03 .sec03__text05 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text05 {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__text06 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #088955;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text06 {
    font-size: calc(48 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__img02 {
  width: min(calc(620 / 1080 * 100vw), 620px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__img02 {
    width: calc(630 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.sec04 {
  background-color: #E6F5F0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(1939 / 1080 * 100vw), 1939px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  top: max(calc(-1 / 1080 * 100vw), -1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec04::before {
    width: calc(759 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
    top: calc(-1 / 750 * 100vw);
  }
}
.sec04 .sec04__outer {
  padding: min(calc(140 / 1080 * 100vw), 140px) 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__outer {
    padding: calc(140 / 750 * 100vw) 0 0;
  }
}
.sec04 .sec04__wrapper {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__wrapper {
    display: block;
    width: calc(630 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__img {
  flex: 0 0 min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__img {
    flex: 0 0 calc(420 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec04 .sec04__inner {
  flex: 0 0 min(calc(460 / 1080 * 100vw), 460px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__inner {
    flex: 0 0 calc(460 / 750 * 100vw);
  }
}
.sec04 .sec04__box {
  position: relative;
  background-color: #fff;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(36 / 1080 * 100vw), 36px);
}
.sec04 .sec04__box::before, .sec04 .sec04__box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.709' y1='0.353553' x2='0.353684' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__box::before, .sec04 .sec04__box::after {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.7088' y1='0.353553' x2='0.35344' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
    width: calc(37 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}
.sec04 .sec04__box::before {
  top: max(calc(-7 / 1080 * 100vw), -7px);
  left: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__box::before {
    top: calc(-8 / 750 * 100vw);
    left: calc(-8 / 750 * 100vw);
  }
}
.sec04 .sec04__box::after {
  right: max(calc(-7 / 1080 * 100vw), -7px);
  bottom: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__box::after {
    right: calc(-8 / 750 * 100vw);
    bottom: calc(-8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__box {
    padding: calc(24 / 750 * 100vw) calc(36 / 750 * 100vw);
  }
}
.sec04 .sec04__title {
  text-align: center;
}
.sec04 .sec04__text01 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec04 .sec04__text02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #037446;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text02 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04 .sec04__text02::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #C9DFD7;
  height: min(calc(8 / 1080 * 100vw), 8px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text02::after {
    height: calc(8 / 750 * 100vw);
  }
}
.sec04 .sec04__text03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 150%;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text03 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04 .sec04__text04 {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text04 {
    width: fit-content;
    margin: 0 auto;
  }
}
.sec04 .sec04__text04 .text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text04 .text1 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec04 .sec04__text04 .text2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #52968e;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text04 .text2 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec04 .sec04__text04 .text3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text04 .text3 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec04 .sec04__text05 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 130%;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__text05 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05 {
    z-index: 2;
  }
}
.sec05 .sec05__outer {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__outer {
    padding: calc(80 / 750 * 100vw) 0 0;
    width: calc(750 / 750 * 100vw);
  }
}
.sec05 .sec05__text01 {
  position: absolute;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #088955;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text01 {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #088955;
    top: calc(-60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05 .sec05__text03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  height: min(calc(64 / 1080 * 100vw), 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text03 {
    font-size: calc(40 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec05 .sec05__text03 .inner01 {
  position: relative;
  padding: 0 min(calc(27 / 1080 * 100vw), 27px);
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text03 .inner01 {
    padding: 0 calc(27 / 750 * 100vw);
  }
}
.sec05 .sec05__text03 .inner01 .inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #088955;
}
.sec05 .sec05__text03 .inner01::before, .sec05 .sec05__text03 .inner01::after {
  content: "";
  display: block;
  position: absolute;
  height: min(calc(66 / 1080 * 100vw), 66px);
  width: min(calc(28 / 1080 * 100vw), 28px);
  background-color: #088955;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text03 .inner01::before, .sec05 .sec05__text03 .inner01::after {
    height: calc(80 / 750 * 100vw);
    width: calc(28 / 750 * 100vw);
  }
}
.sec05 .sec05__text03 .inner01::before {
  left: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.sec05 .sec05__text03 .inner01::after {
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.sec05 .sec05__text04 {
  text-align: center;
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text04 {
    margin: calc(32 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__text04 .text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text04 .text1 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__text04 .text2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__text04 .text2 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05 .sec05__img {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__img {
    margin: calc(60 / 750 * 100vw) 0 0;
  }
}
.sec06 {
  background-color: #F7F3EC;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn__wrapper {
    margin-left: calc(-20 / 750 * 100vw);
  }
}
.sec06 .sec06__outer {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__outer {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
  }
}
.sec06 .sec06__case {
  background-color: #fff;
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
.sec06 .sec06__case::before, .sec06 .sec06__case::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.709' y1='0.353553' x2='0.353684' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case::before, .sec06 .sec06__case::after {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.7088' y1='0.353553' x2='0.35344' y2='35.7089' stroke='%23333333'/%3E%3C/svg%3E%0A");
    width: calc(37 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}
.sec06 .sec06__case::before {
  top: max(calc(-7 / 1080 * 100vw), -7px);
  left: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case::before {
    top: calc(-8 / 750 * 100vw);
    left: calc(-8 / 750 * 100vw);
  }
}
.sec06 .sec06__case::after {
  right: max(calc(-7 / 1080 * 100vw), -7px);
  bottom: max(calc(-7 / 1080 * 100vw), -7px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case::after {
    right: calc(-8 / 750 * 100vw);
    bottom: calc(-8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__caseTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__caseTitle {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec06 .sec06__text03 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  padding: 0 min(calc(12 / 1080 * 100vw), 12px);
  color: #037446;
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #037446;
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #037446;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text03 {
    font-size: calc(30 / 750 * 100vw);
    padding: 0 calc(12 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid #037446;
    border-bottom: calc(2 / 750 * 100vw) solid #037446;
  }
}
.sec06 .sec06__text04 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text04 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec06 .sec06__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__head {
    display: block;
    gap: calc(40 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__headInner01 {
  flex: 0 0 min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__headInner01 {
    flex: 0 0 calc(420 / 750 * 100vw);
  }
}
.sec06 .sec06__imgWrapper {
  width: min(calc(480 / 1080 * 100vw), 480px);
  margin: 0 max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__imgWrapper {
    width: calc(660 / 750 * 100vw);
    margin: 0 calc(-40 / 750 * 100vw);
  }
}
.sec06 .sec06__img {
  width: min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__img {
    width: calc(580 / 750 * 100vw);
  }
}
.sec06 .sec06__headInner02 {
  flex: 0 0 min(calc(380 / 1080 * 100vw), 380px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__headInner02 {
    flex: 0 0 calc(380 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__text05 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #088955;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text05 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06 .sec06__text06 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text06 {
    font-size: calc(24 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__list {
    gap: calc(16 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__item {
  flex: 0 0 min(calc(186 / 1080 * 100vw), 186px);
  background-color: #333333;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item {
    flex: 0 0 calc(282 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
  }
}
.sec06 .sec06__item.-wide {
  flex: 0 0 100%;
}
.sec06 .sec06__text07 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text07 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06 .sec06__body {
  margin: min(calc(12 / 1080 * 100vw), 12px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__body {
    margin: calc(20 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__bodyWrapper.-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bodyWrapper.-wide {
    display: block;
  }
}
.sec06 .sec06__bodyWrapper.-wide .sec06__bodyInner {
  display: block;
}
.sec06 .sec06__bodyWrapper.-wide .sec06__box {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
  height: min(calc(128 / 1080 * 100vw), 128px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bodyWrapper.-wide .sec06__box {
    margin: calc(40 / 750 * 100vw) 0 0;
    height: auto;
  }
}
.sec06 .sec06__bodyWrapper.-wide .sec06__img02 {
  flex: 0 0 auto;
}
.sec06 .sec06__bodyInner {
  flex: 0 0 min(calc(390 / 1080 * 100vw), 390px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bodyInner {
    display: block;
    flex: 0 0 calc(390 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__img02 {
  flex: 0 0 min(calc(380 / 1080 * 100vw), 380px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__img02 {
    flex: 0 0 calc(380 / 750 * 100vw);
  }
}
.sec06 .sec06__box {
  background-color: #F7F3EC;
  flex: 1 1 auto;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__box {
    padding: calc(24 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__text08 {
  padding: 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #333333;
  position: relative;
  padding: 0 0 0 min(calc(32 / 1080 * 100vw), 32px);
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text08 {
    font-size: calc(24 / 750 * 100vw);
    padding: 0 0 0 calc(60 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw);
  }
}
.sec06 .sec06__text08 strong {
  font-weight: 600;
}
.sec06 .sec06__text08::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' fill='%23FFED4A' stroke='%238E792D'/%3E%3Cpath d='M5.55566 10.8332L8.05566 13.3332L14.7223 6.6665' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text08::before {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.sec06 .sec06__text08:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' fill='%23FFB168' stroke='%238E792D'/%3E%3Cpath d='M5.55566 10.8332L8.05566 13.3332L14.7223 6.6665' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.sec06 .sec06__text08:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' fill='%23A0E9CC' stroke='%238E792D'/%3E%3Cpath d='M5.55566 10.8332L8.05566 13.3332L14.7223 6.6665' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.sec06 .sec06__text08:last-child {
  margin: 0;
}
.sec06 .slick-list {
  overflow: hidden !important;
}
.sec06 .slick-arrow {
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec06 .slick-arrow {
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}
.sec06 .slick-arrow.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.75' cy='22' r='21.375' fill='white' stroke='%2352968E' stroke-width='0.75'/%3E%3Cpath d='M24.2207 16.8828L19.1031 22.0005L24.2207 27.1181' stroke='%2352968E' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: max(calc(-22 / 1080 * 100vw), -22px);
}
@media screen and (max-width: 767px) {
  .sec06 .slick-arrow.prev {
    left: calc(-29 / 750 * 100vw);
  }
}
.sec06 .slick-arrow.next {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.75' cy='22' r='21.375' fill='white' stroke='%2352968E' stroke-width='0.75'/%3E%3Cpath d='M19.2793 16.8828L24.3969 22.0005L19.2793 27.1181' stroke='%2352968E' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: max(calc(-22 / 1080 * 100vw), -22px);
}
@media screen and (max-width: 767px) {
  .sec06 .slick-arrow.next {
    right: calc(-29 / 750 * 100vw);
  }
}
.sec07 {
  background: #E6F5F0;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
  }
}
.sec07__flex__wrapper {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__flex__wrapper {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .sec07__flex {
    width: min(calc(440 / 1080 * 100vw), 440px);
  }
}
.sec07__title {
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__title b {
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec07__title b {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__text01 {
  background: url(../img/pc/sec07_text.webp) no-repeat;
  background-size: 100% 100%;
  width: min(calc(416 / 1080 * 100vw), 416px);
  height: min(calc(114 / 1080 * 100vw), 114px);
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  text-align: center;
}
.sec07__text01 b {
  line-height: 80%;
}
@media screen and (max-width: 767px) {
  .sec07__text01 {
    width: calc(600 / 750 * 100vw);
    height: calc(153 / 750 * 100vw);
    margin: calc(42 / 750 * 100vw) auto 0;
  }
}
.sec07__text01 .text01 {
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec07__text01 .text01 {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec07__text01 .text01 b {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__text01 .text01 b {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec07__text01 .text02 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  color: #037446;
  margin-left: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec07__text01 .text02 {
    font-size: calc(60 / 750 * 100vw);
    margin-left: calc(16 / 750 * 100vw);
  }
}
.sec07__text01 .text02 b {
  font-size: min(calc(74 / 1080 * 100vw), 74px);
  letter-spacing: -0.19em;
}
@media screen and (max-width: 767px) {
  .sec07__text01 .text02 b {
    font-size: calc(100 / 750 * 100vw);
  }
}
.sec07__text01 .text03 {
  margin: min(calc(14 / 1080 * 100vw), 14px) auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #037446;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__text01 .text03 {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto 0;
  }
}
.sec07__text01 .sub01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  display: inline-block;
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__text01 .sub01 {
    font-size: calc(20 / 750 * 100vw);
    display: inline-block;
    margin-left: calc(10 / 750 * 100vw);
  }
}
.sec07__text02 {
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__text02 {
    width: calc(630 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.sec07__text02::before, .sec07__text02::after {
  content: "";
  display: block;
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='27.5152' y1='1.23099' x2='0.998661' y2='27.7475' stroke='%23333333' stroke-width='0.75'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sec07__text02::before, .sec07__text02::after {
    width: calc(37 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}
.sec07__text02::before {
  top: max(calc(-6 / 1080 * 100vw), -6px);
  left: max(calc(-6 / 1080 * 100vw), -6px);
}
.sec07__text02::after {
  bottom: max(calc(-6 / 1080 * 100vw), -6px);
  right: max(calc(-6 / 1080 * 100vw), -6px);
}
.sec07__text02 .text01 {
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__text02 .text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__text02 .text02 {
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.04em;
  letter-spacing: 0em;
  letter-spacing: 0.08em;
  color: #8e792d;
}
@media screen and (max-width: 767px) {
  .sec07__text02 .text02 {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec07__text02 .text03 {
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #8e792d;
}
@media screen and (max-width: 767px) {
  .sec07__text02 .text03 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07__text02 .sub01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  display: inline-block;
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__text02 .sub01 {
    font-size: calc(20 / 750 * 100vw);
    display: inline-block;
    margin-left: calc(10 / 750 * 100vw);
  }
}
.sec07__text03 {
  text-align: center;
  font-weight: 500;
  margin: 0 auto min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__text03 {
    margin: calc(40 / 750 * 100vw) auto calc(23 / 750 * 100vw);
  }
}
.sec07 .adlp-note {
  text-align: center;
}
.sec07__btn {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec07__btn .adlp-btn.--btn01 {
    width: min(calc(660 / 1080 * 100vw), 660px);
    background-image: url("data:image/svg+xml,%3Csvg width='660' height='47' viewBox='0 0 660 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1448_82343' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='660' height='47'%3E%3Cmask id='path-1-inside-1_1448_82343' fill='white'%3E%3Crect width='660' height='47' rx='3'/%3E%3C/mask%3E%3Crect width='660' height='47' rx='3' fill='%23D9D9D9' stroke='%230D5E29' stroke-width='8' mask='url(%23path-1-inside-1_1448_82343)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1448_82343)'%3E%3Crect x='3' y='-40' width='654' height='84' rx='42' stroke='%230D5E29' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec07__btn .adlp-btn.--btn01 {
    width: calc(620 / 750 * 100vw);
  }
}

.sec08 .sec08__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  padding: 0 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__outer {
    width: calc(750 / 750 * 100vw);
    margin: auto;
    padding: 0 0 calc(60 / 750 * 100vw);
  }
}
.sec08 .sec08__outer.-sec01 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__outer.-sec01 {
    padding: calc(60 / 750 * 100vw) 0;
  }
}
.sec08 .sec08__text01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #037446;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(30 / 1080 * 100vw), 30px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #037446;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text01 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(40 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #037446;
    width: fit-content;
    margin: 0 auto;
    padding: calc(12 / 750 * 100vw) calc(40 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #037446;
  }
}
.sec08 .sec08__text02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #333333;
  width: min(calc(446 / 1080 * 100vw), 446px);
  margin: min(calc(16 / 1080 * 100vw), 16px) auto min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text02 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(44 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #333333;
    width: calc(630 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  }
}
.sec08 .sec08__text04 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 150%;
  letter-spacing: 0em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text04 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(56 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0em;
    color: #333333;
  }
}
.sec08 .sec08__head {
  position: relative;
}
.sec08 .sec08__headNum {
  position: absolute;
  z-index: 2;
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background-color: #8E792D;
  gap: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__headNum {
    position: absolute;
    z-index: 2;
    width: calc(266 / 750 * 100vw);
    height: calc(77 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background-color: #8E792D;
    gap: calc(9 / 750 * 100vw);
  }
}
.sec08 .sec08__text05 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text05 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #ffffff;
  }
}
.sec08 .sec08__text06 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(33 / 1080 * 100vw), 33px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text06 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: calc(44 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: 0em;
    color: #ffffff;
  }
}
.sec08 .sec08__text07 {
  position: absolute;
  left: min(calc(46 / 1080 * 100vw), 46px);
  top: min(calc(177 / 1080 * 100vw), 177px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text07 {
    position: absolute;
    left: calc(60 / 750 * 100vw);
    top: calc(234 / 750 * 100vw);
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(44 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #ffffff;
  }
}
.sec08 .sec08__copy {
  text-align: center;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  background-color: #088955;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__copy {
    text-align: center;
    padding: calc(60 / 750 * 100vw) 0;
    background-color: #088955;
  }
}
.sec08 .sec08__text08 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text08 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: calc(28 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
.sec08 .sec08__text09 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text09 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(44 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #ffffff;
    padding: calc(16 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__wrapper01 {
  display: flex;
  justify-content: center;
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper01 {
    display: block;
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec08 .sec08__inner01 {
  flex: 0 0 min(calc(460 / 1080 * 100vw), 460px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner01 {
    flex: 0 0 calc(460 / 750 * 100vw);
  }
}
.sec08 .sec08__inner01.-right {
  padding: min(calc(142 / 1080 * 100vw), 142px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner01.-right {
    padding: calc(60 / 750 * 100vw) 0 0;
  }
  .sec08 .sec08__inner01.-right .sec08__img01 {
    margin-left: auto;
    margin-right: 0;
  }
}
.sec08 .sec08__en {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #8e792d;
  position: absolute;
  right: 0;
  top: min(calc(70 / 1080 * 100vw), 70px);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__en {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: calc(100 / 750 * 100vw);
    line-height: 100%;
    letter-spacing: 0em;
    color: #8e792d;
    position: absolute;
    right: 0;
    top: calc(70 / 750 * 100vw);
    opacity: 0.2;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__img01 {
    width: calc(690 / 750 * 100vw);
  }
}
.sec08 .sec08__title01 {
  padding: 0 0 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title01 {
    padding: 0 0 0 calc(60 / 750 * 100vw);
    gap: calc(56 / 750 * 100vw);
    margin: 0 0 calc(60 / 750 * 100vw);
  }
}
.sec08 .sec08__title01::before {
  content: "";
  display: block;
  flex: 0 0 min(calc(9 / 1080 * 100vw), 9px);
  background-color: #52968E;
  height: min(calc(102 / 1080 * 100vw), 102px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title01::before {
    content: "";
    display: block;
    flex: 0 0 calc(9 / 750 * 100vw);
    background-color: #52968E;
    height: calc(154 / 750 * 100vw);
  }
}
.sec08 .sec08__text10 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #8e792d;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text10 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #8e792d;
  }
}
.sec08 .sec08__text11 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #333333;
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text11 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: calc(44 / 750 * 100vw);
    line-height: 140%;
    letter-spacing: 0em;
    color: #333333;
    margin: calc(6 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__wrapper02 {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper02 {
    margin: calc(60 / 750 * 100vw) auto 0;
    display: block;
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec08 .sec08__inner02-1 {
  flex: 0 0 min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner02-1 {
    flex: 0 0 calc(400 / 750 * 100vw);
  }
}
.sec08 .sec08__inner02-2 {
  flex: 0 0 min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner02-2 {
    flex: 0 0 calc(480 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__text12 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
}
.sec08 .sec08__text12::before {
  content: "";
  display: block;
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto;
  background-color: #A1C7C3;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text12::before {
    content: "";
    display: block;
    width: calc(180 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto;
    background-color: #A1C7C3;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text12 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: calc(28 / 750 * 100vw);
    line-height: 135%;
    letter-spacing: 0.04em;
    color: #333333;
    text-align: center;
  }
}
.sec08 .sec08__text13 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #088955;
  text-align: center;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text13 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(40 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #088955;
    text-align: center;
    margin: calc(8 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__wrapper03 {
  position: relative;
  margin: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper03 {
    position: relative;
    margin: calc(80 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    display: block;
    width: calc(628 / 750 * 100vw);
  }
}
.sec08 .sec08__inner03 {
  flex: 0 0 min(calc(460 / 1080 * 100vw), 460px);
  background-color: #F7F3EC;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner03 {
    flex: 0 0 calc(460 / 750 * 100vw);
    background-color: #F7F3EC;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner03-1 {
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__text14 {
  position: absolute;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #088955;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text14 {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #088955;
    top: calc(-60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08 .sec08__text15 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text15 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(36 / 750 * 100vw);
    line-height: 135%;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
}
.sec08 .sec08__text16 {
  text-align: center;
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text16 {
    text-align: center;
    margin: calc(32 / 750 * 100vw) 0 0;
    line-height: 100%;
  }
  .sec08 .sec08__text16 span {
    line-height: 100%;
  }
}
.sec08 .sec08__text16 .text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text16 .text1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(26 / 750 * 100vw);
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #333333;
  }
}
.sec08 .sec08__text16 .text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text16 .text2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: calc(26 / 750 * 100vw);
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #333333;
  }
}
.sec08 .sec08__text16 .text3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text16 .text3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(26 / 750 * 100vw);
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #333333;
  }
}
.sec08 .sec08__wrapper04 {
  margin: min(calc(60 / 1080 * 100vw), 60px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper04 {
    margin: calc(80 / 750 * 100vw) 0 0;
    position: relative;
    padding: 0 0 calc(220 / 750 * 100vw);
  }
}
.sec08 .sec08__wrapper04.-reverse .sec08__img04 {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper04.-reverse .sec08__img04 {
    margin-left: auto;
  }
}
.sec08 .sec08__wrapper04.-reverse .sec08__inner04 {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__wrapper04.-reverse .sec08__inner04 {
    right: calc(40 / 750 * 100vw);
    left: auto;
  }
}
.sec08 .sec08__img04 {
  width: min(calc(638 / 1080 * 100vw), 638px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__img04 {
    width: calc(750 / 750 * 100vw);
  }
}
.sec08 .sec08__inner04 {
  width: min(calc(460 / 1080 * 100vw), 460px);
  background-color: #088955;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner04 {
    width: calc(630 / 750 * 100vw);
    top: auto;
    bottom: 0;
    transform: none;
    right: auto;
    left: calc(40 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__text17 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text17 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: calc(40 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-align: center;
  }
}
.sec08 .sec08__text18 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text18 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(26 / 750 * 100vw);
    line-height: 160%;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__text18 strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text18 strong {
    font-weight: 700;
  }
}
.sec08 .sec08__foot {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #333333;
  margin: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__foot {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: calc(40 / 750 * 100vw);
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #333333;
    margin: calc(60 / 750 * 100vw) 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__btnWrapper {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec11 {
  background-color: #F7F3EC;
  padding: 0 0 min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: 0 0 calc(95 / 750 * 100vw);
  }
}
.sec11 .sec11__outer01 {
  background-color: #8E792D;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(128 / 1080 * 100vw), 128px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__outer01 {
    padding: calc(80 / 750 * 100vw) 0 calc(128 / 750 * 100vw);
  }
}
.sec11 .sec11__text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec11 .sec11__text02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__text02 {
    font-size: calc(48 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0 0;
  }
}
.sec11 .sec11__box {
  background-color: #fff;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: max(calc(-64 / 1080 * 100vw), -64px) auto 0;
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__box {
    width: calc(660 / 750 * 100vw);
    margin: calc(-70 / 750 * 100vw) auto 0;
    padding: calc(40 / 750 * 100vw);
  }
}
.sec11 .sec11__list {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__list {
    gap: calc(24 / 750 * 100vw);
    display: block;
  }
}
.sec11 .sec11__item {
  flex: 0 0 min(calc(264 / 1080 * 100vw), 264px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__item {
    flex: 0 0 calc(264 / 750 * 100vw);
    margin: calc(56 / 750 * 100vw) 0 0;
  }
  .sec11 .sec11__item:first-child {
    margin: 0;
  }
  .sec11 .sec11__item:nth-child(even) .sec11__inner {
    flex-direction: row-reverse;
  }
}
.sec11 .sec11__num {
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__num {
    gap: calc(12 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__inner {
    display: flex;
    padding: 0 calc(8 / 750 * 100vw);
    justify-content: center;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec11 .sec11__img {
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__img {
    margin: calc(16 / 750 * 100vw) 0 0;
    flex: 0 0 calc(260 / 750 * 100vw);
  }
}
.sec11 .sec11__text03 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__text03 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec11 .sec11__text04 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__text04 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec11 .sec11__text05 {
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__text05 {
    margin: 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .sec11__text05 strong {
  font-weight: 600;
}
.sec12 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #F7F3EC;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(90 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.sec12 .sec12__title {
  color: var(--body, #333);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title {
    font-size: calc(48 / 750 * 100vw);
    margin: 0 0 calc(70 / 750 * 100vw);
  }
}
.sec12 .sec12__content {
  background-color: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: 0 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__content {
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: 0;
  }
}
.sec12 .sec12__mapWrapper {
  position: relative;
}
.sec12 .sec12__mapImg {
  position: relative;
  z-index: 1;
}
.sec12 .sec12__mapIcon {
  position: absolute;
  border: 1px solid #8E792D;
  border-right: min(calc(20 / 1080 * 100vw), 20px) solid #8E792D;
  background: #FFF;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px);
  filter: drop-shadow(min(calc(5 / 1080 * 100vw), 5px) min(calc(6 / 1080 * 100vw), 6px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.2));
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon {
    border: calc(2 / 750 * 100vw) solid #8E792D;
    border-right: calc(28 / 750 * 100vw) solid #8E792D;
    padding: calc(12 / 750 * 100vw) calc(12 / 750 * 100vw);
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
}
.sec12 .sec12__mapIcon::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.5L7 6.5L1 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  right: max(calc(-18 / 1080 * 100vw), -18px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon::after {
    width: calc(21 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    right: calc(-22 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-1 {
  left: min(calc(189 / 1080 * 100vw), 189px);
  top: min(calc(129 / 1080 * 100vw), 129px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-1 {
    left: calc(30 / 750 * 100vw);
    top: calc(125 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-2 {
  left: min(calc(165 / 1080 * 100vw), 165px);
  top: min(calc(396 / 1080 * 100vw), 396px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-2 {
    left: calc(30 / 750 * 100vw);
    top: calc(490 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-3 {
  left: min(calc(545 / 1080 * 100vw), 545px);
  top: min(calc(88 / 1080 * 100vw), 88px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-3 {
    left: calc(420 / 750 * 100vw);
    top: calc(107 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-4 {
  left: min(calc(575 / 1080 * 100vw), 575px);
  top: min(calc(205 / 1080 * 100vw), 205px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-4 {
    left: calc(420 / 750 * 100vw);
    top: calc(265 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-5 {
  left: min(calc(595 / 1080 * 100vw), 595px);
  top: min(calc(300 / 1080 * 100vw), 300px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-5 {
    left: calc(420 / 750 * 100vw);
    top: calc(395 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item01-6 {
  left: min(calc(625 / 1080 * 100vw), 625px);
  top: min(calc(406 / 1080 * 100vw), 406px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item01-6 {
    left: calc(390 / 750 * 100vw);
    top: calc(520 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item02-1 {
  left: min(calc(133 / 1080 * 100vw), 133px);
  top: min(calc(114 / 1080 * 100vw), 114px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item02-1 {
    left: calc(39 / 750 * 100vw);
    top: calc(126 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item02-2 {
  left: min(calc(226 / 1080 * 100vw), 226px);
  top: min(calc(313 / 1080 * 100vw), 313px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item02-2 {
    left: calc(37 / 750 * 100vw);
    top: calc(447 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item02-3 {
  left: min(calc(642 / 1080 * 100vw), 642px);
  top: min(calc(116 / 1080 * 100vw), 116px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item02-3 {
    left: calc(417 / 750 * 100vw);
    top: calc(168 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item02-4 {
  left: min(calc(547 / 1080 * 100vw), 547px);
  top: min(calc(295 / 1080 * 100vw), 295px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item02-4 {
    left: calc(414 / 750 * 100vw);
    top: calc(480 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item03-1 {
  left: min(calc(206 / 1080 * 100vw), 206px);
  top: min(calc(103 / 1080 * 100vw), 103px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item03-1 {
    left: calc(78 / 750 * 100vw);
    top: calc(154 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item03-2 {
  left: min(calc(177 / 1080 * 100vw), 177px);
  top: min(calc(288 / 1080 * 100vw), 288px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item03-2 {
    left: calc(57 / 750 * 100vw);
    top: calc(452 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item03-3 {
  left: min(calc(542 / 1080 * 100vw), 542px);
  top: min(calc(106 / 1080 * 100vw), 106px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item03-3 {
    left: calc(414 / 750 * 100vw);
    top: calc(181 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item03-4 {
  left: min(calc(542 / 1080 * 100vw), 542px);
  top: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item03-4 {
    left: calc(414 / 750 * 100vw);
    top: calc(357 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item04-1 {
  left: min(calc(276 / 1080 * 100vw), 276px);
  top: min(calc(73 / 1080 * 100vw), 73px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item04-1 {
    left: calc(88 / 750 * 100vw);
    top: calc(124 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item04-2 {
  left: min(calc(167 / 1080 * 100vw), 167px);
  top: min(calc(278 / 1080 * 100vw), 278px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item04-2 {
    left: calc(20 / 750 * 100vw);
    top: calc(402 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item04-3 {
  left: min(calc(377 / 1080 * 100vw), 377px);
  top: min(calc(386 / 1080 * 100vw), 386px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item04-3 {
    left: calc(20 / 750 * 100vw);
    top: calc(530 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item04-4 {
  left: min(calc(522 / 1080 * 100vw), 522px);
  top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item04-4 {
    left: calc(404 / 750 * 100vw);
    top: calc(127 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item04-5 {
  left: min(calc(572 / 1080 * 100vw), 572px);
  top: min(calc(250 / 1080 * 100vw), 250px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item04-5 {
    left: calc(404 / 750 * 100vw);
    top: calc(357 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item05-1 {
  left: min(calc(246 / 1080 * 100vw), 246px);
  top: min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item05-1 {
    left: calc(88 / 750 * 100vw);
    top: calc(414 / 750 * 100vw);
  }
}
.sec12 .sec12__mapIcon.-item05-2 {
  left: min(calc(617 / 1080 * 100vw), 617px);
  top: min(calc(128 / 1080 * 100vw), 128px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__mapIcon.-item05-2 {
    left: calc(350 / 750 * 100vw);
    top: calc(112 / 750 * 100vw);
  }
}
.sec12 .sec12__list {
  margin: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(47 / 1080 * 100vw), 47px);
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(32 / 1080 * 100vw), 32px) min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__list {
    margin: calc(34 / 750 * 100vw) auto calc(48 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec12 .sec12__item {
  flex: 0 0 min(calc(285 / 1080 * 100vw), 285px);
  border: 1px solid #333333;
  border-left: none;
  border-radius: max(calc(0 / 1080 * 100vw), 0px) min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) max(calc(0 / 1080 * 100vw), 0px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__item {
    flex: 0 0 calc(335 / 750 * 100vw);
    border: 1px solid #333333;
    border-left: none;
    border-radius: calc(0 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.sec12 .sec12__item .sec12__itemWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__item .sec12__itemWrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec12 .sec12__itemimg {
    aspect-ratio: 285/160;
    overflow: hidden;
  }
  .sec12 .sec12__itemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__itemimg {
    flex: 0 0 calc(194 / 750 * 100vw);
  }
}
.sec12 .sec12__itemInner {
  flex: 1 0 auto;
  padding: 0 0 min(calc(22 / 1080 * 100vw), 22px) min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__itemInner {
    padding: 0 calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(28 / 750 * 100vw);
  }
}
.sec12 .adlp-tab__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #B0C7BF;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-tab__head {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec12 .adlp-tab__head.--active {
  background-color: #088955;
}
.sec12 .sec12__text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #8e792d;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text01 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: -0.01em;
  }
}
.sec12 .sec12__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 130%;
  letter-spacing: 0em;
  color: #8e792d;
  margin: min(calc(4 / 1080 * 100vw), 4px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text02 {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(3 / 750 * 100vw) 0 0;
  }
}
.sec12 .sec12__text05 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #8E792D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text05 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec12 .sec12__text06 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #088955;
  width: fit-content;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(12 / 1080 * 100vw), 12px);
  margin: max(calc(-15 / 1080 * 100vw), -15px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text06 {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(12 / 750 * 100vw);
    margin: calc(-26 / 750 * 100vw) 0 0;
    z-index: 2;
    position: relative;
  }
}
.sec12 .sec12__text07 {
  font-family: "Shippori Mincho";
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text07 {
    font-size: calc(26 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0 0;
    min-height: calc(110 / 750 * 100vw);
  }
}
.sec12 .sec12__text08 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 130%;
  letter-spacing: 0em;
  color: #8e792d;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__text08 {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0 0;
  }
}
.sec12 .sec12__btnWrapper {
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__btnWrapper {
    padding: calc(20 / 750 * 100vw) 0 0;
  }
}
.sec12 .sec12__btnWrapper .adlp-mBtn02 {
  margin: min(calc(12 / 1080 * 100vw), 12px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__btnWrapper .adlp-mBtn02 {
    margin: calc(16 / 750 * 100vw) 0 0;
  }
}
.sec12 .inner-tab__wrapper {
  background-color: #92D8BF;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 .inner-tab__wrapper {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.sec12 .inner-tab__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: #B0C7BF;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(32 / 1080 * 100vw), 32px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  width: min(calc(300 / 1080 * 100vw), 300px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec12 .inner-tab__head {
    font-size: calc(36 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.sec12 .inner-tab__head.--active {
  background-color: #52968E;
}
.sec12 .inner-tab__head__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec12 .inner-tab__head__wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec12 .inner-tab__content {
  display: none;
}
.sec12 .inner-tab__content.--active {
  display: block;
}
.sec12 .sec12__cvbtn {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__cvbtn {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec12 .sec12__cvbtn .adlp-btn.--btn01 {
    width: min(calc(660 / 1080 * 100vw), 660px);
    background-image: url("data:image/svg+xml,%3Csvg width='660' height='47' viewBox='0 0 660 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1448_82343' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='660' height='47'%3E%3Cmask id='path-1-inside-1_1448_82343' fill='white'%3E%3Crect width='660' height='47' rx='3'/%3E%3C/mask%3E%3Crect width='660' height='47' rx='3' fill='%23D9D9D9' stroke='%230D5E29' stroke-width='8' mask='url(%23path-1-inside-1_1448_82343)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1448_82343)'%3E%3Crect x='3' y='-40' width='654' height='84' rx='42' stroke='%230D5E29' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__cvbtn .adlp-btn.--btn01 {
    width: calc(620 / 750 * 100vw);
  }
}

.sec13 {
  background: #E6F5F0;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
.sec13 .adlp-head .text01 {
  display: block;
  color: #088955;
}
.sec13 .adlp-head .text03 {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec13 {
    padding: calc(80 / 750 * 100vw) 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec13 .adlp-accordion__wrapper {
  gap: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec13 .adlp-accordion__wrapper {
    gap: calc(48 / 750 * 100vw);
  }
}

.sec14 {
  height: min(calc(612 / 1080 * 100vw), 612px);
  background-image: url("../img/pc/sec14_img01.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec14 {
    background-image: url("../img/sp/sec14_img01.webp");
    height: calc(1025 / 750 * 100vw);
  }
}
.sec14 .sec14__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  padding: min(calc(67 / 1080 * 100vw), 67px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__outer {
    width: calc(750 / 750 * 100vw);
    padding: calc(98 / 750 * 100vw) 0 0;
  }
}
.sec14 .sec14__text01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 121%;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 min(calc(10 / 1080 * 100vw), 10px) #000;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__text01 {
    font-size: calc(56 / 750 * 100vw);
    text-shadow: 0 0 calc(10 / 750 * 100vw) #000;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec14 .sec14__textWrapper {
  margin: min(calc(254 / 1080 * 100vw), 254px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__textWrapper {
    margin: calc(70 / 750 * 100vw) auto 0;
    width: fit-content;
  }
}
.sec14 .sec14__text {
  width: fit-content;
  background-color: #fff;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
  margin: min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__text {
    padding: calc(4 / 750 * 100vw) calc(20 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 0;
  }
}
.sec14 .sec14__text02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__text02 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec14 .sec14__text03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #037446;
}
@media screen and (max-width: 767px) {
  .sec14 .sec14__text03 {
    font-size: calc(56 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
