@charset "UTF-8";


/*==============================================
　テキスト
==============================================*/
.eng {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.txt {
  line-height: 1.7;
}

.txt a {
  text-decoration: underline;
}

.txt.center {
  text-align: center;
}

.t-green {
  color: #53af9b;
}

.t-large {
  font-size: 3.2rem;
}

.t-medium {
  font-size: 2.5rem;
}

.t-orange {
  color: #edb451;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(255, 220, 63, 0.4) 60%);
}

.dot {
  position: relative;
  display: inline-block;
}

.dot:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #edb451;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
}


/*==============================================
　タイトル
==============================================*/
/*　c-title01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-title01 {
  text-align: center;
  line-height: 1.7;
  font-size: 4.4rem;
  font-weight: 900;
  margin-bottom: 72px;
}

.c-title01 small {
  font-size: 2.6rem;
}

.c-title01 + .txt {
  text-align: center;
  font-size: 1.8rem;
}


/*==============================================
　ボタン
==============================================*/
/*　c-btn01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-btn01 {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.c-btn01 .btn {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 24px;
  background: #edb451;
  border: 3px solid #fff;
  border-radius: 100px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

.c-btn01 img {
  width: 12px;
  margin-left: 10px;
}

/*　c-btn02
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-btn02 {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.c-btn02 .btn {
  display: block;
  padding: 24px;
  text-align: center;
  background: #53af9b;
  border: 3px solid #fff;
  border-radius: 100px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

.c-btn02 img {
  width: 13px;
  margin-left: 10px;
}


/*==============================================
　　Reset
==============================================*/
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a, a:hover, button, button:hover, img, article, input, textarea {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input, textarea, button {
  border: none;
  background: none;
}

button {
  cursor: pointer;
  display: block;
  width: 100%;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}


/*==============================================
　　Common
==============================================*/
/*　Layout -- Boxレイアウト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#wrapper {
  overflow: hidden;
  width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.outer {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.lpsc {
  padding: 128px 16px;
}

.confetti {
  position: absolute;
  border-radius: 6px;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.confetti > span {
  display: block;
  position: absolute;
  opacity: 0;
}

.confetti > span > span {
  display: block;
  width: 100%;
  height: 100%;
}

.confetti > span > span > span {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime 0.8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*  Width -- 横幅の指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}


/*　Link -- リンクの指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.txtLink,
.txtLink-hover:hover {
  text-decoration: underline;
}

a.link {
  text-decoration: underline;
  color: #edb451;
}

/*==============================================
　　campaign
==============================================*/
.mvCp {
  background-color: #f5ed0a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.mvCp a {
  display: block;
}
.mvCp img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}

.mvCp img {
  width: auto;
  margin: 0 auto;
}

.mvCp img:hover{
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.CpNewyear {
   background-color: #038650;
   position: relative;
   padding:10px ;
 }
.CpNewyear::before,
.CpNewyear::after {
   content: "";
   display: block;
   width: 13px;
   height: 3px;
   background: #fff;
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   top: -2px;
   border-radius: 3px;
 }
.CpNewyear::after {
  transform: rotate(90deg);
}

.CpAnniversary {
  background-color: #038650;
  position: relative;
  padding:10px ;
}
.CpAnniversary img{
  width: 100%;
  max-width: 597px!important;
}
/*
.CpAnniversary::before,
.CpAnniversary::after {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2px;
  border-radius: 3px;
}
.CpAnniversary::after {
  transform: rotate(90deg);
}
*/

/*==============================================
　　cta
==============================================*/
.cv_bg {
  position: relative;
  background: url(../img/blog_bg.jpg) no-repeat center center/cover;
}

.cv_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #53af9b;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.cv_txt {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 32px;
}

.cv_txt_small {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.cv_txt img {
  padding: 0 16px;
}

.cv_box {
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cv_box .inner {
  position: relative;
}

.cv_box .inner:before, .cv_box .inner:after {
  content: "";
  position: absolute;
  bottom: -68px;
}

.cv_box .inner:before {
  width: 358px;
  height: 273px;
  background: url(../img/illust_female.svg) no-repeat center bottom/100%;
  right: calc(100% - 64px);
}

.cv_box .inner:after {
  width: 339px;
  height: 259px;
  background: url(../img/illust_male.svg) no-repeat center bottom/100%;
  left: calc(100% - 64px);
}

/*==============================================
　　Header
==============================================*/
.header {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  transition: .1s;
}

.header.fixed {
  top: 0;
  transition: .1s;
}

.header_inner {
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.header_inner img {
  width: 250px;
  padding-left: 1rem;
}
.header_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_tel {
  padding-left: 32px;
  position: relative;
  background: url(../img/ico_tel.svg) no-repeat left top 5px/24px 30px;
}

.header_tel .num {
  font-size: 2.8rem;
}

.header_tel .num a {
  color: #000;
}

.header_tel .time {
  font-size: 1rem;
}

.header_nav_contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_nav_contact li {
  margin-left: 24px;
}

.header_nav_contact li a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 100px;
  color: #fff;
  transition: 0.2s;
}

.header_nav_contact li a .sub {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.header_nav_contact li a .main {
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 24px;
}

.header_nav_contact li.contact a {
  background: #53af9b;
}

.header_nav_contact li.contact a .main {
  background: url(../img/ico_mail.svg) no-repeat left center/18px 24px;
}

.header_nav_contact li.application a {
  background: #edb451;
}

.header_nav_contact li.application a .main {
  background: url(../img/ico_note.svg) no-repeat left center/20px 24px;
}

/*==============================================
　　Main
==============================================*/
/*　mv
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.mv {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

.mv .outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mv_left {
  width: 55%;
}

.mv_left_text {
  transform: translateX(13.5%);
}

.mv_right {
  width: 35%;
  position: relative;
}

.mv_illust {
  transform: translateY(50px);
  position: relative;
  z-index: 1;
  right: -5%;
}

.mv_fuki li {
  width: 140px;
  height: 182px;
  background: url(../img/fuki01.svg) no-repeat center center/100%;
  position: absolute;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.mv_fuki li:before {
  content: "";
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
}

.mv_fuki li:nth-child(1) {
  top: -30%;
  left: -25%;
}

.mv_fuki li:nth-child(1) {
  padding-top: 70px;
  line-height: 1.1;
}

.mv_fuki li:nth-child(1):before {
  width: 32px;
  height: 32px;
  background-image: url(../img/ico_free.svg);
}

.mv_fuki li:nth-child(2) {
  top: -30%;
  left: 35%;
}

.mv_fuki li:nth-child(2) {
  padding-top: 65px;
  line-height: 1.4;
}

.mv_fuki li:nth-child(2):before {
  width: 40px;
  height: 40px;
  background-image: url(../img/ico_24.svg);
}

.mv_fuki li:nth-child(3) {
  top: 16%;
  left: 5%;
}

.mv_fuki li:nth-child(3) {
  padding-top: 60px;
  line-height: 1.3;
}

.mv_fuki li:nth-child(3):before {
  width: 32px;
  height: 32px;
  background-image: url(../img/ico_time.svg);
}

.mv_fuki li:nth-child(3) small {
  font-size: 1.2rem;
  font-weight: 500;
}

.mv_top {
  margin-bottom: 2rem;
}

.mv_top span {
  display: inline-block;
  background-color: #53af9b;
  background-image: url(../img/ico_pencil.svg);
  background-position: center right 20px;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: .5rem 4rem .7rem 2.5rem;
  border-radius: 0 50px 50px 0;
  position: relative;
  left: 10%;
}

.mv_top span:before {
  content: "";
  width: 60px;
  height: 75px;
  background: url(../img/ico_begginer.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.mv_bottom {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2.5rem 0 4rem;
}

.mv_kome {
  font-size: 1rem;
  color: #999;
}

.mv_kome a{
  text-decoration: underline;
  color: #edb451;
}

.mv_cv {
  height: 200px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  overflow: hidden;
}

.mv_cv .inner {
  position: relative;
  z-index: 1;
}

.mv_cv .fuki {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.mv_free {
  margin-top: 20px;
}

@media only screen and (min-width: 1041px) {
  .fukidashi, .mv_catch_sp {
    display: none;
  }
}

/*　メニュー
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.menu_link ul {
  display: flex;
  justify-content: space-around;
  margin: 1rem auto;
  max-width: 960px;
}

.menu_link ul li {
  width: 20%;
  text-align: center;
  position: relative;
  padding: .7rem;
  cursor: pointer;
  border-right: 1px solid #ccc;
}

.menu_link ul li:first-child {
  border-left: 1px solid #ccc;
}

.menu_link ul li:hover {
  background: #f2f9f7;
}

.menu_link_icon {
  width: 20%;
}

.menu_link_arrow {
  width: 20px;
}

.menu_link p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0.3rem;
  font-weight: bold;
}

.menu_link p span {
  color: #53af9b;
}

/*　Section -- こんなお悩み
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.onayami {
  background: #fffdee;
  position: relative;
  padding-top: 96px;
}

.onayami:before, .onayami:after {
  content: "";
}

.onayami:before {
  width: 100%;
  height: 48px;
  background: url(../img/wave.svg) repeat-x center top/1480px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.onayami:after {
  width: 122px;
  height: 79px;
  background: url(../img/onayami_arrow.svg) no-repeat center bottom/100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.onayami_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.onayami_list li {
  width: 27.7%;
  position: relative;
  padding-bottom: 64px;
}

.onayami_list li:nth-child(1) .onayami_list_illust {
  width: 94px;
}

.onayami_list li:nth-child(2) .onayami_list_illust {
  width: 112px;
}

.onayami_list li:nth-child(3) .onayami_list_illust {
  left: calc(50% - 16px);
  width: 128px;
}

.onayami_list_txt {
  height: 266px;
  border: 4px solid #000;
  background: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-top: 32px;
}

.onayami_list_illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.onayami .c-title01 {
  position: relative;
}

.onayami .c-title01:after {
  content: "";
  width: 106px;
  height: 56px;
  background: url(../img/hatena.svg) no-repeat center center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(160px);
}

/*　Section -- エックスサーバーにおまかせください
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.omakase {
  position: relative;
}

.omakase_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.omakase_list li {
  width: 23.9%;
  margin: 0 32px;
  text-align: center;
}

.omakase_list li img {
  height: 120px;
  margin-bottom: 1.5rem;
}

.omakase_list_image {
  width: 120px;
  height: 142px;
  background: url(../img/fuki04.svg) no-repeat center top/100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}

.omakase_list_image img {
  display: inline-block;
}

.omakase_list_content .title {
  font-weight: 700;
  font-size: 2.1rem;
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

.omakase_list .title small {
  font-size: 12px;
  font-weight: normal;
  margin-left: .5rem;
}

.omakase_start {
  border-radius: 16px;
  background-color: #f2f9f7;
  background-image: url(../img/wp_logomark.png);
  background-repeat: no-repeat;
  background-position: left -56px bottom -56px;
  background-size: 344px;
  padding: 48px 40px;
  margin-top: 64px;
}

.omakase_start_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #53af9b;
  margin-bottom: 16px;
  font-weight: 700;
}

.omakase .c-title01 {
  position: relative;
}

.omakase .c-title01:before, .omakase .c-title01:after {
  content: "";
  position: absolute;
  top: 50%;
}

.omakase .c-title01:before {
  width: 166px;
  height: 161px;
  background: url(../img/omakase01.svg) no-repeat center center/100%;
  right: 100%;
  transform: translate(48px, -50%);
}

.omakase .c-title01:after {
  width: 163px;
  height: 161px;
  background: url(../img/omakase02.svg) no-repeat center center/100%;
  left: 100%;
  transform: translate(-48px, -50%);
}

/*　Section -- WordPressクイックスタートとは
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.quick {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 104px;
}

.quick_movie {
  position: absolute;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.quick_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.quick_movie video {
  width: 100%;
  transform: translateY(-30%);
}

.quick .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  padding-top: 88px;
}

.quick .c-title01 {
  color: #fff;
}

.quick_fuki {
  text-align: center;
}

.quick_fuki span {
  color: #fff;
  width: 460px;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 32px;
  background: url(../img/fuki_arrow.svg) no-repeat center bottom/100%;
  margin-bottom: 16px;
}

.quick_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.quick_list li {
  width: 210px;
}

.quick_list li:nth-child(1) img {
  width: 115px;
}

.quick_list li:nth-child(2) img {
  width: 144px;
}

.quick_list li:nth-child(3) img {
  width: 127px;
}

.quick_list_image {
  height: 210px;
  border: 4px solid #fff;
  background: #edb451;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.quick_list_title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

.quick_app {
  border: 4px solid #edb451;
  border-radius: 16px;
  background: #fff;
  margin-top: 80px;
  position: relative;
}

.quick_app:before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 8px 0 0 0;
  border-top: 4px solid #edb451;
  border-left: 4px solid #edb451;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.quick_app_content {
  padding: 40px;
}

.quick_app_content .txt {
  text-align: center;
}

.quick_app_image {
  max-width: 800px;
  margin: 24px auto 0;
}

.quick_app_title {
  padding: 16px;
  text-align: center;
  background: #edb451;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
}

.quick .check .title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.quick .check .t-green {
  font-size: 3rem;
  color: #53af9b;
  font-weight: bold;
  text-align: center;
}

.quick .check div {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}

.quick .check img {
  max-width: 300px;
}

.quick .check ul {
  max-width: 680px;
  margin: 0 auto;
}

.quick .check ul li {
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.quick .check ul li img {
  width: 22px;
  margin-right: .5rem;
}

/*　Section -- 事例
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.works {
  background: #f7f7f7;
  padding-top: 104px;
}

.works .quick_fuki span {
  color: #000;
  background-image: url(../img/fuki_arrow2.svg);
  width: 350px;
}

.works .quick_fuki span small {
  font-size: 50%;
}

.works p.annotation {
  text-align: center;
  margin-bottom: 40px;
}

.works .c-title01 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.works_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.works_list li {
  width: 30.35%;
  margin-right: 4.47%;
  margin-top: 56px;
}

.works_list li:nth-child(3n) {
  margin-right: 0;
}

.works_list li:nth-child(-n+3) {
  margin-top: 0;
}

.works_list_image {
  border: 1px solid #ccc;
  overflow: hidden;
}

.works_list_image a {
  display: block;
}

.works_list_image a img {
  transition: 0.2s;
}

.works_list_caption {
  margin-top: 16px;
  text-align: center;
}

.works_list_caption .genre span {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px 6px;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 1.1rem;
  color: #666;
}

.works_list_caption .title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.works_list_caption .url {
  font-size: 1.2rem;
  margin-top: 8px;
}

/*　Section -- 3つの理由
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.reason .title small {
  font-size: 50%;
}

.reason p.annotation {
  margin-top: 2rem;
}

.reason {
  position: relative;
}

.reason_list {
  counter-reset: number 0;
}

.reason_list li {
  border: 4px solid #000;
  border-radius: 16px;
  padding: 32px 72px;
  background: #fff;
  margin-top: 156px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason_list li:nth-child(odd) {
  border-color: #edb451;
}

.reason_list li:nth-child(even) {
  flex-direction: row-reverse;
  border-color: #53af9b;
}

@media screen and (min-width: 1041px) {
  .reason_odd_human {
    display: none;
  }

  .reason_list li:before, .reason_list li:after {
    font-family: din-2014, sans-serif;
    position: absolute;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    box-sizing: border-box;
  }

  .reason_list li:before {
    content: "REASON";
    position: absolute;
    bottom: calc(100% + 4px);
    height: 116px;
  }

  .reason_list li:after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    bottom: calc(100% + 28px);
    font-size: 4.5rem;
  }

  .reason_list li:nth-child(odd):before {
    width: 237px;
    background: url(../img/reason_odd.svg) no-repeat left bottom -2px/100%;
    left: 16px;
    padding: 24px 0 0 160px;
  }

  .reason_list li:nth-child(odd):after {
    left: 175px;
  }

  .reason_list li:nth-child(even):before {
    width: 227px;
    background: url(../img/reason_even.svg) no-repeat right bottom -2px/100%;
    right: 16px;
    padding: 24px 150px 0 0;
    text-align: right;
  }

  .reason_list li:nth-child(even):after {
    right: 165px;
  }
}

.reason_list_image {
  width: 260px;
}

.reason_list_content {
  width: calc(100% - 300px);
}

.reason_list_content .title {
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 16px;
}

.reason_list_content .txt {
  font-size: 1.6rem;
}

/*　Section -- サポートもばっちり
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.support {
  background: #f2f9f7;
}

.support .c-title01 {
  position: relative;
}

.support .c-title01:before, .support .c-title01:after {
  content: "";
  position: absolute;
  top: 50%;
}

.support .c-title01:before {
  width: 166px;
  height: 161px;
  background: url(../img/omakase01.svg) no-repeat center center/100%;
  right: 100%;
  transform: translate(80%, -50%);
}

.support .c-title01:after {
  width: 163px;
  height: 161px;
  background: url(../img/omakase02.svg) no-repeat center center/100%;
  left: 100%;
  transform: translate(-80%, -50%);
}

.support_list_box {
  border: 4px solid #53af9b;
  border-radius: 16px;
  background: #fff;
}

.support_list_box + .support_list_box {
  margin-top: 56px;
}

.support_list_title {
  border-bottom: 4px solid #53af9b;
}

.support_list_title span {
  display: block;
  border-radius: 12px 12px 0 0;
  border: 2px solid #fff;
  text-align: center;
  padding: 16px;
  background: #53af9b;
  font-size: 3.2rem;
  color: #fff;
}

.support_list_title + .txt {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 24px;
  padding: 0 40px;
}

.support_inner {
  padding: 32px 40px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.support_inner li {
  width: 47.8%;
  padding-top: 64px;
  position: relative;
}

.support_inner li:nth-child(odd) {
  margin-right: 4.4%;
}

.support_inner li:not(:nth-child(-n+2)) {
  margin-top: 32px;
}

.support_inner_image {
  position: absolute;
  width: 84px;
  height: 100px;
  padding-bottom: 10px;
  background: url(../img/fuki05.svg) no-repeat center bottom/100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.support_inner_wp li:nth-child(1) img {
  width: 53px;
}

.support_inner_wp li:nth-child(2) img {
  width: 28px;
}

.support_inner_security li:nth-child(1) img {
  width: 51px;
}

.support_inner_security li:nth-child(2) img {
  width: 45px;
}

.support_inner_security li:nth-child(3) img {
  width: 52px;
}

.support_inner_security li:nth-child(4) img {
  width: 57px;
}

.support_inner_support li:nth-child(1) img {
  width: 45px;
}

.support_inner_support li:nth-child(2) img {
  width: 44px;
}

.support_inner_content {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 56px 40px 32px;
  height: 100%;
}

.support_inner_content .txt small {
  display: inline-block;
  line-height: 1.5;
}

.support_inner_content .title {
  text-align: center;
  color: #53af9b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.support_inner_content .c-btn02 {
  margin-top: 24px;
}

.support_inner_content .tel {
  text-align: center;
  margin-top: 24px;
}

.support_inner_content .tel .subtitle {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  background: #53af9b;
  border-radius: 50px;
  text-align: center;
}

.support_inner_content .tel .num {
  font-size: 4rem;
}

.support_inner_content .tel .hour {
  margin-top: 8px;
}

.support_inner_content .telbox + .telbox {
  margin-top: 24px;
}

/*　Section -- お申し込みの流れ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.flow {
  padding: 96px 16px;
}

.flow_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}

.flow_list_title {
  text-align: center;
  padding: 12px;
  background: #53af9b;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
}

.flow_list_title:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #53af9b;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.flow_list_content {
  padding: 32px 24px 24px;
}

.flow_list_content .title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.flow_list li {
  width: 23.4%;
  border: 4px solid #53af9b;
  border-radius: 16px;
  background: #fff;
}

.flow_list + .c-btn01 {
  margin-top: 48px;
}

.flow .c-title01 {
  margin-bottom: 48px;
}

/*　Section -- おすすめのプランはこちら
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.plan {
  background: #fffdee;
}

.plan_box {
  border: 4px solid #53af9b;
  border-radius: 16px 16px 0 0;
  background: #fff;
  position: relative;
}

.plan_box_title {
  background: #53af9b;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 12px;
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
}

.plan_box_title:before {
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/plan_illust.svg) no-repeat center bottom -2px/100%;
  position: absolute;
  bottom: 0;
  left: 32px;
}

.plan_box_title small {
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

.plan_box_content {
  padding: 30px 40px 48px;
}

.plan_box_content .price {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 0.9;
  position: relative;
  color: #edb451;
}

.plan_box_content .price .eng {
  font-size: 7.1rem;
  margin-left: 8px;
}

.plan_box_content .tb {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
}

.plan_box_content .tb tbody tr td {
  width: 33.33%;
  padding: 8px 16px;
  text-align: center;
  vertical-align: top;
}

.plan_box_content .tb tbody tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}

.plan_box_content .tb tbody tr td .title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.plan_box_content .tb tbody tr td .content {
  font-weight: 700;
  font-size: 2.8rem;
  font-feature-settings: "palt";
}

.plan_box_content .tb tbody tr td .content .link{
  color: #2468cb;
}

.plan_box_content .tb tbody tr td .content small {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-top: 16px;
}

.plan_box_content .tb tbody tr:nth-child(2) td {
  padding-top: 40px;
}

.plan_box_content .c-btn01 {
  margin-top: 32px;
}

.price .plListTtl__price__balloon {
  display: block;
  background-color: #ffe400;
  padding: 5px 8px;
  color: #1b63a7;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
}

.price .plListTtl__price__balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #ffe400 transparent;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

.plListTtl__price__s {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  margin: 10px 0 5px;
}

.spec {
  margin: 80px 0 8px;
  border-top: 4px solid #53af9b;
  border-bottom: 4px solid #53af9b;
  padding: 48px 0;
  position: relative;
}

.spec_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.spec_title span {
  display: inline-block;
  background: #fffdee;
  padding: 0 32px;
  color: #53af9b;
  font-size: 2rem;
  font-weight: 700;
}

.spec_content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.spec_content_box {
  width: 50%;
  text-align: center;
}

.spec_content_box:first-child {
  border-right: 1px solid #ccc;
}

.spec_content_box .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.spec_content_box .price {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #edb451;
}

.spec_content_box .price .eng {
  color: #edb451;
  font-size: 4.8rem;
  padding: 0 4px;
  line-height: 1;
}

.spec .c-btn02 {
  margin-top: 70px;
}

.cashback_title {
  font-size: 1.5rem;
  color: #edb451;
}

@media only screen and (min-width: 0)and (max-width: 767px) {
  .price .plListTtl__price__balloon {
    padding: 4px 7px;
    font-size: 12px;
    top: 105%;
  }

  .spec_content_box .plListTtl__price__balloon {
    top: 115%;
  }

  .spec_content_box .cashback_title {
    font-size: 1.3rem;
  }
}

.payment {
  text-align: center;
  margin: 8rem 0 0;
}

.payment .title {
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 4rem;
}

.payment_text {
  line-height: 1.8;
  margin-top: 4rem;
}

.payment_box {
  display: flex;
  margin-bottom: 2.5rem;
}

.payment_box img {
  width: 100px;
  box-shadow: 0 0 5px 2px #ededed;
}

.payment_box p {
  font-weight: 900;
  margin-top: 2rem;
  font-size: 1.5rem;
}

.payment_box ul {
  display: flex;
  justify-content: space-around;
}

.payment_box_credit {
  flex: 3;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  margin-right: 2rem;
}

.payment_box_bank {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 25px 5px;
  margin-right: 2rem;
}

.payment_box_payeasy {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 25px 5px;
  margin-right: 2rem;
}

.payment_box_paidy {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 25px 5px;
  margin-right: 2rem;
}

.payment_box_conveniencestore {
  flex: 5;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  margin-right: 2rem;
}

  /*　Section -- よくある質問
  ￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.faq {
  padding-top: 96px;
}

.faq_list {
  border: 4px solid #e5e5e5;
  border-radius: 16px 16px 0 0;
}

.faq_list_box dt {
  padding: 24px 80px;
  position: relative;
  line-height: 1.6;
  font-size: 2.3rem;
  font-weight: 700;
  cursor: pointer;
}

.faq_list_box dt:before, .faq_list_box dt:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #53af9b;
  position: absolute;
  top: 50%;
  right: 32px;
  transition: 0.2s;
}

.faq_list_box dt:before {
  transform: translateY(-50%);
}

.faq_list_box dt:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq_list_box dt.open:before {
  transform: translateY(-50%) rotate(-180deg);
}

.faq_list_box dt.open:after {
  transform: translateY(-50%) rotate(-180deg);
}

.faq_list_box dt span {
  display: inline-block;
  position: relative;
}

.faq_list_box dt span:before {
  content: "";
  width: 36px;
  height: 42px;
  background: url(../img/q.svg) no-repeat center center/100%;
  position: absolute;
  top: 0;
  right: calc(100% + 16px);
}

.faq_list_box dd {
  line-height: 1.7;
  background: #f7f7f7;
  padding: 32px;
  border-top: 4px solid #e5e5e5;
  display: none;
}

.faq_list_box + .faq_list_box {
  border-top: 4px solid #e5e5e5;
}

.faq_txt {
  text-align: center;
  font-weight: 700;
  margin-top: 48px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.faq .c-btn02 {
  margin-top: 24px;
}

/*==============================================
　　Footer
==============================================*/
.footer_contact {
  background: #f2f9f7;
  padding: 56px 16px;
}

.footer_contact .txt {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

.footer_contact_content {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_contact_left, .footer_contact_right {
  width: 50%;
  text-align: center;
  padding: 0 32px;
}

.footer_contact_left .fuki {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.footer_contact_right .tel {
  display: inline-block;
  padding-left: 40px;
  background: url(../img/ico_tel.svg) no-repeat left center/28px;
  font-size: 4rem;
}

.footer_contact_right .telbox + .telbox {
  margin-top: 24px;
}

.footer_contact_right .subtitle {
  display: block;
  padding: 8px;
  color: #53af9b;
  font-weight: 700;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}

.footer_contact_right .hour {
  font-size: 1.3rem;
  margin-top: 16px;
  line-height: 1.7;
}

.footer_bottom {
  padding: 48px 16px;
}

.footer_annotation{
  text-align:center;
  counter-reset: number 0;
}

.footer_annotation li:before{
  counter-increment: number 1;
  content: "※" counter(number) " ";
}

.footer_annotation li{
  display: inline-block;
  list-style: none;
}
.footer_annotation li:nth-child(1){
  margin-right: 5px;
}


.footer_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_nav_list li {
  margin: 0 16px;
  font-size: 1.2rem;
}

.footer_copy {
  text-align: center;
  color: #53af9b;
  font-size: 1.3rem;
  margin-top: 32px;
}

/*==============================================
　　mvCp--special
==============================================*/
.mvCp--special {
  background-image: conic-gradient(#E13937 0deg 90deg, #D0181A 90deg 180deg, #E13937 180deg 270deg, #D0181A 270deg 360deg);
  background-size: 28px 28px;
  overflow:hidden;
}

.mvCp--special a {
  display: block;
  padding: 8px 0;
}

.mvCp--special a:hover {
  opacity: .8;
}

.mvCp--special img {
  /* width: 960px; */
  max-width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (min-width: 560px)and (max-width: 960px) {
  .mvCp--special img {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 0)and (max-width: 560px) {
  .mvCp--special a {
    padding: 8px;
  }

  .mvCp--special img {
    width: 100%;
    max-width: none;
    left: 0;
    transform: translateX(0)
  }
}