@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333333;
}
h2 {
  position: relative;padding: 0;
}
img.scaled-image {
  border: none !important;
  margin: unset;
}
a:hover img, a:hover {
  opacity: 1;
}
a {
  transition: .5s;
}
a:hover {
  opacity: .8;
}
.no_txt {
  display: none !important;
}
.wrapper {
  background: linear-gradient(to right, rgba(255, 246, 244, 1) 0%, rgba(217, 229, 255, 1) 100%);
  overflow: hidden;
}
div#FVbox {
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background-image: url("../img/instagram/bg01.webp"), url("../img/instagram/bg02.webp");
  background-position: left -7% top -140px, left calc(50vw + 350px) top -300px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto auto, auto auto;
}
.consultations {
  max-width: 900px;
  padding: 30px;
  background: #fff;
  margin: 30px auto 0;
  border-radius: 150px;
  text-align: center;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.consultations p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.consultations ul {
  display: flex;
  justify-content: center;
}
.consultations ul li {
  width: 330px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 10px;
  overflow: hidden;
}
.consultations ul li a {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #ff6150;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.consultations ul li:nth-child(2) a {
  font-size: 18px;
  background: #2350d2;
}
.consultations ul li a img {
  vertical-align: middle;
  margin: 0 10px;
}
.consultations ul li a:hover img {
  opacity: 1;
}
/*section.insta_01*/
section.insta_01 {
  background: url("../img/instagram/bg-cilcle.webp")center top no-repeat;
  background-size: 100% auto;
  padding: 80px 0 0;
  position: relative;
}
.insta_01box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.insta_01box p.text01 {
  padding: 0 0 0 75px;
  box-sizing: border-box;
}
.insta_01box p.text01 span {
  position: absolute;
  top: 33%;
  left: 35%;
  color: #fff;
}
.insta_01box p {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.insta_01box p img {
  margin: 0 auto;
}
.insta_01box p.text04 img {
  margin: -25px 0 0;
}
.insta_01box p.text02 span {
  position: absolute;
  top: 26%;
  left: 35%;
  color: #fff;
}
.insta_01box p.text03 span {
  position: absolute;
  top: 26%;
  left: 13%;
  color: #fff;
}
.insta_01box p.text04 span {
  position: absolute;
  top: 19%;
  left: 18%;
  color: #fff;
}
section.insta_01 .text {
  text-align: center;
  font-size: 22px;
  color: #2350d2;
  font-weight: 600;
  margin-bottom: 40px;
}
section.insta_01:before {
  content: "";
  height: 80%;
  width: 100%;
  background: #faf9f6;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.insta_01 figure {
  text-align: center;
}
/*section.insta_02*/
section.insta_02 {
  background: #f9e8e3;
  position: relative;
  padding: 40px 0;
}
section.insta_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0px 0px 50vw;
  border-color: transparent transparent transparent #f9e8e3;
  position: absolute;
  top: -200px;
  left: 0;
}
section.insta_02:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 200px 50vw;
  border-color: transparent transparent #f9e8e3 transparent;
  position: absolute;
  top: -200px;
  right: 0;
}
section.insta_02 .txt {
  display: flex;
  justify-content: space-evenly;
}
section.insta_02 .txt p {
  font-size: 18px;
  color: #ff6150;
  text-align: center;
}
section.insta_02 .txt .serif01, section.insta_02 .txt .serif03 {
  padding-top: 18px;
}
section.insta_02 .txt div {
  position: relative;
}
section.insta_02 .txt .serif01 p {
  position: absolute;
  top: 40px;
  left: 32px;
  line-height: 1.5;
  font-weight: 600;
}
section.insta_02 .txt .serif02 p {
  position: absolute;
  top: 22px;
  left: 37px;
  line-height: 1.5;
  font-weight: 600;
}
section.insta_02 .txt .serif03 p {
  position: absolute;
  top: 40px;
  left: 37px;
  line-height: 1.5;
  font-weight: 600;
}
/*section.insta_03*/
section.insta_03 {
  background: #f9e8e3 url(../img/instagram/bg-cilcle-blue.webp) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
  position: relative;
}
section.insta_03 h2 {
  text-align: center;
  border: none;
  margin-bottom: 50px;
  font-size: 28px;
  color: #333333;
}
/*OPERATION*/
.operations {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
.swiper-slide {
  pointer-events: none;
}
.swiper-slide-active {
  pointer-events: auto;
}
.swiper-slide a:hover {
  animation: none;
}.swiper-slide img {
    display: block;
    margin: 0 auto;
	max-width: 100%;
}
.sw_performance .swiper-slide {
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
  padding: 50px 100px;
  box-sizing: border-box;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
  border-radius: 45px;
  overflow: hidden;
}
.sw_performance {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.slide_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sw_performance .swiper-slide .slide_txt {
  width: 75%;
}
.sw_performance .swiper-slide figure {
  width: max-content;
}
.sw_performance .swiper-slide .slide_txt h3 {
  text-align: center;
  border-bottom: 1px solid;
  padding: 0 0 8px;
  font-size: 18px;
  color: #2350d2;
}
.sw_performance .swiper-slide .slide_txt table, .sw_performance .swiper-slide .slide_txt table th, .sw_performance .swiper-slide .slide_txt table td {
  border: none;
  background: none;
  font-size: 16px;
}
.sw_performance .swiper-slide .slide_txt table th {
  width: 30%;
  font-weight: normal;
}
.sw_performance .swiper-slide .slide_txt h4 {
  background: #82aaff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 3px;
  border-radius: 50px;
  margin-bottom: 5px;
}
.sw_performance .swiper-slide .slide_txt p {
  font-size: 16px;
}
.sw_performance .swiper-slide figure img {
  max-width: 140px;
}
.sw_performance .swiper-slide .slide_txt table th span {
  background: #83a8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  padding: 3px 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.sw_performance .swiper-pagination {
  bottom: -50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw_performance .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  background: #2350d2 !important;
}
.sw_performance .swiper-pagination swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7a95df;
}
.sw_performance .swiper-pagination span.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #7a95df;
  opacity: 1;
}
section.insta_03:before {
  content: "";
  height: 80%;
  width: 100%;
  position: absolute;
  background: #e5e7f2;
  bottom: 0;
}
/*section.insta_04*/
section.insta_04 {
  background: #e5e7f2 url(../img/instagram/bg-cilcle-navy.webp) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 50px;
  position: relative;
}
section.insta_04:before {
  content: "";
  height: 80%;
  width: 100%;
  background: #7990d4;
  position: absolute;
  bottom: 0;
}
section.insta_04 h2 {
  border: none;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}
.plan_box {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 100px;
}
.plan_cont1 p b, .plan_cont2 p b {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
}
.plan_boxIn {
  margin: 0 auto;
}
.plan_cont1 {
  background: #dee5f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2350d2;
  border-radius: 50px;
  max-width: 550px;
  margin: 0 auto;
}
.plan-name {
  font-weight: 600;
  width: 40%;
  display: flex;
  justify-content: center;
  padding-left: 60px;
}
.plan_cont1 p, .plan_cont2 p {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  justify-content: start;
}
.plan_cont1 p span, .plan_cont2 p span {
  font-size: 12px;
}
.plan_box p.ar {
  font-size: 12px;
  max-width: 550px;
  margin: 0 auto;
}
.plan_box p.hosoku {
  color: #333;
  font-size: 12px;
  text-align: center;
  margin: 5px;
}
.plan_cont2 {
  background: #ffe1dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ff6150;
  border-radius: 50px;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.now {
  height: 60px;
  width: 60px;
  line-height: 1.1;
  background: #ff6150;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  text-align: center;
}
.now b {
  font-size: 20px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.plan_box_img {
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
.plan_box_img h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.plan_box_img p.text01 {
  position: absolute;
  top: 140px;
  left: 95px;
  font-weight: 500;
  color: #fff;
}
.plan_box_img p.text02 {
  position: absolute;
  top: 215px;
  left: 83px;
  font-weight: 500;
  color: #fff;
}
.plan_box_img p.text03 {
  position: absolute;
  top: 303px;
  left: 127px;
  font-weight: 500;
  color: #fff;
}
.plan_box_img p.text04 {
  position: absolute;
  top: 243px;
  left: 543px;
  font-weight: 500;
  color: #fff;
}
.plan_box_img p.text05 {
  position: absolute;
  top: 283px;
  left: 543px;
  font-weight: 500;
  color: #fff;
}
.plan_box_img p.text06 {
  position: absolute;
  top: 323px;
  left: 543px;
  font-weight: 500;
  color: #fff;
}
.plan_box figure {
  display: none;
}
/*section.insta_05*/
section.insta_05 {
  background: #7a8fd2;
  padding: 0 0 100px;
}
section.insta_05 h2 {
  text-align: center;
  border: none;
  font-size: 28px;
  color: #fff;
  margin-bottom: 50px;
}
section.insta_05 .flow_box {
  display: flex;
  background: none !important;
  justify-content: space-between;
  margin-bottom: 50px;
}
.flow_cont {
  width: 160px;
  aspect-ratio: 1;
  border: 2px solid;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.flow_cont figure {
  margin-bottom: 15px;
}
.flow_cont:before {
  content: '';
  position: absolute;
  right: -40%;
  top: 50%;
  display: block;
  width: 22px;
  height: 22px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  transition: transform .5s;
}
.flow_cont:last-child:before {
  content: none;
}
.flow_under {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
.flow_under h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.flow_under ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flow_under ul li {
  width: calc((100% - 40px) / 5);
  background: #fff;
  border-radius: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.flow_under ul li:nth-child(5n) {
  margin-right: 0;
}
.flow_under ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #2350d2;
  font-weight: 500;
}
.flow_under ul li span img {
  margin: 0 5px 0 0;
}
.flow_under ul li:nth-child(11), .flow_under ul li:nth-child(12) {
  min-width: 180px;
}
/*section.insta_06*/
section.insta_06 {
  background: #7b8ed0 url(../img/instagram/bg-cilcle.webp) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 60px;
  position: relative;
}
.accordion-box {
  display: none;
  /*はじめは非表示*/
  margin: 0;
  padding: 3px;
}
.accordion-title-txt {
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}
.accordion-box-txt {
  width: 100%;
}
.accordion-btn {
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: auto;
  background: #fcd24f;
  padding: 13px 30px;
  font-weight: bold;
  color: #1f1347 !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  border: 3px solid #1f1347;
  box-shadow: 0px 6px 0px 0 rgb(252 210 79);
}
.accordion-btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  height: auto;
  background: #fb9010;
  padding: 13px 30px;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.accordion-area {
  margin-top: 0;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.accordion-area li:first-child {
  border-radius: 15px;
}
.accordion-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 10px 20px;
  transition: all .5s ease;
  border-radius: 15px;
}
.accordion-title-wrap {
  display: flex;
  align-items: center;
}
.accordion-title-Q, .accordion-title-A {
  font-size: 20px;
  font-weight: bold;
  color: #1f1347;
  width: 40px;
  height: 40px;
  background-color: #37b1bc;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin-right: 13px;
  box-shadow: 0px 4px 0px 0 rgb(55 177 188);
}
.accordion-title-Q {
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background-color: #82aaff;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-sizing: border-box;
  margin-right: 20px;
  box-shadow: none;
  aspect-ratio: 1;
}
.accordion-title-A {
  font-size: 28px;
  font-weight: bold;
  color: #82aaff;
  width: 50px;
  height: 50px;
  background-color: #fbf9f5;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin-right: 20px;
  box-shadow: none;
  border: 2px solid #82aaff;
  aspect-ratio: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/*アイコンの＋と×*/
.accordion-title::before {
  position: absolute;
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 13px;
  height: 13px;
  border-right: 3px solid #4e72d9;
  border-bottom: 3px solid #4e72d9;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  transition: transform .5s;
}
.accordion-title::before {
  top: 48%;
  right: 30px;
  transform: rotate(225deg);
}
.accordion-title::after {
  top: 48%;
  right: 20px;
  transform: rotate(140deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::before {
  transform: rotate(45deg);
}
.accordion-title.close::after {
  transform: rotate(220deg);
}
.accordion-content.open .accordion-title::before {
  transform: rotate(45deg);
}
.accordion-content.open .accordion-title.close::before {
  transform: rotate(225deg);
}
.accordion-box-wrap {
  display: flex;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
  align-items: flex-start;
}
section.insta_06 h2 {
  text-align: center;
  border: none;
  margin-bottom: 50px;
  font-size: 28px;
  color: #333;
}
section.insta_06:before {
  content: "";
  height: 80%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fbf9f5;
}
section.insta_07 {
  background: #fbf9f7;
  padding: 0 0 120px;
}
section.insta_07 h2 {
  text-align: center;
  border: none;
  font-size: 28px;
  color: #333;
  margin-bottom: 50px;
}
.insta_form {
  max-width: 900px;
  margin: 0 auto;
  background: #e8edfa url("../img/instagram/form01.webp");
  background-position: left 50px bottom 50px;
  background-repeat: no-repeat;
  border-radius: 85px;
  padding: 50px 100px 100px;
  box-sizing: border-box;
  position: relative;
}
.insta_form:before {
  content: "";
  background: url("../img/instagram/form02.webp");
  height: 203px;
  width: 94px;
  position: absolute;
  right: 70px;
  bottom: -95px;
}
.insta-cont table, .insta-cont table th, .insta-cont table td {
  border: none;
  background: none;
}
.insta-cont th {
  width: 200px;
  text-align: left;
  font-size: 16px;
  color: #333;
  position: relative;
}
.insta-cont td {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 10px 20px;
}
.insta-cont th span.req {
  position: absolute;
  right: 10px;
  background: #ff6150;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: normal;
  top: 25px;
}
.insta-cont td input {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.insta-cont td textarea.wpcf7-form-control.wpcf7-textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
}
.insta-cont td textarea.wpcf7-form-control.wpcf7-textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
}
.insta-cont table {
  margin-bottom: 20px;
}
.priv {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.priv p a {
  text-decoration: none;
}
.insta-cont input.wpcf7-form-control {
  width: 100%;
}
.insta-sub input.wpcf7-form-control {
  width: 330px;
  margin: 0 auto;
  display: flex;
  height: 60px;
  border: none;
  background: #2350d2;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: .5s;
}
.insta-sub input.wpcf7-form-control:hover {
  opacity: 0.8;
}
footer.v2 {
  background: #fff;
}
section.insta_01 p.border span:before {
  content: "";
  height: 22px;
  width: 2px;
  background: #294ccf;
  position: absolute;
  left: -25px;
  top: 50%;
  margin: auto;
  transform: translate(0, -50%) rotate(-30deg);
}
section.insta_01 p.border span:after {
  content: "";
  height: 22px;
  width: 2px;
  background: #294ccf;
  position: absolute;
  right: -25px;
  top: 50%;
  margin: auto;
  transform: translate(0, -50%) rotate(30deg);
}
p.border {
  border: none;
}
p.border span {
  position: relative;
}
div#form {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 1000px) {
  .Inner {
    padding: 0 40px;
  }
  div#FVbox h1 img {
    max-width: 100%;
  }
  div#FVbox {
    height: auto;
    background-position: left -20% top -140px, left calc(50vw + 50px) top -300px;
  }
  section.insta_01:before {
    content: "";
    height: 90%;
  }
  section.insta_02:before {
    content: "";
    border-width: 100px 0px 0px 50vw;
    top: -100px;
  }
  section.insta_02:after {
    content: "";
    border-width: 0px 0px 100px 50vw;
    top: -100px;
  }
  .FVcont {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
  .FVcont img {
    margin: 0 auto;
  }
  .insta_01box p img {
    display: none;
  }
  .insta_01box p {
    height: 150px;
    width: 48%;
  }
  .insta_01box p.text01 {
    background: url(https://cms-professional.net/wp-content/themes/cmspro/img/instagram/q1.webp);
    background-size: 100% 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insta_01box p.text02 {
    background: url(https://cms-professional.net/wp-content/themes/cmspro/img/instagram/q2.webp) center center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
  }
  .insta_01box p.text03 {
    background: url(https://cms-professional.net/wp-content/themes/cmspro/img/instagram/q3.webp);
    background-size: 100% 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insta_01box p.text04 {
    background: url(https://cms-professional.net/wp-content/themes/cmspro/img/instagram/q4.webp);
    background-size: 100% 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insta_01box p.text01 span, .insta_01box p.text02 span, .insta_01box p.text03 span, .insta_01box p.text04 span {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .insta_01box p.text04 br, .insta_01box p.text03 br {
    display: none;
  }
  .insta_01box {
    justify-content: space-between;
  }
  section.insta_02 .txt div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
  }
  section.insta_02 .txt .serif01 {
    height: 100px;
    width: 30%;
    padding-top: 0;
    position: relative;
    background-size: 100% 100%;
    margin-top: 20px;
  }
  section.insta_02 .txt .serif02 {
    height: 100px;
    width: 34%;
    padding-top: 0;
    position: relative;
    background-size: 100% 100%;
    margin-top: 0px;
  }
  section.insta_02 .txt .serif03 {
    height: 100px;
    width: 34%;
    padding-top: 0;
    position: relative;
    background-size: 100% 100%;
    margin-top: 20px;
  }
  section.insta_02 .txt .serif01 p, section.insta_02 .txt .serif02 p, section.insta_02 .txt .serif03 p {
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
  }
  .sw_performance {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .sw_performance .swiper-slide {
    padding: 50px;
  }
  .sw_performance .swiper-slide .slide_txt {
    width: 70%;
  }
  .sw_performance .swiper-slide .slide_txt p {
    font-size: 15px;
  }
  .plan_box {
    padding: 50px;
  }
  .plan_box_img img.pcimg, .plan_box_img p {
    display: none;
  }
  .plan_box figure img, .plan_box figure {
    display: block;
  }
  .plan_box figure img {
    max-width: 100%;
  }
  .flow_cont:before {
    content: '';
    position: absolute;
    right: -20%;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-top: 3px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    z-index: 1;
    transition: transform .5s;
  }
  .flow_cont {
    width: 20%;
  }
  .flow_under ul li {
    width: 32%;
  }
  section.insta_06:before {
    content: "";
    height: 80%;
  }
  .insta_form {
    padding: 50px;
  }
  .insta-cont td {
    width: 100%;
  }
  .plan_cont2, .plan_cont1 {
    max-width: 100%;
  }
  section.insta_03:before, section.insta_04:before {
    content: "";
    height: 90%;
  }
  .plan-name {
    font-weight: 600;
    width: 50%;
    padding-left: 90px;
  }
  p.border span {
    position: relative;
    display: inline-flex;
  }
  section.insta_01 p.border span:before {
    content: "";
    height: 44px;
    left: -40px;
  }
  section.insta_01 p.border span:after {
    content: "";
    height: 44px;
    right: -40px;
  }
}
@media screen and (min-width: 600px) {
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .forSP {
    display: block;
  }
  .Inner {
    padding: 0 20px;
  }
  .operations {
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .sns_slider {
    width: 125%;
  }
  .operations .swiper-slide img {
    max-width: 100%;
  }
  .operations .swiper-slide {
    pointer-events: none;
  }
  .operations .swiper-slide-active {
    pointer-events: auto;
  }
  .operations .swiper-slide a:hover {
    animation: none;
  }
  .operations .swiper-slide {
    border-radius: 2vw;
    overflow: hidden;
  }
  .FVcont {
    padding: 15px;
    width: 100%;
  }
  div#FVbox {
    height: auto;
    background-position: left -130% top -140px, left calc(50vw + 50px) top -270px;
    background-size: auto;
  }
  .consultations p {
    font-size: 20px;
  }
  .consultations ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .consultations ul li {
    margin-bottom: 10px;
  }
  .consultations {
    border-radius: 50px;
    padding: 15px;
  }
  section.insta_01:before {
    content: "";
    height: 90%;
  }
  .insta_01box p.text01, .insta_01box p.text02, .insta_01box p.text03, .insta_01box p.text04 {
    width: 85%;
  }
  .insta_01box p.text04 {
    width: 100%;
  }
  .insta_01box p.text01 span, .insta_01box p.text02 span, .insta_01box p.text03 span, .insta_01box p.text04 span {
    font-size: 14px;
  }
  .insta_01box p.text02, .insta_01box p.text04 {
    margin: 0 0 20px auto;
  }
  img {
    max-width: 100%;
  }
  section.insta_02:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0px 0px 50vw;
    border-color: transparent transparent transparent #f9e8e3;
    position: absolute;
    top: -50px;
    left: 0;
  }
  section.insta_02:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 50px 50vw;
    border-color: transparent transparent #f9e8e3 transparent;
    position: absolute;
    top: -50px;
    right: 0;
  }
  section.insta_02 .txt .serif01 {
    height: auto;
    width: 65%;
    padding-top: 0;
    position: relative;
    background-size: 100% 100%;
    margin: 0;
  }
  section.insta_02 .txt .serif01 p, section.insta_02 .txt .serif02 p, section.insta_02 .txt .serif03 p {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
  }
  section.insta_02 .txt .serif02 {
    height: auto;
    width: 80%;
    padding-top: 0;
    position: relative;
    margin: 20px 0 0 auto;
  }
  section.insta_02 .txt .serif03 {
    height: auto;
    width: 80%;
    padding-top: 0;
    position: relative;
    background-size: 100% 100%;
    margin-top: 20px;
    margin: 20px 0;
  }
  section.insta_03:before {
    content: "";
    height: 95%;
  }
  section.insta_03 {
    background: #f9e8e3 url(../img/instagram/bg-cilcle-blue.webp) center top no-repeat;
    background-size: 100% auto;
    padding: 50px 0 100px;
    position: relative;
  }
  .sw_performance .swiper-slide {
    padding: 20px;
    border-radius: 50px;
  }
  .slide_box {
    flex-wrap: wrap;
  }
  .sw_performance .swiper-slide .slide_txt {
    width: 100%;
  }
  .sw_performance .swiper-slide figure {
    width: 40%;
    margin: 20px auto;
    order: -1;
  }
  .sw_performance .swiper-slide figure img {
    max-width: 100%;
  }
  .sw_performance .swiper-slide .slide_txt table th {
    width: 100px;
    font-weight: normal;
    font-size: 15px;
    vertical-align: top;
  }
  .sw_performance .swiper-slide .slide_txt table td {
    font-size: 14px;
  }
  .sw_performance .swiper-slide .slide_txt h4 {
    font-size: 15px;
  }
  .sw_performance .swiper-slide .slide_txt p {
    font-size: 14px;
  }
  section.insta_04 {
    padding: 50px 0 50px;
  }
  section.insta_04:before {
    content: "";
    height: 90%;
  }
  .plan_box {
    padding: 20px;
    border-radius: 50px;
  }
  .insta_01box p.text04 {
    width: 100%;
  }
  h2 {
    position: relative;
  }
  .sw_performance .swiper-slide figure img {
    max-width: 100%;
  }
  .sw_performance .swiper-slide .slide_txt table td {
    font-size: 14px;
  }
  .plan_cont2, .plan_cont1 {
    flex-wrap: wrap;
    padding: 10px 0 ;
  }
  .plan-name {
    width: 100%;
    padding: 0;
  }
  .plan_cont1 p, .plan_cont2 p {
    width: 100%;
    justify-content: center;
    line-height: 1.3;
  }
  .plan_box p.hosoku {
    text-align: left;
  }
  .now b {
    font-size: 18px;
  }
  .plan_cont1 p b, .plan_cont2 p b {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
  }
  .plan_cont2 {
    padding-left: 70px;
    text-align: left;
  }
  .flow_box {
    flex-wrap: wrap;
  }
.flow_cont {
    width: 40%;
    margin-bottom: 20px;
    margin-right: 10%;
}
.flow_cont:before {
    content: '';
    right: -15%;
}
  .flow_under {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 20px;
  }
  .flow_under ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow_under ul li {
    width: 48%;
    margin: 0 0 10px;
  }
  .flow_under ul li:nth-child(11), .flow_under ul li:nth-child(12) {
    min-width: 100%;
  }
  section.insta_06 {
    padding: 50px 0 60px;
  }
  section.insta_06:before {
    content: "";
    height: 90%;
  }
  .accordion-title, .accordion-box-wrap {
    padding: 10px 20px 10px 0;
  }
  .accordion-title::before {
    right: 5px;
  }
  .accordion-title-wrap {
    padding-right: 20px;
  }
  .insta_form {
    padding: 20px 20px 100px;
    border-radius: 50px;
  }
  .insta-cont table, .insta-cont table th, .insta-cont table td {
    display: block;
    width: 100%;
  }
  .insta-cont th span.req {
    top: 12px;
  }
  .insta-sub input.wpcf7-form-control {
    width: 100%;
  }
  .insta_form {
    padding: 20px 20px 100px;
    border-radius: 50px;
    background-position: left 25px bottom 20px;
    background-size: 50px;
  }
  .insta_form:before {
    content: "";
    background: url("../img/instagram/form02.webp") no-repeat;
    height: 177px;
    width: 60px;
    position: absolute;
    right: 38px;
    bottom: -100px;
    background-size: contain;
  }
  section.insta_01 p.border span:before {
    content: "";
    height: 35px;
    left: -30px;
  }
  section.insta_01 p.border span:after {
    content: "";
    height: 35px;
    right: -30px;
  }
  section.insta_02 .txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }.plan_cont1 p {
    padding-left: 60px;
}
section.insta_05 .flow_box {
    display: flex;
    background: none !important;
    justify-content: start;
    margin-bottom: 50px;
}
}