@charset "UTF-8";
html {
  min-width: 1200px; }

* {
  padding: 0;
  margin: 0; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  min-width: 1200px;
  letter-spacing: 0.1em; }

table {
  border-collapse: collapse; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%; }

em {
  font-style: normal; }

li {
  list-style-type: none; }

.sp,
.sp_flex,
.sp_inline {
  display: none; }

@media (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .sp_inline {
    display: inline; }

  .sp_flex {
    display: flex; } }
.mt00 {
  margin-top: 0 !important; }

/* link
----------------------------------------------------*/
a:link {
  color: #000000;
  text-decoration: underline; }

a:visited {
  color: #000000;
  text-decoration: underline; }

a:hover {
  color: #000000;
  text-decoration: none; }

/* rollover
----------------------------------------------------*/
.hov {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear; }

.hov:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60 !important; }

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/* +++++++++++ ナビゲーショントリガー +++++++++++ */
.nav_trigger {
  width: 41px;
  height: 44px;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1000;
  cursor: pointer;
  transition: 0.2s; }

.nav_trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #979797;
  position: absolute;
  transition: 0.3s; }

.nav_trigger span:first-of-type {
  top: 0;
  left: 0;
  transition: 0.3s; }

.nav_trigger span:nth-of-type(2) {
  top: 14px;
  width: 60%;
  left: 0;
  transition: 0.3s; }

.nav_trigger p {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  line-height: 1; }

.nav_trigger:hover span:nth-of-type(2) {
  width: 100%; }

.nav_trigger.active span:first-of-type {
  transform: translateY(14px) rotate(-45deg); }

.nav_trigger.active span:nth-of-type(2) {
  width: 100%;
  transform: translateY(0) rotate(45deg); }

.nav_trigger.active p {
  opacity: 0; }

/*.nav_trigger.active*/
.nav_trigger.active:hover span:nth-of-type(2) {
  width: 100%; }

/* animation
.nav_trigger span:first-of-type {
  -webkit-animation-name: equalizer01;
          animation-name: equalizer01;
  -webkit-animation-duration: 7000ms;
          animation-duration: 7000ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav_trigger.active span:first-of-type {
	-webkit-animation-name: none;
	animation-name: none;
}

.nav_trigger span:nth-of-type(2) {
  -webkit-animation-name: equalizer02;
          animation-name: equalizer02;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav_trigger.active span:nth-of-type(2) {
	-webkit-animation-name: none;
	animation-name: none;
}

@-webkit-keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}

@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}

@-webkit-keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 100%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 50%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}

@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 100%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 50%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
*/
#header {
  background: url("../images/menu.png") no-repeat 0 0;
  background-size: 158px 100%;
  width: 158px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 60; }
  #header.on {
    background: url("../images/logo01.png") no-repeat right 20px center, url("../images/menu.png") no-repeat 0 0;
    background-size: 70px auto, 158px 100%; }
  #header.active {
    z-index: 65; }

#gmenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 62;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px;
  min-width: 1200px; }

.copy-area {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center; }
  .copy-area img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  .copy-area figure {
    margin-bottom: 30px; }
  .copy-area li {
    margin-bottom: 10px; }

.pagetop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  z-index: -1;
  opacity: 0; }
  .pagetop.on {
    opacity: 1;
    z-index: 61; }

.sitemap {
  max-width: 920px;
  margin: 0 auto;
  background: url("../images/logo02.png") no-repeat center top;
  background-size: 128px auto;
  padding: 100px 0 0 0; }
  .sitemap h2 {
    color: #4d4d4d;
    font-size: 27px;
    margin-bottom: 50px; }
    .sitemap h2 img {
      margin-right: 35px; }

.menu01 {
  display: flex;
  justify-content: space-between; }
  .menu01 ul {
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding: 10px 0; }
    .menu01 ul li {
      padding: 7px 0 7px 60px;
      position: relative; }
      .menu01 ul li a {
        text-decoration: none;
        display: block;
        color: #1a1a1a;
        transition: 0.2s; }
        .menu01 ul li a:hover {
          color: #feaebb; }
        .menu01 ul li a.icon {
          background: url("../images/icon2.svg") no-repeat right center; }
      .menu01 ul li .menu-no {
        position: absolute;
        left: 0;
        top: 15px;
        line-height: 1; }
      .menu01 ul li ul {
        border-bottom: none;
        padding: 0; }
        .menu01 ul li ul li {
          padding: 3px 0 3px 1em; }
        .menu01 ul li ul.homepage {
          display: flex;
          border-left: 2px solid #ea718e;
          line-height: 1;
          font-size: 16px;
          margin: 10px 0; }
          .menu01 ul li ul.homepage li {
            border-right: 2px solid #ea718e;
            padding: 0;
            width: 150px;
            text-align: center;
            line-height: 1; }
            .menu01 ul li ul.homepage li a {
              padding: 0; }
    .menu01 ul.end {
      border-bottom: none;
      padding: 10px 0 0 0; }

#footer {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 20px; }

.footer-area {
  display: flex;
  justify-content: space-between; }

.footer-logo {
  display: flex;
  align-items: flex-end; }
  .footer-logo .footer-logo-txt {
    font-size: 14px;
    margin: 0 0 0 60px;
    color: #a1a1a2; }

.sns {
  text-align: center; }
  .sns h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 10px; }
  .sns ul {
    display: flex; }
    .sns ul li {
      margin: 0 13px; }

.address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.7;
  margin: 25px 0 0 0;
  font-size: 14px; }
  .address .address-txt {
    color: #a1a1a2;
    border-left: 1px solid #feaebb;
    padding: 15px 20px; }
  .address .copy {
    font-family: "Myriad Web", "Myriad Pro", 'Noto Sans JP', sans-serif;
    color: #feaebb;
    padding-bottom: 10px; }

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
  min-width: 1200px; }

.loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  animation: lodanimetion 1000ms ease-out forwards infinite; }

@keyframes lodanimetion {
  from,to {
    opacity: 0; }
  50% {
    opacity: .5; } }
main.active {
  padding: 0 158px 0 0; }

.sp_pl30.active {
  padding: 0 0 0 30px; }

.main {
  position: relative;
  background: #FFF url("../images/logo01.png") no-repeat right 4% top 43%;
  background-size: 70px auto;
  z-index: 61;
  min-height: 100vh;
  min-width: 1200px; }
  .main .nav_trigger {
    position: absolute;
    z-index: 63; }
    .main .nav_trigger.active {
      position: fixed; }
  .main.on {
    position: static; }

.main-img {
  width: 100%; }

.main-logo {
  position: absolute;
  left: 50px;
  top: 50px; }

.main-txt {
  position: absolute;
  left: 50px;
  top: 50%; }

.main-txt02 {
  margin-top: 30px;
  line-height: 1.1; }
  .main-txt02 span {
    background-color: #FFF;
    display: inline-block;
    padding: 3px; }

.scroll {
  min-width: 1200px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 61;
  text-align: right; }

.aboutus {
  border-top: 1px solid #000000;
  margin: 40px 0 120px 0; }

.aboutus-area {
  max-width: 1000px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between; }

.aboutus-main {
  margin-top: 60px; }

.aboutus-details {
  max-width: 475px; }
  .aboutus-details h2 {
    margin: 40px 0 20px 0; }
  .aboutus-details h3 {
    color: #4d4d4d;
    font-size: 27px;
    line-height: 1.7;
    margin-bottom: 10px; }
  .aboutus-details p {
    line-height: 1.9;
    color: #4d4d4d;
    font-size: 16px; }

.aboutus-logo {
  text-align: center;
  margin-bottom: 40px; }

.aboutus-btn {
  text-align: center;
  margin: 30px 0 0 0; }

.service {
  margin: 120px 0 90px auto;
  text-align: center; }
  .service h2 {
    line-height: 1;
    margin-bottom: 30px; }
  .service h3 {
    line-height: 1;
    margin: 30px 0 10px 0; }
  .service h4 {
    line-height: 1.7;
    color: #4d4d4d;
    font-size: 27px;
    margin: 10px 0;
    letter-spacing: 0.27em; }

.service-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 930px;
  margin: 0 auto; }
  .service-list li {
    width: 33.3333%;
    margin-bottom: 40px; }
    .service-list li p {
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 15px;
      display: flex;
      line-height: 1.6;
      justify-content: center;
      text-align: left; }
    .service-list li .service-list-img01 {
      margin-top: 40px; }
    .service-list li .service-list-img02 {
      margin-top: 60px; }

.btn {
  font-size: 16px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto; }
  .btn a {
    display: flex;
    text-decoration: none;
    color: #ea718e;
    border: 1px solid #f2a9b5;
    line-height: 50px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    transition: background 0.2s; }
    .btn a::after {
      content: "";
      display: block;
      background: url("../images/icon.svg") no-repeat 0 0;
      width: 20px;
      height: 20px;
      margin-left: 13px; }
    .btn a:hover {
      background-color: #fffcfd; }

.reason {
  border: 3px solid #ea718e;
  max-width: 1040px;
  margin: 90px auto 140px auto;
  padding: 45px;
  box-sizing: border-box; }

.reason-area {
  display: flex;
  margin-bottom: 45px; }

.reason-title h2 {
  color: #4d4d4d;
  font-size: 27px;
  margin: 15px 0 0 0; }

.reason-txt {
  max-width: 660px;
  font-size: 14px;
  margin: 0 0 0 45px; }

.pr-list {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.pr-item {
  width: calc((100% - 112px) / 3);
  margin: 0 30px 20px 0;
  background: #ffffff;
  border: 3px solid #EA718E;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  height: 173px;
  position: relative; }

.pr-item:nth-child(3n) {
  margin-right: 0; }

.pr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.5; }

.pr-item span {
  display: block; }

.pr-item p {
  font-size: 11px; }

.pr-item img {
  margin-bottom: 10px; }

.pr-item01 p {
  font-size: 20px; }

.pr-item01 span {
  font-size: 26px; }

.pr-item02 span {
  font-size: 20px;
  line-height: 1.3; }

.pr-item03 span {
  font-size: 27px; }

.pr-item04 span {
  font-size: 28px; }

.pr-item05 span {
  font-size: 15px;
  font-feature-settings: "palt"; }

.pr-item06 p {
  font-size: 20px; }

@media (max-width: 767px) {
  .pr-item {
    width: calc((100% - 10px) / 2);
    margin: 0 0 20px 0; }

  .pr-item01 p {
    font-size: 14px; }

  .pr-item01 span {
    font-size: 20px; }

  .pr-item02 span {
    font-size: 16px;
    line-height: 1.3; }

  .pr-item03 span {
    font-size: 20px; }

  .pr-item04 span {
    font-size: 24px; }

  .pr-item05 span {
    font-size: 16px; }

  .pr-item06 p {
    font-size: 16px; } }
.reason-btn {
  text-align: center;
  margin: 30px 0 0 0; }

.works, .voice {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #f8f8f8;
  position: relative;
  padding-bottom: 50px; }
  .works::before, .voice::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8; }

.works {
  margin-bottom: 140px; }

.title01 {
  display: flex;
  justify-content: space-between;
  top: -30px;
  position: relative;
  max-width: 1040px;
  margin: 0 auto; }

.title02 h2 {
  color: #4d4d4d;
  font-size: 27px;
  margin: 15px 0 0 0; }

.title02-txt {
  width: 780px;
  font-size: 14px; }

.top-list01 {
  display: flex;
  margin: 20px 0 30px 0; }
  .top-list01 li {
    max-width: 349px; }
    .top-list01 li:nth-child(2) {
      margin: 0 10px; }
    .top-list01 li a {
      display: block;
      text-decoration: none; }
    .top-list01 li figure {
      position: relative; }
      .top-list01 li figure span {
        background-color: #ea718e;
        display: block;
        position: absolute;
        right: 20px;
        top: -12px;
        line-height: 1;
        padding: 3px; }
    .top-list01 li h3 {
      font-size: 20px;
      color: #1a1a1a;
      margin: 15px 0 10px 0;
      line-height: 1.4; }
    .top-list01 li .date {
      font-size: 14px; }
    .top-list01 li .tag {
      font-size: 11px; }

.download {
  max-width: 1040px;
  margin: 50px auto; }
  .download a {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #ea718e;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.24em;
    border: 3px solid #ea718e;
    padding: 35px 0;
    transition: 0.2s; }
    .download a figure {
      margin-left: 30px; }
    .download a:hover {
      background-color: #fffcfd; }

.information {
  max-width: 1040px;
  margin: 100px auto 150px auto;
  display: flex; }
  .information dl {
    max-width: 670px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .information dl dt {
      width: 120px;
      margin-bottom: 25px; }
    .information dl dd {
      width: calc(100% - 220px);
      margin-bottom: 25px; }
      .information dl dd a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        transition: 0.2s; }
        .information dl dd a:hover {
          background: #f2a9b5; }
    .information dl dd.cate {
      width: 70px;
      border: 1px solid #ea718e;
      text-align: center;
      color: #ea718e;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.5;
      margin-right: 20px;
      margin-bottom: 25px; }

.information-title {
  margin-right: 110px; }
  .information-title h2 {
    color: #4d4d4d;
    font-size: 27px;
    margin: 15px 0 0 0; }

.contact {
  background: url("../images/contact.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 30px; }
  .contact ul {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 35px 100px 35px 35px;
    text-align: center; }
    .contact ul li {
      border: 1px solid #FFF;
      width: 48.738%; }
      .contact ul li a {
        display: block;
        text-decoration: none;
        color: #FFF;
        padding: 25px 0 15px 0;
        transition: 0.2s;
        height: 100%;
        box-sizing: border-box; }
        .contact ul li a:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        .contact ul li a .tel-title {
          font-size: 29px;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1; }
          .contact ul li a .tel-title img {
            margin-right: 10px; }
        .contact ul li a .time {
          font-size: 20px;
          line-height: 1.5;
          margin: 15px 0 0 0; }
        .contact ul li a .tel-txt {
          font-size: 14px;
          line-height: 2;
          margin: 10px 0 0 0; }
        .contact ul li a .mail-title {
          font-size: 22px;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
          margin-bottom: 40px; }
          .contact ul li a .mail-title img {
            margin-right: 10px; }
        .contact ul li a .mail-txt {
          text-align: left;
          display: flex;
          justify-content: center; }
      .contact ul li h2 {
        font-size: 21px;
        margin-bottom: 25px; }

.contact ul li {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 25px 5px 15px 5px;
  transition: 0.2s;
  height: 100%;
  box-sizing: border-box; }

.contact ul li .tel-title {
  font-size: 29px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

.contact ul li .tel-txt {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 0 0; }

.contact ul li .tel-title img {
  margin-right: 10px; }

.contact ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 0px 0 15px 0;
  transition: 0.2s;
  height: 100%;
  box-sizing: border-box; }

.contact .tel a {
    display: inline-block;
    padding: 0;
    height: auto;
}
#Instagram section{
    max-width: 1040px;
    margin: 50px auto;
}