@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

/* -------------------------------------------
   general style
---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, YuGothic, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "Work Sans", "Avenir Next", "Helvetica Neue", Helvetica, Verdana,
     "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap {
  width: calc(100% - 48px);
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.label-radius{
    font-weight: 400;
    border-radius: 100px;
    /* position: relative; */
    white-space: normal;
    letter-spacing: 0;
    padding: 0px 15px;
    min-width: 10px;
    min-height: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF2376;
    color: #fff;
}
/*--- link ---*/
a {
  text-decoration: none;
  color: #222;
  transition: all 0.2s;
}
.link {
    text-decoration: underline;
  }
/*
a:link {
  text-decoration: none;
  color: #222;
}
*/
a:visited {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: none;
  color: #222;
  opacity: 0.8;
}
a:active {
  text-decoration: none;
}
.form-control {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.img-fluid {
    max-width: 100%;
    height: auto;
  }
.section {
  margin: 0;
  padding: 0;
}
.section .section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*--- Typography ---*/

.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 14px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 1.43rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h3 {
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--- Color ---*/
.pink {
  color: #FF2376;
}
.pink-bg {
  background: #FF2376;
}
.pinkl {
  background: #FF84B2;
}
.pinkl-bg {
  color: #FF84B2;
}
.pinkll {
  background: #FFD3E4;
}
.pinkll-bg {
  color: #FFD3E4;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.black-22 {
  color: #222;
}
.black-22-bg {
  background: #222;
}
.black-44 {
  color: #444;
}
.black-44-bg {
  background: #444;
}
.black-88 {
  background: #888;
}
.black-88-bg {
  color: #888;
}
.black-dd {
  background: #ddd;
}
.black-dd-bg {
  color: #ddd;
}
.black-ef {
  background: #efefef;
}
.black-ef-bg {
  background: #efefef;
}
.black-fa {
  background: #fafafa;
}
.black-fa-bg {
  background: #fafafa;
}
.white {
  color: #fff;
}
.white-bg{
  background: #fff;
}
.border-pink-b{
  border-bottom: 1px solid #FF2376;
}

/*--- layout ---*/
.flex{
  display: flex;
}
.evenly{
  justify-content: space-evenly;
}
.margin-auto{
  margin: 0 auto;
}
.mb-10{
  margin-bottom: 10px;
}
.ml-20{
  margin-left: 20px;
}
.width-80{
  width: 80%;
}
.radius{
  border-radius: 20px;
}
.radius-t{
  border-radius: 20px 20px 0px 0px;
}
.radius-b{
  border-radius: 0px 0px 20px 20px;
}

/* -----------------------------------
   loader
-------------------------------------- */
#lottie{
  width:60%;
  height:60%;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top:-40px;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 999999;
}
#lottie {
  -webkit-animation: lotties 2s forwards;
          animation: lotties 2s forwards;
}
@keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.loader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:99999;
}
.loader {
  -webkit-animation: loaderbg 2.2s forwards;
          animation: loaderbg 2.2s forwards;
}
@keyframes loaderbg {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
/* -----------------------------------
   animation
-------------------------------------- */
.fade{
  opacity:0;
  transform: translateY(16px);
}
.fadeIn{
  transition: all 0.5s ease-in;
  transform: translateY(0);
  opacity: 1 !important;
}




/* -----------------------------------
   header
-------------------------------------- */

#header {
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  -webkit-transition: 0.15s;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-wrap{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo img{
  width: auto;
  height: 16px;
  margin-left: 24px;
}
.header-cap p{
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
  letter-spacing: 1px;
}
/* -----------------------------------
   top
-------------------------------------- */
/*--- kv ---*/
.kv{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kv-wrap{
  width: calc(100% - 48px);
  height: calc(100vh - 80px);
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left:24px;
  right: 24px;
  z-index: 99;
  margin: auto;
}
.kv-ph{
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(../images/kv_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  margin-top: auto;
  padding-top: 90px;
}
.kv-title img{
  width: 85%;
  margin-bottom: 18px;
}
.kv-title h1{
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
.kv-title p{
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 1.5px;
}
.kv-cta{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
}
.kv-cta img{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}
.kv-sub{
  width: auto;
  height: auto;
  margin-bottom: 24px;
  text-align: center;
}
.kv-sub p{
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
.kv-sub img{
  width: 100px;
  height: auto;
}
/* page title */
.page-title{
  text-align: center;
  margin-bottom: 16px;
}
.page-title h6{
  font-size: 1rem;
  color:#888;
  letter-spacing: 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.page-title h1{
  letter-spacing: 6px;
  line-height: 1.5;
}
.page-title p{
  margin-top: 16px;
  letter-spacing: 2px;
}
.page-title img{
  height: 88px;
  width: auto;
  margin-bottom: 8px;
}
.staff .page-title h1{
  color: #fff;
}


/* intro */
.intro{
  padding: 64px 0 32px;
}
.intro p{
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: justify;
  padding-top: 16px;
}
.intro-about{
  margin-bottom: 40px;
}
.intro-message{
  position: relative;
  display: block;
  width: 100%;
}
.intro-message-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding-bottom: 24px;
}
.intro-message-copy{
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
}
.intro-message-copy img{
  width:auto;
  height: 48px;
  margin-bottom: 8px;
}
.intro-message-copy h2{
  font-weight: 400;
  font-size: 1.28rem;
  letter-spacing: 6px;
  line-height: 1.75;
}
.intro-message-ph, .intro-message-ph-b{
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.intro-message-ph img:first-child{
  width: auto;
  height: 160px;
  padding-left: 0;
  z-index: 1;
  margin-bottom: -24px;
  margin-right: -50px;
}
.intro-message-ph img:nth-child(2){
  width: auto;
  height: 192px;
}

.intro-message-ph-b img:first-child{
  width: auto;
  height: 192px;
  z-index: 0;
}
.intro-message-ph-b img:nth-child(2){
  width: auto;
  height: 180px;
  z-index: 1;
  margin-left: -50px;
  margin-bottom: 24px;
}
/* cta */
.cta-wrap{
  border: 1px solid #efefef;
  border-radius: 3px;
}
.cta-contents{
  display: block;
  padding: 24px;
}
.cta-title{
  margin-bottom: 24px;;
}
.cta-title h2{
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 16px;
}
.cta-title img{
  height: 28px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.cta-btn{
  margin-bottom: 24px;;
}
.cta-btn a{
  position: relative;
  display: flex;
  background: linear-gradient(to right, #FF8E91, #F39CC3, #E648A5); 
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color:#fff;
  height: 60px;
  width: 280px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  cursor: pointer;
}
.cta-btn a img{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
}
.cta-btn a p{
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}
.cta-cap{
  font-size: 0.85rem;
  font-weight: 400;
}
.comparison{
  padding: 64px 0 24px;
}
.comparison-contents{
  padding: 32px 0;
  position: relative;
}
.comparison-contents-graph img{
  width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.comparison-contents-txt{
  width: 75%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
}
.comparison-contents-txt img{
  position: absolute;
  left: 0;
  top: -40px;
  width: 56px;
  height: auto;
}
.comparison-contents-txt p span{
  color: #FF2376;
}
/* point */
.point{
  padding: 24px 0;
}
.point-contents{
  padding: 24px 0;
  position: relative;
}
.point-contents-wrap{
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
}
.point-contents-wrap img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.point-contents-wrap p{
  font-size: 0.85rem;
}
/* staff */
.staff{
  padding: 48px 0 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/staff_bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.staff-contents{
  padding: 24px 0 0;
  position: relative;
}
.staff-contents-wrap{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
.staff-contents-wrap img{
  width: 100%;
  height: auto;
}
.staff-contents-txt{
  background: #fff;
  width: calc(90% - 48px);
  margin: 0 auto;
  padding: 24px;
  margin-top: -80px;
  z-index: 1;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
}
.staff-contents-txt h4{
  letter-spacing: 4px;
  line-height: 1.75;
  margin-bottom: 16px;
  text-align: center;
}
.staff-contents-txt p{
  color: #888;
  text-align: justify;
  margin-bottom: 24px;
}
.staff-contents-txt-sub{
  text-align: right;
  color: #888;
  letter-spacing: 2px;
  font-family: 'Work Sans';
  line-height: 1.5;
}
.staff-contents-txt-sub span{
  display: block;
  font-size: 0.85rem;
}
.staff-subimg{
  width: 100%;
  height: auto;
}
.staff-subimg img{
  width: 100%;
  height: auto;
  margin-bottom: -40px;
}
.photo-wrapper{
    width: 100%;
}
.cmm {
  margin-bottom: 24px;
}
.cmm img{
  width: 60%;
  display: block;
  margin: 0 auto;
}
/* job-sample */
.job-sample{
  padding: 64px 0 0;
  background-image: url(../images/jobsample_bg.png);
}
.job-sample-contents{
  padding: 24px 0;
}
.job-sample-contents-wrap{
  margin-bottom: 24px;
}
.job-sample-contents-ph {
  width: 100%;
  height: 174px;
  overflow: hidden;
}
.job-sample-contents-ph img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-sample-contents-txt{
  padding: 16px;
}
.job-sample-contents-txt h6{
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 13px;
}
.job-sample-contents-txt h4{
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
/* step */
.step{
  padding: 16px 0 24px;
}
.step-contents{
  padding: 24px 0;
  position: relative;
}
.step-contents-wrap{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.step-contents-wrap img{
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.step-contents-wrap p{
  line-height: 1.5;
}
.step-contents-wrap p span{
  color: #F39CC3;
  display: block;
  font-family: 'Work Sans';
  line-height: 1.8;
}
/* notice */

.notice{
  position: relative;
  padding: 0 0 24px;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/staff_bg_sp.jpg); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background: #fff;
}
.notice-contents-wrap{
  position: relative;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 85%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0,0,0,0.1); 
  background: linear-gradient(to right, #FFE9E9, #FCEEFD );
  background:#fff;
  opacity: 0.8;
}
.notice-contents-wrap:nth-child(2){
  margin-bottom: 0;
}
.notice-contents-wrap .notice-catch{
  position: absolute;
  width: 100px;
  height: auto;
  top: -16px;
  left: -16px;
}
.notice-contents-wrap p{
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
  color: #222;
}
.notice-contents-wrap p span{
  color: #FF2376;
}
.notice-contents-wrap .notice-line{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: -12px;
  margin: auto;

}

.pc-visible {
  display: block;
}
.sp-visible {
  display: none;
}

.section-service {
    background-image: url("../images/bottom-contact.png");
    background-size: cover;
    background-position: left top;
    padding-top: 110px;
    padding-bottom: 70px;
    position: relative; }
.section-service .section-title {
    text-align: center; }
.section-service .section-title .img-fluid {
    margin-left: auto;
    margin-right: auto; }
.section-service .line-text {
    display: block;
    margin-left: auto;
    margin-right: auto; }
.section-service .contact-block {
    max-width: 716px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
    margin-bottom: 0;
    /*2025.02.02修正*/
    /*border: 4px solid #eeeeee;*/
    /*background-color: #fff;*/ }
.section-service .contact-block .contact-title {
    margin-bottom: 0; }
.section-service .contact-block .contact-text {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.7;
    margin-bottom: -5px; }
.section-service .contact-block .amazon-banner {
    margin-bottom: 0; }
.section-service .contact-block .amazon-text {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /*2025.02.02追加*/
    display: none;
  }
.section-service .contact-block .contact-btn {
    margin-bottom: 10px; }
.section-service .contact-block .text-note {
    line-height: 1.5; }

.contact-block {
    text-align: center;
    margin-bottom: 60px;
    }
.contact-block .contact-btn {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #31ae36;
    color: #fff;
    border-radius: 80px;
    min-height: 86px;
    box-shadow: 0px 7px 0 0 #1f6f22;
    width: 100%;
    max-width: 472px;
    }
.btn {
    font-weight: 400;
    border-radius: 0;
    position: relative;
    white-space: normal;
    letter-spacing: 0;
    padding: 10px 30px ;
    min-width: 400px;
    min-height: 60px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
    .modal-warp {
        position: fixed;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 30px;
        z-index: 100;
        top: 0;
        left: 0; }
        .modal-warp .bg-close {
          display: block;
          z-index: 1;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .modal-warp .modal-container {
          background-color: #fff;
          border-radius: 5px;
          padding: 40px 0 55px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 1;
          max-width: 714px;
          width: calc(100% - 40px); }
          .modal-warp .modal-container .inner {
            padding: 0 40px; }
          .modal-warp .modal-container .close {
            position: absolute;
            bottom: 30px;
            right: 40px; }

/* =========================================
   PC min-width:768px
============================================ */
@media only screen and (min-width:768px) {
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.wrap {
  width: calc(100% - 160px);
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding:0;
}
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 16px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 2.28rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
h4 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
#lottie{
  width:40%;
  height:40%;
}
/* header */
#header{
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
}
.header-wrap{
  display: flex;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding:0;
}
.header-logo img{
  width: auto;
  height: 18px;
  margin-left: 0;
}
/* kv */
.kv-wrap{
  width: calc(100% - 160px);
  height: 100vh;
  left:80px;
  right: 80px;
}
.kv-ph{
  height: 100vh;
  background-image: url(../images/kv_pc.jpg);
}
.kv-title{
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
}
.kv-title img{
  width: 30vw;
  margin-bottom: 22px;
}
.kv-title h1{
  font-size: 1.5vw;
  letter-spacing: 6px;
  margin-bottom: 14px;
  text-align: left;
}
.kv-title p{
  font-size: 1vw;
  line-height: 2;
  text-align: left;
  letter-spacing: 4px;
}
.kv-cta{
  right: 24px;
  bottom: 24px;
}
.kv-sub{
  margin-bottom: 0;
  text-align: right;
  position: fixed;
  right: 120px;
  bottom: 28px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.kv-sub p{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 6px;
}
.kv-sub img{
  width: 140px;
  height: auto;
}
/* page title */
.page-title h6{
  margin-bottom: 24px;
}

/* intro */
.intro{
  padding: 120px 0 40px;
}
.intro-about{
  max-width: 640px;
  margin-bottom: 80px;
}
.intro p{
  line-height: 3;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 16px;
}

.intro-message{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.intro-message-wrap{
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 80px;
  max-width: 960px;
  overflow: hidden;
}
.intro-message-copy{
  padding-left: 0;
  align-items: center;
  text-align: left;
}
.intro-message-copy img{
  width:auto;
  height: 64px;
  margin-bottom: 8px;
  margin-left: -80px;
}
.intro-message-copy h2{
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 10px;
}
.intro-message-ph, .intro-message-ph-b{
  align-items: flex-end;
  justify-content: center;
}
.intro-message-ph img:first-child{
  width: auto;
  height: 25vw;
  max-height: 400px;
  margin-bottom: -24px;
  margin-right: -50px;
}
.intro-message-ph img:nth-child(2){
  width: auto;
  height: 30vw;
  max-height: 480px;
}
.intro-message-ph-b img:first-child{
  height: 30vw;
  max-height: 450px;
}
.intro-message-ph-b img:nth-child(2){
  height: 25vw;
  max-height: 400px;
  margin-left: -50px;
  margin-bottom: 24px;
}

/* cta */
.cta-contents{
  padding: 40px;
}
.cta-title h2{
  letter-spacing: 6px;
  margin-bottom: 24px;
}
.cta-title img{
  height: 32px;
}
.cta-btn a{
  height: 64px;
  width: 480px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: all 0.2s ease-out;
}
.cta-btn a:hover{
  background: linear-gradient(to left, #FF8E91, #F39CC3, #E648A5); 
  opacity: 1;
}
.cta-btn a p{
  font-size: 1.14rem;
}
.cta-cap{
  text-align: center;
}
/* comparison pc */
.comparison{
  padding: 120px 0 40px;
}
.comparison-contents{
  padding: 40px 0;
}
.comparison-contents-graph img{
  width: 360px;
  margin-bottom: 48px;
}
.comparison-contents-txt{
  width: 40%;
}
.comparison-contents-txt img{
  top: -48px;
  width: 72px;
}
/* point */
.point{
  padding: 24px 0 80px;
}
.point-contents{
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
}
.point-contents-wrap{
  width: 25%;
  flex-direction: column;
  padding: 0 24px;
}
.point-contents-wrap img{
  width: 120px;
  height: 120px;
  margin-right: 0;
  margin-bottom: 24px;
}
.point-contents-wrap p{
  font-size: 1rem;
  text-align: center;
}

/* staff */
.staff{
  padding: 64px 0 0;
  background-image: url(../images/staff_bg_pc.jpg);
  margin-bottom: 40px;
}
/* 24.07.04修正 */
/*
.staff-contents{
  padding: 40px 0 80px;
  display: flex;
  justify-content: space-between;
}
.staff-contents-wrap{
  margin-bottom: 0;
  width: 48%;
}
*/
.staff-contents{
  padding: 40px 0 80px;
  display: flex;
  justify-content: center;
}
.staff-contents-wrap{
  margin-bottom: 0;
  width: 60%;
}
.staff-contents-txt{
  width: calc(90% - 80px);
  padding: 40px;
  margin-top: -100px;
}
.staff-subimg{
  display: flex;
  justify-content: center;
}
.staff-subimg img{
  width: 100%;
  margin-bottom: -40px;
}
.photo-wrapper{
    width: 100%;
}
.cmm img{
  width: 20%;
}
/* job-sample */
.job-sample{
  padding: 120px 0 0;
}
.job-sample-contents{
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.job-sample-contents-wrap{
  width: 31%;
}
.job-sample-contents-txt{
  padding: 16px;
}
.job-sample-contents-txt h4{
  font-size:1.14rem ;
  letter-spacing: 4px;
}
/* step */
.step{
  padding: 40px 0 60px;
}
.step-contents{
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.step-contents-wrap{
  flex-direction: column;
  margin-bottom: 24px;
  width: 31%;
}
.step-contents-wrap img{
  width: 100px;
  height: 100px;
  margin-right: 0;
  margin-bottom: 24px;
}
.step-contents-wrap p{
  text-align: center;
  width: 80%;
}
.step-contents-wrap p span{
  line-height: 2.5;
}
/* notice */
.notice{
  padding: 24px 0 40px;
  background: linear-gradient(to right, #FF8E91, #F39CC3, #E648A5); 
  background: #fff;
}
.notice-contents-wrap{
  width: 50%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
}

@media only screen and (max-width: 767px) {
    .pc-visible {
        display: none; }
    .sp-visible {
        display: block; } 
    .section-service {
      padding-top: 50px;
      padding-bottom: 50px; }
    .section-service .container {
      padding-left: 10px;
      padding-right: 10px; }
    .section-service .contact-block {
      padding: 20px 15px 15px; }
    .section-service .contact-block .amazon-banner {
      margin-left: -26px;
      margin-right: -26px; }
    .contact-block .contact-btn {
      font-size: 1.25rem;
      font-weight: 500;
      color: #fff;
      min-height: 60px; }
    .section .section-inner {
      padding-top: 30px;
      padding-bottom: 30px;}
    .modal-warp {
      padding: 20px; }
    .modal-warp .modal-container {
      padding: 25px 0 40px; }
    .modal-warp .inner {
      padding: 0 20px;
      overflow: scroll;
      max-height: calc(100vh - 120px); }
    .modal-warp .close {
      position: absolute;
      bottom: 10px;
      right: 20px; }
    .modal-warp .modal-container {
        left: 45%;
    }

@media only screen and (max-width: 991px) {
    .container {
      max-width: 100%; }
    .container-small {
      max-width: 100%; }
    .row, .row-10 {
      margin-left: -5px;
      margin-right: -5px; }
    .row > [class*="col-"], .row .col, .row-10 > [class*="col-"], .row-10 .col {
      padding-left: 5px;
      padding-right: 5px; }
    .row-0 {
      margin-left: 0;
      margin-right: 0; }
    .row-0 > [class*="col-"], .row-0 .col {
      padding-left: 0;
      padding-right: 0; }
    .btn {
        min-width: 100%;
        font-size: 0.75rem;
        font-weight: normal;
        padding: 0; }
    .section .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;}
    }

/* -----------------------------------
   footer
-------------------------------------- */
.footer{
  padding: 24px 0 100px;
  background: #fff;
}
.footer-wrap{
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0 0;
  border-top: 1px solid #efefef;
}
.footer-logo img{
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.footer-txt{
  margin-bottom: 16px;
}
.footer-txt h6{
  color: #888;
  margin-bottom:8px;
  letter-spacing: 2px;
  text-align: center;
}
.footer-txt p{
  text-align: left;
  font-size: 0.85rem;
  color: #888;
  margin-bottom:8px;
  letter-spacing: 0;
}
.footer-copy p{
  text-align: center;
  font-size: 0.85rem;
  color: #ddd;
  font-family: 'Work Sans';
}

/* PC */
@media only screen and (min-width:768px) {
  .footer-wrap{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 48px 0 24px;
    border-top: 1px solid #efefef;
  }
  .footer-txt{
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  }
  .footer-txt h6{
    margin-right: 16px;
    font-size: 0.85rem;
    margin-bottom:8px;
    text-align: left;
  }
  .footer-txt p{
    margin-right: 16px;
    margin-bottom:8px;
    letter-spacing: 1px;
    text-align: left;
  }
  .footer-logo img{
    width: 20%;
    display: block;
    margin: 0;
    margin-bottom: 24px;
  }
  .footer-copy p{
    position: absolute;
    right: 0;
    top:48px;
  }
  .footer{
    padding: 64px;
    background: #fff;
  }
}