@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

/* ------------------------------
    reset
------------------------------ */

html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: .6;
  cursor: pointer;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: inherit !important;
  height: inherit !important;
}
figure {
  text-align: center;
  line-height: 0;
}
input{
  outline: none;
}

/* ------------------------------
    base
------------------------------ */

body {
  min-width: 920px;
  font-size: 1.0rem;
  text-align: left;
}

section {
  position: relative;
}

p,
th,
td,
dt,
dd,
li {
  font-size: 1.4rem;
  line-height: 1.8;
}

p.txt {
  font-size: 1.7rem;
  line-height: 1.7;
}

.fade {
  transition: opacity 0.3s ease;
  transform: translateZ(0)rotate(0.0001deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fade img {
  outline: 1px solid transparent;
  transform: translateZ(0)rotate(0.0001deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fade:hover {
  opacity: .6;
  cursor: pointer;
}

.h-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateZ(0);
}

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)translateZ(0);
}

.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)translateZ(0);
}

.flex {
  display: flex;
  justify-content: space-between;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

/*
.wrap-wide {
  width: calc(920px + 60px);
}
*/

#overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

#overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------
    main
------------------------------ */

main {
  display: block;
  background-repeat: no-repeat;
  background-position: center top 66px;
  background-size: contain;
}

.sec-ttl {
  background: #0a1e36;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177px;
  border-top: 4px solid #fde744;

}

.sec-ttl > * {
/*
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
  */
  line-height: 0;
  padding: 0;
  background: none;
  margin-bottom: 0;
  
}
.sec-ttl *:before,
.sec-ttl *:after{
  content: none;
}

.udl {
  background: linear-gradient(transparent 87%, #333333 88%, #333333 92%, transparent 92%);
}
.udl_red {
  background: linear-gradient(transparent 87%, #c10814 88%, #c10814 92%, transparent 92%);
}
.mac .udl{
  border-bottom: 1px solid #333333;
  padding-bottom: .1em;
  background: none;
}
.mac .udl_red{
  border-bottom: 1px solid #c10814;
  padding-bottom: .1em;
  background: none;
}
.highlight {
  background: linear-gradient(transparent 50%, #fde744 50%, #fde744 92%, transparent 92%);
}
.fwb {
  font-weight: bold;
}
.color_red {
  color: #c10814;
}
.narrow {
  letter-spacing: -.02em;
}
.hirakaku {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic StdN" , sans-serif;
}


/* mv */

#mv {
  background-color: #ffffff;
  overflow: hidden;
}
#mv h1{
  line-height: 0;
}
#mv .main_visual_bg {
  margin: 0 auto;
  text-align: center;
}
#mv .line {
  background: #0a1e36;
  padding: 6px 0 4px;
}
#mv .line p {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
#mv .line p img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #mv .main_ttl{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  #mv .main_visual_bg img{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}


.register_bg {
  background: #0a1e36;
  padding: 16px 0 15px;
}
.register_bg .regttl {
  position: static;
  max-width: 930px;
  margin: 0 auto 14px;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .register_bg .regttl {
    text-align: center;
  }
}
.register_bg .regttl::before,
.register_bg .regttl::after {
  border: none;
}

.register_bg .wrap{
  display: flex;
}
.register_bg .info{
  width: 410px;
}
.register_bg .info .date{
  font-size: 3.6rem;
  color: #ffd817;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.register_bg .info .time,
.register_bg .info .txt,
.register_bg .info .txt2{
  color: #fff;
  line-height: 1;
  text-align: center;
}
.register_bg .info .time{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
}
.register_bg .info .txt{
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.register_bg .info .txt2{
  font-size: 1.8rem;
}
.register_bg .btn{
  width: 500px;
}
.register_bg .btn .txt{
  font-size: 2.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 .2em .5em;
}

/* sec01 */
#sec01 {
  padding-bottom: 52px;
  padding-top: 26px;
}
#sec01 .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  background: none;
  margin-bottom: 42px;
  padding: 0;
}
#sec01 .ttl::before,
#sec01 .ttl::after {
  border: none;
}
#sec01 .check {
  margin-left: 0;
  margin-bottom: 78px;
}
#sec01 .check li {
  background: url('../img/sec01_check.png') no-repeat left top 35%;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 2em;
}
#sec01 .check li + li {
  margin-top: .3em;
}
#sec01 .txt-box {
  margin: 0 auto;
  padding: 0 14px;
}
#sec01 .txt-box + .txt-box {
  margin-top: 36px;
}
#sec01 .mds_red {
  margin: 0 auto 48px;
  padding-left: 18px;
  font-size: 3rem;
  font-weight: bold;
  color: #c10814;
  line-height: 1.3;
  text-align: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
#sec01 .large-txt {
  font-size: 3.6rem;
}
#sec01 .img-box {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
#sec01 .txt {
  line-height: 1.5;
}
#sec01 .txt.lh17 {
  line-height: 1.7;
}
#sec01 .txt-box:nth-of-type(1) .txt-cell {
  padding-right: 20px;
}
#sec01 .txt-box:nth-of-type(1) .img-cell {
  padding-right: 20px;
}
#sec01 .txt-box:nth-of-type(3) .txt-cell {
  padding-right: 8px;
}
#sec01 .txt-box:nth-of-type(3) .img-cell {
  padding-bottom: 12px;
}
#sec01 .txt-box:nth-of-type(3) .txt {
  line-height: 1.5;
}
#sec01 .txt-box:nth-of-type(3) .txt-cell .txt + .txt {
  margin-top: 20px;
}
#sec01 .txt + .txt {
  margin-top: 25px;
}
#sec01 .txt-box .list{
  margin: 18px 0 23px;
}
#sec01 .txt-box .list li{
  position: relative;
  padding-left: 1.4em;
  font-size: 1.7rem;
  line-height: 1.7;
}
#sec01 .txt-box .list li::before{
  position: absolute;
  content: "●";
  color: #c10814;
  left: 0;
  top: 0;
}



/* sec02 */
#sec02 {
  padding-bottom: 104px;
}
#sec02 .sec-ttl {
  margin-bottom: 46px;
}
#sec02 .txt-box {
  margin: 0 auto;
  padding: 0 14px;
}
#sec02 .txt-box:nth-of-type(2) {
  margin-top: 54px;
}
#sec02 .txt-box:nth-of-type(3) {
  margin-top: 86px;
}
#sec02 .mds_red {
  margin: 0 auto 48px;
  padding-left: 18px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #c10814;
  line-height: 1.3;
  text-align: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
#sec02 .txt-box:nth-of-type(3) .mds_red{
  margin-bottom: 68px;
}
#sec02 .img-box {
  display: flex;
  flex-wrap: nowrap;
}
#sec02 .txt {
  line-height: 1.45;
}
#sec02 .txt-cell {
  padding-right: 14px;
}
#sec02 .txt-cell .txt {
  letter-spacing: -.02em;
}
#sec02 .txt + .txt {
  margin-top: 25px;
}

/* sec03 */
#sec03 {
  padding-bottom: 64px;
}
#sec03 .sec-ttl {
  margin-bottom: 68px;
}
#sec03 .txt-box {
  margin: 0 auto;
  padding: 0 14px;
}
#sec03 .txt-box:nth-of-type(2) {
  margin-top: 54px;
}
#sec03 .txt-box:nth-of-type(3) {
  margin-top: 58px;
}
#sec03 .txt-box:nth-of-type(4) {
  margin-top: 38px;
}
#sec03 .mds_red {
  margin: 0 auto 65px;
  padding-left: 18px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #c10814;
  line-height: 1.3;
  text-align: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
#sec03 .img-box {
  display: flex;
  flex-wrap: nowrap;
}
#sec03 .txt {
  line-height: 1.45;
}
#sec03 .txt-box:nth-of-type(1) .txt-cell {
  padding-right: 14px;
}
#sec03 .txt-box:nth-of-type(3) .txt-cell {
  padding-right: 18px;
  margin-bottom: 30px;
}
#sec03 .txt-cell .txt {
  letter-spacing: -.01em;
}
#sec03 .txt + .txt {
  margin-top: 24px;
}

/* sec04 */
#sec04 .sec-ttl{
  padding-top: 18px;
  height: 138px;
}
#sec04 .wide-area {
  background-color: #c6e5f9;
  padding: 24px 0 24px;
}
#sec04 .sec04-In {
  background-color: #ffffff;
  width: 100%;
  max-width: 922px;
  margin: 0 auto;
  padding: 0 0 51px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}
#sec04 .voice-area {
  padding: 35px 20px 60px;
}
#sec04 .voice-ttl {
  font-size: 2rem;
  letter-spacing: -.02em;
  line-height: 1.26;
  font-weight: bold;
  color: #d6211b;
  padding: 20px 0 12px;
  text-indent: -1em;
  padding-left: .5em;
}
#sec04 .voice-ttl:first-child {
  padding-top: 0px;
}
#sec04 .voice-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px dotted #cccccc;
  padding: 0 6px 14px;
}
#sec04 .voice-txt.narrow1 {
  letter-spacing: -.01em;
}
#sec04 .voice-txt.narrow2 {
  letter-spacing: -.02em;
}
#sec04 .txt-box {
  margin: 0 auto;
  padding: 0 28px;
}
#sec04 .mds_red {
  margin: 63px auto 55px;
  padding-left: 18px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #c10814;
  line-height: 1.3;
  text-align: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
#sec04 .txt {
  line-height: 1.45;
}
#sec04 .txt + .txt {
  margin-top: 25px;
}

/* sec05 */
#sec05 {
  overflow: hidden;
}
#sec05 .sec05-In {
  background-color: #ffffff;
  width: 921px;
  margin: 0 auto;
  padding: 0 0 65px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}
#sec05 .wide-area {
  background-color: #eaeaea;
  padding: 23px 0 37px;
}
#sec05 .image-list {
  margin: 0 0 32px;
}
#sec05 .image-list li {
  float: left;
  line-height: 0;
}

#sec05 .Seminar-list {
  text-align: center;
}
#sec05 ol.check {
  padding: 56px 0 150px 30px;
  margin: auto;
  counter-reset: item;
}
#sec05 ol.check li {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 26px 0 42px;
  text-align: left;
  margin: 0;
}
#sec05 ol.check li::before {
  position: absolute;
  background: #d6211b;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border-radius: 50px;
  padding-top: 2px;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item)'';
}
#sec05 ol.check li:nth-of-type(n + 10)::before {
  font-size: 2rem;
  padding-top: 5px;
  padding-left: .1em;
  letter-spacing: .1em;
}
#sec05 ol.check li:nth-of-type(11)::before {
  letter-spacing: .2em;
  padding-left: .2em;
}

#sec05 ol.check li + li {
  margin-top: 6px;
}

#sec05 .sec-sub-ttl {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
#sec05 .btn-area {
  text-align: center;
}



/* sec06 */

#sec06 {
  background: #fff;
  padding-bottom: 78px;
}
#sec06 .sec-ttl {
  height: 140px;
}
#sec06 .box {
  width: 835px;
  margin: 50px auto 14px;
}
#sec06 .box .img-right {
  float: right;
  margin: 0 -8px 24px 0;
  border: 1px solid #d4d9df;
  line-height: 0;
}
#sec06 .box .txt {
  width: 494px;
  float: left;
  line-height: 1.7;
}
#sec06 .profile-img {
  margin-bottom: 40px;
  display: inline-block;
}
#sec06 .profile-img img {
  margin: 0;
  padding: 0;
}
#sec06 .txt-inner {
  width: 835px;
  margin: 0 auto;
}
#sec06 .txt-inner .txt {
  line-height: 1.8;
}
#sec06 .txt-inner .txt + .txt {
  margin-top: 28px;
}
#sec06 .txt-inner + .txt-inner{
  margin-top: 45px;
}
#sec06 .txt-inner .mds {
  max-width: 768px;
  background-color: transparent;
  border-radius: 0;
  margin: 0 auto 20px;
  padding: 21px 0 18px;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
  color: #111111;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#sec06 .txt-inner figure{
  margin: 0 auto;
}

/* sec07 */
#sec07 .sec-ttl {
  height: 140px;
  background-color: #111111;
}
#sec07 .lead {
  max-width: 860px;
  margin: auto;
  font-size: 1.8rem;
}
#sec07 .wrap {
  padding: 26px 0 32px;
}

#form {
  margin-top: 30px;
}

/* ------------------------------
      footer
  ------------------------------ */

footer {
  background: #000;
  padding: 24px 0 62px;
  text-align: center;
}
footer *{
  color: #ffffff;
  font-size: 1.4rem !important;
}
footer .logo img {
  margin: 0 !important;
}
footer .main {
  justify-content: flex-start;
  align-items: center;
}
footer .main .info {
  margin-left: 60px;
}
footer .sub {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
footer ul.menu {
  margin: 0;
}
footer ul.menu > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: .5em;
  margin-left: .5em;
  border-left: 1px solid #fff;
}
footer ul.menu > li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
footer ul.menu > li a,
footer .main .info > a{
  color: #ffffff;
}
footer .main .info > a{
  pointer-events: none;
}
footer .main .info > a:hover{
  text-decoration: none;
  opacity: 1;
}

footer .copy {
  margin: 0 0 0 20px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body {
    min-width: inherit;
  }

  .wrap,
  .wrap-wide {
    width: 100%;
    padding: 0 3vw;
  }

  p,
  th,
  td,
  dt,
  dd,
  li {
    font-size: 4vw;
  }
  
  img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
  }

  p.txt {
    font-size: 3.7vw;
    line-height: 1.8;
  }

  /* ------------------------------
      main
  ------------------------------ */
  main {
    background-position: center top 8vw;
  }

  .sec-ttl {
    height: auto;
    padding: 6vw 0;
  }
  .sec-ttl > * {
    width: 85%;
    font-size: 5vw;
    line-height: 1.4;
  }
  .udl{
    background: linear-gradient(transparent 85%, #333333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  .udl_red{
    background: linear-gradient(transparent 85%, #c10814 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }


  /* mv */
  #mv .main_visual_bg {
    background: url(../img/main_visual_sp.jpg) no-repeat top center /cover;
    width: 100%;
    padding-top: 66.666%;
  }
  #mv .main_visual_bg img{
    display: none;
  }
  #mv .line {
    padding: 3%;
  }
  #mv .line p img {
    width: 48vw;
  }
  .register_bg {
    background: #0a1e36;
    padding: 5% 0 0;
  }
  .register_bg .regttl {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .register_bg .wrap{
    display: block;
    padding: 3vw 2vw 2vw;
  }
  .register_bg .info{
    width: 100%;
  }
  .register_bg .info .date{
    font-size: 6.6vw;
    margin-bottom: .3em;
    text-align: center;
  }
  .register_bg .info .time{
    font-size: 4.8vw;
    margin: 0 0 .3em 0;
  }
  .register_bg .info .txt{
    font-size: 4.5vw;;
    margin: 0 0 .3em 0;
  }
  .register_bg .info .txt2{
    font-size: 4.2vw;
  }

  .register_bg .btn{
    width: 100%;
  }
  .register_bg .btn .txt {
    font-size: 3.2vw;
    margin: 1.2em 0 0 .5em;
    text-align: center;
  }

  /* sec01 */
  #sec01 {
    padding-top: 5%;
    padding-bottom: 6%;
  }
  #sec01 .ttl {
    margin: 0 0 5vw;
  }
  #sec01 .check {
    margin-bottom: 8vw;
    margin-left: 0;
  }
  #sec01 .check li {
    background-position: left top .1em;
    background-size: 1.2em;
    font-size: 3.7vw;
    line-height: 1.5;
    padding-left: 1.8em;
  }
  #sec01 .check li + li {
    margin-top: 3%;
  }
  #sec01 .txt-box {
    width: 100%;
    padding: 0;
  }
  #sec01 .txt-box + .txt-box {
    margin-top: 5%;
  }
  #sec01 .mds_red {
    margin: 8% 0;
    padding-left: 0;
    font-size: 4.8vw;
  }
  #sec01 .large-txt {
    font-size: 4.8vw;
  }
  #sec01 .img-box {
    display: block;
    margin-bottom: 5;
  }
  #sec01 .txt-cell {
    margin-right: 0;
    padding: 0 !important;
  }
  #sec01 .img-cell {
    padding: 5% 0 0 !important;
  }
  #sec01 .txt,
  #sec01 .txt.lh17{
    line-height: 1.5;
  }
  #sec01 .txt + .txt {
    margin-top: 5% !important;
  }
  #sec01 .box {
    width: 100%;
    padding: 0;
  }
  #sec01 .txt-box .list{
    margin: 5% 0;
  }
  #sec01 .txt-box .list li{
    font-size: 3.7vw;
    line-height: 1.5;
  }

  /* sec02 */
  #sec02 {
    width: 100%;
    padding-bottom: 6%;
  }
  #sec02 .sec-ttl {
    margin-bottom: 5%;
  }
  #sec02 .txt-box {
    width: 100%;
    padding: 0;
  }
  #sec02 .txt-box:nth-of-type(2),
  #sec02 .txt-box:nth-of-type(3) {
    margin-top: 0;
  }
  #sec02 .mds_red {
    margin: 8% auto !important;
    padding-left: 0;
    font-size: 4.8vw;
  }
  #sec02 .img-box {
    display: block;
  }
  #sec02 .txt {
    line-height: 1.5;
  }
  #sec02 .txt-cell {
    padding-right: 0;
  }
  #sec02 .txt + .txt {
    margin-top: 5%;
  }
  #sec02 .img-cell {
    padding: 5% 0 0;
  }

/* sec03 */
  #sec03 {
    width: 100%;
    padding-bottom: 6%;
  }
  #sec03 .sec-ttl {
    margin-bottom: 5%;
  }
  #sec03 .txt-box {
    width: 100%;
    padding: 0;
  }
  #sec03 .txt-box:nth-of-type(2),
  #sec03 .txt-box:nth-of-type(3),
  #sec03 .txt-box:nth-of-type(4) {
    margin-top: 0;
  }
  #sec03 .mds_red {
    margin: 8% auto !important;
    padding-left: 0;
    font-size: 4.8vw;
  }
  #sec03 .img-box {
    display: block;
  }
  #sec03 .txt {
    line-height: 1.5;
  }
  #sec03 .txt-cell {
    padding-right: 0 !important;
  }
  #sec03 .txt + .txt {
    margin-top: 5%;
  }
  #sec03 .img-cell {
    padding: 5% 0;
  }
  #sec03 .txt-box:nth-of-type(3) .txt-cell {
    margin-bottom: 0;
  }


  /* sec04 */
  #sec04 .sec-ttl{
    padding-top: 5%;
    height: auto;
  }
  #sec04 .sec04-In {
    width: 100%;
    padding: 5vw 3vw 6vw;
  }
  #sec04 .wide-area {
    padding: 5% 0 6%;
  }
  #sec04 .wrap {
    width: 100%;
    padding-top: 0;
  }
  #sec04 .voice-area {
    padding: 0;
    margin-bottom: 6.2%
  }
  #sec04 .voice-ttl {
    font-size: 4vw;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  #sec04 .voice-txt {
    font-size: 3.7vw;
    padding-bottom: 14px;
  }
  #sec04 .voice-txt.narrow1,
  #sec04 .voice-txt.narrow2 {
    letter-spacing: 0;
  }
  #sec04 .txt-box {
    padding: 0 1.6%;
  }
  #sec04 .mds_red {
    margin: 8% auto !important;
    padding-left: 0;
    font-size: 4.8vw;
  }
  #sec04 .txt {
    line-height: 1.5;
  }
  #sec04 .txt + .txt {
    margin-top: 5%;
  }


  /* sec05 */
  #sec05 .sec05-In {
    width: 100%;
    padding: 6% 3%;
  }
  #sec05 .wide-area {
    padding: 5% 0;
  }
  #sec05 .image-list {
    margin: 0 0 5%;
  }
  #sec05 .image-list li {
    float: none;
    padding: 0 3%;
  }
  #sec05 .image-list li + li {
    margin-top: 5%;
  }
  #sec05 ol.check {
    padding: 8% 0 10%;
  }
  #sec05 ol.check li {
    font-size: 4vw;
    padding: .2em 0 0 2.4em;
  }
  #sec05 ol.check li::before {
    font-size: 4vw;
    padding-top: .4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  #sec05 ol.check li:nth-of-type(5)::before,
  #sec05 ol.check li:nth-of-type(6)::before {
    padding-top: .5vw;
  }
  #sec05 ol.check li:nth-of-type(7)::before {
    padding-top: .7vw;
  }
  #sec05 ol.check li:nth-of-type(n + 10)::before {
    font-size: 3.8vw;
    padding-top: .6vw;
  }
  #sec05 ol.check li:nth-of-type(n + 12)::before {
    padding-top: .7vw;
  }

  #sec05 ol.check li + li {
    margin-top: 3%;
  }

  #sec05 .sec-sub-ttl {
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  #sec05 .btn-area {
    text-align: center;
  }

  /* sec06 */
  #sec06 {
    padding-bottom: 6%;
  }
  #sec06 .sec-ttl {
    height: auto;
  }
  #sec06 .box {
    width: 100%;
    margin: 5% auto;
  }
  #sec06 .txt-inner {
    width: 90%;
  }
  #sec06 .txt-inner .txt {
    line-height: 1.7;
  }
  #sec06 .txt-inner .txt + .txt {
    margin-top: 5%;
  }
  #sec06 .box .img-right {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  #sec06 .box .txt {
    float: none;
    width: 90%;
    margin: 8% auto 0;
    line-height: 1.7;
  }
  #sec06 .profile-img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #sec06 .txt-inner + .txt-inner{
    margin-top: 8%;
  }
  #sec06 .txt-inner .mds {
    margin: 0 auto 5%;
    padding: 3% 0 2.6%;
    font-size: 5.6vw;
    line-height: 1.4;
  }
  #sec06 .txt-inner figure{
    margin: 0 auto;
  }


  /* sec07 */
  #sec07 .wrap {
    padding: 3vw 3vw;
  }
  #sec07 .sec-ttl {
    height: auto;
  }

  #sec07 .lead {
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.8;
  }

  #form {
    margin-top: 30px;
  }

  /* ------------------------------
      footer
  ------------------------------ */
  footer {
    padding: 5vw 0;
  }

  footer .flex {
    display: block;
  }
  footer .main .logo {
    width: 60vw;
    margin: 0 auto;
  }
  footer .main .info {
    margin: 0 0 0 10vw;
    font-size: 3vw;
    text-align: left;
  }
  footer .sub {
    margin-top: 5vw;
  }
  footer ul.menu {
    text-align: center;
    margin: 0 5% 3%;
  }
  footer ul.menu > li {
    font-size: 3vw;
    line-height: 1.4;
  }
  footer ul.menu > li:last-child {
    margin-right: 0;
  }
  footer .copy {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.2;
    margin-left: 0;
  }
  footer .main .info > a{
    pointer-events: auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  footer .main .info {
    margin: 0;
    text-align: center;
  }
  footer .sp {
    display: none;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom: 1;
}

.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  /* 隙間対応 */
  font-size: 0.1em;
  /* 隙間対応 */
  line-height: 0;
  /* 隙間対応 */
}


/*---------------------fixed_btn ----------------------*/
.fixed_btn {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  margin:0 auto;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .fixed_btn {
    background: #0a1e36;
    border-top: 4px solid #fde744;
    padding: 10px 0 0;
  }
  .fixed_btn .ttl {
    position: static;
    margin: 0 auto 5px;
    padding: 0;
    background-color: transparent;
    text-align: center;
  }
  .fixed_btn .regttl::before,
  .fixed_btn .regttl::after {
    border: none;
  }

  .fixed_btn .wrap{
    display: flex;
    min-width: 890px;
  }
  .fixed_btn .info{
    width: 530px;
  }
  .fixed_btn .info .date{
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffd817;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
  }
  .fixed_btn .info .date span{
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: normal;
  }
  .fixed_btn .info .txt{
    color: #ffffff;
    font-weight: 600;
    font-size: 1.79rem;
    letter-spacing: -.02em;
    text-align: left;
  }
  .fixed_btn .info .txt span{
    font-size: 1.4rem;
    font-weight: normal;
  }
  .fixed_btn .btn{
    width: 363px;
  }
}

@media screen and (max-width: 768px) {
  .fixed_btn {
    padding: 3% 0;
  }
  .fixed_btn .btn{
    text-align: center;
  }
  .fixed_btn img{
    margin: auto;
    width: 88.4vw;
  }
}