@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#header {
  position: relative;
  z-index: 99;
}

.n-coupon .nopc {
  display: none;
}

@media screen and (max-width: 768px) {
  .n-coupon .nopc {
    display: block;
  }
}

.n-coupon .nosp {
  display: block;
}

@media screen and (max-width: 768px) {
  .n-coupon .nosp {
    display: none !important;
  }
}

.n-coupon .heaaderArea {
  border: none;
}

@media screen and (max-width: 768px) {
  .n-coupon .heaaderArea {
    padding-bottom: 0;
  }
}

.n-coupon .wrapContents {
  padding-top: 40px;
}

@media screen and (max-width: 1198px) {
  .n-coupon .wrapContents {
    padding-top: 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .n-coupon .wrapContents {
    padding-top: 2vw;
  }
}

.n-coupon .headLogoBox {
  flex: 1;
  max-width: 100%;
}

.n-coupon .headLogoBox ul {
  width: 585px;
  max-width: 48.35%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .n-coupon .headLogoBox ul {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}

.n-coupon .headLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .headLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .headLogoBox ul li a {
  display: block;
}

.n-coupon .footLogoBox {
  flex: 1;
}

.n-coupon .footLogoBox ul {
  width: 585px;
  max-width: 54.16%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .n-coupon .footLogoBox ul {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}

.n-coupon .footLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .footLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .footLogoBox ul li a {
  display: block;
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a:before {
  content: ">";
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target="_blank"]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.n-coupon .shopList .linkBox ul li.btn a[target="_blank"]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.foot-line {
  width: 100%;
  height: 54px;
  background: url("../images/bg02.png") repeat top left / 54px 54px;
}

@media screen and (max-width: 1199px) {
  .foot-line {
    height: 4.5vw;
    background: url("../images/bg02.png") repeat top left / 4.5vw 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .foot-line {
    height: 8vw;
    background: url("../images/bg02.png") repeat top left / 8vw 8vw;
  }
}

.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a::before {
  content: ">";
}

.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target="_blank"]:after {
  content: "";
  background-image: url(../images/icon_target_B.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.lp .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.lp figure {
  margin: 0;
}

.lp img {
  pointer-events: none;
}

.lp * {

  font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.lp-header {
  width: 90%;
  margin: 0 auto;
  padding: 12px 0 0;
  max-width: 1145px;
}

@media screen and (max-width: 768px) {
  .lp-header {
    padding: 12px 0;
  }
}

.lp-header .logo {
  width: 302px;
  margin: 0;
}

.lp {
  color: #4c4948;
}

.lp .main-area {
  position: relative;
  margin: 0;
}

.lp .main-area .main-area-contents {
  margin: 0;
padding-bottom: 100px;
}

.lp .container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp .container {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  .wrap br.sp {
      font-size: 0;
  }
}

.lp a {
  transition: all .2s;
}

.lp a:hover {
  opacity: 0.7;
}

.yugo,
.yugo *,
.yugo a {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
}

.headline1 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.2em 0.5em 0.3em;
  background-color: #f00;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .headline1 {
    font-size: 3.583vw;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .headline1 {
    font-size: 4.8vw;
  }
}

.headline1::after {
  content: '';
  width: 2.09em;
  height: 2.2em;
  background: url("../images/deco01.png") no-repeat center center / contain;
  position: absolute;
  top: -30%;
  left: 5px;
}

.headline2 {
  position: relative;
  text-align: center;
}

.headline2::before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #f00;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .headline2::before {
    height: 4px;
  }
}

.headline2 > span {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0.1em 1em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .headline2 > span {
    font-size: 3.333vw;
  }
}

@media screen and (max-width: 768px) {
  .headline2 > span {
    font-size: 4vw;
    letter-spacing: normal;
    padding: 0.1em 0.8em;
  }
}

.headline2 > span::before {
  content: '';
  width: 6px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: #f00;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
}

.headline2 > span::after {
  content: '';
  width: 6px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: #f00;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .headline2 > span::before,
  .headline2 > span::after {
    width: 4px;
  }

  .headline2 > span::before {
    left: -2px;
  }

  .headline2 > span::after {
    right: -2px;
  }

}

.txt1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1199px) {
  .txt1 {
    font-size: 2.666vw;
  }
}

@media screen and (max-width: 768px) {
  .txt1 {
    font-size: 3.733vw;
  }
}

.txt2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1199px) {
  .txt2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .txt2 {
    font-size: 3.733vw;
  }
}

.txt3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .txt3 {
    font-size: 2.25vw;
  }
}

@media screen and (max-width: 768px) {
  .txt3 {
    font-size: 3.466vw;
  }
}

.small {
    font-size: 0.8em;
    display: inline-block;
    font-weight: bold;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.marker {
  background: linear-gradient(transparent 75%, #ffff00 25%);
  margin: 0 3px;
  padding: 0 2px 0 2px;
  display: inline;
}

.ib {
  display: inline-block;
}

/* リスト */
.list-note {
  margin-top: 20px;
}

.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
  }

.list-note > li:not(:first-child) {
  margin-top: 0.3em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* テーブル */
table.table1 {
  width: 100%;
  table-layout: fixed;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (max-width: 768px) {
  table.table1 {
    border: 2px solid #000;
  }
}

table.table1 th,
table.table1 td {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0.5em 0.8em;
  vertical-align: top;
  word-break: break-all;
}

table.table1 tr:first-child th,
table.table1 tr:first-child td {
    font-size: 20px;
    font-weight: normal;
    font-weight: 500;
    padding: 1em 0.8em;
}

@media screen and (max-width: 1199px) {
  table.table1 th,
  table.table1 td {
    font-size: 2.5vw;
  }

  table.table1 tr:first-child th,
  table.table1 tr:first-child td {
      font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  table.table1 th,
  table.table1 td {
    font-size: 3.733vw;
  }
}
table.table1 th {
  background-color: #f0e6d3;
}

table.table1 th *,
table.table1 td * {
  font-size: inherit;
}

table.table1 .col1 {
  width: 40%;
}

table.table1 .col2 {
  width: 60%;
}

.container .inner {
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .container .inner {
    padding: 0 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .container .inner {
    padding: 0 5.33vw;
  }
}

.wrap .pc {
  display: block !important;
}

.wrap .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wrap .pc {
    display: none !important;
  }

  .wrap .sp {
    display: block !important;
  }
}
.mt0 {
  margin-top: 0;
}

.wrap .main-area .c-button {
  max-width: 800px;
  color: #82807f;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border: 3px solid #82807f;
  display: block;
  padding: 0.4em 1em;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area .c-button {
    font-size: 3vw;
    border: 0.25vw solid #82807f;
  }
}

@media screen and (max-width: 768px) {
  .wrap .main-area .c-button {
    font-size: 4vw;
    border: 0.53vw solid #82807f;
  }
}

.wrap .main-area .c-button:hover {
  text-decoration: none;
}

/* top-visual */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.top-visual {
  padding-top: 110px;
}

@media screen and (max-width: 1199px) {
  .top-visual {
    padding-top: 9.17vw;
  }
}

.top-visual-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top-visual-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.top-visual-img {
  text-align: center;
  padding: 25px 20px 30px;
}

@media screen and (max-width: 1199px) {
  .top-visual-img {
    padding: 2.08vw 1.66vw 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .top-visual-img {
    padding: 4vw 2.66vw 4vw;
  }
}

.top-visual-img img {
  width: 976px;
  max-width: 72%;
}

@media screen and (max-width: 768px) {
  .top-visual-img img {
    max-width: 96%;
  }
}

/* intro */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.intro-desc {
  background: url("../images/intro_bg.png") no-repeat top left/576px auto;
  padding: 195px 0 170px;
}

@media screen and (max-width: 1199px) {
  .intro-desc {
    background: url("../images/intro_bg.png") no-repeat top left/48.04vw auto;
    padding: 16.26vw 0 14.17vw;
  }
}

@media screen and (max-width: 768px) {
  .intro-desc {
    padding: 10.66vw 0;
    background: url("../images/intro_bg.png") no-repeat top 2.66vw left/48.04vw auto;
  }
}

.intro-desc-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.intro-text {
  width: 84%;
  padding-left: 23%;
}
@media screen and (max-width: 768px) {
  .intro-text {
    width: 88%;
    padding-left: 0;
    margin: 0 auto;
  }
}

/* circle-menu */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.circle-menu {
  width: 915px;
  max-width: 91.5%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .circle-menu {
    gap: 6.67vw;
  }
}

@media screen and (max-width: 768px) {
  .circle-menu {
    max-width: 75%;
  }
}

.circle-menu ul li img {
  width: 166px;
}

@media screen and (max-width: 1199px) {
  .circle-menu ul li img {
    width: 13.84vw;
  }
}

.circle-menu ul li a {
  display: block;
}

.circle-menu-top ul,
.circle-menu-bottom ul {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 1199px) {
.circle-menu-top ul,
.circle-menu-bottom ul {
    gap: 6.67vw;
  }
}

.circle-menu-middle {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 1199px) {
  .circle-menu-middle {
    gap: 6.67vw;
  }
}

.circle-menu-middle ul {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1199px) {
  .circle-menu-middle ul {
    gap: 6.67vw;
  }
}

.circle-menu-center-img {
  flex: 1;
}

.circle-menu-center-img img {
  width: 300px;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .circle-menu-center-img img {
    width: 25.02vw;
  }
}

@media screen and (max-width: 768px) {
  .circle-menu-center-img img {
    width: 32vw;
  }
}

.menu-upside {
  margin-bottom: 370px;
}

@media screen and (max-width: 1199px) {
  .menu-upside {
    margin-bottom: 30.85vw;
  }
}

@media screen and (max-width: 768px) {
  .menu-upside {
    margin-bottom: 16vw;
  }
}

.menu-down {
  margin-bottom: 250px;
}

@media screen and (max-width: 1199px) {
  .menu-down {
    margin-bottom: 20.85vw;
  }
}

/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sec .container {
  background-color: #fff;
}

.wrap .main-area .sec a {
  color: #ed6d46;
  text-decoration: underline;
}

.sec {
  position: relative;
  margin-bottom: 200px;
}

@media screen and (max-width: 1199px) {
  .sec {
    margin-bottom: 16.68vw;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    margin-bottom: 16vw;
  }
}

.sec::before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec .inner {
  position: relative;
}

.sec .inner::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .sec .inner::before {
    width: 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .sec .inner::before {
    width: 5.33vw;
  }
}

.sec02::before,
.sec04::before,
.sec06::before,
.sec08::before {
  left: auto;
  right: 0;
}

.sec02 .inner::before,
.sec04 .inner::before,
.sec06 .inner::before,
.sec08 .inner::before {
  left: auto;
  right: 0;
}

.sec01::before, .sec01 .inner::before {
  background-color: #e94709;
}

.sec02::before,
.sec02 .inner::before,
.sec03::before,
.sec03 .inner::before {
  background-color: #0097e0;
}

.sec04::before, .sec04 .inner::before {
  background-color: #f49c00;
}

.sec05::before, .sec05 .inner::before {
  background-color: #e95377;
}

.sec06::before, .sec06 .inner::before {
  background-color: #5cb531;
}

.sec07::before, .sec07 .inner::before {
  background-color: #af579d;
}

.sec08::before, .sec08 .inner::before {
  background-color: #00a199;
}

.sec09::before, .sec09 .inner::before {
  background-color: #d15b9c;
}

.sec-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .sec-title {
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 4vw;
  }
}

.sec05 .sec-title {
  margin-bottom: -20px;
}

@media screen and (max-width: 1199px) {
  .sec05 .sec-title {
    margin-bottom: -1.67vw;
  }
}

@media screen and (max-width: 768px) {
  .sec05 .sec-title {
    margin-bottom: -0.8vw;
  }
}

.sec07 .sec-title {
  margin-bottom: 0;
}

.sec08 .sec-title {
  margin-bottom: 0;
}

.sec09 .sec-title {
  margin-bottom: 0;
}

.sec-text {
  color: #4c4948;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  padding-right: 20px;
  margin: 30px 0;
  font-feature-settings: normal;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1199px) {
  .sec-text {
    font-size: 1.66vw;
    padding-right: 1.66vw;
    margin: 2.5vw 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-text {
    font-size: 3.2vw;
    margin: 4vw 0;
  }
}

.sec-txt-l {
  color: #4c4948;
  font-size: 26px;
  font-weight: bold;
  font-feature-settings: normal;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1199px) {
  .sec-txt-l {
    font-size: 2.16vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-txt-l {
    font-size: 3.73vw;
  }
}

.sec-txt-l a {
  font-weight: bold;
}

.img-text-area {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .img-text-area {
    margin-bottom: 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .img-text-area {
    margin-bottom: 2.66vw;
  }
}

.full-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .full-img {
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .full-img {
    margin-bottom: 4vw;
  }
}

.img-text-area .sec-text {
  width: 95%;
  margin-left: auto;
}

.img-list-l .sec-text,
.img-list-r .sec-text,
.container-r .sec-text {
  width: 100%;
}

.l-flex-l .sec-text {
  padding-right: 0;
}

.img-list-l,
.img-list-r,
.container-r {
  width: 94%;
}

.img-list-r,
.container-r {
  margin-left: auto;
}

.img-list-r.w100,
.container-r.w100 {
  width: 100%;
  margin-left: 0;
}

.img-list-l .img-list,
.img-list-r .img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .img-list-l .img-list,
  .img-list-r .img-list {
      gap: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .img-list-l .img-list,
  .img-list-r .img-list {
      gap: 4vw;
  }
}

.img-list-l .img-list > li,
.img-list-r .img-list > li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .img-list-l .img-list > li,
  .img-list-r .img-list > li {
    width: 47.5%;
  }
}

.l-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .l-flex {
    gap: 2.5vw;
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .l-flex {
    gap: 4vw;
    margin-bottom: 4vw;
  }
}

.l-flex-l,
.l-flex-r {
  flex: 1;
}

.sec-point {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .sec-point {
    padding-bottom: 1.66vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-point {
    padding-bottom: 2.66vw;
    padding-top: 4vw;
  }
}

.sec02 .sec-point,
.sec02 .sec-line,
.sec04 .sec-point,
.sec04 .sec-line,
.sec06 .sec-point,
.sec06 .sec-line,
.sec08 .sec-point,
.sec08 .sec-line {
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
.sec02 .sec-point,
.sec02 .sec-line,
.sec04 .sec-point,
.sec04 .sec-line,
.sec06 .sec-point,
.sec06 .sec-line,
.sec08 .sec-point,
.sec08 .sec-line {
    margin-right: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .sec-point,
  .sec02 .sec-line,
  .sec04 .sec-point,
  .sec04 .sec-line,
  .sec06 .sec-point,
  .sec06 .sec-line,
  .sec08 .sec-point,
  .sec08 .sec-line {
      margin-right: 4vw;
  }
}

.sec04 .img-02 {
  width: 63%;
  padding-right: 20px;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .sec04 .img-02 {
    padding-right: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec04 .img-02 {
    width: 100%;
    padding-right: 4vw;
  }
}

.sec04 .img-text-01 {
  display: flex;
  flex-direction: column;
}

.sec04 .text-01 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec05 .cont-l-01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.point-img {
  width: 85%;
  margin-left: auto;
  position: relative;
}

.point-img::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .point-img::after {
    height: 0.33vw;
  }
}

@media screen and (max-width: 768px) {
  .point-img::after {
    height: 0.53vw;
  }
}

.point-icon {
  width: 186px;
  width: 18.6%;
  position: absolute;
  bottom: 0;
  left: -35px;
}

@media screen and (max-width: 1199px) {
  .point-icon {
    left: -2.92vw;
  }
}

@media screen and (max-width: 768px) {
  .point-icon {
    width: 21%;
    left: -4.8vw;
  }
}

.sec-line {
  padding: 20px 0 40px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .sec-line {
    padding: 1.66vw 0 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-line {
    padding: 2.66vw 0 5.33vw;
  }
}

.sec-line::before {
  content: "";
  width: 96%;
  height: 4px;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 8px;
}

@media screen and (max-width: 1199px) {
  .sec-line::before {
    height: 0.33vw;
    right: 0.66vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-line::before {
    height: 0.53vw;
  }
  .sec02 .sec-line::before,
  .sec04 .sec-line::before,
  .sec06 .sec-line::before,
  .sec08 .sec-line::before {
    width: 100%;
  }
}

.sec-line::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #4c4948;
  border-radius: 50%;
  position: absolute;
  bottom: -7px;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .sec-line::after {
    width: 1.5vw;
    height: 1.5vw;
    bottom: -0.59vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-line::after {
    width: 2.13vw;
    height: 2.13vw;
    bottom: -0.8vw;
  }
}

.sec-line-img {
  width: 800px;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec-line-img {
    max-width: 94%;
  }
}

.sec05 .sec-line-img {
  width: 806px;
  max-width: 80.6%;
}

@media screen and (max-width: 768px) {
  .sec05 .sec-line-img {
    max-width: 94%;
  }
}

.sec06 .sec-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .sec06 .sec-title {
    margin-bottom: 1.66vw;
  }
}

.sec06 .sec-line-img {
  width: 860px;
  max-width: 86%;
}

@media screen and (max-width: 768px) {
  .sec06 .sec-line-img {
    max-width: 94%;
  }
}

.sec08 .sec-line-img {
  width: 910px;
  max-width: 91%;
}

@media screen and (max-width: 768px) {
  .sec08 .sec-line-img {
    max-width: 94%;
  }
}

.sec09 .sec-line-img {
  width: 920px;
  max-width: 92%;
}

@media screen and (max-width: 768px) {
  .sec09 .sec-line-img {
    max-width: 94%;
  }
}

.sec-note {
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .sec-note {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-note {
    font-size: 2.66vw;
  }
}

.sec-note + .sec-note {
  margin-top: 0.3em;
}

.sec-note-r {
  text-align: right;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .sec-note-r {
    margin-top: 1em;
  }
}

.sec-note-r > span {
  display: inline-block;
}

.sec05 .sec-line .sec-note-r {
  margin-top: -1em;
  padding-left: 58%;
}

@media screen and (max-width: 768px) {
  .sec05 .sec-line .sec-note-r {
    margin-top: 1em;
    padding-left: 0;
  }
}

.sec08 .sec-line .sec-note {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -80px;
  padding-right: 55%;
}

@media screen and (max-width: 1199px) {
  .sec08 .sec-line .sec-note {
    margin-top: -6.68vw;
  }
}

@media screen and (max-width: 768px) {
  .sec08 .sec-line .sec-note {
    margin-top: 1em;
    padding-right: 0;
  }
}

.sec09 .sec-line .sec-note-r {
  margin-top: -1em;
  padding-left: 54%;
}

@media screen and (max-width: 768px) {
  .sec09 .sec-line .sec-note-r {
    margin-top: 1em;
    padding-left: 0;
  }
}

.info-banner {
  margin: 60px auto 0;
}

@media screen and (max-width: 1199px) {
  .info-banner {
    margin: 5vw auto 0;
  }
}

.info-banner-title {
  color: #4c4948;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .info-banner-title {
    font-size: 2.08vw;
  }
}

@media screen and (max-width: 768px) {
  .info-banner-title {
    font-size: 3.73vw;
  }
}

.info-banner-list {
  width: 800px;
  max-width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
}

@media screen and (max-width: 1199px) {
  .info-banner-list {
    gap: 2.5vw;
    margin: 2.5vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .info-banner-list {
    max-width: 94%;
    gap: 4vw;
  }
}

.info-banner-list li a {
  display: block;
}

.sec-bottom {
  margin-top: 90px;
}

@media screen and (max-width: 1199px) {
  .sec-bottom {
    margin-top: 7.5vw;
  }
}

.sec-bottom {
  text-align: center;
}

.wrap .main-area .sec-bottom a {
  text-decoration: none;
  border-bottom: 3px solid currentColor;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area .sec-bottom a {
    border-bottom: 0.25vw solid currentColor;
  }
}

.voice {
  margin-top: 230px;
  margin-bottom: 250px;
}

@media screen and (max-width: 1199px) {
  .voice {
    margin-top: 19.18vw;
    margin-bottom: 20.85vw;
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 18.66vw;
    margin-bottom: 21.33vw;
  }
}

.voice-head {
  position: relative;
}

.voice-icon {
  width: 186px;
  width: 18.6%;
  position: absolute;
  top: 0;
  left: -35px;
}

@media screen and (max-width: 1199px) {
  .voice-icon {
    left: -2.92vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-icon {
    width: 21%;
    top: 5vw;
    left: -4.8vw;
  }
}

.voice-title {
  width: 130px;
  max-width: 13%;
  line-height: 1;
  padding: 20px 0 35px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .voice-title {
    padding: 1.66vw 0 2.91vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-title {
    max-width: 100%;
    width: 26.66vw;
  }
}

.voice-lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .voice-lead {
    font-size: 1.83vw;
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-lead {
    font-size: 3.46vw;
    padding-left: 20%;
    text-align: left;
  }
}

.voice-cont {
  width: 845px;
  max-width: 84.5%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .voice-cont {
    max-width: 100%;
  }
}

.voice-main {
  margin-bottom: 110px;
}

@media screen and (max-width: 1199px) {
  .voice-main {
    margin-bottom: 9.17vw;
  }
}

.voice-list > li {
  border-top: 2px solid #706d6d;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .voice-list > li {
    border-top: 0.16vw solid #706d6d;
    gap: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-list > li {
    gap: 4vw;
  }
}

.voice-list > li:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .voice-list > li:not(:first-child) {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-list > li:not(:first-child) {
    margin-top: 8vw;
  }
}

.voice-list > li:nth-child(even) {
  flex-direction: row-reverse;
}

.voice-img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .voice-img {
    width: 40%;
  }
}

.voice-text {
  color: #4c4948;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
  padding: 30px 0;
  border-bottom: 2px solid #706d6d;
}

@media screen and (max-width: 1199px) {
  .voice-text {
    font-size: 1.5vw;
    padding: 2.5vw 0;
    border-bottom: 0.16vw solid #706d6d;
  }
}

@media screen and (max-width: 768px) {
  .voice-text {
    font-size: 2.93vw;
  }
}

.voice-more-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
  .voice-more-text {
    font-size: 1.83vw;
    margin: 0 auto 4.17vw;
  }
}

@media screen and (max-width: 768px) {
  .voice-more-text {
    font-size: 3.73vw;
  }
}

.voice-more-link {
  display: block;
  width: 697px;
  max-width: 69.7%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .voice-more-link {
    max-width: 100%;
  }
}

.message {
  margin-bottom: 260px;
}

@media screen and (max-width: 1199px) {
  .message {
    margin-bottom: 21.68vw;
  }
}

.message-item01 {
  width: 950px;
  max-width: 95%;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1199px) {
  .message-item01 {
    gap: 4.17vw;
    margin: 0 auto 8.34vw;
  }
}

@media screen and (max-width: 768px) {
  .message-item01 {
    max-width: 84%;
    flex-direction: column;
    gap: 8vw;
    margin: 0 auto 13.33vw;
  }
}

.message-logo {
  width: 212px;
  max-width: 22.3%;
}

@media screen and (max-width: 768px) {
  .message-logo {
    width: 48vw;
    max-width: 100%;
  }
}

.message-text01 {
  flex: 1;
  font-size: 23px;
  line-height: 2.17;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1199px) {
  .message-text01 {
    font-size: 1.91vw;
  }
}

@media screen and (max-width: 768px) {
  .message-text01 {
    font-size: 3.46vw;
  }
}

.message-text01 .em {
  font-size: 1.2em;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff000 70%);
  display: inline-block;
  line-height: 1;
}

.message-item02 {
  width: 920px;
  max-width: 92%;
  margin: 0 auto 300px;
}

@media screen and (max-width: 1199px) {
  .message-item02 {
    margin: 0 auto 25.02vw;
  }
}

@media screen and (max-width: 768px) {
  .message-item02 {
    max-width: none;
    margin: 0 calc(50% - 48vw) 18.66vw;
    width: 96vw;
  }
}

.message-item03 {
  margin-bottom: 110px;
}

@media screen and (max-width: 1199px) {
  .message-item03 {
    margin-bottom: 9.17vw;
  }
}

.message-text03 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  line-height: 2.17;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .message-text03 {
    font-size: 2.91vw;
    margin-bottom: 9.17vw;
  }
}
@media screen and (max-width: 768px) {
  .message-text03 {
    font-size: 4.8vw;
  }
}

.message .info-banner {
  margin-bottom: 95px;
}

@media screen and (max-width: 1199px) {
  .message .info-banner {
    margin-bottom: 7.92vw;
  }
}

.wrap .main-area .search-button .c-button {
  position: relative;
  padding: 0.4em 1em 0.4em 2.5em;
}

.search-button .c-button::before {
  content: "";
  width: 1.5277em;
  height: 1.5em;
  background: url("../images/icon_search.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.55em;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .button-list {
    max-width: 94%;
    margin: 0 auto;
  }
}

.button-list > li:not(:first-child) {
  margin-top: 90px;
}

@media screen and (max-width: 1199px) {
  .button-list > li:not(:first-child) {
    margin-top: 7.5vw;
  }
}

.bottom-menu-inner {
  padding-bottom: 70px;
  border-bottom: 2px solid #706d6d;
}

@media screen and (max-width: 1199px) {
  .bottom-menu-inner {
    padding-bottom: 5.83vw;
    border-bottom: 0.16vw solid #706d6d;
  }
}

.bottom-menu-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 2em;
}

@media screen and (max-width: 1199px) {
  .bottom-menu-title {
    font-size: 1.66vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom-menu-title {
    font-size: 4vw;
  }
}

.bottom-menu-wrap {
  width: 640px;
  max-width: 64%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .bottom-menu-wrap {
    gap: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom-menu-wrap {
    max-width: 100%;
  }
}

.bottom-menu-list ul {
  margin-top: 1em;
}

.bottom-menu-list li {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 1.2em;
}

@media screen and (max-width: 1199px) {
  .bottom-menu-list li {
    font-size: 1.41vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom-menu-list li {
    font-size: 2.93vw;
  }
}

.bottom-menu-list li a {
  display: inline-block;
}

.bottom-menu-list li:not(:first-child) {
  margin-top: 1em;
}

.bottom-menu-list li a::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0;
}

.foot-logo-menu {
  padding-top: 110px;
}

@media screen and (max-width: 1199px) {
  .foot-logo-menu {
    padding-top: 9.17vw;
  }
}