@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
  /* 1行だけでスムーススクロールできる！ */
}

body {
  font-size: 16px;
  color: #222222;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  background: #fff;
  padding-top: 84.16px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 61.27px;
  }
}

#id1,
#id2 {
  position: relative;
  top: -85px;
}
@media screen and (max-width: 767px) {
  #id1,
  #id2 {
    top: -62px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 20px 0 0;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 15px;
  margin: 0;
  color: #222222;
  outline: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=submit],
  select,
  textarea {
    padding: 10px;
  }
}

.header {
  background: #222222;
  border-bottom: 1px solid #222222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .logo {
  max-width: 250px;
  background: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 1000px) {
  .header .logo {
    padding: 10px 10px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 180px;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-right ul li {
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .header .header-right ul li {
    margin-right: 20px;
  }
}
.header .header-right ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header .header-right ul li a {
    font-size: 14px;
  }
}
.header .header-right ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-right ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer .bottom {
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer .bottom {
    padding: 30px 0 20px;
  }
}
.footer .logo {
  max-width: 150px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-bottom: 30px;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .footer .copyright {
    font-size: 3vw;
  }
}
.footer .heading {
  background: #222222;
  padding: 25px 0;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer ul li {
    margin-right: 40px;
  }
  .footer ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    text-align: center;
  }
  .footer ul li:nth-child(2n) {
    margin-right: 0;
  }
  .footer ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.footer ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .footer ul li a {
    font-size: 3vw;
  }
}
.footer ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-btn {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .header-btn {
    width: 90%;
    margin: 20px auto;
  }
}
.header-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-btn a:hover {
  opacity: 0.6;
}

.drawer-icon {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-icon-nav ul li {
  border-bottom: 2px dotted #222222;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #222222;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.common-title {
  font-size: 100px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .common-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

.publish {
  background: #222222;
  position: relative;
  border-radius: 80px 80px 0 0;
}
.publish .main-title {
  color: #00cc66;
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .publish .main-title {
    top: -28px;
  }
}
.publish .lead {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .publish .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .publish .lead {
    font-size: 5vw;
    white-space: nowrap;
  }
}
.publish .lead span {
  font-size: 140%;
  color: #222222;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.publish .text {
  line-height: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .publish .text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .publish .text {
    font-size: 4vw;
  }
}
.publish .btn a {
  background: #9977cc;
  border: 1px solid #9977cc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 20px 40px;
  border-radius: 40px;
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .publish .btn a {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.publish .btn a:hover {
  background: #fff;
  color: #9977cc;
}

.footer {
  border-top: 5px solid #fff;
}

.mv {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 30px;
  }
}

.mv {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 50px;
  }
}
.mv .slider div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Flexboxで横並びにする */
}
.mv .slick-slide {
  width: 1800px;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .mv .slick-slide {
    width: 700px;
    margin: 0 20px;
  }
}
.mv .slider {
  margin-top: -5%;
  margin-top: -4%;
}
.mv .main-mv {
  max-width: 720px;
  margin: 0 auto;
  margin-top: -80px;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .main-mv {
    max-width: 350px;
    padding: 0 20px;
  }
}
.mv .btn {
  margin-top: -1.5%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1550px) {
  .mv .btn {
    margin-top: 1.5%;
  }
}
.mv .btn a {
  background: #222222;
  border: 1px solid #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 20px 40px;
  border-radius: 40px;
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv .btn a {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.mv .btn a:hover {
  background: #fff;
  color: #222222;
}

body,
html {
  overflow-x: hidden;
}

.top-search {
  background: url(../img/top-search-bg.png) no-repeat top center/cover;
}
.top-search .common-title {
  text-shadow: 10px 10px 0 #00ccdd;
}
@media screen and (max-width: 767px) {
  .top-search .common-title {
    text-shadow: 6px 6px 0 #00ccdd;
  }
}
.top-search .japan {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-search .japan {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top-search .japan .map {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .top-search .japan .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .top-search .japan .flex .box {
    width: 48%;
  }
  .top-search .japan .flex .box:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-search .lead {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .top-search .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.top-search .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #49bc83;
}
@media screen and (max-width: 767px) {
  .top-search .lead span {
    text-shadow: 2px 2px 0 #49bc83;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.top-search .box {
  border-radius: 10px;
  padding: 7px;
  border: 1px solid #222222;
  width: 175px;
}
@media screen and (max-width: 1000px) {
  .top-search .box {
    width: 45%;
  }
}
.top-search .box .heading {
  margin-bottom: 7px;
}
.top-search .box .heading a {
  background: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0;
  color: #222222;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-search .box .heading a:hover {
  opacity: 0.6;
}
.top-search .box .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-search .box .bottom ul li {
  width: 48%;
  text-align: center;
}
.top-search .box .bottom ul li a {
  background: #222222;
  border-radius: 15px;
  padding: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #222222;
  font-weight: 500;
}
.top-search .box .bottom ul li a:hover {
  color: #222222;
  background: #fff;
}
.top-search .box .bottom ul li:nth-child(n+3) {
  margin-top: 5px;
}
.top-search .box1 {
  background: #00ccdd;
}
.top-search .box1 .heading {
  margin-bottom: 0;
}
.top-search .box1 .heading a {
  color: #00ccdd;
}
@media screen and (min-width: 1001px) {
  .top-search .box1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top-search .box2 {
  background: #ff5577;
}
.top-search .box2 .heading a {
  color: #ff5577;
}
.top-search .box3 {
  background: #ffd933;
}
.top-search .box3 .heading a {
  color: #ffd933;
}
.top-search .box4 {
  background: #00cc66;
}
.top-search .box4 .heading a {
  color: #00cc66;
}
.top-search .box5 {
  background: #ff5577;
}
.top-search .box5 .heading a {
  color: #ff5577;
}
.top-search .box6 {
  background: #ffd933;
}
.top-search .box6 .heading a {
  color: #ffd933;
}
.top-search .box7 {
  background: #00ccdd;
}
.top-search .box7 .heading a {
  color: #00ccdd;
}
.top-search .box8 {
  background: #00cc66;
}
.top-search .box8 .heading a {
  color: #00cc66;
}
.top-search .box9 {
  background: #ff5577;
}
.top-search .box9 .heading {
  margin-bottom: 0;
}
.top-search .box9 .heading a {
  color: #ff5577;
}

@media screen and (min-width: 1001px) {
  .box {
    position: absolute;
  }
  .top-search .box1 {
    position: absolute;
    top: 5.2%;
    right: -21%;
  }
  .top-search .box2 {
    position: absolute;
    top: 14%;
    right: -21%;
  }
  .top-search .box3 {
    position: absolute;
    top: 37%;
    right: -21%;
  }
  .top-search .box4 {
    position: absolute;
    top: 65%;
    right: -21%;
  }
  .top-search .box5 {
    position: absolute;
    top: 78%;
    right: 13%;
  }
  .top-search .box6 {
    position: absolute;
    top: 24%;
    right: 60%;
  }
  .top-search .box7 {
    position: absolute;
    top: 24%;
    left: -11%;
  }
  .top-search .box8 {
    position: absolute;
    top: 42%;
    left: -11%;
  }
  .top-search .box9 {
    position: absolute;
    top: 69%;
    left: -11%;
  }
  .top-search .lead {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1100px) {
  .top-search .box1 {
    right: -15%;
  }
  .top-search .box2 {
    right: -15%;
  }
  .top-search .box3 {
    right: -15%;
  }
  .top-search .box4 {
    right: -15%;
  }
}
.category-sec .lead {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .category-sec .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.category-sec .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #c84862;
}
@media screen and (max-width: 767px) {
  .category-sec .lead span {
    text-shadow: 2px 2px 0 #c84862;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.category-sec .wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.category-sec .wrap .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .category-sec .wrap .lists .list {
    width: 33.3333%;
    border-left: 1.5px solid #222222;
    border-top: 1.5px solid #222222;
  }
  .category-sec .wrap .lists .list:nth-child(n+7) {
    border-bottom: 1.5px solid #222222;
  }
}
@media screen and (max-width: 1000px) {
  .category-sec .wrap .lists .list {
    width: 50%;
    border-left: 1.5px solid #222222;
    border-top: 1.5px solid #222222;
  }
  .category-sec .wrap .lists .list:nth-child(n+5) {
    border-bottom: 1.5px solid #222222;
  }
}
.category-sec .wrap .lists .list:nth-child(1) {
  background: #ff5577;
}
.category-sec .wrap .lists .list:nth-child(2) {
  background: #ffd933;
}
.category-sec .wrap .lists .list:nth-child(3) {
  background: #00cc66;
}
.category-sec .wrap .lists .list:nth-child(4) {
  background: #00ccdd;
}
.category-sec .wrap .lists .list:nth-child(5) {
  background: #0099dd;
}
.category-sec .wrap .lists .list:nth-child(6) {
  background: #9977cc;
}
.category-sec .wrap .lists .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists .flex {
    display: block;
  }
}
.category-sec .wrap .lists .flex .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.category-sec .wrap .lists .flex .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists .flex .right {
    width: 100%;
  }
}
.category-sec .wrap .lists a {
  display: block;
  padding: 20px;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists a {
    padding: 20px 15px;
  }
}
.category-sec .wrap .lists a:hover {
  opacity: 0.6;
}
.category-sec .wrap .lists a .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists a .title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.category-sec .wrap .lists a .text {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists a .text {
    line-height: 1.5;
    font-size: 13px;
  }
}

.about {
  background: url(../img/about-bg.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 150px;
  }
}
.about .common-title {
  text-shadow: 10px 10px 0 #ffd933;
}
@media screen and (max-width: 767px) {
  .about .common-title {
    text-shadow: 6px 6px 0 #ffd933;
  }
}
@media screen and (max-width: 767px) {
  .about .contents .img img {
    border-radius: 15px;
    border: 1px solid #222222;
  }
}

.reason {
  position: relative;
  background: #f6f6f6;
}
.reason .wave {
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .reason .wave {
    max-width: 120px;
    top: -17px;
  }
}
.reason .main-title {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason .main-title {
    margin-bottom: 30px;
    max-width: 280px;
  }
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .reason ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reason ul {
    display: block;
  }
}
.reason ul li {
  width: 31%;
  padding: 35px 25px;
  border: 1px solid #222222;
  border-radius: 20px;
}
.reason ul li:nth-child(1) {
  background: #00cc66;
}
.reason ul li:nth-child(2) {
  background: #ffd933;
}
.reason ul li:nth-child(3) {
  background: #ff5577;
}
@media screen and (max-width: 1000px) {
  .reason ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    padding: 30px 20px;
  }
  .reason ul li:nth-child(2n) {
    margin-right: 0;
  }
  .reason ul li:last-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason ul li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 25px 20px;
  }
  .reason ul li:last-child {
    margin-bottom: 0;
  }
}
.reason ul li .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .reason ul li .title {
    font-size: 20px;
  }
}
.reason ul .text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .reason ul .text {
    font-size: 14px;
  }
}

.service {
  position: relative;
}
.service .last-text {
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service .last-text {
    font-size: 16px;
    margin-top: 30px;
    text-align: left;
  }
}
.service .wave {
  max-width: 250px;
  margin: -10px auto 50px;
}
@media screen and (max-width: 767px) {
  .service .wave {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service .wave {
    max-width: 120px;
  }
}
.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .service ul {
    display: block;
    padding-top: 30px;
  }
}
.service ul li {
  width: 31.3%;
  padding: 35px 25px;
  background: #00ccdd;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service ul li {
    width: 32.5%;
  }
}
@media screen and (max-width: 767px) {
  .service ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .service ul li:last-child {
    margin-bottom: 0;
  }
}
.service ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 79px;
  right: -41px;
  z-index: 2;
  background: url(../img/next.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .service ul li::after {
    display: none;
  }
}
.service ul li:nth-child(2) .img .wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .service ul li:nth-child(2) .img .wrap {
    width: 30%;
  }
}
.service ul li:nth-child(3) .img .wrap {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .service ul li:nth-child(3) .img .wrap {
    width: 30%;
  }
}
.service ul li:nth-child(3)::after {
  display: none;
}
.service ul .step {
  max-width: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
}
@media screen and (max-width: 767px) {
  .service ul .step {
    max-width: 50px;
    top: -35px;
  }
}
.service ul .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .service ul .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .service ul .title {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .service ul .title {
    font-size: 20px;
  }
}
.service ul .text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service ul .text {
    font-size: 14px;
  }
}
.service ul .img {
  height: 150px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service ul .img {
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service ul .img .wrap {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .service ul .img .wrap {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.service .lead {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .service .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.service .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #00ccdd;
}
@media screen and (max-width: 767px) {
  .service .lead span {
    text-shadow: 2px 2px 0 #00ccdd;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding-bottom: 50px;
  }
}
.topContact {
  background: url(../img/top-contact-bg.png) no-repeat top center/cover;
  padding: 100px 0 500px;
}
@media screen and (max-width: 767px) {
  .topContact {
    padding: 50px 0 200px;
  }
}
.topContact .common-title {
  text-shadow: 10px 10px 0 #fff;
}
@media screen and (max-width: 767px) {
  .topContact .common-title {
    text-shadow: 6px 6px 0 #fff;
  }
}
.topContact .lead {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 60px;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .topContact .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.topContact .lead-span {
  font-size: 140%;
  display: inline-block;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topContact .lead-span {
    text-shadow: 2px 2px 0 #fff;
  }
}
.topContact .contact-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.topContact .contact-wrap .row {
  margin-bottom: 40px;
}
.topContact .contact-wrap .row .dt {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}
.topContact .contact-wrap .row .dt .required {
  background: #222222;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 10px;
  margin-left: 10px;
}
.topContact .contact-wrap .row .dt .required.no {
  background: #fff;
  color: #9977cc;
  border: 1px solid #9977cc;
}
.topContact .contact-wrap .check {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .topContact .contact-wrap .check {
    margin-bottom: 40px;
  }
}
.topContact .contact-wrap .check a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffd933;
}
.topContact .contact-wrap .check a:hover {
  opacity: 0.6;
}

.submit input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.submit .submit-design .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  margin: 0 auto;
  cursor: pointer;
  background: #222222;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  padding: 15px 20px 15px 60px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .submit .submit-design .flex {
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;
    font-size: 18px;
  }
}
.submit .submit-design .flex:hover {
  opacity: 0.6;
}
.submit .submit-design .icon {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .submit .submit-design .icon {
    max-width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mv .btn a {
    max-width: 330px;
    margin: 0 auto;
  }
}
.section-btn a .section-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  margin: 0 auto;
  cursor: pointer;
  background: #222222;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  padding: 15px 20px 15px 60px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-btn a .section-btn-flex {
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;
    font-size: 18px;
  }
}
.section-btn a .section-btn-flex:hover {
  opacity: 0.6;
}
.section-btn a .icon {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .section-btn a .icon {
    max-width: 30px;
  }
}

.topColumn {
  background: url(../img/topColumn-bg.png) no-repeat top center/cover;
  padding-bottom: 200px;
  margin-top: -400px;
}
.topColumn .btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .topColumn .btn {
    margin-top: 30px;
  }
}
.topColumn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topColumn ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .topColumn ul li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  .topColumn ul li:nth-child(3n) {
    margin-right: 0;
  }
  .topColumn ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topColumn ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .topColumn ul li:nth-child(2n) {
    margin-right: 0;
  }
  .topColumn ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.topColumn ul li a {
  display: block;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topColumn ul li a:hover {
  opacity: 0.6;
}
.topColumn ul li .img {
  position: relative;
}
.topColumn ul li .img-wrap {
  margin-bottom: 10px;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #222222;
}
.topColumn ul li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topColumn ul li .category {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  right: 0;
  padding: 7px 20px;
  background: #222222;
  color: #fff;
  border-radius: 0 0 0 10px;
}
.topColumn ul li .time {
  font-size: 13px;
  margin-bottom: 6px;
}
.topColumn ul li .title {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topColumn ul li .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .topColumn {
    padding-bottom: 100px;
    margin-top: -150px;
  }
}
.topColumn .common-title {
  text-shadow: 10px 10px 0 #ff5577;
}
@media screen and (max-width: 767px) {
  .topColumn .common-title {
    text-shadow: 6px 6px 0 #ff5577;
  }
}
.topColumn .lead {
  color: #222222;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .topColumn .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .topColumn .lead {
    font-size: 5vw;
    white-space: nowrap;
  }
}
.topColumn .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #9977cc;
}
@media screen and (max-width: 767px) {
  .topColumn .lead span {
    text-shadow: 2px 2px 0 #9977cc;
  }
}

.bread {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.3;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bread a {
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.bread a:hover {
  opacity: 0.6;
}
.bread .middle {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .bread .middle {
    margin: 0 10px 0;
  }
}
.bread span {
  color: #222222;
  white-space: nowrap;
}

.page-circle {
  width: 100%;
  position: absolute;
  top: -380px;
  content: "";
  left: 0;
  width: 100%;
  border-radius: 50%;
  background: #9977cc;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .page-circle {
    height: 500px;
    border-radius: 100px;
  }
}

.topColumn .lead {
  position: relative;
  z-index: 1;
}

.pageContact {
  border-bottom: 1.5px solid #222222;
  background: #fff;
  position: relative;
  padding-top: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageContact {
    margin-bottom: 0px;
    border-bottom: 1px solid #222222;
  }
}
@media screen and (max-width: 767px) {
  .pageContact {
    padding-bottom: 0px;
  }
}
.pageContact .pageContact-box {
  background: #f6f6f6;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .pageContact .pageContact-box {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
  }
}
.pageContact .common-title {
  position: relative;
  z-index: 1;
  text-shadow: none;
  color: #fff;
}
.pageContact .lead-span {
  position: relative;
  z-index: 1;
  text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #9977cc;
}
@media screen and (max-width: 767px) {
  .pageContact .lead-span {
    text-shadow: 2px 2px 0 #9977cc;
  }
}
@media screen and (min-width: 768px) {
  .pageContact .lead-span {
    margin-top: 50px;
  }
}
.pageContact .contact-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pageContact .contact-wrap {
    padding-bottom: 40px;
  }
}
.pageContact .contact-wrap .row .dt {
  color: #222222;
}
.pageContact .contact-wrap .row .dt .required {
  background: #9977cc;
  color: #fff;
}
.pageContact .check a {
  color: #9977cc;
}

.column-cate {
  background: #f6f6f6;
  position: relative;
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .column-cate {
    padding-bottom: 50px;
  }
}
.column-cate .page-circle {
  background: #ff5577;
}
@media screen and (max-width: 767px) {
  .column-cate .page-circle {
    top: -342px;
  }
}
.column-cate .lead-span {
  margin-top: 0;
}
.column-cate .lead span {
  text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #ff5577;
}
@media screen and (max-width: 767px) {
  .column-cate .lead span {
    text-shadow: 2px 2px 0 #ff5577;
  }
}

.category-sec .btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .category-sec .btn {
    padding: 0 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .topColumn ul li .img .category {
    font-size: 12px;
    padding: 5px 10px;
  }
  .topColumn ul li .title {
    font-size: 14px;
  }
}
.pageSearch .page-circle {
  background: #00ccdd;
}
.pageSearch .search-sec {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec {
    padding-top: 30px;
  }
}
.pageSearch .search-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec {
    display: block;
  }
}
.pageSearch .search-sec .sub {
  width: 250px;
  padding: 40px 8px;
  background: #222222;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .sub {
    width: 100%;
  }
}
.pageSearch .search-sec .sub .ul {
  display: block;
}
.pageSearch .search-sec .sub .ul .li {
  margin-bottom: 8px;
  width: 100%;
}
.pageSearch .search-sec .sub .ul .li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 40px;
  color: #222222;
  display: block;
}
.pageSearch .search-sec .sub .ul .li a:hover {
  opacity: 0.6;
}
.pageSearch .search-sec .sub .ul .li:nth-child(1) {
  background: #ff5577;
}
.pageSearch .search-sec .sub .ul .li:nth-child(2) {
  background: #ffd933;
}
.pageSearch .search-sec .sub .ul .li:nth-child(3) {
  background: #00cc66;
}
.pageSearch .search-sec .sub .ul .li:nth-child(4) {
  background: #00ccdd;
}
.pageSearch .search-sec .sub .ul .li:nth-child(5) {
  background: #0099dd;
}
.pageSearch .search-sec .sub .ul .li:nth-child(6) {
  background: #9977cc;
}
.pageSearch .search-sec .sub .ul .li:nth-child(7) {
  background: #999999;
}
.pageSearch .search-sec .sub .title {
  color: #fff;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 10px;
}
.pageSearch .search-sec .sub select {
  border-radius: 8px;
  padding: 10px 20px 10px 40px;
}
.pageSearch .search-sec .sub .heading {
  margin-bottom: 40px;
}
.pageSearch .search-sec .sub .sub-select {
  position: relative;
  padding: 0 20px;
}
.pageSearch .search-sec .sub .sub-select::before {
  position: absolute;
  content: "";
  background: url(../img/blue-icon.png) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 20px;
  height: 23px;
}
.pageSearch .search-sec .main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pageSearch .search-sec .main .main-title {
  border-bottom: 1.5px solid #222222;
}
.pageSearch .search-sec .main .main-title span {
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #00ccdd;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .main-title span {
    text-shadow: 2px 2px 0 #00ccdd;
    font-size: 20px;
  }
}
.pageSearch .search-sec .main .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .result {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.pageSearch .search-sec .main .result .left {
  font-size: 20px;
  font-weight: 600;
}
.pageSearch .search-sec .main .result .right select {
  border: 1px solid #222222;
  padding: 5px 30px 7px;
  border-radius: 20px;
  line-height: 1;
}
.pageSearch .search-sec .main .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageSearch .search-sec .main .lists .list {
  border: none !important;
}
.pageSearch .search-sec .main .lists .list .more {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .more {
    border-radius: 0 0 5px 5px;
  }
}
.pageSearch .search-sec .main .lists .list .list-inner {
  border: 1px solid #222222;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pageSearch .search-sec .main .lists .list {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .pageSearch .search-sec .main .lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .pageSearch .search-sec .main .lists .list:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .pageSearch .search-sec .main .lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .pageSearch .search-sec .main .lists .list:nth-child(n+3) {
    margin-top: 20px;
  }
}
.pageSearch .search-sec .main .lists .list .heading .title {
  padding: 15px;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  background: #fff;
  border-top: 3px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .heading .title {
    padding: 10px 10px;
    font-size: 15px;
  }
}
.pageSearch .search-sec .main .lists .list .contents {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .contents {
    padding: 10px;
  }
}
.pageSearch .search-sec .main .lists .list .contents .area {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .contents .area {
    margin-bottom: 10px;
  }
}
.pageSearch .search-sec .main .lists .list .img {
  border-bottom: 1px solid #222222;
  position: relative;
  padding-top: 65%;
}
.pageSearch .search-sec .main .lists .list .img .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageSearch .search-sec .main .lists .list .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageSearch .search-sec .main .lists .list .area .icon {
  width: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .area .icon {
    width: 14px;
  }
}
.pageSearch .search-sec .main .lists .list .area .text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .area .text {
    font-size: 12px;
  }
}
.pageSearch .search-sec .main .lists .list .cat span {
  display: inline-block;
}
.pageSearch .search-sec .main .lists .list .cat .span0 {
  font-size: 12px;
  margin-bottom: 10px;
}
.pageSearch .search-sec .main .lists .list .cat .span {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .cat .span {
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 8px;
  }
}
.pageSearch .search-sec .main .lists .list .cat .span1 {
  background: #ff5577;
}
.pageSearch .search-sec .main .lists .list .cat .span2 {
  background: #00ccdd;
}
.pageSearch .search-sec .main .lists .list .cat .span3 {
  background: #00cc66;
}
.pageSearch .search-sec .main .lists .list .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .more a {
    padding: 10px 10px;
    font-size: 12px;
  }
}
.pageSearch .search-sec .main .lists .list .more a:hover {
  opacity: 0.6;
}
.pageSearch .search-sec .main .lists .list .more a .icon {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .more a .icon {
    width: 12px;
  }
}

.pageSearch .search-sec .main .result .right {
  position: relative;
}
.pageSearch .search-sec .main .result .right::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url(../img/arrow-bottom.png) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  content: "";
}

.pageSearch .search-sec .sub .ul .li a {
  position: relative;
}
.pageSearch .search-sec .sub .ul .li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 15px;
  height: 15px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.free {
  background: #f6f6f6;
  border-bottom: none;
}
.free .common-title {
  margin-bottom: 0px;
}
.free .page-circle {
  background: #00cc66;
}
@media screen and (min-width: 768px) {
  .free .page-circle {
    top: -330px;
  }
}
@media screen and (max-width: 767px) {
  .free .page-circle {
    top: -340px;
  }
}
.free .lead {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.free .lead .lead-span {
  margin-top: 0;
  text-shadow: 4px 4px 0 #fff;
}
@media screen and (max-width: 767px) {
  .free .lead .lead-span {
    text-shadow: 2px 2px 0 #fff;
  }
}
.free .free-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .free .free-flex {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .free .free-flex {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .free .free-flex {
    display: block;
  }
}
.free .free-flex .left {
  width: 63%;
  position: relative;
}
.free .free-flex .left .catch {
  position: absolute;
  width: 150px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -80px;
}
@media screen and (max-width: 767px) {
  .free .free-flex .left .catch {
    width: 90px;
    left: 49%;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .free .free-flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.free .free-flex .right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .free .free-flex .right {
    width: 100%;
  }
}

.contact-wrap-black {
  padding: 32px 30px;
  background: #222222;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrap-black {
    padding: 30px 20px;
  }
}
.contact-wrap-black .dt {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-wrap-black a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffd933;
  display: block;
}
.contact-wrap-black a:hover {
  opacity: 0.6;
}
.contact-wrap-black .row {
  margin-bottom: 13px;
}
.contact-wrap-black .row input {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.contact-wrap-black .row .required {
  background: #ff5577;
  padding: 2px 5px;
  color: #222222;
  font-size: 9px;
  border-radius: 8px;
}
.contact-wrap-black .check {
  font-size: 12px;
  margin-bottom: 30px;
}
.contact-wrap-black input[type=submit] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.contact-wrap-black .submit-design .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  margin: 0 auto;
  cursor: pointer;
  background: #00cc66;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  padding: 10px 20px 10px 60px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact-wrap-black .submit-design .flex {
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;
    font-size: 18px;
  }
}
.contact-wrap-black .submit-design .flex:hover {
  opacity: 0.6;
}
.contact-wrap-black .submit-design .icon {
  max-width: 20px;
}
@media screen and (max-width: 767px) {
  .contact-wrap-black .submit-design .icon {
    max-width: 30px;
  }
}

.about2 {
  position: relative;
}
.about2 .wave {
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about2 .wave {
    max-width: 120px;
    top: -17px;
  }
}

@media screen and (max-width: 767px) {
  .about2 .img-detail {
    border: 1px solid #222222;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .service ul .step {
    top: -65px;
  }
}
.service2 {
  position: relative;
}
.service2 .wave {
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .service2 .wave {
    max-width: 120px;
    top: -17px;
  }
}
.service2 .lead span {
  text-shadow: 4px 4px 0 #ff5577;
}
.service2 ul li {
  background: #ff5577;
}
.service2 ul li::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .service2 ul li:nth-child(1) .img .wrap {
    width: 50%;
  }
}
.service2 ul li:nth-child(2) .img .wrap {
  width: 63%;
}
.service2 ul li:nth-child(3) .img .wrap {
  left: 60%;
}
@media screen and (max-width: 767px) {
  .service2 ul li:nth-child(3) .img .wrap {
    width: 60%;
    -webkit-transform: translateX(17%);
            transform: translateX(17%);
  }
}

@media screen and (max-width: 767px) {
  .service ul li {
    padding: 55px 20px 35px;
  }
}

.step-section {
  background: #f6f6f6;
  position: relative;
}
.step-section .wave {
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .step-section .wave {
    max-width: 120px;
    top: -17px;
  }
}
.step-section .lead {
  color: #222222;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .step-section .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .step-section .lead {
    font-size: 5vw;
    white-space: nowrap;
  }
}
.step-section .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #49bc83;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .step-section .lead span {
    text-shadow: 2px 2px 0 #49bc83;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.step-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00cc66;
  border-radius: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-section ul li {
    display: block;
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
.step-section ul li::after {
  position: absolute;
  content: "";
  bottom: -59px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 35px;
  height: 55px;
  left: 50%;
  z-index: 2;
  background: url(../img/next.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .step-section ul li::after {
    width: 25px;
    height: 39px;
    bottom: -46px;
  }
}
.step-section ul li:last-child {
  margin-bottom: 0;
}
.step-section ul li:last-child::after {
  display: none;
}
.step-section ul li .left {
  width: 300px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-section ul li .left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step-section ul li .left .text {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .step-section ul li .left .text {
    font-size: 18px;
    padding: 0px;
    text-align: center;
  }
}
.step-section ul li .left .num {
  font-family: "Fredoka", sans-serif;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .step-section ul li .left .num {
    width: 30px;
    height: 30px;
    font-size: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
  }
}
.step-section ul li .left .num .num-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.step-section ul li .right {
  padding: 20px;
  width: calc(100% - 300px);
  background: #00cc66;
  border-radius: 0 60px 60px 0;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step-section ul li .right {
    width: 100%;
    margin-left: 0;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service2 ul li:nth-child(1) .img .wrap {
    width: 42%;
  }
  .service2 ul li:nth-child(2) .img .wrap {
    width: 47%;
  }
  .service2 ul li:nth-child(3) .img .wrap {
    width: 40%;
  }
}
.add-title1109 {
  display: block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .add-title1109 {
    font-size: 20px;
  }
}
.add-title1109 .add-wrap {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.add-title1109 .add-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  width: 70px;
  height: 2px;
  background: #222222;
}
.add-title1109 .add-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -90px;
  width: 70px;
  height: 2px;
  background: #222222;
}

.contact2 {
  background: #222222;
  border-radius: 80px 80px 0 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact2 {
    padding-bottom: 70px;
  }
}
.contact2 .lead {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact2 .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact2 .lead {
    font-size: 5vw;
    white-space: nowrap;
  }
}
.contact2 .lead span {
  font-size: 140%;
  color: #222222;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.contact2 .contact-wrap-black {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.contact2 .contact-wrap-black input {
  padding: 15px;
  border-radius: 8px;
}
.contact2 .contact-wrap-black .dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact2 .contact-wrap-black .required {
  font-size: 10px;
  padding: 3px 8px;
}
.contact2 .contact-wrap-black .row {
  margin-bottom: 40px;
}
.contact2 .check {
  font-size: 16px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact2 .check {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.contact2 .submit-design .flex {
  padding: 15px 20px 15px 60px;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact2 .submit-design .flex {
    max-width: 330px;
    margin: 0 auto;
    padding: 10px 20px 10px 40px;
    font-size: 18px;
  }
}
.contact2 .submit-design .text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact2 .submit-design .text {
    font-size: 18px;
  }
}
.contact2 .submit-design .icon {
  width: 40px;
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .contact2 .submit-design .icon {
    width: 30px;
    max-width: 30px;
  }
}

.required {
  font-weight: 600;
}

.contact2 .contact-wrap-black .required {
  font-weight: 600;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.contact .contact-wrap-black .required {
  position: relative;
  top: -1px;
}

textarea {
  height: 200px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .contact-wrap-black .row input {
    padding: 10px;
  }
  .contact-wrap-black .row {
    margin-bottom: 30px;
  }
  .contact-wrap-black .row .dt {
    font-size: 16px;
  }
  .contact-wrap-black .row .required {
    position: relative;
    top: -1px;
  }
  .contact-wrap-black .row .check {
    text-align: center;
  }
  .contact-wrap-black .check {
    text-align: center;
  }
  .contact2 .contact-wrap-black .row {
    margin-bottom: 30px;
  }
}
.vendor {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #222222;
}
.vendor .v-wrap {
  background: #f6f6f6;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .vendor .v-wrap {
    padding-bottom: 40px;
  }
}
.vendor .v-heading {
  background: #ffd933;
}
.vendor .v-heading h1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 80px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vendor .v-heading h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    text-align: left;
  }
}
.vendor .bread {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vendor .bread {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vendor .v-bottom {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vendor .v-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vendor .thumbnail {
  border-radius: 20px;
  margin-top: -40px;
  margin-bottom: 40px;
}
.vendor .thumbnail img {
  border-radius: 20px;
  border: 1px solid #222222;
}
.vendor .contents {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vendor .contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vendor .cat {
  margin-bottom: 20px;
}
.vendor .cat span {
  display: inline-block;
}
.vendor .cat .span0 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .vendor .cat .span0 {
    font-size: 14px;
  }
}
.vendor .cat .span {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .vendor .cat .span {
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 8px;
  }
}
.vendor .cat .span1 {
  background: #ff5577;
}
.vendor .cat .span2 {
  background: #00ccdd;
}
.vendor .cat .span3 {
  background: #00cc66;
}
.vendor .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vendor .area {
    margin-bottom: 10px;
  }
}
.vendor .area .icon {
  width: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .vendor .area .icon {
    width: 14px;
  }
}
.vendor .area .text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .vendor .area .text {
    font-size: 14px;
  }
}
.vendor .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vendor .tel {
    margin-bottom: 10px;
  }
}
.vendor .tel a {
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vendor .tel a:hover {
  opacity: 0.6;
}
.vendor .tel .tel-left {
  font-size: 18px;
  margin-right: 6px;
}
.vendor .tel .tel-right {
  font-size: 40px;
  font-family: "Fredoka", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .vendor .tel .tel-right {
    font-size: 26px;
  }
}

.dl-row {
  border-top: 1px solid #222222;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .dl-row {
    padding: 0px 0;
  }
}
.dl-row:last-child {
  border-bottom: 1px solid #222222;
}
.dl-row .dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dl-row .dl-flex {
    display: block;
  }
}
.dl-row .dl-flex .dt {
  width: 180px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dl-row .dl-flex .dt {
    width: 100%;
    padding: 10px 0 5px;
    font-size: 14px;
  }
}
.dl-row .dl-flex .dd {
  width: calc(100% - 220px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dl-row .dl-flex .dd {
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.contents-main {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .contents-main {
    padding: 40px 0;
  }
}
.contents-main p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents-main p {
    font-size: 14px;
  }
}

.price-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price-title {
    font-size: 14px;
  }
}

.vendor .row2 {
  max-width: 450px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #222222;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .vendor .row2 {
    padding: 10px 0;
    font-size: 13px;
  }
}
.vendor .row2:last-child {
  border-bottom: 1px solid #222222;
}
.vendor .row2 .dt2 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .vendor .row2 .dt2 {
    width: 100px;
  }
}
.vendor .row2 .dd2 {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .vendor .row2 .dd2 {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .vendor .v-wrap {
    padding-bottom: 60px;
  }
}
.single .v-heading {
  background: transparent !important;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .single .v-heading {
    padding-top: 44px;
  }
}
.single .v-heading h1 {
  text-align: left;
  border-left: 4px solid #222222;
  padding: 0 15px;
  padding-left: 10px;
  margin: 20px auto 20px;
}
@media screen and (max-width: 767px) {
  .single .v-heading h1 {
    margin: 20px auto 30px;
    padding-left: 10px;
    padding: 0 15px 0px 10px;
    border-left: 3px solid #222222;
    font-size: 20px;
    margin-left: 10px;
  }
}
.single .thumbnail {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single .thumbnail {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.single .contents-main {
  padding: 20px 0;
}
.single .heading0 {
  max-width: 800px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single .heading0 {
    margin: 0 auto 20px;
    padding: 0 15px;
  }
}
.single .heading0 .time {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .single .heading0 .time {
    font-size: 14px;
  }
}
.single .heading0 .category {
  background: #222222;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 0 10px 0 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single .heading0 .category {
    font-size: 14px;
  }
}

.contents-main {
  overflow: hidden;
}
.contents-main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 2px solid #222222;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contents-main h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.contents-main h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.contents-main h3::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1000px;
  left: 110%;
  background: #222222;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .contents-main h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.contents-main p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents-main p {
    margin-bottom: 20px;
  }
}
.contents-main ul li {
  list-style: inside;
  margin-bottom: 10px;
}

.btn00 {
  margin-top: 100px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .btn00 {
    margin-top: 50px;
  }
}

.person-info {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #222222;
  max-width: 800px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .person-info {
    margin: 20px auto;
    display: block;
    padding: 2cap;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.person-info .p-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .person-info .p-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
  }
}
.person-info .p-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .person-info .p-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
  }
}
.person-info .p-right {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .person-info .p-right {
    width: 100%;
  }
}
.person-info .p-right .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .person-info .p-right .name {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.person-info .p-right .p-text {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .person-info .p-right .p-text {
    font-size: 14px;
  }
}

.thanks {
  text-align: center;
  margin-top: 60px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .thanks {
    font-size: 16px;
    margin-top: 30px;
  }
}

.privacy {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 0 20px;
  }
}
.privacy h1 {
  font-size: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.privacy h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 14px;
  }
}
.privacy ul li {
  list-style: inside;
  margin: 5px 0;
}

.kanren {
  background: transparent;
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .kanren {
    padding-bottom: 50px;
  }
}

.k-title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .k-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pageSearch .search-sec {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ez-toc-title-container {
  text-align: center;
  color: #222222;
  margin-bottom: 15px;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .ez-toc-title-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }
}

#ez-toc-container.ez-toc-white {
  border-radius: 20px;
  padding: 30px 60px 40px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ez-toc-container.ez-toc-white {
    padding: 30px 20px;
  }
}

div#ez-toc-container ul li a {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container ul li a {
    font-size: 14px;
  }
}

#ez-toc-container a {
  color: #222222 !important;
  margin-bottom: 10px;
}

.vendor .cat .span2 {
  background: #ffd933;
}

.vendor .cat .span3 {
  background: #00cc66;
}

.vendor .cat .span4 {
  background: #00ccdd;
}

.vendor .cat .span5 {
  background: #0099dd;
}

.vendor .cat .span6 {
  background: #9977cc;
}

.vendor .cat .span7 {
  background: #999999;
}

.pageSearch .search-sec .main .lists .list .cat .span1 {
  background: #ff5577;
}

.pageSearch .search-sec .main .lists .list .cat .span2 {
  background: #ffd933;
}

.pageSearch .search-sec .main .lists .list .cat .span3 {
  background: #00cc66;
}

.pageSearch .search-sec .main .lists .list .cat .span4 {
  background: #0099dd;
}

.pageSearch .search-sec .main .lists .list .cat .span5 {
  background: #0099dd;
}

.pageSearch .search-sec .main .lists .list .cat .span6 {
  background: #9977cc;
}

.pageSearch .search-sec .main .lists .list .cat .span7 {
  background: #999999;
}

@media screen and (max-width: 360px) {
  .lead-span20241118 {
    font-size: 120% !important;
  }
}

.check input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.check .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
.check .wpcf7-list-item-label::before {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #222222;
  content: "";
}
.check .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(218deg);
          transform: translateY(-50%) rotate(218deg);
  left: 7px;
  width: 5px;
  height: 20px;
  border-top: 5px solid #222222;
  border-left: 5px solid #222222;
  content: "";
  opacity: 0;
}
.check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.check a {
  color: #222222 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.check a:hover {
  opacity: 0.6;
}

.free .check a {
  display: inline-block;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.free .check a:hover {
  opacity: 0.6;
}
.free .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
}
.free .wpcf7-list-item-label::before {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1.5px solid #fff;
  content: "";
}
.free .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(218deg);
          transform: translateY(-50%) rotate(218deg);
  left: 7px;
  width: 4px;
  height: 18px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  content: "";
  opacity: 0;
}

.contact2 .check a {
  display: inline-block;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.contact2 .check a:hover {
  opacity: 0.6;
}
.contact2 .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.contact2 .wpcf7-list-item-label::before {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #fff;
  content: "";
}
.contact2 .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(218deg);
          transform: translateY(-50%) rotate(218deg);
  left: 7px;
  width: 5px;
  height: 20px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  content: "";
  opacity: 0;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.pageSearch .search-sec .main .lists .list .cat .span {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .vendor .cat .span {
    margin-bottom: 7px;
  }
}
.pageSearch .search-sec .main .lists .list .cat .span4 {
  background: #00ccdd;
}

.pageSearch .search-sec .main .lists .list .img .img-wrap a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageSearch .search-sec .main .lists .list .img .img-wrap a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .category-sec .wrap .lists .list:nth-child(n+4) {
    border-bottom: none;
  }
  .category-sec .wrap .lists .list:nth-child(n+7) {
    border-bottom: 1.5px solid #222222;
    border-top: 1.5px solid #222222;
  }
}
@media screen and (max-width: 767px) {
  .category-sec .wrap .lists .list:nth-child(9) {
    border-top: none;
    border-right: 1.5px solid #222222;
  }
}
.category-sec .wrap .lists .list:nth-child(7) {
  background: #dfe7f8;
}

.category-sec .wrap .lists .list:nth-child(8) {
  background: #ffcc99;
}

.category-sec .wrap .lists .list:nth-child(9) {
  background: #cc9966;
}

.category-sec .wrap .lists .list:nth-child(10) {
  background: #c8b975;
}

.category-sec .wrap .lists .list:nth-child(11) {
  background: #e1a1ae;
}

.pageSearch .search-sec .sub .ul .li:nth-child(8),
.pageSearch .search-sec .main .lists .list .cat .span8,
.vendor .cat .span8 {
  background: #dfe7f8;
}

.pageSearch .search-sec .sub .ul .li:nth-child(9),
.pageSearch .search-sec .main .lists .list .cat .span9,
.vendor .cat .span9 {
  background: #ffcc99;
}

.pageSearch .search-sec .sub .ul .li:nth-child(10),
.pageSearch .search-sec .main .lists .list .cat .span10,
.vendor .cat .span10 {
  background: #cc9966;
}

.pageSearch .search-sec .sub .ul .li:nth-child(7) {
  background: #dfe7f8;
}

.pageSearch .search-sec .sub .ul .li:nth-child(8) {
  background: #ffcc99;
}

.pageSearch .search-sec .sub .ul .li:nth-child(9) {
  background: #cc9966;
}

.pageSearch .search-sec .sub .ul .li:nth-child(12) {
  background: #999;
}

.header-lp .logo {
  padding: 4px 20px;
}
.header-lp a {
  text-align: center;
}
.header-lp .tel-area {
  background: #ffd933;
  padding: 16px 22px;
  height: 97px;
}
.header-lp .tel-area a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-lp .tel-area a:hover {
  opacity: 0.6;
}
.header-lp .tel-area a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-lp .tel-area a .flex .icon {
  width: 24px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.header-lp .tel-area a .flex .num {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}
.header-lp .tel-area a .attention {
  font-size: 16px;
  margin-top: 4px;
  text-align: center;
  color: #222222;
}
.header-lp .mail-area a {
  height: 97px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px 20px;
  background: #9978CC;
  display: block;
}
.header-lp .mail-area a:hover {
  opacity: 0.6;
}
.header-lp .mail-area a img {
  min-width: 35px;
  max-width: 35px;
}
.header-lp .line-area a {
  height: 97px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #06C755;
  padding: 11.7px 20px;
  display: block;
}
.header-lp .line-area a:hover {
  opacity: 0.6;
}
.header-lp .line-area a img {
  min-width: 35px;
  max-width: 35px;
}
.header-lp .text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}

.cta-run {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cta-run a {
  text-align: center;
}
.cta-run .tel-area {
  background: #ffd933;
  padding: 18px 5px 13px;
  width: 100%;
  text-align: center;
}
.cta-run .tel-area a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-run .tel-area a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-run .tel-area a .flex .icon {
  width: 20px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.cta-run .tel-area a .flex .num {
  color: #222222;
  font-size: 23px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .cta-run .tel-area a .flex .num {
    font-size: 6vw;
  }
}
@media screen and (max-width: 340px) {
  .cta-run .tel-area a .flex .num {
    font-size: 5.5vw;
  }
}
.cta-run .tel-area a .attention {
  font-size: 13px;
  margin-top: 4px;
  text-align: center;
  color: #222222;
}
.cta-run .mail-area a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px 0px;
  background: #9978CC;
  display: block;
}
.cta-run .mail-area a img {
  min-width: 35px;
  max-width: 35px;
}
.cta-run .line-area a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #06C755;
  padding: 11.7px 0px;
  display: block;
}
.cta-run .line-area a img {
  min-width: 35px;
  max-width: 35px;
}
.cta-run .text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
  padding: 0 4px;
  white-space: nowrap;
}
.cta-run .attention2 {
  color: #222222;
  font-size: 12px;
  margin-top: 3px;
}

.cta-run .tel-area {
  background: #ffd933;
  padding: 13px 5px 7px;
  width: 100%;
  text-align: center;
}

.cta-run-flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 73px;
  }
}

@media screen and (max-width: 767px) {
  .header-lp .tel-area a .flex .icon {
    width: 14px;
    top: 1px;
  }
  .header-lp .tel-area a .flex .num {
    font-size: 18px;
  }
  .header-lp .tel-area a .attention {
    font-size: 12px;
  }
  .header-lp .tel-area {
    background: #ffd933;
    padding: 10px 10px;
  }
  .header-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-lp .logo {
    padding: 20px 15px;
  }
  .header-lp .tel-area {
    padding: 26.3px 18px;
  }
  .header .header-right ul li {
    margin-right: 20px;
  }
  .header .header-right ul li a {
    font-size: 14px;
  }
}
.header-inner {
  padding-right: 0;
}

.header-btn {
  max-width: 220px;
  margin-right: 10px;
}

.header-lp .line-area a {
  padding: 15px 20px;
}

.header-lp .text {
  white-space: nowrap;
}

.header-lp .line-area a {
  padding: 23px 20px 15px;
}

.header-lp .mail-area a {
  padding: 22px 20px;
}

.header-lp .logo {
  margin-right: 5px;
}

@media screen and (max-width: 1230px) {
  .header .header-right ul li a {
    font-size: 11.5px;
    margin-right: 12px;
  }
  .header-btn {
    max-width: 200px;
    margin-right: 10px;
  }
  .header-lp .mail-area a,
  .header-lp .line-area a,
  .header-lp .tel-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .header-lp .mail-area a,
  .header-lp .line-area a {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header-lp .tel-area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-lp .tel-area {
    display: block;
  }
  .header-lp .tel-area {
    height: auto;
    margin-right: 60px;
  }
  .header-lp .logo {
    padding: 9px 20px;
  }
  .header-lp .logo {
    padding: 7.5px 9px;
  }
}
#contact {
  position: relative;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .cta-run .tel-area {
    background: #ffd933;
    padding: 6px 5px 7px;
    width: 100%;
    text-align: center;
  }
}
.cta-run-heading {
  text-align: center;
  background: #fff;
  font-weight: bold;
  padding: 5px 0;
  font-size: 13.5px;
}

.cta-run .tel-area a .attention {
  font-size: 16px !important;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
  .cta-run .tel-area a .attention {
    font-size: 4.4vw !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .header-lp .tel-area a .flex .num {
    font-size: 12px;
  }
  .header-lp .tel-area a .attention {
    font-size: 9px;
  }
  .header-lp .tel-area a .flex .icon {
    width: 12px;
    top: -2px;
  }
}
@media screen and (max-width: 360px) {
  .header-lp .tel-area a .flex .num {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .header-lp .tel-area a .attention {
    font-size: 8px;
    white-space: nowrap;
  }
}
.mv-bottom-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-section {
    margin-bottom: 30px;
  }
}

.mv-bottom-section .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
  -webkit-text-decoration: #f00 wavy underline;
  text-decoration: #f00 wavy underline;
  text-underline-offset: 9px;
}

@media screen and (max-width: 767px) {
  .mv-bottom-section .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .mv-bottom-section .title {
    font-size: 18px;
    text-underline-offset: 6px;
  }
}
.mv-bottom-section .img {
  max-width: 1000px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-section .img {
    margin: 0 auto 30px;
  }
}
.mv-bottom-section .img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-bottom-section .img a:hover {
  opacity: 0.6;
}

.youtube-section {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .youtube-section {
    padding-top: 20px;
  }
}
.youtube-section .move {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.youtube-section .move .move-wrap {
  position: relative;
  padding-top: 56.25%;
}
.youtube-section .move .move-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topContact .contact-wrap .check {
  text-align: left;
}

.topContact .contact-wrap .check2 .wpcf7-list-item-label {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}

.c-wrap-contact {
  display: none;
}

.topContact .contact-wrap .check2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topContact .contact-wrap .check2 {
    margin-bottom: 20px;
  }
}

.c-wrap-contact {
  display: none;
}

.tel-ate {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tel-ate {
    margin-top: 5px;
    font-size: 12px;
  }
}

.topContact .contact-wrap .check {
  text-align: center;
}

.topContact .contact-wrap .check2 {
  text-align: left;
}

.voice {
  background: #ffd933;
  position: relative;
}
.voice .lead {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .voice .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.voice .lead span {
  font-size: 140%;
  color: #fff;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #222222;
  text-shadow: 4px 4px 0 #222222;
}
@media screen and (max-width: 767px) {
  .voice .lead span {
    text-shadow: 2px 2px 0 #222222;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.voice .wave {
  max-width: 250px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .voice .wave {
    max-width: 120px;
    top: -17px;
  }
}
.voice .boxes {
  background: #fff;
  padding: 30px 25px 20px;
  border: 1px solid #222222;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 0 #222222;
          box-shadow: 3px 3px 0 #222222;
}
@media screen and (max-width: 767px) {
  .voice .boxes {
    padding: 30px 20px;
  }
}
.voice .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice .slick-track .boxes {
  height: 100%;
  margin: 0 10px;
}
.voice .slick-track .slick-slide {
  height: auto !important;
}
.voice .slick-list {
  overflow: visible;
}

.voice-slider .heading {
  font-size: 15px;
  line-height: 1.5;
  min-height: 177px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .voice-slider .heading {
    min-height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .voice-slider .heading {
    min-height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .voice-slider .heading {
    min-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .voice-slider .heading {
    font-size: 14px;
    min-height: 150px;
  }
}
.voice-slider .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #222;
  padding-top: 15px;
}
.voice-slider .bottom .icon {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.voice-slider .bottom .name {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-slider .bottom .name {
    font-size-adjust: 14px;
  }
}
.voice-slider .slick-next:before,
.voice-slider .slick-prev:before {
  opacity: 1;
}
.voice-slider .slick-next::before {
  background: url(../img/voice-next.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .voice-slider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.voice-slider .slick-next {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #222;
  right: -100px;
}
@media screen and (max-width: 1100px) {
  .voice-slider .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .voice-slider .slick-next {
    width: 50px;
    height: 50px;
    right: -25px;
  }
}
.voice-slider .slick-prev {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #222;
  left: -95px;
}
@media screen and (max-width: 1100px) {
  .voice-slider .slick-prev {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .voice-slider .slick-prev {
    width: 50px;
    height: 50px;
    left: -25px;
  }
}
.voice-slider .slick-prev::before {
  background: url(../img/voice-prev.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .voice-slider .slick-prev::before {
    width: 30px;
    height: 30px;
  }
}
.voice-slider .slick-prev {
  z-index: 6;
}

.about2 .box0201 {
  border: 1px solid #222222;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about2 .box0201 {
    border-radius: 20px;
  }
}
.about2 .add-wrap0201 {
  padding: 30px 0;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .about2 .add-wrap0201 {
    padding: 20px 20px;
  }
}
.about2 .add-title0201 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about2 .add-title0201 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.about2 .move {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.about2 .move .move-wrap {
  position: relative;
  padding-top: 56.25%;
}
.about2 .move .move-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageSearch .search-sec .main .lists .list {
  overflow: hidden;
}

.bottom0202 .flex0202 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bottom0202 .flex0202 {
    display: block;
  }
}
.bottom0202 .flex0202 a {
  text-align: center;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.5px solid #b6b4b4;
}
.bottom0202 .flex0202 a:hover {
  opacity: 0.6;
}
.bottom0202 .btn1 a {
  background: #FAFAFA;
  color: #47859D;
  -webkit-box-shadow: 0 2px 4px #eee;
          box-shadow: 0 2px 4px #eee;
  border-radius: 5px;
  padding: 8px 2px;
  display: block;
  background: #fff;
}
.bottom0202 .btn2 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1db6f0), color-stop(60%, #19a1d5), to(#1582ad));
  background: linear-gradient(180deg, #1db6f0 0, #19a1d5 60%, #1582ad);
  color: #fff;
  -webkit-box-shadow: 0 2px 4px #eee;
          box-shadow: 0 2px 4px #eee;
  border-radius: 5px;
  padding: 8px 2px;
}
.bottom0202 .f-btn {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .bottom0202 .f-btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
.bottom0202 .f-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom0202 .f-btn a .tel-icon {
  width: 20px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .bottom0202 .f-btn a .tel-icon {
    width: 17px;
    margin-right: 2px;
  }
}
.bottom0202 .f-btn a .btn-text {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bottom0202 .f-btn a .btn-text {
    font-size: 12px;
  }
}
.pageSearch .search-sec .main .lists .list {
  border-radius: 0;
}

.vendor .tel .tel-right {
  font-size: 20px;
  font-weight: 400;
}

.dl-row a {
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dl-row a:hover {
  opacity: 0.6;
}

.cta0202 {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cta0202 {
    max-width: 280px;
  }
}
.cta0202 .attention {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  background: #ddf1f9;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .cta0202 .attention {
    font-size: 11px;
  }
}
.cta0202 .tel-icon {
  width: 40px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .cta0202 .tel-icon {
    width: 30px;
    margin-right: 4px;
  }
}
.cta0202 .btn-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cta0202 .btn-text {
    font-size: 14px;
  }
}
.cta0202 .btn-text span {
  font-weight: 700;
  font-size: 170%;
}
.cta0202 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1db6f0), color-stop(60%, #19a1d5), to(#1582ad));
  background: linear-gradient(180deg, #1db6f0 0, #19a1d5 60%, #1582ad);
  color: #fff;
  -webkit-box-shadow: 0 2px 4px #eee;
          box-shadow: 0 2px 4px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 8px 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta0202 a:hover {
  opacity: 0.6;
}

.cta0202-2 {
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cta0202-2 {
    margin-top: 30px;
  }
}

.bottom0202 .btn2 a {
  color: #fff;
  background: #eb6100;
  border-bottom: 5px solid #b84c00;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.bottom0202 .btn2 a:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
  opacity: 1;
}

.cta0202 a {
  background: #eb6100;
}

.cta0202 .attention {
  background: #fff;
}

.bottom0202 .btn1 a {
  background: #fff;
  border-bottom: 5px solid #47859D;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.bottom0202 .btn1 a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #47859D;
  opacity: 1;
}

.pageSearch .search-sec .main .lists .list .contents {
  min-height: 172px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .contents {
    min-height: 215px;
  }
}

@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list .heading .title {
    min-height: 63px;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
.popup h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.popup h2 a {
  color-interpolation-filters: #222222;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}
.popup h2 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .popup h2 {
    font-size: 16px;
  }
}
.popup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup ul li {
  width: 33.333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .popup ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.popup ul li a {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .popup ul li a {
    font-size: 14px;
  }
}
.popup ul li a:hover {
  opacity: 0.6;
}
.popup .close {
  cursor: pointer;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .popup .close {
    width: 20px;
  }
}
.popup .close:hover {
  opacity: 0.6;
}

.popup-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 10% auto;
  background: #fff;
  padding: 2em;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .popup-content {
    padding: 20px;
  }
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

.popup h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.popup h2 a {
  color-interpolation-filters: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.popup h2 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .popup h2 {
    font-size: 16px;
  }
}
.popup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup ul li {
  width: 33.333%;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .popup ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.popup ul li a {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .popup ul li a {
    font-size: 14px;
  }
}
.popup ul li a:hover {
  opacity: 0.6;
}

.popup .close {
  cursor: pointer;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 5px;
}

@media screen and (max-width: 1000px) {
  .popup .close {
    width: 20px;
  }
}
.popup .close:hover {
  opacity: 0.6;
}

.popup-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 10% auto;
  background: #fff;
  padding: 2em;
  border-radius: 8px;
}

@media screen and (max-width: 1000px) {
  .popup-content {
    padding: 20px;
  }
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.pageSearch .search-sec .sub .bottom input[type=radio] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.pageSearch .search-sec .sub .bottom input[type=radio]:checked + a::before {
  background: #000;
}

.top-search .s-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .top-search .s-flex {
    display: block;
  }
}
.top-search .s-flex .item {
  width: 32%;
  font-size: 18px;
}

@media screen and (max-width: 1000px) {
  .top-search .s-flex .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .top-search .s-flex .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-search .s-flex .item:last-child {
    margin-bottom: 0;
  }
}
.top-search .s-flex .item select {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 20px;
}

.top-search .s-flex .item input {
  border: 1px solid #0077cc;
  border-radius: 30px;
  padding: 10px 20px;
  background: #0077cc;
  color: #fff;
  text-align: left;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  cursor: pointer;
}

.top-search .s-flex .item input:hover {
  opacity: 0.6;
}

.top-search .s-flex .item1 {
  position: relative;
}

.top-search .s-flex .item1::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  width: 10px;
  height: 10px;
  content: "";
  pointer-events: none;
  background: url(../img/select-arrow.png) no-repeat center center/cover;
}

.top-search .s-flex .item2 {
  position: relative;
}

.top-search .s-flex .item2::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  width: 12px;
  height: 15px;
  pointer-events: none;
  content: "";
  background: url(../img/tri.png) no-repeat center center/cover;
}

.box22 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .box22 {
    margin-top: 40px;
  }
}
.box22 .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box22 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .category-sec .wrap .lists .list:nth-child(n+10) {
    border-bottom: 1.5px solid #222222;
    border-top: 1.5px solid #222222;
    border-top: none;
  }
  .category-sec .wrap .lists .list:nth-child(12) {
    border-bottom: none;
  }
}
.category-sec .wrap .lists .list:nth-child(12) {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .category-sec .wrap .lists .list:nth-child(9) {
    border-right: none;
  }
  .category-sec .wrap .lists .list:nth-child(n+5) {
    border-bottom: none;
  }
  .category-sec .wrap .lists .list:nth-child(7) {
    border-bottom: 1.5px solid #222;
  }
  .category-sec .wrap .lists .list:nth-child(11) {
    border-bottom: 1.5px solid #222;
  }
  .category-sec .wrap .lists a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}
.pageSearch .search-sec .sub .ul .li:nth-child(10) {
  background: #c8b975;
}

.pageSearch .search-sec .sub .ul .li:nth-child(11) {
  background: #e1a1ae;
}

.span-echo {
  background: #c8b975;
}

.span-aircon {
  background: #e1a1ae;
}
