@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

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

.pc{
	display:block!important;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 2.0rem;
    font-weight: normal;
	font-family: "Noto Sans JP", serif;
	color: #333333;
    line-height: 2;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1080px;
}

.en{
    font-family: "Roboto", serif;
}

.mincho{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

img {
    max-width: 100%;
    pointer-events: none;
}

/* =====================================
	header
===================================== */

.header.pc{
	width:980px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
.header.pc .slide_block
{
	width:980px;
}
.header.pc .logo{
	position:absolute;
	margin-left:32px;
	top:10px;

}
.header.pc .telno{
	position:absolute;
	margin-left:450px;
	top:10px;
}

.header.pc .header_cv_btn{
	position:absolute;
	margin-left:730px;
	top:10px;
}
.header.pc .telno .counseling
{
position:absolute;
display:block;
width:250px;
height:70px;
background:#FFF;
margin-left:280px;
margin-top:-76px;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;

}
.header.pc .telno .counseling:hover,
.header.pc .telno .mail:hover
{
opacity:0.4;
filter: alpha(opacity=40);
-moz-opacity:40;
}
.header.pc .telno .mail
{
position:absolute;
display:block;
width:250px;
height:25px;
background:#FFF;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;
margin-left:280px;
margin-top:-31px;
}

/* =====================================
	main
===================================== */
.inner {
  max-width: 1000px;
  margin: 0 auto;
}


/* =============
	cv
============= */
.cv_wrap {
  width: 100%;
  padding: 95px 0 102px;
  background-color: #f17684;
}
.cv_head {
  max-width: 606px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.cv {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 12px;
}
.cv_btn_head {
  max-width: 525px;
  margin: 0 auto 32px;
}
.cv_btn_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}
.cv_btn_wrap li {
  width: 455px;
  height: 104px;
  background: #ff99a8 url("../img/cv_icon01.png") no-repeat center left 108px;
  background-size: 34px;
  border-radius: 14px;
}
.cv_btn_wrap li:nth-of-type(2) {
  background: #ec5e6e url("../img/cv_icon02.png") no-repeat center left 120px;
  background-size: 20px;
}
.cv_btn_wrap li a {
  width: 100%;
  height: 104px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 38px 100px 0 159px;
  display: block;
  letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
  .cv_wrap {
    padding: calc(100/750*100vw) 0;
  }
  .cv_head {
    max-width: calc(606/750*100vw);
    padding-bottom: calc(30/750*100vw);
  }
  .cv {
    max-width: calc(670/750*100vw);
    padding: calc(40/750*100vw) calc(30/750*100vw);
  }
  .cv_btn_head {
    max-width: calc(525/750*100vw);
    margin: 0 auto calc(30/750*100vw);
  }
  .cv_btn_wrap {
    display: flex;
    justify-content: space-between;
    max-width: calc(610/750*100vw);
    margin: 0 auto;
  }
  .cv_btn_wrap li {
    width: calc(290/750*100vw);
    background: #ff99a8 url("../img/cv_icon01.png") no-repeat center left 16%;
    background-size: 15%;
  }
  .cv_btn_wrap li:nth-of-type(2) {
    background: #ec5e6e url("../img/cv_icon02.png") no-repeat center left 18%;
    background-size: 8.6%;
  }
  .cv_btn_wrap li a {
    font-size: 4vw;
    padding: 5.4vw 6.5vw 0 0;
    display: block;
    letter-spacing: .1em;
    text-align: right;
  }
}


/* =============
	contents
============= */
h2.h2_border {
  margin: 0 auto;
}
h2.h2_border span {
  display: block;
  width: 62px;
  height: 3px;
  background-color: #f98390;
  margin: 40px auto 0;
}
.pink {
  color: #f17684;
}
.bold {
  font-weight: 700;
}
.small80 {
  font-size: 80%;
}
.small60 {
  font-size: 60%;
}
.small40 {
  font-size: 40%;
}
.marker_y {
  background: linear-gradient(transparent 70%, #fff664 70%);
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.inner p {
  line-height: 1.6;
  letter-spacing: .15em;
}
.inner .img_c {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.notes {
  font-size: 1.4rem;
}
.pc_only{
	display:inline-block!important;
}
.sp_only{
	display: none !important;
}
@media screen and (max-width: 768px) {
  .notes {
    font-size: 2.5vw;
  }
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display:inline-block!important;
  }
}
    

/* =============
	visual
============= */
.visual{
    position: relative;
    width: 100%;
    height: 1134px;
    padding: 148px 0 0;
    background-color: #f98390;
    background-image:
      url("../img/fv_bg01.jpg"),
      url("../img/fv_bg02.png");
    background-repeat:
      no-repeat,
      repeat-x;
    background-position:
      center,
      center;
}
.visual h1 {
  max-width: 1000px;
  margin: 0 auto;
}
.visual .fv_cv {
  max-width: 1000px;
  margin: 84px auto 0;
  padding: 24px 0 30px;
  background-color: #fff;
  border-radius: 12px;
}
.visual .fv_cv p {
  max-width: 902px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.visual .fv_cv p.yakuji {
  padding-bottom: 10px;
}
.visual .notes {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .visual{
    height: auto;
    background: none;
    padding: 101px 0 0;
  }
  .visual .fv_cv {
    max-width: calc(670/750*100vw);
    margin: 0 auto;
    padding: calc(28/750*100vw) 0 calc(40/750*100vw);
    position: absolute;
    top: 60.2%;
    left: 0;
    right: 0;
  }
  .visual .fv_cv p {
    max-width: calc(591/750*100vw);
    padding-bottom: calc(40/750*100vw);
  }
  .visual .fv_cv p.yakuji {
    padding-bottom: calc(20/750*100vw);
  }
  .visual .cv_btn_wrap {
    flex-direction: column;
    max-width: calc(590/750*100vw);
  }
  .visual .cv_btn_wrap li {
    width: 100%;
    height: 16.4vw;
    background: #ff99a8 url("../img/cv_icon01.png") no-repeat center left 22.5%;
    background-size: 7.8%;
    text-align: right;
  }
  .visual .cv_btn_wrap li:nth-of-type(2) {
    margin-top: calc(27/750*100vw);
    width: 100%;
    background: #ec5e6e url("../img/cv_icon02.png") no-repeat center left 27%;
    background-size: 4.6%;
  }
  .visual .cv_btn_wrap li a {
    padding: 5.5vw 18.8vw 0 0;
    font-size: 4.69vw;
  }
  .visual .notes {
    max-width: calc(670/750*100vw);
    padding: 0;
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
  }
}

/* =============
	nayami
============= */
.nayami {
  width: 100%;
  background: #fcecee;
  padding: 100px 0 0;
}
.nayami p {
  position: relative;
}
.nayami p span.pc_only {
  position: absolute;
  bottom: 0;
  right: -3%;
}

/* =============
	about
============= */
.about {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.about h2 {
  width: 401px;
  padding-bottom: 65px;
}
.about p {
  font-size: 3rem;
}
.about h2 + p {
  padding-bottom: 45px;
}
.about .video_wrap + .img_c ,
.about .img_c + .img_c {
  padding-top: 50px;
}
.about .img_c + p {
  padding: 30px 0 20px;
}
.about .img_c + p:last-of-type {
  padding: 15px 0 0;
}
.about .img_c:first-of-type {
  width: 491px;
}
.about .img_c:nth-of-type(2) {
  width: 469px;
}
.about .video_wrap {
  margin: 0 auto;
  width: 740px;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
}
.about .video_wrap video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about {
    width: 100%;
    background: #fff;
    padding: calc(70/750*100vw) 0 calc(90/750*100vw);
  }
  .about h2 {
    width: calc(451/750*100vw);
    padding-bottom: calc(55/750*100vw);
  }
  .about .txt_c {
    font-size: 4.5vw;
  }
  .about h2 + .txt_c {
    padding-bottom: calc(35/750*100vw);
  }
  .about .video_wrap + .img_c ,
  .about .img_c + .img_c {
    padding-top: calc(60/750*100vw);
  }
  .about .img_c + .txt_c {
    padding: calc(35/750*100vw) 0 calc(20/750*100vw);
  }
  .about .img_c + .txt_c:last-of-type {
    padding: calc(15/750*100vw) 0 0;
  }
  .about .img_c:first-of-type {
    width: calc(681/750*100vw);
  }
  .about .img_c:nth-of-type(2) {
    width: calc(557/750*100vw);
  }
  .about .video_wrap {
    width: calc(670/750*100vw);
  }
}

/* =============
	features
============= */
.features {
  width: 100%;
  background: #fcecee;
  padding: 100px 0;
}
.features h2 {
  width: 430px;
  padding-bottom: 45px;
}
.features .read {
  width: 720px;
  margin: 0 auto;
  padding-bottom: 10px;
  transform: translateX(-30px);
}
.features .read.yakuji {
  width: 527px;
  margin: 0 auto;
  padding-bottom: 10px;
  transform: translateX(-34px);
}
.features .inner p {
  line-height: 2;
}
.features .inner {
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.features .features_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-top: 100px;
  padding: 60px 40px 64px;
}
.features .features_box .num {
  position: absolute;
  top: -46px;
  left: 21px;
}
.features .features_box .img,
.features .features_box .txt {
  width: 440px;
}
.features .features_box .img {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  background-color: #fcecee;
  border-radius: 8px;
}
.features .features_box h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 17px 20px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .15em;
  background-color: #f17684;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .features {
    padding: calc(70/750*100vw) 0 calc(100/750*100vw);
  }
  .features h2 {
    width: calc(482/750*100vw);
    padding-bottom: calc(40/750*100vw);
  }
  .features .read {
    width: calc(528/750*100vw);
    padding-bottom: 0;
    transform: translateX(-6vw);
  }
  .features .read.yakuji {
    width: calc(530/750*100vw);
    padding-bottom: calc(20/750*100vw);
    transform: translateX(-5vw);
  }
  .features .features_box h3 {
    text-align: center;
    margin-bottom: calc(35/670*100vw);
    padding: calc(20/670*100vw) calc(45/670*100vw);
    font-size: 4.5vw;
    border-radius: 24px;
  }
  .features .inner p {
    line-height: 1.7;
  }
  .features .inner {
    font-size: 3.7vw;
  }
  .features .features_box {
    flex-direction: column;
    width: calc(670/750*100vw);
    margin: calc(100/750*100vw) auto 0;
    padding: calc(60/750*100vw) calc(40/750*100vw);
  }
  .features .features_box:first-of-type {
    margin-top:  calc(60/750*100vw);
  }
  .features .features_box .img,
  .features .features_box .txt {
    width: 100%;
  }
  .features .features_box .img {
    padding: calc(35/670*100vw) calc(35/670*100vw);
    margin-bottom: calc(35/670*100vw);
  }
  .features .features_box:first-of-type .num {
    width: calc(106/670*100%);
  }
  .features .features_box:nth-of-type(2) .num,
  .features .features_box:nth-of-type(3) .num {
    width: calc(131/670*100%);
  }
  .features .features_box .num {
    position: absolute;
    top: calc(-46/670*100vw);
    left: calc(20/670*100vw);
  }
}

/* =============
	equipment
============= */
.equipment {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.equipment h2 {
  width: 349px;
  padding-bottom: 76px;
}
.equipment_box {
  position: relative;
  width: 100%;
}
.equipment_box + .equipment_box {
  margin-top: 110px;
}
.equipment_box h3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  letter-spacing: .17em;
  z-index: 3;
}
.equipment_box h3 .marker_y {
  background: linear-gradient(transparent 85%, #fff664 85%);
}
.equipment_box:first-of-type h3 {
  bottom: 15px;
  right: 90px;
}
.equipment_box:nth-of-type(2) h3 {
  bottom: 50px;
  left: 22px;
}
.equipment_box .img_wrap {
  position: relative;
}
.equipment_box .img {
  position: absolute;
}
.equipment_box:first-of-type .img {
  bottom: 21px;
  left: 138px;
}
.equipment_box:nth-of-type(2) .img {
  bottom: 9px;
  right: 100px;
}
.equipment_box .details {
  background-color: #fff5f6;
  border-radius: 8px;
  margin-top: 40px;
  padding: 40px;
}
.equipment_box .details p {
  line-height: 2;
}
.equipment_box .details {
  font-size: 1.8rem;
}
.equipment_box .details p.notes {
  padding-top: 1em;
}
.equipment_acc_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding: calc(110/750*100vw) 0;
  }
  .equipment h2 {
    width: calc(390/750*100vw);
    padding-bottom: 76px;
  }
  .equipment_box {
    position: relative;
    width: 100%;
  }
  .equipment_box + .equipment_box {
    margin-top: calc(145/750*100%);
  }
  .equipment_box h3 {
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    letter-spacing: .17em;
    z-index: 3;
  }
  .equipment_box h3 .marker_y {
    background: linear-gradient(transparent 85%, #fff664 85%);
  }
  .equipment_box:first-of-type h3 {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .equipment_box:nth-of-type(2) h3 {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .equipment_box .img_wrap {
    position: relative;
  }
  .equipment_box .img {
    position: absolute;
  }
  .equipment_box:first-of-type .img {
    width: calc(274/750*100vw);
    bottom: calc(118/750*100vw);
    left: calc(16/750*100vw);
  }
  .equipment_box:nth-of-type(2) .img {
    width: calc(252/750*100vw);
    bottom: calc(107/750*100vw);
    right: calc(97/750*100vw);
  }
  .equipment_box .details {
    width: calc(670/750*100vw);
    margin: 0 auto;
    padding: calc(30/670*100vw) calc(40/670*100vw) calc(40/670*100vw);
  }
  .equipment_box .details p {
    line-height: 1.7;
    letter-spacing: .1em;
  }
  .equipment_box .details {
    font-size: 3.2vw;
    display: none;
  }
  .equipment_acc_btn {
    position: relative;
    display: block;
    width: 71.2vw;
    margin: calc(30/750*100vw) auto calc(40/750*100vw);
    font-size: 3.2vw;
    color: #f17684;
    text-align: center;
  }
  .equipment_acc_btn p {
    line-height: 1;
    font-weight: bold;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .equipment_acc_btn::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color:#f17684;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  .equipment_acc_btn::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color:#f17684;
    transition: all .3s ease-in-out;
  }
  .equipment_acc_btn.open::before {
    transform: rotate(180deg);
  }
  .equipment_acc_btn.open::after {
    opacity:0;
  }
}

/* =============
	method
============= */
.method {
  width: 100%;
  background: #fff;
  padding: 100px 0 0;
}
.method h2 {
  width: 335px;
  padding-bottom: 76px;
}
.method .anker_block {
  text-align: center;
  padding-bottom: 100px;
}
.method .read {
  display: inline-block;
  padding: 33px 43px 43px;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  border: solid 2px #333;
  border-radius: 8px;
  line-height: 1.4;
  letter-spacing: .2em;
}
.method .read .small {
  font-size: 77.77%;
}
.method .read .marker_y {
  background: linear-gradient(transparent 85%, #fff664 85%);
}
.method .anker {
  display: flex;
  justify-content: space-between;
  width: 670px;
  margin: 54px auto 0;
}
.method .anker li {
  position: relative;
}
.method .anker li::after {
  content: "";
  display: block;
  width: 2px;
  height: 84px;
  background-image: url('../img/method_border.png');
  background-size: cover;
  background-position: center top;
  position: absolute;
  margin: 0 auto;
  top: -74px;
  left: 0;
  right: 0;
}
.method_block {
  padding: 90px 0 100px;
  background-color: #dfeaeb;
  background-image: url('../img/method_bg01.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
.method_block.method02 {
  background-color: #f9eff0;
  background-image: url('../img/method_bg02.jpg');
}
.method_block .head {
  margin-bottom: 80px;
  padding: 0 144px 0 434px;
}
.method_block.method02 .head {
  margin-bottom: 70px;
  padding: 0 433px 0 75px;
}
.method_block .subttl {
  width: 311px;
  margin: 0 auto;
}
.method_block.method02 .subttl {
  width: 394px;
}
.method_block .check {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 60px;
  padding: 15px 14px 35px 18px;
}
.method_block .check h4 {
  position: absolute;
  width: 196px;
  margin: 0 auto;
  top: -16px;
  left: 0;
  right: 0;
}
.method_block li {
  position: relative;
  line-height: 1;
  padding-top: 1em;
  padding-left: 1.6em;
  font-size: 2.5rem;
  letter-spacing: .1em;
}
.method_block li::before {
  content: "";
  width: 30px;
  height: 28px;
  background-image: url('../img/method_check.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.method_block .details {
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  padding: 60px 95px;
  border-radius: 24px;
  font-size: 1.8rem;
}
.method_block .details p {
  line-height: 1.7;
}
.method_block .details p:first-of-type {
  padding: 17px 15px;
}
.method_block .details h4 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: .15em;
}
.method_block .details h4 span {
  display: inline-block;
  background-color: #f17684;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: .5em 1em .6em;
  border-radius: 4px;
  margin: 65px 0 40px;
}
.method_block .details .img:nth-of-type(2) {
  width: 800px;
  margin: 0 auto 30px;
}
.method_block .details .video_wrap {
  margin: 0 auto 30px;
  width: 810px;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
}
.method_block .details .video_wrap video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .method {
    padding: calc(100/750*100vw) 0 0;
  }
  .method h2 {
    width: calc(401/750*100vw);
    padding-bottom: calc(60/750*100vw);
  }
  .method .anker_block {
    text-align: center;
    padding-bottom: calc(80/750*100vw);
  }
  .method .read {
    padding: .3em 1em 1em;
    font-size: 6vw;
  }
  .method .read .small {
    font-size: 60%;
  }
  .method .anker {
    width: calc(670/750*100vw);
    margin: calc(54/750*100vw) auto 0;
  }
  .method .anker li {
    width: calc(315/750*100vw);
  }
  .method .anker li::after {
    width: 2px;
    height: calc(84/750*100vw);
    top: calc(-74/750*100vw);
  }
  .method_block {
    padding: calc(100/750*100vw) 0 calc(130/750*100vw);
    background-image: url('../img/sp/method_bg01.jpg');
    background-size: 100% auto;
  }
  .method_block.method02 {
    background-image: url('../img/sp/method_bg02.jpg');
  }
  .method_block .inner {
    width: calc(670/750*100vw);
    margin: 0 auto;
  }
  .method_block .head {
    margin-bottom: calc(80/750*100vw);
    padding: 0 0 0 calc(248/750*100vw);
  }
  .method_block.method02 .head {
    margin-bottom: calc(50/750*100vw);
    padding: 0 calc(248/750*100vw) 0 0;
  }
  .method_block .subttl {
    width: calc(311/750*100vw);
  }
  .method_block.method02 .subttl {
    width: calc(394/750*100vw);
  }
  .method_block .check {
    margin-top: calc(50/750*100vw);
    padding: .5em .3em 1em .7em;
  }
  .method_block .check h4 {
    width: calc(196/750*100vw);
    top:  calc(-16/750*100vw);
  }
  .method_block li {
    padding-top: .8em;
    font-size: 3.3vw;
    line-height: 1.4;
  }
  .method_block li::before {
    width: 1.2em;
    height: 1.2em;
    transform: translateY(15%);
  }
  .method_block .details {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    padding: calc(40/750*100vw) calc(30/750*100vw) calc(50/750*100vw) ;
    font-size: 3vw;
  }
  .method_block .details p {
    line-height: 1.5;
    padding-left: calc(10/750*100vw);
    padding-right: calc(10/750*100vw);
  }
  .method_block .details p:first-of-type {
    padding: calc(20/750*100vw) calc(10/750*100vw);
  }
  .method_block .details h4 {
    font-size: 4.1vw;
  }
  .method_block .details h4 span {
    line-height: 1.4;
    padding: .4em 1em .5em;
    margin: calc(55/750*100vw) 0 calc(30/750*100vw);
  }
  .method_block .details .video_wrap {
    width: calc(590/750*100vw);
    margin: 0 auto calc(25/750*100vw);
  }
  .method_block .details .img:nth-of-type(2) {
    width: calc(590/750*100vw);
    margin: 0 auto calc(25/750*100vw);
    margin-bottom: 30px;
  }
}

/* =============
	features02
============= */
.features02 {
  width: 100%;
  background: #fff;
  padding: 80px 0 100px;
}
.features02 h2 {
  width: 289px;
  padding-bottom: 70px;
}
.features02 .box + .box {
  padding-top: 80px;
}
.features02 .box h3 {
  margin: 0 auto 40px;
}
.features02 .box h3:first-of-type {
  width: 472px;
}
.features02 .box h3:nth-of-type(2) {
  width: 372px;
}
.features02 .box h3:nth-of-type(3) {
  width: 392px;
}
.features02 .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features02 .details p {
  line-height: 2;
  letter-spacing: .09em;
}
.features02 .details .img {
  width: 473px;
}
.features02 .details .txt {
  width: 473px;
  font-size: 1.8rem;
}
.features02 .box:nth-of-type(3) .details .txt {
  width: 350px;
  margin-right: auto;
  margin-left: 54px;
}
@media screen and (max-width: 768px) {
  .features02 {
    padding: calc(110/750*100vw) 0;
  }
  .features02 h2 {
    width: calc(325/750*100vw);
    padding-bottom: calc(70/750*100vw);
  }
  .features02 .box {
    width: calc(630/750*100vw);
    margin: 0 auto;
  }
  .features02 .box + .box {
    padding-top: calc(80/750*100vw);
  }
  .features02 .box h3 {
    margin: 0 auto calc(45/750*100vw);
  }
  .features02 .box h3:first-of-type {
    width: calc(471/750*100vw);
  }
  .features02 .box h3:nth-of-type(2) {
    width: calc(372/750*100vw);
  }
  .features02 .box h3:nth-of-type(3) {
    width: calc(392/750*100vw);
  }
  .features02 .details {
    flex-direction: column;
  }
  .features02 .details p {
    line-height: 1.8;
  }
  .features02 .details .img {
    width: 100%;
  }
  .features02 .details .txt {
    width: 100%;
    font-size: 3.9vw;
    padding-top: calc(25/750*100vw);
  }
  .features02 .box:nth-of-type(3) .details .txt {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* =============
	history
============= */
.history {
  width: 100%;
  background: #fcecee;
  padding: 90px 0 130px;
}
.history h2 {
  width: 499px;
  padding-bottom: 40px;
}
.history .img {
  width: 610px;
  margin: 0 auto;
  padding: 35px;
  background-color: #fff;
  border-radius: 8px;
}
.history .img img {
  width: 313px;
  margin: 0 auto;
}
.history h3 {
  padding: 45px 0 30px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .1em;
}
.history p {
  text-align: center;
  line-height: 2.4;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .history {
    padding: calc(85/750*100vw) 0 calc(100/750*100vw);
  }
  .history h2 {
    width: calc(558/750*100vw);
    padding-bottom: calc(40/750*100vw);
  }
  .history .img {
    width: calc(610/750*100vw);
    padding: calc(35/750*100vw);
  }
  .history .img img {
    width: calc(313/750*100vw);
  }
  .history h3 {
    padding: calc(40/750*100vw) 0 calc(30/750*100vw);
    font-size: 4.6vw;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .history p {
    width: calc(610/750*100vw);
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    font-size: 3.6vw;
  }
}

/* =============
	case
============= */
.case {
  width: 100%;
  background: #fff;
  padding: 100px 0 130px;
}
.case h2 {
  position: relative;
  width: 205px;
  z-index: 3;
}
.case .slide {
  margin-top: -50px;
}
.case .slide .txt {
  width: 100%;
  margin-top: -80px;
  font-size: 1.8rem;
  padding: 0 60px 80px;
}
.case .slide .slick-slide{
  width: 750px;
  opacity: 0.3;
  transition: 0.5s all ease;
}
.case .slide .slick-slide.slick-now{
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .case {
    padding: calc(100/750*100vw) 0;
  }
  .case h2 {
    width: calc(245/750*100vw);
  }
  .case .slide {
    margin-top: calc(-50/750*100vw);
  }
  .case .slide .txt {
    width: 100%;
    margin-top: calc(-80/750*100vw);;
    font-size: 3.4vw;
    padding: 0 calc(60/750*100vw) calc(100/750*100vw);
  }
  .case .slide .slick-slide{
    width: 100vw;
  }
}
/*slider*/
.slick-prev, .slick-next{
    width: 26px;
    height: 46px;
    z-index: 1000;
}
.slick-prev{
    left: 50%;
    margin-left: -317px;
    background: url("../img/prev01.png") no-repeat;
}
.slick-next{
    left: 50%;
    margin-left: 297px;
    background: url("../img/next01.png") no-repeat;
}
.slick-dots{
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 calc(20px / 2);
}
.slick-dots li button{
    width: 10px;
    height: 10px;
}
.slick-dots li button::before{
    width: 10px;
    height: 10px;
    background: #bfbfbf;
    border-radius: calc(10px / 2);
}
.slick-dots li.slick-active button::before{
  background: #f17684;
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next{
      width: 3.2vw;
      height: 6.2vw;
  }
  .slick-prev{
      left: 2.133vw;
      margin-left: 0;
      background: url("../img/prev01.png") no-repeat;
      background-size: 3.2vw auto;
  }
  .slick-next{
      left: auto;
      right: 2.133vw;
      margin-left: 0;
      background: url("../img/next01.png") no-repeat;
      background-size: 3.2vw auto;
  }
}

/* =============
	price
============= */
.price {
  width: 100%;
  background: #ededed;
  padding-bottom: 100px;
}
.price .head {
  width: 100%;
  background: #f17684;
  padding-top: 130px;
  padding-bottom: 150px;
}
.price h2 {
  width: 282px;
  padding-bottom: 60px;
}
.price h2 span {
  background-color: #fff;
}
.price .head p {
  text-align: center;
}
.price .head p .border {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.3;
  border: solid 1px #fff;
  padding: .4em 1.2em .7em;
}
.price .inner {
  width: 780px;
  margin: -100px auto 0;
  padding: 40px 40px 60px;
  background: #fff;
  border-radius: 12px;
}
.price .inner + .inner {
  margin-top: 60px;
}
.price .inner h3 {
  width: 100%;
  background-color: #f17684;
  border-radius: 8px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: .75em;
  text-align: center;
}
.price .inner li {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price .inner li p {
  letter-spacing: .08em;
}
.price .inner li .parts {
  width: 33%;
  font-size: 2rem;
  background: #ededed;
  padding: 1.1em .5em;
  text-align: center;
}
.price .inner .yakuji li .parts {
  width: 40%;
}
.price .inner li .attention {
  width: 24%;
  font-size: 1.7rem;
  text-align: center;
}
.price .inner li .attention p {
  display: inline-block;
  line-height: 1.25;
  padding: .4em .6em;
  border: solid 1px #333;
  border-radius: 4px
}
.price .inner li .kakaku {
  width: 43%;
  font-size: 4.8rem;
  color: #f37583;
  text-align: right;
}
.price .inner .yakuji li .kakaku {
  width: 60%;
  text-align: center;
}
.price .inner li .kakaku p {
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
}
.price .inner .notes_area {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #333;
}
.price .inner .notes_area p {
  line-height: 1.3;
  letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
  .price {
    padding-bottom: calc(120/750*100vw);
  }
  .price .head {
    width: 100%;
    background: #f17684;
    padding-top: calc(120/750*100vw);
    padding-bottom: calc(150/750*100vw);
  }
  .price h2 {
    width: calc(316/750*100vw);
    padding-bottom: calc(60/750*100vw);
  }
  .price .head p .border {
    display: inline-block;
    font-size: 4.7vw;
  }
  .price .inner {
    width: calc(670/750*100vw);
    margin: calc(-100/750*100vw) auto 0;
    padding: calc(60/750*100vw) calc(40/750*100vw) calc(60/750*100vw);
  }
  .price .inner + .inner {
    margin-top: calc(40/750*100vw);
  }
  .price .inner h3 {
    font-size: 5vw;
    padding: .75em;
  }
  .price .inner li {
    width: 100%;
    margin-top: calc(40/750*100vw);
    flex-wrap: wrap;
  }
  .price .inner li .parts {
    width: 100%;
    font-size: 3.5vw;
    padding: .8em .5em 1em;
    margin-bottom:  calc(20/750*100vw);
  }
  .price .inner .yakuji li .parts {
    width: 100%;
  }
  .price .inner li .attention {
    width: 34%;
    font-size: 3vw;
  }
  .price .inner li .attention p {
    border: solid 1px #333;
  }
  .price .inner li .kakaku {
    width: 66%;
    font-size: 7.4vw;
    padding-right: .3em;
  }
  .price .inner .yakuji li .kakaku {
    width: 100%;
    padding-right: 0;
  }
  .price .inner li .kakaku p {
    transform: translateY(-.05em);
  }
  .price .inner .notes_area {
    margin-top: calc(40/750*100vw);
    padding-top: calc(30/750*100vw);
  }
}

/* =============
	faq
============= */
.faq {
  width: 100%;
  background: #fff;
  padding: 130px 0;
}
.faq h2 {
  width: 282px;
  padding-bottom: 60px;
}
.faq .acc_block {
  width: 100%;
}
.faq .acc_block li {
  background: #f2f2f2;
  border-radius: 12px;
}
.faq .acc_block li + li {
  margin-top: 40px;
}
.faq .faq_acc_btn {
  position: relative;
  color: #f17684;
  font-size: 2rem;
  padding: 40px;
  cursor: pointer;
}
.faq .faq_acc_btn .en {
  font-size: 110%;
}
.faq .faq_acc_btn p {
  line-height: 1.4;
}
.faq .details {
  font-size: 1.8rem;
  padding: 0 40px 40px;
}
.faq .details.none {
  display: none;
}
.faq .details p {
  line-height: 1.8;
}
.faq .faq_acc_btn::before{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:#f17684;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.faq .faq_acc_btn::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:#f17684;
  transition: all .3s ease-in-out;
}
.faq .faq_acc_btn.open::before {
  transform: rotate(180deg);
}
.faq .faq_acc_btn.open::after {
  opacity:0;
}
@media screen and (max-width: 768px) {
  .faq {
    width: 100%;
    background: #fff;
    padding: calc(110/750*100vw) 0;
  }
  .faq h2 {
    width: calc(355/750*100vw);
    padding-bottom: calc(60/750*100vw);
  }
  .faq .acc_block {
    width: calc(670/750*100vw);
    margin: 0 auto;
  }
  .faq .acc_block p {
    letter-spacing: .1em;
  }
  .faq .acc_block li + li {
    margin-top: calc(40/750*100vw);
  }
  .faq .faq_acc_btn {
    font-size: 4vw;
    padding: calc(40/750*100vw) calc(80/750*100vw) calc(40/750*100vw) calc(40/750*100vw);
  }
  .faq .details {
    font-size: 3.8vw;
    padding: 0 calc(40/750*100vw) calc(40/750*100vw);
  }
}

/* =============
	flow
============= */
.flow {
  width: 100%;
  background: #fcecee;
  padding: 120px 0;
}
.flow h2 {
  width: 247px;
  padding-bottom: 50px;
}
.flow .flow_box {
  position: relative;
  width: 100%;
}
.flow .flow_box + .flow_box {
  margin-top: 60px;
}
.flow .flow_box .num {
  width: 128px;
  position: absolute;
  top: 0;
  left: 0;
}
.flow .flow_box .wrap {
  width: 880px;
  background: #fff;
  border-radius: 12px;
  margin: 0 0 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.flow .flow_box .wrap .img {
  width: 38.25%;
}
.flow .flow_box .wrap .txt {
  width: 57.25%;
}
.flow .flow_box .wrap h3 {
  font-size: 3.4rem;
  color: #f17684;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  padding-bottom: 20px;
}
.flow .flow_box .wrap p {
  font-size: 1.8rem;
  line-height: 2;
}
.flow .youtube_wrap {
  margin: 80px auto 0;
  width: 750px;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
}
.flow .youtube_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: calc(100/750*100vw) 0 calc(120/750*100vw);
  }
  .flow h2 {
    width: calc(277/750*100vw);
    padding-bottom: calc(50/750*100vw);
  }
  .flow .flow_box {
    width: calc(710/750*100vw);
    margin: 0 auto 0 0;
    overflow: hidden;
  }
  .flow .flow_box + .flow_box {
    margin-top: 0;
  }
  .flow .flow_box {
    padding-bottom: calc(40/750*100vw);
    margin-bottom: calc(20/750*100vw);
  }
  .flow .flow_box:last-of-type {
    padding-bottom: 0;
    margin-bottom: calc(90/750*100vw);
  }
  .flow .flow_box .num {
    width: calc(128/750*100vw);
    position: absolute;
    top: 0;
    left: calc(22/750*100vw);
  }
  .flow .flow_box .wrap {
    width: calc(570/750*100vw);
    padding: calc(30/750*100vw);
    flex-direction: column;
  }
  .flow .flow_box .wrap .img {
    width: 100%;
    margin-bottom: calc(25/750*100vw);
  }
  .flow .flow_box .wrap .txt {
    width: 100%;
  }
  .flow .flow_box .wrap h3 {
    font-size: 4.5vw;
    padding-bottom: calc(30/750*100vw);
    text-align: center;
  }
  .flow .flow_box .wrap p {
    font-size: 3.8vw;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .flow .youtube_wrap {
    margin: 0 auto;
    width: calc(670/750*100vw);
  }
}

/* =============
	visual last
============= */
.visual.last {
  position: relative;
  width: 100%;
  height: 903px;
  padding: 100px 0 0;
  background-color: #f98390;
  background-image: url("../img/last_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.visual.last .fv_cv {
  margin: 58px auto 0;
  padding: 40px 0;
}
.visual.last .fv_cv p {
  max-width: 525px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.visual.last .notes {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .visual.last {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background-image: none;
  }
  .visual.last .fv_cv {
    margin: 0 auto;
    padding: calc(32/750*100vw) 0;
  }
  .visual.last .fv_cv p {
    max-width: calc(525/750*100vw);
    padding-bottom: calc(20/750*100vw);
  }
  .visual.last .notes {
    padding-top: 0;
    bottom: 3vw;
  }
   .visual.last .fv_cv {
    top: 121vw;
  }
}

/* =============
	footer
============= */
.footer_sp {
  display: none;
}
.footer_pc{
	background:#fff;
  color: #f17684;
	text-align:center;
  padding: 38px 0 40px;
}
.footer_pc address{
	font-size: 14px;
  line-height: 2;
	font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_pc{
    display: none;
  }
  .footer_sp{
    display: block;
    background:#fff;
    color: #f17684;
    text-align: center;
    padding: calc(40/750*100vw) 0;
    font-size: 2.2vw;
  }
}

/* =============
	floating
============= */
.floating{
    width: 238px;
    padding: 20px;
    background: #f17684;
    border-radius: 12px 0 0 12px;
    position: fixed;
    bottom: 140px;
    right: 0;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.11));
}
.floating li{
    width: 100%;
    height: 62px;
    background: #fff url("../img/icon_tel.png") no-repeat center left 18px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.floating li:last-child{
    margin-bottom: 0;
}
.floating li a{
    width: 100%;
    height: 62px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #f17684;
    padding: 22px 40px 0 69px;
    display: block;
}
.floating li:nth-child(2){
    background: #fff url("../img/icon_sp.png") no-repeat center left 18px;
}
@media screen and (max-width: 768px) {
  .floating{
      width: 100%;
      bottom: 0;
      right: auto;
      left: 50%;
      filter: none;
      bottom: -100%;
      transform: translateX(-50%);
  }
  .floating img{
      width: 100%;
  }
}
  @keyframes fadein {
    0% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      bottom: 0;
      opacity: 1;
    }
  }
  .floating.hidden {
    animation: .5s ease-in forwards fadeout;
  }
  @keyframes fadeout {
    0% {
      bottom: 0;
      opacity: 1;
    }
    99% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      bottom: -100%;
      opacity: 0;
    }
  }

@media screen and (max-width: 768px) {
.pc{
	display:none !important;
}
.sp{
	display:block!important;
}
a:hover{
	opacity: 1;
}
body{
	font-size: 4.1604vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}
/* =====================================
	header
===================================== */
.header.sp {
    position: fixed;
    width: 640px;
    margin: 0 auto;
    background: #FFF;
    border-bottom: solid 1px #DAC36E;
    overflow: hidden;
    zoom:1;box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    z-index: 10000;
}
.header.sp .logo {
    float: left;
    padding-top: 18px;
    padding-left: 18px;
}
.header.sp .headnavi {
    float: right;
}
.header.sp .headnavi ul li {
    float: left;
}
.header.sp .headnavi ul {
    overflow: hidden;
    zoom:1;}
.menublock {
    margin: 0px;
    width: 640px;
    z-index: 101;
    padding-top: 0px;
    position: fixed;
    top: -2000px;
    overflow-y: hidden;
    background: #FFF;
}}

/*250924追加*/
@media screen and (max-width: 768px) {
.price .inner li .kakaku {
  text-align: center;
  width: 100%;
  padding-right: 0;
}
}