@charset "UTF-8";

/* Base
------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #4c4c4c;
    font-size: 1.4rem;
    font-family: Abel,sans-serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
    background-color: #fdfcf6;
    -webkit-text-size-adjust: 100%;
}

/* Align
------------------------------------------------------------*/
.text-center {
    text-align: center;
}

/* Layout
------------------------------------------------------------*/
.block-center, section .container, #skills i {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Font
------------------------------------------------------------*/
/* Header
------------------------------------------------------------*/
p {
  margin-bottom: 25px;
}
a {
  color: #df2e86;
}
a:hover {
  color: #df2e86;
}
h1 {
  margin-bottom: 0;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-top: 10px;
  margin-bottom: 2rem;
}
.line h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.container {
  padding-top: 10px;
}
header {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  background-color: #fff;
}
.title {
  margin-right: auto;
  margin-left: 10px;
}
header .sp_nav_li {
   width: 180px;
   position: absolute;
   top: 50px;
   right: 2%;
   border: 1px solid #eee;
   background: white;
   margin: 0;
   padding: 0;
   display: none;
   z-index: 100; }
header .sp_nav_li li {
   list-style: none;
   margin: 0;
   padding: 0; }
header .sp_nav_li li a {
   display: block;
   padding: 10px 8px;
   border-bottom: 1px solid #eee;
   font-size: 14px;
   text-decoration: none; }

@media screen and (min-width: 640px) {
  header .sp_nav {
   display: none; }
  header .pc_nav_li {
   margin: 0;
   padding: 0; }
  header .pc_nav_li li {
   list-style: none;
   margin: 25px 0 0 0;
   padding: 0;
   float: left; }
  header .pc_nav_li li a {
   color: #4c4c4c;
   text-decoration: none;
   font-weight: bold;
   font-size: 14px;
   padding-right: 40px; }
  header .pc_nav_li li a:hover {
   color: #df2e86;
   background-size: 40px 40px; } }
  
@media screen and (max-width: 639px) {
  header .pc_nav {
   display: none; } }

.cover {
  margin-top: 63px;
}
section {
    padding: 30px 0;
}
/* plan
------------------------------------------------------------*/
#plan {
  background-color: #d8c8ae; }
  #plan .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column; }
  #plan h2 {
    color: #fdfcf6;
    margin-bottom: 30px; }
  #plan .plan-box {
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 0;
    padding: 20px;
    background-color: #fdfcf6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plan-box2 {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #4c4c4c;
}
.plan-box2:after {
    position: absolute;
    content: &#039;&#039;;
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.plan-box2 p {
    margin: 0; 
    padding: 0;
    font-size: small;
}
  #plan i {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    padding-top: 15px;
    background-color: #df2e86;
    font-size: 4.5rem;
    color: #FFF;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  #plan h3 {
    color: #df2e86;
    margin-bottom: 10px;
    font-size: 150%;
    font-weight: bold;
}
/* works
------------------------------------------------------------*/
.works-box ul {
  list-style: none;
  display: flex;
}
.works-box li {
  margin: 40px;
}
.works-box img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  object-position: 0 0;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}
  /* contact
------------------------------------------------------------*/
#contact h3 {
    color: #df2e86;
    margin-bottom:10px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #contact a {
    display: block;
    width: 70px;
    height: 70px;
    color: #FFF;
    background-color: #DF2E86;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    }
#contact h2 {
    margin-bottom: 40px;
}
#contact ul {
  margin-bottom: 0;
  list-style: none;
}
#contact li {
  text-align: center;
  line-height: 70px;
  font-size: xx-large;
}
.line {
  text-align: center;
}
.line-stamp {
  text-align: center;
}
.line p {
  margin-bottom: 0.5rem;
}
.line img {
  height: 50px;
}
.line-stamp h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-top: 0;
  margin: 40px 0 10px 0;
}
.line-stamp img {
  width: 100px;
  height: 82px;
}
.line-stamp a {
  text-decoration: none;
}

.stamp {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 10px;
    background: #00ffff;
    display: inline-block;
    vertical-align: middle;
}

footer {
  background-color: #d8c8ae;
  margin-top: 30px;
}

footer p {
  margin-bottom: 0;
  color: #fdfcf6;
  font-size: xx-small;
  text-align: center;
}


section text {
  max-width: 100%;
  display: block;
}
.cover img {
  max-width: 100%;
  display: block;
}


.pgtop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.pgtop img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    width: 70px;
}

/* PrivacyPolicy
------------------------------------------------------------*/
#crumbs {
    padding-left: 15px;
}
#crumbs a {
  color: #4c4c4c;
  text-decoration: none;
}
#crumbs ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 5px;
}
#crumbs li {
  float: left;
  font-size: 10px;
  padding-left: 5px;
}
#crumbs li:first-child:before {
  content: "";
}
#crumbs li:before {
  content: ">";
}
#container {
  width: 100%;
  overflow: hidden;
}
#privacy {
  padding: 0 20px;
  text-align: center;
}
#privacy h1 {
  font-size: 1.5rem;
}
#privacy h2 {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    border-left: 2px solid #df2e86;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}
#privacy p {
  text-align: left;
}
#privacy li {
  text-align: left;
}
.bl-line {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bl-line:before {
    content: &#039;&#039;;
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: inline-block;
    width: 110px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #df2e86;
}
.bl-line + .lead {
    margin: 30px auto 35px;
    display: inline-block;
    width: auto;
    padding: 0 5%;
    line-height: 1.7;
}

/* Contact
------------------------------------------------------------*/
#container #contact {
  padding: 0 20px;
  text-align: center;
}
#contact h1 {
  font-size: 1.5rem;
}
#contact p {
  text-align: left;
}
.tbl_cf {
  width: 100%;
}
.tbl_cf th {
    width: 100%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 20px 0 0;
    display: block;
    border-bottom: none;
}
.tbl_cf td {
    width: 100%;
    line-height: 1.8;
    padding: 10px 0 20px;
    vertical-align: middle;
    display: block;
    border-bottom: px solid #E1E1E1;
}
.cf_text {
  border-bottom: 1px solid #e1e1e1;
}
.cf_textarea {
  border-bottom: 1px solid #e1e1e1;
}
.cf_textarea:last-child {
  border-bottom: 0;
}

.cf_text input {
    width: 100%;
    height: 40px;
    padding-left: 5px;
}
.cf_textarea textarea {
    width: 100%;
    height: 200px;
    line-height: 1.8;
    padding: 0 5px;
}
td {
  border-bottom: 0;
}
th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}
th:first-child {
    padding-left: 15px;
}
.cf_required {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding: 0 10px;
    margin-left: 10px;
    background: #df2e86;
    display: inline-block;
}
input[type="submit"] {
  background-color: #df2e86;
  color: #ffffff;
  font-size: 14px;
  border: 0;
}






@media (max-width: 1024px) {
header {
 width: 100%;
 height: 60px;
 border-bottom: solid 3px #DF2E86;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 500;
 background: #fdfcf6;
}
.title img {
  height: auto;
  width: 50%;
}
.works-box ul {
  display: block;
}
.works-box li {
  margin: 5px;
}
.works-box img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 0;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}

}
  
@media (min-width: 1025px) {
#crumbs {
    margin: 20px auto 26px auto;
    width: 1100px;
    overflow: hidden;
    padding-left: 0;
}
#crumbs a:hover {
  text-decoration: underline;
}
#crumbs li {
    float: left;
    font-size: 13px;
    padding-left: 5px;
}
.stamp {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    background: #00ffff;
    display: inline-block;
    vertical-align: middle;
}

.line h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-bottom: 10px;
}
.line-stamp h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    margin-bottom: 10px;
}
.line-stamp a {
  margin-left: 40px;
}
.columns {
  width: 30%;
}

.cover {
  margin-top: 0;
}

  #plan .container {
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    max-width: none; }
  #plan .plan-box {
    margin: 0 10px; }
  #plan h2 {
    margin-bottom: 60px; }
  section {
    padding: 60px 0;
    }
#contact a:hover {
    background-color: #0f949b; }

.line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.line a {
  margin-left: 40px;
}
.line-stamp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-stamp img {
  width: 200px;
  height: 164px;
}
.line-stamp p:hover {
  color: #00ffff;
}


footer p {
  margin-bottom: 0;
  color: #fdfcf6;
  font-size: inherit;
}
#privacy {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

#privacy h1 {
  font-size: 3.5rem;
  text-align: center;
}
#privacy h2 {
    font-size: 2.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    border-left: 4px solid #df2e86;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin: 10px 0;
    font-weight: bold;
}
#contact h1 {
  font-size: 3.5rem;
  text-align: center;
}
#contact p {
    text-align: center;
    font-size: large;
}

.bl-line {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 25px;
}
.bl-line:before {
    content: &#039;&#039;;
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 110px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #df2e86;
}
.tbl_cf th {
    width: 300px;
    font-weight: bold;
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 30px;
    display: inline-block;
}
.cf_ttl {
    font-weight: bold;
    line-height: 25px;
    justify-content: space-between;
    display: flex;
    font-size: x-large;
}
.tbl_cf td {
    width: 600px;
    line-height: 1.8;
    padding: 30px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 0;
}
.cf_text input {
    width: 100%;
    height: 40px;
    padding: 0;
    margin-bottom: 0;
}
#container #contact {
    padding: 0 200px;
    text-align: center;
}
.cf_text {
  border-bottom: 1px solid #e1e1e1
}
.cf_textarea {
  border-bottom: 1px solid #e1e1e1
}
.cf_textarea:last-child {
  border-bottom: 0;
}
}