@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@600&display=swap");
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: calc(30/18);
  letter-spacing: -.01em;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1000px;
}

a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: .7;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

figure {
  text-align: center;
  line-height: 0;
}

p {
  font-size: 1.8rem;
  line-height: calc(30/18);
  letter-spacing: -.01em;
}

figure {
  text-align: center;
  line-height: 0;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  p {
    font-size: 4vw;
    line-height: 1.5;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------------
    text/font
------------------------------ */
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.color_red {
  color: #cc0000;
}

.color_wine {
  color: #91071e !important;
}

.color_yel {
  color: #fed902;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.highlight {
  background: linear-gradient(transparent 48%, #fed902 48%, #fed902 98%, transparent 98%);
}

.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.udl_wine {
  background: linear-gradient(transparent 88%, #91071e 88%, #91071e 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}

.mac .udl_wine {
  border-bottom: 1px solid #91071e !important;
  padding-bottom: .1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }

  .udl_wine, .mac .udl_wine {
    background: none;
    border-bottom: 1px solid #91071e !important;
    padding: .05em 0;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.justifycontent_spacebetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justifycontent_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.alignitems_center {
  -webkit-align-items: center;
  align-items: center;
}

/* ------------------------------
    float
------------------------------ */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ------------------------------
*  btn
------------------------------ */
.btn {
  text-align: center;
}
.btn a {
  position: relative;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .btn.wide {
    margin-left: -3%;
    margin-right: -3%;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta .cta_img {
  line-height: 1;
  margin: 0 12px 35px 0;
}
.cta .cta_img.wide {
  margin: 0 110px 35px 0;
}
.cta .cta_img.wide + .btn {
  margin-left: 56px;
}

@media screen and (max-width: 767px) {
  .cta .cta_img {
    margin: 0 auto 3%;
  }
  .cta .cta_img img {
    width: 90%;
  }
  .cta .cta_img.wide {
    margin: 0 auto 3% -2vw;
  }
  .cta .cta_img.wide + .btn {
    margin-left: auto;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 6px solid #bf9000 !important;
  background: url("../img/bg_fv.jpg") no-repeat center top/cover;
}

.fv_ttl {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  line-height: 0;
}
.fv_ttl img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #fv {
    height: 100%;
    border-top: 4px solid #bf9000 !important;
  }

  .fv_ttl {
    max-width: inherit;
  }
}
/* ------------------------------
*  common
------------------------------ */
.contents_wrap {
  position: relative;
  max-width: 928px;
  box-shadow: 0 0 4px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  margin: auto;
}

.obi {
  position: relative;
  max-width: 100%;
  height: 154px;
  background-image: url("../img/img_obi_pc.jpg");
  z-index: 2;
}
.obi.line {
  border-bottom: 4px solid #bf9000;
  height: 158px;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }

  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-size: cover;
    background-position: center top;
    height: 19.2vw;
  }
  .obi.line {
    border-top-width: 0.8vw;
    height: 20vw;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: url("../img/bg_green.png") repeat;
  padding: 40px 0 45px;
}
.sec01 .contents_wrap {
  padding: 44px 23px 88px;
}
.sec01 .board {
  background: url("../img/bg_yel.png") repeat;
  padding: 20px;
  margin-bottom: 5px;
}
.sec01 .inner {
  position: relative;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 72px 18px 38px;
}
.sec01 .inner::before {
  position: absolute;
  content: "";
  background: url("../img/img_clip.png") no-repeat center center/contain;
  width: 212px;
  height: 66px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 .inner p {
  letter-spacing: -.01em;
  padding: 0 .5em;
}
.sec01 .inner p + p {
  margin-top: 30px;
}
.sec01 .list {
  margin: 20px auto 45px;
}
.sec01 .list li {
  position: relative;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #121212;
  line-height: calc(40/30);
  text-indent: -0.5em;
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding: .7em 0 .7em 66px;
  margin-bottom: .1em;
}
.sec01 .list li.wide {
  letter-spacing: .05em;
}
.sec01 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/contain;
  width: 43px;
  height: 39px;
  left: 0;
  top: 0.75em;
}
.sec01 .list .marker {
  background: linear-gradient(transparent 70%, #fed902 70%, #fed902 100%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 5% 0;
  }
  .sec01 .contents_wrap {
    padding: 5% 1.5% 6%;
  }
  .sec01 .board {
    padding: 3%;
  }
  .sec01 .inner {
    padding: 9.2% 3% 6%;
  }
  .sec01 .inner::before {
    width: 32vw;
    height: 9.867vw;
    top: -2.933vw;
  }
  .sec01 .inner p {
    padding: 0;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .list {
    margin: 5% auto 8%;
  }
  .sec01 .list li {
    font-size: 4.2vw;
    padding: .7em 0 .7em 8vw;
  }
  .sec01 .list li::before {
    width: 5.867vw;
    height: 5.333vw;
  }
  .sec01 .arrow img {
    width: 50%;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: url("../img/bg_sec02.jpg") no-repeat center top/cover;
  padding: 78px 0 97px;
}
.sec02 .wrap {
  max-width: 960px;
}
.sec02 .ttl {
  margin: 0 auto 35px;
}
.sec02 .txt_box {
  gap: 0 58px;
  padding: 0 10px;
  flex-direction: row-reverse;
}
.sec02 .txt_box p + p {
  margin-top: 28px;
}
.sec02 .txt_box .img {
  margin: 20px 50px 0 0;
}
.sec02 .txt_box .dot_list {
  margin: 28px 0;
}
.sec02 .txt_box .dot_list li {
  font-size: 1.8rem;
  line-height: calc(36/18);
  padding-left: 1.1em;
  position: relative;
}
.sec02 .txt_box .dot_list li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #91071e;
}
.sec02 .item {
  width: 100%;
  margin: 46px auto 50px;
  justify-content: space-between;
}
.sec02 .item .check_list {
  width: 610px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px 0;
}
.sec02 .item .check_list li {
  background: #006400;
  border: 2px solid #bf9000 !important;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.sec02 .item .check_list li p {
  font-size: 2.4rem;
  line-height: calc(32/24);
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding: .2em 0 .2em 46px;
  white-space: nowrap;
}
.sec02 .item .check_list li p::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_yel.svg") no-repeat center center/contain;
  width: 27px;
  height: 27px;
  left: 0;
  top: .3em;
  color: #91071e;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
  }
  .sec02 .wrap {
    max-width: inherit;
  }
  .sec02 .ttl {
    margin: 0 auto 5%;
  }
  .sec02 .ttl img {
    width: 86%;
  }
  .sec02 .txt_box {
    gap: 0;
    padding: 0 1.6%;
    flex-direction: column;
    align-items: center;
  }
  .sec02 .txt_box p + p {
    margin-top: 5%;
  }
  .sec02 .txt_box .img {
    margin: 0 auto 5%;
  }
  .sec02 .txt_box .img img {
    width: 50%;
  }
  .sec02 .txt_box .dot_list {
    margin: 6.5% 0;
  }
  .sec02 .txt_box .dot_list li {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec02 .txt_box .dot_list li + li {
    margin-top: 1.5%;
  }
  .sec02 .item {
    margin: 5% auto;
    flex-direction: column;
    align-items: center;
  }
  .sec02 .item_img img {
    width: 68%;
  }
  .sec02 .item .check_list {
    width: 96%;
    align-items: center;
    margin-bottom: 5%;
    gap: 3vw 0;
  }
  .sec02 .item .check_list li {
    padding: .4em .4em .5em 2.667vw;
  }
  .sec02 .item .check_list li p {
    font-size: 4.2vw;
    padding-left: 8vw;
    white-space: normal;
  }
  .sec02 .item .check_list li p::before {
    width: 4.8vw;
    height: 4.8vw;
    top: .3em;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03 .sec_ttl {
  position: relative;
  background: url("../img/bg_secttl.png") repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 158px;
  border-top: 4px solid #bf9000 !important;
}
.sec03 .sec_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/bg_secttl.png") repeat;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 258px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -59px;
}
.sec03 .sec_ttl .ttl {
  color: #fff;
  font-size: 6.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -.07em;
  padding-bottom: .1em;
}
.sec03_body {
  background: url("../img/bg_sec03.jpg") no-repeat center top/cover;
  padding: 90px 0 90px;
  border-bottom: 5px solid #bf9000 !important;
}
.sec03 .inner {
  padding: 0 10px;
}
.sec03 .inner p + p {
  margin-top: 28px;
}
.sec03 .img_wrap {
  justify-content: center;
  align-items: center;
  gap: 0 28px;
  margin: 46px auto 58px;
}
.sec03 .dot_list {
  margin: 28px 0 24px;
}
.sec03 .dot_list li {
  font-size: 2.2rem;
  line-height: calc(36/22);
  position: relative;
  padding-left: 1.385em;
}
.sec03 .dot_list li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}
.sec03 .num_list {
  margin: 65px 0 60px;
}
.sec03 .num_list li {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
.sec03 .num_list li .txt {
  font-size: 2.4rem;
  line-height: calc(36/24);
  font-weight: 700;
  position: relative;
  letter-spacing: -.01em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.sec03 .num_list li + li {
  margin-top: 40px;
}
.sec03 .sub_ttl.sub_ttl01 {
  margin: 90px auto 55px;
}
.sec03 .sub_ttl.sub_ttl02 {
  margin: 120px auto 55px;
}
.sec03 .sub_ttl.sub_ttl02 .txt03 {
  padding-left: 35px;
}
.sec03 .sub_ttl.sub_ttl03 {
  margin: 76px auto 100px;
}
.sec03 .sub_ttl.sub_ttl04 {
  margin: 68px auto 86px;
}
.sec03 .sub_ttl .txt01,
.sec03 .sub_ttl .txt02,
.sec03 .sub_ttl .txt03,
.sec03 .sub_ttl .txt04 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.sec03 .sub_ttl .txt01 {
  color: #000000;
  font-size: 4.6rem;
}
.sec03 .sub_ttl .txt02 {
  color: #91071e;
  font-size: 7.2rem;
}
.sec03 .sub_ttl .txt03 {
  color: #91071e;
  font-size: 6rem;
}
.sec03 .sub_ttl .txt04 {
  color: #000;
  font-size: 6.24rem;
}
.sec03 .sub_ttl .txt04.nrw {
  letter-spacing: -.06em;
}
.sec03 .sub_ttl .txt04 .sm {
  font-size: 3.8rem;
  position: relative;
  top: -.2em;
  padding: 0 .3em;
}
.sec03 .txt_box.box01 {
  gap: 0 30px;
}
.sec03 .txt_box.box01 .txt {
  padding-top: 30px;
}
.sec03 .txt_box.box02 {
  gap: 0 34px;
  margin-bottom: 36px;
}
.sec03 .txt_box.box02 .txt {
  padding-top: 18px;
  margin-right: -8px;
}
.sec03 .txt_box.box02 .img {
  margin-left: -10px;
}
.sec03 .img.img04 {
  margin: 0 auto 48px;
}
.sec03 .cta {
  margin-top: 90px;
}
.sec03 .marker {
  background: linear-gradient(transparent 72%, #fed902 72%, #fed902 100%, transparent 100%);
}
.sec03 .marker2 {
  background: linear-gradient(transparent 66%, #fed902 66%, #fed902 100%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .sec03 .sec_ttl {
    height: auto;
    border-top: 3px solid #bf9000 !important;
    padding: 5% 0;
  }
  .sec03 .sec_ttl::before {
    width: 29.333vw;
    height: 6.933vw;
    bottom: -6.667vw;
  }
  .sec03 .sec_ttl .ttl {
    font-size: 6.8vw;
    letter-spacing: -.02em;
  }
  .sec03_body {
    padding: 12% 0 6.5%;
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec03 .inner {
    padding: 0 1.6%;
  }
  .sec03 .inner p + p {
    margin-top: 5%;
  }
  .sec03 .img_wrap {
    gap: 0 3vw;
    margin: 5% auto;
  }
  .sec03 .dot_list {
    margin: 5% 0;
  }
  .sec03 .dot_list li {
    font-size: 4.2vw;
  }
  .sec03 .num_list {
    margin: 6.5% auto;
  }
  .sec03 .num_list li {
    align-items: flex-start;
    gap: 0 3vw;
  }
  .sec03 .num_list li .txt {
    font-size: 4.4vw;
  }
  .sec03 .num_list li + li {
    margin-top: 5%;
  }
  .sec03 .num_list li .num img {
    width: 12vw;
  }
  .sec03 .sub_ttl.sub_ttl01, .sec03 .sub_ttl.sub_ttl02, .sec03 .sub_ttl.sub_ttl03, .sec03 .sub_ttl.sub_ttl04 {
    margin: 8% auto 5%;
  }
  .sec03 .sub_ttl.sub_ttl02 .txt03 {
    padding-left: 0;
  }
  .sec03 .sub_ttl .txt01 {
    font-size: 5.6vw;
  }
  .sec03 .sub_ttl .txt02 {
    font-size: 8vw;
  }
  .sec03 .sub_ttl .txt03 {
    font-size: 7.2vw;
  }
  .sec03 .sub_ttl .txt04 {
    font-size: 7.8vw;
  }
  .sec03 .sub_ttl .txt04 .sm {
    font-size: 5vw;
  }
  .sec03 .txt_box {
    flex-direction: column;
    align-items: center;
  }
  .sec03 .txt_box.box01 {
    gap: 0;
  }
  .sec03 .txt_box.box01 .txt {
    padding-top: 5%;
  }
  .sec03 .txt_box.box02 {
    gap: 0;
    margin-bottom: 5%;
  }
  .sec03 .txt_box.box02 .txt {
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .sec03 .txt_box.box02 .img {
    margin-right: auto;
    margin-left: auto;
  }
  .sec03 .img.img03 {
    margin: 0 auto 5%;
  }
  .sec03 .img.img03 img {
    width: 60%;
  }
  .sec03 .img.img04 {
    margin: 0 auto 5%;
  }
  .sec03 .img.img05 {
    margin: 5% auto 0;
  }
  .sec03 .img.img05 img {
    width: 86%;
  }
  .sec03 .cta {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04_head {
  background: url("../img/bg_sec03_head.jpg") no-repeat center top/cover;
  border-bottom: 5px solid #bf9000 !important;
}
.sec04_head .ttl {
  line-height: 0;
}
.sec04_body {
  background: #126133;
  padding: 50px 0 56px;
  border-bottom: 4px solid #bf9000 !important;
}
.sec04 .contents_wrap {
  padding: 50px 22px 95px;
  margin-top: -106px;
}
.sec04 .contents_wrap p {
  letter-spacing: -.01em;
}
.sec04 .contents_wrap p + p {
  margin-top: 28px;
}
.sec04 .merit:not(.merit04) {
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: 48px;
}
.sec04 .merit_ttl {
  align-items: center;
  margin-bottom: 60px;
  padding-left: 16px;
  margin-bottom: 45px;
}
.sec04 .merit_ttl .ttl_txt {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: calc(40/36);
  flex: 1;
}
.sec04 .merit_ttl .ttl_txt.indent {
  text-indent: -1em;
}
.sec04 .merit.merit01 .merit_ttl {
  gap: 0 46px;
}
.sec04 .merit.merit01 .txt_box {
  gap: 0 20px;
  margin-bottom: 20px;
}
.sec04 .merit.merit02 .merit_ttl {
  gap: 0 15px;
}
.sec04 .merit.merit02 .txt_box {
  gap: 0 5px;
}
.sec04 .merit.merit03 .merit_ttl {
  gap: 0 15px;
}
.sec04 .merit.merit03 .txt_box {
  gap: 0 15px;
  margin-bottom: 24px;
}
.sec04 .merit.merit03 .img {
  padding-top: 15px;
}
.sec04 .merit.merit04 .merit_ttl {
  gap: 0 20px;
}
.sec04 .merit.merit04 .txt_box {
  gap: 0 15px;
  margin-bottom: 28px;
}
.sec04 .merit + .merit {
  margin-top: 60px;
}
.sec04 .arrow {
  margin: 40px auto 78px;
}
.sec04 .sub_ttl {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}
.sec04 .txt_box.box02 {
  align-items: center;
  gap: 0 80px;
  padding-left: 10px;
}
.sec04 .txt_box.box02 .img {
  padding: 0 76px 0 0;
}
.sec04 .cta {
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .sec04_head {
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec04_body {
    padding: 8% 0 8%;
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec04 .contents_wrap {
    padding: 8% 5%;
    margin-top: -12%;
  }
  .sec04 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec04 .merit:not(.merit04) {
    padding-bottom: 8%;
  }
  .sec04 .merit_ttl {
    margin-bottom: 6.5%;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 3vw 0 !important;
  }
  .sec04 .merit_ttl .num img {
    width: 16vw;
  }
  .sec04 .merit_ttl .ttl_txt {
    font-size: 6.6vw;
    text-align: center;
    line-height: 1.35;
  }
  .sec04 .merit.merit02 .img {
    margin-bottom: 3% !important;
  }
  .sec04 .merit.merit03 .img {
    padding-top: 0;
  }
  .sec04 .merit + .merit {
    margin-top: 10%;
  }
  .sec04 .arrow {
    margin: 6.5% auto;
  }
  .sec04 .arrow img {
    width: 54%;
  }
  .sec04 .sub_ttl {
    font-size: 6.8vw;
    margin-bottom: 0;
    line-height: 1.35;
  }
  .sec04 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
    margin-bottom: 0 !important;
  }
  .sec04 .txt_box .img {
    margin: 5% auto !important;
  }
  .sec04 .txt_box .img img {
    width: 86%;
  }
  .sec04 .txt_box.box02 {
    gap: 0;
    padding-left: 0;
  }
  .sec04 .txt_box.box02 .img {
    padding: 0;
  }
  .sec04 .txt_box.box02 .img img {
    width: 60%;
  }
  .sec04 .cta {
    margin: 10% auto 0;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: url("../img/bg_sec05.jpg") no-repeat center top/cover;
  padding: 75px 0 130px;
  border-bottom: 4px solid #bf9000 !important;
}
.sec05 .wrap {
  max-width: 963px;
}
.sec05 .ttl {
  margin: 0 auto 60px;
}
.sec05 .ttl .txt01,
.sec05 .ttl .txt02 {
  display: block;
}
.sec05 .ttl .txt01 {
  line-height: 1;
}
.sec05 .ttl .txt02 {
  font-size: 6.54rem;
  color: #111;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.07em;
  line-height: 1.5;
}
.sec05 .ttl + p {
  padding: 0 1.5em;
  margin-bottom: 24px;
}
.sec05 .inner {
  width: 100%;
}
.sec05 .step {
  margin: 0 auto;
  background: #fff;
  border: 4px solid #bf9000 !important;
  padding: 40px 15px 30px;
}
.sec05 .step + .step {
  margin-top: 50px;
}
.sec05 .step_ttl {
  align-items: center;
  gap: 0 20px;
  margin-bottom: 36px;
}
.sec05 .step_ttl .ttl_txt {
  font-size: 4rem;
  color: #91071e !important;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.01em;
  line-height: calc(48/40);
  text-indent: -0.5em;
  padding-bottom: .3em;
  flex: 1;
}
.sec05 .step .txt_box {
  gap: 0 20px;
  margin-bottom: 28px;
  padding-right: 15px;
}
.sec05 .step .txt_box.al_center {
  align-items: center;
}
.sec05 .step .txt > p {
  letter-spacing: -.01em;
  text-align: justify;
}
.sec05 .step .txt > p + p {
  margin-top: 28px;
}
.sec05 .cta {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0 6.5%;
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec05 .wrap {
    max-width: inherit;
  }
  .sec05 .ttl {
    margin: 0 auto 5%;
  }
  .sec05 .ttl .txt01 img {
    width: 80%;
    margin-bottom: 3%;
  }
  .sec05 .ttl .txt02 {
    font-size: 8vw;
    letter-spacing: -.02em;
    line-height: 1.25;
  }
  .sec05 .ttl + p {
    padding: 0;
    margin-bottom: 5%;
  }
  .sec05 .inner {
    width: 100%;
    padding: 0 1.6%;
  }
  .sec05 .step {
    border-width: 3px;
    padding: 6.5% 3% 6.5%;
    border: 3px solid #bf9000 !important;
  }
  .sec05 .step + .step {
    margin-top: 6.5%;
  }
  .sec05 .step_ttl {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
    margin-bottom: 5%;
  }
  .sec05 .step_ttl .num img {
    width: 16vw;
  }
  .sec05 .step_ttl .ttl_txt {
    font-size: 6.9vw;
    text-align: center;
    text-indent: inherit;
  }
  .sec05 .step .txt_box {
    gap: 5vw 0;
    margin-bottom: 5%;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .sec05 .step .img img {
    width: 86%;
  }
  .sec05 .step .txt > p + p {
    margin-top: 5%;
  }
  .sec05 .cta {
    margin-top: 10%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  background: #fff;
  padding-bottom: 115px;
  border-bottom: 4px solid #bf9000 !important;
}
.sec06 .wrap {
  max-width: 990px;
}
.sec06 .sec_ttl {
  background: url("../img/bg_secttl.png") repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 154px;
  margin-bottom: 80px;
}
.sec06 .sec_ttl .ttl {
  color: #fff;
  font-size: 6.9rem;
  font-weight: 600;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
}
.sec06 .sub_ttl .txt01,
.sec06 .sub_ttl .txt02 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
.sec06 .sub_ttl .txt01 {
  font-size: 3.8rem;
  color: #111;
}
.sec06 .sub_ttl .txt01::before, .sec06 .sub_ttl .txt01::after {
  position: absolute;
  content: "";
  background: url("../img/img_slash.svg") no-repeat center center/contain;
  width: 44px;
  height: 57px;
  bottom: 5px;
}
.sec06 .sub_ttl .txt01::before {
  transform: scale(-1, 1);
  left: -70px;
}
.sec06 .sub_ttl .txt01::after {
  right: -60px;
}
.sec06 .sub_ttl .txt02 {
  font-size: 3.6rem;
}
.sec06 .sub_ttl.sub_ttl01 {
  margin-bottom: 32px;
}
.sec06 .sub_ttl.sub_ttl02 {
  margin-top: 66px;
  margin-bottom: 68px;
}
.sec06 .sub_ttl .marker {
  background: linear-gradient(transparent 68%, #fed902 68%, #fed902 100%, transparent 100%);
}
.sec06 .profile {
  gap: 0 30px;
}
.sec06 .profile .txt {
  flex: 1;
  padding-left: 15px;
}
.sec06 .profile .name {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 32px;
}
.sec06 .profile .name.name01 {
  margin-left: 50px;
}
.sec06 .profile .name.name02 {
  margin-left: 38px;
}
.sec06 .profile .name span {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  letter-spacing: -.01em;
  display: block;
  font-weight: 500;
  line-height: 1.4;
}
.sec06 .profile .name .txt01 {
  font-size: 5.8rem;
}
.sec06 .profile .name .txt02 {
  font-size: 1.8rem;
}
.sec06 .profile .img01 {
  padding: 10px 63px 0 60px;
}
.sec06 .profile .img03 {
  padding: 20px 63px 0 60px;
}
.sec06 .profile .pos {
  font-size: 1.8rem;
  line-height: calc(30/18);
  margin-bottom: 30px;
}
.sec06 .place {
  margin-top: 60px;
}
.sec06 .line {
  background-image: radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-top: 58px;
  margin-bottom: 26px;
}
.sec06 .list {
  flex: 1;
  margin-top: 10px;
}
.sec06 .list dt {
  font-size: 2rem;
  line-height: calc(30/20);
  font-weight: 700;
}
.sec06 .list dd .dot_list li {
  padding-left: 1em;
  position: relative;
}
.sec06 .list dd .dot_list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.sec06 .list dd + dt {
  margin-top: 40px;
}
.sec06 .img_wrap {
  justify-content: center;
  gap: 0 43px;
  margin: 18px auto 70px;
}
.sec06 .voice {
  width: 100%;
  max-width: 922px;
  margin-bottom: 10px;
}
.sec06 .voice_item {
  position: relative;
  background: #f7f8f2;
  border: 3px solid #126133;
  padding: 5px 5px 5px 25px;
  align-items: center;
}
.sec06 .voice_item + .voice_item {
  margin-top: 65px;
}
.sec06 .voice_txt {
  flex: 1;
  padding-top: 1.1em;
}
.sec06 .voice_txt .txt {
  font-size: 3rem;
  line-height: calc(36/30);
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #91071e !important;
  text-indent: -1em;
  padding-left: 1em;
}
.sec06 .voice_txt .name {
  margin-top: .3em;
  text-align: right;
  margin-right: 70px;
}
.sec06 .voice_txt .name span {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
  color: #111;
  display: inline-block;
}
.sec06 .voice_txt .name span.lg {
  font-size: 2.4rem;
  padding: 0 0.7em;
}
.sec06 .voice_pos {
  position: absolute;
  background: #126133;
  text-align: center;
  width: 295px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  top: -26px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: 8%;
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec06 .wrap {
    max-width: inherit;
  }
  .sec06 .sec_ttl {
    height: auto;
    padding: 3% 0;
    margin-bottom: 6.5%;
  }
  .sec06 .sec_ttl .ttl {
    font-size: 8vw;
    padding-bottom: .1em;
  }
  .sec06 .sub_ttl .txt01 {
    font-size: 6.8vw;
  }
  .sec06 .sub_ttl .txt01::before, .sec06 .sub_ttl .txt01::after {
    width: 8.533vw;
    height: 10.933vw;
    bottom: 0;
  }
  .sec06 .sub_ttl .txt01::before {
    left: -10.667vw;
  }
  .sec06 .sub_ttl .txt01::after {
    right: -10.667vw;
  }
  .sec06 .sub_ttl .txt02 {
    font-size: 6.6vw;
  }
  .sec06 .sub_ttl.sub_ttl01 {
    margin-bottom: 8%;
  }
  .sec06 .sub_ttl.sub_ttl02 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .sec06 .profile {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
    padding: 0 1.6%;
  }
  .sec06 .profile .txt {
    padding-left: 0;
  }
  .sec06 .profile .name {
    display: flex;
    margin: 0 auto 5% !important;
  }
  .sec06 .profile .name .txt01 {
    font-size: 6.2vw;
  }
  .sec06 .profile .name .txt02 {
    font-size: 4.8vw;
  }
  .sec06 .profile .img01 {
    padding: 0;
  }
  .sec06 .profile .img01 img {
    width: 50%;
  }
  .sec06 .profile .img03 {
    padding: 0;
  }
  .sec06 .profile .img03 img {
    width: 50%;
  }
  .sec06 .profile .pos {
    font-size: 4.2vw;
    margin-bottom: 5%;
  }
  .sec06 .place {
    margin-top: 5%;
    flex-direction: column;
    align-items: center;
  }
  .sec06 .place .img02 {
    margin-top: 5%;
  }
  .sec06 .place .img02 img {
    width: 86%;
  }
  .sec06 .line {
    padding-top: 8%;
    margin-bottom: 8%;
  }
  .sec06 .list {
    margin-top: 0;
  }
  .sec06 .list dt {
    font-size: 4.2vw;
  }
  .sec06 .list dd .dot_list li {
    font-size: 4vw;
  }
  .sec06 .list dd + dt {
    margin-top: 5%;
  }
  .sec06 .img_wrap {
    gap: 0 3vw;
    margin: 5% auto 8%;
  }
  .sec06 .img06 img {
    width: 86%;
  }
  .sec06 .voice {
    max-width: inherit;
    margin-bottom: 0;
  }
  .sec06 .voice_item {
    border-width: 2px;
    padding: 12% 3% 5%;
    flex-direction: column;
  }
  .sec06 .voice_item + .voice_item {
    margin-top: 10%;
  }
  .sec06 .voice_txt .txt {
    font-size: 4.6vw;
  }
  .sec06 .voice_txt .name {
    margin-top: .8em;
    text-align: right;
    margin-right: 0;
  }
  .sec06 .voice_txt .name span {
    display: inline;
  }
  .sec06 .voice_txt .name span.sm {
    font-size: 4vw;
  }
  .sec06 .voice_txt .name span.lg {
    font-size: 4.6vw;
    padding: 0 0.2em;
  }
  .sec06 .voice_pos {
    width: 64vw;
    height: 11.2vw;
    font-size: 4.8vw;
    top: -5.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec06 .arrow img {
    width: 49%;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07 .sec_ttl {
  background: url("../img/bg_secttl.png") repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 159px;
  border-bottom: 5px solid #bf9000 !important;
}
.sec07 .sec_ttl .ttl {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -.06em;
}
.sec07_head {
  background: url("../img/bg_sec03_head.jpg") no-repeat center top/cover;
  border-bottom: 5px solid #bf9000 !important;
}
.sec07_head .ttl {
  line-height: 0;
  margin-right: 40px;
}
.sec07_body {
  background: #126133;
  padding: 28px 0 54px;
  border-bottom: 5px solid #bf9000 !important;
}
.sec07 .contents_wrap {
  padding: 48px 38px 100px;
}
.sec07 .contents_wrap > p + p {
  margin-top: 30px;
}
.sec07 .sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: -.01em;
  margin: 40px auto 52px;
}
.sec07 .seminar_tbl {
  margin: 28px auto 45px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec_ttl {
    height: auto;
    padding: 5% 0;
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec07 .sec_ttl .ttl {
    font-size: 6.5vw;
    letter-spacing: -.02em;
    padding-bottom: .1em;
  }
  .sec07_head {
    border-bottom: 3px solid #bf9000 !important;
  }
  .sec07_head .ttl {
    margin-right: auto;
    margin-left: 1.5%;
  }
  .sec07_body {
    border-bottom: 3px solid #bf9000 !important;
    padding: 5% 0;
  }
  .sec07 .contents_wrap {
    padding: 5% 5% 6.5%;
  }
  .sec07 .contents_wrap > p + p {
    margin-top: 5%;
  }
  .sec07 .sub_ttl {
    font-size: 6.8vw;
    margin: 5% auto 6.5%;
    line-height: 1.35;
  }
  .sec07 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 30px;
  pading: 0;
  border: 1px solid #666;
  border-collapse: collapse;
}
.seminar_tbl table th, .seminar_tbl table td {
  border-bottom: 1px solid #666;
  letter-spacing: .025em;
}
.seminar_tbl table th {
  padding: 5px 0 4px;
  background-color: #deeff5;
  width: 19%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.seminar_tbl table td {
  width: 81%;
  padding: 14px 8px 12px 18px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide {
  padding: 21px 8px 19px 18px;
}
.seminar_tbl table td.date {
  line-height: 2;
}
.seminar_tbl table td .sm {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.seminar_tbl table .list li {
  position: relative;
  font-size: 1.8rem;
  line-height: calc(32/18);
  letter-spacing: -.01em;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .seminar_tbl table {
    max-width: inherit;
    margin: 0 auto 5%;
  }
  .seminar_tbl table th {
    padding: 3% 0;
    width: 28%;
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .seminar_tbl table td {
    width: 72%;
    padding: 3% !important;
    font-size: 3.6vw;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
  .seminar_tbl table .list li {
    font-size: 3.4vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 50px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #9b9b9b;
}
.form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
  font-size: 1.5rem !important;
  line-height: 1.4;
  word-break: break-all;
}
.form_policy dl {
  margin-top: 20px;
}
.form_policy dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.form_policy p + p, .form_policy li + li, .form_policy p + ol {
  margin-top: 10px;
}
.form_policy ol > li > ol {
  margin-top: 10px;
}
.form_policy ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .form_policy {
    width: 96%;
    height: 100px;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .form_policy p, .form_policy a, .form_policy dt, .form_policy dd, .form_policy li {
    font-size: 3.2vw !important;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 842px;
  margin: 46px auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1160px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 360vw;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 80px 0;
}
.footer * {
  color: #111;
  font-size: 1.8rem;
  letter-spacing: -.01em;
  line-height: calc(36/20);
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 0 auto 6px;
}
.footer .link li {
  position: relative;
  display: inline-block;
}
.footer .link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  background: #111;
  width: 1px;
  height: calc(100% - 0.8em);
  left: -0.5em;
  top: .3em;
}
.footer .link li + li {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 5% 0;
  }
  .footer * {
    font-size: 3.2vw;
  }
  .footer .link {
    margin: 0 auto 2.5%;
  }
  .footer .link li:nth-child(n + 2)::before {
    left: -1.6em;
  }
  .footer .link li + li {
    margin-left: 3.2em;
  }
}
/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .btn {
    width: 92.2%;
    margin: auto;
  }
}
/*--エラー用--*/
p.error {
  font-weight: 600;
  color: #ed1c24;
  font-size: 1.4rem !important;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  /*--エラー用--*/
  p.error {
    font-size: 3vw !important;
    padding-top: 1vw;
  }
}
/* ------------------------------
*  thanks
------------------------------ */
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.thanksWrap .inner {
  padding: 1em 1em 3em;
  margin: 0 auto;
}

.thanksWrap .inner p {
  text-align: center;
}

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 30px 0;
}

.thanksWrap .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
}

.thanksWrap .sub {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  font-size: 1.6rem;
}

.thanksWrap p + p {
  margin-top: 25px;
}

.thanksWrap .btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-top: 8%;
  }

  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

  .thanksWrap .inner {
    padding: 5% 0 0;
    width: 95% !important;
  }

  .thanksWrap .ttl_wrap {
    padding: 5% 0;
  }

  .thanksWrap .ttl {
    font-size: 7.2vw;
  }

  .thanksWrap .sub {
    font-size: 6vw;
    margin-bottom: 8%;
  }

  .thanksWrap p + p {
    margin-top: 5%;
  }

  .thanksWrap .btn {
    margin-top: 8%;
  }

  .thanksWrap .btn a {
    font-size: 1.6rem;
  }
}
