@charset "utf-8";
/* common.css */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@font-face {
  font-family: 'FOT-筑紫A丸ゴシック Std';
  src: url('../fonts/FOT-TsukuARdGothicStd-B.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  box-sizing: border-box;
}

* html * {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

b {
  font-weight: bold;
}

p,
span,
li,
dt,
dd {
  font-weight: 400;
  line-height: 2.0;
}

img {
  max-width: 100%;
}

.section {
  padding: 95px 0;
}


/*　共通レイアウトスタイル　*/
#sec02.section,
#sec03.section,
#sec05.section {
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 100;
  overflow-x: hidden;
}

#wrapper {
  padding-top: 104px;
}

.inner {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.main_header {
  width: 100%;
  position: fixed;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  transition: opacity 0.8s;
}

.header_inner {
  margin: auto;
  width: auto;
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
}

header img {
  display: block;
  margin: 0 auto;
}

.header_logo {
  width: 27%;
}

.header_r ul {
  display: flex;
  align-items: center;
  text-align: center;
}


.header_r ul a {
  margin-left: 1.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 14.38em;
  height: 3em;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #e7317d;
}
.header_r .inquiry30 a{
  border: 1px solid #e7317d;
  color: #e7317d;
  background-color: #fff;
}
.header_r .inquiry30 a:hover,
.header_r .inquiry a {
  color: #fff;
  background-color: #e7317d;
}

.header_r .inquirydl a{
  color: #fff;
  background-color: #00a297;
  border: 1px solid #00a297;
}
.header_r .inquirydl a:hover {
  color: #fff;
  border: 1px solid #00a297;
}


.pcview {}

.spview , .pc1200view {
  display: none !important;
}

/* ---------------------------------------------------

	youtube

----------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.yt-note {
  font-size: 2.4rem;
  line-height: 1.83;
  text-align: center;
  color: #e7317d;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .yt-note {
    font-size: 1.4rem;
  }
}
/* mainvisual */
/* ---------------------------------------------------

	mainvisual

----------------------------------------------------- */
#mainContainer {
  width: 93.75%;
  max-width: 1800px;
  margin: 0 auto;
}

#mainvisual {
  position: relative;
  height: 716px;
  border-radius: 6px;
  overflow: hidden;
}
.mainbg {
  background: url("../images/bg_01_pc.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 358px 0;
  z-index: 0;
  animation: scale 120s linear infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#mainvisual .inner{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8.5%;
}
.main_title_sub{
  font-size: 2.8rem;
  color: #fff;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
  text-shadow: 0 0 1vw #000;
}
#mainvisual .main_title p {
  padding: 0 0.1em 0 0.4em;
  font-size: 3.6rem;
  width: fit-content;
  color: #e7317d;
  line-height: 1.5;
  background-color: #fff;
  margin-bottom: .25em;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.box00 {
  position: absolute;
  width: 200px;
  right: 30px;
  bottom: -400px;
  z-index: 1;
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
  .pc1200view {
    display: block !important;
  }
  #mainvisual {
    height: 59.67vw;

  }
  .mainbg {
    padding: 29.83vw 0;
  }

  #mainvisual .main_title p {
    font-size: 3vw;
  }

  .box00 {
    width: 16.67vw;
    right: 2.5vw;
    bottom: -33vw;
  }
}

@media screen and (max-width: 768px) {

  html {
    font-size: 2.67vw;
  }

  body {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 100;
  }

  #mainContainer {
    width: 100%;
  }

  #wrapper {
    padding-top: 42vw;
  }

  .inner {
    width: 87.18%;
    margin: 0 auto;
  }

  .pcview {
    display: none !important;
  }

  .spview {
    display: inherit !important;
  }

  .section {
    padding: 10.26vw 0;
  }

  /* header */

  #headerContainer {}

  header {
    padding: 4.5vw 0 4.5vw 0 !important;
  }

  .main_header {
    width: 100%;
  }

  .header_logo {
    width: 60%;
    margin-bottom: 4vw;
  }

  header img {
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }

  .main_header img {
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }

  .header_inner {
    width: 87.18%;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .header_r {
    width: fit-content;
  }

  .header_r ul {
    width: 88vw;
    justify-content: space-between;
    flex-wrap:wrap;
  }
.header_r li {
    width: fit-content;
  }

.header_r li:nth-child(3){
  margin: 5% auto 0;
}
  .header_r ul a {
    width: 41.64vw;
    height: 9vw;
    line-height: 1.1;
    margin-left: 0;
    font-size: 2.8vw;
    font-weight: bold;
  }

  .sp-download {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  /* main */


  /* mainvisual */

  
  #mainvisual {
    height: 82vw;
    border-radius: 0;
  }
  .mainbg {
    background: url("../images/bg_01_sp.jpg") center no-repeat;
    padding: 36vw 0;
  }
  #mainvisual .main_title p {
    font-size: 4.62vw;
    margin-bottom: .3em;
    font-feature-settings: "palt";
  }

  .box00 {
    align-items: center;
    flex-direction: column;
    margin: -6vw auto 0;
  }

  .box00 li:first-child {
    width: 100%;
  }

  .box00 li:last-child {
    display: none;
  }

}

/* sec01 */
/*------------------------------------------------------------
.notes_required
------------------------------------------------------------*/

.notes_required {
  background: #fff;
}

.notes_required label {
  font-size: 19px;
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}

.notes_required label span {
  font-weight: bold;
}

.notes_required label .label_inner {
  padding-left: 6px;
}

.notes_required label .label_inner:before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #e7317d;
  border-radius: 20%;
  box-sizing: border-box;
  position: absolute;
  top: 18%;
  left: 0;
}

.notes_required._check label .label_inner:before {
  background-color: #e7317d;
}

.notes_required._check label .label_inner:after {
  content: '';
  width: 12px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -5px;
}

.notes_required label input {
  position: relative;
  z-index: -1;
}

/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/

.btnArea {
  max-width: 25.25%;
  margin: 30px auto 0;
  position: relative;
}

.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}

.btnArea._check input[type="submit"] {
  z-index: -1;
}

a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #333;
  width: 100%;
  height: 54px;
  padding: 0 10% 0 6%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
}

._check a.btn_one._a {
  background: #e7317d;
  box-shadow: 0px 5px 0px 0px #333;
}

._check a.btn_one._a:hover {
  box-shadow: none;
  top: 3px;
}

/*  */
.nayami {
  width: 45px;
  margin: 0 auto;
}

.section h2 {
  font-size: 4.6rem;
  line-height: 1.17;
  color: #e7317d;
  text-align: center;
  margin-top: 0.2em;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.sec01-contact {
  max-width: 416px;
  margin: 30px auto 0;
}

.sec01-box {
  border: 1px solid #e7317d;
  border-radius: 10px;
  padding: 75px 5% 40px;
  margin-top: -6%;
}

.nayami-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 138px;
}

.nayami-list li {
  min-width: 50%;
}

.sec-01-note,
.sec-01-note span {
  font-size: 2.4rem;
  line-height: 1.83;
  text-align: center;
  color: #e7317d;
  margin: 50px auto 125px;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.sec-01-note span {
  background-image: radial-gradient(circle at center, #e7317d 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.4em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */
}
#sec01.section{
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .section h2 {
    font-size: 3.83vw;
  }
  .nayami {
    width: 3.75vw;
  }
  .main_title_sub{
    font-size: 2.33vw;
  }
  .sec01-box {
    padding: 6.25vw 3% 3.33vw;
  }

  .notes_required label {
    font-size: 1.5vw;
  }

  .notes_required label .label_inner:before {
    width: 1.75vw;
    height: 1.75vw;
  }

  .notes_required label input {
    margin: 0 2px 0 0;
  }

  .notes_required._check label .label_inner:after {
    width: 1vw;
    height: 0.58vw;
  }

  .sec01-contact {
    width: 34.67vw;
  }
}

@media screen and (max-width: 768px) {
  .nayami {
    width: 5.77vw;
  }
  .main_title_sub{
    font-size: 3.59vw;
  }
  .nayami-list {
    max-height: none;
  }

  .nayami-list li {
    margin-bottom: 7vw;
  }

  .nayami-list li:last-child {
    margin-bottom: 0;
  }

  .notes_required label .label_inner:before {
    width: 6.67vw;
    height: 6.67vw;
    top: -60%;
  }

  .notes_required label .label_inner {
    display: inline-block;
    line-height: 1.4;
    padding-left: 5vw;
  }

  .notes_required._check label .label_inner:after {
    top: -30%;
    left: 1.25vw;
    margin-top: 0;
    width: 4vw;
    height: 1.6vw;
  }

  .btnArea {
    max-width: 100%;
  }

  .section h2 {
    font-size: 5.9vw;
  }

  .sec01-contact {
    max-width: 78%;
  }

  .sec01-box {
    padding: 15.38vw 6% 7.7vw;
    margin-top: -13%;
  }

  .notes_required label {
    font-size: 3.59vw;
  }

  a.btn_one {
    width: 41.64vw;
    height: 8.31vw;
    font-size: 3.08vw;
    margin: 0 auto;
  }

  .sec-01-note,
  .sec-01-note span {
    font-size: 3.9vw;
    margin: 12.82vw auto 15.38vw;
  }
}
/* sec01-2 */
#sec01-2{
  background-color: #f083b1;
  padding: 50px 80px 80px;
  border-radius: 6px;
  margin-bottom: 125px;
}
#sec01-2 h2{
  color: #fff;
  margin-bottom: 1.3em;
}
.sec01-2-box{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sec01-2-img{
  width: 56%;
}
.sec01-2-box p{
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: 500;
  text-align: justify;
  color: #fff;
  width: 40%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
#sec01-2{
  padding: 4.17vw 6.67vw 6.67vw;
}
.sec01-2-box p{
  font-size: 1.5vw;
}
}
@media screen and (max-width: 768px) {
  #sec01-2{
    padding: 7.69vw;
    margin-bottom: 15.38vw;
  }
  .sec01-2-box {
    flex-direction: column;
  }
  .sec01-2-img{
    width: 100%;
  }
  .sec01-2-box p{
    font-size: 3.59vw;
    width: 100%;
    margin-bottom: 7.69vw;
  }

}
/* sec02 */
#sec02 {
  overflow: hidden;
}

.light_blue {
  background-color: #fdeaf2;
  padding: 50px 0 80px;
  border-radius: 6px;
}

.sec02-haisou {
  max-width: 268px;
  margin: 25px auto 15px;
}

.sec02-list {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}

.sec02-list li {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e7317d;
  padding: 25px 2.5%;
}

.sec02-point {
  width: 73.4%;
  margin-left: 8%;
}

#sec02 h3,#sec02 h3 span {
  font-size: 3rem;
  line-height: 1.28;
  word-break: keep-all;
  font-feature-settings: "palt";
  color: #e7317d;
  text-align: center;
  margin: 30px auto 10px;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.letter{
  letter-spacing: -3px;
}
.sec02-list p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
  font-weight: 500;
}

.sec02-30rty {
  position: relative;
  font-size: 2.8rem;
  color: #e7317d;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.sec02-30rty::before,
.sec02-30rty::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.2em;
  background-color: #e7317d;
  top: 20%;
}

.sec02-30rty::before {
  left: -5%;
  transform: rotate(-30deg);
}

.sec02-30rty::after {
  right: -5%;
  transform: rotate(30deg);
}

.sec02-30link {
  display: block;
  background-color: #e7317d;
  color: #fff;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  max-width: 334px;
  line-height: 1;
  padding: 1em;
  margin: 1.5em auto 0;
}

.content {
  max-width: 920px;
  margin: 0 auto;
}

.sec02-list02 {
  margin: 130px 0;
}

.sec02-list02 li {
  margin-bottom: 80px;
}

.sec02-list02 li:last-child {
  margin-bottom: 0;
}

.sec02-list02-item {
  display: flex;
}

.sec02-list02-item.reverse {
  flex-direction: row-reverse;
}

.sec02-list02-item dt {
  position: relative;
  margin-top: 90px;
}

.sec02-list02-item dt::after {
  position: absolute;
  content: '';
  width: 1920px;
  height: 1px;
  background-color: #e7317d;
  top: 38%;
  right: -19%;
  z-index: 0;
}

.sec02-list02-item.reverse dt::after {
  left: -15%;
}

.sec02-list02-item h4 {
  font-size: 3rem;
  color: #e7317d;
  margin-bottom: 0.3em;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.sec02-list02-item p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}

.sec02-list02-item.reverse h4,
.sec02-list02-item.reverse p {
  text-align: right;
}

.sec02-list02-item dd {
  position: relative;
  max-width: 34%;
  margin-left: 0;
  z-index: 1;
}

.sec02-list02-item.reverse dd {
  margin-right: 1%;
}

.sec02-list02-item.big dt {
  word-break: keep-all;
  margin-top: 70px;
}
.sec02-list02-item.big dt h4{
font-feature-settings: "palt";
}
.sec02-list02-item.big dd {
  max-width: 52%;
}
.sec02-list02-item.big dt::after {
  top: 82%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #sec02 h3,#sec02 h3 span {
    font-size: 2.5vw;
  }

  .sec02-list p {
    font-size: 1.5vw;
  }

  .sec02-list02-item h4 {
    font-size: 2.5vw;
  }

  .sec02-list02-item p {
    font-size: 1.5vw;
  }

  .sec02-30rty {
    font-size: 2.33vw;
  }
  .sec02-list02-item dt {
    margin-top: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .light_blue {
    padding: 7.69vw 0;
  }

  .sec02-haisou {
    width: 55.9vw;
    margin: 2.56vw auto;
  }

  .sec02-list {
    display: block;
    margin: 8.46vw auto;
  }

  .sec02-list li {
    width: 100%;
    padding: 4.62vw;
    margin-bottom: 20px;
  }
.sec02-p-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.13vw;
  }
  .sec02-list li:last-child {
    margin-bottom: 0;
  }

  #sec02 h3,#sec02 h3 span {
    font-size: 5.13vw;
    text-align: left;
    margin: 0;
  }

  .sec02-list p {
    font-size: 3.59vw;
    line-height: 1.7;
  }

  .sec02-30rty {
    font-size: 3.85vw;
  }

  .sec02-point {
    margin-left: 0;
    width: 27.95vw;
    max-width: none;
  }
  .sec02-text{
    width: 46.15vw;
  }
  .sec02-30link {
    font-size: 3.08vw;
    max-width: 56.92vw;
    margin-top: 3.85vw;
  }

  .content {
    max-width: 94%;
  }

  .sec02-list02 {
    margin: 12.82vw 0;
  }

  .sec02-list02 li {
    padding-bottom: 12.82vw;
    margin-bottom: 12.82vw;
    border-bottom: 1px solid#e7317d;
  }

  .sec02-list02-item {
    display: block;
  }
  .sec02-list02-item dt {
    margin-top: 0;
  }
  .sec02-list02-item dt::after {
    content: none;
  }

  .sec02-list02-item h4,
  .sec02-list02-item.reverse h4 {
    font-size: 5.13vw;
    line-height: 1.5;
    text-align: center;
  }

  .sec02-list02-item p,
  .sec02-list02-item.reverse p {
    text-align: center;
    font-size: 3.45vw;
    line-height: 1.7;
    font-feature-settings: "palt";
  }

  .sec02-list02-item dd {
    max-width: 64.1vw;
    margin: 0 auto;
    margin-top: 8.97vw;
  }

  .sec02-list02-item.big dd {
    max-width: 100%;
  }

  .sec02-list02-item.reverse dd {
    margin: 8.97vw auto 0;
  }

  .sec02-list02-item.big dt {
    word-break: break-all;
  }

  .sec02-list02 li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}


/* sec05 */
.sec05-txt {
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.6;
  width: 50.5%;
  font-weight: 500;
  margin: 80px auto 65px;
}

.sec05-img {
  width: 64.5%;
  margin: 0 auto;
  text-align: center;
}

#sec05 .sec02-30rty,
#sec07 .sec02-30rty {
  margin: 100px auto 40px;
}

.sec05-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.sec05-flex .tel {
  font-size: 6rem;
  line-height: 1;
  color: #e7317d;
  text-align: center;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.sec05-flex .time {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.sec05-flex dt {
  margin-right: 90px;
  text-align: center;
}

#sec05 .sec02-30link,
#sec07 .sec02-30link {
  width: 342px;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .sec05-flex .tel {
    font-size: 5vw;
  }

  .sec05-flex .time {
    font-size: 1.33vw;
    margin-top: 0.83vw;
  }

  .sec05-flex dt {
    margin-right: 7.5vw;
  }

  #sec05 .sec02-30link,
  #sec07 .sec02-30link {
    width: 28.5vw;
    margin-top: 0.42vw;
    font-size: 1.5vw;
  }
  .sec05-txt{
    font-size: 1.5vw;
    margin: 6.67vw auto 5.42vw;
  }
}

@media screen and (max-width: 768px) {
  .sec05-txt {
    font-size: 3.59vw;
    width: 85.3%;
    margin: 15.38vw auto 12.82vw;
  }

  .sec05-img {
    width: 100%;
    margin: 0 auto;
  }

  #sec05 .sec02-30rty {
    margin: 10.26vw auto 3.13vw;
  }

  .sec05-flex {
    display: block;
  }

  .sec05-flex .tel {
    font-size: 10vw;
  }

  .sec05-flex .time {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  .sec05-flex dt {
    margin-right: 0;
  }

  #sec05 .sec02-30link,
  #sec07 .sec02-30link {
    width: 57.03vw;
    margin-top: 10.26vw;
  }
}

/* sec06 */
.step_box {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}

.step_box li {
  position: relative;
  width: 18.5%;
  border-radius: 10px;
  border: 1px solid #e7317d;
  padding: 70px 0 0;
  background-color: #fff;
}

.step_box .step {
  position: absolute;
  width: 52.6%;
  top: -13%;
  left: 50%;
  transform: translateX(-50%);
}

.step_box dl {
  display: flex;
  flex-direction: column;
}

.step_box dt {
  width: 90.9%;
  margin: 0 auto;
}

.step_box dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 20px;
  text-align: justify;
}

.step_box .note {
  font-size: 80%;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .step_box {
    margin-top: 7.92vw;
  }

  .step_box li {
    padding: 5.83vw 0 0;
  }

  .step_box dd {
    font-size: 1.5vw;
    padding: 0 1.67vw;
  }

  .step_box .note {
    margin-bottom: 1.67vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .step_box {
    display: block;
    margin-top: 18.46vw;
  }

  .step_box li {
    position: relative;
    width: 100%;
    padding: 6.23vw 0 0;
    margin-bottom: 17.95vw;
  }

  .step_box li:last-child {
    margin-bottom: 0;
  }

  .step_box li:last-child::after {
    content: none;
  }

  .step_box li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 17.95vw;
    background-color: #e7317d;
    bottom: -17.95vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .step_box .step {
    width: 26%;
    top: -26%;
  }

  .step_box dl {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .step_box dt {
    width: 47%;
  }

  .step_box dd {
    width: 41%;
    font-size: 3.59vw;
    padding: 0;
    margin-right: 7vw;
  }

  .step_box .note {
    margin-top: 1.5vw;
    margin-bottom: 3.5vw;
  }
}

/* sec07 */
.accordion-area {
  list-style: none;
  width: 89%;
  max-width: 1000px;
  margin: 55px auto 0;
}


.title {
  position: relative;
  cursor: pointer;
  font-size: 2.2rem;
  padding: 0.7em 0 0.7em 2.6em;
  transition: all .5s ease;
  border-top: 1px solid #e7317d;
  font-family: 'FOT-筑紫A丸ゴシック Std', 'Noto Sans JP', sans-serif;
}

.title::before {
  position: absolute;
  content: '';
  width: 41px;
  height: 26px;
  background-image: url(../images/sec07-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.title::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 6px;
  background-image: url(../images/icon-plus.png);
  transition: all .2s ease;
}

.title.close::after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/icon-min.png);
}

.box {
  display: none;
  padding: 45px;
  border-top: 1px dashed #e7317d;
}
.box p{
  font-weight: 500;
}
.box .indent li{
  position: relative;
  padding-left: 1.25em;
}
.box .indent li::before{
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}
.accordion-area li.last {
  border-bottom: 1px solid #e7317d;
}

#sec07 .sec02-30rty::before,
#sec07 .sec02-30rty::after {
  height: 3.5em;
  top: 15%;
}

#sec07 .sec02-30rty::before {
  left: -7%;
}

#sec07 .sec02-30rty::after {
  right: -7%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .title{
    font-size: 1.83vw;
  }
  .title::before{
    width: 3.42vw;
    height: 2.17vw;
  }
  .title::after{
    width: 2.5vw;
    height: 2.5vw;
  }
  .box {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .accordion-area {
    width: 100%;
    margin: 11.54vw 0 0 0;
  }

  .title {
    font-size: 4vw;
    line-height: 1.25;
  }

  .title::before {
    width: 7.36vw;
    height: 4.82vw;
  }

  .title::after {
    width: 5.38vw;
    height: 5.38vw;
    right: 1.28vw;
  }

  .box {
    font-size: 3.59vw;
    padding: 6vw;
  }

  #sec07 .sec02-30rty::before,
  #sec07 .sec02-30rty::after {
    width: 1px;
    height: 4.5em;
    top: 15%;
  }

  #sec07 .sec02-30rty::before {
    left: -16%;
  }

  #sec07 .sec02-30rty::after {
    right: -16%;
  }
  #sec07 .sec02-30rty{
    margin: 12vw auto 4vw;
  }
}

/* ---------------------------------------------------

	footer

----------------------------------------------------- */

footer {
  background-color: #035baa;
  font-size: 1.2rem;
}

.wrap {
  max-width: 652px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.corp_wrap01 {
  width: 17%;
}

.corp_wrap01 img {
  width: 100%;
}

.corp_wrap02 {
  padding: 25px 0;
  text-align: center;

}

.corp_wrap02 ul {
  justify-content: center;
  margin-bottom: 1em;
  display: flex;
}

.corp_wrap02 ul li {
  margin-right: 5em;
}

.corp_wrap02 ul li:last-child {
  margin-right: 0;
}

.corp_wrap02 ul li a,
.corp_wrap02 p.copy {
  color: #fff;
}

.corp_wrap02 ul li a:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------

	footer

----------------------------------------------------- */
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 12.8vw;
  }

  .wrap {
    display: block;
    padding-left: 5.3%;
    padding-right: 5.3%;
    padding-top: 3%;
  }

  .corp_wrap01 {
    width: 60%;
    margin: 0 auto;
  }

  .corp_wrap02 {
    padding: 1rem 0;
    font-size: 1.5rem;
    margin: 0 auto;
  }

  .corp_wrap02 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    font-size: 100%;
    text-decoration: underline;
    line-height: 1.5;
    padding: 1rem 0;
    font-size: 1.4rem;
    width: 77%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .corp_wrap02 ul li {
    margin-right: 0;
    width: 49%;
  }

  .corp_wrap02 p.copy {
    font-size: 1.4rem;
  }
}