@charset "UTF-8";

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
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, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  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;
}

ul {
  margin: 0;
}

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;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #231B0F;
  position: relative;
}


@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px!important;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.en{
  font-family: "Fredoka", sans-serif;
}

.no-link{
  pointer-events: none;
}


#wrap{
  position: relative;
}

@media screen and (max-width: 850px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}





/* ==================================================
   Pagination
   ================================================== */


.wp-pagenavi {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
	padding: 0;
  border-radius: 100%;
  padding: 12px 5px!important;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 1.6rem;
	color: #CE4058;
	text-decoration: none;
	text-align: center;
  border: none;
  font-weight: 500;
  background-color: #F7CCD3;
  border: 2px solid transparent;

}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
  border-color: transparent;;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #CE4058;
  font-size: 1.6rem;
	width: 45px;
	height: auto;
	line-height: 1;
	text-align: center;
  border: none;
  font-weight: 500!important;
  border: 2px solid #CE4058!important;
  background-color: #fff;
}

.nextpostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}


.previouspostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}

.aroundbox{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  padding-top: 24px;
}

.aroundbox div{
  width: 33.33%;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  padding-left: 20px;
}

.aroundbox div.prev a{
  padding-left: 1.5em;
}

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  background: url(../images/common/arrow_small2.svg) no-repeat;
	width: 28px;
  height: 28px;
  background-size: cover;
  transform: translate(0, -50%);
}

.aroundbox div.all{
  text-align: center;
  font-weight: bold;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.aroundbox div.next a{
  padding-right: 1.5em;
}

.aroundbox div.next a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -19px;
	background: url(../images/common/arrow_small.svg) no-repeat;
	width: 28px;
  height: 28px;
  background-size: cover;
  transform: translate(0, -50%);
}

.aroundbox a{
  color: #000;
  position: relative;
  font-weight: bold;
}

.aroundbox.archive{
  justify-content: center;
  align-items: center;
}

.aroundbox.archive div {
  width: auto;
  font-size: 0;
}

.aroundbox.archive .wp-pagenavi{
  margin: 0;
}

.aroundbox.archive div.prev a::before,
.aroundbox.archive div.next a::before {
  width: 44px;
  height: 44px;
}

.aroundbox.archive div.next a::before{
	background: url(../images/common/slider_next.svg) no-repeat;
  background-size: cover;
}

.aroundbox.archive div.prev a::before{
  background: url(../images/common/slider_prev.svg) no-repeat;
   background-size: cover;
}

@media screen and (max-width: 1200px) {

 

  .aroundbox div.prev a{
    padding-left: 0.5em;
  }

  .aroundbox div.prev a::before{
    width: 17px;
    height: 17px;
  }

  .aroundbox div.next{
    text-align: right;
    position: relative;
    padding-right: 20px;
  }

  .aroundbox div.next a{
    padding-right: 0.5em;
  }

  .aroundbox div.next a::before{
    width: 17px;
    height: 17px;
  }

}


@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    /*width: auto;*/
  }

  .aroundbox{
    margin: 20px 0 0;
  }

  .aroundbox div.next a{
    padding-right: 1em;
  }


  .aroundbox div.prev  {
    display: none;
  }

  .aroundbox div.next{
    display: none;
  }
}

/* ページトップボタン */
#page-top {
  bottom: 5px;
  position: fixed;
  right: 6px;
  z-index: 3;
}


@media screen and (max-width: 767px) {

  #page-top {
    max-width: 63px;
    width: 100%;
  }

}

/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 0 0 4em;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 4em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}


.c-breadcrumb ul li::before{
  content: '';
  top: 49%;
  right: -33px;
  box-sizing: border-box;
  width: 19px;
  height: 19px;
  background-color: #000;
  position: absolute;
  transform: translate(0,-50%);
}


.c-breadcrumb ul li::after{
  content: '';
  top: 49%;
  right: -29px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  transform: translate(0, -50%);
}

.c-breadcrumb ul li:last-child:before,
.c-breadcrumb ul li:last-child:after{
  content: none;
}


.c-breadcrumb ul li {
  margin-right: 3.8em;
 }
 
 .c-breadcrumb ul li a {
   color: #202625;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 1200px) {
  .c-breadcrumb {
    padding: 0px 0 3em;
  }

  .c-breadcrumb ul {
    padding: 1em 0 1em 3.8em;
  }
}

@media screen and (max-width: 1025px) {
  .c-breadcrumb ul {
    padding: 1em 0 1em 0.9em;
  }
}

.inner {
  width: 100%;
  max-width: calc(1250px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2 {
  width: 100%;
  max-width: calc(1050px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.btn-circle{
  position:relative;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid #CE4058;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .25s ease, box-shadow .3s ease;
}

.btn-circle.white{
  border:1px solid #fff;
  background:#fff;
}

.btn-circle:hover{
  background:#fefefe;
  box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

/* Arrow base */
.btn-arrow__icon{
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 9px;
  transform:translateY(-50%);
}

/* Bikin “arrow” dari garis */
.btn-arrow__icon::before,
.btn-arrow__icon::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:100%;
  height:2px;
  background:#CE4058;
  transform-origin:right center;
}

.btn-arrow__icon::before{ transform:translateY(-1px) rotate(40deg); }
.btn-arrow__icon::after { transform:translateY(-1px) rotate(-40deg); }

/* Transitions */
.btn-arrow__icon--1,
.btn-arrow__icon--2{
  transition:transform .32s ease, opacity .32s ease;
}

/* Default State */
.btn-arrow__icon--1{
  transform:translate(0,-50%);
  opacity:1;
}

.btn-arrow__icon--2{
  transform:translate(-150%,-50%);
  opacity:0;
}

/* Hover: swap */
a:hover .btn-circle .btn-arrow__icon--1{
  transform:translate(150%,-50%);
  opacity:0;
}

a:hover .btn-circle .btn-arrow__icon--2{
  transform:translate(0,-50%);
  opacity:1;
}

.btn{
  max-width: 281px;
  width: 100%;
  display: block;
  border: 1px solid #CE4058;
  background-color: #fff;
  text-align: center;
  color: #CE4058;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding: 1em 1em;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.btn:hover{
  color: #CE4058;
}

.btn.slim{
  max-width: 391px;
  padding: 0.8em 1em;
}

.btn.pink{
  background-color: #F3CCCC;
  color:#CE4058 ;
}

.btn.red{
  border: 1px solid #CE4058;
  background-color: #CE4058;
  color: #fff;
  padding: 1.2em 1em;
}

.btn .btn-circle{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}

.btn .b-txt{
  display: table;
  position: relative;
  margin: 0 auto;
  padding-right: 2em;
}

.btn .b-txt .btn-circle{
  right: -9px;
}



@media screen and (max-width: 1540px) {

  .btn-circle{
    width: 23px;
    height: 23px;
  }

  .btn-arrow__icon {
    width: 5px;
    height: 5px;
  }

}

@media screen and (max-width: 1025px) {
    .btn.red {
        padding: 1em 1em;
    }
}

@media screen and (max-width: 768px) {

  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-circle {
    width: 20px;
    height: 20px;
  }

  .btn {
    font-size: 1.4rem;
    padding: 1em 0.5em;
  }

  .btn.red {
    padding: 1em 0.5em;
  }

  .btn-arrow__icon {
    width: 5px;
    height: 5px;
    right: 7px;
  }


}

/* ==================================================
   ヘッダー
================================================== */


.l-header{
  display: flex;
  height:115px;
  padding: 0 0 0 3em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: 0.3s ease-in-out;
  background-color: transparent;
}


.l-header.fixed {
  height: 102px;
  background-color: #fff;
}


.l-header .c-logo{
  position: relative;
  left: 0em;
  max-width: 307px;
  margin-bottom: 0;
  width: 100%;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  transition: 0.3s ease-in-out;
  padding: 9px 0 0;
}

.l-header.fixed .c-logo{
   background-color: rgba(255, 255, 255, 1);
}

.l-header .c-logo a{
  display: block;
  text-align: center;
}

.l-header .header-navlink{
  width: 73%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 1.5em;
}

.l-header .header-navlink ul{
  display: flex;
  align-items: center;
}

.l-header .header-navlink ul li a{
  color: #000;
  padding: 0 0.8em;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: 0.8s ease-in-out;
}

.l-header .header-navlink ul li a::before {
  background: #F7CCD3;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform-origin: center top;
  transform: translate(-50%, 0);
 transition: 0.8s ease-in-out;
  bottom: -13px;
  opacity: 0;
}
.l-header .header-navlink ul li a:hover::before {
  transform-origin: center top;
  transition: 0.8s ease-in-out;
  opacity: 1;
}

 

.l-header .header-navlink ul li.active a::before{
  content: '';
  background-color: #000;
  width: 13px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%,0);
}

.l-header.fixed .header-navlink ul li.active a::before{
  background-color: #000;
}

.h-sns{
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 87px;
  width: 100%;
}

.h-sns a{
  display: table;
}



.l-header .header-navlink .nav-toi{
  /*position: absolute;
  right: 0;
  top: -28px;*/
  max-width: 481px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}

.l-header .header-navlink .nav-toi a{
  width: 50%;
  /*transition: 0.8s ease-in-out;*/
  width: 100%;
  position: relative;
  padding: 1.3em 0.5em 1.3em;
}

.l-header.fixed .header-navlink .nav-toi a{
  padding: 0.9em 0.5em 0.8em;
}

.l-header .header-navlink .nav-toi a .btn-circle{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}

.l-header .header-navlink .nav-toi a:hover{
  opacity: 1;
}

.l-header .header-navlink .nav-toi a.recruit{
  background-color: #F7CCD3;
  color: #CE4058;
}

.l-header .header-navlink .nav-toi a.toi{
  background-color: #CE4058;
  color: #fff;
}

.l-header .header-navlink .nav-toi a img{
  display: block;
  margin: 0 auto;
}

.l-header .header-navlink .nav-toi .text{
  position: relative;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: table;
  margin: 0.3em auto 0;
  z-index: 2;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-header .g-nav-btn{
  max-width: 155px;
  width: 100%;
  margin-left: 1em;
}

.l-header .g-nav-btn a{
  background-color: #7B7068;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 0.8em 0.3em 0.7em;
  width: 100%;
}



.l-header #g-nav{
  position:fixed;
  z-index: 999;
  top:0;
  left: -120%;
  width:32%;
  height: 100vh;/*ナビの高さ*/
  background: linear-gradient(135deg, #ebabab 0%, #f7ccd3 100%);
  background-size: 200% 200%;
  animation: gradationAnim 4s ease infinite;
  /*動き*/
  transition: all 0.7s cubic-bezier(.43,.24,.54,.93);
}
@keyframes gradationAnim {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

/*アクティブクラスがついたら位置を0に*/
.l-header #g-nav.panelactive{
  left: 0;
}

/*ナビゲーションの縦スクロール*/
.l-header #g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 32%;
  height: 100vh;/*表示する高さ*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}



.l-header #g-nav li{
  list-style: none;
}


/*========= ボタンのためのCSS ===============*/
.l-header .openbtn1{
  position:absolute;
  z-index: 9999;/*ボタンを最前面に*/
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  width: 50px;
  height:50px;
  display: none;
}

/*×に変化*/  
.l-header .openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 50px;
  width: 1px;
  border-radius: 2px;
  background-color: #000;
}

.l-header .openbtn1.active span{
  background-color: #7F193F;
}

.l-header .openbtn1 span:nth-of-type(1) {
  top: 16px;
}

.l-header .openbtn1 span:nth-of-type(3) {
  top:24px; 
}

.l-header .openbtn1.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-40deg);
}

.l-header .openbtn1.active span:nth-of-type(3){
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(40deg);
}

.l-header .openbtn1.active span:nth-of-type(2){
  opacity: 0;
}


@media screen and (max-width:1875px) {

  .l-header .header-navlink {
    width: 76%;
  }

  .l-header .header-navlink ul li a {
    font-size: 1.6rem;
  }

}

@media screen and (max-width:1760px) {

  .l-header .header-navlink .nav-toi {
    max-width: 448px;
  }

  .l-header .header-navlink ul li a {
    padding: 0 0.7em;
  }

  .l-header {
    padding: 0 0 0 1em;
  }

}


@media screen and (max-width:1720px) {

  .l-header.fixed {
    height: 94px;
  }

  .l-header .c-logo {
    max-width: 266px;
  }

  .l-header .header-navlink {
    width: 84%;
  }

  .l-header .header-navlink .nav-toi .text{
    font-size: 1.6rem;
  }

  .l-header .header-navlink .nav-toi {
    max-width: 405px;
  }

}

@media screen and (max-width:1560px) {
  .l-header .c-logo {
    max-width: 217px;
  }

  .l-header .header-navlink {
     width: 85%;
  }
}


@media screen and (max-width:1466px) {

  .l-header .header-navlink .nav-toi {
    max-width: 323px;
  }

  .l-header .header-navlink .nav-toi .btn-circle{
    display: none;
  }

}


@media screen and (max-width:1375px) {

  .l-header .header-navlink ul li a {
    font-size: 1.4rem;
  }

  .l-header .header-navlink .nav-toi .text {
    font-size: 1.4rem;
  }

  .l-header .header-navlink .nav-toi {
    max-width: 296px;
  }
}

@media screen and (max-width:1260px) {
  .l-header .c-logo {
    max-width: 175px;
  }

  .l-header .header-navlink {
    width: 84%;
  }

  .l-header .header-navlink ul li a {
    padding: 0 0.5em;
    font-size: 1.2rem;
  }

  .l-header .header-navlink {
    gap: 0.4em;
  }

}

.l-header .h-sns.sp-sns{
  display: none;
}

@media screen and (max-width:1080px) {
  .l-header .header-navlink .nav-toi {
    max-width: 252px;
  }
}
    


@media screen and (max-width:1025px) {

  .l-header .h-sns.sp-sns{
    align-items: center;
    padding-right: 4.8em;
    display: flex;
    justify-content: center;
    gap: 24%;
    max-width: 120px;
  }

  .l-header .h-sns.sp-sns a img,
  .l-header .h-sns.sp-sns a{
    display: block;
  }


  .l-header .header-navlink{
    display: none;
  }

  .scroll-prevent {
    overflow: hidden;
  }

  .l-header {
    width: 100%;
    height: 55px;
    border-right: none;
    padding: 0;
  }

  .l-header.fixed{
     height: 55px;
  }

  .l-header .h-nav-top {
    padding: 4.5px 0;
    background-color: #fff;
  }

  .l-header .c-logo {
    position: relative;
    max-width: 145px;
    left: 17px;
    padding: 6px 0 3px;
  }

  .l-header .c-logo a {
    position: relative;
  }

  .l-header .header-lower{
    display: none;
  }

  .l-header .c-logo a .logo01 {
    max-width:44px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .l-header .c-logo a .logo02 {
    max-width: 42px;
  }
  

  .l-header .openbtn1 {
    display: block;
    position: absolute;
    top: 56%;
    left: auto;
    right: 6px;
    transform: translate(0%, -50%);
    cursor: pointer;
    height: 54px;
    width: 55px;
    border-radius: 100%;
  }

  .l-header .openbtn1.active{
    background-color: #fff;
  }

  .l-header .openbtn1 span {
    left: auto;
    right: 9px;
    height: 2px;
    width: 23px;
    top: 32px;
  }

  .l-header #g-nav.panelactive #g-nav-list {
    width: 100%;
  }

  .l-header #g-nav{
    left: auto;
    right: -120%;
    width: 100%;
  }
  
  .l-header #g-nav.panelactive{
    right: 0;
    left: auto;
  }


  /*ナビゲーション*/
  .gnav-wrapper{
    top:0;
    left:auto;
    transform: translate(0%,0%);
    width: 100%;
    height: 97vh;
    position: relative;
    overflow: scroll;
  }

  .gnav-wrapper .wrap-inner{
    min-height: 778px;
    overflow: hidden;
  }

  .gnav-wrapper .lower-box{
    padding: 0 1em 1em;
    margin-top: 2em;
  }

  .gnav-wrapper .lower-box .btn-wrap{
    display: flex;
    gap: 1%;
    align-items: center;
    justify-content: center;
  }

  .gnav-wrapper .lower-box .lower-sns{
    background-color: rgba(255, 233, 233, .8);
    margin-top: 1em;
    opacity: 0.8;
    text-align: center;
    padding: 0.8em 0.5em;
    border-radius: 5px;
  }

  .gnav-wrapper .lower-box .lower-sns .sns-ttl{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.8em;
    color: #A62152;
  }

  .gnav-wrapper .lower-box .lower-sns .h-sns{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 10%;
  }

  .l-header #g-nav li {
    text-align: left;
    display: block;
    width: 100%;
  }

  .l-header #g-nav .toi::after {
    content: '';
    width: 27px;
    height: 19px;
    background: url(../images/common/icon_mail.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 34px;
    top: 48%;
    transform: translate(0, -50%);
  }

  .l-header #g-nav .olshop::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_cart.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 34px;
    top: 48%;
    transform: translate(0, -50%);
  }

  .l-header #g-nav .ft-sns{
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 2em;
  }

  .l-header #g-nav .ft-sns a{
    max-width: 30px;
    width: 100%;
    display: block;
  }

  .gnav-wrapper .g-btn{
    display: block;
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
  }

  .gnav-wrapper .g-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
    border-left: 5px solid #000;
    z-index: 2;
  }

  .gnav-wrapper ul{
    padding: 4em 1em 1em;
  }
  
  .l-header #g-nav li a{
    display: block;
    color: #A62152;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1em 0.8em;
    font-weight: bold;
    text-align: left;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-bottom: 1px solid #F7CCD3;
  }
 
}



/* ==================================================
   フッター
================================================== */

.kgp-walk {
  position: absolute;
  bottom: -10px;
  z-index: 2;
}

.l-footer{
  position: relative;
  background: linear-gradient(135deg, #ebabab 0%, #f7ccd3 100%);
  background-size: 200% 200%;
  animation: gradationAnim 6s ease infinite;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 5em 0 5em;
  clear: both;
}

@keyframes gradationAnim {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

.l-footer .ft-wrap{
  display: flex;
  justify-content: space-between;
}

.l-footer .ft-wrap .ft-left{
  width: 30%;
}

.l-footer .ft-wrap .ft-left .ft-address{
  margin: 4em 0 2.5em;
  font-weight: bold;
}

.l-footer .ft-wrap .ft-left .sns-wrapper{
  display: flex;
  align-items: center;
  gap: 3%;
}

.l-footer .ft-wrap .ft-left .phone-wrapper{
  margin-top: 2em;
  display: flex;
  gap: 9%;
}

.l-footer .ft-wrap .ft-right{
  display: flex;
  width: 47%;
  gap: 17%;
}

.l-footer .ft-wrap .ft-right ul li a{
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  color: #A62152;
}

.l-footer .ft-wrap .ft-right > ul > li{
  margin-bottom: 1.5em;
}

.l-footer .ft-wrap .ft-right ul.child {
  padding-left: 1em;
  margin-top: 0.5em;
}

.l-footer .ft-wrap .ft-right ul.child li a{
  font-size: 1.5rem;
  position: relative;
  display: table;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.l-footer .lower-block{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  max-width: 87%;
  width: 100%;
  margin-top: 9em;
}

.l-footer .lower-block .lower-link{
  display: flex;
  gap: 10%;
  width: 31%;
}

.l-footer .lower-block .lower-link a{
  color: #A62152;
  font-weight: bold;
  font-size: 1.4rem;
}

.l-footer .copyright{
  font-size: 1.4rem;
  color: #A62152;
} 



@media screen and (max-width:1100px) {

  .l-footer .ft-wrap .ft-right {
    width: 58%;
    gap: 11%;
  }

  .l-footer .lower-block {
    max-width: 100%;
  }

  .l-footer .lower-block .lower-link {
    width: 48%;
  }

  .l-footer .ft-wrap .ft-right ul li a {
    font-size: 1.6rem;
  }

  .l-footer .ft-wrap .ft-left .phone-wrapper {
    display: block;
  }

  .l-footer .ft-wrap .ft-left .phone-wrapper span{
    display: block;
    margin-bottom: 0.5em;
  }

}



@media screen and (max-width:768px) {

  .l-footer {
    padding: 2em 0 2em;
  }

  .l-footer .ft-wrap .ft-left .logo{
    max-width: 241px;
    width: 100%;
    margin: 0 auto;
  }

  .l-footer .ft-wrap .ft-left .ft-address {
    margin: 1em auto 2em;
    display: table;
  }

  .l-footer .ft-wrap {
    padding: 2em 0 3em;
    display: block;
  }

  .l-footer .ft-wrap .ft-left .phone-wrapper {
    gap: 6%;
    font-size: 1.3rem;
  }

  .l-footer .ft-wrap .ft-left .sns-wrapper {
    justify-content: center;
  }

  .l-footer .ft-wrap .ft-left {
    width: 100%;
    margin-bottom: 2em;
  }

  .l-footer .ft-wrap .ft-right {
    display: table;
    margin: 0 auto;
    width: 63%;
  }

  .l-footer .ft-wrap .ft-right ul li a {
      font-size: 1.4rem;
  }

  .l-footer .ft-wrap .ft-right ul.child li a {
    font-size: 1.2rem;
  }

  .l-footer .ft-wrap .ft-right > ul > li {
    margin-bottom: 1em;
  }

  .l-footer .lower-block {
    display: block;
    max-width: 100%;
    margin-top: 2em;
  }

  .l-footer .lower-block .lower-link {
    gap: 10%;
    width: 100%;
    justify-content: center;
    margin-bottom: 1em;
  }

  .l-footer .lower-block .lower-link a {
    font-size: 1.3rem;
  } 

  .l-footer .copyright{
    text-align: center;
  }

}

/* ==================================================
   アニメーション
================================================== */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.9s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* fadeUp */
.element {
  /* 最初は非表示 */
  /*transform: translateY(30px);
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;*/
  opacity: 0;
}

.first-fade {
  /*transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;*/
  opacity: 0;
}

/* フェードイン時に入るクラス */
.is-fadein {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 

@keyframes fadeinfirst {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




/* ==================================================
   上に上に戻るボタン
================================================== */

.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  /*cursor: pointer;*/
  outline: none;
  padding: 0;
  /*appearance: none;*/

  /* ボタンの装飾 */
  position: fixed;
  right: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #3380A2;
  border: 1px solid #3380A2;
  display: flex;
  align-items: center;
  justify-content: center;
  /*transition: all 0.3s ease;*/
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  background-color: #fff;
}

.page-top:hover::before  {
  border-top: solid 1px #3380A2;
  border-right: solid 1px #3380A2;
}

@media screen and (max-width:768px) {

  .page-top {
    right: 9px;
  }

}


/* ==================================================
   共通
================================================== */

.lower-page{
  padding: 0 0 0em;
  background: url(../images/common/bg_pink.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
}

.lower-page::before{
  content: '';
  background: url(../images/common/deco_lpink.svg) repeat-y;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1.3%;
  background-size: 100%;
  z-index: 1;
}

.circlesign{
  position: relative;
}

.circlesign::before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0.75%;
  top: 0%;
  border-radius: 100%;
  background-color: #fff;
  border: 5px solid #CE4058;
  z-index: 2;
}

.page-ttl {
  margin-bottom: 1em;
}

.page-ttl.pt {
  position: relative;
  z-index: 1;
  padding-top: 13em;
}

.pt-heading{
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  padding-bottom: 0.5em;
}

.pt-heading .en{
  font-size: 5rem;
  font-weight: 900;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.pt-heading .lw-ttl{
  font-weight: 300;
  font-size: 3.5rem;
  padding-left: 2em;
  position: relative;
}

.pt-heading .lw-ttl::before{
  content: '';
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}


.c-heading{
  font-size: 2.8rem;
  font-weight: 500;
}

.c-heading span{
  display: block;
  font-size: 1.6rem;
}

.c-ttl{
  font-size: 4rem;
  position: relative;
  font-weight: 900;
}

.c-ttl span{
  font-weight: 900;
}

.c-ttl.pink{
  color: #CE4058;
}

.c-ttl span.sub{
  display: block;
  font-size: 3rem;
  color: #CE4058;
}

@media screen and (max-width:1500px) {

  .circlesign::before {
    left: 0.65%;
  }

}

@media screen and (max-width:1300px) {

 .lower-page::before {
    width: 5px;
    left: 0.6%;
 }

  .circlesign::before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0.15%;
    top: 0%;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #CE4058;
  }

}

@media screen and (max-width:1200px) {

  .c-ttl {
    font-size: 3rem;
  }

  .pt-heading .en{
    font-size: 4rem;
  }

}

@media screen and (max-width:1025px) {

  .pt-heading .jp {
    font-size: 2.6rem;
  }

  .page-ttl.pt {
    padding-top: 4em;
  }

  .pt-heading .en {
    font-size: 3.8rem;
    padding: 1.3em 0.2em 0.4em;
  }

  .c-ttl{
    font-size: 3rem;
  }

  .circlesign::before {
    width: 8px;
    height: 8px;
    left: 0.2%;
    border: 2px solid #CE4058;
  }

  .lower-page::before {
    width: 5px;
    height: 100%;
    top: 0;
    left: 0.5%;
  }

}


@media screen and (max-width:768px) {

  .lower-page {
    padding: 0 0 0em;
  }

  .page-ttl.pt {
    padding-top: 5em;
    margin-bottom: 0.5em;
  }

  .pt-heading .jp {
    font-size: 2rem;
  }

  .pt-heading .en {
    padding-top: 1em;
    font-size: 3rem;
  }

  .page-ttl-bnr {
    padding: 4em 1em;
  }

  .page-ttl-bnr .midashi {
    font-size: 2rem;
  }

  .pt-heading .lw-ttl {
    display: block;
    font-size: 1.6rem;
  }

  .pt-heading .lw-ttl::before {
    width: 21px;
  }

  .c-ttl{
    font-size: 2.3rem;
  }

  .c-ttl span.sub{
    font-size: 1.4rem;
  }

  .c-ttl::before {
    width: 34px;
    height: 2px;
  }

  .c-heading {
    font-size: 2.2rem;
  }

  .c-ttl2 {
    font-size: 1.4rem;
  }

  .c-ttl2 span{
    font-size: 2rem;
  }

}


/* ==================================================
    TOP
================================================== */

.p-top{
  padding: 0 0 0em;
  background: url(../images/common/bg_pink.png) no-repeat;
  background-size: 100%;
  background-position: center 10%;
  position: relative;
}

.p-top::before{
  content: '';
  background: url(../images/common/deco_lpink.svg) repeat-y;
   width: 7px;
  height: 100%;
  position: absolute;
  top: 182px;
  left: 1.3%;
  background-size: 100%;
}

.p-top .circlesign::before {
  top: 10%;
}

.p-top .mv-area{ 
  position: relative;
  padding-top: 14em;
  padding-bottom: 19em;
}

.p-top .mv-area::before{ 
  content: '';
  background: url(../images/common/deco_lpink.svg) repeat-y;
  width: 7px;
  height: 125%;
  position: absolute;
  top: -224px;
  left: 652px;
  background-size: 100%;
  transform: rotate(-65deg);
}

.p-top .mv-area .mv-wrap{
  max-width: 85%;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.p-top .mv-area .mvmain{
  max-width: 51%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 19%;
}

.p-top .mv-area .mv-wrap .c-ttl{
  font-size: 12rem;
  line-height: 1.2;
  font-weight: 900;
}

.p-top .mv-area .mv-wrap .catch{
  font-size: 4.8rem;
  font-weight: 900;
  color: #D2335E;
  margin: 1em 0;
  line-height: 1.4;
}

.p-top .mv-area .mv-wrap .catch .en{
  display: inline;
  font-weight: 500;
  font-size: 5.4rem;
}

.p-top .mv-area .mv-wrap p{
  font-size: 3rem;
  font-weight: 900;
}

.p-top .upper-block{
  max-width: 1100px;
  width: 100%;
  margin: 0 0 8em auto;
}

.p-top .upper-block .ttl-wrap{
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.p-top .upper-block .ttl-wrap .img{
  width: 27%;
}

.p-top .upper-block .ttl-wrap .c-ttl{
  width: 67%;
}

.p-top .upper-block .text-wrap{
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin-top: 3em;
}

.p-top .upper-block .text-wrap .text-box{
  width: 58%;
}

.p-top .upper-block .text-wrap .text-box .btn{
  margin-top: 2em;
}

.p-top .upper-block .text-wrap .img{
  width: 36%;
}

.p-top .upper-block .text-wrap .img img{
  display: table;
  margin: 0 auto;
}

.p-top .upper-block .text-wrap .img a{
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 1em auto 0;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.p-top .upper-block .text-wrap .img a:hover{
  transform: translateY(-6px);
}

.rs-wrapper{
  overflow: hidden;
}

.rs-wrapper .r-box{
  margin: 0 20px;
}

.rs-wrapper .r-box img{
  height: auto;
}

.monozukuri-area{
  padding: 5em 0 9em;
  position: relative;
  text-align: center;
  /*background-image: url(../images/top/bg_monozukuri.png);*/
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: left 10%;
}

.monozukuri-area p{
  font-size: 2.2rem;
}

.monozukuri-area .c-ttl{
  font-size: 4.1rem;
  font-weight: 900;
  margin-bottom: 1em;
}

.monozukuri-area .btn{
  max-width: 400px;
  margin: 5em auto 0;
}

.top-sample-area{
  padding: 5em 0 8em;
}

.top-sample-area .c-ttl{
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
}

.top-sample-area .top-text{
  font-size: 2.2rem;
  text-align: center;
  margin: 2em 0 3em;
}

.sample-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 1219px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

.sample-list li{
  width: 23%;
}

.sample-list li a{
  display: block;
  color: #000;
  text-align: center;
}

.sample-list li a p{
  margin: 1em 0;
}

.sample-list li a .s-name{
  font-size: 2.6rem;
  color: #A62152;
  font-weight: bold;
  text-align: center;
}

.top-product-area{
  padding: 5em 0 9em;
}

.top-product-area .inner{
  max-width: calc(1668px + 5% * 2);
}

.top-product-area .c-ttl{
  text-align: center;
}

.top-product-area .top-text{
  text-align: center;
  font-size: 2.2rem;
  margin-top: 1em;
  margin-bottom: 5em;
}

.product-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.product-list li{
  width: 23%;
  margin-bottom: 5em;
}

.product-list li a{
  display: block;
  color: #000;
   transition-duration: 0.9s;
}

.product-list li a .s-name{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0.5em 0;
}

.product-list li a figure{
  width: 100%;
  padding-top: 69.14%;
  overflow: hidden;
  position: relative;
}

.product-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: 0.9s;
}

.product-list li a .btn{
  margin: 2em auto 0;
}

/*.product-list li a:hover{
  opacity: 1;
}

.product-list li a:hover .s-name,
.product-list li a:hover p{
  opacity: 0.6;
  transition-duration: 0.9s;
}*/

.top-column-area{
  background-color: #F6F6F6;
  /*background-image: url(../images/top/bg_column.png);*/
  background-repeat: no-repeat;
  background-size: 36%;
  background-position:  right top;
  padding: 8em 0 16em;
  position: relative;
}



.top-column-area .inner {
  width: 100%;
  max-width: calc(1684px + 5% * 2);
}

.top-column-area .c-ttl{
  text-align: center;
  line-height: 1.4;
}

.top-column-area .column-list{
  display: flex;
  justify-content: center;
  gap: 2%;
  position: relative;
  margin: 4em 0 5em;
}

/*.top-column-area .column-list::after {
  content: "";
  display: block;
  width: 31%;
}*/

.top-column-area .column-list li{
  width: 21%;
}

.top-column-area .column-list li figure{
  width: 100%;
  padding-top: 65.14%;
  overflow: hidden;
  position: relative;
}

.top-column-area .column-list li figure img{
  max-width: initial;
  width: 112%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: 0.9s;
}

.top-column-area .column-list li a{
  display: block;
  color: #000;
}

.top-column-area .column-list li a:hover img{
  opacity: 1;
  width: 116%;
  transition-duration: 0.5s;
}

.top-column-area .column-list li a .c-title{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 1em;
}

.top-column-area .column-list li a .c-date{
  color: #AAAAAA;
  text-align: right;
  font-weight: 500;
}

.top-column-area .btn{
  margin: 0 auto;
}

.top-column-area .banner-wrapper{
  margin-top: 9em;
}


@media screen and (max-width: 1710px) {
  .p-top .mv-area .mv-wrap{
    max-width: 93%;
  }
}

@media screen and (max-width: 1570px) {

 .p-top .mv-area .mv-wrap {
    max-width: 92%;
 }

}

@media screen and (max-width: 1500px) {

  .p-top .mv-area .mv-wrap {
    max-width: 94%; 
  }
  
  .p-top .mv-area .mv-wrap .c-ttl {
    font-size: 9rem;
  }

  .p-top .mv-area .mv-wrap .catch {
    font-size: 3rem;
  }

  .p-top .mv-area .mv-wrap p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1421px) {

  .p-top::before {
    top: 116px;
  }

  .p-top .mv-area::before {
    top: -224px;
    left: 563px;
  }
}

@media screen and (max-width: 1260px) {

  .p-top .mv-area::before {
    top: 138px;
    width: 5px;
    left: 0.7%;
  }

  .p-top::before {
    top: 138px;
  }

  .p-top .mv-area {
    padding-bottom: 12em;
  }

  .p-top .mv-area .mv-wrap {
    max-width: 96%;
  }

  .p-top .mv-area .mv-wrap .c-ttl {
    font-size: 8.4rem;
  }

  .p-top .mv-area .mv-wrap .catch {
    font-size: 2.8rem;
  }

  .p-top .mv-area .mv-wrap p {
    font-size: 2rem;
  }

  .p-top .upper-block .text-wrap {
    width: 69%;
    margin: 2em auto 0;
  }

}

@media screen and (max-width: 1200px) {
  .monozukuri-area p{
    font-size: 1.8rem;
  }

  .monozukuri-area .c-ttl {
    font-size: 3.1rem;
  }

  .top-sample-area .top-text{
    font-size: 1.6rem;
  }

  .top-product-area .top-text {
    font-size: 1.6rem;
  }

  .top-column-area .column-list li a .c-title{
    font-size: 1.4rem;
  }

  .product-list li a .s-name {
    font-size: 2rem;
  }

}

@media screen and (max-width: 1025px) {

  .p-top::before {
    top: 106px;
    left: 0.5%;
    width: 5px;
  }

  .p-top .mv-area::before {
    left: 435px;
    transform: rotate(-60deg);
    top: -136px;
  }

  .p-top .mv-area .mv-wrap .catch .en{
    font-size: 2.4rem;
  }

  .p-top .mv-area .mvmain{
    top: auto;
    bottom: 0;
  }

  .p-top .mv-area .mv-wrap .c-ttl {
    font-size: 9rem;
  }

  .p-top .mv-area .mv-wrap .catch {
    font-size: 2.8rem;
  }

  .p-top .mv-area .mv-wrap p {
    font-size: 2rem;
  }

  .rs-wrapper .r-box {
    margin: 0 10px;
  }

  .monozukuri-area {
    padding: 5em 0 5em;
  }

  .monozukuri-area .c-ttl {
    font-size: 3.1rem;
  }

  .monozukuri-area p {
    font-size: 1.6rem;
  }

  .top-sample-area {
    padding: 3em 0 4em;
  }

  .top-sample-area .top-text {
    font-size: 1.6rem;
  }

  .sample-list li {
    width: 47%;
  }

  .sample-list li a .s-name {
    font-size: 2.2rem;
  }

  .product-list li {
    width: 31%;
  }

  .product-list li a .s-name {
    font-size: 2.2rem;
  }

  .top-product-area {
    padding: 3em 0 2em;
  } 

  .top-product-area .top-text {
    font-size: 1.6rem;
    margin-top: 1em;
    margin-bottom: 4em;
  }

  .top-column-area {
    padding: 5em 0 5em;
  }

  .top-column-area .column-list li a .c-title {
    font-size: 1.6rem;
  }

  .top-column-area .banner-wrapper {
    margin-top: 6em;
  }



}

@media screen and (max-width: 768px) {

  .p-top .circlesign::before {
    top: 2%;
  }

  .p-top {
    background-size: 158%;
    background-position: center 436px;
  }
  
  .p-top::before {
    top: 66px; 
  }

  .p-top .mv-area {
    padding-top: 8em;
    padding-bottom: 16em;
  }

  .p-top .mv-area::before {
    content: none;
    /*left: 348px;
    transform: rotate(-55deg);
    top: -105px;
    width: 5px;*/
  }

  .p-top .mv-area .mv-wrap .catch .en{
    font-size: 2.4rem;
  }

  .p-top .mv-area .mvmain {
    max-width: 89%;
    width: 100%;
    top: auto;
    bottom: -78px;
  }

  .p-top .mv-area .mv-wrap {
    max-width: 100%;
    padding: 0 1em 0 2em;
  }

  .p-top .mv-area .mv-wrap .c-ttl {
    font-size: 4.8rem;
    letter-spacing: 0;
  }

  .p-top .mv-area .mv-wrap .catch {
    font-size: 2rem;
  }

  .p-top .mv-area .mv-wrap p {
    font-size: 1.6rem;
  }

  .p-top .upper-block {
    margin: 6em 0 8em auto;
  }

  .p-top .upper-block .ttl-wrap{
    display: block;
  }

  .p-top .upper-block .ttl-wrap .c-ttl {
    width: 100%;
  }

  .p-top .upper-block .text-wrap{
    display: block;
    width: 100%;
    margin-top: 2em;
  }

  .p-top .upper-block .text-wrap .text-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .p-top .upper-block .text-wrap .img {
    width: 61%;
    margin: 0 auto;
  }

  .p-top .upper-block .text-wrap .text-box .btn {
    margin: 2em auto 0;
  }


  .rs-wrapper .r-box {
    margin: 0 10px;
  }

  .monozukuri-area {
    padding: 4em 0 3em
  }

  .monozukuri-area .c-ttl {
    font-size: 2.3rem;
    letter-spacing: 0;
  }

  .monozukuri-area p{
    font-size: 1.4rem;
  }

  .monozukuri-area .btn {
    margin: 3em auto 0;
  }

  .top-sample-area {
    padding: 3em 0 2em;
  }
  
  .top-sample-area .top-text {
    font-size: 1.4rem;
  }

  .sample-list li {
    width: 100%;
    margin-bottom: 3em;
  }

   .sample-list li:last-child{
    margin-bottom: 0;
   }

  .sample-list li a p {
    font-size: 1.3rem;
  }

  .sample-list li a .s-name {
    font-size: 2rem;
  }

  .top-product-area {
    padding: 3em 0 5em;
  }

  .top-product-area .top-text {
    font-size: 1.4rem;
  }

  .product-list{
    display: block;
  }

  .product-list li {
    width: 100%;
    margin-bottom:6em;
  }

  .product-list li:last-child{
    margin-bottom: 0;
  }

  .product-list li p{
    height: auto;
  }

  .product-list li a .s-name {
    font-size: 2rem;
  }

 .top-column-area .column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin: 3em 0 3em;
 }

 .top-column-area .column-list li {
    width: 49%;
    margin-bottom: 2em;
  }

  .top-column-area .column-list li a .c-title {
    font-size: 1.4rem;
  }

  .top-column-area .column-list li a .c-date {
    font-size: 1.2rem;
  }

  .top-column-area .banner-wrapper {
    margin-top: 5em;
  }

}



/* ==================================================
    
================================================== */




@media screen and (max-width: 1025px) {

  
}


@media screen and (max-width: 768px) {

  
}

/* ==================================================
    私たちについて
================================================== */

.p-about.lower-page {
  background-position: center 7%;
}

.p-about .about-main{
  position: relative;
  padding-bottom: 12em;
  padding-top: 14em;
}

.p-about .about-main .c-ttl{
  font-size: 7rem;
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 1.4;
}

.p-about .about-main .c-ttl .sub{
  font-size: 4rem;
  color: #D2335E;
  display: block;
  margin-top: 1em;
}

.p-about .abt-wrap{
  max-width: 91%;
  width: 100%;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}

.p-about .about-main .maindeco{
  max-width: 996px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-about .about-main p{
  line-height: 2;
  font-weight: 500;
  font-size: 1.8rem;
}

.p-about .strength-area{

  margin-top: 10em;
}

.p-about .strength-area .c-ttl{
  text-align: center;
  font-weight: 900;
  margin-bottom: 2em;
}

.p-about .strength-area .s-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6em;
  align-items: center;
}

.p-about .strength-area .s-box:nth-child(odd){
  flex-flow: row-reverse;
}

.p-about .strength-area .s-box figure{
  width: 46%;
}

.p-about .strength-area .s-box .text-box{
  width: 50%;
}

.p-about .strength-area .s-box .text-box p{
  font-size: 1.8rem;
  padding-left: 4em;
  margin-top: 1em;
  font-weight: 500;
}

.p-about .strength-area .s-box .text-box .service-name{
  display: flex;
  margin-bottom: 0.3em;
  align-items: flex-start;
  gap: 3%;
}

.p-about .strength-area .s-box .text-box .service-name .text{
  font-size: 4rem;
  font-weight: 900;
  width: 83%;
}

.p-about .num{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #CE4058;
  color: #CE4058;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}

.p-about .ordermade-area{
  background-color: #F6F6F6;
  padding: 6em 4em;
  text-align: center;
}

.p-about .ordermade-area .btn{
  margin: 3em auto 0;
}

.p-about .ordermade-area .top-text{
  margin: 1.5em 0 3em;
  font-size: 2rem;
}

.p-about .ordermade-area .om-wrap{
  display: flex;
  justify-content: space-between;
}

.p-about .ordermade-area .om-wrap .om-box{
  width: 32%;
  background-color: #fff;
  padding: 2em 1em;
  text-align: center;
}

.p-about .ordermade-area .om-wrap .om-box .c-ttl{
  font-size: 2.8rem;
  margin-bottom: 1em;
}

.p-about .ordermade-area .om-wrap .om-box .num{
  margin: 0 auto;
}

.p-about .service-area{
  padding: 5em 0 9em;
}

.p-about .service-area .inner{
  max-width: calc(1450px + 5% * 2);
}

.p-about .service-area .c-ttl{
  text-align: center;
}

.p-about .service-area .top-text{
  text-align: center;
  font-size: 2rem;
  margin: 1em 0 3em;
}

.service-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 11em;
}

.service-wrap .s-box{
  width: 48%;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.service-wrap .s-box figure{
  width: 49%;
}

.service-wrap .s-box figure img{
  display: block;
  height: auto;
}

.service-wrap .s-box .text-box{
  width: 46%;
}

.service-wrap .s-box .text-box p{
  margin: 0.5em 0 1em;
}

.service-wrap .s-box .text-box .service-name{
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  padding-left: 1em;
}

.service-wrap .s-box .text-box .service-name::before{
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #CE4058;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.sample-banner{
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}

.quality-area{
  padding: 5em 0 7em;
  text-align: center;
}

.quality-area .c-ttl{
  text-align: center;
  margin-bottom: 0.4em;
}

.quality-wrap{
  display: flex;
  justify-content: space-between;
  margin: 6em 0 5em;
}

.p-about .quality-wrap{
  padding: 0 4em;
}

.quality-wrap .q-box{
  width: 29%;
}

.quality-wrap .q-box:nth-last-child(2){
  padding-top: 6em;
}

.quality-wrap .q-box .q-ttl{
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

.p-about .flow-area{
  padding: 6em 0 14em;
  background-color: #F6F6F6;
}

.p-about .flow-area .c-ttl {
  text-align: center;
}

.p-about .flow-area .top-text {
  text-align: center;
  font-size: 2.2rem;
  margin: 1em 0 0;
}

.p-about .history-outer {
  padding-top: 14em;
}

.p-about .history-slider .slick-next,
.p-about .history-slider .slick-prev {
  top: -44%;
}

.p-about .history-slider .flow-ttl{
  display: flex;
  align-items: center;
  gap: 7%;
  margin: 1em 0 1em;
}

.p-about .history-slider .flow-ttl span{
  font-size: 2rem;
  font-weight: bold;
}

.p-about .history-slider .slick-slide{
  margin: 0 29px;
}

.p-about .lower-banner{
  padding: 6em 0 15em;
}


@media screen and (max-width: 1890px) {
  .p-about .about-main .maindeco {
    max-width: 916px;
  }
}

@media screen and (max-width: 1820px) {
  .p-about .about-main .maindeco {
    max-width: 846px;
  }
}

@media screen and (max-width: 1748px) {
  .p-about .about-main p {
      font-size: 1.6rem;
  }
  .p-about .about-main .c-ttl .sub {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1654px) {

  .p-about .about-main .maindeco {
    max-width: 769px;
  }
}

@media screen and (max-width: 1605px) {

  .p-about .abt-wrap {
    max-width: 95%;
  }

  .p-about .about-main .c-ttl {
    font-size: 6rem;
  }

  .p-about .about-main .c-ttl .sub {
    font-size: 3rem;
  }

  .p-about .about-main p {
    font-size: 1.6rem;
  }

  .p-about .about-main .maindeco {
    max-width: 866px;
  }
}

@media screen and (max-width: 1475px) {

  .p-about .about-main .maindeco {
    max-width: 694px;
  }
}

@media screen and (max-width: 1250px) {

  .p-about .about-main .maindeco {
    max-width: 642px;
  }
}

@media screen and (max-width: 1220px) {

  .p-about .about-main .c-ttl {
    font-size: 5rem;
  }

  .p-about .about-main .c-ttl .sub {
    font-size: 2.4rem;
  }

  .p-about .about-main p {
        font-size: 1.4rem;
  }

  .p-about .about-main .maindeco {
    max-width: 593px;
  }

  .p-about .strength-area .s-box .text-box .service-name .text{
    font-size: 2.2rem;
  }

  .p-about .strength-area .s-box .text-box p {
    font-size: 1.4rem;
  }

  .p-about .ordermade-area .om-wrap .om-box .c-ttl {
    font-size: 2.2rem;
  }

  .p-about .ordermade-area .top-text {
    font-size: 1.6rem;
  }

  .p-about .service-area .top-text {
    font-size: 1.6rem;
  }

  .p-about .history-slider .slick-slide {
    margin: 0 9px;
  }

  .p-about .history-slider .slick-next, .p-about .history-slider .slick-prev {
    top: -35%;
  }

  .p-about .flow-area .top-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1120px) {

  .p-about .about-main p {
    font-size: 1.5rem;
  }

  .p-about .about-main .maindeco {
    max-width: 466px;
  }

}

@media screen and (max-width: 1025px) {

  .p-about .about-main .c-ttl {
    font-size: 4.8rem;
  }

  .p-about .about-main .c-ttl .sub {
    font-size: 2.4rem;
  }

  .p-about .about-main {
    padding-bottom: 26em;
    padding-top: 6em;
  }

  .p-about .about-main .maindeco {
    max-width: 430px;
  }

  .p-about .strength-area .c-ttl {
    margin-bottom: 1.5em;
  }

  .p-about .strength-area {
    margin-top: 5em;
  }

  .p-about .strength-area .s-box .text-box .service-name .text {
    font-size: 2.4rem;
  }

  .p-about .strength-area .s-box .text-box p {
    font-size: 1.4rem;
  }

  .p-about .num {
    width: 44px;
    height: 44px;
    justify-content: center;
    font-size: 1.6rem;
  }

  .p-about .ordermade-area {
    padding: 6em 2em;
  }

  .p-about .ordermade-area .top-text {
    font-size: 1.4rem;
  }

  .p-about .ordermade-area .om-wrap .om-box .c-ttl {
    font-size: 1.8rem;
  }

  .p-about .service-area {
    padding: 5em 0 5em;
  }

  .p-about .service-area .top-text {
    font-size: 1.4rem;
  }

  .service-wrap {
    margin-bottom: 4em;
  }

  .p-about .quality-wrap {
    padding: 0 0em;
  }

  .p-about .flow-area .top-text {
    font-size: 1.4rem;
  }

  .quality-area {
    padding: 2em 0 5em;
  }

  .quality-wrap .q-box .q-ttl {
    font-size: 2.2rem;
  }

  .p-about .history-slider .slick-next, .p-about .history-slider .slick-prev {
    top: -20%;
  }


  .p-about .history-slider .slick-next{
    right: 42%;
  }

  .p-about .history-slider .slick-prev {
    right: auto;
    left: 42%;
  }

  .p-about .flow-area {
    padding: 4em 0 5em;
  }

  .p-about .lower-banner {
    padding: 3em 0 3em;
  }

  .p-about .history-slider .flow-ttl img{
    max-width: 24%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .p-about.lower-page {
    background-position: center top;
  }

  .p-about .about-main {
    padding-bottom: 17em;
    padding-top: 5em;
  }

  .p-about .abt-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
  }

  .p-about .about-main .c-ttl {
    font-size: 4rem;
  }

  .p-about .about-main .c-ttl span {
    font-size: 2rem;
  }

  .p-about .about-main p {
    font-size: 1.4rem;
    font-size: 1.6;
  }

  .p-about .about-main .maindeco {
    max-width: 300px;
  }

  .p-about .service-area {
    padding: 5em 0 4em;
  }

  .service-wrap {
    margin-bottom: 5em;
  }

  .p-about .service-area .top-text {
    font-size: 1.42rem;
  }

  .service-wrap {
    display: block;
  }

  .service-wrap .s-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .service-wrap .s-box figure {
    width: 41%;
  }

  .service-wrap .s-box .text-box {
    width: 54%;
  }

  .service-wrap .s-box .text-box .service-name {
    font-size: 2.2rem;
  }
  

  .quality-wrap {
    padding: 0 0;
    display: block;
    margin: 4em 0 1em;
  }

  .quality-wrap .q-box .q-ttl {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }

  .quality-wrap .q-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .quality-wrap .q-box figure{
    max-width: 51%;
    margin: 0 auto;
  }

  .quality-wrap .q-box:nth-last-child(2) {
    padding-top: 0;
  }

  .p-about .strength-area .s-box {
    display: block;
  }

  .p-about .strength-area .s-box .text-box {
    width: 100%;
  }

  .p-about .strength-area .s-box .text-box .service-name .text {
    font-size: 2rem;
  }

  .p-about .strength-area .s-box .text-box p {
    font-size: 1.4rem;
    padding-left: 0;
  }

  .p-about .strength-area .s-box figure {
    width: 100%;
    margin-top: 1em;
  }

  .p-about .strength-area .s-box {
    margin-bottom: 3em;
  }

  .p-about .num {
    width: 44px;
    height: 44px;
  }

  .p-about .flow-area {
    padding: 4em 0 6em;
  }

  .p-about .flow-area .top-text {
    font-size: 1.4rem;
  }
  

  .p-about .ordermade-area {
    padding: 4em 1em;
  }

  .p-about .ordermade-area .top-text {
    font-size: 1.4rem;
  }

  .p-about .ordermade-area .om-wrap {
    display: block;
  }

  .p-about .ordermade-area .om-wrap .om-box {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-about .ordermade-area .om-wrap .om-box .c-ttl {
    font-size: 2rem;
    margin: 0.8em 0 0.5em;
  }

  .quality-area {
    padding: 2em 0 5em;
  }

  .p-about .history-slider .slick-slide{
    margin: 0 10px;
  }

  .p-about .history-slider .slick-next, .p-about .history-slider .slick-prev {
    top: -17%;
  }

  .p-about .history-slider .slick-prev {
    left: 40%;
  }

  .p-about .history-slider .slick-next {
    right: 40%;
  }



  .p-about .history-slider .flow-ttl img{
    max-width: 48px;
    width: 100%;
  }

  .p-about .history-slider .flow-ttl span {
    font-size: 1.8rem;
  }

  .p-about .lower-banner {
    padding: 3em 0 3em;
  }
      
}

/* ==================================================
  採用情報
================================================== */

.lower-page.p-recruit{
  background-position: center 7%;
}

.staff-mv{
  position: relative;
  padding: 11em 0 5em;
  height: 100vh;
}

.still-img.img01{
  max-width: 597px;
  width: 100%;
  position: absolute;
  right: 1%;
  top: 15%;
  animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
}

.still-img.img01 .still-wrap{
  position: relative;
}

.still-img.img01 .still-wrap .kagapy{
  position: absolute;
  bottom: 0;
  left: -64px;
  max-width: 156px;
  width: 100%;
}

.still-img.img02{
  max-width: 315px;
  width: 100%;
  position: absolute;
  right: 42%;
  bottom: 17%;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.still-img.img03{
  max-width: 165px;
  width: 100%;
  position: absolute;
  top: 28%;
  left: 3%;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes floating-y2 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/* メインビジュアルのラッパーが相対 */
.top-mv {
  position: relative;
  overflow: hidden;
}

/* ポンポンレイヤー */
.mv-pop {
  position: absolute;
  inset: 0;                /* top/right/bottom/left:0; */
  pointer-events: none;
  z-index: 2;              /* 必要に応じて調整 */
}

/* ポンする1個1個 */
.mv-pop__item {
  position: absolute;
          /* 画像サイズに合わせて調整してね */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.7) translateY(15px);
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.3, 1.5, .3, 1); /* ちょいポヨッ */
}

/* 出てる時の状態 */
.mv-pop__item.is-show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* 位置はここで固定する（例） */
.mv-pop__item.pop-1 { top: 11%; left: 28%; width:180px;height: 198px;}
.mv-pop__item.pop-2 { top: 8%; left: 57%; width:269px;height: 269px;}
.mv-pop__item.pop-3 { bottom: 12%; left: 3%; width:264px;height: 225px;}
.mv-pop__item.pop-4 { bottom: 5%; left: 24%; width:200px;height: 230px;}

/* ★ ここに背景画像を全部 CSS で定義する ★ */
.bg-anime01 { background-image: url("../images/recruit/img_anime01.png"); }
.bg-anime02 { background-image: url("../images/recruit/img_anime02.png"); }
.bg-anime03 { background-image: url("../images/recruit/img_anime03.png"); }
.bg-anime04 { background-image: url("../images/recruit/img_anime04.png"); }
.bg-anime05 { background-image: url("../images/recruit/img_anime04.png"); }
.bg-anime06 { background-image: url("../images/recruit/img_anime03.png"); }
.bg-anime07 { background-image: url("../images/recruit/img_anime02.png"); }
.bg-anime08 { background-image: url("../images/recruit/img_anime01.png"); }


.staff-mv .midashi{
  max-width: 783px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0px, -50%);
}

/* ===== initial（ロード前） ===== */
.staff-mv .midashi,
.staff-mv .still-img,
.staff-mv .mv-pop {
  opacity: 0;
  transform: translateY(18px);
}

/* ===== trigger（ロード後） ===== */

.staff-mv.is-loaded .still-img,
.staff-mv.is-loaded .mv-pop {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.staff-mv.is-loaded .midashi{
  opacity: 1;
  transform: translate(0px, -50%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 順番：midashi → img01 → img02 → img03 → mv-pop */
.staff-mv.is-loaded .midashi { transition-delay: 0.15s; }

.staff-mv.is-loaded .img01 { transition-delay: 0.35s; }
.staff-mv.is-loaded .img02 { transition-delay: 0.55s; }
.staff-mv.is-loaded .img03 { transition-delay: 0.75s; }

.staff-mv.is-loaded .mv-pop { transition-delay: 0.95s; }

.p-recruit .about-company{
 padding: 5em 0 3em;
}
   
.p-recruit .about-company .about-wrapper{
  display: flex;
  max-width: 1589px;
  width: 100%;
  gap: 5%;
  padding-right: 1em;
}

.p-recruit .about-company .about-wrapper figure{
  width: 59%;
}

.p-recruit .about-company .about-wrapper .text-box{
  width: 39%;
  font-size: 2rem;
  line-height: 1.8;
}


.p-recruit .business-area{
  padding: 2em 0 6em;
}

.p-recruit .business-area .c-ttl{
  text-align: center;
}

.p-recruit .business-area .top-text{
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  margin: 1em 0 3em;
}

.p-recruit .business-area .b-box{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-bottom: 1em;
}

.p-recruit .business-area .b-box figure{
  width: 37%;
}

.p-recruit .business-area .b-box .text-box{
  width: 56%;
  padding-right: 10em;
}

.p-recruit .business-area .b-box .text-box .c-ttl{
  text-align: left;
  position: relative;
  padding-left: 1em;
  font-size: 3.4rem;
}

.p-recruit .business-area .b-box .text-box .c-ttl::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(206, 64, 88);
  border-image: initial;
}

.p-recruit .business-area .b-box .text-box .note{
  color: #929292;
  font-size: 1.6rem;
  margin: 0.4em 0 1.6em;
  font-weight: bold;
}

.p-recruit .welfare-area{
  background-color: #F6F6F6;
  padding: 6em 0;
}

.p-recruit .welfare-area .c-ttl{
  text-align: center;
}

.p-recruit .welfare-area .top-text{
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  margin: 1em 0 3em;
}

.p-recruit .welfare-area .welfare-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3%;
} 

.p-recruit .welfare-area .welfare-wrap .w-box{
  width: 24%;
  background-color: #fff;
  padding: 1.5em 1em 1.5em 7em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w1{
  background-image: url(../images/recruit/bg_welfare01.png);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: left center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w2{
  background-image: url(../images/recruit/bg_welfare02.png);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 4% center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w3{
  background-image: url(../images/recruit/bg_welfare03.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 4% center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w4{
  background-image: url(../images/recruit/bg_welfare04.png);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: left center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w5{
  background-image: url(../images/recruit/bg_welfare05.png);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: left center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w6{
  background-image: url(../images/recruit/bg_welfare06.png);
  background-repeat: no-repeat;
  background-size: 23%;
  background-position: 3% center;
}

.p-recruit .welfare-area .welfare-wrap .w-box.w7{
  background-image: url(../images/recruit/bg_welfare07.png);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: left center;
}

.p-recruit .welfare-area .welfare-wrap .w-box ul{
  width: 100%;
}

.p-recruit .welfare-area .welfare-wrap .w-box ul li{
  display: block;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}

.p-recruit .welfare-area .welfare-wrap .w-box ul li::before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
}

.p-recruit .welfare-area .welfare-wrap .w-box .w-ttl{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-recruit .ceo-area {
  padding: 7em 0 8em;
}
    
.p-recruit .ceo-area .top-wrap{
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.p-recruit .ceo-area figure{
  width: 46%;
}

.p-recruit .ceo-area .profile-box{
  width: 45%;
}

.p-recruit .ceo-area .profile-box .c-ttl{
  font-size: 6rem;
  line-height: 1.4;
}

.p-recruit .ceo-area .profile-box .c-ttl .sub{
  font-size: 2.5rem;
}

.p-recruit .ceo-area .profile-box .ceo-name{
  color: #676767;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
}

.p-recruit .ceo-area .profile-box .ceo-name span{
  display: block;
  font-size: 2.5rem;
  margin-top: 0.2em;
}

.p-recruit .ceo-area .profile-box figure{
  width: 46%;
}

.p-recruit .ceo-area .m-text{
  line-height: 2;
  margin-top: 6em;
}


.p-recruit .staffintro-area{
  
}


.p-recruit .staffintro-area .c-ttl{
  text-align: center;
  margin-bottom: 0.4em;
}

.p-recruit .staffintro-area .top-text{
  text-align: center;
  font-size: 2rem;
  margin: 1em 0 3em;
}

.p-recruit .staffintro-area .others-list{
  padding-bottom: 4em;
}

.p-recruit .staffintro-area .others-list li.slick-slide{
  margin: 0 40px;
}

.p-recruit .staffintro-area .others-list .slick-dots li button:before {
  font-size: 34px;
  color: #F7CCD3;
  opacity: .75;
}

.p-recruit .staffintro-area .others-list .slick-dots li.slick-active button:before{
  color: #CE4058;
  opacity: 1;
}

.p-recruit .others-list li a .o-ttl {
  font-size: 2.5rem;
}

.p-recruit .others-list li a figure img{
  display: block;
  width: 100%;
}

.p-recruit .requirement-area{
  padding: 6em 0 7em;
}

.p-recruit .requirement-area .c-ttl{
  margin-bottom: 1em;
}

.p-recruit .apply-area{
  padding: 4em 0 6em;
}

.p-recruit .apply-area .address-box{
  background-color: #F8F8F8;
  padding: 3em 3em;
}

.p-recruit .apply-area .top-text{
  margin: 2em 0 2em;
}

.p-recruit .apply-area .address-box .ttl{
  font-size: 1.6rem;
  color: #A62152;
  font-weight: bold;
}

.p-recruit .apply-area .address-box .address{
  margin: 1em 0;
  font-size: 1.6rem;
}

.p-recruit .apply-area .address-box .note{
  font-size: 1.4rem;
}

.p-recruit .apply-area .c-form {
  margin: 5em auto 0;
}

.p-recruit .lower-banner{
  padding: 5em 0 14em;
}





@media (min-height: 680px) and (max-height: 900px) {

  .still-img.img01 {
    max-width: 484px;
  }

  .still-img.img02 {
    max-width: 233px;
    width: 100%;
    bottom: 8%;
  }

  .still-img.img03 {
    max-width: 129px;
  }

  .mv-pop__item.pop-2 {
    left: 48%;
  }

  .mv-pop__item.pop-2 {
    top: 6%;
    left: 57%;
    width: 206px;
    height: 217px;
  }

  .mv-pop__item.pop-1 {
    top: 10%;
    left: 28%;
    width: 180px;
    height: 179px;
  }

  .mv-pop__item.pop-3 {
    bottom: 12%;
    left: 2%;
    width: 199px;
    height: 242px;
  }

  .mv-pop__item.pop-4 {
    bottom: 5%;
    left: 24%;
    width: 139px;
    height: 173px;
  }



}

@media screen and (max-width: 1944px) {

  .mv-pop__item.pop-2{
    left: 49%;
  }

}

@media screen and (max-width: 1530px) {

  .still-img.img01 {
    max-width: 481px;
  }

  .still-img.img02 {
    max-width: 252px;
    right: 42%;
    bottom: 12%;
  }

  .mv-pop__item.pop-3 {
    width: 217px;
    height: 197px;
  } 

  .mv-pop__item.pop-4 {
    bottom: 5%;
    left: 24%;
    width: 125px;
    height: 208px;
  }

  .staff-mv .midashi {
    max-width: 699px;
  }

  .still-img.img03 {
    max-width: 142px;
    top: 17%;
  }

  .mv-pop__item.pop-2 {
    width: 181px;
    height: 237px;
  }
  
}

@media screen and (max-width: 1490px) {

  .mv-pop__item.pop-1{
    left: 18%;
    height:163px;
  }

  .mv-pop__item.pop-2{
    left: 40%;
    height: 201px;
    width: 204px;
  }

  .mv-pop__item.pop-3 {
    bottom: 16%;
    left: 1%;
    height: 238px;
    width: 232px;
  }

  .staff-mv .midashi {
    max-width: 625px;
  }

  
  
  .still-img.img01 {
   max-width: 429px;
  }

  .still-img.img02 {
    max-width: 187px;
    right: 43%;
    bottom: 8%;
  }

  .still-img.img01 .still-wrap .kagapy {
    max-width: 121px;
  }
  
}

@media screen and (max-width: 1410px) {
    .still-img.img01 {
        max-width: 404px;
    }

    .still-img.img02 {
        max-width: 196px;
        right: 43%;
        bottom: 1%;
    }

    .staff-mv .midashi {
        max-width: 641px;
    }

}

@media screen and (max-width: 1350px) {

  .p-recruit .about-company .about-wrapper .text-box {
    width: 39%;
    font-size: 1.6rem;
  }



  .p-recruit .business-area .b-box .text-box .c-ttl {
    font-size: 2.5rem;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box .w-ttl {
    font-size: 2.2rem;
  }

}

@media screen and (max-width: 1140px) {

  .p-recruit .welfare-area .welfare-wrap .w-box {
    width: 32%;
  }
}


@media screen and (max-width: 1200px) {

  .staff-mv .midashi {
    max-width: 624px;
  }

  .still-img.img01 {
    max-width: 324px;
    top: auto;
    bottom: 0;
  }

  .still-img.img02 {
    max-width: 204px;
    right: 34%;
    bottom: 15%;
  }

  .still-img.img03 {
    max-width: 141px;
    top: 12%;
    left: 3%;
  }

  .still-img.img01 .still-wrap .kagapy {
    max-width: 102px;
  }

  .mv-pop__item.pop-1 {
    left: 18%;
    height: 163px;
     width: 150px;
  }

  .mv-pop__item.pop-1 {
    left: 18%;
    height: 163px;
    width: 150px;
  }

  .mv-pop__item.pop-3 {
    bottom: 16%;
    left: 1%;
    height: 205px;
    width: 193px;
  }

}

@media screen and (max-width: 1130px) {

  .staff-mv {
    height: 80vh;
  }

  .still-img.img01 {
    max-width: 296px;
    top: auto;
    bottom: 8%;
  }

  .still-img.img02 {
    max-width: 202px;
    right: auto;
    left: 18%;
    bottom: 11%;
  }

  .still-img.img03 {
    max-width: 140px;
    top: 9%;
    left: 3%;
  }

  .staff-mv .midashi {
    max-width: 664px;
  }

  .staff-mv .midashi {
    max-width: 583px;
    width: 100%;
    top: 41%;
    left: 4%;
  }

  .mv-pop__item.pop-1 {
    left: 26%;
    top: 7%;
    left: 26%;
    width: 160px;
    height: 171px;
  }

  .mv-pop__item.pop-2 {
    top: 8%;
    width: 191px;
    height: 191px;
    left: auto;
    right: 5%;
  }

  .mv-pop__item.pop-3 {
    bottom: 21%;
    left: 1%;
    width: 185px;
    height: 271px;
  }

  .mv-pop__item.pop-4 {
    bottom: 26%;
    left: auto;
    right: 40%;
    width: 145px;
    height: 180px;
  }
  
}

@media screen and (max-width: 1025px) {

  .still-img.img01 .still-wrap .kagapy {
    max-width: 89px;
  }

  .p-recruit .about-company .about-wrapper .text-box {
    font-size: 1.4rem;
  }

  .p-recruit .about-company .about-wrapper figure {
    width: 47%;
  }

  .p-recruit .about-company .about-wrapper .text-box {
    width: 48%;
  }

  .p-recruit .business-area .b-box .text-box {
    padding-right: 0;
  }

  .p-recruit .business-area .b-box {
    margin-bottom: 4em;
  }

  .p-recruit .staffintro-area .top-text {
    font-size: 1.4rem;
  }

  .p-recruit .others-list li a .o-ttl {
    font-size: 2rem;
  }

  .p-recruit .ceo-area .profile-box .c-ttl .sub {
    font-size: 2rem;
  }

  .p-recruit .ceo-area .profile-box .c-ttl {
    font-size: 4.5rem;
  }

  .p-recruit .ceo-area .profile-box .ceo-name {
    font-size: 1.4rem;
  }

  .p-recruit .ceo-area .profile-box .ceo-name {
    font-size: 1.4rem;
  }

  .p-recruit .ceo-area .profile-box .ceo-name span {
    font-size: 2rem;
  }

  .p-recruit .business-area .top-text {
    font-size: 1.6rem;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box {
    width: 49%;
  }

  .p-recruit .staffintro-area .others-list li.slick-slide {
    margin: 0 20px;
  } 
}


@media screen and (max-width: 768px) {

  .mv-pop__item.pop-4,
  .mv-pop__item.pop-1{
    display: none;
  }

  .mv-pop__item.pop-2 {
    top: 2%;
     left: auto;
    width: 107px;
    height: 164px;
     right: 5%;
  }

  .mv-pop__item.pop-3 {
    bottom: 15%;
    left: 0%;
    width: 123px;
    height: 181px;
  }

  .still-img.img03{
    display: none;
  }

  .still-img.img01 {
    max-width: 174px;
    right: 1%;
    top: auto;
    bottom: 0;
  }

  .still-img.img02 {
    max-width: 104px;
    right: auto;
    bottom: auto;
    left: 1%;
    top: 8%;
  }

  .staff-mv .midashi {
    max-width: 272px;
    width: 100%;
    top: 38%;
    left: 2%;
  }

  .p-recruit .about-company .about-wrapper .text-box {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 1em;
  }

  .p-recruit .about-company .about-wrapper figure {
    width: 100%;
    margin-bottom: 2em;
  }

  .p-recruit .about-company .about-wrapper {
    display: block;
  }

  .p-recruit .business-area {
    padding: 0em 0 1em;
  }

  .p-recruit .business-area .top-text{
     margin: 1em 0 2em;
     font-size: 1.4rem;
  }

  .p-recruit .business-area .b-box {
    display: block;
    margin-bottom: 3em;
  }

  .p-recruit .business-area .b-box .text-box {
    width: 100%;
    padding-right: 0;
  }

  .p-recruit .business-area .b-box .text-box .c-ttl {
    font-size: 2.1rem;
  }

  .p-recruit .business-area .b-box .text-box .note {
    font-size: 1.4rem;
    margin: 0.4em 0 1.4em;
  }

  .p-recruit .business-area .b-box figure {
    width: 100%;
    margin-top: 1em;
  }

  .p-recruit .welfare-area {
    padding: 4em 0;
  }

  .p-recruit .welfare-area .top-text {
    font-size: 1.4rem;
    margin: 1em 0 2em;
  }

  .p-recruit .welfare-area .welfare-wrap {
    display: block;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box {
    width: 100%;
    padding: 1.5em 1em 1.5em 5.5em;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box .w-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.1em;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box ul li {
    font-size: 1.3rem;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w1 {
    background-size: 17%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w2 {
    background-size: 14%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w3 {
    background-size: 14%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w4 {
    background-size: 16%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w5 {
    background-size: 15%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w6 {
    background-size: 12%;
  }

  .p-recruit .welfare-area .welfare-wrap .w-box.w7 {
    background-size: 15%;
  }

  .p-recruit .ceo-area {
    padding: 4em 0 5em;
  }

  .p-recruit .ceo-area .top-wrap {
    display: block;
  }

  .p-recruit .ceo-area figure{
    width: 100%;
  }

  .p-recruit .ceo-area .profile-box .c-ttl {
    font-size: 3rem;
  }

  .p-recruit .ceo-area .profile-box .c-ttl .sub {
    font-size: 1.6rem;
  }

  .p-recruit .ceo-area .profile-box {
    width: 100%;
    margin-top: 1em;
  }

  .p-recruit .ceo-area .profile-box .ceo-name {
    font-size: 1.4rem;
  }

  .p-recruit .ceo-area .profile-box .ceo-name span {
    font-size: 2rem;
  }

  .p-recruit .ceo-area .m-text {
    line-height: 1.8;
    margin-top: 2em;
  }

  .p-recruit .staffintro-area .top-text {
    font-size: 1.4rem;
  }

  .p-recruit .others-list li a .o-ttl {
    font-size: 2rem;
  }

  .p-recruit .staffintro-area .others-list li.slick-slide {
    margin: 0;
  }

  .p-recruit .staffintro-area .others-list {
    padding-bottom: 2em;
  }

  .p-recruit .requirement-area {
    padding: 3em 0 2em;
  }

  .p-recruit .requirement-area .c-ttl{
    text-align: center;
  }

  .p-recruit .apply-area .c-ttl{
    text-align: center;
  }

  .p-recruit .apply-area .address-box {
    padding: 2em 1em;
  }

  .p-recruit .lower-banner {
    padding: 1em 0 3em;
  }

}

/* ==================================================
    スタッフ
================================================== */

.lower-page.p-staff {
  background-position: left 27%;
}

.p-staff .mv-area{
  padding: 14em 0 0em;
  position: relative;
}

.p-staff .mv-area .circlesign{
  position: relative;
   padding: 0 0 15em;
}



.p-staff .mv-area .upper-wrap{
  max-width: 86%;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-staff .mv-area .upper-wrap .c-ttl{
  font-size: 6rem;
  font-weight:900;
  margin-bottom: 0.7em;
}

.p-staff .mv-area .upper-wrap .catch{
  font-weight: 900;
  color: #CE4058;
  font-size: 4rem;
}

.p-staff .mv-area .mvmain{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 43%;
  width: 100%;
}

.p-staff .mv-area .upper-wrap p{
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-staff .staff-area{
  padding: 0em 0 4em;
  margin-top: 2em;
}

.p-staff .staff-area .c-ttl{
  text-align: center;
}

.p-staff .staff-area .top-text{
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 5em;
  margin-top: 1em;
}

.staff-list li {
  margin-bottom: 8em;
}

.staff-list li:last-child{
  margin-bottom: 0;
}

.staff-list li .staff-wrapper{
  display: flex;
  justify-content: space-between;
}

.staff-list li .staff-wrapper .left-block{
  width: 39%;
}

.staff-list li .staff-wrapper .left-block .staff-name{
  font-size: 1.8rem;
  margin-top: 0.8em;
  display: flex;
  gap: 5%;
}

.staff-list li .staff-wrapper .left-block img{
  display: block;
  height: auto;
}

.staff-list li .staff-wrapper .right-block{
  width: 56%;
  padding-top: 6em;
}

.staff-list li .staff-wrapper dl{
  padding: 1.5em 2em;
  border-bottom: 2px solid #F8F8F8;
}

.staff-list li .staff-wrapper dl:first-child{
  border-top: 2px solid #F8F8F8;
}

.staff-list li .staff-wrapper dl dt{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.staff-list li .staff-wrapper dl dd{
  color: #676767;
  font-size: 1.5rem;
}

.staff-list li .staff-wrapper .right-block .btn{
  margin-top: 2em;
}

.p-staff .environment-area{
  padding: 6em 0 6em;
  background-color: #F6F6F6;
  margin-top: 9em;
}

.p-staff .environment-area .c-ttl{
  text-align: center;
}

.p-staff .environment-area .top-text{
  text-align: center;
  font-size: 2.2rem;
  margin: 0.5em 0 0.5em;
}


/* ====== 全体ラッパ ====== */
.photogallery{
  position:relative;
  padding:7em 0 3em;
  overflow:hidden;
}

/* ====== 矢印ボタン ====== */
.pg-btn{
  position:absolute;
  top:6%;
  width:54px;
  height:54px;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:20;
  background-color: transparent;
}

.pg-next:before {
    content: url(../images/common/slider_next.svg) !important;
    opacity: 1 !important;
}

.pg-prev:before {
  content: url(../images/common/slider_prev.svg) !important;
  opacity: 1 !important;
}

.pg-prev.disabled:before{
  content: url(../images/common/slider_prev_gray.svg) !important;
}

.pg-next.disabled:before {
 content: url(../images/common/slider_next_gray.svg) !important;
}


.pg-btn.pg-prev{right:91px; }
.pg-btn.pg-next{ right:20px; }


/* ====== 横スクロール本体 ====== */
.photo-gallery-inner{
  display:flex;
  gap:30px;
  overflow-x:auto;
  scroll-behavior:smooth;   /* 矢印クリック時用 */
  padding:0 80px 40px;
  cursor:grab;
  user-select:none;
  max-width: 86%;
  width: 100%;
  margin: 2em 0 0 auto;
}
.photo-gallery-inner:active{
  cursor:grabbing;
}

/* スクロールバー軽くカスタム */
.photo-gallery-inner::-webkit-scrollbar{
  height:8px;
}
.photo-gallery-inner::-webkit-scrollbar-track{
  background:#FBE8EB;
}
.photo-gallery-inner::-webkit-scrollbar-thumb{
  background:#CE4058;
  border-radius:4px;
}

/* ====== 各セクション（COLLABORATE / THINK / CREATE） ====== */

.photo-section{
  display:flex;
  align-items: flex-start;
  gap:20px;
  flex:0 0 auto;        
  position:relative;
}

/* セクションタイトル（下にデカ文字） */
.photo-section-title{
  position:absolute;
  left:0;
  bottom:-48px;
  font-size:42px;
  font-weight:500;
  font-family:"Red Hat Display", system-ui, sans-serif;
  letter-spacing:0.08em;
  color:rgba(0,180,255,0.6);
}

/* メイン画像＋キャプション */
.photo-main{
  max-width: 640px;
  width:100%;
  margin:0;
  color:#333;
}
.photo-main img{
  display:block;
  width:100%;
  height:auto;
}
.photo-main figcaption{
  position: relative;
  padding: 2em 2em;
  font-size: 14px;
  line-height: 1.8;
  max-width: 90%;
  background-color: #fff;
  margin: -2em 0 0 auto;
}

/*.photo-main figcaption::before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#003b85;
  left:20px;
  top:22px;
}*/

/* サブ画像 2×2 グリッド */
.photo-sub{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 765px;
}
.photo-sub li{
  width:calc(50% - 10px);
}
.photo-sub img{
  display:block;
  width:100%;
  height:auto;
}

.p-staff .banner-wrapper{
  padding: 7em 0 13em;
}


@media (max-width: 1425px){

  .p-staff .mv-area .upper-wrap {
    max-width: 95%;
  }

}

@media (max-width: 1300px){

  .p-staff .mv-area .upper-wrap .catch {
    font-size: 3rem;
  }

  .p-staff .mv-area .upper-wrap p {
    font-size: 1.6rem;
  }

  .p-staff .staff-area .top-text {
    font-size: 1.6rem;
  }

}

@media (max-width: 1025px){


  .p-staff .mv-area .upper-wrap .c-ttl {
    font-size: 5rem;
  }

  .p-staff .mv-area {
    padding: 7em 0 0em;
  }

  .p-staff .mv-area .circlesign{
    padding: 0em 0 25em;
  }

  .p-staff .mv-area .mvmain {
    max-width: 55%;
  }

  .p-staff .staff-area .top-text {
    font-size: 1.4rem;
  }

  .p-staff .environment-area .top-text{
     font-size: 1.4rem;
  }

  .p-staff .environment-area {
    padding: 4em 0 3em;
  }

  .p-staff .banner-wrapper {
    padding: 5em 0 4em;
  }

  .staff-list li .staff-wrapper .left-block .staff-name{
  font-size: 1.4rem;
  display: block;
  }

  .photo-main {
    max-width: 492px;
  }

  .photo-sub {
    max-width: 578px;
  }

  .photo-gallery-inner {
    padding: 0 17px 35px;
  }

  .pg-btn {
    top: 2%;
  }

}

@media (max-width: 767px){

  .lower-page.p-staff {
    background-position: left -2%;
  }

  .p-staff .mv-area {
    padding: 5em 0 2em;
  }

  .p-staff .mv-area .upper-wrap {
    max-width: 100%;
    padding: 0 1em 0em;
  }

  .p-staff .mv-area .circlesign {
    padding: 2em 0 24em;
  }

  .p-staff .mv-area .upper-wrap .c-ttl {
    font-size: 3.7rem;
    font-weight: 900;
  }

  .p-staff .mv-area .upper-wrap .catch {
    font-size: 2rem;
  }

  .p-staff .mv-area .upper-wrap p {
    font-size: 1.4rem;
  }

  .p-staff .mv-area .mvmain {
    max-width: 100%;
  }

  .p-staff .staff-area .top-text {
    font-size: 1.4rem;
    margin-top: 1em;
    margin-bottom: 3em;
  }

  .staff-list li {
    margin-bottom: 4em;
  }

  .staff-list li .staff-wrapper {
    display: block;
  }

  .staff-list li .staff-wrapper .left-block {
    width: 100%;
  }

  .staff-list li .staff-wrapper .left-block .staff-name {
    font-size: 1.4rem;
  }

  .staff-list li .staff-wrapper .right-block {
    width: 100%;
    padding-top: 2em;
  }

  .staff-list li .staff-wrapper dl dt {
    font-size: 1.8rem;
  }

  .staff-list li .staff-wrapper dl {
    padding: 1.5em 1em;
  }

  .p-staff .environment-area {
    padding: 3em 0 3em;
    margin-top: 2em;
  }

  .photogallery {
    position: relative;
    padding: 1em 0 1em;
  }

  .photo-main {
    max-width: 336px;
  }

  .photo-sub {
    max-width: 483px;
  }

  .photo-gallery-inner {
    padding: 0 0px 1em;
    max-width: 95%;
  }

  .pg-btn {
    display: none;
  }


  .p-staff .environment-area .top-text {
    font-size: 1.4rem;
    margin: 0.8em 0 0.5em;
} 

  .p-staff .banner-wrapper{
    padding: 3em 0 4em;
  }


}


/*--- 詳細ページ ---*/

.p-staff.p-single .circlesign::before {
  top: 9%;
}

.lower-page.p-staff.p-single {
  background: none;
}

.int-wrapper{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: row-reverse;
  /*max-width: 1625px;*/
  width: 100%;
  padding: 0 0 0 8em;
  margin: 0 auto;
}
/*コンテンツのブロック*/
.int-wrapper .contents{ 
  width: 71vw;
  padding: 0 0em;
  position: relative;
}

.int-wrapper .contents .profile-box{
  max-width: 901px;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
  padding-bottom: 3em;
  padding-right: 1em;
}

.int-wrapper .contents .profile-box .c-ttl{
  font-size: 5rem;
}

.int-wrapper .contents .profile-box .s-details{
  display: flex;
  gap: 1%;
  font-size: 2.2rem;
  justify-content: flex-end;
  margin-top: 1em;
  position: relative;
}

.int-wrapper .contents .sb.scroll-box01{ 
  padding-top: 43vh;
}

.int-wrapper .contents .sb { 
  padding-top: 20vh; 
  position: relative;
}

.int-wrapper .contents .sb::before{
  content: '';
  position: absolute;
  font-size: 3rem;
  position: absolute;
  width: 115%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #F6F6F6;
}

.int-wrapper .contents .scroll-box01::before{
  background-color: #fff;
}

.int-wrapper .contents .sb .int-outer{
  max-width: 901px;
}

.int-wrapper .contents .sb .int-box{
  max-width: 760px;
  margin: 0 0 0 auto;
  width: 100%;
  padding-right: 1em;
}

.int-wrapper .contents .sb .question{ 
  margin-bottom: 1.1em;
  position: relative;
  font-size: 3.2rem;
  padding-left: 2em;
}

.int-wrapper .contents .sb .question::before{
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "Fredoka", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.int-wrapper .contents .scroll-box02 .question::before{content:'Q1';}
.int-wrapper .contents .scroll-box03 .question::before{content:'Q2';}
.int-wrapper .contents .scroll-box04 .question::before{content:'Q3';}
.int-wrapper .contents .scroll-box05 .question::before{content:'Q4';}
.int-wrapper .contents .scroll-box06 .question::before{content:'Q5';}
.int-wrapper .contents .scroll-box07 .question::before{content:'Q6';}

.int-wrapper .contents .sb p{
  line-height: 2;
  position: relative;
  padding-left: 4.1em;
}

.int-wrapper .contents .sb:last-child{ 
  padding-bottom: 41vh; 
}
/*画像のブロック*/
.int-wrapper .images{
	width: 40vw;
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top:0;
}
.int-wrapper .images p {
	height: 612px;
	margin: auto;
	display: block;
	visibility: hidden;
	/* 画像が透過pngの時は背景色が必要です */
	position: absolute;
	top: 0;
	bottom: 0;
	/* フェード速度 */
	transition: .8s;
	opacity: 0;
}

.int-wrapper .images p img{
  height: auto;
}
.int-wrapper .images p.hide{
  transition: .8s;
	opacity: 0!important;
  visibility: hidden;
}

.int-wrapper .images p:first-child,
.int-wrapper .images p.active {
	visibility: visible;
	opacity: 1;
}

.int-wrapper .contents .sb .img-box{
  display: none;
}

.int-wrapper .contents .sb .img-box img{
  height: auto;
}

.p-staff .lower-message{
  padding: 6em 0 0em;
  background: url(../images/common/bg_pink02.png) no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
  margin-top: -12em;
}

.p-staff .lower-message .messsage-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 0 5em;
}

.p-staff .lower-message .messsage-wrap .text-box{
  width: 45%;
}

.p-staff .lower-message .messsage-wrap .text-box .c-ttl{
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.p-staff .lower-message .messsage-wrap figure{
  width: 45%;
}

.p-staff .lower-message .other-staff{
  padding: 2em 0 4em;
  margin-top: 4em;
}

.p-staff .lower-message .other-staff .c-ttl{
  text-align: center;
  margin-bottom: 2em;
}


.p-staff .other-staff .inner{
  max-width: calc(1364px + 5% * 2);
}

.others-list{
  display: flex;
  justify-content: center;
  gap: 1.5%;
}

.others-list li{
  width: 23%;
}

.others-list li a{
  display: block;
  color: #000;
}

.others-list li a img{
  display: block;
  height: auto;
}

.others-list li a .o-ttl{
  font-weight: 900;
  font-size: 2rem;
  margin-top: 0.8em;
}

.others-list li a .o-detail{
  display: flex;
  gap: 2%;
  color: #929292;
  font-size: 1.4rem;
  margin-top: 2em;
}

@media screen and (max-width: 1405px) {

  .int-wrapper {
    padding: 0 0 0 4em;
  }

  .int-wrapper .contents .profile-box .c-ttl {
    font-size: 4rem;
  }

  .int-wrapper .contents .profile-box .c-ttl span.sub {
    font-size: 2.5rem;
  }

  .int-wrapper .contents .profile-box .s-details {
    font-size: 2rem;
  }

  .int-wrapper .contents .sb .question {
    font-size: 2.8rem;
  }
  
}

@media screen and (max-width: 1270px) {

  .int-wrapper .images {
    width: 34vw;
  }

  .int-wrapper .contents {
    width: 58vw;
  }

  .p-staff.p-single .circlesign::before {
    top: 0;
  }

}

@media screen and (max-width: 1025px) {

  .int-wrapper {
    display: block;
    padding: 0 0 0 0em;
  }

  .int-wrapper .contents .profile-box{
    text-align: left;
    padding: 0 1em;
    margin: 1em auto 0;
    max-width: 750px;
  }

  .int-wrapper .contents .profile-box .s-details {
    font-size: 1.6rem;
  }

  .int-wrapper .contents .profile-box .c-ttl {
      font-size: 3rem;
  }

  .int-wrapper .contents .profile-box .c-ttl span.sub {
    font-size: 2rem;
  }

  .int-wrapper .contents .sb .question {
    font-size: 2.4rem;
    padding-left: 1.8em;
  }
  
  .int-wrapper .contents .sb .question::before {
    font-size: 2.4rem;
  }

  .int-wrapper .contents .sb .int-outer {
    max-width: 100%;
    padding: 0 1em;
  }

  .int-wrapper .contents .sb p {
    padding-left: 3em;
  }

  .int-wrapper .contents .sb {
    padding-top: 18vh;
  } 

  .int-wrapper .contents .sb {
    padding-top: 22vh;
  }

  .int-wrapper .contents .sb:last-child {
    padding-bottom: 4em;
  }

  .int-wrapper .images {
    display: none;
  }

  .int-wrapper .contents .sb {
    padding-top: 5em;
    padding-bottom: 1em;
  }

  .int-wrapper .contents div:last-child {
    padding-bottom: 0;
  }

  .int-wrapper .contents {
    width: 100%;
  }

  .int-wrapper .contents .sb .img-box{
    display: block;
    margin: 2em auto 0em;
    max-width: 400px;
    position: relative;
  }

  .int-wrapper .contents .sb.scroll-box01 {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .int-wrapper .contents .sb .int-box{
    margin: 0 auto;
    padding-right: 0;
  }

  .p-staff .lower-message {
    padding: 3em 0 0em;
    margin-top: 0em;
  }

  .p-staff .lower-message .messsage-wrap figure {
    width: 39%;
  }

  .p-staff .lower-message .messsage-wrap .text-box {
    width: 53%;
  }

  .others-list li {
    width: 36%;
  }
  
}

@media screen and (max-width: 830px) {

  .int-wrapper .contents .profile-box .s-details {
    font-size: 1.4rem;
    justify-content: flex-start;
  }

  .int-wrapper .contents .profile-box .c-ttl {
    font-size: 3rem;
    padding-left: 0;
  }

  .p-staff .lower-message {
    margin-top: 0;
  }



  .p-staff .lower-message .other-staff {
    padding: 2em 0 1em;
  }

}


@media screen and (max-width: 768px) {

 

  .p-inter .interview-area .inner{
    border-bottom: none;
  }

  .p-staff .lower-message{
    padding: 2em 0 0;
  }

  .p-staff .lower-message .messsage-wrap {
    display: block;
  }

  .p-staff .lower-message .messsage-wrap .text-box {
    width: 100%;
  }

  .p-staff .lower-message .messsage-wrap figure {
    width: 100%;
    margin-top: 1em;
  }

  .p-staff .lower-message .messsage-wrap .text-box .c-ttl{
    font-size: 2.3rem;
  }

  .p-staff .lower-message .other-staff {
    padding: 2em 0 3em;
    margin-top: 0;
  }

  .p-staff .lower-message .other-staff .c-ttl {
    font-size: 2.5rem;
  }

  .others-list {
    display: block;
  }

  .others-list li {
    width: 100%;
    margin-bottom: 3em;
  }

  .others-list li:last-child{
    margin-bottom: 0;
  }

  .others-list li a .o-ttl {
    font-size: 1.8rem;
  }

  .others-list li a .o-detail {
    font-size: 1.2rem;
  }


}

/* ==================================================
    会社案内
================================================== */

.p-company .about-area{
  padding: 0em 0 13em;
  margin-top: 7em;
}

.p-company .about-area .abt-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  position: relative;
}

.p-company .about-area .abt-wrap .mascot{
  position: absolute;
  max-width: 20%;
  width: 100%;
  right: 7%;
  bottom: 13%;
  animation: floating-y3 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y3 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.p-company .about-area .abt-wrap .text-box{
  width: 53%;
  padding-top: 3em;
}

.p-company .about-area .abt-wrap .text-box .c-ttl{
  font-size: 7.5rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0.7em;
}

.p-company .about-area .abt-wrap .text-box p{
  line-height: 1.8;
}

.p-company .about-area .abt-wrap .text-box .ceo-name{
  font-weight: bold;
  margin-top: 3em;
}

.p-company .about-area .lower-img{
  display: flex;
  justify-content: space-between;
}

.p-company .about-area .lower-img .img-box{
  width: 46%;
}

.p-company .about-area .lower-img .img-box img{
  display: block;
  width: 100%;
}

.p-company .about-area .lower-img .img-box:first-child{
  margin-top: 6em;
}

.p-company .about-area .lower-img .img-box .title-txt{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.8em;
}

.pink{
  color: #CE4058;
}

.p-company .about-area .abt-wrap figure{
  width: 35%;
}

.p-company .about-area .abt-wrap figure img{
  display: block;
  margin: 0 auto;
}

.p-company .access-area{
  padding:0em 0 8em;
  text-align: center;
}

.p-company .access-area .gmap-box {
  margin: 2em 0 1em;
}

.p-company .access-area .gmap-box iframe{
  width: 100%;
  height: 468px;
}

.p-company .access-area .btn{
  margin: 2em auto 0;
}

.p-company .overview-area{
  padding: 2em 0 10em;
}

.p-company .overview-area .c-ttl{
  text-align: center;
  margin-bottom: 1em;
}

.table-wrap dl{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #F8F8F8;
}

.table-wrap dl:first-child{
  border-top: 2px solid #F8F8F8;
}

.table-wrap dl.wide{
  display: block;
}

.table-wrap dl dt{
  width: 32%;
  padding: 2em 1em;
  font-weight: 500;
  font-weight: bold;
}

.table-wrap dl dd{
  width: 66%;
  padding: 2em 1em;
}

.table-wrap dl.wide{
  padding: 2em 1em 0;
}

.table-wrap dl.wide dt{
  font-weight: bold;
  font-size: 1.7rem;
  width: 100%;
  padding: 0em 1em 0;
}

.table-wrap dl.wide dd{
  width: 100%;
}

.table-wrap .ti-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  font-weight: 500;
}

.table-wrap .ti-wrap:last-child{
  margin-bottom: 0;
}

.table-wrap .ti-wrap .ttl{
  width: 32%;
}

.table-wrap .ti-wrap .cont{
  width: 66%;
}

.table-wrap .ti-wrap a{
  color: #000;
  text-decoration: underline;
}

.table-wrap .ti-wrap a:hover{
  text-decoration: none;
}

.table-wrap .gmap{
  max-width: 420px;
  width: 100%;
  margin: 1em 0;
}

.table-wrap .gmap iframe{
  width: 100%;
  height: 274px;
}

.p-company .history-area{
  padding: 0em 0 17em;
  overflow: hidden;
}

.history-outer{
  max-width: 80.5%;
  width: 100%;
  margin: 2em 0 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 8em;
  margin-top: -5em;
}

.p-company .history-slider::before{
  content: '';
  width: 100%;
  height: 1px;
  top: 58px;
  left: 0;
  background-color: #F7CCD3;
  position: absolute;
}

.flow-slider,
.history-slider{
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  padding-right: 10em;
}

.flow-slider .slick-list,
.history-slider .slick-list {
  overflow: visible;
}

.flow-slider  .slick-prev, .flow-slider  .slick-next,
.history-slider .slick-prev, .history-slider .slick-next {
  width: 54px;
  height: 54px;
}

.flow-slider .slick-slide,
.history-slider .slick-slide{
  margin: 0 20px;
}

.flow-slider .slick-prev,
.history-slider .slick-prev{
  left: auto;
  top: -25%;
  right: 23%;
}

.flow-slider .slick-next,
.history-slider .slick-next{
  left: auto;
  top: -25%;
  right: 18%;
}

.flow-slider .slick-prev:before,
.history-slider .slick-prev:before {
  content: url(../images/common/slider_prev.svg) !important;
  opacity: 1 !important;
}

.flow-slider .slick-prev.slick-disabled:before,
.history-slider .slick-prev.slick-disabled:before{
  content: url(../images/common/slider_prev_gray.svg) !important;
}

.flow-slider .slick-next:before,
.history-slider .slick-next:before {
  content: url(../images/common/slider_next.svg) !important;
  opacity: 1 !important;
}

.flow-slider .slick-next.slick-disabled:before,
.history-slider .slick-next.slick-disabled:before {
 content: url(../images/common/slider_next_gray.svg) !important;
}

.flow-slider .year,
.history-slider .year{
  color: #CE4058;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 3em;
  padding-bottom: 1em;
  font-weight: 500;
}

.flow-slider .year::before,
.history-slider .year::before{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #CE4058;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.history-slider .gray-box{
  width: 100%;
  background-color: #F8F8F8;
  padding: 1em 1.2em;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
  min-height: 158px;
}

.flow-slider .img-box{
  position: relative;
}

.flow-slider .img-box::before,
.history-slider .gray-box::before{
  content: '';
  width: 1px;
  height: 72px;
  background: url(../images/common/dashed_line.svg) repeat-y;
  position: absolute;
  left: 50%;
  top: -72px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1283px) {
  .history-outer {
    max-width: 96.5%;
  }

  .flow-slider .slick-next, 
  .history-slider .slick-next {
    right: 12%;
    top: -21%;
  }

  .flow-slider .slick-prev, 
  .history-slider .slick-prev {
    right: 19%;
    top: -21%;
  }

  .flow-slider .slick-slide, .history-slider .slick-slide {
    margin: 0 10px;
  }

   .history-slider .gray-box {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1200px) {

  .p-company .about-area .abt-wrap .text-box .c-ttl {
    font-size: 6.5rem;
  }

}

@media screen and (max-width: 1025px) {

  .history-outer {
    max-width:100%;
  }

  .flow-slider .slick-next, .history-slider .slick-next {
    right: 5%;
    top: -20%;
  }

  .flow-slider .slick-prev, .history-slider .slick-prev {
    right: 13%;
    top: -20%;
  }

  .p-company .about-area .lower-img .img-box .title-txt {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 900px) {

  .p-company .about-area .abt-wrap .text-box {
    width: 59%;
  }

  .p-company .about-area .abt-wrap .text-box .c-ttl {
    font-size: 6.5rem;
  }

}


@media screen and (max-width: 768px) {

  .p-company .about-area {
    padding: 2em 0 6em;
    margin-top: 0;
  }

  .p-company .about-area .abt-wrap {
    display: block;
    padding-bottom: 5em;
  }

  .p-company .about-area .lower-img {
    margin-top: 1.4em;
  }

  .p-company .about-area .lower-img .img-box:first-child {
    margin-top: 2em;
  }

  .p-company .about-area .lower-img .img-box {
      width: 48%;
  }

  .p-company .about-area .abt-wrap .text-box .c-ttl {
    font-size: 3rem;
  }

  .p-company .about-area .abt-wrap .text-box {
    width: 100%;
  }

  .p-company .about-area .abt-wrap figure {
    width: 100%;
    margin-top: 3em;
  }

  .p-company .about-area .abt-wrap .mascot {
    max-width: 31%;
    width: 100%;
    right: 1%;
    bottom: 0;
  }

  .p-company .access-area .gmap-box iframe {
    height: 250px;
  }

  .p-company .overview-area {
    padding: 1em 0 4em;
  }

  .p-company .history-slider .slick-next {
    right: 19px;
  }

  .p-company .history-slider .slick-prev{
    right: 71px;
    left: auto;
  }
     

  .table-wrap dl{
    display: block;
  }

  .table-wrap dl dt {
    width: 100%;
    padding: 1em 0.5em 0;
    text-align: left;
  }

  .table-wrap dl dd {
    width: 100%;
    padding: 0.7em 0.5em 1em;
  } 

  .table-wrap dl.wide {
    padding: 1em 0 0;
  }

  .table-wrap dl.wide dt {
    padding: 0 0.5em;
  }

  .table-wrap .ti-wrap {
    display: block;
  }

  .table-wrap .ti-wrap .ttl {
    width: 100%;
  }

  .table-wrap .ti-wrap .cont {
    width: 100%;
    font-weight: 400;
  }

  .table-wrap .gmap iframe {
    height: 188px;
  }

  .p-company .history-area {
    padding: 2em 0 9em;
  }

  .p-company .history-outer {
    max-width: 98%;
  }

  .history-slider .gray-box {
    padding: 1em 1em;
    font-size: 1.4rem;
  }

  .history-slider .slick-slide {
    margin: 0 10px;
  }

  .flow-slider .slick-prev:before,
  .history-slider .slick-prev:before {
    content: url(../images/common/slider_prev_sp.svg) !important;
    opacity: 1 !important;
  }

  .flow-slider .slick-prev.slick-disabled:before,
  .history-slider .slick-prev.slick-disabled:before{
    content: url(../images/common/slider_prev_gray_sp.svg) !important;
  }

  .flow-slider .slick-next:before,
  .history-slider .slick-next:before {
    content: url(../images/common/slider_next_sp.svg) !important;
    opacity: 1 !important;
  }

  .flow-slider .slick-next.slick-disabled:before,
  .history-slider .slick-next.slick-disabled:before {
    content: url(../images/common/slider_next_gray_sp.svg) !important;
  }

  .history-slider .slick-next {
    top: -17%;
    right: 3%;
  }

   .history-slider .slick-prev {
    top: -17%;
    right: 16%;
  }

  .history-slider .slick-prev, .history-slider .slick-next {
    width: 30px;
    height: 30px;
  }

  .history-outer {
    max-width: 96.5%;
  }

}

/* ==================================================
   ご利用までの流れ
================================================== */


.p-flow .flow-area{
  padding: 1em 0 16em;
}

.p-flow .flow-area .top-text {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 7em;
}

.p-flow .flow-sec-head{
  display: flex;
  position: relative;
}

.p-flow .flow-sec-head .label{
  text-align: center;
  width: 50%;

}

.p-flow .flow-sec-head .label span{
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.8em 1em;
  border: 1px solid #A62152;
  max-width: 294px;
  width: 100%;
  margin: -1em auto 0;
  display: table;
  position: relative;
}

.p-flow .flow-sec-head .label.label-left span{
  background-color: #fff;
  color: #A62152;
}

.p-flow .flow-sec-head .label.label-right span{
  background-color: #D2335E;
  color: #fff;
}

.p-flow .flow-wrapper{
  position: relative;
  margin-bottom: 12em;
}

.p-flow .flow-wrapper:before {
  left: 0;
  width: calc(50% - 5px);
}

.p-flow .flow-wrapper:before {
  position: absolute;
  top: 0;
  height: calc(100% + 50px);
  padding-top: 0;
  content: '';
  border-radius: 40px;
  background: #fff;
}

.p-flow .flow-wrapper:after {
  right: 0;
  width: calc(50% - 5px);
}

.p-flow .flow-wrapper:after {
  position: absolute;
  z-index: -1;
  top: 0;
  height: calc(100% + 50px);
  padding-top: 0;
  content: '';
  border-radius: 40px;
  background: #fff;
}

.p-flow .flow-list{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 8em;
}

.p-flow .flow-list:after {
  display: table;
  clear: both;
  content: '';
}

.p-flow .flow-list .f-box{
  display: flex;
  width: 50%;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3em;
}

.p-flow .flow-list .f-box.flow-dot-active img{
  animation: popPop 0.6s ease-out 1;
}

@keyframes popPop {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.2); }
  55%  { transform: scale(0.95); }
  75%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.p-flow .flow-list .f-box .num{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #CE4058;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  align-items: center;
  color: #CE4058;
  font-family: "Fredoka", sans-serif;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

.p-flow .flow-list .f-box.flow-dot-active .num{
  color: #fff;
  background-color: #CE4058;
  transition: 0.3s ease-in-out;
}


.p-flow .flow-list .f-box .num::after{
  content: '';
  width:14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #CE4058;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   transition: 0.3s ease-in-out;
}

/* 左右方向はそのまま */
.p-flow .flow-list .f-box.left .num::after {
  right: -45px;
}
.p-flow .flow-list .f-box.right .num::after {
  left: -45px;
}

.p-flow .flow-list .f-box.flow-dot-active .num::after {
  background-color: #CE4058;
  border-color:  #fff;
}


/* 共通：破線の色はCSS変数でコントロール */
.p-flow .flow-list .f-box .num::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  border-top: 2px dashed var(--dot-color, #cccccc); /* ← 初期はグレー */
  transform: translateY(-50%);
}

/* 左右方向はそのまま */
.p-flow .flow-list .f-box.left .num::before {
  right: -31px;
}
.p-flow .flow-list .f-box.right .num::before {
  left: -31px;
}

/* ピンク状態 */
.p-flow .flow-list .f-box.flow-dot-active .num::before {
  border-top: 1px dashed var(--dot-color, #CE4058); /* ← 初期はグレー */
}

.p-flow .flow-list .f-box p{
  font-weight: bold;
}

.p-flow .flow-list .f-box .flow-name{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:0.2em;
}

.p-flow .flow-list .f-box figure{
  width: 25%;
}

.p-flow .flow-list .f-box .text-box{
  width: 70%;
}

.p-flow .flow-list .f-box.left{
  float: left;
  clear: both;
  padding-right: 9em;
  padding-left: 3em;
}

.p-flow .flow-list .f-box.right{
  float: right;
  clear: both;
  padding-left:9em;
  padding-right: 3em;
  flex-flow: row-reverse;
}

.p-flow .flow-list .f-box.left .num{
  right: 5%;
}

.p-flow .flow-list .f-box.right .num{
  left: 5%;
}


/* 中央の縦線（ベース＋ピンクのfill） */
.p-flow .flow-line{
  position: absolute;
  /* ラベルの下あたりから、最後のボックスの下まで欲しいので微調整してOK */
  top: 140px;              /* 必要に応じて調整してね */
  bottom: 80px;            /* ここもデザイン見ながら調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  z-index: 0;
}

/* 薄いピンクのベースライン */
.p-flow .flow-line::before{
  content:"";
  position:absolute;
  inset:0;
  background:#F2C8D3;      /* ベースの薄いピンク */
  border-radius:999px;
}

/* スクロールで伸びる濃いピンク */
.p-flow .flow-line::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:var(--flow-fill, 0%);  /* JS から 0% ～ 100% を入れる */
  background:#CE4058;          /* 数字の枠と同じピンク */
  border-radius:999px;
  transition:height 0.08s linear;
}



@media screen and (max-width: 1300px) {

  .p-flow .flow-list .f-box .pc-only{
    display: none!important;
  }
}

@media screen and (max-width: 1280px) {

  .p-flow .flow-list .f-box.left .num::after {
    right: -41px;
  } 

  .p-flow .flow-list .f-box.right .num::after {
    left: -39px;
  }

}

@media screen and (max-width: 1200px) {

  .p-flow .flow-area .top-text {
    font-size: 1.6rem;
  }

  .p-flow .flow-list .f-box .flow-name {
    font-size: 2.2rem;
  }

  .p-flow .flow-list .f-box figure {
    width: 22%;
  }

  .p-flow .flow-list .f-box .text-box {
    width: 73%;
  }

  .p-flow .flow-list .f-box.left {
    padding-right: 8em;
    padding-left: 2em;
  }

  .p-flow .flow-list .f-box.right {
    padding-left: 8em;
    padding-right: 2em;
  }

}

@media screen and (max-width: 1100px) {
  .p-flow .flow-list .f-box.left .num::after {
    right: -34px;
  }

  .p-flow .flow-list .f-box.right .num::after {
      left: -34px;
  }

  .p-flow .flow-list .f-box p {
    font-size: 1.4rem;
  }

  .p-flow .flow-list .f-box .flow-name {
    font-size: 2.5rem;
  }

  .p-flow .flow-list .f-box.right {
    padding-left: 7em;
  }

  .p-flow .flow-list .f-box.left {
    padding-right: 7em;
  }
}

@media screen and (max-width: 900px) {

  .p-flow .flow-list .f-box .flow-name {
    font-size: 2.4rem;
  }

  .p-flow .flow-area .top-text {
    font-size: 1.6rem;
  }

  .p-flow .flow-list .f-box {
    display: block;
  }

  .p-flow .flow-list .f-box .text-box {
    width: 100%;
  }  

  .p-flow .flow-list .f-box.left {
    padding-right: 5em;
    padding-left: 2em;
  }

  .p-flow .flow-list .f-box.right {
    padding-left: 8em;
    padding-right: 2em;
  }

}

@media screen and (max-width: 768px) {

  .p-flow .flow-wrapper:after,
  .p-flow .flow-wrapper:before{
    content: none;
  }
  

  .p-flow .flow-area {
    padding: 1em 0 5em;
  }

  .p-flow .flow-sec-head{
    display: none;
  }

  .p-flow .flow-wrapper {
    margin-bottom: 4em;
  }

  .p-flow .flow-list {
    padding-top: 0;
  }

  .p-flow .flow-area .top-text {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .p-flow .flow-list .f-box.left {
    float: none;
    clear: both;
    padding-right: 1em;
    padding-left: 3em;
  }
  .p-flow .flow-list .f-box {
      width: 100%;
  }

  .p-flow .flow-list .f-box.right {
    float: none;
    padding-left: 3em;
    padding-right: 1em;
    flex-flow: wrap;
  }

  .p-flow .flow-list .f-box.right .num,
  .p-flow .flow-list .f-box.left .num {
    right: auto;
    left: -12px;
  }

  .p-flow .flow-list .f-box .flow-name {
    font-size: 2.2rem;
  }

  .p-flow .flow-list .f-box .num{
    font-size: 1.6rem;
  }

  .p-flow .flow-line {
    top: 0;
  }

  .p-flow .flow-list .f-box .num {
    width: 40px;
    height: 40px;
    top: 13%;
    transform: translate(0, 0%);
  }

  .p-flow .flow-list .f-box .num::before,
  .p-flow .flow-list .f-box .num::after{
    content: none;
  }

  .p-flow .flow-line {
    left: 8px;
  }

  .p-flow .flow-list .f-box p {
    font-weight: 500;
  }

  .p-flow .flow-list .f-box figure {
    width: 100%;
    max-width: 73px;
    margin: 0 0 0 auto;
  }

  .p-flow .flow-list .f-box.right::before{
    content: '加賀商会';
    font-size: 1.2rem;
    display: table;
    background-color: #CE4058;
    border: 1px solid #CE4058;
    color: #fff;
    padding: 0.4em 1.5em 0.5em;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    left: 36px;
    top: 24px;
  }

  .p-flow .flow-list .f-box.left::before{
    content: 'お客様';
    font-size: 1.2rem;
    display: table;
    background-color: #fff;
    border: 1px solid #A62152;
    color: #A62152;
    padding: 0.4em 1.5em 0.5em;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    left: 36px;
    top: 24px;
  }


}


/* ==================================================
   採用情報
================================================== */

.p-recruit .c-breadcrumb{
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 1200px) {

  

}




/* ==================================================
   お知らせ
================================================== */

.p-column{
  padding: 0 0 16em;
  position: relative;
}

.p-column.p-single{
  padding-bottom: 10em;
}

.news-list li{
  margin-bottom: 2em;
}

.news-list li:last-child{
  margin-bottom: 0;
}

.news-list li a{
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list li a figure {
  width: 29%;
  padding-top: 19.14%;
  overflow: hidden;
  position: relative;
}

.news-list li a figure img {
  max-width: initial;
  width: 105%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: 0.9s;
}

.news-list li a:hover figure img{
  width: 109%;
  transition-duration: 0.5s;
}

.news-list li a .upper-block{
  display: flex;
  gap: 2%;
}

.news-list li a .upper-block .date-block{
  color: #AAAAAA;
  font-weight: bold;
}

.news-list li a .c-title{
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.3em 0 1em;
}

.news-list li a:hover .c-title{
  text-decoration: none;
}

.news-list li a .detail-block{
  width: 67%;
}




.s-blog-list{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.s-blog-list::after{
  content:"";
  display: block;
  width:31%;
}

.s-blog-list li{
  width: 31%;
  margin-bottom: 2em;
}

.s-blog-list li a{
  display: block;
  color: #000;
}

.s-blog-list li a figure{
  width: 100%;
  padding-top: 75.14%;
  overflow: hidden;
  position: relative;
}

.s-blog-list li a figure img{
   max-width: initial;
  width: 112%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: 0.9s;
}

.s-blog-list li a:hover figure img{
  width: 116%;
  transition-duration: 0.5s;
}

.s-blog-list li a .text-box{
  background-color: #fff;
  padding: 1em 1em;
  position: relative;
  width: 90%;
  margin: -1em 0 0 auto;
}

.s-blog-list li a .text-box .blog-ttl{
  font-weight: bold;
  text-decoration: underline;
}

.s-blog-list li a .text-box .cat-wrap{
  display: flex;
  gap: 3%;
  margin-top: 0.5em;
  align-items: center;
}

.s-blog-list li a .text-box .blog-date{
  color: #AAAAAA;
  font-size: 1.2rem;
}

.s-blog-list li a .text-box .cat-block span{
  font-size: 1.1rem;
}

.p-column .column-area{
  margin-top: 4em;
}

.p-column .column-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.p-column .column-wrap .k-left{
  width: 71%;
}

.p-column .column-wrap .k-right{
  width: 24%;
}



.blog-side .side-box{
  margin-bottom: 3em;
}

.blog-side .side-box .side-ttl{
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #CE4058;
  padding-bottom: 0.8em;
}

.blog-side .side-category{
  padding-left: 1em;
  margin-top: 0.5em;
}
    
.blog-side .side-category li a{
  color: #000;
  padding: 0.5em 0 0.5em 1.5em;
  position: relative;
  display: block;
}

.blog-side .side-category li a::before{
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #CE4058;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.side-kiji li a{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #000;
  align-items: flex-start;
  border-bottom: 1px solid #E8E8E8;
  padding: 1em 0;
}

.side-kiji li a .img-area{
  margin: 0;
  /*order: 1;*/
  width: 30%;
  padding-top: 29.14%;
  overflow: hidden;
  position: relative;
}

.side-kiji li a .img-area img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .9s;
}

/*.column-wrap ul li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .9s;
}*/

.side-kiji li a .text-area{
  width:62%;
}

.side-kiji li a .text-area .ttl{
  text-decoration: underline;
}

.side-kiji li a:hover .text-area .ttl{
  text-decoration: none;
}

.side-kiji li a .text-area .date{
  color: #AAAAAA;
  font-size: 1.2rem;
  margin-top: 0.2em;
  font-family: "Fredoka", sans-serif;
}

.p-column .side-box .t-archive{
  width: 100%;
  position: relative;
  margin-top: 0.8em;
}

.p-column .side-box .t-archive select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.95556;
  width: 100%;
  display: block;
  border: none;
  padding: 7px 15px 7px 15px;
  position: relative;
  border: 1px solid #CE4058;
  border-radius: 3px;
}

.p-column .side-box .t-archive:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 24px;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 6px solid #CE4058;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translate(0, -50%);
}

.p-column .banner-wrapper{
  margin-top: 5em;
}

@media screen and (max-width: 1050px) {

  .s-blog-list li {
    width: 48%;
  }

  .s-blog-list::after {
    content: none;
  }

}

@media screen and (max-width: 767px) {


  .p-column {
    padding: 0 0 5em;
  }

  .p-column .column-wrap {
    display: block;
  }

  .s-blog-list li {
    width: 100%;
  }

  .p-column .column-wrap .k-left{
    width: 100%;
  }

  .p-column .column-wrap .k-right{
    width: 100%;
    margin-top: 3em;
  }

  .s-blog-list li a .text-box {
    padding: 1em 0.5em;
    width: 95%;
  }

  .news-list li a{
    display: block;
  }

  .news-list li a figure {
    width: 100%;
    padding-top: 49.14%;
    margin-bottom: 1em;
  }

  .news-list li a .detail-block {
    width: 100%;
  }
  .news-list li a .c-title {
    font-size: 1.6rem;
    margin: 1.2em 0 1em;
  }
 
}


/*---- 個別ページ　----*/



.p-single .c-breadcrumb,
.p-single .page-ttl{
  position: relative;
  z-index: 3;
}

.p-single .eyecatch{
  position: relative;
  z-index: 1;
}

.p-single .eyecatch img{
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-single .single-kiji .eyecatch img{
  display: block;
  height: auto;
}

.p-single .kiji-wrap .ttl{
  font-weight: 500;
  font-size: 2.4rem;
}

.p-single.p-construction .kiji-wrap .ttl{
  margin: 0.5em 0 0.3em;
}

.p-single.p-construction .blog-upper{
  margin: 0 0 3em;
}

.p-single .kiji-wrap .blog-date{
  display: flex;
  padding: 0.5em 0 1em;
  margin-top: 1em;
  align-items: baseline;
}

.p-single .kiji-wrap .blog-date .date{
  margin-right: 1em;
  font-size: 1.6rem;
  color: #AAAAAA;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
}

.cat-block span{
  color: #fff;
  margin-right: 0.5em;
  font-size: 1.2rem;
  padding: 0.3em 1.5em 0.5em;
  margin-bottom: 0.5em;
  border-radius: 13px;
  background-color: #CE4058;
  font-weight: bold;
}


.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0em auto 4em;
  display: block;
  position: relative;
  z-index: 1;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
}

.kiji-wrap .btn{
  margin: 1em auto 2em;
}


.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  /*overflow: hidden;*/
  margin-bottom: 7em;
}

.kiji-wrap .kiji-box p{
  margin: 1em 0;
  padding: 0 2em;
}

.kiji-wrap .kiji-box h2{
  padding: 1em 1.3em 1em;
  border-bottom: 1px solid #CE4058;
  border-top: 1px solid #CE4058;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h3{
  padding: 0.7em 0 0.7em 1.5em;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
  background-color: #F6F6F6;
}

.kiji-wrap .kiji-box h4{
  padding: 0 0 0 0.8em;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #CE4058;
  border-left: 3px solid #CE4058;
}

.kiji-wrap2 .kiji-box img.aligncenter,
.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 

.kiji-wrap2 .kiji-box a,
.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap2 .kiji-box a:hover,
.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap2 .kiji-box ol,
.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap2 .kiji-box ol li,
.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
}

.kiji-wrap2 .kiji-box ul,
.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap2 .kiji-box ul li,
.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}


@media screen and (max-width: 767px) {

  .p-column .column-area {
    margin-top: 2em;
    padding-top: 2em;
  }

  .p-column.p-single{
    padding-bottom: 2em;
  }

  .p-single .single-kiji {
    display: block;
    margin-top: 3em;
  }

  .p-single .kiji-wrap .blog-date {
    margin-bottom: 2em;
  }

  .single-kiji .k-left {
    width: 100%;
  }

  .single-kiji .k-right {
    width: 100%;
    margin-top: 5em;
  }



  .p-news .news-area {
    padding: 0 0 3em;
  }

  .p-single .kiji-wrap .ttl {
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box {
    margin-bottom: 2em;
  }

  .kiji-wrap .kiji-box h2{
    font-size: 2rem;
    padding: 1em 1.3em 1em;
  }
  
  .kiji-wrap .kiji-box h3{
    font-size: 1.8rem;
  }
  
  .kiji-wrap .kiji-box h4{
    font-size: 1.6rem;
    margin-bottom: 0px;
  }

  .kiji-wrap .kiji-box p {
    padding: 0 0em;
  } 

  .blog-side .newsblog li a figure {
    width: 22%;
    height: 78px;
  }

  .blog-side .newsblog li a .detail-block {
    width: 72%;
  }

  .blog-side .newsblog li a {
    padding: 1em 1em;
  }

  .blog-side .newsblog li a .detail-block .upper-block .date-block {
    font-size: 1.2rem;
  }

  .blog-side .newsblog li a .detail-block .upper-block{
    display: block;
  }
}


/* ==================================================
    製品紹介
================================================== */

.lower-page.p-product {
  background-position: center 32%;
}


.p-service .product-list,
.p-product .product-list {
  justify-content: space-between;
  position: relative;
  margin-top: 7em;
}

.p-product .top-ttl{
  text-align: center;
  margin: 2em 0 1em;
}

.p-product .top-text{
  text-align: center;
}

.p-service .product-list::after,
.p-product .product-list::after{
  content: '';
  width: 32%;
}

.p-service .product-list li,
.p-product .product-list li {
  width: 32%;
}

.p-product .banner-wrapper{
  padding: 5em 0 12em;
}




/*-- 詳細ページ　--*/

.p-product.p-single .circlesign::before{
  top: 3%;
}

.kiji-wrap2 h1.ttl{
  display: none;
}

.p-product .s-product-area{
  padding: 8em 0 9em;
}

.p-product .other-product{
  background-color: #F6F6F6;
  padding: 6em 0 0;
}

.p-product .other-product .c-ttl{
  text-align: center;
}

.p-product .other-product .top-text{
  font-size: 2.2rem;
  margin: 0.8em 0 1em;
}

.p-product .other-product .product-list {
  margin-top: 5em;
}


.kiji-wrap2 .kiji-box h2{
 font-size: 4.8rem;
 font-weight: 900;
 margin: 1.5em 0 0.5em;
  line-height: 1.5;
}

.kiji-wrap2 .kiji-box h3 mark,
.kiji-wrap2 .kiji-box h2 mark{
  font-weight: 900;
}

.kiji-wrap2 .kiji-box mark{
  font-style: normal;
}

.kiji-wrap2 .kiji-box h3{
  font-size: 3rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

.kiji-wrap2 .kiji-box h4{
  font-size: 2rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

.p-table {
  margin: 6em 0 6em;
}

.p-table h2.c-ttl{
  text-align: center;
  margin: 0;
  font-size: 4rem;
}

.p-table .top-text{
  font-size: 2.2rem;
  margin-top: 0.6em; 
}

.p-table .table-wrap{
  max-width: 1050px;
  width: 100%;
  margin: 3em auto 3em;
}

.p-table .btn-wrapper{
  display: flex;
  justify-content: center;
  gap: 1%;
}

.p-table .btn-wrapper .btn{
  color: #CE4058;
  text-decoration: none;
}

.p-intro{
  margin: 6em 0;
}

.p-intro h2.c-ttl{
  font-size: 5rem;
  margin: 0;
  text-align: center;
}

.p-intro .top-text{
  font-size: 2.2rem;
  margin: 1em 0 3em;
}

.product-intro{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.product-intro::after{
  content: '';
  width: 31%;
  display: block;
}

.product-intro  .pi-block{
  width: 31%;
  margin-bottom: 4em;
}

.pi-block img{
  display: block;
  height: auto;
}

.pi-block .p-name{
  display: flex;
  margin: 0.6em 0 0.7em;
  font-size: 2.6rem;
  font-weight: 900;
  gap: 4%;
}

.p-pcolumn{
  margin: 6em 0;
}

.p-pcolumn h2.c-ttl{
  color: #CE4058;
  text-align: center;
  margin: 0;
  font-size: 4rem;
}

.p-pcolumn .product-column{
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

.p-pcolumn .top-text{
  font-size: 2.2rem;
  margin: 1em 0 3em;
}

.p-pcolumn .pc-block{
  display:flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.p-pcolumn .pc-block:last-child{
  margin-bottom: 0;
}

.p-pcolumn .pc-block figure{
  width: 40%;
}

.p-pcolumn .pc-block .text-box{
  width: 54%;
  padding-top: 2em;
}

.p-pcolumn .pc-block .text-box h3 {
  margin: 0 0 0.5em;
}


/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/

body.is-modal-open {
  overflow: hidden;
}

.modal {
  padding: 100px 0;
}

.modal .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__cards {
  display: flex;
}

.modal__card {
  width: calc((100% - (32px * 2)) / 3);
  transition: opacity .6s;
}

.modal__card:hover {
  opacity: .6;
}

.modal__trigger {
  cursor: pointer;
}

.modal-card__image {
  position: relative;
}

.modal-card__image:before {
  display: block;
  padding-top: 120%;
  content: '';
}

.modal-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-card__content {
  margin-top: 30px;
}

.modal-card__title {
  text-align: center;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1200px);
  /*height: calc(95% - 40px);*/
   height:auto;
  background: #fff;
}

.modal__inner {
  position: relative;
  /*overflow-y: scroll;*/
  height: 100%;
  padding: 80px 20px 70px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 92px;
  height: 92px;
  background: #666666;
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__container figure{
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}

.modal__container figure img{
  width: 100%;
  display: block;
  height: auto;
}

.modal__inner .detail-block{
  max-width: 940px;
  width: 100%;
  margin: 3em auto 0;
}


@media screen and (max-width: 1200px) {

  .p-intro .top-text{
    font-size: 1.8rem;
  }

  .p-intro h2.c-ttl {
    font-size: 4rem;
  }

  .pi-block .p-name {
    font-size: 2rem;
  }

  .kiji-wrap2 .kiji-box h2 {
    font-size: 3.8rem;
  }

  .p-pcolumn h2.c-ttl {
    font-size: 3rem;
  } 

  .kiji-wrap2 .kiji-box h3 {
    font-size: 2.8rem;
  }

  .p-pcolumn .top-text {
    font-size: 1.6rem;
  }

  .p-table h2.c-ttl {
    font-size: 3.8rem;
  }


  .modal__container figure img{
    width: 100%;
    max-width: 641px;
    display: block;
    height: auto;
    margin: 0 auto;
  }

  .modal__inner {
    padding: 3em 1em 3em;
  }

}


@media screen and (max-width: 1025px) {

  .lower-page.p-product {
    background-position: center 10%;
  }

  .p-service .product-list li, 
  .p-product .product-list li {
    width: 48%;
  }

  .p-product .s-product-area {
    padding: 4em 0 9em;
  }

  .p-intro .top-text {
    font-size: 1.6rem;
  }

  .p-intro h2.c-ttl {
    font-size: 4rem;
  }

  .pi-block .p-name {
    margin: 0.6em 0 0.5em;
    font-size: 2rem;
  }

  .kiji-wrap2 .kiji-box h2 {
    font-size: 3rem;
  }

  .p-pcolumn h2.c-ttl {
    font-size: 3rem;
  }

  .p-pcolumn .top-text {
    font-size: 1.4rem;
  }

  .kiji-wrap2 .kiji-box h3 {
    font-size: 2.4rem;
  }

  .p-table h2.c-ttl {
    font-size: 3rem;
  }

  .p-table .top-text {
    font-size: 1.6rem;
  }

  .kiji-wrap2  .has-medium-font-size{
    font-size: 1.6rem!important;
  }

}

@media screen and (max-width: 768px) {

  .p-product.p-single .circlesign::before{
    top: 2%;
  }

  .p-product.p-single .other-product.circlesign::before {
    top: 1%;
  }

  .p-intro {
    margin: 4em 0;
  }
  

  .lower-page.p-product {
    background-position: center 5%;
  }

  .p-product .s-product-area {
    padding: 3em 0 2em;
  }

  .p-service .product-list, 
  .p-product .product-list {
    margin-top: 4em;
  }

  .p-intro h2.c-ttl {
    font-size: 2.3rem;
  }

  .p-intro .top-text {
    font-size: 1.4rem;
  }

  .product-intro {
    display: block;
  }

  .product-intro  .pi-block{
    width: 100%;
    margin-bottom: 3em;
  }

  .pi-block .p-name {
    font-size: 2rem;
  }

  .kiji-wrap2 .kiji-box h2 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }

  .kiji-wrap2 .kiji-box h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .kiji-wrap2 .kiji-box h4{
    font-size:1.8rem;
    letter-spacing: 0;
  }

  .kiji-wrap2  .has-medium-font-size{
    font-size: 1.4rem!important;
  }

  .p-table {
    margin: 4em 0 4em;
  }

  .p-table .top-text {
    font-size: 1.4rem;
  }

  .p-table .btn-wrapper {
    display: block;
  }

  .p-table .btn-wrapper .btn{
    margin: 0 auto 0.6em;
  }

  .p-table .btn-wrapper .btn:last-child{
    margin-bottom: 0;
  }


  .p-product .other-product {
    padding: 4em 0 0;
  }

  .p-product .other-product .top-text {
    font-size: 1.4rem;
  }

  .p-service .product-list li,
  .p-product .product-list li {
    width: 100%;
  }

  .p-product .other-product .product-list {
    margin-top: 2em;
  }

  .p-pcolumn {
    margin: 4em 0;
  }

  .p-pcolumn .top-text {
    font-size: 1.4rem;
  }

  .p-pcolumn .pc-block {
    display: block;
  }

  .p-pcolumn .pc-block figure {
    width: 100%;
  }

  .p-pcolumn .pc-block .text-box {
    width: 100%;
    padding-top: 1em;
  }

  .p-pcolumn .pc-block {
    margin-bottom: 3em;
  }


  .modal__close {
    width: 50px;
    height: 50px;
  }

  .modal__close:before, .modal__close:after {
    width: 25px;
  }

  .modal__inner {
    padding: 71px 20px 31px;
  }

  .modal__inner .detail-block {
    margin: 1em auto 0;
  }

  .p-product .banner-wrapper{
    padding: 5em 0 5em;
  }

}

/* ==================================================
    サービス紹介
================================================== */

.p-service .top-text{
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.3em 0 5em;
}

.p-service.archive {
  background-position: center center;
}

.p-service .archive-wrap .top-text{
  text-align: center;
}

.p-service .archive-wrap .banner-wrapper{
  padding: 3em 0 14em;
}

.p-service .service-wrap {
  margin-bottom: 6em;
}

.p-service .sample-banner{
  margin: 0 auto 4em;
}


/*-- 詳細ページ　--*/

.s-product-area{
  padding: 10em 0 2em;
}

.s-mvwrap{
  padding: 0 1em;
}

.service-singlemv{
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFEFF2;
  border-radius: 20px;
  padding: 7em 6em;
}

.service-singlemv .inner-wrap{
  max-width: 1391px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}

.service-singlemv .inner-wrap figure{
  width: 33%;
}

.service-singlemv .inner-wrap .text-box{
  width: 60%;
}

.service-singlemv .c-ttl{
  font-size: 8rem;
  line-height: 1.4;
}

.service-singlemv .c-ttl span.sub{
  font-size: 3rem;
}

.service-singlemv .desc{
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 1.3em;
  width: 70%;
}


.p-service .other-product{
  background-color: #fff;  
  padding: 0em 0 14em;
}

.p-service .other-product .c-ttl{
  text-align: center;
}

.p-service .other-product .top-text{
  text-align: center;
  font-weight: 500;
  margin: 0.8em 0 0;
}

.p-service .other-product .other-service .os-wrap{
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 4em 5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-service .other-product .other-service .ttl-block{
  width: 19%;
}

.p-service .other-product .other-service .c-ttl{
  font-size: 2.6rem;
  text-align: left;
}

.p-service .other-product .other-service .btn{
  width: 100%;
  max-width: 155px;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 1em 0;
}

.p-service .other-product .other-service .os-list{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 80%;
}

.p-service .other-product .other-service .os-list a{
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  position: relative;
  padding: 3em 1em;
  color: #000;
}

.p-service .other-product .other-service .os-list a.welder{
  background-image: url(../images/service/bg_welder.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
}

.p-service .other-product .other-service .os-list a.sewing{
  background-image: url(../images/service/bg_sewing.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 41%;
}

.p-service .other-product .other-service .os-list a.ink{
  background-image: url(../images/service/bg_printing.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 46%;
}

.p-service .other-product .other-service .os-list a.sample{
  background-image: url(../images/service/bg_sample.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44%;
}

.p-service .other-product .other-service .os-list a .ttl{
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 1.8em 0 0;
  color: #000;
  display: table;
  width: initial;
  max-width: initial;
  margin: 0;
}

.p-service .other-product .banner-text{
  text-align: center;
  font-size: 2.2rem;
  margin: 3em 0 2em;
}

.s-column{
  margin: 4em 0 6em;
  counter-reset: num;
}

.s-column .pc-block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5em;
  counter-increment: num;
}

.s-column .pc-block:nth-child(odd){
  flex-flow: row-reverse;
}

.s-column .pc-block figure{
  width: 45%;
}

.s-column .pc-block figure img{
  display: block;
  height: auto;
  width: 100%;
}

.s-column .pc-block .text-box{
  width: 50%;
  padding-left: 5em;
}

.s-column .pc-block .text-box .c-ttl{
  font-weight: 900;
  position: relative;
}

.s-column .pc-block .text-box .c-ttl::before{
  content: counter(num);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #CE4058;
  color: #CE4058;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  left: -77px;
  top: 0;
}

.s-column2{
  margin: 4em 0 6em;
}

.s-column2 .cflex-wrap{
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  gap: 1.3%;
}

/*.s-column2 .cflex-wrap::after{
  content: '';
  width: 32%;
}*/

.s-column2 .cflex-wrap .pc-block{
  width: 32%;
  margin-bottom: 4em;
  
}

.s-column2 .cflex-wrap .pc-block .p-desc{
  color: #929292;
}

.s-column2 .cflex-wrap .pc-block img{
  display: block;
  height: auto;
}

.s-column2 .cflex-wrap .pc-block h3.c-ttl{
  font-size: 2.5rem;
  margin: 0.5em 0 0.6em;
}

.s-balloon{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3em auto 7em;
  max-width: 1200px;
}

.s-balloon h3.f-ttl{
  font-size: 2.5rem;
  margin: 0;
}

.s-balloon .kagapy{
  max-width: 113px;
  width: 100%;
}

.s-balloon .b-grey{
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 3em 3em;
  width: 82%;
  position: relative;
}

.s-balloon .b-grey::before{
  content: '';
  width: 51px;
  height: 49px;
  background: url(../images/common/balloon_triangle.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -49px;
  top: 50%;
  transform: translate(0%,-50%);
}

.s-balloon .b-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.s-balloon .b-wrap .text-box {
  width: 66%;
}

.s-balloon .b-wrap.full{
  display: block;
}

.s-balloon .b-wrap.full .text-box{
  width: 100%;
}

.s-balloon .b-wrap  .f-midashi{
  margin: 0 0 1em;
}

.s-balloon .b-wrap figure{
  width: 20%;
}

.p-service .s-slider{
  background-color: #F6F6F6;
  padding: 4em 0 6em;
  margin-bottom: 4em;
}

.p-service .s-slider .c-ttl{
  text-align: center;
}

.p-service .s-slider .top-text{
  text-align: center;
  font-weight: 500;
  margin: 0.6em 0 5em;
}

.s-slider .history-outer{
  padding-top: 14em;
  margin-top: -14em;
}

.s-slider .flow-slider::before {
  content: '';
  width: 100%;
  height: 1px;
  top: 58px;
  left: 0;
  background-color: #F7CCD3;
  position: absolute;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  color: #d53b4d;
  margin-top: -0.9em;
}

/* 左側の丸数字 */
.step-indicator__current {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 2px solid #CE4058;
  color: #CE4058;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: -0.5em;
}

/* 斜めスラッシュ */
.step-indicator__slash {
  width: 43px;
  height: 1px;
  background: #d53b4d;
  display: inline-block;
  margin: 0 4px;
  transform: rotate(-55deg);
  transform-origin: center;
}

/* 右側の合計数 */
.step-indicator__total {
  font-weight: 600;
  font-size: 2rem;
  padding-top: 1em;
  margin-left: -0.7em;
}


.flow-slider .slick-prev, 
.flow-slider .slick-next {
  top: -32%;
}

.s-slider .s-ttl{
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  margin: 0.3em 0 0.5em;
}

.s-slider .s-desc{
  font-weight: 500;
  font-size: 1.6rem;
}


@media screen and (max-width: 1200px) {

  .service-singlemv .c-ttl {
    font-size: 7rem;
  }

  .service-singlemv .c-ttl span.sub {
    font-size: 2.2rem;
  }

  .service-singlemv .desc {
    font-size: 2rem;
  }

  .service-singlemv {
    padding: 7em 4em;
  }

  .p-service .other-product .banner-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1130px) {

  .p-service .other-product .other-service .os-wrap {
    padding: 4em 2em;
  }

  .p-service .other-product .other-service .os-list a .ttl {
    font-size: 2rem;
    padding: 0 2.3em 0 0;
  }

}


@media screen and (max-width: 1025px) {

  .service-singlemv {
    padding: 5em 2em;
  }

  .service-singlemv .c-ttl {
    font-size: 5rem;
  }

  .service-singlemv .c-ttl span.sub {
    font-size: 2rem;
  }

  .service-singlemv .desc {
    font-size: 1.6rem;
  }

  .p-service .other-product .banner-text {
    font-size: 1.4rem;
  }

  .p-service .other-product .other-service .os-list a {
    padding: 2em 1em;
  }

  .p-service .other-product .other-service .os-list {
    width: 74%;
  }

  .p-service .other-product .other-service .os-list a .ttl {
    font-size: 1.4rem;
    padding: 0 2.6em 0 0;
  }

}

@media screen and (max-width: 900px) {
  .s-balloon .kagapy{
    max-width: 89px;
  }

  .s-balloon .b-wrap .text-box {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {

  .p-service .archive-wrap .top-text {
    margin: 0.3em 0 3em;
    padding-top: 2em;
  }

  .p-service.archive {
    background-position: center 6%;
  }

  .p-service .top-text {
    font-size: 1.4rem;
    margin: 0.3em 0 5em;
  }
  
  .p-service .product-list{
    margin-top: 4em;
  }

  .s-product-area {
    padding: 5em 0 5em;
  }

  .service-singlemv {
    padding: 3em 2em;
  }

  .service-singlemv .inner-wrap figure{
    width: 100%;
    margin-bottom: 2em;
  }

  .service-singlemv .inner-wrap .text-box {
    width: 100%;
  }

  .service-singlemv .inner-wrap{
    display: block;
  }

  .service-singlemv .c-ttl {
    font-size: 4rem;
  }

  .service-singlemv .c-ttl span.sub {
    font-size: 1.8rem;
  }

  .service-singlemv .desc {
    font-size: 1.6rem;
  }


  .p-service .other-product {
    background-color: #fff;
    padding: 2em 0 4em;
  }

  .p-service .other-product .other-service .os-wrap {
    border-radius: 10px;
    padding: 2em 1em;
    display: block;
  }

  .p-service .other-product .other-service .ttl-block {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-service .other-product .other-service .os-list {
    display: block;
    width: 100%;
  }

  .p-service .other-product .other-service .os-list a {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .p-service .other-product .other-service .os-list a:last-child{
    margin-bottom: 0;
  }

  .p-service .other-product .other-service .os-list a .ttl {
    font-size: 2rem;
  }

  .p-service .other-product .banner-text {
    font-size: 1.4rem;
    margin: 2em 0 2em;
  }

  .s-column .pc-block {
    display: block;
  }

  .s-column .pc-block .text-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .s-column .pc-block figure {
    width: 100%;
  }

  .s-column .pc-block .text-box .c-ttl::before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    left: -57px;
  }

  .s-column .pc-block .text-box {
    padding-left: 3.6em;
  }

  .s-column2 {
    margin: 3em 0 4em;
  }
 
  .s-column2 .cflex-wrap {
    display: block;
  }

  .s-column2 .cflex-wrap .pc-block h3.c-ttl {
    font-size: 1.8rem;
  }

  .s-column2 .cflex-wrap .pc-block {
    width: 100%;
    margin-bottom: 3em;
  }

  .s-balloon {
    display: block;
  }

  .s-balloon .b-grey {
    border-radius: 20px;
    padding: 2em 1.5em 4em;
    width: 100%;
  }

  .s-balloon h3.f-ttl {
    font-size: 2.2rem;
    font-weight: 900;
  }

  .s-balloon .b-wrap {
    display: block;
  }

  .s-balloon .b-wrap .text-box {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .s-balloon .b-wrap figure {
    width: 100%;
  } 

  .s-balloon .kagapy {
    max-width: 81px;
    width: 100%;
    display: block;
    margin: -27px 0 0 auto;
    z-index: 1;
    position: relative;
  }

  .s-balloon .b-grey::before {
    content: '';
    width: 51px;
    height: 49px;
    right: 114px;
    top: auto;
    bottom: -39px;
    transform: rotate(90deg) translate(0%, -50%);
  }

  .s-slider .history-outer {
    margin-top: -5em;
  }

  .p-service .s-slider {
    padding: 4em 0 3em;
  }

  .p-service .s-slider .top-text{
    margin: 0.6em 0 3em;
  }

  .s-slider .s-desc {
    font-size: 1.4rem;
  }

  

  .flow-slider .slick-next, .history-slider .slick-next {
    right: 35%;
  }

  .flow-slider .slick-prev, .history-slider .slick-prev {
    right: auto;
    left: 35%;
  }

  .flow-slider .slick-prev, 
  .flow-slider .slick-next {
    top: -26%;
  }

  .flow-slider .slick-slide {
    margin: 0 10px;
  }

  .step-indicator__current {
    font-size: 1.8rem;
  }

  .p-service .other-product {
    margin-top: 4em;
  }

  .p-service .other-product .other-service{
    margin-top: 5em;
  }
      
  .p-service .other-product .other-service .os-list a.ink {
    background-size: 19%;
  }

  .p-service .other-product .other-service .os-list a.welder {
    background-size: 15%;
  }

  .p-service .other-product .other-service .os-list a.sample {
    background-size: 15%;
  }

  .p-service .other-product .other-service .os-list a.sewing {
    background-size: 13%;
  }

  .p-service .sample-banner {
    margin: 0 auto 1em;
  }

  .p-service .archive-wrap .banner-wrapper{
    padding: 3em 0 6em;
  }


}



/* ==================================================
    お問い合わせ
================================================== */


.p-contact{
  position: relative;
  padding: 0 0 18em;
}

.p-contact .contact-area{
  position: relative;
  z-index: 1;
  padding-top: 3em;
}

.p-contact .top-text{
  display: table;
  margin: 0em auto 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

  
.c-form {
  width: 100%;
  margin: 11em auto 0;
}


.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#FFFFFF;
  font-size: 1.4rem;
  padding: 11px 13px;
}
  
.c-form input[type="text"] {
  width: 60%;
}
  
.c-form .required {
  font-size: 1.2rem;
  display: block;
  border-radius: 3px;
  color: #A62152;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.2em;
}


.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}
  
.c-form table td {
  font-size: 1.4rem;
  padding: 1.5em 1.5em;
  font-weight: normal;
  color:#000 ;
}
  
.c-form table th {
  width: 305px;
  text-align: left;
  font-size: 1.6rem;
  padding: 2em 1em;
  vertical-align: top;
}

.c-form table th p{
  font-weight: bold;
}

.c-form table tr.block th,
.c-form table tr.block td{
  display: block;
  width: 800px;
}
  

.c-form .name-wrap{
  display: flex;
  justify-content: space-between;
  width: 69%;
}

.c-form .name-wrap .name-box{
  width: 47%;
}

.c-form .warning{
  text-align: center;
  margin-top: 60px;
  border: 1px solid #E40325;
  margin-bottom: 20px;
  padding: 20px;
  color: #E40325;
}
  
.c-form .select-wrap{
  width: 72%;
  position: relative;
}
  
.c-form .select-wrap:after {
  content: '';
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #3D3D3D;
  position: absolute;
  transform: rotate(90deg) translate(0,-50%);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.c-form .select-wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
.c-btn-box{
  margin: 60px auto 0;
  position: relative;
  max-width: 311px;
}

.c-btn-box .wpcf7-spinner{
  position: absolute;
}
  
.c-btn-box::before{
  content: '';
  background: url(../images/common/slider_next.svg) no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
  
.c-btn-box .btn{ 
  max-width: 320px;
  background: #CE4058;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 1.1em 0;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "noto-sans-cjk-jp","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
}

  
.c-form input[type="submit"]:hover {
  opacity: 0.6;
}
  
.c-form .c-form.form-check .note{
  display: none;
}
  
.p-contact ::placeholder {
  color: #D2D2D2;
}
  /* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
  /* IE対応 */
.p-contact :-ms-input-placeholder {
    color: #D2D2D2;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D7D7D7;
  padding: 1em 0.6em;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.6rem;
}
  
input[type=text], input[type=number], input[type=email], input[type=tel], textarea, .input-text, .state_select {
  box-shadow: none!important;
}

.t-archive {
  width: 100%;
  position: relative;
  margin-top: .8em;
}

.t-archive select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.t-archive:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 24px;
  box-sizing: border-box;
  width: 9px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translate(0, -50%);
  border-top: 2px solid #D7D7D7;
  border-right: 2px solid #D7D7D7;
  transform: rotate(135deg) translate(0, -50%);
}

.c-form .t-archive {
  width: 72%;
}

.c-form .t-archive select{
  width: 100%;
}

.c-form textarea{
  height: 141px;
  width: 100%;
}

@media screen and (max-width:1200px) {

  .p-contact{
    position: relative;
    padding: 0 0 10em;
  }

}

@media screen and (max-width:1025px) {

  .p-contact .top-text{
    font-size: 1.6rem;
  }

  .c-form {
    margin: 5em auto 0;
  }

}

  
@media screen and (max-width:768px) {

  .c-form table tr.block th, .c-form table tr.block td {
    display: block;
    width: 100%;
  }

  .p-contact .top-text {
    margin: 1em auto 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  
  .p-contact .contact-wrap {
    padding: 0em 0 4em;
  }
  
  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
    width: 100%;
  }
  
  .c-form {
    margin-top: 3em;
  }
  
  .c-form table th {
    padding: 1em 0em 0.5em;
  }
  
  .c-form table td{
    padding: 0em 0em 1em;
  }
  
  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
  }
  
  .c-form .name-wrap {
    width: 100%;
  }
  
  .c-btn-box{
    margin: 30px auto 0;
  }
  
  .c-btn-box .btn{
    font-size: 1.4rem;
  }
  
  .c-form .select-wrap {
    width: 100%;
  }
  
  .c-form textarea {
     width: 100%;
  }
  
  .c-form .name-wrap .name-box {
    width: 49%;
  }
  
  .c-form .t-archive {
    width: 100%;
  }

  
}


/* ==================================================
   「かがっぴー」ってなあに？
================================================== */

.p-kagapy .kagapy-area{
  padding: 2em 0 19em;
}

.p-kagapy .kagapy-area .top-text{
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
}

.p-kagapy .kagapy-area .intro-wrap{
  margin-top: 7em;
  background-color: #fff;
  border-radius: 30px;
  padding: 5em 6em;
  position: relative;
}

.p-kagapy .kagapy-area .intro-wrap .deco{
  position: absolute;
}

.p-kagapy .kagapy-area .intro-wrap .kagapy{
  right: -11%;
  top: 50%;
  transform: translate(0, -50%);
  animation: floating-yy 1.8s ease-in-out infinite alternate-reverse;
}

.p-kagapy .kagapy-area .intro-wrap .kagausa{
  left: -9%;
  top: 50%;
  transform: translate(0, -50%);
  /*animation: bounce 5s ease infinite;*/
  animation: floating-yy 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-yy {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

/*@keyframes bounce {
  0% {
    transform: translateY(0) scale(1); 
  }
  30% {
    transform: translateY(-50px) scale(1.2); 
  }
  50% {
    transform: translateY(0) scale(0.8); 
  }
  70% {
    transform: translateY(-25px) scale(1.1); 
  }
  100% {
    transform: translateY(0) scale(1); 
  }
}*/


.p-kagapy .kagapy-area .intro-inner{
  max-width: 800px;
  width: 100%;
}

.p-kagapy .kagapy-area .intro-wrap.second .intro-inner{
  margin: 0 0 0 auto;
}

.p-kagapy .kagapy-area .intro-inner .intro-name{
  font-size: 4.1em;
  font-weight: 900;
  line-height: 1;
}

.p-kagapy .kagapy-area .intro-inner .intro-catch{
  color: #CE4058;
  font-size: 3rem;
  font-weight: 900;
  margin: 1em 0 1.1em;
}

.p-kagapy .kagapy-area .intro-inner p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3.5em;
}

.p-kagapy .kagapy-area .sns-wrap{
  max-width: 575px;
  width: 100%;
  margin: 8em auto 0;
}

.p-kagapy .kagapy-area .sns-wrap .c-ttl{
  text-align: center;
  margin-bottom: 0.5em;
}

.p-kagapy .kagapy-area .sns-box{
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.p-kagapy .kagapy-area .icon-box{
  display: flex;
  justify-content: center;
  gap: 7%;
  max-width: 210px;
  width: 100%;
}

.p-kagapy .sns-box img{
  max-width: 110px;
  width: 100%;
}

.p-kagapy .sns-box .kagausa{
  max-width: 96px;
}

@media screen and (max-width:1630px) {

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    right: -4%;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagausa {
    left: -3%;
  }

}
@media screen and (max-width:1460px) {

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    right: 0%;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagausa {
    left: 2%;
  }

}



@media screen and (max-width:1250px) {

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    max-width: 15%;
    width: 100%;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagausa {
    max-width: 15%;
    width: 100%;
  }

  .p-kagapy .kagapy-area .intro-inner .intro-catch {
    font-size: 2rem;
  }
}

@media screen and (max-width:1200px) {
  .p-kagapy .kagapy-area .intro-wrap {
      padding: 5em 4em;
  }

  .p-kagapy .kagapy-area .intro-inner p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:980px) {

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    right: auto;
    top: auto;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    right: 0;
    top: auto;
    bottom: -32px;
    transform: translate(0, 0%);
    max-width: 155px;
    width: 100%;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagausa {
    left: auto;
    top: auto;
    right: 0;
    bottom: -32px;
    transform: translate(0, 0%);
    max-width: 155px;
    width: 100%;
  }

  .p-kagapy .sns-box img {
    max-width: 77px;
  }
}


@media screen and (max-width:768px) {

  .p-kagapy .kagapy-area {
    padding: 1em 0 19em;
  }

  .p-kagapy .kagapy-area .top-text {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .p-kagapy .kagapy-area .intro-inner .intro-name {
    font-size: 3em;
  }

  .p-kagapy .kagapy-area .intro-inner .intro-catch {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .p-kagapy .kagapy-area .intro-wrap {
    margin-top: 4em;
    border-radius: 10px;
    padding: 2em 1em;
  }

  .p-kagapy .kagapy-area .intro-inner p {
    font-size: 1.6rem;
  }

  .p-kagapy .kagapy-area {
    padding: 2em 0 5em;
  }

  .p-kagapy .sns-box img {
    max-width: 57px;
  }

  .p-kagapy .sns-box .kagausa {
    max-width: 53px;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagausa {
    max-width: 123px;
  }

  .p-kagapy .kagapy-area .intro-wrap .kagapy {
    max-width: 123px;
  }

}


/* ==================================================
   よくあるご質問
================================================== */

.p-faq{
  position: relative;
  padding: 2em 0 11em;
}

.p-faq .faq-area{
  padding: 2em 0;
}

.p-faq .top-text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.p-faq .faq-wrap{
  margin: 4em 0 7em;
}

.p-faq .faq-nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0.8em 0.8em;
  margin-bottom: 7em;
  border: 1px solid #E8E8E8;
}

.p-faq .faq-nav a{
  width: 23%;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.8em 0.5em;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  position: relative;
}

.p-faq .faq-nav a::before{
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translate(0,-50%);
}

.p-faq .faq-nav a:nth-child(4n)::before{
  content: none;
}

.p-faq .faq-nav a:hover{
  background-color: #CE4058;
  color: #fff;
  border-radius: 30px;
  opacity: 1;
}

.p-faq .faq-block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 11em;
}

.p-faq .faq-block:last-child{
  margin-bottom: 0;
}

.p-faq .faq-block .faq-cat{
  width: 29%;
}

.p-faq .faq-block .faq-list{
  width: 68%;
}

.p-faq .faq-block .faq-cat{
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 1.3em;
  padding-top: 1em;
}

.p-faq .faq-block .faq-cat::before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 36px;
  left: 0;
}

.p-faq .faq-box{
  margin-bottom: 2em;
}

.p-faq .faq-box:last-child{
  margin-bottom: 0em;
}

.p-faq .box-f.question{
  background-color: #F6F6F6;
  padding: 1.3em 1em;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.p-faq .box-f.question::before{
  content: '';
  background: url(../images/common/arrow_small.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0,-50%);
  transition: 0.3s ease-in-out;
}

.p-faq .box-f.question.open::before{
  transform: translate(0, -50%) rotate(90deg);
}

.p-faq .box-f.question .desc{
  display: flex;
}

.p-faq .box-f.question .en{
  font-size: 2.5rem;
  margin-right: 1em;
  font-weight: 400;
  line-height: 1;
}

.p-faq .box-f.answer{
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5em 0;
  display: none;
}

.banner-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.banner-wrapper a{
  width: 48%;
  display: block;
  margin-bottom: 1em;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.banner-wrapper a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.banner-wrapper a img{
  display: block;
}

@media screen and (max-width:1200px) {
  .p-faq .top-text{
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a {
    font-size: 1.6rem;
  }

  .p-faq .faq-block .faq-cat {
    font-size: 1.8rem;
  }

  .p-faq .faq-block .faq-cat::before {
    top: 32px;
  }

  
  .p-faq .box-f.answer{
    font-size: 1.4rem;
  }
}

@media screen and (max-width:1070px) {

  .p-faq .faq-nav a {
    font-size: 1.6rem;
  }

  .p-faq .top-text {
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a::before {
    right: -10px;
  }

}

@media screen and (max-width:768px) {

  .p-faq {
    padding: 2em 0 6em;
  }

  .p-faq .top-text {
    font-size: 1.4rem;
  }

  .p-faq .faq-area{
    padding: 0 0 0em;
  }

  .p-faq .faq-nav {
    margin-bottom: 3em;
  }

  .p-faq .faq-wrap {
    margin: 3em 0 4em;
  }

  .p-faq .faq-nav a {
    width: 49%;
    font-size: 1.4rem;
  }

  .p-faq .faq-nav a::before {
    width: 1px;
    height: 17px;
    top: 50%;
    right: -5px;
  }

  .p-faq .faq-nav a:nth-child(2n)::before{
    content: none;
  }

  .p-faq .box-f.question::before {
    width: 18px;
    height: 18px;
    right: 8px;
  }

  .p-faq .box-f.answer {
    font-size: 1.4rem;
  }

  .p-faq .faq-block {
    display: block;
    margin-bottom: 4em;
  }
  

  .p-faq .faq-block .faq-cat {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-faq .faq-block .faq-list {
    width: 100%;
  }

  .p-faq .box-f.question {
    font-size: 1.4rem;
    padding: 1.3em 2em 1.3em 0.7em;
  }

  .p-faq .faq-box {
    margin-bottom: 1em;
  }

  .p-faq .box-f.question .en {
    margin-right: 0.5em;
    font-size: 2rem;
  }

  .banner-wrapper {
    display: block;
  }

  .banner-wrapper a {
    width: 100%;
  }

  .banner-wrapper a:first-child{
    margin-bottom: 1em;
  }


}


/* ==================================================
   プライバシーポリシー
================================================== */

.p-privacy{
  position: relative;
  padding: 0 0 15em;
  background: none;
}


.p-privacy .privacy-area{
  padding: 5em 0 0;
}

.p-privacy .privacy-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-privacy .p-box-wrap{
  margin-top: 4em;
}

.p-privacy .p-box-wrap .p-box {
  margin: 0 0 5em;
}

.p-privacy .p-box-wrap .p-box:last-child{
  margin-bottom: 0;
}

.p-privacy .p-box-wrap .p-box a{
  color: #000;
  text-decoration: underline;
}

.p-privacy .p-box-wrap .p-box .btn{
  color: #fff;
  text-decoration: none;
  margin-top: 1.5em;
}

.p-privacy .p-box-wrap .p-box a:hover{
  text-decoration: none;
}

.p-privacy .p-box-wrap .p-box .p-ttl{
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 500;
}


.p-privacy .p-box-wrap .p-box .p-ttl .ttl{
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.p-privacy .p-box-wrap .p-box ul{
  margin: 1em 0;
}

.p-privacy .p-box-wrap .p-box ul li{
  position: relative;
  padding-left: 1em;
}

.p-privacy .p-box-wrap .p-box ul li::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 0%;
}

.p-privacy .p-box-wrap .p-box p{
  word-break: break-all;
}

.p-privacy .p-box-wrap .p-box .ind{
  margin-bottom: 3em;
  padding-left: 2em;
  text-indent: -1.8em;
  word-break: break-all;
}

.p-privacy .p-box-wrap .p-box .ind:last-child{
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {

  .p-privacy .p-box-wrap .p-box .p-txt{
    font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {

  .p-privacy {
    padding: 0 0 6em;
  }

  .p-privacy .privacy-area{
    padding: 3em 0 0;
  }


  .p-privacy .p-box-wrap {
    padding: 0;
  }

  .p-privacy .p-box-wrap .p-box .p-ttl .ttl {
    font-size: 1.5rem;
  }

  .p-privacy .p-box-wrap .p-box .p-ttl .num {
    font-size: 2rem;
    line-height: 1;
  }

  .p-privacy .p-box-wrap .p-box {
    margin: 0 0 4em;
  }

  .p-privacy .p-box-wrap .p-box .p-ttl {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }

}


/* ==================================================
   サイトマップ
================================================== */


.p-sitemap.lower-page{
  background: none;
}

.p-sitemap{
  position: relative;
  padding: 0 0 19em;
}

.p-sitemap .deco01{
  position: absolute;
  bottom: 0;
  right: 8%;
  max-width: 198px;
  width: 100%;
}

.p-sitemap .js-drawline{
  position: absolute;
  top: 0;
}

.p-sitemap .circle01{
  right: 4%;
  top: 10%;
}

.p-sitemap .circle02{
  left: 2%;
  bottom: 10%;
}

.p-sitemap .circle03{
  left: 18%;
  bottom: 10%;
}

.p-sitemap .sitemap-wrap{
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 4em 2em 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-sitemap .sitemap-wrap .sitemap-box{
  width: 43%;
  margin-bottom: 2em;
}


.p-sitemap .sitemap-wrap a{
  color: #000;
  font-weight: bold;
}

.p-sitemap .sitemap-wrap li.parent{
  margin-bottom: 1em;
}

.p-sitemap .sitemap-wrap li a{
  color: #000;
  font-size: 1.8rem;
  display: table;
  font-weight: 500;
  padding: 0.6em 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-sitemap .sitemap-wrap .child{
  padding-left: 1.5em;
}

.p-sitemap .sitemap-wrap .child li a{
  font-size: 1.6rem;
  padding: 0.3em 0 0 1.5em;
  position: relative;
  font-weight: 500;
}

.p-sitemap .sitemap-wrap .child li a::before{
  content: '';
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 17px;
  left: 0;
}

@media screen and (max-width:1025px) {

  .p-sitemap .deco01 {
    max-width: 159px;
  }

  .p-sitemap .sitemap-wrap li a {
    font-size: 1.6rem;
  }

}


@media screen and (max-width:768px) {

  .p-sitemap {
    padding: 0 0 6em;
  }

  .p-sitemap .circle01{
    right: 4%;
  }

  .p-sitemap .sitemap-wrap .first-box {
    margin: 0 0 1em;
  }

  .p-sitemap .sitemap-wrap {
    max-width: 100%;
    display: block;
  }

  .p-sitemap .sitemap-wrap .sitemap-box {
    width: 100%;
  }

  .p-sitemap .sitemap-wrap li a {
    font-size: 1.4rem;
  }

  .p-sitemap .sitemap-wrap .child li a {
    font-size: 1.4rem;
  }

  .p-sitemap .sitemap-wrap{
    padding: 0em 2em 0;
  }

  .p-sitemap .circle03{
    left: 30%;
    bottom: 3%;
  }

  .p-sitemap .deco01 {
    right: 8%;
    max-width: 149px;
  }
}


@media screen and (min-width:400px) and (max-width:768px){
  
  
}

.p-error{
  text-align: center;
  padding: 0 0 9em;
}

.p-error .btn{
  margin: 2em auto 0;
}


