@charset "UTF-8";
/* =================================================== *

    ページ全体

 * =================================================== */
body {
  height: 100%;
  width: 100%;
}
html.fix, body.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}
.content1080 {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.eng {
  font-family: 'Oswald', sans-serif;
  font-weight: 700 !important;
}
@media screen and (max-width: 1100px) {
  .content1080 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content1080 {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (min-width: 769px) {
  a.hov {
    transition: all 0.3s;
  }
  a.hov:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  #main {
    overflow: hidden;
  }
}
/* =================================================== *

   ヘッダ

 * =================================================== */
#header {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 96px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#header > .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 25px;
}
#header > .inner > .el-left {
  margin-right: 20px;
}
#header > .inner > .el-right ul > li {
  vertical-align: middle;
  margin-right: 10px;
}
#header > .inner > .el-right ul > li:last-child {
  margin-right: 0;
}
.header-logo {
  width: 134px;
}
#header > .inner > .el-right .tel {
  width: 320px;
  margin-right: 15px;
}
.header-icon {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #header {
    height: 67px;
  }
  #header > .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header-logo {
    width: 80px;
  }
  .header-icon {
    width: 30px;
  }
  #header > .inner > .el-right .tel {
    width: 100px;
    margin-right: 10px;
    line-height: 0;
  }
  #header > .inner > .el-left {
    margin-right: 10px;
  }
  #header > .inner > .el-right ul > li {
    margin-right:6px;
  }
  #header > .inner > .el-right ul > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 359px) {
  #header {
    height: 52px;
  }
  .header-logo {
    width: 40px;
  }
}

/* =================================================== *

   コンテンツ

 * =================================================== */
#main {
  padding-top: 96px;
}
.section-banner {
  padding-top: 15px;
  padding-bottom: 10px;
}
.banner-imanara {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
.banner-koukyu {
    width: 100%;
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
}

#section1 {
  background: #FFEFDF;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#section1:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #FFEFDF;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  z-index: 1;
}
#section1-text1 {
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 30px;
}
#section1-list1 {
  padding-left: 1em;
  z-index: 1;
  position: relative;
}
#section1-list1 > li {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-indent: -2em;
  margin-left: 2em;
}
#section1-list1 > li .red {
  color: #FF3564;
}
#section1-list1 > li:before {
  content: '';
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-right: 0.35em;
}
#section1-list1 > li:nth-child(1):before {
  content: '01.';
}
#section1-list1 > li:nth-child(2):before {
  content: '02.';
}
#section1-list1 > li:nth-child(3):before {
  content: '03.';
}
#section1-list1 > li:nth-child(4):before {
  content: '04.';
}
#section1-list1 > li:nth-child(5):before {
  content: '05.';
}
#section1-layout1 {
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  position: relative;
}
#section1-layout1 > div {
  width: 192px;
  margin-right: 30px;
}
#section1-layout1 > div:last-child {
  margin-right: 0;
}
#section1-pic1 {
  width: 202px;
  position: absolute;
  z-index: 0;
  bottom: 20px;
  right: 10%;
}
#section2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ffffff;
  position: relative;
}
#section2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #ffffff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  z-index: 1;
}
#section2-text1 {
  font-size: 5.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#section2-text1 .small {
  display: block;
  font-size: 4.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.common-midashi1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 500;
  border: 1px solid #606060;
  letter-spacing: 0.05em;
  border-radius: 30px;
  padding: 5px 10px;
  background: transparent;
}
#section2-text2 {
  margin-bottom: 45px;
}
.common-midashi1.fill-pink {
  background: #FF007B;
  border-color: #FF007B;
  color: #ffffff;
}
.common-midashi1.red {
  color: #FF2B00;
  border-color: #FF2B00;
  font-weight: bold;
}
.common-midashi1.blue {
  color: #7490D6;
  border-color: #7490D6;
  font-weight: bold;
}
.common-midashi1.orange {
  color: #FF895E;
  border-color: #FF895E;
  font-weight: bold;
}
.common-midashi1.pink {
  color: #EA6E5C;
  border-color: #EA6E5C;
  font-weight: bold;
}
#section2-layout1 {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
#section2-layout1 > .el-left, #section2-layout1 > .el-right {
  vertical-align: middle;
}
#section2-layout1 > .el-left {
  width: 37%;
  margin-right: 3%;
}
#section2-layout1 > .el-right {
  width: 60%;
}
#section2-pic1 {
  width: 100%;
  max-width: 385px;
  margin-left: 0;
  margin-right: auto;
}
#section2-layout1 > .el-right .text {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
}
#section2-layout1 > .el-right .text .line {
  display: block;
  border-bottom: 1px solid #E5E4DB;
  margin-bottom: 6px;
  padding-bottom: 2px;
}
#section2-layout1 > .el-right .text .yellow {
  background: #FFFF00;
}

@media screen and (max-width: 1030px) {
  #section2-layout1 > .el-right .text {
    font-size: 1.7rem;
  }
  
}


#section3 {
  background: #F3F3EE;
  padding-top: 50px;
  padding-bottom: 30px;
}
#section3-title-eng {
  position: absolute;
  width: 250px;
  z-index: 2;
  right: 0;
  top: 25px;
}
#section3-text1 {
  margin-bottom: 45px;
}
#section3-layout1 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
#section3-layout1 > .element {
  width: 23.75%;
  margin-right: 1.66%;
  margin-bottom: 15px;
}
#section3-layout1 > .element:last-child {
  margin-right: 0;
}
#section3-layout1 > .element .catchcopy {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#section3-layout1 > .element:nth-child(1) .catchcopy {
  color: #A361A8;
}
#section3-layout1 > .element:nth-child(2) .catchcopy {
  color: #904024
}
#section3-layout1 > .element:nth-child(3) .catchcopy {
  color: #7BC000;
}
#section3-layout1 > .element:nth-child(4) .catchcopy {
  color: #FF647B;
}
#section3-pic5 {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
#section3-layout1 > .element .thumb {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#section3-layout1 > .element .price {
  margin-bottom: 0;
  text-align: right;
  font-size: 2.1rem;
  font-weight: 500;
}
#section3-layout1 > .element .price .eng {
  font-size: 3.1rem;
  vertical-align: -1px;
}
#section3-text2 {
  font-size: 2.3rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
#section4 {
  background: #E0F3EE;
  padding-top: 50px;
  padding-bottom: 45px;
}
#section4-title-eng {
    width: 208px;
    position: absolute;
    top: 30px;
    right: 10%;
}
#section4-layout1 {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  margin-bottom:50px;
}
#section4-layout1 > .el-left {
    width: 50%;
	padding: 0 2% ;
}
#section4-layout1 > .el-left img {
    width: 100%;
}
#section4-layout1 > .el-right {
    width: 50%;
	padding: 0 2% ;
}
#section4-layout1 > .el-right img {
    width: 100%;
}
#section4-layout1 > .el-left .bg {
    width: 100%;
    height: 100%;
    background: url(../images/section4-pic1.png) 50% 50% no-repeat;
    background-size: cover;
    margin-right: 0;
    margin-left: auto;
    min-height: 350px;
}
#section4-layout1 > .el-left .bg2 {
    width: 100%;
    height: 100%;
    background: url(../images/section4-pic2.png) 50% 50% no-repeat;
    background-size: cover;
    margin-right: 0;
    margin-left: auto;
    min-height: 350px;
}
#section4-text1 {
    margin-bottom: 70px;
}
#section4-layout1 > .el-right > .el-inner {
    padding: 0 15px 0 30px;
    max-width: 540px;
    margin-left: 0;
    margin-right: auto;
}
#section4-layout1 > .el-right .text {
  font-size:1.8rem;
  line-height: 2;
  font-weight:500;
  margin-bottom: 0;
}
#section4-layout1 > .el-right #section4-text2 {
    margin-bottom: 45px;
}
#section4-layout2 {
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#section4-layout2 > div {
    width: 20%;
    margin-right: 6.5%;
    max-width: 199px;
}
#section4-layout2 > div:nth-child( 4n ) {
  margin-right: 0;
}

#section5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section5-title-eng {
    width: 169px;
    position: absolute;
    z-index: 2;
    right:10%;
    top: 25px;
}
#section5-text1 {
    margin-bottom: 70px;
}
#section5-layout1 {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
#section5-layout1 > li {
  margin-bottom: 10px;
}
#section5-layout1 > li:last-child {
  margin-bottom: 0;
}
#section5-layout1 > li:not(:last-child):after {
    content: url(../images/triangle.svg);
    width: 64px;
    display: block;
    margin-top: 10px;
    margin-left: 38px;
}
#section5-layout1 > li > .step,
#section5-layout1 > li > .text {
  margin-bottom:0;
}

#section5-layout1 > li > .step {
    width: 82px;
    margin-right: 30px;
    display: flex;
    min-height: 60px;
    align-items: center;
}

#section5-layout1 > li > .text {
    width: calc( 100% - 112px );
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    min-height: 60px;
    align-items: center;
}
#section5-layout1 > li > .text .red {
  color:#FF895E;
}
#section5-pic1 {
    width: 330px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 0;
}

#section6 {
  background:#F3F3EE;
  padding-top: 50px;
  padding-bottom: 40px;
}
#section6-title-eng {
    width: 130px;
    position: absolute;
    z-index: 2;
    top: 30px;
    right:10%;
}
#section6-layout1 {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#section6-layout1 > .element {
    margin-bottom: 30px;
}
#section6-layout1 > .element:last-child {
  margin-bottom: 0;
}
#section6-layout1 > .element  > a {
  background:#7490D6;
  color:#F3F3EE;
  display: flex;
  box-shadow:3px 3px 3px rgba(0,0,0,0.4);
      padding: 15px 20px 15px 35px;
    align-items: center;
  position: relative;
  border-radius: 10px;
}
#section6-text1 {
    margin-bottom: 30px;
}
#section6-layout1 > .element > a .icon-question {
    width: 35px;
    margin-right: 35px;
}
#section6-layout1 > .element > a h4 {
  font-size:2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0;
}
#section6-layout1 > .element > a .number {
    position: absolute;
    width: 40px;
    top: -2px;
    right: 30px;
    z-index: 1;
}
#section6-layout1 > .element > a i {
    position: absolute;
    right: 25px;
    font-size: 6.4rem;
  z-index: 2;
}
#section6-layout1 > .element > a i.off {
  display: block;
}
#section6-layout1 > .element > a i.on {
  display: none;
}
#section6-layout1 > .element > a.open i.off {
  display: none;
}
#section6-layout1 > .element > a.open i.on {
  display: block;
}

.question-answer {
    padding: 25px 25px 10px;
  display: none;
}
.question-answer > .text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
}

#section7 {
  background:#FFF7E9;
    padding-top: 50px;
    padding-bottom: 70px;

}
#section7-title-eng {
    width: 145px;
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 10%;
}
#section7-text1 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main {
    padding-top: 67px;
  }
  #section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #section1-text1 {
    font-size: 6.2vw;
    position: relative;
    z-index: 1;
  }
  #section1-list1 {
    padding-left: 0;
  }
  #section1-list1 > li {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-indent: -1.9em;
    margin-left: 1.9em;
  }
  #section1-layout1 > div {
    width: 35%;
    margin-right: 10%;
    max-width: 192px;
  }
  #section1-pic1 {
      bottom: 90px;
      right: 2%;
  }
  #section2 {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #section2-text1 .small {
    font-size: 5.5vw;
  }
  #section2-text1 {
    line-height: 1.5;
    font-size: 7.5vw;
  }
  .common-midashi1 {
    font-size: 4.8vw;
  }
  #section2-layout1 > .el-left {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #section2-layout1 > .el-right {
    display: block;
    width: 100%;
  }
  #section2-layout1 > .el-right .text {
    font-size: 14px;
  }
  #section2-text2 {
    margin-bottom: 25px;
  }
  #section2-layout1 > .el-right .text .line {
    display: inline;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
    padding: 0;
  }
  
  #section2-layout1 > .el-right .text {
    margin-bottom: 0;
  }
  #section3-title-eng {
    width: 125px;
    right: 4.5%;
    top: 30px;
  }
  #section3-layout1 {
      margin-bottom: 25px;
  }
  
  #section3-layout1 > .element {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  section3-layout1 > .element .thumb {
    max-width: none;
  }
  #section3-layout1 > .element .catchcopy {
    margin-bottom: 15px;
  }
  #section3-layout1 > .element:last-child {
    margin-bottom: 0;
  }
  #section3-text2 {
    font-size: 1.6rem;
  }
  #section3-pic5 {
    margin-bottom: 20px;
  }
  #section4 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #section4-title-eng {
    width: 104px;
    right: 4.5%;
    top: 25px;
  }
  #section4-text1 {
    margin-bottom: 45px;
  }
  #section3-layout1 > .element .thumb {
    max-width: none;
  }
  #section4-layout1 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }
  #section4-layout1 > .el-left {
    margin-bottom: 25px;
    width: 100%;
  }
  #section4-layout1 > .el-right {
    width: 100%;
  }
  #section4-layout1 > .el-right #section4-text2 {
    margin-bottom: 30px;
  }
  #section4-layout1 > .el-right .text{
    font-size:1.6rem;
  }
  #section4-layout1 > .el-right > .el-inner {
    max-width: none;
    padding: 0 4.5%;
  }
  #section4-layout2 > div {
    width: 47.5%;
    margin-right: 5%;
    max-width: none;
    margin-bottom: 15px;
  }
  #section4-layout2 > div:nth-child( 2n ) {
    margin-right: 0;
  }
  #section5 {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  #section5-title-eng {
    width: 85px;
    right: 9%;
  }
  #section5-text1 {
    margin-bottom: 45px;
  }
  #section5-layout1 > li > .step {
    width: 60px;
    margin-right: 20px;
    min-height: auto;
  }
  #section5-layout1 > li > .text {
    width: calc( 100% - 80px );
    font-size: 1.6rem;
    min-height: auto;
  }
  #section5-layout1 > li:not(:last-child):after {
    width: 46px;
    margin-top: 12px;
  }
  #section5-pic1 {
    width: 50%;
    bottom: -120px;
  }
  #section5-layout1 > li > .text br {
    display: none;
  }
  #section6-title-eng {
    top: 25px;
    width: 75px;
    right: 9%;
  }
  #section6-layout1 > .element > a {
    padding: 5px 4.5%;
  }
  #section6-layout1 > .element > a h4 {
    font-size: 1.7rem;
    letter-spacing: 0;
    width: calc( 100% - 50px );
    padding-right: 30px;
  }
  #section6-layout1 > .element > a .icon-question {
    margin-right: 15px;
  }
  #section6-layout1 > .element > a .number {
    width: 30px;
    right: 2%;
  }
  #section6-layout1 > .element > a i {
    font-size: 4rem;
    bottom: -1px;
    right: 3%;
  }
  #section6-layout1 > .element {
    margin-bottom: 25px;
  }
  .question-answer {
    padding: 20px 1em 1px;
  }
  .question-answer > .text {
    font-size: 1.6rem;
  }
  #section6-text1 {
    margin-bottom: 45px;
  }
  #section7 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .section-banner {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .banner-imanara {
    margin-bottom: 5px;
  }
  #section7-title-eng {
    width: 73px;
    top: 25px;
    right: 9%;
  }
  #section3-layout1 > .element .price {
    font-size: 1.8rem;
  }
  #section3-layout1 > .element .price .eng {
    font-size: 2.6rem;
  }

  
}

@media screen and (max-width: 359px) {
  #main {
    padding-top: 52px;
  }
  
  
  
}
/* =================================================== *

   フォーム

 * =================================================== */
table.form {
    width: 100%;
    border-top: 1px solid #c4cbd4;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    line-height: 2em;
    margin-top: 35px;
}
.form th {
    width: 210px;
    border-bottom: 1px solid #c4cbd4;
    color: #232323;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 0;
    font-weight: 500;
}
.form td {
    border-bottom: 1px solid #c4cbd4;
    color: #2a3a67;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px;
    font-weight:500;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form select, .form textarea, .form button {
    padding: 5px 0.5em;
    border: solid 1px #a9a9a9;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form textarea {
  font-weight:400;
}
input.text-full,
textarea.text-full {
    width: 100%;
}
input.text-small {
    width: 180px;
    margin-right: 0.25em;
}
.form th .required {
    background: red;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2px 8px;
    letter-spacing: 0.1em;
    margin-left: 0.75em;
    font-weight: 400;
}
#form-submit {
    width: 240px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    background: #18202f;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border: none;
    padding: 10px 10px;
    border-radius: 8px;
  position: relative;
}
#form-submit:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #ffff00;
    z-index: 1;
}

@media screen and (max-width: 768px) {
  table.form, table.form > tbody, table.form > tbody > tr, table.form > tbody > tr > th, table.form > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .form th {
    font-size: 1.6rem;
    margin-bottom: 6px;
    border-bottom: none;
  }
  table.form > tbody > tr {
    margin-bottom: 15px;
  }
  table.form > tbody > tr > td {
    padding-bottom: 15px;
  }
  .form td {
    font-size:1.6rem;
  }
  table.form > tbody > tr:first-child > th {
    padding-top: 15px;
  }
  
  
}
/* =================================================== *

   フッタ

 * =================================================== */
#footer {
    padding-top: 35px;
    padding-bottom: 20px;
    background: #ffffff;
}
.footer-icon-mail, .footer-icon-line, .footer-icon-instagram {
    width: 31px;
}
.footer-icon-facebook {
  width:16px;
}
#footer-layout1 {
    text-align: center;
  margin-bottom: 20px;
}
#footer-layout1 > li {
    margin-right: 20px;
    vertical-align: middle;
}
#footer-layout1 > li:last-child {
  margin-right: 0;
}
#footer-copyright {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 0;
  color: #000000;
}
#footer-copyright > a {
  color: #000000;
}


@media screen and (max-width: 768px) {
	#footer {
    padding-top: 35px;
    padding-bottom: 120px;
    background: #ffffff;
	}
}


/* =================================================== *

   ホバーアクション

 * =================================================== */
.pic a {
  transition: opacity .2s linear;
}
.pic a:hover {
    opacity: 0.7;
}
#section6-layout1 > .element > a {
  transition: opacity .2s linear;
}
#section6-layout1 > .element > a:hover {
    opacity: 0.7;
}
#form-submit {
  transition: opacity .2s linear;
}
#form-submit:hover {
    opacity: 0.7;
}
.operator {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 380px;
    z-index: 100;
	opacity: 0;
	transform: translateX(30px);
}
.operator img {
	width: 100% ;
}

@media screen and (max-width: 768px) {
	.operator {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 100;
		opacity: 0;
	}
}
.operator.isActive {
  opacity: 1;
  transition: all 0.65s;
  transform: translateX(0);
}
/* =================================================== *

   表示切り替え

 * =================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}

.pekopeko {
    animation: pekopeko 3s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        bottom: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        bottom: 5px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        bottom: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        bottom: 5px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        bottom: 0px;
    }
}