@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.7rem;
  line-height: calc(30/17);
  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.7rem;
  line-height: calc(30/17);
  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: #f94f4c;
}

.color_or {
  color: #f19625;
}

.color_brown {
  color: #421908 !important;
}

.color_pink {
  color: #f95b58;
}

.color_yel {
  color: #ffff9f;
}

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

.highlight {
  background: linear-gradient(transparent 48%, #ffff9f 48%, #ffff9f 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 #421908 !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 #421908 !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 auto 35px 15px;
}

@media screen and (max-width: 767px) {
  .cta .cta_img {
    margin: 0 auto 3%;
  }
  .cta .cta_img img {
    width: 90%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 8px solid #f19625;
  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 #f19625;
  }

  .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: 180px;
}

@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, .sub_ttl * {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.02em;
}

@media screen and (max-width: 767px) {
  .sub_ttl, .sub_ttl * {
    line-height: 1.4;
  }
}
/* ------------------------------
*  common head
------------------------------ */
.common_head {
  background: url("../img/bg_common.jpg") no-repeat center top/cover;
  padding: 20px 0;
}
.common_head .ttl {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .common_head {
    padding: 5% 0;
  }
}
/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: url("../img/bg_sec01.jpg") no-repeat center top/100% auto;
  padding: 45px 0 73px;
  /* arrow */
}
.sec01 .bg_img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
}
.sec01 .inner {
  position: relative;
  padding: 0 12px;
}
.sec01 .inner p + p {
  margin-top: 30px;
}
.sec01 .cont {
  padding: 0 20px;
}
.sec01 .cont_inner {
  padding: 0 10px;
}
.sec01 .sub_ttl {
  font-size: 5.1rem;
  color: #f94f4c;
}
.sec01 .sub_ttl.sub_ttl00 {
  margin: 90px auto 75px;
}
.sec01 .sub_ttl.sub_ttl01 {
  margin: 90px auto 80px;
}
.sec01 .sub_ttl.sub_ttl02 {
  margin: 72px auto 70px;
}
.sec01 .sub_ttl.sub_ttl03 {
  margin: 30px auto 60px;
}
.sec01 .list {
  max-width: 716px;
  margin: 0 0 70px auto;
}
.sec01 .list li {
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  background: #2d2d2d;
  box-shadow: 7px 5px 0px 0px #cbccd1;
  line-height: calc(40/24);
  padding: .7em 15px .7em 65px;
  margin-bottom: .1em;
}
.sec01 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 1em;
}
.sec01 .list li + li {
  margin-top: 22px;
}
.sec01 .txt_box {
  margin-left: auto;
  margin-right: auto;
}
.sec01 .txt_box .txt p {
  letter-spacing: -.03em;
}
.sec01 .txt_box.box00 {
  gap: 0 70px;
}
.sec01 .txt_box.box00 .img {
  padding-right: 35px;
}
.sec01 .txt_box.box00 .txt {
  padding-top: 55px;
}
.sec01 .txt_box.box01 {
  gap: 0 15px;
  margin-bottom: 28px;
}
.sec01 .txt_box.box02 {
  gap: 0 30px;
  margin-bottom: 28px;
}
.sec01 .txt_box.box03 {
  gap: 0 45px;
  margin-bottom: 28px;
}
.sec01 .comment {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 890px;
  border: 5px solid #778cc0;
  box-shadow: 0 0 8px 2px rgba(51, 51, 51, 0.3);
  background: #f5f3f1;
  padding: 40px 20px;
  margin: -10px auto 60px;
}
.sec01 .comment_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.sec01 .comment_body {
  background: #fff;
  padding: 15px 0;
}
.sec01 .arrow {
  margin: 110px auto 0;
}
.sec01 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.sec01 .slick-slide {
  padding: 0 26px;
}
.sec01 .slick-slide:nth-child(n + 2) {
  padding-right: 0;
}
.sec01 .slide-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s;
}
.sec01 .slide-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  background: url("../img/icn_arrow_slider.svg") no-repeat center center/contain;
  width: 100%;
  height: 100%;
}
.sec01 .slide-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec01 .slide-arrow:hover {
    opacity: 0.7;
  }
}
.sec01 .prev-arrow {
  left: -16px;
}
.sec01 .prev-arrow::before {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.sec01 .next-arrow {
  right: -16px;
}
.sec01 .next-arrow::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8% 0;
  }
  .sec01 .bg_img {
    top: -9.067vw;
    left: -29.333vw;
    transform: translateX(0);
    width: 150%;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .cont,
  .sec01 .cont_inner {
    padding: 0;
  }
  .sec01 .sub_ttl {
    font-size: 6.8vw;
    margin: 10% auto !important;
  }
  .sec01 .list {
    max-width: 75vw;
    margin: 0 0 8% auto;
  }
  .sec01 .list li {
    font-size: 4.2vw;
    line-height: calc(40/24);
    padding: .7em 1.5vw .7em 11vw;
  }
  .sec01 .list li::before {
    width: 5.333vw;
    height: 5.333vw;
    left: 3.2vw;
    top: 0.8em;
  }
  .sec01 .list li + li {
    margin-top: 5%;
  }
  .sec01 .txt_box {
    flex-direction: column;
    gap: 5vw 0 !important;
  }
  .sec01 .txt_box.box00 .img {
    padding-right: 0;
    width: 50%;
    margin: 0 auto;
  }
  .sec01 .txt_box.box00 .txt {
    padding-top: 0;
  }
  .sec01 .txt_box.box01, .sec01 .txt_box.box02, .sec01 .txt_box.box03 {
    margin-bottom: 5%;
  }
  .sec01 .txt_box.box01 .img, .sec01 .txt_box.box02 .img, .sec01 .txt_box.box03 .img {
    width: 80%;
    margin: 0 auto;
  }
  .sec01 .comment {
    max-width: inherit;
    padding: 5% 3%;
    margin: 8% auto;
  }
  .sec01 .comment_head {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
    padding-right: 0;
    padding-bottom: 5%;
  }
  .sec01 .comment_body {
    padding: 5% 0;
  }
  .sec01 .arrow {
    width: 50vw;
    margin: 8% auto 0;
  }
  .sec01 .slick-track {
    gap: 0 5vw;
    display: block;
  }
  .sec01 .slick-slide {
    padding: 0 1.5% !important;
  }
  .sec01 .slide-arrow {
    width: 8vw;
    height: 8vw;
  }
  .sec01 .prev-arrow {
    left: -4.267vw;
  }
  .sec01 .next-arrow {
    right: -4.267vw;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: url("../img/bg_sec02.jpg") no-repeat center top/cover;
  padding: 56px 0 77px;
}
.sec02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 286px;
  background: #f19625;
  top: 0;
  left: 0;
}
.sec02 .contents_wrap {
  padding: 50px 22px 124px;
}
.sec02 .contents_wrap p + p {
  margin-top: 28px;
}
.sec02 .board {
  background: url("../img/bg_brown.png") repeat;
  padding: 20px;
  width: 100%;
  max-width: 884px;
  margin: 0 auto;
}
.sec02 .board_inner {
  position: relative;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 94px 16px 70px;
}
.sec02 .board_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%);
}
.sec02 .ttl {
  line-height: 1;
  margin: 0 auto 58px;
}
.sec02 .sub_ttl {
  font-size: 5.19rem;
  color: #f94f4c;
}
.sec02 .sub_ttl .sm {
  font-size: 3.62rem;
  color: #2d2d2d;
}
.sec02 .sub_ttl.sub_ttl01 {
  margin: 90px auto 72px;
}
.sec02 .sub_ttl.sub_ttl02 {
  margin: 60px auto 72px;
}
.sec02 .sub_ttl.sub_ttl02 .txt01,
.sec02 .sub_ttl.sub_ttl02 .txt02 {
  display: block;
  line-height: 1.4;
}
.sec02 .sub_ttl.sub_ttl03 {
  margin: 60px auto 72px;
}
.sec02 .inner {
  padding: 0 28px;
}
.sec02 .txt_box.box01 {
  gap: 0 26px;
  margin-bottom: 25px;
}
.sec02 .txt_box.box01 .txt {
  padding-right: 5px;
}
.sec02 .txt_box.box02 {
  gap: 0 26px;
  margin-bottom: 38px;
}
.sec02 .txt_box.box03 {
  gap: 0 32px;
  margin-bottom: 35px;
}
.sec02 .list {
  max-width: 815px;
  margin: 24px auto 36px;
}
.sec02 .list li {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: normal;
  padding: .7em 15px .6em 58px;
  background: #f4f4f4;
  border: 2px solid #382532;
}
.sec02 .list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 1em;
}
.sec02 .list li + li {
  margin-top: 13px;
}
.sec02 .arrow {
  margin: 38px auto 0;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0;
  }
  .sec02::before {
    height: 32vw;
  }
  .sec02 .contents_wrap {
    padding: 5% 3% 6.5%;
  }
  .sec02 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec02 .board {
    padding: 5% 3%;
  }
  .sec02 .board_inner {
    padding: 12% 3% 6%;
  }
  .sec02 .board_inner::before {
    width: 32vw;
    height: 9.867vw;
    top: -2.933vw;
  }
  .sec02 .ttl {
    width: 90%;
    margin: 0 auto 8%;
  }
  .sec02 .sub_ttl {
    font-size: 6.8vw;
    margin: 10% auto !important;
  }
  .sec02 .sub_ttl .sm {
    font-size: 5vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0 !important;
  }
  .sec02 .txt_box .img {
    width: 86%;
    margin: 0 auto;
  }
  .sec02 .txt_box.box01 .txt {
    padding-right: 0;
  }
  .sec02 .txt_box.box01, .sec02 .txt_box.box02, .sec02 .txt_box.box03 {
    margin-bottom: 5%;
  }
  .sec02 .list {
    max-width: inherit;
    margin: 8% auto;
  }
  .sec02 .list li {
    font-size: 4vw;
    padding: .9em 2.667vw .8em 11.2vw;
  }
  .sec02 .list li::before {
    width: 5.333vw;
    height: 5.333vw;
    left: 3.2vw;
    top: 0.9em;
  }
  .sec02 .list li + li {
    margin-top: 5%;
  }
  .sec02 .arrow {
    width: 50vw;
    margin: 8% auto 0;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03_body {
  background: #f19625;
  padding: 25px 0 110px;
}
.sec03 .contents_wrap {
  padding: 42px 12px 95px;
}
.sec03 .contents_wrap p + p {
  margin-top: 28px;
}
.sec03 .contents_wrap > p:not([class]) {
  padding: 0 1.5em;
}
.sec03 .sub_ttl {
  font-size: 5.1rem;
  color: #f94f4c;
}
.sec03 .sub_ttl.sub_ttl01 {
  margin: 60px auto 50px;
}
.sec03 .sub_ttl.sub_ttl02 {
  margin: 72px auto 40px;
}
.sec03 .step {
  border: 4px solid #deac15;
  background: #fff;
  padding: 25px 13px 28px;
  margin-top: 60px;
}
.sec03 .step_ttl {
  margin: 0 auto 30px;
  border-bottom: 1px solid #421908 !important;
}
.sec03 .step_ttl .ttl_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  margin-bottom: .2em;
}
.sec03 .step_ttl .ttl_txt {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #f19625;
  font-size: 4.66rem;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  padding-bottom: 5px;
  padding-left: 10px;
}
.sec03 .step_ttl .ttl_txt .sm {
  position: relative;
  font-size: 3.38rem;
  color: #421908 !important;
  margin-right: -0.2em;
  bottom: 0.1em;
}
.sec03 .step_body {
  padding: 0 .5em;
}
.sec03 .step .txt_box {
  gap: 0 25px;
}
.sec03 .step .txt_box.box01 {
  margin: 30px auto 42px;
}
.sec03 .step .txt_box.box02 {
  margin: 24px auto 12px;
}
.sec03 .step .txt_box.box02 .img {
  margin-top: -15px;
  margin-right: -10px;
}
.sec03 .step .txt_box.box03 {
  margin: 34px auto 36px;
}
.sec03 .profile {
  margin: 180px auto 0;
  padding: 0 15px;
}
.sec03 .profile_ttl {
  margin: 0 auto 74px;
  line-height: 1;
}
.sec03 .profile_head {
  display: flex;
  gap: 0 35px;
}
.sec03 .profile_head .txt {
  flex: 1;
  padding-left: 15px;
  padding-top: 15px;
}
.sec03 .profile_head .img {
  margin-right: 15px;
}
.sec03 .profile_head .name {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #421908 !important;
  padding-bottom: 12px;
}
.sec03 .profile_head .name span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #421908 !important;
  letter-spacing: .025em;
  line-height: 1;
}
.sec03 .profile_head .name .logo {
  padding-right: 30px;
  padding-left: 15px;
}
.sec03 .profile_head .name .txt01 {
  font-size: 5.16rem;
}
.sec03 .profile_head .name .txt02 {
  font-size: 1.74rem;
  padding-top: 1.5em;
}
.sec03 .profile_head .pos {
  font-size: 1.79rem;
  line-height: calc(26.48/17.97);
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.sec03 .profile_head .pos span {
  padding-right: .2em;
}
.sec03 .profile_body {
  padding: 0 15px;
  margin-top: 45px;
}
.sec03 .profile .img04 {
  margin: 0 auto -15px;
}
.sec03 .benefit {
  width: 100%;
  max-width: 860px;
  margin: 80px auto 58px;
  background: url("../img/bg_yellow.png") repeat;
  padding: 10px;
}
.sec03 .benefit_inner {
  padding: 25px 15px 36px;
  background: #fff;
}
.sec03 .benefit_ttl {
  background: url("../img/bg_benefit_ttl_pc.svg") no-repeat center top/contain;
  width: 830px;
  height: 100%;
  aspect-ratio: 830 / 82;
  color: #fff;
  font-size: 4.52rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin: 0 -10px 50px;
}
.sec03 .benefit_cont {
  padding: 0 34px 0 28px;
}
.sec03 .benefit_item {
  display: flex;
  gap: 0 28px;
}
.sec03 .benefit_item:first-of-type {
  margin-top: 68px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #121212;
}
.sec03 .benefit_item + .benefit_item {
  margin-top: 30px;
}
.sec03 .benefit_item + p {
  margin-top: 28px;
}
.sec03 .benefit_item dt {
  border-bottom: 1px solid #121212;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.sec03 .benefit_item dd {
  font-size: 1.8rem;
  line-height: calc(32/18);
  letter-spacing: -.01em;
}
.sec03 .benefit_img.img02 {
  margin-top: 25px;
  margin-right: -10px;
}
.sec03 .cta {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec03_body {
    padding: 5% 0;
  }
  .sec03 .contents_wrap {
    padding: 8% 3%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .contents_wrap > p:not([class]) {
    padding: 0;
  }
  .sec03 .sub_ttl {
    font-size: 6.8vw;
    margin: 10% auto !important;
  }
  .sec03 .step {
    padding: 8% 3% 5%;
    margin-top: 8%;
  }
  .sec03 .step_ttl {
    margin: 0 auto 6.5%;
  }
  .sec03 .step_ttl .ttl_head {
    gap: 0 3vw;
  }
  .sec03 .step_ttl .ttl_head .logo {
    width: 10.667vw;
  }
  .sec03 .step_ttl .ttl_head .num {
    width: 26.667vw;
  }
  .sec03 .step_ttl .ttl_txt {
    font-size: 6.8vw;
    padding-bottom: 5%;
    padding-left: 0;
    line-height: 1.4;
  }
  .sec03 .step_ttl .ttl_txt .sm {
    font-size: 5.6vw;
  }
  .sec03 .step_body {
    padding: 0;
  }
  .sec03 .step .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
    margin: 5% auto !important;
  }
  .sec03 .step .txt_box .img {
    margin: 0 auto !important;
    width: 86%;
  }
  .sec03 .profile {
    margin: 15% auto 0;
    padding: 0 1.6%;
  }
  .sec03 .profile_ttl {
    margin: 0 auto 5%;
    width: 80%;
  }
  .sec03 .profile_head {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec03 .profile_head .txt {
    padding: 0;
  }
  .sec03 .profile_head .img {
    margin: 0 auto;
    width: 50%;
  }
  .sec03 .profile_head .name {
    margin-bottom: 5%;
    padding-bottom: 6.5%;
  }
  .sec03 .profile_head .name .logo {
    width: 13.867vw;
    padding-right: 2.667vw;
    padding-left: 2.667vw;
  }
  .sec03 .profile_head .name .txt01 {
    font-size: 6.8vw;
  }
  .sec03 .profile_head .name .txt02 {
    font-size: 4.2vw;
    padding-top: 0.5em;
  }
  .sec03 .profile_head .pos {
    font-size: 4.4vw;
    margin-bottom: 8%;
  }
  .sec03 .profile_body {
    padding: 0;
    margin-top: 5%;
  }
  .sec03 .profile .img04 {
    margin: 0 auto;
  }
  .sec03 .benefit {
    max-width: inherit;
    margin: 10% auto;
    padding: 3%;
  }
  .sec03 .benefit_inner {
    padding: 5% 5% 6.5%;
  }
  .sec03 .benefit_ttl {
    background: url("../img/bg_benefit_ttl_sp.svg") no-repeat center top/contain;
    width: 93.333vw;
    aspect-ratio: 300 / 39;
    font-size: 5.8vw;
    margin: 0 -8.267vw 8%;
    padding-top: .1em;
  }
  .sec03 .benefit_cont {
    padding: 0;
  }
  .sec03 .benefit_item {
    flex-direction: column;
    align-items: center;
  }
  .sec03 .benefit_item:first-of-type {
    margin-top: 10%;
    padding-bottom: 5%;
  }
  .sec03 .benefit_item + .benefit_item {
    margin-top: 10%;
  }
  .sec03 .benefit_item + p {
    margin-top: 5%;
  }
  .sec03 .benefit_item dt {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .sec03 .benefit_item dd {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec03 .benefit_img {
    margin: 5% auto !important;
    width: 60%;
  }
  .sec03 .arrow {
    width: 50vw;
    margin: 0 auto;
  }
  .sec03 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04_body {
  background: url("../img/bg_sec04.jpg") no-repeat center top/cover;
  padding: 15px 0 90px;
  border-top: 8px solid #e7922a;
  border-bottom: 16px solid #e7922a;
}
.sec04 .contents_wrap {
  padding: 60px 38px 100px;
}
.sec04 .contents_wrap > p {
  line-height: calc(24/17);
}
.sec04 .contents_wrap p + p {
  margin-top: 28px;
}
.sec04 .sub_ttl {
  font-family: "Noto Serif JP", serif;
  color: #fa4f4c;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: normal;
  margin: 0 auto 52px;
  border-top: 1px solid #c98235;
  border-bottom: 1px solid #c98235;
  padding: .2em 0;
}
.sec04 .sub_ttl2 {
  font-family: "Noto Serif JP", serif;
  color: #f94f4c;
  font-weight: 700;
  line-height: calc(60/40);
  font-size: 4rem;
  letter-spacing: normal;
  margin: 136px auto 70px;
}
.sec04 .txt_box {
  gap: 0 80px;
  padding-left: 12px;
}
.sec04 .txt_box.box01 {
  margin-bottom: 40px;
}
.sec04 .txt_box .txt {
  padding-top: 40px;
}
.sec04 .txt_box .img {
  margin-right: -20px;
}
.sec04 .txt_box .sign {
  text-align: right;
  margin: 110px 15px 0 auto;
}
.sec04 .arrow {
  margin-top: 100px;
}
.sec04 .cta {
  margin-top: 50px;
}
.sec04 .seminar_tbl {
  margin: 57px auto 50px;
}

@media screen and (max-width: 767px) {
  .sec04_body {
    padding: 8% 0;
    border-top-width: 6px;
    border-bottom-width: 12px;
  }
  .sec04 .contents_wrap {
    padding: 8% 3%;
  }
  .sec04 .contents_wrap > p {
    line-height: 1.5;
  }
  .sec04 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec04 .sub_ttl {
    font-size: 6.2vw;
    margin: 0 auto 6.5%;
    padding: .5em 0;
  }
  .sec04 .sub_ttl2 {
    font-size: 6.2vw;
    margin: 10% auto 8%;
  }
  .sec04 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
    padding-left: 0;
  }
  .sec04 .txt_box.box01 {
    margin-bottom: 5%;
  }
  .sec04 .txt_box .txt {
    padding-top: 0;
  }
  .sec04 .txt_box .img {
    margin: 0 auto;
    width: 50%;
  }
  .sec04 .txt_box .sign {
    margin-top: 6.5%;
    margin-right: 1.6%;
  }
  .sec04 .txt_box .sign img {
    margin: 0 0 0 auto;
  }
  .sec04 .arrow {
    width: 50vw;
    margin: 8% auto 0;
  }
  .sec04 .cta {
    margin-top: 8%;
  }
  .sec04 .seminar_tbl {
    margin: 8% auto;
  }
}
/* ------------------------------
*  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: #f5eee5;
  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 {
  line-height: calc(36/18);
}
.seminar_tbl table td.date {
  line-height: 2;
}
.seminar_tbl table td.date {
  line-height: 2;
}
.seminar_tbl table td .sm {
  font-size: 1.6rem;
  letter-spacing: -.02em;
}
.seminar_tbl table .list {
  margin-top: 38px;
}
.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 {
    margin-top: 5%;
  }
  .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 60px;
  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;
}
.form_policy ol ul > li {
  list-style-type: disc;
}

@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: 48px 0;
}
.footer * {
  color: #111;
  font-size: 1.8rem;
  letter-spacing: -.01em;
  line-height: calc(36/20);
}
.footer .logo {
  margin: 0 auto;
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 25px 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 .logo {
    width: 20vw;
  }
  .footer .link {
    margin: 5% 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: 91.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;
  }
}
