@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: auto;
}

body {
  font-size: 2.0rem;
  font-size: clamp(1.5rem, 1.5vw, 2.0rem);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  color: #514F58;
  line-height: 1.8;
  overflow-wrap: break-word;
  letter-spacing: 0.15rem;
  font-feature-settings: 'palt';
  min-width: 1100px;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
picture{
  display: block;
}
/*----------------------------------------


 link
 
 
----------------------------------------*/
a {
  color: #514F58;
  text-decoration: none;
  border: none;
}

a.line {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  box-shadow: none !important;
}

a.line:hover {
  opacity: 0.7;
}

a:hover {
  color: #2c2c51;
  text-decoration: none;
  transition: all .5s;
}

a img.hover {
  transition: opacity 1s ease-out;
}

/*----------------------------------------


header


----------------------------------------*/
header {
  position: absolute;
  width: calc(100% - min(6.0vw, 90px));
  top: 70px;
  top: min(5.0vw, 70px);
  left: 90px;
  left: min(6.0vw, 90px);
  transition: all 0.3s;
  opacity: 1;
  z-index: 10;
}

.confirm header {
  opacity: 1;
}

header h1 {
  font-size: 1.1rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 8px;
}

header .logo {
  display: flex;
  align-items: flex-end;
  transition: all 0.5s;
  line-height: 1.0;
}

header .logo img {
  width: 175px;
}

header .logo span {
  white-space: nowrap;
  font-size: 1.2rem;
  margin-left: 5px;
  margin-bottom: 8px;
  vertical-align: baseline;
}

header .inner {
  position: relative;
  width: 98%;
  transition: all 0.5s;
}

.navBtnArea {
  position: fixed;
  top: 55px;
  right: 3%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  z-index: 1000;
  overflow: hidden;
  z-index: 11;
}

.navBtn {
  position: absolute;
  padding: 32px 19px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform-origin: center center;
  left: 0;
}

.icon-animation {
  position: relative;
}

.icon-animation span {
  width: 28px;
  height: 2px;
  display: block;
  background: #584F50;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.icon-animation:hover span {
  opacity: 0.7;
}

.icon-animation .top {
  transform: translateY(-8px);
}

.icon-animation .bottom {
  transform: translateY(8px);
}

.is-open .middle {
  background: rgba(0, 0, 0, 0);
}

.is-open .icon-animation .top {
  transform: rotate(-30deg) translateY(0px);
  width: 100%;
}

.is-open .icon-animation .bottom {
  transform: rotate(30deg) translateY(0px);
  width: 100%;
}
/*----------------------------------------


client


----------------------------------------*/
.client_area {
  position: absolute;
  font-weight: bold;
  top: 80px;
  right: 150px;
  font-size: 1.6rem;
  z-index: 15;
}

@media (max-width:1100px) and (min-width:751px) {
  .client_area {
    right:auto;
    left: min(100vw - 400px);

  }
}
.client_area ul li {
  position: relative;
  letter-spacing: 0.05rem;
  line-height: 1.0;
}
.client_area ul li a {
  padding: min(0.8rem, 8px) min(1.5vw, 15px);
  border: 1px solid #51a29d;
  color: #51a29d;
  border-radius: 30px;
  background: #fff;
}
.client_area  ul li a:hover {
  background: #51a29d;
  color: #fff;
}

/*----------------------------------------


sns


----------------------------------------*/
.gNav .sns_area {
  position: absolute;
  top: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
  right: 140px;
  font-size: 1.4rem !important;
  z-index: 9;
}

.sns_area h2 {
  line-height: 1.0;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.sns_area ul {
  display: flex;
  margin-bottom: 0;
}

.sns_area ul li {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
}

.sns_area ul li a {
  font-size: 1.4rem !important;
  display: inline-block !important;
  padding: 0 10px;
}

/*----------------------------------------


nav


----------------------------------------*/
nav.gNav {
  position: fixed;
  right: -40%;
  max-width: 700px;
  width: 36.4%;
  padding: 180px 130px 40px 30px;
  padding: min(15vw, 180px) min(10vw, 130px) 40px 5%;
  box-sizing: border-box;
  height: 100vh;
  background: #f7f7f7;
  overflow-y: auto;
  top: 0;
  text-align: right;
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 10;
  box-shadow: -7px -7px 40px #ffffff;
}

nav.gNav.is-open {
  right: 0;
}

.gNav ul,
.gNav .btn,
.gNav .copy {
  opacity: 0;
  transform: translateX(30px);
}

.gNav.is-open ul,
.gNav.is-open .btn,
.gNav.is-open .copy {
  opacity: 1;
  transition: 1.2s;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.gNav ul li {
  margin-bottom: 6%;
  font-size: 2.4rem;
  font-size: clamp(1.5rem, 1.5vw, 2.4rem);
}

.gNav ul li a {
  display: block;
  font-weight: bold;
}

.gNav .btn {
  max-width: 365px;
}

.gNav .foot_link_area {
  margin-top: 20%;
}

.gNav .foot_link_area li {
  font-size: 1.8rem;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  margin-left: 25px;
}

.gNav .foot_link_area li a {
  font-weight: normal;
}

.gNav .copy {
  font-size: 1.8rem;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
}

/*----------------------------------------


wrap


----------------------------------------*/
.wrap {
  position: relative;
}

.wrap::before,
.wrap::after {
  position: absolute;
  content: "";
  z-index: -2;
}

.wrap::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(228, 255, 18);
  background: linear-gradient(270deg, rgba(228, 255, 18, 1) 0%, rgba(136, 252, 0, 1) 80%, rgba(72, 255, 135, 1) 100%);
}

.wrap::after {
  left: 30px;
  top: 30px;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  background: #F7F7F7;
  border-radius: 30px 0 0 30px;
}

.container {
  position: relative;
  padding: 30px 0 0 30px;
  left: 0;
  top: 0;
  overflow-x: hidden;
  width: 100%;
}

article .inner {
  max-width: 1660px;
  width: 90%;
  margin: 0 auto;
}

/*----------------------------------------


title


----------------------------------------*/
.title {
  position: relative;
  margin-bottom: 60px;
}

h2.line_red {
  position: relative;
  display: inline-block;
  font-size: 3.0rem;
  font-size: clamp(2.5rem, 2.5vw, 3.0rem);
  padding-bottom: 30px;
}

h2.line_red::before {
  position: absolute;
  content: "";
  background: url("../images/line_red.svg") no-repeat right top;
  width: 405px;
  height: 11px;
  right: -150px;
  right: max(-5vw, -150px);
  bottom: 0;
}

h2.line_red_m::before {
  width: 260px;
}

h2.line_red_s::before {
  width: 160px;
  right: auto;
  left: 0;
}

/*----------------------------------------


装飾


----------------------------------------*/
.ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  height: min(14vw, 200px);
}

.ico span {
  z-index: 1;
}

.ico::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  max-width: 250px;
}

.ico01::before {
  background: url("../images/ico01.png") no-repeat center center / 100%;
}

.ico02::before {
  background: url("../images/ico02.png") no-repeat center center / 100%;
}

.ico03::before {
  background: url("../images/ico03.png") no-repeat center center / 100%;
}

/*----------------------------------------


.footer


----------------------------------------*/
footer {
  position: relative;
  width: 100%;
  padding: 100px 0 60px;
  padding: min(7vw, 100px) 0 min(4vw, 60px);
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 94%;
  margin: 0 auto;
}

footer h1 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

footer .logo {
  line-height: 1.0;
  text-align: right;
}

footer .logo img {
  width: 150px;
}

footer .logo span {
  display: block;
  text-align: right;
  white-space: nowrap;
  font-size: 1.5rem;
  margin-top: 3px;
}

footer .inner ul {
  display: flex;
}

footer .inner ul li {
  margin-left: 40px;
}

footer .inner .copy {
  text-align: right;
}
.open_terms,
.open_policy {
  cursor: pointer;
}

.iziModal {
  border-radius: 10px !important;
}

/*----------------------------------------


contact_btn_area


----------------------------------------*/
.contact_btn_area {
  position: relative;
  max-width: 1820px;
  width: 95%;
  margin: auto;
  padding: 100px 0;
  padding: min(7vw, 100px) 0;
}

.contact_btn_area h2 {
  font-size: 3.6rem;
  font-size: clamp(2.6rem, 2.6vw, 3.6rem);
  margin-bottom: 30px;
}

section .btn {
  max-width: 485px;
  width: 80%;
}

section .contact_btn {
  font-size: 2.6rem;
  font-size: clamp(2.0rem, 2.0vw, 2.6rem);
}

section .btn a {
  padding: 0.8em 0;
}

/*section .contact_btn a{
  padding: 20px 0;
} */
.contact01_btn_area::before {
  position: absolute;
  content: "";
  background: url("../images/dot_bg.png") no-repeat center top / 100%;
  max-width: 172px;
  width: 9%;
  height: 100%;
  left: 2%;
  top: -10%;
  z-index: -1;
}

.contact01_btn_area::after {
  position: absolute;
  content: "";
  background: url("../images/contact01_bg.svg") no-repeat center top / 100%;
  max-width: 365px;
  width: 19%;
  height: 100%;
  left: -12%;
  top: 2%;
}

.contact02_btn_area::before {
  position: absolute;
  content: "";
  background: url("../images/dot_bg.png") no-repeat center top / 100%;
  max-width: 190px;
  width: 9.8%;
  height: 100%;
  right: -6%;
  bottom: -80%;
  z-index: 5;
}

.contact02_btn_area::after {
  position: absolute;
  content: "";
  background: url("../images/contact02_bg.svg") no-repeat center top / 100%;
  max-width: 338px;
  width: 17.6%;
  height: 100%;
  right: 2%;
  bottom: -30%;
}

/*----------------------------------------


obj


----------------------------------------*/
.obj {
  position: absolute;
  z-index: 4;
  transition: 0.4s;
}

.fv .obj {
  opacity: 1;
}

.fv .obj01 {
  left: 50%;
  transform: translateX(-50%);
  max-width: 464px;
  width: 24.6%;
  top: -5%;
  margin-left: 5%;
}

.fv .obj01 img {
  animation: fuwafuwa6 1s ease-in-out infinite alternate;
}

.fv .obj02 {
  left: 50%;
  transform: translateX(-50%);
  max-width: 46px;
  width: 2.3%;
  top: 10%;
  top: 19%;
  margin-left: -7%;
}

.fv .obj02 img {
  animation: fuwafuwa15 1.5s ease-in-out infinite alternate;
}

.fv .obj03 {
  left: 50%;
  transform: translateX(-50%);
  max-width: 20px;
  width: 1%;
  top: 22%;
  margin-left: -9%;
}

.fv .obj03 img {
  animation: fuwafuwa10 1.8s ease-in-out infinite alternate;
}

.fv .obj04 {
  left: -12%;
  max-width: 346px;
  width: 18.0%;
  top: 50%;
}

.fv .obj04 img {
  animation: fuwafuwa10 2.0s ease-in-out infinite alternate;
}

.fv .obj05 {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3%;
  max-width: 320px;
  width: 16.666%;
  top: 50%;
  margin-top: 10%;
}

.fv .obj05 img {
  animation: fuwafuwa15 2.5s ease-in-out infinite alternate;
}

.fv .obj06 {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 13%;
  max-width: 70px;
  width: 3.6%;
  top: 50%;
  margin-top: 3%;
}

.fv .obj06 img {
  animation: fuwafuwa6 1.5s ease-in-out infinite alternate;
}

.fv .obj07 {
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 26px;
  width: 1.34%;
  top: 50%;
  margin-left: 12%;
  margin-top: 7%;
}

.fv .obj07 img {
  animation: fuwafuwa10 1.0s ease-in-out infinite alternate;
}

.various_area .obj01 {
  right: 4%;
  max-width: 375px;
  width: 19.5%;
  top: 0;
}

.various_area .obj01 img {
  animation: fuwafuwa15 2.0s ease-in-out infinite alternate;
}

.various_area .obj02 {
  right: 10%;
  max-width: 44px;
  width: 2.2%;
  top: 10%;
}

.various_area .obj02 img {
  animation: fuwafuwa10 1s ease-in-out infinite alternate;
}

.various_area .obj03 {
  right: 13%;
  max-width: 20px;
  width: 1.09%;
  top: 12%;
}

.various_area .obj03 img {
  animation: fuwafuwa10 2.0s ease-in-out infinite alternate;
}

.various_area .obj04 {
  right: 18%;
  max-width: 56px;
  width: 2.9%;
  top: 0;
}

.various_area .obj04 img {
  animation: fuwafuwa15 1.5s ease-in-out infinite alternate;
}

.contact01_btn_area .obj01 {
  left: 1%;
  max-width: 280px;
  width: 14.5%;
  top: -25%;
}

.contact01_btn_area .obj01 img {
  animation: fuwafuwa15 2.5s ease-in-out infinite alternate;
}

.contact01_btn_area .obj02 {
  left: -4%;
  max-width: 76px;
  width: 3.9%;
  top: 20%;
}

.contact01_btn_area .obj02 img {
  animation: fuwafuwa10 1.5s ease-in-out infinite alternate;
}

.contact01_btn_area .obj03 {
  left: -1%;
  max-width: 20px;
  width: 1.09%;
  top: 12%;
}

.contact01_btn_area .obj03 img {
  animation: fuwafuwa15 1.5s ease-in-out infinite alternate;
}

.voice_area .obj01 {
  right: 4%;
  max-width: 375px;
  width: 19.5%;
  top: 0;
}

.voice_area .obj01 img {
  animation: fuwafuwa15 2.0s ease-in-out infinite alternate;
}

.voice_area .obj02 {
  right: 25%;
  max-width: 96px;
  width: 5%;
  top: 12%;
}

.voice_area .obj02 img {
  animation: fuwafuwa10 1.2s ease-in-out infinite alternate;
}

.voice_area .obj03 {
  right: 24%;
  max-width: 28px;
  width: 1.4%;
  top: 10%;
}

.voice_area .obj03 img {
  animation: fuwafuwa15 1.2s ease-in-out infinite alternate;
}

.contact02_btn_area .obj01 {
  right: -6%;
  max-width: 410px;
  width: 21.35%;
  bottom: -30%;
}

.contact02_btn_area .obj01 img {
  animation: fuwafuwa15 2.0s ease-in-out infinite alternate;
}

.contact02_btn_area .obj02 {
  right: 7%;
  max-width: 46px;
  width: 2.35%;
  bottom: 45%
}

.contact02_btn_area .obj02 img {
  animation: fuwafuwa10 1.2s ease-in-out infinite alternate;
}

.contact02_btn_area .obj03 {
  right: 5%;
  max-width: 28px;
  width: 0.9%;
  bottom: 45%;
}

.contact02_btn_area .obj03 img {
  animation: fuwafuwa15 1.2s ease-in-out infinite alternate;
}

.qa_area .obj01 {
  left: -8%;
  max-width: 345px;
  width: 19%;
  top: 45%;
}

.qa_area .obj01 img {
  animation: fuwafuwa15 2.5s ease-in-out infinite alternate;
}

.qa_area .obj02 {
  left: 12%;
  max-width: 76px;
  width: 3.9%;
  top: 42%;
}

.qa_area .obj02 img {
  animation: fuwafuwa10 1.5s ease-in-out infinite alternate;
}

.qa_area .obj03 {
  left: 11%;
  max-width: 20px;
  width: 1.09%;
  top: 47%;
}

.qa_area .obj03 img {
  animation: fuwafuwa15 1.5s ease-in-out infinite alternate;
}

.contents_foot_area .obj01 {
  left: -11%;
  max-width: 310px;
  width: 25.8%;
  top: -11%;
}

.contents_foot_area .obj01 img {
  animation: fuwafuwa15 2.5s ease-in-out infinite alternate;
}

.contents_foot_area .obj02 {
  left: -11%;
  max-width: 138px;
  width: 11.5%;
  top: 12%;
}

.contents_foot_area .obj02 img {
  animation: fuwafuwa10 1.5s ease-in-out infinite alternate;
}

.contents_foot_area .obj03 {
  left: 2%;
  max-width: 35px;
  width: 2.9%;
  top: 20%;
}

.contents_foot_area .obj03 img {
  animation: fuwafuwa15 2.0s ease-in-out infinite alternate;
}

.contents_foot_area .obj04 {
  right: -14%;
  max-width: 380px;
  width: 31.7%;
  bottom: -10%;
}

.contents_foot_area .obj04 img {
  animation: fuwafuwa10 1.2s ease-in-out infinite alternate;
}

.contents_foot_area .obj05 {
  right: 16%;
  max-width: 40px;
  width: 3.33%;
  bottom: -15%;
}

.contents_foot_area .obj05 img {
  animation: fuwafuwa15 1.0s ease-in-out infinite alternate;
}

.contents_foot_area .obj06 {
  right: 20%;
  max-width: 15px;
  width: 1.2%;
  bottom: -18%;
}

.contents_foot_area .obj06 img {
  animation: fuwafuwa10 2.0s ease-in-out infinite alternate;
}

@keyframes fuwafuwa6 {
  0% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa10 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa15 {
  0% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width:1600px) {
  .why_area .obj01 {
    top: 25%;
    margin-left: 8%;
  }
}

/*----------------------------------------


list round


----------------------------------------*/
ul.non_style {
  list-style: none;
}

ul.disc {
  margin-left: 30px;
}

p span {
  vertical-align: baseline;
}

.round_wrap {
  border-radius: 30px;
}

ul li ul.child_list {
  margin: 20px;
}

/*----------------------------------------


color / border


----------------------------------------*/
.co_white {
  color: #fff;
}

.bg_white {
  background: #fff;
}

.bg_lightgray {
  background: #f7f7f7;
}

/*----------------------------------------


flex


----------------------------------------*/
.flex,
.pc_flex {
  display: flex;
}

.flex_justify_center {
  justify-content: center;
}

.flex_justify_between {
  justify-content: space-between;
}

.flex_justify_start {
  justify-content: flex-start;
}

.flex_justify_end {
  justify-content: flex-end;
}

.flex_align_center {
  align-items: center;
}

.flex_align_stretch {
  align-items: stretch;
}

.flex_align_start {
  align-items: flex-start !important;
}

.flex_align_end {
  align-items: flex-end !important;
}

.in_block {
  display: inline-block;
}

.block {
  display: block;
}

.margin_auto {
  margin-left: auto;
  margin-right: auto;
}

.po_relative {
  position: relative;
}
.sitename_txt {
  display: none;
}
.wpcf7-spinner {
  position: absolute;
}
.contact_area .select-hidden {
  display: none;
  visibility: hidden;
}
/*----------------------------------------


font


----------------------------------------*/
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_justify {
  text-align: justify;
}

.fo11 {
  font-size: 1.1rem !important;
}

.fo_bold {
  font-weight: 700 !important;
}

.fo_black {
  font-weight: 900 !important;
}

.lih15 {
  line-height: 1.5 !important;
}

.lih20 {
  line-height: 2.0 !important;
}

span {
  vertical-align: baseline;
}

/*.en_font{
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
}*/
.mt15 {
  margin-top: 15px;
  display: block;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent1-5 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.indent3-8 {
  padding-left: 3.8em;
  text-indent: -3.8em;
}

.indent4 {
  padding-left: 4em;
  text-indent: -4em;
}
/*----------------------------------------


hover


----------------------------------------*/
.shadow_wrap {
  display: block;
  /*-webkit-filter: drop-shadow( 7px 7px 15px #dcdcdc) drop-shadow( -7px -7px 15px #fff);
  filter: drop-shadow( 7px 7px 15px #dcdcdc) drop-shadow( -7px -7px 15px #fff);*/
  box-shadow: 7px 7px 14px #dcdcdc, -7px -7px 14px #ffffff;
  /*  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1); */
}

.marker {
  background: linear-gradient(transparent 70%, #ffdc1c 0%);
  display: inline;
  padding: 0 2px 0;
}

/*----------------------------------------


btn


----------------------------------------*/
.btn {
  width: 100%;
}

.btn a,
.btn .submit_btn {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0;
  top: 0;
  color: #514F58;
  border-radius: 80px;
  font-weight: bold;
  background: rgb(228, 255, 18);
  background: linear-gradient(318deg, rgba(228, 255, 18, 1) 0%, rgba(148, 245, 16, 1) 100%);
  transition: all 0.6s;
}

.btn .submit_btn {
  padding: 10px 0;
}

.btn .submit_btn:hover,
.btn a:hover {
  opacity: 0.7;
}

.btn svg,
.btn i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  margin-top: 0;
}

.arrow_right :hover svg,
.arrow_right :hover i {
  right: 7%;
}

.arrow_dowm :hover svg,
.arrow_dowm :hover i {
  margin-top: 10px;
}

.btn_w340 {
  max-width: 340px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/*----------------------------------------


animation


----------------------------------------*/
@media screen {
  .fadein {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .fade {
    opacity: 0;
    transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .fadein_l {
    opacity: 0;
    transform: translate(100px, 0);
  }

  .fadein_r {
    opacity: 0;
    transform: translate(-100px, 0);
  }

  .fadein_t {
    opacity: 0;
    transform: translate(0, -100px);
  }

  .on.fadein,
  .on.fade {
    opacity: 1;
    transform: translate(0, 0);
  }

  .on.fade .fadein_t {
    opacity: 1;
    transition: all 2.0s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s;
    transform: translate(0, 0);
  }

  .on.fade .fadein_l {
    opacity: 1;
    transition: all 2.0s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s;
    transform: translate(0, 0);
  }

  .fadein_list li {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .on_list.fadein_list li:nth-child(1) {
    animation: on_ac 0.5s ease-in-out 0.40s forwards;
  }

  .on_list.fadein_list li:nth-child(2) {
    animation: on_ac 0.5s ease-in-out 0.50s forwards;
  }

  .on_list.fadein_list li:nth-child(3) {
    animation: on_ac 0.5s ease-in-out 0.60s forwards;
  }

  .on_list.fadein_list li:nth-child(4) {
    animation: on_ac 0.5s ease-in-out 0.70s forwards;
  }

  .on_list.fadein_list li:nth-child(5) {
    animation: on_ac 0.5s ease-in-out 0.80s forwards;
  }

  .on_list.fadein_list li:nth-child(6) {
    animation: on_ac 0.5s ease-in-out 0.90s forwards;
  }

  .on_list.fadein_list li:nth-child(7) {
    animation: on_ac 0.5s ease-in-out 1.0s forwards;
  }

  .on_list.fadein_list li:nth-child(8) {
    animation: on_ac 0.5s ease-in-out 1.1s forwards;
  }

  .fade_txt,
  .fade_ico {
    opacity: 0;
  }

  .on .fade_txt {
    animation: fade_txt 1.0s cubic-bezier(0.19, 1, 0.22, 1) 0.65s forwards;
  }

  .on .fade_ico {
    animation: fade_ico 1.0s cubic-bezier(0.19, 1, 0.22, 1) 0.65s forwards;
  }

  .on .fade_txt.fade_txt01,
  .on .fade_ico.fade_ico01 {
    animation-delay: 0.2s;
  }

  .on .fade_txt.fade_txt02,
  .on .fade_ico.fade_ico02 {
    animation-delay: 0.4s;
  }

  .on .fade_txt.fade_txt03,
  .on .fade_ico.fade_ico03 {
    animation-delay: 0.6s;
  }

  .on .fade_txt.fade_txt04,
  .on .fade_ico.fade_ico04 {
    animation-delay: 0.8s;
  }

  .on .fade_txt.fade_txt05,
  .on .fade_ico.fade_ico05 {
    animation-delay: 1.0s;
  }

  .on .fade_txt.fade_txt06,
  .on .fade_ico.fade_ico06 {
    animation-delay: 1.2s;
  }

  .on .fade_txt.fade_txt07,
  .on .fade_ico.fade_ico07 {
    animation-delay: 1.4s;
  }

  .on .fade_txt.fade_txt09,
  .on .fade_ico.fade_ico09 {
    animation-delay: 1.8s;
  }

  .on .ac_zoom {
    animation: ef-zoom 1.0s cubic-bezier(0.19, 1, 0.22, 1) 3.0s forwards;
  }

  .on .ac_zoom01 {
    animation-delay: 0.2s;
  }

  .on .ac_zoom02 {
    animation-delay: 0.4s;
  }

  .on .ac_zoom03 {
    animation-delay: 0.6s;
  }

  .on .ac_zoom04 {
    animation-delay: 0.8s;
  }

  .on .ac_zoom05 {
    animation-delay: 1.0s;
  }
}

@keyframes ef-zoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes on_ac {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade_txt {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade_ico {
  0% {
    transform: translate(-20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media only screen and (max-width:1600px) {
  nav.gNav {
    padding: 150px 4% 40px 30px;
  }
}

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

  .tablet {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

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

  .sp {
    display: none !important;
  }

  .tablet {
    display: block !important;
  }
}

@media only screen and (max-width:750px) {
  body {
    font-size: 3.733333333vw;
    min-width: 100%;
  }
  .wrap {
    overflow-x: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.4;
  }

  .pc {
    display: none !important;
  }

  .tablet {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*----------------------------------------


  header


  ----------------------------------------*/
  header {
    width: calc(100% - 5.333333333vw);
    top: 5.333333333vw;
    left: 5.333333333vw;
    z-index: 11;
  }

  header h1 {
    font-size: 2.4vw;
  }

  header .logo {}

  header .logo img {
    width: 30vw;
  }

  header .logo span {
    font-size: 2.4vw;
    margin-left: 1vw;
  }

  header .inner {
    position: relative;
    width: 90%;
    transition: all 0.5s;
  }

  .navBtnArea {
    top: 5.333333333vw;
    right: 3%;
    width: 14.66666667vw;
    height: 14.66666667vw;
  }

  .navBtn {
    padding: 7.233333333vw 4.366666667vw;
  }

  .icon-animation span {
    width: 6.133333333vw;
    height: 2px;
  }

  .icon-animation .top {
    transform: translateY(-1.5vw);
  }

  .icon-animation .bottom {
    transform: translateY(1.5vw);
  }

  .is-open .middle {
    background: rgba(0, 0, 0, 0);
  }

  .is-open .icon-animation .top {
    transform: rotate(-30deg) translateY(0px);
    width: 100%;
  }

  .is-open .icon-animation .bottom {
    transform: rotate(30deg) translateY(0px);
    width: 100%;
  }
/*----------------------------------------


client


----------------------------------------*/
.client_area {
  position: absolute;
  top: 8.5vw;
  right: 20vw;
}
.client_area ul li {
  text-align: center;
}
.client_area ul li a {
  padding: 0;
  border: none;
  color: #333;
  border-radius: 0;
  background: transparent;
  font-size: 2.6vw;
}
.client_area ul li .ico {
  width: 5.333vw;
  height: 5.3333vw;
  margin: 0 auto 1vw;
}
.client_area ul li span {
  display: block;
  text-align: center;
}
.client_area  ul li a:hover {
  background: transparent;
  color: #333;
}


  /*----------------------------------------


  sns


  ----------------------------------------*/
  .gNav .sns_area {
    position: absolute;
    top: 10vw;
    right: auto;
    left: 6.666666667vw;
    font-size: 4.8vw !important;
    z-index: 9;
  }
  .sns_area h2 {
    line-height: 1.0;
    font-size: 4.8vw;
    margin-bottom: 0;
  }

  .sns_area ul {
    display: flex;
    margin-bottom: 0;
  }

  .sns_area ul li {
    font-size: 4.8vw !important;
    margin-bottom: 0 !important;
  }

  .sns_area ul li a {
    font-size: 4.8vw !important;
    padding: 0 1.5vw;
  }

  /*----------------------------------------


  nav


  ----------------------------------------*/
  nav.gNav {
    right: -110%;
    max-width: 100%;
    width: 100%;
    padding: 30vw 6.666666667vw 6.666666667vw;
    box-shadow: none;
  }

  nav.gNav.is-open {
    right: 0;
  }

  .gNav ul,
  .gNav .btn,
  .gNav .copy {
    opacity: 0;
    transform: translateX(30px);
  }

  .gNav ul li {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    text-align: left;
  }

  .gNav .btn {
    max-width: 100%;
    width: 100%;
  }

  .gNav .foot_link_area {
    margin-top: 25.66666667vw;
  }

  .gNav .foot_link_area li {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    margin-left: 0;
  }

  .gNav .copy {
    font-size: 3.733333333vw;
    text-align: left;
  }

  /*----------------------------------------


  wrap


  ----------------------------------------*/
  .wrap::after {
    left: 1.6vw;
    top: 1.6vw;
    width: calc(100% - 1.6vw);
    height: calc(100% - 3.2vw);
    border-radius: 4vw 0 0 4vw;
  }

  .container {
    padding: 1.6vw 0 0 1.6vw;
  }

  article .inner {
    width: 88.26666667%;
  }

  /*----------------------------------------


  title


  ----------------------------------------*/
  .title {
    margin-bottom: 6.66666667vw;
  }

  h2.line_red {
    font-size: 4.8vw;
    padding-bottom: 2.666667vw;
  }

  h2.line_red::before {
    width: 38.66666667vw;
    height: 1.208vw;
    right: -13.33333333vw;
  }
  .various_area h2.line_red::before {
    right: 5vw;
  }
  h2.line_red_m::before {
    width: 38.66666667vw;
  }

  h2.line_red_s::before {
    width: 19.73333333vw;
  }

  /*----------------------------------------


  装飾


  ----------------------------------------*/
  .ico {
    height: 27.33333333vw;
  }

  .ico::before {
    width: 32vw;
    max-width: 32vw;
  }

  /*----------------------------------------


  .footer


  ----------------------------------------*/
  footer {
    position: relative;
    width: 100%;
    padding: 13.33333333vw 0 8vw;
    font-size: 4.2vw;
  }

  footer .inner {
    display: block;
    width: 90%;
  }

  footer h1 {
    font-size: 2.6vw;
  }

  footer .logo {
    width: 69.33333333vw;
    text-align: left;
  }

  footer .logo img {
    width: 25vw;
  }

  footer .logo span {
    font-size: 2.4vw;
    margin-top: 0.5vw;
  }
  footer .inner ul {
    display: block;
  }

  footer .inner ul li {
    margin-left: 0;
    margin-bottom: 4vw;
  }

  footer .inner .copy {
    text-align: left;
    font-size: 3.733333333vw;
  }

  .open_policy {
    cursor: pointer;
  }

  .iziModal {
    border-radius: 10px !important;
  }

  /*----------------------------------------


  contact_btn_area


  ----------------------------------------*/
  .contact_btn_area {
    width: 90%;
    margin: 0 auto;
    padding: 8vw 0;
  }

  .contact_btn_area h2 {
    font-size: 5.866666667vw;
    margin-bottom: 4vw;
  }

  section .btn {
    max-width: 70.73333333vw;
    width: 70.73333333vw;
  }

  section .contact_btn {
    font-size: 2.6rem;
    font-size: clamp(2.0rem, 2.0vw, 2.6rem);
  }

  section .btn a {
    padding: 4vw 0;
  }

  /*section .contact_btn a{
    padding: 20px 0;
  } */
  .contact01_btn_area::before {
    width: 12.8vw;
    height: 100%;
    left: -2%;
    top: -10%;
    z-index: -1;
  }

  .contact01_btn_area::after {
    width: 26.66666667vw;
    height: 100%;
    left: -12%;
    top: -1%;
  }

  .contact02_btn_area::before {
    left: 5vw;
    top: -3vw;
    width: 13.86666667vw;
    height: 13.86666667vw;
    right: auto;
    bottom: auto;
    z-index: 5;
  }

  .contact02_btn_area::after {
    left: -10vw;
    top: -20vw;
    width: 25.06666667vw;
    height: 100%;
    right: auto;
    bottom: auto;
  }

  /*----------------------------------------


obj


----------------------------------------*/
  .fv .obj01 {
    left: 40%;
    transform: translateX(0);
    width: 25vw;
    top: 10vw;
    margin-left: 0;
  }

  .fv .obj02 {
    left: 48%;
    transform: translateX(0);
    width: 4.266666667vw;
    top: 12vw;
    margin-left: 0;
  }

  .fv .obj03 {
    left: 46%;
    transform: translateX(0);
    width: 1.866666667vw;
    top: 15vw;
    margin-left: 0;
  }

  .fv .obj04 {
    left: -8%;
    width: 20%;
    top: 130.9333333vw;
  }

  .fv .obj05 {
    right: 0;
    left: auto;
    transform: translate(0, 0);
    margin-left: 0;
    width: 26.66666667vw;
    top: 70.13333333vw;
    margin-top: 0;
  }

  .fv .obj06 {
    left: 2%;
    transform: translate(0, 0);
    margin-left: 0;
    width: 2.266666667vw;
    top: 120.9333333vwvw;
    margin-top: 0;
  }

  .various_area .obj01 {
    right: 0;
    width: 37.33333333vw;
    top: -2vw;
  }

  .various_area .obj02 {
    right: 10%;
    width: 4.266666667vw;
    top: 10%;
  }

  .various_area .obj03 {
    right: 15%;
    width: 2vw;
    top: 12%;
  }

  .various_area .obj04 {
    right: 28vw;
    max-width: 56px;
    width: 5.866666667vw;
    top: 4vw;
  }

  .contact01_btn_area .obj01 {
    left: 1vw;
    width: 25.6vw;
    top: -6vw;
  }

  .contact01_btn_area .obj02 {
    left: -8vw;
    width: 6.666666667vw;
    top: 20%;
  }

  .contact01_btn_area .obj03 {
    left: -3vw;
    width: 2.666666667vw;
    top: 12%;
  }

  .voice_area .obj01 {
    right: 0;
    width: 32vw;
    top: 0;
  }

  .voice_area .obj02 {
    right: 35vw;
    width: 8.8vw;
    top: 20vw;
  }

  .voice_area .obj03 {
    right: 33vw;
    width: 2.666666667vw;
    top: 13vw
  }

  .contact02_btn_area .obj01 {
    right: auto;
    bottom: auto;
    left: -8vw;
    width: 25.6vw;
    top: -10vw;
  }

  .contact02_btn_area .obj02 {
    right: auto;
    bottom: auto;
    left: 0vw;
    width: 4vw;
    top: -17vw;
  }

  .contact02_btn_area .obj03 {
    right: auto;
    bottom: auto;
    left: 8vw;
    width: 1.5vw;
    top: -15vw;
  }

  .qa_area .obj01 {
    left: auto;
    right: 4vw;
    width: 26.66666667vw;
    top: 40vw;
  }

  .qa_area .obj02 {
    left: auto;
    right: -4vw;
    width: 6.933333333vw;
    top: 35vw;
  }

  .qa_area .obj03 {
    left: auto;
    right: 1vw;
    width: 2.66666667vw;
    top: 42vw;
  }

  .contents_foot_area .obj01 {
    left: -8vw;
    width: 24.53333333vw;
    top: -7vw;
  }

  .contents_foot_area .obj02 {
    left: -8vw;
    width: 10.66666667vw;
    top: 6vw;
  }

  .contents_foot_area .obj03 {
    left: 5vw;
    width: 2.66666vw;
    top: 5vw;
  }

  .contents_foot_area .obj04 {
    right: -14%;
    width: 30.4vw;
    bottom: -6vw;
  }

  .contents_foot_area .obj05 {
    right: 16%;
    width: 4.266666667vw;
    bottom: -10vw;
  }

  .contents_foot_area .obj06 {
    right: 20vw;
    width: 2vw;
    bottom: -12vw;
  }

  /*----------------------------------------


  flex


  ----------------------------------------*/
  .pc_flex {
    display: block;
  }

  /*----------------------------------------


  btn


  ----------------------------------------*/
  .btn {
    width: 74.666666vw;
  }

  .btn .submit_btn {
    padding: 2.333333333vw 0;
    border-radius: 80px;
    font-size: 4.266666667vw;
  }

  .btn a {
    padding: 4.333333333vw 0;
    border-radius: 80px;
    font-size: 4.266666667vw;
  }

  .arrow_dowm :hover svg,
  .arrow_dowm :hover i {
    margin-top: 10px;
  }

  /*----------------------------------------


  list round


  ----------------------------------------*/
  .round_wrap {
    border-radius: 4vw;
  }

  ul li ul.child_list {
    margin: 3vw 3vw 3vw 2vw;
  }
}

/*----------------------------------------


contact


----------------------------------------*/
.contact .btn_area {
  display: flex;
  justify-content: center;
  max-width: 650px;
}

.required,
.any {
  position: absolute;
  top: 27px;
  right: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  padding: 0.25em 15px 0.2em;
  border-radius: 30px;
}

.required {
  background: #f4567d;
}

.any {
  background: #ccc;
}

.contact .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

/*.mw_wp_form_input .reset_btn {
  display: none !important;
}
.form .sf-field-submit input, .form .sf-field-reset input, .form .confirm, .form .reset {
  position: relative;
  display: block;
  background: #4a72ee !important;
  border-radius: 80px !important;
  padding: 20px !important;
  text-align: center;
  font-size: 1.4rem !important;
  box-sizing: border-box;
  margin: 0 !important;
  max-width: 300px !important;
  letter-spacing: 0.2rem;
}
.form .sf-field-submit input, .form .sf-field-reset input, .form .confirm {
  color: #fff !important;
}
.form .sf-field-reset input, .form .reset {
  display: block;
  background: #fff !important;
  min-width: 200px !important;
  color: #2e4065 !important;
  border: 2px solid #eef1f9 !important;
}
.form .sf-field-submit, .form .sf-field-reset {
  display: table-cell;
  max-width: 300px !important;
  padding: 0;
  margin: 40px 10px !important;
}*/

.reset_btn {
  position: relative;
  background: #666 !important;
  border-radius: 80px !important;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem !important;
  box-sizing: border-box;
  margin-right: 3%;
  width: 47%;
  display: none;
}

.mw_wp_form_confirm .reset_btn {
  display: block;
  ;
}

.mw_wp_form_confirm .reset_btn+.btn {
  width: 50%;
  display: block;
  ;
}

input[type=checkbox],
input[type=radio],
input[type=file],
select,
input,
textarea,
input[type="submit"],
input[type="cancel"] {
  border-radius: 0;
}

input,
textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 6px 13px;
  border: none;
  background: #f7f7f7;
  box-shadow: 0 3px 6px #dcdcdc inset, -0px -3px 6px #ffffff inset;
  -webkit-box-shadow: 0 3px 6px #dcdcdc inset, -0px -3px 6px #ffffff inset;
  position: relative;
  border-radius: 50px;
  color: #514F58;
  -webkit-appearance: none;
}

.btn input {
  background: transparent;
  box-shadow: none;
  color: #514F58;
  font-weight: 700;
}

.reset_btn.btn input {
  color: #fff;
}

select {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 8px 13px;
  border: none;
  background: #f7f7f7;
  box-shadow: 0 3px 6px #dcdcdc, -0px -3px 6px #ffffff;
  -webkit-box-shadow: 0 3px 6px #dcdcdc, -0px -3px 6px #ffffff;
  position: relative;
  border-radius: 50px;
  text-align: center;
  color: #514F58;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:focus,
select:focus,
label:focus,
input:focus,
textarea:focus,
input[type="submit"]:focus,
input[type="cancel"] :focus {
  outline: none;
}

.sf-level-0,
.mwform-radio-field,
.mwform-checkbox-field {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 20px;
}

.checkbox-field-text {
  font-weight: 700;
}

.contact_policy_area .mwform-checkbox-field {
  margin-right: 0 !important;
  padding-left: 10px !important;
}

.mwform-checkbox-field label {
  padding-top: 3px;
}

.searchandfilter li[data-sf-field-input-type="checkbox"] label,
.searchandfilter li[data-sf-field-input-type="radio"] label,
.searchandfilter li[data-sf-field-input-type="range-radio"] label,
.searchandfilter li[data-sf-field-input-type="range-checkbox"] label {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.sf-level-0 input[type="checkbox"],
.mwform-checkbox-field label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sf-level-0 input[type="checkbox"]+label::before,
.sf-level-0 input[type="checkbox"]+label::after,
.mwform-checkbox-field label input[type="checkbox"]+span::before,
.mwform-checkbox-field label input[type="checkbox"]+span::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

.sf-level-0 input[type="checkbox"]+label::before,
.mwform-checkbox-field label input[type="checkbox"]+span::before {
  z-index: 0;
  border-radius: 3px;
  background-color: #fff;
  width: 22px;
  height: 22px;
  border: 1px #999999 solid;
}

.sf-level-0 input[type="checkbox"]+label::after,
.mwform-checkbox-field label input[type="checkbox"]+span::after {
  z-index: 1;
  margin: 3px 8px;
  width: 8px;
  height: 11px;
}

.sf-level-0 input[type="checkbox"]:checked+label::before,
.mwform-checkbox-field label input[type="checkbox"]:checked+span::before {
  background-color: #fff;
}

.sf-level-0 input[type="checkbox"]:checked+label::after,
.mwform-checkbox-field label input[type="checkbox"]:checked+span::after {
  border-bottom: 2px solid #4a72ee;
  border-right: 2px solid #4a72ee;
  width: 8px;
  height: 11px;
  box-sizing: border-box;
  transform: rotate(45deg);
}

/* ラジオボタン */
.mwform-radio-field {
  position: relative;
  margin-left: 30px !important;
  margin-right: 20px;
  padding-left: 0 !important;
  top: 10px;
}

.mwform-radio-field label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mwform-radio-field label input[type="radio"]+span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}

.mwform-radio-field label input[type="radio"]+span::before {
  z-index: 0;
  top: 2px;
  left: -28px;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #999999 solid;
}

.mwform-radio-field label input[type="radio"]:checked+span::before {
  background-color: #4a72ee;
}

.is-error {
  color: red;
  font-size: 1.4rem;
  padding-top: 5px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select_area {
  position: relative;
  color: #514F58;
  width: 100%;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #514F58;
  width: 100%;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  transition: all 0.1s ease-in;
  box-shadow: 7px 7px 14px #dcdcdc, -7px -7px 14px #ffffff;
  -webkit-box-shadow: 7px 7px 14px #dcdcdc, -7px -7px 14px #ffffff;
  border-radius: 50px;
  background-color: #F7F7F7;
  height: 45px;
  text-align: center;
  position: relative;
}

.select-styled:after {
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  transition: 0.3s;
}

.select-styled:active,
.select-styled.active {
  border-radius: 15px 15px 0 0;
}

.select-styled.active:after {
  transform: rotate(180deg);
}

/* .select-styled:hover {
   background-color:#EEEEEE;
 }
 .select-styled:active, .select-styled.active {
   background-color: #EEEEEE
 }*/
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0 0 15px 15px;
  background-color: #F7F7F7;
  transition: all 0.4s ease-in;
  box-shadow: 7px 7px 14px #dcdcdc, -7px -7px 14px #ffffff;
  -webkit-box-shadow: 7px 7px 14px #dcdcdc, -7px -7px 14px #ffffff;
  position: relative;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px #EEEEEE;
  transition: all 0.15s ease-in;
  text-align: center;
}

.select-options li:nth-child(1) {
  display: none;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #514F58;
  background: #EEEEEE;
}

.select-options li[rel="hide"] {
  display: none;
}
@media screen and (max-width:750px) {
  [data-name="pref"] .select-options {
    position: relative;
  }
}
.policy_area .wpcf7-list-item{
  margin-left: 0.5em;
}
input[type=checkbox].consent {
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: none;
}

.wpcf7-list-item label input:not(.consent)[type="checkbox"],
.mwform-checkbox-field label input[type="checkbox"]:not(.consent) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.wpcf7-list-item label input[type="checkbox"].consent+span::before,
.wpcf7-list-item label input[type="checkbox"].consent+span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

.wpcf7-list-item label input[type="checkbox"].consent+span::before {
  z-index: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.wpcf7-list-item label input[type="checkbox"].consent+span::after {
  z-index: 1;
  margin: 1px 5px;
  width: 8px;
  height: 11px;
}

.wpcf7-list-item label input[type="checkbox"].consent:checked+span::before {
  background-color: #fff;
}

.wpcf7-list-item label input[type="checkbox"].consent:checked+span::after {
  border-bottom: 2px solid #6bda21;
  border-right: 2px solid #6bda21;
  width: 8px;
  height: 11px;
  box-sizing: border-box;
  transform: rotate(45deg);
}

/* input:focus,input:active,input:visited {
  background: #fde8d9;
 } */
@media only screen and (max-width:360px) {

  /*----------------------------------------


    contact


    ----------------------------------------*/
  input {
    -webkit-appearance: none;
    appearance: none;
    /* border:2px solid #f0f0f0; */
  }

  .form input:not(.radio),
  .form textarea,
  .form select {
    padding: 10px;
    background: #f2f8ff;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #2e4065;
  }

  .sf-field-search input {
    min-width: 100%;
  }

  .contact dl {
    display: block;
  }

  .contact dt {
    width: 100%;
    padding: 10px 0 0;
  }

  .contact dd {
    width: 100%;
    padding: 10px 0 20px;
  }

  .contact dd .aside {
    font-size: 12px;
    margin-top: 10px;
  }

  input,
  textarea {
    font-size: 15px;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
  }

  /* .form input:not(.radio), .form textarea, .form select {
  padding: 2.6666667vw;
  background: #f2f8ff;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #2e4065;
 }
 .sf-field-search input {
  min-width: 100%;
 }
 .form input:focus, .form textarea:focus, .form select:focus {
  background: #f4f8fb;
 }
 .contact dl {
  display: block;
 }
 .contact dt {
  width: 100%;
  padding: 3.333333333vw 0 0;
 }
 .contact dd {
  width: 100%;
  padding: 1.33333vw 0 3.333333333vw;
 }
 .contact dd .aside {
  font-size: 2.933333333vw;
  margin-top: 1.333333vw;
 }
 .contact .form_btn {
  max-width: 300px !important;
  width: 45% !important;
  margin: 0 auto;
 } */
  .required,
  .any {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px;
    display: inline-block;
    font-size: 2.733333333vw;
    font-weight: normal;
    color: #fff;
    padding: 0.66666vw 2.6666667vw;
    border-radius: 30px;
  }

  .required {
    background: #f4567d;
  }

  .any {
    background: #ccc;
  }

  .contact .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  /* input, textarea {
  font-size: 3.733333333vw;
  padding: 2vw;
  -webkit-appearance: none;
  appearance: none;
 } */
  .sf-level-0 input[type="checkbox"]+label::before,
  .sf-level-0 input[type="checkbox"]+label::after,
  .mwform-checkbox-field label input[type="checkbox"]+span::before,
  .mwform-checkbox-field label input[type="checkbox"]+span::after {
    top: 7px;
  }

  .mwform-radio-field label input[type="radio"]+span::before {
    top: 2px;
  }

  .is-error {
    color: red;
    font-size: 3.733333333vw;
  }


  .wpcf7-list-item label input[type="checkbox"].consent+span::before,
  .wpcf7-list-item label input[type="checkbox"].consent+span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }

  .wpcf7-list-item label input[type="checkbox"].consent+span::before {
    width: 5vw;
    height: 5vw;
    border-radius: 3px;
  }

  .wpcf7-list-item label input[type="checkbox"].consent+span::after {
    z-index: 1;
    margin: 1px 5px;
    width: 2.4vw;
    height: 3.3vw;
  }

  .wpcf7-list-item label input[type="checkbox"].consent:checked+span::before {
    background-color: #fff;
  }

  .wpcf7-list-item label input[type="checkbox"].consent:checked+span::after {
    border-bottom: 2px solid #4a72ee;
    border-right: 2px solid #4a72ee;
    width: 2.4vw;
    height: 3.3vw;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  /*  .select {
  font-size: 3.777777773vw;
 }
 .select-styled {
  padding: 1.2vw 0;
  height: 11vw;
 }
 .select-styled:after {
  top: 2vw;
  right: 4vw;
 }
 .select-styled:active, .select-styled.active {
  border-radius: 4vw 4vw 0 0;
 }
 .select-options {
  border-radius: 0 0 4vw 4vw;
 }
 .select-options li {
  padding: 2.5vw 0;
 } */
  .reset_btn {
    position: relative;
    background: #666 !important;
    border-radius: 80px !important;
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem !important;
    box-sizing: border-box;
    margin-right: 3%;
    width: 40% !important;
    display: none;
  }

  .mw_wp_form_input .btn {
    width: 100%;
  }

  .mw_wp_form_confirm .reset_btn {
    display: block;
  }

  .mw_wp_form_confirm .reset_btn+.btn {
    width: 57%;
    display: block;
  }
}

/*----------------------------------------


    slick


 ----------------------------------------*/
.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url("../images/arrow_r.png") !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url("../images/arrow_l.png") !important;
  background-size: contain !important;
}

.slick-arrow {
  position: absolute;
  z-index: 2 !important;
  width: 23vw !important;
  height: 23vw !important;
  top: 45%;
  background: transparent;
  text-indent: -9999px;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.slick-arrow.slick-next {
  right: -5vw !important;
}

.slick-arrow.slick-prev {
  left: -5vw !important;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  z-index: 5;
  position: relative;
}

.slick-dots li {
  margin: 0 2vw;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}

.slick-dots li::before {
  content: "●";
  font-size: 3.0vw;
  color: #D9D9D9;
}

.slick-dots li.slick-active::before {
  color: #28DE83;
}

.slick-dots button {
  text-indent: -9999px;
  outline: none;
}

/*@media only screen and (max-width:750px) {
 .slick-arrow {
  position: absolute;
  z-index: 10000000 !important;
  width: 11.33333333vw !important;
  height: 11.33333333vw !important;
  top: 45%;
  background: transparent;
  text-indent: -9999px;
 }
 .slick-arrow.slick-next {
  right: -1vw !important;
 }
 .slick-arrow.slick-prev {
  left: -1vw !important;
 }
}*/
