@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700;800&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(28/17);
  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(28/17);
}

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;
}

#svg-sprite {
  display: none;
}

@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;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

.color_red {
  color: #dc4964;
}

.color_yel {
  color: #fcee21;
}

.color_purple {
  color: #4a396d;
}

.color_pink {
  color: #c3395e !important;
}

.color_pink2 {
  color: #af3e60 !important;
}

.color_pink3 {
  color: #e64a6d;
}

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

.font_serif {
  font-family: "Noto Serif JP", serif;
}

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

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

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

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

.mac .udl_yel {
  border-bottom: 1px solid #fcee21;
  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, .mac .udl_yel {
    background: none;
    border-bottom: 1px solid #fcee21;
    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 {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 100%;
  }
}
/* ------------------------------
*  cta
------------------------------ */
.cta {
  margin: 0 auto;
  text-align: center;
  width: 784px;
}
.cta .img {
  line-height: 1;
}
.cta .img + .btn {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
  }
  .cta .img {
    text-align: center;
  }
  .cta .img img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta .img + .btn {
    margin-top: 3%;
  }
}
/* ------------------------------
*  fv
------------------------------ */
#fv {
  width: 100%;
  position: relative;
  margin: auto;
  border-top: 5px solid #75678e;
  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%;
    background-image: none;
  }

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

.obi {
  position: relative;
  max-width: 100%;
  height: 154px;
  background-image: url("../img/img_obi_pc.jpg");
  background-position: center center;
  z-index: 2;
}

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

  .obi {
    background-image: url("../img/img_obi_sp.jpg");
    background-size: cover;
    height: 24.8vw;
  }
}
/* ------------------------------
*  ttl
------------------------------ */
.ttl,
.subttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.ttl .txt01,
.ttl .txt02,
.subttl .txt01,
.subttl .txt02 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.25;
}

.marker {
  position: relative;
  display: block;
}
.marker::after {
  position: absolute;
  content: "";
  background: #fbeca1;
  height: 23px;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

/* ------------------------------
*  common_head
------------------------------ */
.common_head {
  border-top: 5px solid #75678e;
  background: url("../img/bg_common.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.common_head.white {
  background: #fff;
  background-image: none;
  border-top: 7px solid #75678e;
}
.common_head .head_ttl {
  line-height: 0;
}

/* ------------------------------
*  bg
------------------------------ */
.bg_block {
  background: url("../img/bg_sec04.jpg") no-repeat center top/cover;
}

.bg_grad {
  background: url("../img/bg_sec09.jpg") no-repeat center top/cover;
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
  background: url("../img/bg_sec01.png") repeat;
  padding: 64px 0 18px;
}
.sec01 .wrap {
  max-width: 982px;
}
.sec01 .inner p + p {
  margin-top: 28px;
}
.sec01 .ttl {
  margin: 0 auto 58px;
  line-height: 1;
  width: 791px;
}
.sec01 .check_list {
  width: 100%;
  margin: 28px auto 54px;
}
.sec01 .check_list li {
  position: relative;
  padding: .45em 1em .45em 55px;
  background: #252722;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(36/24);
  color: #fff;
}
.sec01 .check_list li.wide {
  letter-spacing: .075em;
}
.sec01 .check_list li::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1452 1452"><path fill="%23f2dd74" d="M726,0C325.04,0,0,325.04,0,726s325.04,726,726,726,726-325.04,726-726S1126.96,0,726,0ZM614.65,1177.41c-122.33-247.88-350.9-431.38-350.9-431.38v-9.27c243.59-3.9,324.07,144.48,324.07,144.48C995.59,252.41,1188.75,273.87,1188.75,273.87c-468.94,580.54-574.1,903.54-574.1,903.54Z"/></svg>') no-repeat center center/contain;
  top: .65em;
  left: .6em;
}
.sec01 .check_list li + li {
  margin-top: 0.7em;
}
.sec01 .check_list + p {
  padding-left: 1em;
}
.sec01 .arrow {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .sec01 {
    background: url("../img/bg_sec01.png") repeat;
    padding: 8% 0;
  }
  .sec01 .wrap {
    max-width: inherit;
  }
  .sec01 .inner {
    padding: 0 1.6%;
  }
  .sec01 .inner p + p {
    margin-top: 5%;
  }
  .sec01 .ttl {
    margin: 0 auto 6.5%;
    width: 95%;
  }
  .sec01 .check_list {
    margin: 6.5% auto;
  }
  .sec01 .check_list li {
    padding: .8em 0.5em .8em 10.667vw;
    font-size: 4.2vw;
  }
  .sec01 .check_list li::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    top: .9em;
    left: .8em;
  }
  .sec01 .check_list + p {
    padding-left: 0;
  }
  .sec01 .arrow {
    width: 50vw;
    margin: 8% auto 0;
  }
}
/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: #fff;
  padding: 120px 0 198px;
}
.sec02 .wrap {
  max-width: 960px;
}
.sec02 .inner p + p {
  margin-top: 28px;
}
.sec02 .ttl {
  position: relative;
  margin: 0 auto 78px;
  line-height: 1;
}
.sec02 .ttl span {
  position: relative;
  font-size: 6.84rem;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec02 .ttl span::before, .sec02 .ttl span::after {
  position: absolute;
  content: "";
  background: #252722;
  width: 110px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.sec02 .ttl span::before {
  left: -160px;
}
.sec02 .ttl span::after {
  right: -160px;
}
.sec02 .subttl {
  font-size: 4.97rem;
  color: #221815;
  letter-spacing: .05em;
  margin: 110px auto 100px;
  font-weight: normal;
}
.sec02 .marker {
  display: inline;
  background: linear-gradient(transparent 80%, #e1b1c1 80%, #e1b1c1 99%, transparent 99%);
}
.sec02 .txt_hl {
  line-height: 1;
  margin: 98px auto 75px;
}
.sec02 .txt_box.box01 {
  gap: 0 30px;
}
.sec02 .txt_box.box02 {
  gap: 0 18px;
  margin: 50px auto 0;
}
.sec02 .txt_box.box02 .txt {
  padding-top: 10px;
}
.sec02 .txt_box.box03 {
  gap: 0 55px;
  margin: 50px auto 0;
}
.sec02 .txt_box.box03 .img {
  margin-left: 5px;
}
.sec02 .txt_box.box03 .txt {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8% 0 20%;
  }
  .sec02 .wrap {
    max-width: inherit;
  }
  .sec02 .inner {
    padding: 0 1.6%;
  }
  .sec02 .inner p + p {
    margin-top: 5%;
  }
  .sec02 .ttl {
    margin: 0 auto 8%;
  }
  .sec02 .ttl span {
    font-size: 7.2vw;
  }
  .sec02 .ttl span::before, .sec02 .ttl span::after {
    width: 30px;
  }
  .sec02 .ttl span::before {
    left: -11.2vw;
  }
  .sec02 .ttl span::after {
    right: -11.2vw;
  }
  .sec02 .subttl {
    font-size: 6.8vw;
    margin: 10% auto;
  }
  .sec02 .txt_hl {
    margin: 15% auto 8%;
    width: 95%;
  }
  .sec02 .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0 !important;
  }
  .sec02 .txt_box .img {
    width: 86%;
    margin: 0 auto !important;
  }
  .sec02 .txt_box.box02 {
    margin: 8% auto 0;
  }
  .sec02 .txt_box.box02 .txt {
    padding-top: 0;
  }
  .sec02 .txt_box.box03 {
    margin: 8% auto 0;
  }
  .sec02 .txt_box.box03 .txt {
    margin-right: 0;
  }
}
/* ------------------------------
*  sec03
------------------------------ */
.sec03::before {
  position: absolute;
  content: "Voice";
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  font-family: "Noto Serif JP", serif;
  color: #e8e3f5;
  font-size: 9.26rem;
}
.sec03 .sec_ttl {
  background: #c3b7f0;
  height: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03 .sec_ttl .ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: -.05em;
  line-height: 1.5;
}
.sec03_body {
  background: url("../img/bg_sec03.jpg") no-repeat center top/cover;
  padding: 40px 0 85px;
}
.sec03 .contents_wrap {
  padding: 7px 5px 10px;
  max-width: 938px;
  box-shadow: 0px 3px 15px 2px rgba(51, 51, 51, 0.5);
}
.sec03 .contents_wrap + .contents_wrap {
  margin-top: 48px;
}
.sec03 .contents_wrap p + p {
  margin-top: 25px;
}
.sec03 .voice_wrap {
  border: 2px solid #c5bcf3;
  padding: 30px 16px 10px;
}
.sec03 .voice_ttl {
  color: #4e3e70;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  transform: scale(0.98, 1);
  line-height: calc(48/36);
  text-indent: -1em;
  padding-left: 1em;
  margin-left: -0.5em;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
.sec03 .voice_ttl.-sm {
  font-size: 3.2rem;
}
.sec03 .voice_ttl.-nrw {
  letter-spacing: -.02em;
}
.sec03 .voice_ttl.-long {
  margin-left: -0.8em;
}
.sec03 .voice_ttl.-left {
  text-align: left;
}
.sec03 .voice_ttl.-ml0 {
  margin-left: 0;
}
.sec03 .voice_name {
  color: #282828;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.02em;
  text-align: right;
  line-height: 1.5;
  margin-right: 30px;
}
.sec03 .voice_name.-mt {
  margin-top: -45px;
}
.sec03 .voice_imgbox {
  background: #f7f6fd;
  border-radius: 8px;
  width: 100%;
  height: 303px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 24px;
}
.sec03 .voice_imgbox.clm2 {
  gap: 0 30px;
}
.sec03 .voice_imgbox.clm3 {
  gap: 0 42px;
}
.sec03 .voice_merit {
  position: relative;
  background: #dfebfb;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  margin: 52px auto 0;
  padding: 15px 18px 15px 30px;
}
.sec03 .voice_merit.-high {
  padding: 40px 18px 20px 30px;
}
.sec03 .voice_label {
  position: absolute;
  left: 20px;
  top: -24px;
}
.sec03 .voice_comment {
  line-height: calc(30/17);
  flex: 1;
  margin-top: 0 !important;
}
.sec03 .voice_notes {
  font-size: 1.5rem;
  line-height: calc(34.3/15);
  text-align: right;
  margin-top: 10px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .sec03::before {
    top: -18vw;
    font-size: 14vw;
  }
  .sec03 .sec_ttl {
    height: auto;
    padding: 4.5% 0 5%;
  }
  .sec03 .sec_ttl .ttl {
    position: relative;
    font-size: 6.8vw;
    letter-spacing: -.06em;
    left: -0.2em;
  }
  .sec03_body {
    padding: 5% 0;
  }
  .sec03 .contents_wrap {
    padding: 3% 3%;
    max-width: inherit;
  }
  .sec03 .contents_wrap + .contents_wrap {
    margin-top: 8%;
  }
  .sec03 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec03 .voice_wrap {
    padding: 5% 3%;
  }
  .sec03 .voice_ttl {
    font-size: 6.2vw !important;
    margin-bottom: 3.5%;
    white-space: normal;
    text-align: left;
  }
  .sec03 .voice_ttl.-long {
    margin-left: -0.5em;
  }
  .sec03 .voice_ttl.-ml0 {
    margin-left: 0;
  }
  .sec03 .voice_name {
    font-size: 4.8vw;
    margin-right: 0;
  }
  .sec03 .voice_name.-mt {
    margin-top: 0;
  }
  .sec03 .voice_imgbox {
    height: auto;
    padding: 5% 0;
    flex-direction: column;
    margin: 5% auto 8%;
    gap: 5vw 0 !important;
  }
  .sec03 .voice_imgbox.clm3 .voice_img {
    width: 60%;
  }
  .sec03 .voice_img {
    width: 68%;
    margin: 0 auto;
  }
  .sec03 .voice_merit {
    flex-direction: column-reverse;
    gap: 3.5vw 0;
    margin: 10% auto 0;
    padding: 10% 3% 5% !important;
  }
  .sec03 .voice_label {
    left: 4vw;
    top: -3.2vw;
    width: 37.333vw;
  }
  .sec03 .voice_comment {
    line-height: 1.5;
  }
  .sec03 .voice_catch {
    width: 100%;
    max-width: 26.667vw;
    float: right;
  }
  .sec03 .voice_notes {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5%;
    margin-right: 0;
    text-align: left;
  }
}
/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  padding: 130px 0 60px;
  /*
  .subttl{
  	font-size: 4.8rem;
  	left: calc(60/48);
  	font-weight: 700;
  	line-height: 1.5;
  	letter-spacing: -.01em;
  	margin: 40px auto 22px;
  }
  */
}
.sec04::before {
  position: absolute;
  content: "";
  background: url("../img/img_arrow.png") no-repeat center center/contain;
  width: 343px;
  height: 99px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.sec04 .ttl .txt01 {
  font-size: 4.45rem;
  color: #36383c;
}
.sec04 .ttl .txt02 {
  position: relative;
  z-index: 2;
  font-size: 7.26rem;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04 .marker::after {
  left: 49.5%;
  width: 556px;
}
.sec04 .inner p {
  color: #111;
}
.sec04 .inner p + p {
  margin-top: 28px;
}
.sec04 .board {
  max-width: 883px;
  margin: 72px auto 70px;
  background: url("../img/bg_or.png") repeat;
  padding: 20px;
}
.sec04 .board_inner {
  position: relative;
  box-shadow: 0px 1px 3px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
  padding: 62px 15px 46px;
}
.sec04 .board_inner::before {
  position: absolute;
  content: "";
  background: url("../img/img_clip.png") no-repeat center center/contain;
  width: 212px;
  height: 66px;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
}
.sec04 .board_logo {
  width: 238px;
  margin: 0 auto 10px;
}
.sec04 .merit_item {
  padding: 30px 5px 20px;
}
.sec04 .merit_item:not(:last-child) {
  border-bottom: 1px solid #999;
}
.sec04 .merit_item:last-child {
  padding-bottom: 0;
}
.sec04 .merit_item p {
  line-height: calc(30/17);
}
.sec04 .merit_ttl {
  display: flex;
  align-items: center;
  gap: 0 18px;
  padding-left: 8px;
  margin-bottom: 20px;
}
.sec04 .merit_ttl .num {
  width: 74px;
  line-height: 1;
}
.sec04 .merit_ttl .ttltxt {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  color: #af3e60;
  font-weight: 700;
  line-height: calc(40/36);
  letter-spacing: .025em;
  flex: 1;
}
.sec04 .merit_ttl .ttltxt.indent {
  text-indent: -.6em;
  padding-left: .5em;
}
.sec04 .merit_ttl .ttltxt.-nrw01 {
  letter-spacing: -.01em;
}
.sec04 .merit_ttl .ttltxt.-nrw05 {
  letter-spacing: -.05em;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 18% 0 6.5%;
    /*
    .subttl{
    	font-size: 4.8rem;
    	left: calc(60/48);
    	font-weight: 700;
    	line-height: 1.5;
    	letter-spacing: -.01em;
    	margin: 10.667vw auto 5.867vw;
    }
    */
  }
  .sec04::before {
    top: 0.6vw;
    width: 45.6vw;
    height: 13.067vw;
  }
  .sec04 .ttl .txt01 {
    font-size: 5.8vw;
  }
  .sec04 .ttl .txt02 {
    font-size: 8.6vw;
  }
  .sec04 .marker::after {
    left: 50%;
    transform: translateX(-50%);
    width: 68vw;
    height: 3.2vw;
  }
  .sec04 .inner {
    padding: 0 1.6%;
  }
  .sec04 .inner p + p {
    margin-top: 5%;
  }
  .sec04 .board {
    max-width: inherit;
    margin: 10% auto 8%;
    padding: 3%;
  }
  .sec04 .board_inner {
    padding: 15% 5% 5%;
  }
  .sec04 .board_inner::before {
    width: 37.333vw;
    height: auto;
    aspect-ratio: 212/66;
    top: -3.2vw;
  }
  .sec04 .board_logo {
    width: 40vw;
    margin-bottom: 0;
  }
  .sec04 .merit_item {
    padding: 6.5% 0 5%;
  }
  .sec04 .merit_item p {
    line-height: 1.5;
  }
  .sec04 .merit_ttl {
    gap: 0 3vw;
    padding-left: 0;
    margin-bottom: 6.5%;
  }
  .sec04 .merit_ttl .num {
    width: 12.8vw;
  }
  .sec04 .merit_ttl .ttltxt {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  padding: 40px 0 80px;
}
.sec05 .inner {
  padding: 0 14px;
}
.sec05 .inner p + p {
  margin-top: 28px;
}
.sec05 .ttl {
  width: 110%;
  margin: 0 -5% 65px;
}
.sec05 .ttl .txt01 {
  font-size: 6.48rem;
  letter-spacing: -.08em;
  line-height: 1.3;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec05 .img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 85px;
  margin: 60px auto 54px;
}
.sec05 .img_wrap::before {
  position: absolute;
  content: "×";
  color: #af3e60;
  font-size: 7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
}
.sec05 .img_wrap .img figcaption {
  position: relative;
  z-index: 2;
  margin-bottom: -14px;
}
.sec05 .cta {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8% 0 8%;
  }
  .sec05 .inner {
    padding: 0 1.6%;
  }
  .sec05 .inner p + p {
    margin-top: 5%;
  }
  .sec05 .ttl {
    width: 100%;
    margin: 0 auto 8%;
  }
  .sec05 .ttl .txt01 {
    font-size: 6.8vw;
  }
  .sec05 .img_wrap {
    flex-direction: column;
    gap: 12vw 0;
    margin: 6.5% auto;
  }
  .sec05 .img_wrap::before {
    font-size: 8vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec05 .img_wrap .img {
    width: 68%;
  }
  .sec05 .img_wrap .img figcaption {
    margin: 0 auto -3%;
    width: 37.333vw;
  }
  .sec05 .cta {
    margin-top: 8%;
  }
}
/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  padding: 80px 0 170px;
}
.sec06 .wrap {
  max-width: 970px;
}
.sec06 .inner p + p {
  margin-top: 28px;
}
.sec06 .ttl {
  margin: 0 auto 70px;
}
.sec06 .ttl .txt01 {
  font-size: 4.45rem;
  line-height: 1.3;
  color: #36383c;
}
.sec06 .ttl .txt02 {
  position: relative;
  z-index: 2;
  font-size: 7.26rem;
  line-height: 1.3;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec06 .ttl .marker::after {
  left: 51%;
  width: 338px;
}
.sec06 .reason_item .txt_box {
  gap: 0 20px;
}
.sec06 .reason_item .txt_box .txt {
  padding-top: 40px;
}
.sec06 .reason_item .txt_box .img {
  padding: 0 20px;
}
.sec06 .reason_item_ttl {
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  margin-bottom: 40px;
}
.sec06 .reason_item .num {
  width: 76px;
  line-height: 1;
}
.sec06 .reason_item .ttltxt {
  font-size: 3.6rem;
  flex: 1;
  font-family: "Noto Serif JP", serif;
  color: #36383c;
  font-weight: 500;
  line-height: calc(48/36);
  white-space: nowrap;
}
.sec06 .reason_item.item02 {
  margin-top: 95px;
}
.sec06 .reason_item.item02 .txt {
  margin-left: 15px;
}
.sec06 .reason_item.item02 .img {
  padding-left: 10px;
}
.sec06 .reason_item.item03 {
  margin-top: 60px;
}
.sec06 .reason_item:last-of-type {
  margin-bottom: 35px;
}
.sec06 .reason_item + p {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 8% 0;
  }
  .sec06 .wrap {
    max-width: inherit;
  }
  .sec06 .inner {
    padding: 0 1.6%;
  }
  .sec06 .inner p + p {
    margin-top: 5%;
  }
  .sec06 .ttl {
    margin: 0 auto 8%;
  }
  .sec06 .ttl .txt01 {
    font-size: 6.2vw;
  }
  .sec06 .ttl .txt02 {
    font-size: 8.6vw;
  }
  .sec06 .ttl .marker::after {
    left: 50%;
    transform: translateX(-50%);
    width: 42vw;
    height: 3.2vw;
  }
  .sec06 .reason_item .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec06 .reason_item .txt_box .txt {
    padding-top: 0;
  }
  .sec06 .reason_item .txt_box .img {
    padding: 0;
    width: 68%;
  }
  .sec06 .reason_item_ttl {
    gap: 0 3vw;
    margin-bottom: 6.5%;
  }
  .sec06 .reason_item .num {
    width: 14vw;
  }
  .sec06 .reason_item .ttltxt {
    font-size: 4.8vw;
    white-space: normal;
  }
  .sec06 .reason_item.item02 {
    margin-top: 10%;
  }
  .sec06 .reason_item.item02 .txt {
    margin-left: auto;
  }
  .sec06 .reason_item.item02 .img {
    padding-left: 0;
  }
  .sec06 .reason_item.item03 {
    margin-top: 10%;
  }
  .sec06 .reason_item:last-of-type {
    margin-bottom: 6.5%;
  }
  .sec06 .reason_item + p {
    padding: 0;
  }
}
/* ------------------------------
*  sec07
------------------------------ */
.sec07_body {
  background: #ccc4f2;
  padding: 23px 0 59px;
}
.sec07 .contents_wrap {
  padding: 52px 30px 95px;
}
.sec07 .contents_wrap p {
  line-height: calc(30/17);
}
.sec07 .contents_wrap p + p {
  margin-top: 28px;
}
.sec07 .subttl {
  margin: 0 auto 75px;
}
.sec07 .step_item {
  padding-bottom: 30px;
  border-bottom: 2px dotted #000;
}
.sec07 .step_item + .step_item {
  margin-top: 60px;
}
.sec07 .step_item p {
  line-height: calc(30/17);
}
.sec07 .step_item.item01 .check_list {
  margin: 30px 0 30px 15px;
}
.sec07 .step_item.item02 .txt_box {
  gap: 0 20px;
  margin-bottom: 20px;
}
.sec07 .step_item.item02 .check_list {
  margin: 30px 0;
}
.sec07 .step_item.item03 {
  padding-bottom: 40px;
}
.sec07 .step_item.item03 .txt_box {
  gap: 0 20px;
  margin-bottom: 20px;
}
.sec07 .step_item.item03 .check_list {
  margin: 30px 0;
}
.sec07 .step_ttl {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3cee7;
}
.sec07 .step_ttl.ttl01 {
  gap: 0 30px;
  margin-bottom: 20px;
}
.sec07 .step_ttl.ttl01 .ttltxt {
  padding-top: 18px;
}
.sec07 .step_ttl.ttl02 {
  gap: 0 20px;
  margin-bottom: 40px;
}
.sec07 .step_ttl.ttl03 {
  gap: 0 30px;
  margin-bottom: 40px;
}
.sec07 .step_ttl .num {
  width: 67px;
  line-height: 1;
}
.sec07 .step_ttl .ttltxt {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  color: #36383c;
  font-weight: 700;
  line-height: calc(48/40);
  letter-spacing: .05em;
  flex: 1;
  white-space: nowrap;
}
.sec07 .step_ttl .ttltxt.nrw {
  letter-spacing: -.03em;
}
.sec07 .step_ttl .ttltxt.wide {
  letter-spacing: .075em;
}
.sec07 .step_ttl .ttltxt.indent {
  text-indent: -.6em;
  padding-left: .5em;
}
.sec07 .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 18px auto 30px;
}
.sec07 .check_list {
  width: 100%;
  margin: auto;
}
.sec07 .check_list li {
  position: relative;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: .05em;
  padding-left: 2.2em;
  color: #011212;
}
.sec07 .check_list li.nrw {
  letter-spacing: 0;
}
.sec07 .check_list li::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1452 1452"><path fill="%23a73d5c" d="M726,0C325.04,0,0,325.04,0,726s325.04,726,726,726,726-325.04,726-726S1126.96,0,726,0ZM614.65,1177.41c-122.33-247.88-350.9-431.38-350.9-431.38v-9.27c243.59-3.9,324.07,144.48,324.07,144.48C995.59,252.41,1188.75,273.87,1188.75,273.87c-468.94,580.54-574.1,903.54-574.1,903.54Z"/></svg>') no-repeat center center/contain;
  top: .4em;
  left: 0;
}
.sec07 .check_list li + li {
  margin-top: .2em;
}
.sec07 .check_list + p {
  padding-left: 1em;
}
.sec07 .simulation {
  margin: 80px auto 50px;
}
.sec07 .simulation dt {
  position: relative;
  color: #c3395e;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.12rem;
  line-height: 1.25;
  margin-bottom: 68px;
}
.sec07 .simulation dt .sm {
  color: #36383c;
  font-size: 3.6rem;
}
.sec07 .simulation dt .plus {
  position: relative;
  font-size: 0.7em;
  top: -0.1em;
}
.sec07 .simulation dt .line_dot {
  position: relative;
  background-image: radial-gradient(circle, #c3395e 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}
.sec07 .course {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4a4c94;
  margin: 36px auto 38px;
}
.sec07 .course th, .sec07 .course td {
  background: #f8f5fd;
  padding: 0.6em 0;
  border-bottom: 1px solid #4a4c94;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.sec07 .course th {
  color: #4a4c94;
  font-weight: 700;
  padding-left: 1em;
  width: 33.5;
}
.sec07 .course td:nth-of-type(1) {
  color: #121212;
  font-weight: 500;
  width: 51%;
}
.sec07 .course td:nth-of-type(2) {
  color: #c3395e;
  font-weight: 700;
  text-align: right;
  width: 15.5%;
  padding-right: 0.5em;
}
.sec07 .benefit_ttl {
  background: url("../img/bg_benefit_pc.svg") no-repeat center top/cover;
  width: 830px;
  height: auto;
  aspect-ratio: 300/29;
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  padding-top: .05em;
  margin: 0 auto 58px;
}
.sec07 .benefit .txt_box {
  padding: 0 24px;
  gap: 0 20px;
}
.sec07 .benefit .txt_box .txt {
  padding-top: 50px;
}
.sec07 .arrow {
  margin: 80px auto 15px;
}

@media screen and (max-width: 767px) {
  .sec07_body {
    padding: 6.5% 0;
  }
  .sec07 .contents_wrap {
    padding: 6.5% 3%;
  }
  .sec07 .contents_wrap p {
    line-height: 1.5;
  }
  .sec07 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec07 .subttl {
    margin: 0 auto 8%;
    width: 95%;
  }
  .sec07 .step_item {
    padding-bottom: 6.5%;
  }
  .sec07 .step_item + .step_item {
    margin-top: 10%;
  }
  .sec07 .step_item p {
    line-height: 1.5;
  }
  .sec07 .step_item .txt_box {
    flex-direction: column;
    align-items: center;
    gap: 5vw 0 !important;
  }
  .sec07 .step_item.item02 .txt_box {
    margin-bottom: 0;
  }
  .sec07 .step_item.item02 .img {
    width: 80%;
  }
  .sec07 .step_item.item03 {
    padding-bottom: 6.5%;
  }
  .sec07 .step_item.item03 .txt_box {
    margin-bottom: 0;
  }
  .sec07 .step_item.item03 .img {
    width: 80%;
  }
  .sec07 .step_ttl {
    gap: 0 3vw !important;
    padding-bottom: 5%;
    margin-bottom: 5% !important;
  }
  .sec07 .step_ttl.ttl01 .ttltxt {
    padding-top: 0;
  }
  .sec07 .step_ttl .num {
    width: 11vw;
  }
  .sec07 .step_ttl .ttltxt {
    font-size: 4.8vw;
    white-space: normal;
  }
  .sec07 .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.6vw;
    margin: 5% auto;
  }
  .sec07 .check_list {
    margin: 5% auto !important;
  }
  .sec07 .check_list li {
    padding: 0 0 0 1.6em;
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .sec07 .check_list li::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    top: .15em;
    left: 0;
  }
  .sec07 .check_list li + li {
    margin-top: 0.5em;
  }
  .sec07 .check_list + p {
    padding-left: 0;
  }
  .sec07 .simulation {
    margin: 8% auto 10%;
  }
  .sec07 .simulation dt {
    font-size: 7.8vw;
    margin-bottom: 6.5%;
  }
  .sec07 .simulation dt .sm {
    font-size: 5.6vw;
  }
  .sec07 .course {
    margin: 5% auto;
  }
  .sec07 .course th, .sec07 .course td {
    font-size: 4.5vw;
    width: 100%;
    display: block;
    border: none;
  }
  .sec07 .course th {
    width: 100%;
    padding: 0.6em 0.6em 0;
  }
  .sec07 .course td:nth-of-type(1) {
    width: 100%;
    padding: 0 0.6em;
  }
  .sec07 .course td:nth-of-type(1) .sm {
    font-size: 0.75em;
  }
  .sec07 .course td:nth-of-type(2) {
    width: 100%;
    padding: 0 0.6em 0.6em 0;
  }
  .sec07 .course tr:nth-child(1) {
    border-bottom: 1px solid #4a4c94;
  }
  .sec07 .benefit_ttl {
    background: url("../img/bg_benefit_sp.svg") no-repeat center top/cover;
    width: 100%;
    aspect-ratio: 300/39;
    font-size: 5.8vw;
    margin: 0 auto 6.5%;
    padding-top: .15em;
  }
  .sec07 .benefit .txt_box {
    padding: 0;
    gap: 5vw 0;
    flex-direction: column;
    align-items: center;
  }
  .sec07 .benefit .txt_box .txt {
    padding-top: 0;
  }
  .sec07 .benefit .txt_box .img {
    width: 60%;
  }
  .sec07 .arrow {
    width: 50vw;
    margin: 8% auto 3%;
  }
}
/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  background: #fff;
  padding: 120px 0 198px;
}
.sec08 .inner {
  padding: 0 20px;
}
.sec08 .inner p {
  letter-spacing: -.02em;
}
.sec08 .inner p + p {
  margin-top: 28px;
}
.sec08 .ttl {
  position: relative;
  margin: 0 auto 78px;
}
.sec08 .ttl span {
  position: relative;
  line-height: 1;
  font-size: 6.84rem;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec08 .ttl span::before, .sec08 .ttl span::after {
  position: absolute;
  content: "";
  background: #252722;
  width: 110px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.sec08 .ttl span::before {
  left: -140px;
}
.sec08 .ttl span::after {
  right: -140px;
}
.sec08 .profile {
  display: grid;
  grid-template-columns: 510px 326px;
  grid-template-rows: auto auto;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 28px;
  grid-template-areas: "name img" "txt img";
}
.sec08 .profile_name {
  grid-area: name;
}
.sec08 .profile_name dt {
  font-size: 5.37rem;
  color: #39383d;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -.05em;
  margin-bottom: 12px;
}
.sec08 .profile_name dd {
  font-size: 1.8rem;
  line-height: 2;
  color: #39383d;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-left: 10px;
}
.sec08 .profile_txt {
  grid-area: txt;
  font-size: 1.8rem;
  line-height: 2;
  color: #39383d;
  letter-spacing: -.02em;
}
.sec08 .profile_img {
  grid-area: img;
  padding-right: 10px;
}
.sec08 .txt_box {
  margin-top: 40px;
  gap: 0 40px;
  align-items: flex-end;
  justify-content: space-between;
}
.sec08 .achieve dt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec08 .achieve dd li {
  position: relative;
  font-size: 1.7rem;
  padding-left: 1em;
  letter-spacing: -.02em;
}
.sec08 .achieve dd li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 8% 0;
  }
  .sec08 .inner {
    padding: 0 1.6%;
  }
  .sec08 .inner p {
    letter-spacing: normal;
  }
  .sec08 .inner p + p {
    margin-top: 5%;
  }
  .sec08 .ttl {
    margin: 0 auto 6.5%;
  }
  .sec08 .ttl span {
    font-size: 8vw;
  }
  .sec08 .ttl span::before, .sec08 .ttl span::after {
    width: 9.6vw;
  }
  .sec08 .ttl span::before {
    left: -13.333vw;
  }
  .sec08 .ttl span::after {
    right: -13.333vw;
  }
  .sec08 .profile {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-row-gap: 0;
    margin-bottom: 0;
    grid-template-areas: "img" "name" "txt";
  }
  .sec08 .profile_name {
    margin-bottom: 5%;
  }
  .sec08 .profile_name dt {
    font-size: 6.8vw;
    margin-bottom: 1.5%;
  }
  .sec08 .profile_name dd {
    font-size: 4.2vw;
    padding-left: 0;
  }
  .sec08 .profile_txt {
    font-size: 4.4vw;
  }
  .sec08 .profile_img {
    padding: 0;
    width: 50%;
    margin: 0 auto 5%;
  }
  .sec08 .txt_box {
    margin-top: 5%;
    flex-direction: column;
    align-items: center;
    gap: 5vw 0;
  }
  .sec08 .txt_box .img {
    width: 80%;
  }
  .sec08 .achieve dt {
    font-size: 4.4vw;
    margin-bottom: 1.5%;
  }
  .sec08 .achieve dd li {
    font-size: 4vw;
  }
}
/* ------------------------------
*  sec09
------------------------------ */
.sec09_head {
  background: url("../img/bg_common_head.png") no-repeat center center/cover;
}
.sec09_head .head_ttl {
  line-height: 0;
  margin-bottom: -5px;
}
.sec09_body {
  padding-top: 22px;
}
.sec09 .contents_wrap {
  padding: 57px 25px 113px;
}
.sec09 .contents_wrap p + p {
  margin-top: 25px;
}
.sec09 .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: calc(60/40);
  color: #121212;
  font-weight: 500;
  border-top: 1px solid #6c4968;
  border-bottom: 1px solid #6c4968;
  height: 90px;
  width: 844px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
.sec09 .subttl {
  font-size: 4.47rem;
  line-height: calc(60/44.7);
  font-family: "Noto Serif JP", serif;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #4d3679 30%, #857aba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin: 120px auto 70px;
}
.sec09 .txt_box {
  margin: 0 auto;
  padding: 0 24px;
  gap: 0 40px;
}
.sec09 .txt_box.box02 {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
.sec09 .sign {
  text-align: right;
  margin-right: 60px;
  margin-top: 70px !important;
}
.sec09 .seminar_tbl {
  margin: 60px auto 10px;
}
.sec09 .seminar_tbl table {
  margin-bottom: 48px;
}
.sec09 .seminar_tbl table + p {
  padding: 0 1em;
}
.sec09 .cta {
  margin-top: 96px;
}

@media screen and (max-width: 767px) {
  .sec09_head .head_ttl {
    margin-bottom: -5px;
  }
  .sec09_body {
    padding: 5% 0;
  }
  .sec09 .contents_wrap {
    padding: 6.5% 3%;
  }
  .sec09 .contents_wrap p + p {
    margin-top: 5%;
  }
  .sec09 .ttl {
    font-size: 5.2vw;
    height: auto;
    width: 100%;
    padding: 3% 0;
    margin: 0 auto 5%;
  }
  .sec09 .subttl {
    font-size: 6.4vw;
    line-height: 1.4;
    margin: 8% auto;
  }
  .sec09 .txt_box {
    padding: 0;
    gap: 5vw 0;
    flex-direction: column;
    align-items: center;
  }
  .sec09 .txt_box.box02 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sec09 .txt_box .img {
    width: 80%;
  }
  .sec09 .sign {
    margin-right: 3%;
    margin-left: auto;
    margin-top: 5% !important;
    max-width: 110px;
  }
  .sec09 .seminar_tbl {
    margin: 5% auto 6.5%;
  }
  .sec09 .seminar_tbl table {
    margin-bottom: 5%;
  }
  .sec09 .seminar_tbl table + p {
    padding: 0;
  }
  .sec09 .cta {
    margin-top: 12%;
  }
}
/* ------------------------------
*  seminar_tbl
------------------------------ */
.seminar_tbl table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 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: 4px 0 3px;
  background-color: #ecdffb;
  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: 11px 8px 9px 18px;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: calc(24/18);
}
.seminar_tbl table td.wide1 {
  line-height: calc(36/18);
}
.seminar_tbl table td.wide2 {
  padding: 17px 8px 15px 18px;
  line-height: calc(36/18);
}
.seminar_tbl table td .sm {
  font-size: 1.6rem;
  line-height: calc(24/16);
}

@media screen and (max-width: 767px) {
  .seminar_tbl table {
    max-width: inherit;
  }
  .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.wide2 {
    line-height: 1.5;
  }
  .seminar_tbl table td .sm {
    font-size: 3.2vw;
  }
}
/* ------------------------------
*  policy
------------------------------ */
.form_policy {
  max-width: 790px;
  width: 100%;
  height: 220px;
  padding: 2% 3% 2% 2%;
  margin: 40px auto 45px;
  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;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  padding-top: 110px;
  padding-bottom: 110px;
}
.footer * {
  color: #111;
  font-size: 1.8rem;
  line-height: calc(36/20);
}
.footer .link {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}
.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-top: 5%;
    padding-bottom: 8%;
  }
  .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;
  }
}
/* ------------------------------
*  orange form
------------------------------ */
.orange_form {
  position: relative;
  width: 100%;
  max-width: 842px;
  margin: 0 auto 0;
}
.orange_form iframe {
  border: none;
  border-style: inherit;
  width: 100%;
  height: 1200px;
}

@media screen and (max-width: 767px) {
  .orange_form {
    width: 98%;
    margin-top: 5%;
  }
  .orange_form iframe {
    height: 360vw;
  }
}
/* ------------------------------
*  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%;
    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;
  }
}
