/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
/* フォント */
body {
font-family: 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
color: #333;
line-height: 1.4;
}
/* クリアフィックス */
.cf::after {
    content: "";
    display: block;
    clear: both;
}
/* 共通部分 */
#wrapper {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
}
h2 {
    font-size: 32px;
    font-weight: bold;
    color: #F9526E;
    text-align: center;
}
.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
.flex-row {
    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;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
.display_sp {
    display: none !important;
}
/* ヘッダー */
header {
    position: fixed;
    background-color: white;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 40px;
    z-index: 100;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
header .relative_container {
    position: relative;
    height: 100%;
}
header h1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
header h1 a {
    position: relative;
    font-family: "Kiwi Maru";
    color: #F9526E;
    font-weight: normal;
    font-size: 26px;
}
header h1 a::after {
    position: absolute;
    content: url("/Image/logo_mini.png");
    top: 50%;
    -webkit-transform: translateY(-42%);
        -ms-transform: translateY(-42%);
            transform: translateY(-42%);
    right: -60px;
}
header h1 a:hover {
    opacity: 0.7;
}
header h1 a:hover span {
    opacity: 0.7;
}
header h1 span {
    font-size: 16px;
    display: block;
    margin-bottom: -4px;
}
/* ハンバーガーメニュー */
.humburger {
    display: none;
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    right: 20px;
    top: 16px;
  }
@media (hover: hover) {
  .humburger:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
[class*="part"] {
    width: 35px;
    height: 2px;
    background-color: #333;
    margin: 9px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
/* Rotate first bar */
.change .part1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
-ms-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
/* Fade out the second bar */
.change .part2 {
opacity: 0;
}
/* Rotate last bar */
.change .part3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
-ms-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
/* ---------------  Slidebar  --------------------- */
/* The sidebar menu */
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 100; /* Stay on top */
right: 0;
background-color: #fafafa; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 18px; /* Place content 60px from the top */
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
border-left: solid 1px silver;
}

/* The sidebar links */
.sidebar ul,
.sidebar li {
    list-style: none;
}
.sidebar a:not(.sidebar .sidebar_instagram) {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #F9526E;
display: block;
width: 200px;
line-height: 25px;
}
.sidebar .sidebar_instagram {
    display: block;
    padding: 8px 8px 8px 32px;
}
header nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
}
header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header nav li {
    margin: 0 20px;
}
header nav li a {
    color: #707070;
    font-family: "Kiwi Maru";
    font-size: 20px;
}
header nav li a:hover {
    color: #F9526E;
}
header nav li img {
    width: 32px;
    height: 32px;
}
/* メイン部分 */
main {
    margin-top: 70px;
    overflow: hidden;
}
#top {
    position: relative;
}
#top h2::before {
    position: absolute;
    content: "";
    background: url("/Image/baby.png") center left calc((100vw - 1000px) / 2) / contain no-repeat;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
    z-index: -1;
}
#top h2::after {
    position: absolute;
    content: "";
    background-image: -o-linear-gradient(100deg,#EED98C 0%, #FBFDE0 80%, #F6F5D6 100%);
    background-image: linear-gradient(-10deg,#EED98C 0%, #FBFDE0 80%, #F6F5D6 100%);
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
    z-index: -2;
}
@media screen and (max-width: 1080px) {
    #top h2::before {
        background-position: center left 15px;
    }
}
#top h2 img{
    display: block;
    width: 100%;
}

#message {
    position: relative;
    background: url("/Image/light-veneer.png") center / cover no-repeat;
    background-color: #fafafa;
    background-blend-mode: multiply;
    padding: 15px 30px;
    margin-top: 40px;
}
#message::before {
    content: "メッセージ";
    display: block;
    background: url("/Image/icon_mail.svg") right bottom / auto no-repeat;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    font-family: "Kiwi Maru";
    height: 24px;
    position: absolute;
    padding-right: 30px;
    top: 15px;
    left: 30px;
    color: rgba(0,0,0,0.2);
}
#message p {
    overflow: hidden;
    background: url("/Image/signature.png") right bottom / auto 60px no-repeat;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 60px;
    line-height: 1.5;
}
#message img{
    float: right;
    margin-left: 30px;
}
#self_introduction {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px;
}
#self_introduction .flex-row {
    padding-top: 60px;
}
#self_introduction .flex-row > * {
    width: 50%;
    text-align: center;
}
#self_introduction iframe {
    max-width: 360px !important;
    min-width: 280px !important;
    margin: 0 auto !important;
}
#self_introduction dd {
    padding: 20px 30px;
    line-height: 1.5;
}
#self_introduction ul {
    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: 140px;
    margin: 0 auto;
    padding-top: 30px;
}
#self_introduction ul li img {
    width: 36px;
    height: 36px;
}
#work {
    position: relative;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 80px;
}
#work::after {
    position: absolute;
    content: "";
    background-color: #FEE5E9;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
    z-index: -1;
}
#work [class*="tag"] {
    overflow: hidden;
    color: #F9526E;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
#work [class*="tag"]::before {
    vertical-align: middle;
    padding-right: 8px;
}
#work .tag_book::before {
    content: url("/Image/icon_book_pink.svg");
}
#work .tag_speech::before {
    content: url("/Image/icon_campaign_pink.svg");
    margin-left: -8px;
}
#work .tag_instruction::before {
    content: url("/Image/icon_edit_pink.svg");
}
#work dl {
    overflow: hidden;
}
#work .first_item {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
    z-index: 1;
}
#work .first_item::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -56px;
    background: url("/Image/bg_circle.svg") center / cover no-repeat;
    width: 618px;
    height: 393px;
    z-index: -1;
}
#work .first_item h3 {
    float: left;
}
#work .first_item h3 img {
    width: 240px;
    margin-right: 30px;
    -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px rgba(0, 0, 0, 0.15);
}
#work .first_item .tag_book {
    padding-top: 80px;
}
#work .first_item dt {
    font-size: 24px;
}
#work .first_item dt small {
    display: block;
    font-size: 16px;
    padding-top: 5px;
}
#work .first_item dd {
    padding-top: 40px;
}
#work .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 72px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
#work .box {
    width: 48%;
    background-color: white;
    padding: 30px;
    margin-top: 40px;
}
#work .box img {
    float: left;
    margin-right: 30px;
    width: 120px;
}
#work .box dt {
    line-height: 1.2;
}
#work .box dt small{
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
#work .box dd {
    font-size: 14px;
    padding-top: 10px;
}
#work .work_message {
    position: relative;
    color: #F9526E;
    font-size: 24px;
    text-align: center;
    padding-top: 64px;
}
#work .work_message::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #F9526E;
    height: 1px;
    width: 100%;
    max-width: 600px;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#work .work_message a {
    vertical-align: middle;
    margin-left: 15px;
}
#work .work_message a img {
    height: 36px;
    width: 36px;
}
#contact {
    padding-top: 100px;
    padding-bottom: 80px;
}
#contact h2 {
    padding-bottom: 20px;
}
#contact h2 + p,
#contact input[type="submit"] + p {
    text-align: center;
}
#contact form {
    padding-top: 60px;
}
#contact {
    max-width: 800px;
    margin: 0 auto;
}
#contact label,
#contact input,
#contact select,
#contact textarea {
    color: #333;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#contact label {
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 10px;
}
#contact input,
#contact textarea,
#contact select {
    font-family: "Noto Sans JP";
    border: solid 1px #999999;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 0 15px;
}
#contact input,
#contact select {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
#contact textarea {
    font-size: 16px;
    padding: 5px 15px;
}
#contact input[type="submit"] {
    width: 240px;
    font-size: 18px;
    color: white;
    background-color: #F9526E;
    border-radius: 25px;
    margin: 40px auto 20px;
    border: none;
}
#contact #warning {
    text-align: center;
}
#contact #recaptcha > div {
    margin: 20px auto 0;
}
#contact input[type="submit"]:hover {
    opacity: 0.7;
}
footer {
    background-color: #F9526E;
    color: white;
}
footer a {
    color: white;
}
footer .flex-row {
    max-width: 1300px;
    padding: 32px 40px 0;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
footer .footer_left {
    width: calc(100% - 185px);
}
footer .footer_left dt {
    font-size: 24px;
    padding-bottom: 15px;
}
footer .footer_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .footer_left li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32%;
    padding-bottom: 15px;
}
footer .footer_right {
    width: 170px;
}
footer .footer_right li {
    display: inline-block;
}
footer li.footer_logo {
    display: block;
}
.footer_logo a {
    position: relative;
    font-family: "Kiwi Maru";
    color: white;
    font-weight: normal;
    font-size: 26px;
}
.footer_logo a::after {
    position: absolute;
    content: url("/Image/logo_mini.png");
    top: 50%;
    -webkit-transform: translateY(-42%);
        -ms-transform: translateY(-42%);
            transform: translateY(-42%);
    right: -60px;
}
.footer_logo a:hover span {
    opacity: 0.7;
}
.footer_logo span {
    font-size: 16px;
    display: block;
    margin-bottom: -4px;
}
footer .sns_icon {
    margin: 15px 20px 0;
}
footer .sns_icon img {
    width: 36px;
    height: 36px;
}
footer .copy_right {
    text-align: center;
    padding: 32px 0 4px;
}


@media screen and (max-width: 824px) {
    #wrapper {
        padding: 0 20px;
    }
    header {
        padding: 0 20px;
    }
    header nav {
        display: none;
    }
    header nav.sidebar,
    header .humburger {
        display: block;
    }
    #self_introduction dl {
        margin-right: 20px;
    }
    #self_introduction dd {
        padding: 20px 0 0;
    }
    #work .first_item {
        padding-right: 15px;
    }
    #work .first_item::before {
        top: 0;
        right: -25px;
        -webkit-transform: scale(0.92);
            -ms-transform: scale(0.92);
                transform: scale(0.92);
    }
    #work .first_item h3 {
        width: 30%;
        margin-right: 20px;
    }
    #work .first_item h3 img {
        width: 100%;
        margin: 0;
    }
    #work .first_item dd {
        padding-top: 20px;
    }
    #work .flex-row {
        display: block;
        margin-top: 100px;
    }
    #work .flex-row > * {
        width: 100%;
    }
    footer .flex-row {
        padding: 32px 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    footer .footer_right {
        margin: 0 auto 24px;
    }
    footer .footer_left {
        width: 100%;
    }
    footer .footer_left dt {
        font-size: 20px;
        border-bottom: solid 1px white;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    #wrapper {
        padding: 0 15px;
    }
    header {
        padding: 0 15px;
    }
    h2 {
        font-size: 28px;
    }
    .display_sp {
        display: block !important;
    }
    .hide_sp {
        display: none !important;
    }
    #top h2::before {
        background-position: center;
    }
    #top h2 img {
        -webkit-filter: drop-shadow(0 0 20px white);
                filter: drop-shadow(0 0 20px white);
    }
    #message {
        padding: 15px;
    }
    #message::before {
        left: 15px;
    }
    #message img{
        width: 30%;
        margin-left: 20px;
    }
    #message p {
        overflow: visible;
        font-size: 14px;
    }
    #self_introduction {
        padding-top: 64px;
    }
    #self_introduction .flex-row {
        padding-top: 40px;
        display: block;
    }
    #self_introduction .flex-row > * {
        width: 100%;
    }
    #self_introduction dd {
        max-width: 620px;
        margin: 0 auto;
        padding-bottom: 40px;
        font-size: 14px;
    }
    #work .first_item::before {
        right: unset;
        top: -40px;
        left: 60%;
        -webkit-transform: translateX(-50%) scale(0.9);
            -ms-transform: translateX(-50%) scale(0.9);
                transform: translateX(-50%) scale(0.9);
    }
    #work .first_item h3 {
        margin-right: 15px;
    }
    #work .first_item .tag_book {
        padding-top: 40px;
    }
    #work .first_item dl dt {
        font-size: 20px;
    }
    #work .first_item dl dt small {
        font-size: 14px;
        padding: 0;
    }
    #work .box dd {
        font-size: 14px;
    }
    #work .box img {
        margin-right: 15px;
    }
    #work .work_message {
        font-size: 20px;
    }
    #work .work_message a img {
        height: 24px;
        width: 24px;
        position: relative;
        top: 2px;
    }
    #work .work_message::before {
        max-width: 320px;
    }
    #contact form {
        padding-top: 20px;
    }
    #contact p {
        font-size: 14px;
    }
    footer .footer_left li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    #message {
        position: relative;
        padding-bottom: 60px;
    }
    #message p {
        padding-bottom: 100px;
        background-position: left bottom;
        background-size: 65%;
    }
    #message img {
        position: absolute;
        bottom: 20px;
        right: 15px;
    }
    #work .first_item dl {
        overflow: visible;
    }
    #work .first_item dl dt {
        overflow: hidden;
        font-size: 20px;
    }
    #work .first_item {
        position: relative;
        padding-right: 0;
    }
    #work .first_item h3 {
        position: absolute;
        width: 100px;
    }
    #work .first_item .tag_book,
    #work .first_item dt {
        padding-left: 120px;
    }
    #work .first_item dd {
        padding-top: 30px;
    }
    #work .first_item .tag_book {
        padding-top: 20px;
    }
    #work .box {
        padding: 20px 15px;
    }
    #work .box h3 {
        width: 25%;
    }
    #work .box h3 img {
        width: 100%;
    }
    footer dt {
        text-align: center;
    }
    footer .footer_left li {
        width: 48%;
    }
}

/* ------------------ お問合せ送信後のページ -------------------- */
.height_expand {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 60px;
    min-height: calc(100vh - 100px);
    text-align: center;
}
.height_expand h2 {
    padding-bottom: 24px;
}