@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+4) {
    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;
  }
}
.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;
}

.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: 1px solid #222222;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .pageSearch .search-sec .main .lists .list {
    border-radius: 0 0 5px 5px;
  }
}
@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;
}
.single .v-heading h1 {
  text-align: left;
  border-left: 4px solid #222222;
  padding: 0 15px;
  padding-left: 10px;
  margin: 40px 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;
}

/* ============================================================
   水漏れ
   ============================================================ */
/* --- アクセントカラー定義（変更したい場合はここだけ修正）--- */
:root {
  --accent-blue: #426fb0;
  --accent-blue-light: #eef4ff;
  --accent-green: #00bf63;
}
/* ============================================================
   h2 大見出し  【class: c-h2】
   ============================================================ */
.c-h2 {
  border-bottom: none !important;
  border-left: 6px solid var(--accent-blue) !important;
  background: linear-gradient(to right, var(--accent-blue-light) 0%, #f8faff 40%, transparent 100%);
  padding: 14px 20px !important;
  border-radius: 0 8px 8px 0;
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .c-h2 {
    padding: 12px 15px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
  }
}


/* ============================================================
   h3 中見出し  【class: c-h3】
   ============================================================ */
.c-h3 {
  display: block !important;
  border-left: 4px solid var(--accent-blue) !important;
  background: linear-gradient(to right, var(--accent-blue-light), transparent);
  padding: 8px 14px !important;
  border-radius: 0 4px 4px 0;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.c-h3::after {
  display: none !important; /* 既存の右伸び線を非表示 */
}
@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 16px !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
}

/* ============================================================
   症状ボックス ＋ トラブルグリッド
   【class: c-symptom-box / c-trouble-grid / c-trouble-item】
   同一ページで組み合わせて使用。
   c-trouble-grid は wp:html ブロック内で使用。PC2列・SP1列。
   CSS Subgrid で症状ボックスの高さを左右で揃えます。
   ============================================================ */

/* ---- 症状ボックス ---- */
.c-symptom-box {
  position: relative;
  border: 2px solid var(--accent-blue);
  padding: 24px 20px 16px;
  border-radius: 10px;
  margin: 20px 0;
}
.c-symptom-box__title {
  position: absolute;
  top: -14px;
  left: 15px;
  background: var(--accent-blue);
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.c-symptom-box ul {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}
.c-symptom-box ul li {
  list-style: none !important;
  padding: 8px 0 8px 1.6em !important;
  border-bottom: 1px dashed #a8c4e8 !important;
  position: relative;
  margin-bottom: 0 !important;
}
.c-symptom-box ul li:last-child {
  border-bottom: none !important;
}
.c-symptom-box ul li::before {
  content: "●" !important;
  color: var(--accent-blue);
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  line-height: 1;
}
.c-symptom-box ul li::marker {
  content: "" !important;
}

/* ---- トラブルグリッド ---- */

/* ---- ベース（全ブラウザ共通） ---- */
.c-trouble-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px;
  margin: 24px 0;
}
.c-trouble-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e8f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.c-trouble-item .c-h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  font-size: 15px !important;
  flex-shrink: 0;
}
.c-trouble-item img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  flex-shrink: 0;
}
.c-trouble-item .c-symptom-box {
  margin: 12px 16px !important;
  flex-shrink: 0;
}
/* テキスト本文ラッパーあり */
.c-trouble-item__body {
  flex: 1;
  padding: 4px 16px 16px !important;
}
.c-trouble-item__body p {
  font-size: 14px !important;
  line-height: 1.8;
  margin: 0 0 8px !important;
}
.c-trouble-item__body p:last-child {
  margin-bottom: 0 !important;
}
/* ラッパーなし（c-trouble-item__body がない場合）のフォールバック */
.c-trouble-item > p {
  font-size: 14px !important;
  padding: 0 16px !important;
  line-height: 1.8;
  margin: 0 0 8px !important;
}

/* ---- CSS Subgrid 強化（症状ボックスの高さを左右で揃える） ---- */
/* 対応: Chrome117+ / Safari16+ / Firefox71+  */
@supports (grid-template-rows: subgrid) {
  .c-trouble-grid {
    /* h3 / img / symptom / body の4行 × 2セット + 24px の隙間 */
    grid-template-rows: auto auto auto auto 24px auto auto auto auto;
    row-gap: 0;
    column-gap: 24px;
  }
  .c-trouble-item {
    display: grid;
    grid-template-rows: subgrid;
    flex-direction: unset;
  }
  /* 1・2枚目：行1〜4 */
  .c-trouble-item:nth-child(1) { grid-row: 1 / 5; grid-column: 1; }
  .c-trouble-item:nth-child(2) { grid-row: 1 / 5; grid-column: 2; }
  /* 3・4枚目：行6〜9（行5が24pxの隙間） */
  .c-trouble-item:nth-child(3) { grid-row: 6 / 10; grid-column: 1; }
  .c-trouble-item:nth-child(4) { grid-row: 6 / 10; grid-column: 2; }
  /* subgrid内ではflexが外れるのでbodyをstretch */
  .c-trouble-item__body { flex: unset; align-self: stretch; }
}

/* ---- SP ---- */
@media screen and (max-width: 767px) {
  .c-trouble-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 16px !important;
  }
  .c-trouble-item {
    display: flex !important;
    flex-direction: column !important;
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .c-trouble-item img {
    height: 160px !important;
  }
  .c-trouble-item .c-h3 {
    font-size: 14px !important;
  }
}

/* ============================================================
   ポイントボックス c-point-box
   ============================================================ */
.c-point-box {
  border: 2px solid var(--accent-blue);
  border-radius: 10px;
  padding: 20px 25px;
  background: #fff;
  margin: 20px 0;
}
.c-point-box legend {
  font-weight: bold;
  padding: 4px 12px;
  font-size: 15px;
  background: #fff;
  border-radius: 4px;
}
.c-point-box legend::before {
  content: "📌";
  margin-right: 6px;
}
.c-point-box ul {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}
.c-point-box ul li {
  list-style: none !important;
  padding: 8px 0 8px 1.6em !important;
  border-bottom: 1px dashed #a8c4e8 !important;
  position: relative;
  margin-bottom: 0 !important;
}
.c-point-box ul li:last-child {
  border-bottom: none !important;
}
.c-point-box ul li::before {
  content: "✔";
  color: var(--accent-blue);
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.c-point-box ul li::marker {
  content: "" !important;
}

/* ============================================================
   特徴ボックス（黄色系）  【class: c-feature-box】
   ============================================================ */
.c-feature-box {
  border: 2px solid #f0c030;
  border-radius: 12px;
  padding: 20px 24px;
  background: #fffdf0;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.8;
}
.c-feature-box__title {
  display: inline-block;
  background: #f0c030;
  color: #5a3e00;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 16px;
  border-radius: 20px;
  margin: 0px!important;
}
.c-feature-box__title::before {
  content: "✔";
  margin-right: 6px;
}
.c-feature-box ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 14px !important;
}
.c-feature-box ul li {
  list-style: none !important;
  padding: 9px 0 9px 1.8em !important;
  border-bottom: 1px dashed #e8d060 !important;
  position: relative;
  margin-bottom: 0 !important;
}
.c-feature-box ul li:last-child {
  border-bottom: none !important;
}
.c-feature-box ul li::before {
  content: "✔";
  color: #c8960a;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
}
.c-feature-box ul li::marker {
  content: "" !important;
}
.c-feature-box > p:last-child {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0d060;
  font-size: 14px;
  color: #6b4c00;
  margin-bottom: 0;
}

/* ============================================================
   注意ボックス（ピンク系）  【class: c-caution-box】
   ============================================================ */
.c-caution-box {
  background: #fff5f7;
  border: 1px solid #f8bbc9;
  border-left: 8px solid #f06090;
  padding: 18px 24px;
  border-radius: 0 10px 10px 0;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.8;
}

/* ============================================================
   CTAボタン：角丸ピル型＋影＋ホバーアニメ
   ============================================================ */
.c-cta-wrap {
  text-align: center;
  padding: 20px 0;
}
.c-cta-btn {
  display: inline-block;
  background: var(--accent-green);
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 191, 99, 0.40);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.c-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0, 191, 99, 0.55);
  color: #fff !important;
  text-decoration: none !important;
}
.c-cta-micro {
  text-align: center;
  font-size: 14px!important;
  font-weight: bold;
  color: #555;
  margin-bottom: -10px!important;
  letter-spacing: 0.05em;
}
.c-cta-section {
  background: linear-gradient(135deg, #eef4ff 0%, #dceeff 100%);
  border: 2px solid var(--accent-blue);
  border-radius: 16px;
  padding: 32px 24px 28px;
  margin: 32px 0;
  text-align: center;
  box-shadow: 0 4px 20px rgba(66, 111, 176, 0.12);
}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    font-size: 15px;
    padding: 16px 30px;
    width: 90%;
    text-align: center;
  }
}

/* ============================================================
   相談事例テキスト（白背景の小テキスト）
   ============================================================ */
/* ============================================================
   相談事例テキスト / 相談ランキング
   【class: c-case-text / c-ranking-grid / c-ranking-card】
   同一ページ（相談ランキングセクション）で使用。
   ============================================================ */

/* -- 相談事例テキスト -- */
.c-case-text {
  background: #f5f8ff;
  border: 1px solid #dce8f8;
  border-left: 4px solid var(--accent-blue);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}
.c-case-text::before {
  content: "💬 相談事例";
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: var(--accent-blue);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

/* -- 相談ランキンググリッド（PC2列・SP1列） -- */
/* カード内で c-case-text を使う場合の調整 */
.c-ranking-card__body .c-case-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 10px 14px;
}
.c-ranking-card__body .c-case-text::before {
  font-size: 11px;
  margin-bottom: 4px;
}
.c-ranking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}
.c-ranking-card {
  background: #fff;
  border: 1px solid #e0e8f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}
.c-ranking-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 12px;
  border-bottom: 1px solid #eef4ff;
}
.c-ranking-card__badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-blue);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}
.c-ranking-card:nth-child(1) .c-ranking-card__badge { background: #c8a000; }
.c-ranking-card:nth-child(2) .c-ranking-card__badge { background: #8a9aaa; }
.c-ranking-card:nth-child(3) .c-ranking-card__badge { background: #a06040; }
.c-ranking-card:nth-child(4) .c-ranking-card__badge { background: var(--accent-blue); }
.c-ranking-card__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.c-ranking-card__title {
  font-size: 15px !important;
  font-weight: bold;
  color: var(--accent-blue);
  margin: 0 !important;
  line-height: 1.5;
  align-self: center;
}
.c-ranking-card__body {
  padding: 12px 16px 16px;
  flex: 1;
}
.c-ranking-card__text {
  font-size: 13px;
  color: #444;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-ranking-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* ============================================================
   カードボックス（施工事例・お客様の声・エリア一覧）
   【class: c-card-box】
   ============================================================ */
.c-card-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  padding: 22px 24px;
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.9;
  transition: box-shadow 0.25s ease;
}
.c-card-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.c-card-box__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.c-card-box__note {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0;
}
/* アバター付きお客様の声レイアウト */
.c-card-box__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.c-card-box__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50% !important;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e0e8f5;
  box-shadow: none !important;
}
.c-card-box__meta-info {
  flex: 1;
}
.c-card-box__meta-info .c-card-box__title {
  margin: 0 0 2px !important;
}
.c-card-box__meta-info .c-card-box__note {
  margin: 2px 0 0 !important;
}
/* テーマの p margin をリセット */
.c-card-box__meta p {
  margin: 0 !important;
  padding: 0 !important;
}
.c-card-box__body p {
  margin: 0 !important;
  padding: 0 !important;
}
.c-card-box__body {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.9;
}
.c-card-box__body::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 28px;
  color: var(--accent-blue);
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card-box {
    padding: 16px 18px;
  }
}

/* ============================================================
   ステップ   【c-step】
   ============================================================ */
    .c-step { margin: 24px 0; }
    .c-step__item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      position: relative;
      padding-bottom: 10px;
    }
    .c-step__item:last-child { padding-bottom: 0; }
    .c-step__item:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 19px;
      top: 40px;
      bottom: 0;
      width: 2px;
      background: #c8d8f0;
    }
    .c-step__number {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--accent-blue);
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
    }
    .c-step__content { flex: 1; padding-top: 8px; }
    .c-step__title {
      font-weight: bold;
      font-size: 16px!important;
      color: var(--accent-blue);
      margin-bottom: 4px!important;
    }

/* ============================================================
   FAQ   【c-faq】
   ============================================================ */
    .c-faq { margin: 24px 0; }
    .c-faq__item {
      border-bottom: 1px solid #dce8f8;
      padding: 18px 0;
    }
    .c-faq__q {
      font-weight: bold;
      font-size: 15px;
      color: #222;
      padding-left: 2.2em;
      position: relative;
      margin-bottom: 10px;
    }
    .c-faq__q::before {
      content: "Q";
      position: absolute;
      left: 0; top: 0;
      width: 25px; height: 25px;
      background: var(--accent-blue);
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .c-faq__a {
      font-size: 15px;
      color: #444;
      line-height: 1.8;
      padding-left: 2.2em;
      position: relative;
    }
    .c-faq__a::before {
      content: "A";
      position: absolute;
      left: 0; top: 0;
      width: 25px; height: 25px;
      background: var(--accent-green);
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

/* ============================================================
   エリアリスト  【c-area-list】
   ============================================================ */
    .c-area-list {
      background: #f5f8ff;
      border: 1px solid #dce8f8;
      border-radius: 8px;
      padding: 16px 20px;
      margin: 20px 0;
    }
    .c-area-list__title {
      font-size: 12px!important;
      color: #888;
      margin-bottom: 10px!important;
      letter-spacing: 0.08em;
    }
    .c-area-list ul {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 6px !important;
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .c-area-list ul li {
      list-style: none !important;
      margin: 0 !important;
      padding: 3px 10px !important;
      border-bottom: none !important;
      font-size: 13px;
      color: #555;
      background: #fff;
      border: 1px solid #d0dff5 !important;
      border-radius: 4px;
    }
    .c-area-list ul li::before { display: none !important; }
    .c-area-list ul li::marker { content: "" !important; }
    .c-area-list ul li a {
      color: inherit;
      text-decoration: none;
      display: block;
    }

/* ============================================================
    情報ボックス（助成金タイトルなど）  【class: c-subsidy-box】
   ============================================================ */
    .c-subsidy-box {
      border: 1px solid #c8d8f0;
      border-radius: 10px;
      overflow: hidden;
      margin: 20px 0!important;
    }
    .c-subsidy-box__name {
      background: var(--accent-blue);
      color: #fff;
      font-weight: bold;
      font-size: 15px!important;
      padding: 10px 18px;
      letter-spacing: 0.03em;
      margin-bottom: 0px !important;
    }
    .c-subsidy-box__name::before {
      content: "🏛 ";
    }
    .c-subsidy-box__body {
      padding: 14px 18px;
      background: #fff;
    }
    .c-subsidy-box__label {
      font-size: 14px!important;
      font-weight: bold;
      color: var(--accent-blue);
      letter-spacing: 0.08em;
      margin-bottom: 4px!important;
      margin-top: 12px;
    }
    .c-subsidy-box__label:first-child {
      margin-top: 0;
    }
    .c-subsidy-box__works {
      font-size: 14px;
      color: #333;
      line-height: 1.8;
      margin: 0;
    }
    .c-subsidy-box__works ul {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .c-subsidy-box__works ul li {
      list-style: none !important;
      padding: 2px 0 2px 1.4em !important;
      position: relative;
      margin-bottom: 0 !important;
      font-size: 14px;
      border-bottom: none !important;
    }
    .c-subsidy-box__works ul li::before {
      content: "・";
      position: absolute;
      left: 0;
      color: var(--accent-blue);
    }
    .c-subsidy-box__works ul li::marker {
      content: "" !important;
    }
    .c-subsidy-box__link {
      display: inline-block;
      font-size: 13px;
      color: var(--accent-blue);
      text-decoration: underline;
      word-break: break-all;
    }
    .c-subsidy-box__link:hover {
      opacity: 0.75;
    }
    .c-subsidy-box__supplement {
      display: block;
      font-size: 13px;
      color: #444;
      background: #f0f6ff;
      border-left: 3px solid var(--accent-blue);
      padding: 10px 10px;
      margin-top: 8px;
      border-radius: 0 4px 4px 0;
    }
    .c-subsidy-box__table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
      margin-top: 4px;
    }
    .c-subsidy-box__table th {
      background: var(--accent-blue-light);
      color: var(--accent-blue);
      font-weight: bold;
      padding: 8px 12px;
      border: 1px solid #c8d8f0;
      text-align: left;
    }
    .c-subsidy-box__table td {
      padding: 8px 12px;
      border: 1px solid #dce8f8;
      color: #333;
    }
    .c-subsidy-box__table tr:nth-child(even) td {
      background: #f5f8ff;
    }

/* ============================================================
    メーカーロゴグリッド  【class: c-maker-grid】
   ============================================================ */
    .c-maker-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin: 20px 0;
    }
    .c-maker-grid__item {
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .c-maker-grid__item img {
      max-width: 100%;
      max-height: 48px;
      object-fit: contain;
      filter: grayscale(20%);
      opacity: 0.85;
      transition: opacity 0.2s, filter 0.2s;
    }
    .c-maker-grid__item:hover img {
      opacity: 1;
      filter: grayscale(0%);
    }
    @media screen and (max-width: 767px) {
      .c-maker-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }
    }

/* ============================================================
   テーブル  【class: c-table】
   ============================================================ */
    .c-table {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      margin: 20px 0;
    }
    .c-table table {
      border-collapse: collapse;
      width: 100%;
    }
    .c-table thead tr th {
      background: var(--accent-blue);
      color: #fff;
      border-color: #5a80bf;
      padding: 13px 16px;
      font-weight: bold;
      text-align: center;
    }
    .c-table tbody tr td {
      border: 1px solid #dce8f8;
      padding: 12px 16px;
    }
    .c-table tbody tr:nth-child(even) td {
      background: #f5f8ff;
    }
    @media screen and (max-width: 767px) {
      .c-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
      .c-table table { min-width: 480px; }
      .c-table thead tr th,
      .c-table tbody tr td { padding: 9px 10px; font-size: 13px; }
    }

/* ============================================================
   施工事例カード  【class: c-case-grid】
   ============================================================ */

    .c-case-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin: 24px 0;
    }
    .c-case-card {
      background: #fff;
      border: 1px solid #e0e8f5;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 3px 14px rgba(0,0,0,0.08);
    }
    .c-case-card__title {
      background: var(--accent-blue);
      color: #fff;
      font-weight: bold;
      font-size: 15px !important;
      padding: 10px 18px;
      margin: 0 !important;
      letter-spacing: 0.03em;
    }
    .c-case-card__title::before { content: "🔧 "; }
    .c-case-card__img {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }
    .c-case-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    .c-case-card__body { padding: 16px 20px; }
    .c-case-card__label {
      font-size: 12px;
      font-weight: bold;
      color: var(--accent-blue);
      letter-spacing: 0.06em;
      margin: 14px 0 4px;
      padding-left: 10px;
      border-left: 3px solid var(--accent-blue);
    }
    .c-case-card__label:first-child { margin-top: 0; }
    .c-case-card__text {
      font-size: 14px !important;
      color: #444;
      line-height: 1.8;
      margin: 0 !important;
    }
    @media screen and (max-width: 767px) {
      .c-case-grid { grid-template-columns: 1fr; gap: 16px; }
      .c-case-card__img { height: 180px; }
      .c-case-card__body { padding: 14px 16px; }
    }

/* ============================================================
   お問い合わせCTA（2カラム：電話＋フォームボタン）
   ============================================================ */

.c-contact-cta {
  background: #fff;
  border: 1px solid #e0e8f5;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  margin: 0 0 36px;
  text-align: center;
}

.c-contact-cta__top {
  background: #426fb0;
  padding: 18px 24px;
}

.c-contact-cta__top p {
  margin: 0 !important;
  padding: 0 !important;
}

.c-contact-cta__micro {
  font-size: 12px !important;
  color: rgba(255,255,255,0.85);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 4px !important;
}

.c-contact-cta__heading {
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  margin: 0 !important;
}

.c-contact-cta__grid {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 28px 24px;
}

.c-contact-cta__divider {
  width: 1px;
  height: 110px;
  background: #e0e8f5;
  margin: 0 28px;
}

.c-contact-cta__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.c-contact-cta__col p {
  margin: 0 !important;
  padding: 0 !important;
}

.c-contact-cta__label {
  font-size: 13px !important;
  font-weight: bold;
  color: #555;
  margin: 0 !important;
}

.c-contact-cta__tel {
  display: inline-block;
  font-size: 40px !important;
  font-weight: bold;
  color: #426fb0;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.c-contact-cta__tel:hover {
  color: #2d5090;
}

.c-contact-cta__hours {
  font-size: 12px !important;
  color: #888;
  margin: 0 !important;
}

.c-contact-cta__btn {
  display: inline-block;
  background: #426fb0;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 3px 10px rgba(66,111,176,0.3);
}

.c-contact-cta__btn:hover {
  background: #2d5090;
  transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
  .c-contact-cta__grid {
    grid-template-columns: 1fr !important;
    padding: 24px 20px;
    gap: 24px;
  }
  .c-contact-cta__divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }
  .c-contact-cta__tel {
    font-size: 30px !important;
  }
}