@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;
  background-color: #FCFAF6;
}

@media screen and (min-width: 1026px) {
  html,
  body,
  a {
    cursor: none!important;
  }
}


@media screen and (max-width: 767px) {
  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;
}

.maru{
   font-family: "Zen Maru Gothic", sans-serif;
}

.serif{
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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


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

.previouspostslink::before {
  
}


.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: 3em;
}

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  background: url(../images/common/icon_arrow_left.svg) no-repeat;
	width: 48px;
  height: 48px;
  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: 3em;
}

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

.aroundbox a{
  color: #000;
  position: relative;
}

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


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 82px 0 0px;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 0em;
  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::after{
  content: '';
  top: 49%;
  right: -18px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #5E481E;
  position: absolute;
  transform: translate(0,-50%);
}

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


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

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


.inner {
  width: 100%;
  max-width: calc(1320px + 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(1800px + 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{
  max-width: 379px;
  width: 100%;
  display: block;
  background-color: #B1947F;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 1.2em 1em;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn::before{
  content: '';
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
}

.btn:hover{
  color: #fff;
}

.btn:hover::before{
  right: 20px;
}

.btn02{
  color: #716040;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: table;
  padding-right: 5em;
      transition: 0.3s ease-in-out;
}

.btn02:hover{
  color: #716040;
}

.btn02::before{
  content: '' ;
  background: url(../images/common/deco_btn.svg) no-repeat;
  width: 83px;
  height: 28px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  transition: 0.3s ease-in-out;
}

.btn02:hover::before{
  right: -5px;
}



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

  .btn02{
    font-size: 1.6rem;
  }

  .btn{
    font-size: 1.4rem;
  }

  .btn::before {
    right: 13px;
  }

  .btn02::before {
    width: 54px;
    height: 18px;
  }



}

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

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


  
  .btn02{
    font-size: 1.4rem;
  }

  .btn02::before {
    width: 50px;
    height: 17px;
  }

}

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


.l-header{
  display: flex;
  height: 80px;
  padding: 0 0 0 3em;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
  /*-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);*/
  position: fixed;
  z-index: 10;
  transition: 0.3s ease-in-out;
  /*box-shadow: 0px 2px 14px -6px rgba(0, 0, 0, 0.3);*/
}

.l-header a{
  color: #000;

}

.l-header.fixed{
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  backdrop-filter: blur(10px) saturate(100%);
  background-color: rgba(255, 255, 255, 0.8);
}

.l-header .c-logo{
  position: relative;
  left: 0em;
  max-width: 220px;
  margin-bottom: 0;
  width: 100%;
}

.l-header .header-navlink{
  width: 76%;
  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 1.5em;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}

.l-header .header-navlink ul li.active a::before{
  content: '';
  background-color: #716040;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%,0);
}

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

.l-header .header-navlink .nav-toi a{
  width: 50%;
  padding: 3.5em 0 2.8em;
  border-radius: 0 0 5px 5px;
}

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

.l-header .header-navlink .nav-toi a.olshop{
  background-color: #FFBE74;
  color: #000;
  transition: 0.3s ease-in-out;
}

.l-header .header-navlink .nav-toi a.olshop:hover{
  background-color: #FECE99;
}

.l-header .header-navlink .nav-toi a.toi{
  background-color: #957D6C;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.l-header .header-navlink .nav-toi a.toi:hover{
  background-color: #BBA393;
}

.l-header .header-navlink .nav-toi .text{
  position: relative;
  font-weight: 500;
  padding-left: 44px;
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.l-header .header-navlink .olshop .text::before{
  content: '';
  width: 35px;
  height: 33px;
  background: url(../images/common/icon_cart.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: -4px;
}

.l-header .header-navlink .toi .text::before{
  content: '';
  width: 30px;
  height: 22px;
  background: url(../images/common/icon_mail.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -4px;
  top: 1px;
}

.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:#fff;
  /*動き*/
  transition: all 0.7s cubic-bezier(.43,.24,.54,.93);
}

/*アクティブクラスがついたら位置を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 ul {
  position: absolute;
  z-index: 999;
  top: 36%;
  width: 80%;
  left: 57%;
  transform: translate(-50%, 0%);
}*/

/*リストのレイアウト設定*/

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

/*.l-header #g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
}*/

/*========= ボタンのための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: #957D6C;
  
}

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

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

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

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

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

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


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

  .l-header .c-logo{
    left: 0;
  }

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

}

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

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

  .l-header .header-navlink .olshop .text::before {
    content: '';
    width: 27px;
    height: 26px;
    left: 10px;
    top: -3px;
  }

  .l-header .header-navlink .toi .text::before {
    content: '';
    width: 25px;
    height: 19px;
    left: 1px;
    top: 3px;
  }

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

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

}

@media screen and (max-width:1520px) {
    .l-header .header-navlink ul li a {
        padding: 0 0.6em;
    }
}

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

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

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

}

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

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

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

  .l-header .header-navlink .toi .text::before {
    content: '';
    width: 25px;
    height: 19px;
    left: 8px;
  }

  .l-header .header-navlink .nav-toi .text {
    padding-left: 40px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }

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

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

  .l-header .header-navlink .nav-toi a {
    padding: 3em 0 2.2em;
  }

}


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

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

  .l-header .header-navlink .olshop .text::before {
    content: '';
    width: 20px;
    height: 21px;
    left: 12px;
    top: -3px;
  }

  .l-header .header-navlink .toi .text::before {
    content: '';
    width: 21px;
    height: 16px;
    left: 10px;
  }

 
}

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

  .l-header .header-navlink .nav-toi .text {
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .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 .header-navlink .nav-toi {
    max-width: 331px;
  }
}

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


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

  .scroll-prevent {
    overflow: hidden;
  }

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

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

  .l-header .c-logo {
    position: relative;
    max-width: 300px;
    top: 3px;
    left: 17px;
  }

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

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

  .l-header .c-logo a .logo01 {
    max-width: 139px;
  }

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

  .l-header .openbtn1 {
    display: block;
    position: absolute;
    top: 49%;
    left: auto;
    right: 0;
    transform: translate(0%,-50%);
    cursor: pointer;
    height: 54px;
    width: 55px;
    /*border-left: 1px solid #957D6C;
    background-color: #957D6C;*/
  }

  .l-header .openbtn1 span {
    left: auto;
    right: 12px;
    height: 1px;
    width: 32px;
    top: 38px;
  }

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

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


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


  /*ナビゲーション*/
  .gnav-wrapper{
    top:27px;
    left:auto;
    transform: translate(0%,0%);
    width: 100%;
    padding-bottom: 5em;
    position: relative;
  }

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

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

  .l-header #g-nav .toi{
    color: #fff;
    margin: 0 auto;
  }

  .l-header #g-nav .olshop{
    background-color: #FFBE74;
    margin: 0.8em auto 0;
  }

  .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{
    margin: 20px 0 0px!important;
    padding: 0 1em 1em;
  }
  
  .l-header #g-nav li a{
    display: block;
    text-align: left;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1em;
    text-align: center;
  }
 
}



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


.l-footer{
  position: relative;
  background-color: #FCFAF6;
  z-index: 2;
}

.l-footer .ft-wrap{
  background-color: #fff;
  padding: 5em 0 1.5em;
  border-radius: 40px 40px 0 0;
}

.l-footer .ft-wrap .inner{
  width: 100%;
  max-width: calc(1320px + 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;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer .ft-wrap .ft-left{
  width: 35%;
  color: #5E481E;
}

.l-footer .ft-wrap .ft-left .ft-address{
  margin: 3em 0;
  font-weight: 500;
}

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

.l-footer .ft-wrap .ft-right ul li a{
  color: #5E481E;
  font-weight: 500;
  display: table;
  padding: 0.4em 0;
}

.l-footer .ft-wrap .ft-right ul .parent > ul.child{
  padding-left: 1.5em;
}

.l-footer .ft-wrap .copyright{
  width: 100%;
  text-align: center;
  margin-top: 4em;
}

.l-footer .ft-wrap .ft-sns{
  display: flex;
  gap: 1em;
}

.l-footer .ft-wrap .ft-sns a{
  display: block;
}

.l-footer .ft-wrap .ft-sns a img{
  display: block;
}

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



}

@media screen and (max-width:1200px) {
  .l-footer .ft-wrap .ft-right{
    gap: 7%;
  }
}


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

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

  .l-footer .ft-wrap .ft-left .ft-address {
    margin: 2em 0;
  }

  .l-footer .ft-wrap .ft-right ul .parent > ul.child{
    padding-left: 0.5em;
  }


}


@media screen and (max-width:768px) {
  .l-footer {
    padding-bottom: 2em;
  }

  .l-footer .ft-wrap .inner {
    display: block;
  }

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

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

  .l-footer .ft-wrap .ft-left .ft-address {
    margin: 1em 0;
    text-align: center;
  }

  .l-footer .ft-wrap .ft-right {
    width: 100%;
    display: block;
    margin-top: 2em;
  }

  .l-footer .ft-wrap .copyright {
    margin-top: 2em;
  }

  .l-footer .ft-wrap .ft-sns{
    display: flex;
    justify-content: center;
  }

  .l-footer .ft-wrap .ft-sns a{
    max-width: 30px;
    width: 100%;
  }
}

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

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

.circle01{
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../images/common/circle01.svg) no-repeat center center / 60px auto;
  background-size: cover;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 256px;
  height: 204px;
  position: absolute;
}

.circle02{
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../images/common/circle02.svg) no-repeat center center / 60px auto;
  background-size: cover;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 193px;
  height: 193px;
  position: absolute;
}

.circle03{
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../images/common/circle03.svg) no-repeat center center / 60px auto;
  background-size: cover;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 97px;
  height: 97px;
  position: absolute;
}

.circle04{
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../images/common/circle02.svg) no-repeat center center / 60px auto;
  background-size: cover;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 72px;
  height: 72px;
  position: absolute;
}




@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* ↓ 共通の記述 */
/* 全体 */

.appear .animation-bg {
  background: #fff;
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.4s;
  animation-delay: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
 
@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
 

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

  .circle02 {
    width: 120px;
    height: 120px;
  }

  .circle03 {
    width: 60px;
    height: 60px;
  }

  .circle04 {
    width: 30px;
    height: 30px;
  }
}

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

  .circle01 {
    width: 124px;
    height: 97px;
  }

  .circle02 {
    width: 75px;
    height: 75px;
  }

  .circle03 {
    width: 45px;
    height: 45px;
  }

  .circle04 {
    width: 20px;
    height: 20px;
  }
}

.js-drawline path{
  /*stroke:#F4E9E2;*/ 
  stroke:#F0E2DA; 
  stroke-width:3; fill:none;
  stroke-dasharray:4000; stroke-dashoffset:4000;
  transition:stroke-dashoffset var(--dur,11s) cubic-bezier(.22,.61,.36,1);
}
  /* 到達したら描画開始 */
.js-drawline.draw path{ 
  stroke-dashoffset:0;
 }


 /* --- Intro base --- */
.cdn-i { opacity:0; transform:scale(.9); transition:.4s; }
.cdn-i.show { opacity:1; transform:scale(1); }

@keyframes wobble {
  0%,100%{ transform:scale(1) rotate(0) }
  25%{ transform:scale(1.05) rotate(-6deg) }
  75%{ transform:scale(1.05) rotate(6deg) }
}
.cdn-i.wobble { animation:wobble .9s ease-in-out 2; }


@media screen and (max-width:768px) {
  .js-drawline path{
    stroke-width:5;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FCFAF6;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}


/*#cdn-intro.loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


#cdn-intro .cdn-i {
  opacity: 0;
  transform: scale(0.8);
  animation: pop 0.6s forwards;
}

#cdn-intro .c { animation-delay: 0s; }
#cdn-intro .d { animation-delay: 0.3s; }
#cdn-intro .n { animation-delay: 0.6s; }

@keyframes pop {
  0% { opacity: 0; transform: scale(0.8); }
  60% { opacity: 1; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}*/


/* ==================================================
   カーソル
================================================== */


@media screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
.cd-cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99999;
}

.cd-cursor__dot {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #9B663F;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.cd-cursor__ring {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1.5px solid #9B663F;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
  will-change: transform, width, height, border-color, background, opacity;
  transition: width .18s ease, height .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
  opacity: .9;
}

.cd-cursor__dot,
.cd-cursor__ring{
  position: fixed;
  left: 0; top: 0;              /* penting untuk left/top update */
  transform: translate(-50%, -50%);
}

.cd-cursor--hover .cd-cursor__ring {
  width: 44px;
  height: 44px;
  border-color: #111;
  background: rgba(17,17,17,.08);
}


.cd-cursor--down .cd-cursor__ring {
  width: 28px;
  height: 28px;
  background: rgba(17,17,17,.14);
}

}
@media (prefers-reduced-motion: reduce) {
  .cd-cursor__dot,
  .cd-cursor__ring { transition: none !important; }
}

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

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

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

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

.page-ttl-bnr{
  padding: 10em 1em;
  text-align: center;
  position: relative;
}

.page-ttl-bnr .midashi{
  color: #FFFFFF;
  font-size: 3.5rem;
  display: table;
  margin: 0 auto;
  position: relative;
}

.page-ttl-bnr::before{
  content: '';
  background-color: rgba(28, 84, 101, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

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

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

.pt-heading .en{
  font-size: 1.6rem;
  color: #957D6C;
  text-align: center;
  padding-top: 1.3em;
}



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


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

}


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

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

  .page-ttl.pt {
    padding-top: 2em;
    margin-bottom: 3em;
  }

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

  .pt-heading .en {
    padding-top: 1em;
  }

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

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

  .pt-heading3{
    font-size: 2rem;
  }
  
  .pt-heading3::before{
    left: -37px;
  }
  
  .pt-heading3::after{
    right:  -37px;
  }

}



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



.mv-area .words-wrap{
  display: flex;
  width: 100%;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}

.mv-area .catchcopy{
  display: table;
  position: absolute;
  right: 3%;
  bottom: 9%;
  max-width: 624px;
  width: 100%;
  z-index: 1;
}

.mv-area .deco01{
  position: absolute;
  right: 1%;
  bottom: 31%;
  z-index: 1;
  max-width: 326px;
  width: 100%;
}

.mv-area .deco02{
  position: absolute;
  left: 11%;
  bottom: 10%;
  max-width: 286px;
  width: 100%;
  z-index: 1;
}

.mv-area .words-wrap .word01{
  display: block;
  height: auto;
  z-index: 1;
  animation: fuwafuwa4 6s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.mv-area .words-wrap .word02{
  display: block;
  height: auto;
  position: relative;
  left: -12em;
  top: 3em;
  animation: fuwafuwa5 6s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.mv-area .words-wrap .word03{
  display: block;
  height: auto;
  position: relative;
  left: -15em;
  animation: fuwafuwa4 6s ease-in-out infinite alternate;
   transition: 1.5s ease-in-out;
}

/*.mv-area .words-wrap .wd01,
.mv-area .words-wrap .wd02,
.mv-area .words-wrap .wd03 {
  opacity:0; 
  transition:opacity 0.6s ease, transform 0.6s ease;
}


.mv-area .words-wrap .wd01.popup,
.mv-area .words-wrap .wd02.popup,
.mv-area .words-wrap .wd03.popup {
  opacity:1; 
}*/


@keyframes fuwafuwa4 {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -3px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}

@keyframes fuwafuwa5 {
  0% {
    transform:translate(0, 0) rotate(3deg);
  }
  50% {
    transform:translate(0, 3px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-3deg);
  }
}


.word {
  opacity: 0;
  transform: scale(0.8);
}

.word.popup {
  animation: popIn 0.6s forwards;
}


.word:nth-child(1) {
  animation-delay: 0.2s;
  position: relative;
  z-index: 1;
}
.word:nth-child(2) {
  animation-delay: 0.4s;
}
.word:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*.words-wrap.is-fadein .word{
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}*/
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
 


.p-top .mv-area{
  overflow: hidden;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3.5em;
}

.p-top .mv-area .circle02.right{
  right: 4%;
  top: 12%;
  z-index: 1;
}

.p-top .mv-area .circle03.right{
  right: 13%;
  top: 12%;
  z-index: 1;
}

.p-top .mv-area .circle02.left{
  left: 3%;
  bottom: 10%;
}

.p-top .mv-area .circle03.left{
  left: 2%;
  bottom: 5%;
}

.p-top .top-about{
  padding: 14em 0 13em;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-top-left-radius: 1000px 700px;
  border-top-right-radius: 1000px 700px;
  margin-top: -3em;
  position: relative;
}

.p-top .top-about .inner{
  z-index: 2;
}

.p-top .line01{
  position: absolute;
  bottom: -34%;
  left: 0;
}

.p-top .line02{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-top .line03{
  position: absolute;
  top: 12%;
  left: 0;
}

.p-top .line04{
  position: absolute;
  top:0;
  left: 0;
}

.p-top .top-about .circle02{
  right: 5%;
  top: -9%;
}

.p-top .top-about .circle03{
  right: 3%;
  top: -13%;
}

.p-top .top-about .deco03{
  max-width: 301px;
  width: 100%;
  position: absolute;
  right: 4%;
  bottom: 12%;
}

.p-top .top-about .pt-heading{
  color: #716040;
  margin-bottom: 1.5em;
}

.p-top .top-about p{
  line-height: 2;
}

.p-top .top-about .btn02{
  margin: 6em auto 0;
}

.top-company-area{
  padding: 6em 0 12em;
  position: relative;
}


.top-company-area .comp-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
  margin: 0 0 10em;
}

.top-company-area .comp-wrap .bg-img{
  width: 43%;
  height: 611px;
  background: url(../images/top/img_about.jpg) no-repeat;
  background-size: cover;
  border-radius: 0 150px 0 0;
}

.top-company-area .comp-wrap .text-box{
  width: 49%;
  padding: 0 1em 0 0;
}

.top-company-area .comp-wrap .text-box p{
  margin-bottom: 4em;
  font-size: 1.6rem;
}

.top-company-area .comp-wrap .text-box .pt-heading{
  margin: 0 0 1.5em 0;
}

.top-company-area .company-about{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.top-company-area .company-about .c-box{
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 2em 3em;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .top-company-area .company-about .c-box:nth-child(2){
    animation-delay: 0.4s;
  }

  .top-company-area .company-about .c-box:nth-child(3){
    animation-delay: 0.8s;
  }
}

.top-company-area .company-about .c-box .btn::before{
  background: url(../images/common/icon_arrow_black.svg) no-repeat;
  background-size: cover;
}

.top-company-area .company-about .c-box:nth-child(1) .btn{
  background-color: #FFD8BA;
  color: #000;
} 

.top-company-area .company-about .c-box:nth-child(2) .btn{
  background-color: #B9E2E7;
  color: #000;
}

.top-company-area .company-about .c-box:nth-child(3) .btn{
  background-color: #BAE3AF;
  color: #000;
}

.top-company-area .company-about .c-box .c-ttl{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1em;
}

.top-company-area .company-about .c-box p{
  margin: 1em 0 2.5em;
}

.top-company-area .company-about .c-box figure img{
  width: 100%;
  display: block;
}

.top-company-area .company-about .c-box .btn{
  position: relative;
  margin-bottom: -66px;
}

.top-company-area .wave01{
  position: absolute;
  bottom: -51em;
  z-index: 1;
}

.top-insta-area{
  background-color: #fff;
  padding: 8em 0 12em;
  position: relative;
  overflow: hidden;
}

.p-recruit .insta-area .pt-heading,
.top-insta-area .pt-heading{
  position: relative;
}

.p-recruit .insta-area .pt-heading::before,
.top-insta-area .pt-heading::before{
  content: '';
  background: url(../images/common/icon_insta_b.svg) no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 11px;
  left: -72px;
  background-size: cover;
}

.top-insta-area .inner{
  z-index: 2;
}

.top-insta-area .btn02{
  margin: 3em auto 0;
}

.insta-wrap{
  position: relative;
  z-index: 1;
  margin-top: 3em;
}

.home #sb_instagram{
  margin-top: 2em;
}

.home #sb_instagram #sbi_images{
  width: 100%!important;
  display: block!important;
}

.home .sbi_item{
 margin: 0 10px;
}

.home #sb_instagram .sbi_photo {
  height: 300px !important;
  margin: 0 4px;
}


.top-recruit-area{
  padding: 11em 0;
  position: relative;
}

.top-recruit-area .recruit-wrap{
  max-width: 80%;
  width: 100%;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  position: relative;
  padding: 4em 1em 7em 1em;
}

.top-recruit-area .recruit-wrap .text-box{
  max-width: 74%;
  width: 100%;
  margin: 0 0 0 auto;
}

.top-recruit-area .recruit-wrap .text-box p{
  line-height: 1.9;
  width: 58%;
}

.top-recruit-area .recruit-wrap .text-box .btn{
  position: absolute;
  bottom: -10%;
}

.top-recruit-area .recruit-wrap .deco04{
  position: absolute;
  right: -4%;
  bottom: -44%;
}


.top-news{
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  position: relative;
  padding: 22em 0 12em;
}

.top-news .circle02{
  right: 5%;
  z-index: 2;
  top: 9%;
}

.top-news .circle03{
  right: 20%;
  top: 5%;
  z-index: 1;
}

.top-news .btn02{
  margin: 3em auto 0;
}

.top-news .pt-heading{
  margin-bottom: 2em;
}

.top-news .inner{
  background-color: #fff;
  border-radius: 10px;
  padding-top: 5em;
  padding-bottom: 7em;
  position: relative;
  z-index: 1;
}

.p-top .news-list {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.news-list li a{
  color: #000;
  padding: 1.5em 3em;
  border-bottom: 2px dotted #D6D6D6;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.news-list li a .ttl{
  padding-top: 0.2em;
}

.news-list li a .date-news{
  width: 15%;
  padding-top: 0.3em;
}

.news-list li a .detail-news{
  width: 85%;
  display: flex;
  gap: 1em;
}

.cat-wrap{
  display: flex;
}

.cat-wrap span{
  background-color: #957D6C;
  font-size: 1.1rem;
  color: #fff;
  padding: 0.5em 1em;
  margin-right: 5px;
}




@media screen and (min-width: 769px) {

  .top-recruit-area .pt-heading .jp{
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .top-recruit-area .pt-heading {
    position: absolute;
    right: -7%;
    top: 1%;
  }

  .top-recruit-area .pt-heading .bg-wrap{
    display: grid;
  }

}

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

  .mv-area .catchcopy {
    max-width: 572px;
  }
}

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

  .mv-area .deco02 {
    left: 7%;
    max-width: 218px;
  }

  .mv-area .deco01 {
    max-width: 268px;
  }

  .mv-area .catchcopy {
    max-width: 552px;
  }
}


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

  .mv-area .catchcopy {
    right: 3%;
    bottom: 0%;
    max-width: 552px;
  }

  .mv-area .deco02 {
    left: 4%;
    bottom: -1%;
    max-width: 221px;
  }

  .mv-area .deco01 {
    right: 1%;
    bottom: 31%;
    max-width: 239px;
  }

  .top-recruit-area .recruit-wrap .text-box p {
    width: 87%;
  }

  .top-company-area .comp-wrap .bg-img{
    height: 472px;
  }
}

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

  .mv-area .words-wrap{
    padding-bottom: 3em;
  }

  .word:nth-child(1) {
    max-width: 30%;
    width: 100%;
  }

  .word:nth-child(2) {
    max-width: 34%;
    width: 100%;
  }

  .word:nth-child(3) {
    max-width: 30%;
    width: 100%;
  }

  .mv-area .words-wrap .word02 {
    left: -7em;
  }

  .mv-area .words-wrap .word03 {
    left: -8em;
  }

  .mv-area .deco01 {
    max-width: 205px;
  }

  .mv-area .deco02 {
    left: 3%;
    bottom: 6%;
    max-width: 197px;
  }

  .mv-area .catchcopy {
    right: 3%;
    bottom: 3%;
    max-width: 393px;
  }

  .p-top .top-about .deco03 {
    max-width: 190px;
  }

  .top-company-area .comp-wrap .bg-img {
    height: 332px;
    border-radius: 0 50px 0 0;
    width: 47%;
  }

  .top-company-area .company-about .c-box .c-ttl{
    font-size: 1.8rem;
  }

  .top-company-area .company-about .c-box {
    padding: 1em 1em 3em;
  }

  .top-company-area .company-about .c-box .btn{
    font-size: 1.2rem;
  }

  .top-company-area .wave01 {
    bottom: -41em;
  }

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

  .top-recruit-area .recruit-wrap .text-box {
    max-width: 94%;
  }

  .top-recruit-area .recruit-wrap .text-box p {
    width: 92%;
  }

  .top-recruit-area .recruit-wrap .deco04 {
    right: -10%;
    bottom: -15%;
    max-width: 168px;
    width: 100%;
  }

  .top-news {
    padding: 9em 0 3em;
  }

  .home #sb_instagram .sbi_photo {
    height: 191px !important;
    margin: 0 4px;
  }

}

@media screen and (max-width: 1025px) {
  .home #sb_instagram .sbi_photo {
      height: 154px !important;
  }

  .p-recruit .insta-area .pt-heading::before,
  .top-insta-area .pt-heading::before{
    width: 31px;
    height: 31px;
    top: 8px;
    left: -52px;
  }
}

@media screen and (max-width: 850px) {
  .mv-area .catchcopy {
    max-width: 376px;
  }
}

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

  .p-top {
    padding-top: 55px;
  }

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

  .p-top .mv-area .circle02.right {
    right: 9%;
    top: 7%;
    z-index: 0;
  }

  .p-top .mv-area .circle03.right {
    right: 30%;
    top: 12%;
    z-index: 0;
  }

  .word:nth-child(1){
    max-width: 51%;
  }

  .word:nth-child(2){
    max-width: 55%;
    margin: 0 0 0 auto;
    position: relative;
    margin-top: -14em;
  }

  .mv-area .words-wrap .word02 {
    left: auto;
    top: auto;
  }

  .word:nth-child(3){
    max-width: 49%;
    position: relative;
    margin-top: -7em;
  }

  .mv-area .words-wrap .word03 {
    left: auto;
  }

  .mv-area .words-wrap{
    display: block;
  }

  .mv-area .catchcopy {
    right: 3%;
    bottom: 0;
    max-width: 275px;
  }

  .mv-area .deco02 {
    left: 0%;
    bottom: 16%;
     max-width:89px;
  }

  .mv-area .deco01 {
    max-width: 129px;

  }

  .p-top .top-about {
    padding: 6em 0 13em;
    border-top-left-radius: 1000px 350px;
    border-top-right-radius: 1000px 350px;
    margin-top: -2em;
  }

  .p-top .top-about .btn02 {
    margin: 3em auto 0;
  }

  .p-top .top-about .deco03 {
    max-width: 129px;
    right: 4%;
    bottom: 5%;
  }

  .top-company-area {
    padding: 4em 0 6em;
  }
  
  .top-company-area::before {
    content: '';
    background: url(../images/common/bg_wave.png) no-repeat;
    width: 100%;
    height: 192px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -3em;
    z-index: 1;
  }

  .top-company-area .wave01{
    display: none;
  }

  .top-company-area .comp-wrap {
    display: block;
    margin: 0 0 4em;
  }

  .top-company-area .comp-wrap .text-box {
    width: 100%;
    padding: 0 1em;
  }

  .top-company-area .comp-wrap .bg-img {
    width: 100%;
    height: 250px;
    border-radius: 0 50px 0 0;
    margin-top: 3em;
  }

  .top-company-area .company-about {
    display: block;
  }

  .top-company-area .company-about .c-box {
    width: 100%;
    border-radius: 5px;
    padding: 2em 1em 3em;
    margin-bottom: 3em;
  }

  .top-company-area .company-about .c-box .c-ttl {
    font-size: 2rem;
  }

  .top-company-area .company-about .c-box:last-child {
    margin-bottom: 0;
  }

  .top-company-area .company-about .c-box .btn {
    position: relative;
    bottom: auto;
    margin: 0 auto -4em;
  }

  .top-news {
    padding: 6em 0 5em;
  }

  .top-news .inner {
    padding-top: 2em;
    padding-bottom: 4em;
  }

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

  .p-recruit .insta-area .pt-heading::before,
  .top-insta-area .pt-heading::before {
    width: 22px;
    height: 22px;
    top: 7px;
    left: -43px;
  }

  .p-recruit .insta-area .pt-heading::before {
    top: 18px;
  }

  .top-recruit-area {
    padding: 8em 0 3em;
  }

  .top-recruit-area .recruit-wrap .text-box {
    max-width: 100%;
  }

  .top-recruit-area .recruit-wrap .text-box p {
    line-height: 1.8;
    width: 100%;
    margin: 1.5em 0 3em;
  }

  .top-recruit-area .recruit-wrap {
    max-width: 100%;
    padding: 4em 1em 3em 1em;
  }

  .top-recruit-area .recruit-wrap .text-box .btn{
    position: relative;
  }

  .top-recruit-area .recruit-wrap .deco04 {
    right: 2%;
    bottom: auto;
    top: -13%;
    max-width: 138px;
  }

  .news-list li a {
    padding: 1.5em 1em;
    display: block;
  }

  .news-list li a .date-news {
    width: 100%;
  }

  .news-list li a .cat-wrap{
    margin: 0.5em 0;
  }

  .cat-wrap span{
    padding: 0.5em 1em;
    margin-right: 5px;
  }

  .cat-wrap span {
    font-size: 1.2rem;
    padding: 0.3em 1em;
  }

  .news-list li a .detail-news {
    width: 100%;
    display: block;
    gap: 0em;
  }


}




/* ==================================================
    care designについて
================================================== */

.page-id-27{
}

.p-about .about-area{
  position: relative;
}

.p-about .line01{
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-about .line02{
  position: absolute;
  top: 30%;
}

.p-about .line03{
  position: absolute;
  top: -10%;
}

.p-about .line04{
  position: absolute;
  bottom: 14%;
}

.p-about .line05{
  position: absolute;
  top: 9%;
}

.p-about .line06{
  position: absolute;
  bottom: 10%;
}

.p-about .about-top-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -6em;
  background-color: #fff;
  flex-flow: row-reverse;
}

.p-about .about-top-area .circle02{
  left: 6%;
  top: 6%;
}

.p-about .about-top-area .circle03{
  left: 3%;
  top: 24%;
}

.p-about .about-top-area .top-desc{
  width: 41%;
  padding-left: 1em;
  position: relative;
  z-index: 1;
}

.p-about .about-top-area .top-desc .pt-heading .mt{
  margin-top: 1.5em;
}

.p-about .about-top-area .bg-img{
  width: 57%;
  height: 894px;
  background: url(../images/about/bg_top.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  border-radius: 0 0 0 250px;
  position: relative;
  z-index: 1;
}

.p-about .vision-area{
  padding: 11em 0 30em;
  position: relative;
  border-bottom-left-radius: 1000px 133px;
  border-bottom-right-radius: 1000px 133px;
  background-color: #fff;
}

.p-about .vision-area .circle02.left{
  bottom: 6%;
  left: 8%;
}

.p-about .vision-area .circle03.left{
  bottom: 7%;
  left: 24%;
}

.p-about .vision-area .circle02.right{
  right: 2%;
  top: 6%;
}

.p-about .vision-area .circle03.right{
  right: 10%;
  top: 4%;
}

.p-about .vision-area .deco01{
  position: absolute;
  left: 4%;
  top: 25%;
  max-width: 300px;
  width: 100%;
}

.p-about .vision-area .deco02{
  position: absolute;
  right: 10%;
  bottom: 11%;
  max-width: 204px;
  width: 100%;
}


.p-about .vision-area .vision-wrap{
  text-align: center;
  font-weight: 500;
  margin-top: 3.4em;
}

.p-about .vision-area .vision-wrap .v-box{
  margin-bottom: 3em;
   font-size: 2.2rem;
}

.p-about .vision-area .vision-wrap .v-box:last-child{
  margin-bottom: 0;
}

.p-about .vision-area .vision-wrap .v-box span{
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6em;
}

.p-about .message-area{
  background-color: #FCFAF6;
  padding: 13em 0 13em;
  position: relative;
}


.p-about .message-area .circle02{
  right: 8%;
  top: 2%;
  z-index: 3;
}

.p-about .message-area .circle03{
  right: 2%;
  top: 3%;
  z-index: 3;
}


.p-about .message-area .wave01{
  position: absolute;
  bottom: -44em;
  z-index: 1;
}

.p-about .message-area .msg-wrap{
  background-color: #fff;
  padding: 8em 0em 10em;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

.p-about .message-area .msg-flex{
  display: flex;
  justify-content: space-between;
  max-width: 1620px;
  width: 100%;
  padding: 0 1em 0 0 ;
  position: relative;
  z-index: 1;
}

.p-about .message-area .msg-wrap .bg-img {
  width: 48%;
  height: 500px;
  background: url(../images/about/bg_ceo.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 150px 0 0 ;
}

.p-about .message-area .msg-wrap .text-box {
  width: 45%;
  line-height: 2;
  font-size: 1.6rem;
}

.p-about .message-area .msg-wrap .text-box .pt-heading .jp {
  font-size: 3.2rem;
}

.p-about .message-area .msg-wrap .text-box .pt-heading{
  margin: 0 0 1em;
}

.p-about .message-area .msg-wrap figure{
  max-width: 660px;
  width: 100%;
  margin: 4em auto 4em;
}

/*.p-about .message-area .msg-wrap .text-box{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.6rem;
}*/

.p-about .message-area .msg-wrap .text-box .name-box{
  display: table;
  margin: 4em 0 0;
}

.p-about .our-service-area{
  padding: 19em 0 2em;
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}

.p-about .our-service-area .circle02.left{
  z-index: 2;
  top: -1%;
  left: 6%;
}

.p-about .our-service-area .circle03.left{
  left: 15%;
  z-index: 1;
  top: -1%;
}

.p-about .our-service-area .circle02.right{
  right: 3%;
  bottom: 26%;
  z-index: 1;
}

.p-about .our-service-area .circle03.right{
  right: 14%;
  bottom: 33%;
  z-index: 1;
}


.p-about .our-service-area .service-box{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12em;
}

.p-about .our-service-area .service-box.reverse{
  flex-flow: row-reverse;
}

.p-about .our-service-area .service-box .text-box{
  width: 48%;
  padding: 0 1em;
}

.p-about .our-service-area .service-box .text-box .pt-heading{
  margin: 0 0 0 0;
}

.p-about .our-service-area .service-box .text-box p{
  line-height: 1.8;
  margin: 2em 0 5em;
}

.p-about .our-service-area .service-box .text-box .tb-inner{
  max-width: 700px;
  width: 100%;
}

.p-about .our-service-area .service-box.noreverse .text-box .tb-inner{
  margin: 0 0 0 auto;
}

.p-about .our-service-area .service-box .bg-img{
  width: 42%;
  height: 500px;
}

.p-about .our-service-area .service-box.reverse .bg-img{
  border-radius: 0 0 153px 0;
}

.p-about .our-service-area .service-box.noreverse .bg-img{
  border-radius: 153px 0 0 0;
}

.p-about .our-service-area .service-box .bg-img.service{
  background: url(../images/about/img_service.jpg) no-repeat;
  background-size: cover;
}

.p-about .our-service-area .service-box .bg-img.staff{
  background: url(../images/about/img_staff.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-about .our-service-area .service-box .bg-img.history{
  background: url(../images/about/img_history.jpg) no-repeat;
  background-size: cover;
}


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

  .p-about .about-top-area .bg-img{
    height: 624px;
    border-radius: 0 0 0 150px;
  }

  .p-about .our-service-area .service-box .bg-img{
    width: 46%;
     height: 365px;
  }
}






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

  .p-about .about-top-area .bg-img {
    height: 391px;
    border-radius: 0 0 0 150px;
  }

  .p-about .vision-area {
    padding: 11em 0 18em;
  }

  .p-about .vision-area .vision-wrap .v-box {
    margin-bottom: 3em;
    font-size: 1.8rem;
  }

  .p-about .vision-area .deco01 {
    left: 4%;
    top: 25%;
    max-width: 158px;
  }

  .p-about .vision-area .deco02 {
    right: 6%;
    bottom: 5%;
    max-width: 119px;
  }

  .p-about .our-service-area .service-box .bg-img {
    width: 48%;
    height: 318px;
  }

  .p-about .our-service-area .service-box.reverse .bg-img {
    border-radius: 0 0 100px 0;
  }

  .p-about .our-service-area .service-box.noreverse .bg-img {
    border-radius: 100px 0 0 0;
  }

  .p-about .our-service-area .service-box .text-box p {
    margin: 1em 0 2em;
  }

  .p-about .our-service-area .service-box {
    margin-bottom: 5em;
  }

  .p-about .message-area .msg-wrap .bg-img {
    height: 300px;
    border-radius: 0 50px 0 0;
  }

  .p-about .message-area .msg-wrap .text-box .pt-heading .jp {
    font-size: 3rem;
  }

}

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

  .p-about .about-top-area .circle02,
  .p-about .about-top-area .circle03{
    display: none;
  }

  .p-about .about-top-area .bg-img {
    height: 348px;
    width: 100%;
    border-radius: 0 0 0 118px;
  }

  .p-about .about-top-area {
    display: block;
  }

  .p-about .about-top-area .top-desc {
    width: 100%;
    padding: 1em 1em 4em;
  }

  .p-about .vision-area {
    padding: 11em 0 13em;
  }

  .p-about .vision-area .circle03.right {
    right: 25%;
    top: 4%;
  }

  .p-about .vision-area .vision-wrap {
    margin-top: 1.4em;
  }

  .p-about .vision-area .vision-wrap .v-box span {
    font-size: 1.3rem;
  }

  .p-about .vision-area .vision-wrap .v-box {
    margin-bottom: 2em;
    font-size: 1.5rem;
  }

  .p-about .vision-area .deco01 {
    left: 4%;
    top: 7%;
    max-width: 108px;
  }

  .p-about .vision-area .deco02 {
    right: 6%;
    bottom: 3%;
    max-width: 99px;
  }

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

  .p-about .message-area .msg-wrap .text-box {
    line-height: 1.8;
    font-size: 1.4rem;
    width: 100%;
    padding: 2em 1em;
  }

  .p-about .message-area .msg-wrap {
    padding: 3em 0em;
     border-radius: 12px;
  }

  .p-about .message-area .msg-wrap .text-box .pt-heading .jp {
    font-size: 2.1rem;
  }

  .p-about .message-area .msg-flex {
    display: block;
    padding: 0;
  }

  .p-about .message-area .msg-wrap .bg-img {
    width: 100%;
    height: 252px;
    border-radius: 0 50px 0 0;
  }

  .p-about .message-area .msg-wrap .pt-heading{
    margin: 0;
  }

  .p-about .message-area .msg-wrap figure {
    margin: 2em auto 1em;
  }

  .p-about .message-area .wave01 {
    bottom: -46em;
  }

  .p-about .our-service-area {
    padding: 8em 0 2em;
  }

  .p-about .our-service-area .circle03.left {
    left: 29%;
  }

  .p-about .our-service-area .service-box {
    display: block;
  }

  .p-about .our-service-area .service-box .bg-img {
    width: 100%;
    height: 315px;
    margin-top: 2em;
  }

  .p-about .our-service-area .service-box {
    margin-bottom: 5em;
  }

  .p-about .our-service-area .service-box .text-box {
    width: 100%;
  }

  .p-about .our-service-area .service-box .text-box p {
    margin: 1em 0 2em;
  }

  .p-about .our-service-area .service-box .text-box .btn{
    margin: 0 auto;
  }

  .p-about .our-service-area .service-box.reverse .bg-img,
  .p-about .our-service-area .service-box.noreverse .bg-img {
    border-radius: 0 0 68px 0;
  }
}




/* ==================================================
    事業内容
================================================== */


.p-service .about-top-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -6em;
  flex-flow: row-reverse;
}

.p-service .about-top-area .circle02{
  left: 6%;
  top: 6%;
}

.p-service .about-top-area .circle03{
  left: 3%;
  top: 24%;
}

.p-service .about-top-area .top-desc{
  width: 41%;
  padding-left: 7em;
  position: relative;
}

.p-service .about-top-area .top-desc .pt-heading .mt{
  margin-top: 1.5em;
}

.p-service .about-top-area .deco01{
  position: absolute;
  bottom: 0;
  left: 4%;
  max-width: 214px;
  width: 100%;
  z-index: 2;
}

.p-service .about-top-area .bg-img{
  width: 56%;
  height: 484px;
  background: url(../images/service/bg_top.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  border-radius: 0 0 0 150px;
  position: relative;
  z-index: 2;
}

.p-service .about-top-area .bg-img.s01{
  background: url(../images/service/bg_service01.jpg) no-repeat;
  background-size: cover;
}

.p-service .about-top-area .bg-img.s02{
  background: url(../images/service/bg_service02.jpg) no-repeat;
  background-size: cover;
}

.p-service .about-top-area .bg-img.s03{
  background: url(../images/service/bg_service03.jpg) no-repeat;
  background-size: cover;
}

.p-service .about-top-area .bg-img.s04{
  background: url(../images/service/bg_service04.jpg) no-repeat;
  background-size: cover;
}

.p-service .about-top-area .bg-img.s05{
  background: url(../images/service/bg_service05.jpg) no-repeat;
  background-size: cover;
}

.p-service .about-top-area .bg-img.s06{
  background: url(../images/service/bg_service06.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-service .about-top-area .bg-img.s07{
  background: url(../images/service/bg_service07.jpg) no-repeat;
  background-size: cover;
}

.p-service .topservice-area{
  position: relative;
}


.p-service .topservice-area .wave01{
  position: absolute;
  bottom: -42em;
  z-index: 1;
}

.p-service .service-desc{
  padding: 11em 0;
  position: relative;
  z-index: 2;
}

.scroll {
  position: absolute;
  right: 50%;
  bottom: -32%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #957D6C;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.p-service .service-desc .wave01{
  position: absolute;
  bottom: -10em;
}

.p-service .service-desc .deco02{
  max-width: 216px;
  width: 100%;
  position: absolute;
  right: 6%;
  bottom: 17%;
}

.p-service .service-desc p{
  max-width: 800px;
  width: 100%;
  margin: 2em auto 0;
  line-height: 1.8;
  text-align: center;
}

.p-service .service-area{
  padding: 25em 0 11em;
  position: relative;
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
}

.p-service .service-area.archive{
  padding: 25em 0 16em;
}

.p-service .service-area.archive .circle02.left{
  left: 2%;
  bottom: 1%;
}

.p-service .service-area.archive .circle03.left{
  left: 13%;
  bottom: 1%;
}

.p-service .service-area.archive .circle02.right{
  right: 2%;
  top: 30%;
}

.p-service .service-area.archive .circle03.right{
  right: 8%;
  top: 35%;
}

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

.p-service .service-area .s-box:last-child{
  margin-bottom: 0;
}

.p-service .service-area .s-box .text-box{
  width: 45%;
}

.p-service .service-area .s-box .text-box .ttl{
  font-size: 2.4rem;
  font-weight: 500;
}

.p-service .service-area .s-box .text-box p{
  margin: 2em 0;
}

.p-service .service-area .s-box .bg-img{
  width: 45%;
  height: 400px;
}

.p-service .service-area .s-box:nth-child(odd) .bg-img{
  border-radius: 0 0 100px 0;
}



.p-service .service-area .s-box:nth-child(even) .bg-img{
  border-radius: 0 100px 0 0;
}

.p-service .service-area .s-box .bg-img.s01{
  background: url(../images/service/bg_service01.jpg) no-repeat;
  background-size: cover;
}

.p-service .service-area .s-box .bg-img.s02{
  background: url(../images/service/bg_service02.jpg) no-repeat;
  background-size: cover;
}


.p-service .service-area .s-box .bg-img.s03{
  background: url(../images/service/bg_service03.jpg) no-repeat;
  background-size: cover;
}


.p-service .service-area .s-box .bg-img.s04{
  background: url(../images/service/bg_service04.jpg) no-repeat;
  background-size: cover;
}


.p-service .service-area .s-box .bg-img.s05{
  background: url(../images/service/bg_service05.jpg) no-repeat;
  background-size: cover;
}


.p-service .service-area .s-box .bg-img.s06{
  background: url(../images/service/bg_service06.jpg) no-repeat;
  background-size: cover;
}

.p-service .service-area .our-service{
  position: relative;
  z-index: 1;
}

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

  .p-service .service-desc .deco02 {
    max-width: 146px;
    right: 4%;
    bottom: -30%;
  }
}

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

  .p-service .service-area {
    padding: 17em 0 11em;
  }

  .p-service .service-desc{
    padding: 6em 0 8em;
  }

  .p-service .topservice-area .wave01 {
    bottom: -30em;
  }

  .p-service .about-top-area{
    margin-top: 0;
  }

  .p-service .about-top-area .top-desc {
    width: 45%;
    padding-left: 2em;
  }

  .p-service .about-top-area .top-desc .pt-heading {
    margin: 0;
  }

  .p-service .about-top-area .top-desc .pt-heading .jp {
    font-size: 2.5rem;
  }
  
  .p-service .about-top-area .bg-img {
    border-radius: 0 0 0 80px;
    height: 330px;
  }

  .p-service .service-area .s-box .bg-img{
    width: 49%;
    height: 333px;
  }

  .p-service .service-area .s-box:nth-child(odd) .bg-img {
    border-radius: 0 0 80px 0;
  }

  .p-service .service-area .s-box:nth-child(even) .bg-img {
    border-radius: 0 80px 0 0;
  }

  .p-service .service-area.archive{
    padding: 15em 0 12em;
  }

  .p-service .about-top-area .deco01 {
    left: 4%;
    max-width: 141px;
    width: 100%;
  }

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

  .p-service .service-area .s-box .text-box p {
    margin: 1.5em 0;
  }
}

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

  .p-service .service-area.archive {
    padding: 8em 0 12em;
  }

  .p-service .about-top-area {
    display: block;
    margin-bottom: 4em;
  }

  .scroll {
    position: absolute;
    right: 50%;
    bottom: 1%;
    writing-mode: vertical-rl;
  }
  /* 線のアニメーション部分 */
  .scroll::before {
    height: 50px;
  }

  .p-service .about-top-area .bg-img {
    width: 100%;
    height: 230px;
    border-radius: 0 0 0 50px;
  }

  .p-service .about-top-area .deco01 {
    left: auto;
    right: 10px;
    max-width: 118px;
  }

  .p-service .about-top-area .top-desc {
    width: 100%;
    padding: 2em 0 0 1em;
  }

  .p-service .about-top-area .top-desc .pt-heading{
    margin: 0;
  }

  .p-service .topservice-area .wave01{
    display: none;
  }

  .p-service .topservice-area::before {
    content: '';
    background: url(../images/common/bg_wave.png) no-repeat;
    width: 100%;
    height: 192px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -3em;
    z-index: 1;
  }

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

  .p-service .service-desc {
    padding: 3em 0 8em;
  }

  .p-service .service-desc .pt-heading .jp{
    text-align: center;
  }

  .p-service .service-desc .deco02 {
    max-width: 110px;
    width: 100%;
    right: 10%;
    top: auto;
    bottom: -20%;
  }



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

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

  .p-service .service-area .s-box .bg-img {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5em;
  }

  

  .p-service .service-area .s-box .text-box p {
    margin: 1em 0 1.8em;
  }

  .p-service .service-area .s-box:nth-child(odd) .bg-img,
  .p-service .service-area .s-box:nth-child(even) .bg-img{
    border-radius: 0 0 50px 0;
  }
}


.p-service .service-flow{
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.p-service .service-flow .flow-list{
  margin-top: 3em;
}

.p-service .service-flow .flow-list .f-box{
  background-color: #FCFAF6;
  padding: 2em 7em;
  margin-bottom: 1.1em;
}

.p-service .service-flow .flow-list .f-box .step-ttl{
  font-size: 2.4rem;
  margin-bottom: 0.8em;
  font-weight: 500;
}

.p-service .service-flow .flow-list .f-box .step-ttl span{
  position: relative;
  padding-right: 0.6em;
  display: inline-block;
  margin-right: 0.8em;
}

.p-service .service-flow .flow-list .f-box .step-ttl span::before{
  content: '';
  height: 23px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.p-service .s-event-area{
  padding: 9em 0 10em;
  position: relative;
}

.p-service .s-event-area .inner{
  z-index: 1;
}

.p-service .s-event-area .pt-heading{
  text-align: center;
}

.p-service .s-event-area .btn{
  margin: 5em auto 0;
}

.p-service .s-event-area .event-wrap{
  background-color: #fff;
  padding: 5em 1em;
  position: relative;
  z-index: 1;
}

.p-service .s-event-area .event-wrap .news-list{
  max-width: 920px;
  width: 100%;
  margin: 3em auto 0em;
}

.p-service .robot-list{
  margin-top: 5em;
  position: relative;
  z-index: 1;
}  

.p-service .robot-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.p-service .robot-list ul::before{
  content: '';
  width: 23%;
  display:block;
  order: 1;
}

.p-service .robot-list ul::after{
  content: '';
  width: 23%;
  display:block;
}


.p-service .robot-list ul li{
  width: 23%;
  margin-bottom: 4em;
}

.p-service .robot-list ul li a{
  display: block;
  color: #000;
}

.p-service .robot-list ul li .r-name{
  font-size: 2.6rem;
  font-weight: 500;
}

.p-service .robot-list ul li .r-name.equip{
  text-align: center;
  font-size: 1.8rem;
}

.p-service .robot-list ul li .r-cat{
  display: flex;
  gap: 0.5em;
  margin-top: 0.5em;
}

.p-service .robot-list ul li .r-cat span{
  background-color: #957D6C;
  color: #fff;
  padding: 0.1em 0.8em 0.2em;
  font-size: 1.4rem;
}

.p-service .construction-list{
  margin-top: 5em;
  position: relative;
  z-index: 1;
}  

.p-service .construction-list .btn{
  margin: 3em auto 0;
}

.p-service .construction-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.p-service .construction-list ul::before{
  content: '';
  width: 30%;
  display:block;
  order: 1;
}

.p-service .construction-list ul li{
  width: 30%;
  margin-bottom: 4em;
}

.p-service .construction-list ul li figure{
  margin: 0;
  /* order: 1; */
  width: 100%;
  padding-top: 67.14%;
  overflow: hidden;
  position: relative;
}

.p-service .construction-list ul li figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.p-service .construction-list ul li a{
  display: block;
  color: #000;
  font-weight: 500;
}

.p-service .construction-list ul li .cons-name{
  font-size: 2rem;
  font-weight: 500;
  margin: 0.8em 0 0.2em;
}

.p-service .construction-list ul li p{
  line-height: 1.7;
  margin-top: 0.8em;
  font-weight: 500;
}

.p-service .sbox-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  position: relative;
  z-index: 1;
}

.p-service .sbox-wrap .text-box{
  padding: 0 1em 0 0;
  width: 51%;
}

.p-service .sbox-wrap .text-box .ttl{
  font-size: 3.2rem;
  font-weight: 500;
}

.p-service .sbox-wrap .text-box p{
  width: 60%;
  margin: 2em 0 5em;
}

.p-service .sbox-wrap figure{
  width: 45%;
}

.p-service .service-contact{
  padding: 7em 0 13em;
  position: relative;
}

.p-service .service-contact .deco01{
  position: absolute;
  right: 10%;
  bottom: 7%;
  max-width: 222px;
  width: 100%;
  z-index: 1;
}

.p-service .service-contact .recruit-wrap{
  max-width: 69%;
  width: 100%;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  position: relative;
  padding: 4.5em 1em 7em 1em;
  z-index: 1;
}

.p-service .service-contact .recruit-wrap .text-box{
  max-width: 74%;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-service .service-contact .recruit-wrap .text-box .ttl{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1em;
}

.p-service .service-contact .recruit-wrap .text-box p{
  line-height: 1.9;
  width: 68%;
}

.p-service .service-contact .recruit-wrap .text-box .btn{
  position: absolute;
  bottom: -10%;
}

.p-service .service-contact .olshop-banner{
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 11em auto 0;
}

.p-service .service-contact .olshop-banner img{
  display: block;
  width: 100%;
}


/*-- servtop--*/

.p-service.servtop .service-desc .circle02{
  left: 8%;
  top: 20%;
}

.p-service.servtop .service-desc .circle03{
  left: 2%;
  top: 54%;
}


.p-service .line01{
  position: absolute;
  bottom: -28%;
  z-index: 1;
}

.p-service.servtop .line02{
  position: absolute;
  top: 19%;
}

.p-service.servtop .line03{
  position: absolute;
  bottom: 4%;
}

/*-- s01--*/
.p-service.s01 .deco07{
  position: absolute;
  max-width: 170px;
  width: 100%;
  bottom: -122%;
  right: 1%;
  z-index: 2;
}

.p-service.s04 .line02,
.p-service.s05 .line02,
.p-service.s03 .line02,
.p-service.s01 .line02,
.p-service.s02 .line02{
  position: absolute;
  bottom: 9%;
}

.p-service.s05 .line03,
.p-service.s01 .line03,
.p-service.s02 .line03{
  position: absolute;
  top: 0;
}

.p-service.s01 .line04,
.p-service.s02 .line04,
.p-service.s03 .line04,
.p-service.s04 .line04,
.p-service.s05 .line04{
  position: absolute;
  top: 0;
}


.p-service.s01 .service-area .circle02{
  right: 11%;
  top: 0;
  z-index: 1;
}
.p-service.s01 .service-area .circle03{
  right: 4%;
  top: 10%;
  z-index: 1;
}

.p-service.s01 .service-area .circle04{
  right: 11%;
  z-index: 1;
  top: 15%;
}

.p-service.s01 .service-area .deco08{
  position: absolute;
  max-width: 211px;
  width: 100%;
  bottom: 2%;
  right: 5%;
  z-index: 1;
}

.p-service .service-contact .circle02{
  z-index: 2;
  top: -3%;
  left: 5%;
}

.p-service .service-contact .circle03{
  top: 6%;
  left: 14%;
  z-index: 2;
}

/*-- s02--*/

.p-service.s02 .service-desc .circle02{
  top: 0;
  left: 2%;
}

.p-service.s02 .service-desc .circle03{
  left: 14%;
  top: 34%;
}

.p-service.s02 .service-area .deco02{
  position: absolute;
  max-width: 208px;
  width: 100%;
  bottom: 2%;
  left: 3%;
  z-index: 1;
}

.p-service.s02 .service-contact .deco06{
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 227px;
  width: 100%;
}


/*-- s03--*/
.p-service.s03 .topservice-area .deco05{
  z-index: 1;
  position: absolute;
  max-width: 254px;
  width: 100%;
  right: 5%;
  bottom: 0;
}

.p-service.s03 .service-area .circle02{
  left: 13%;
  top: 5%;
  z-index: 1;
}

.p-service.s03 .service-area .circle03{
  left: 3%;
  top: 16%;
  z-index: 1;
}

.p-service.s03 .service-contact .circle02{
  right: 10%;
  top: -12%;
}

.p-service.s03 .service-contact .circle03{
  right: 3%;
  top: -3%;
}

/*-- s04--*/
.p-service.s04 .service-desc .deco01{
  max-width: 299px;
  width: 100%;
  position: absolute;
  right: 8%;
  bottom: -12%;
  z-index: 1;
}

.p-service.s04 .service-area .deco05{
  position: absolute;
  max-width: 252px;
  width: 100%;
  bottom: 3%;
  left: 3%;
  z-index: 1;
}

.p-service.s04 .service-area .circle02{
  right: 8%;
  top: 7%;
  z-index: 1;
}

.p-service.s04 .service-area .circle03{
  right: 1%;
  z-index: 1;
  top: 15%;
}

.p-service.s04 .s-event-area .circle02{
  left: 6%;
  bottom: 2%;
}

.p-service.s04 .s-event-area .circle03{
  left: 20%;
  bottom: -4%;
}

.p-service.s04 .service-contact .circle02{
  right: 3%;
  top: 18%;
  left: auto;
}

.p-service.s04 .service-contact .circle03{
  right: 13%;
  top: 32%;
  left: auto;
}

/*-- s05--*/
.p-service.s05 .about-top-area .circle02{
  left: auto;
  right: 6%;
  top: auto;
  bottom: -30%;
}

.p-service.s05 .about-top-area .circle03{
  right: 2%;
  left: auto;
  top: auto;
  bottom: -9%;
}

.p-service.s05 .service-desc .deco03{
  max-width: 280px;
  width: 100%;
  bottom: -5%;
  position: absolute;
  left: 6%;
}

.p-service.s05 .service-area .deco04{
  max-width: 217px;
  width: 100%;
  position: absolute;
  right: 5%;
  bottom: 3%;
  z-index: 1;
}

.p-service.s05 .s-event-area .circle02 {
  left: 11%;
  top: -6%;
}

.p-service.s05 .s-event-area .circle03 {
  left: 3%;
  top: 6%;
}

.p-service.s05 .service-contact .circle02{
  right: 10%;
  bottom: 9%;
}

.p-service.s05 .service-contact .circle03{
  right: 3%;
  bottom: 12%;
}

.p-service.s05 .service-contact .circle04{
  bottom: 3%;
  right: 7%;
}


/*-- s06--*/
.p-service.s06 .about-top-area .circle02 {
  left: 1%;
  top: 24%;
}

.p-service.s06 .about-top-area .circle03 {
  left: 9%;
  top: 19%;
}

.p-service.s06 .service-area .circle02{
  right: 10%;
  top: 7%;
  z-index: 1;
}

.p-service.s06 .service-area .circle03{
  right: 3%;
  top: 22%;
  z-index: 1;
}

.p-service.s06 .olshop-banner{
  display: none;
}

.p-service.s06 .line02{
  position: absolute;
  bottom: -12%;
}


.other-business {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 309px;
  width: 100%;
  z-index: 3;
}

.other-business .other-wrap{
  position: relative;
  display: inline-block;
  width: 100%;
  bottom: -6px;
}

/* ボタン */
.other-business .toggle-btn {
  /*cursor: pointer;*/
}

.other-business .toggle-btn img{
  max-width: 65%;
  width: 100%;
  margin: 0 0 0 auto;
  display: block;
  cursor: pointer;
  bottom: -7px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.other-business .toggle-btn img:hover{
  opacity: 0.8;
  transition: 0.3s ease-in-out;
  bottom: 0px;
}

/* メニュー本体（初期は非表示） */
/*.other-business .business-list {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #FFF5ED;
  border-radius: 10px;
  padding: 2em 1.5em;
  list-style: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); 
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  z-index: 9999;
}*/

.other-business .business-list {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2em 1.5em;
  list-style: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px); 
  transition: all 0.3s ease;
  z-index: 10;
}

.other-business .business-list.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); 
}

.other-business .business-list .ttl{
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #5E481E;
  font-size: 1.7rem;
  margin-bottom: 0.3em;
}

.other-business .business-list .ttl::before{
  content: '';
  background: url(../images/common/icon_tree.svg) no-repeat;
  background-size: cover;
  width: 24px;
  height: 33px;
  position: absolute;
  top: -3px;
  left: 1%;
}

.other-business .business-list .ttl::after{
  content: '';
  background: url(../images/common/icon_x.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: -25%;
  cursor: pointer;
  /*right: 4px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 7px solid #957D6C;
  transform: rotate(90deg);*/
}

.other-business .business-list li a { 
  text-decoration: none; 
  color: #333; 
  font-weight: 500;
  padding: 1em 1em;
  font-size: 1.4rem;
  display: block;
  position: relative;
  border-bottom: 2px dotted #957D6C;
}

.other-business .business-list li a::before{
  content: '';
  background: url(../images/common/icon_arrow_brown2.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
}

.other-business .business-list li a:hover::before{
  right: -2px;
}
/* ここを other-wrap にする */
/*.other-business .other-wrap:hover .business-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}*/

/* すき間を埋める透明ヒットエリア（10〜14pxくらい） */
.other-business .other-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;   
}

.p-service.s01 .other-business .business-list li.s01{
  display: none;
}

.p-service.s02 .other-business .business-list li.s02{
  display: none;
}

.p-service.s03 .other-business .business-list li.s03{
  display: none;
}

.p-service.s04 .other-business .business-list li.s04{
  display: none;
}

.p-service.s05 .other-business .business-list li.s05{
  display: none;
}
.p-service.s06 .other-business .business-list li.s06{
  display: none;
}

@media screen and (min-width: 769px) {

  .p-service .service-contact .pt-heading {
    position: absolute;
    right: -7%;
    top: 1%;
  }

  .p-service .service-contact .pt-heading .bg-wrap {
    display: grid;
  }

  .p-service .service-contact .pt-heading .jp {
     writing-mode: vertical-rl;
    text-orientation: upright;
  }

}

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

  .p-service.s04 .service-desc .deco01 {
    max-width: 230px;
  }

  .p-service.s05 .service-desc .deco03{
    max-width: 211px;
    width: 100%;
    bottom: -5%;
    left: 4%;
  }

  .p-service.s04 .service-area .deco05 {
    max-width: 179px;
  }
}

@media screen and (max-width: 1546px) {
  .p-service .service-contact .recruit-wrap .text-box {
      max-width: 84%;
  }

  .p-service.s04 .service-contact .circle02 {
    top: 37%;
  }
}

@media screen and (max-width: 1480px) {
  .p-service.s03 .topservice-area .deco05 {
    max-width: 176px;
    width: 100%;
    right: 5%;
    bottom: -10%;
    z-index: 2;
  }
}

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

  .p-service .service-contact .recruit-wrap {
    max-width: 85%;
    padding: 4.5em 1em 5em 1em;
  }

  .p-service .service-contact .recruit-wrap .text-box p {
    width: 85%;
  }

  .p-service .service-contact .recruit-wrap .text-box {
    max-width: 100%;
  }

  .p-service.s05 .service-area .deco04 {
    max-width: 144px;
  }

  .p-service .sbox-wrap .text-box p {
    width: 81%;
  }

}

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

  
  .p-service.s01 .deco07 {
    max-width: 131px;
    bottom: 0;
  }

  .p-service.s02 .service-area .deco02 {
    max-width: 149px;
  }

  .p-service.s04 .service-desc .deco01 {
    max-width: 203px;
    right: 1%;
    bottom: -12%;
  }

  .p-service.s04 .service-area .deco05 {
    max-width: 167px;
  }

  .p-service .service-contact .recruit-wrap .text-box {
    max-width: 100%;
  }

  .p-service .service-contact .recruit-wrap .text-box p {
    width: 100%;
  }

  .p-service .service-flow .flow-list .f-box .step-ttl {
    font-size: 2rem;
  }

  .p-service.s01 .service-area .deco08 {
    max-width: 146px;
  }

  .p-service .s-event-area {
    padding: 5em 0 3em;
  }

  .p-service .construction-list ul li .cons-name{
    font-size: 1.6rem;
  }

  .p-service .construction-list ul li p{
    font-size: 1.4rem;
  }

  .p-service .sbox-wrap .text-box p {
    width: 100%;
    margin: 2em 0 3em;
  }

  .p-service .sbox-wrap .text-box .ttl {
    font-size: 2rem;
  }

  .p-service.s04 .service-desc .deco01 {
    max-width: 201px;
    right: 3%;
    bottom: -12%;
  }

  .p-service.s01 .service-area .deco08 {
    max-width: 127px;
    bottom: -5%;
  }

  .p-service.s02 .service-contact .deco06 {
    max-width: 144px;
  }

  .p-service.s05 .service-desc .deco03 {
    max-width: 123px;
    width: 100%;
    bottom: -11%;
  }

  .p-service.s05 .service-area .deco04 {
    max-width: 118px;
    right: 5%;
    bottom: 1%;
    z-index: 1;
  }

  .p-service.s06 .service-area .circle02{
    top: 0;
  }

  .p-service.s06 .service-area .circle03{
    top: 8%;
  }

  .p-service .robot-list ul li .r-name {
    font-size: 2rem;
  }

  .p-service .service-contact .deco01 {
    max-width: 168px;
  }
  
  .other-business .toggle-btn img {
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .p-service .sbox-wrap {
    display: block;
  }

  .p-service .sbox-wrap .text-box {
    padding: 0 1em;
    width: 100%;
  }

  .p-service .sbox-wrap .text-box .ttl {
    font-size: 2rem;
  }

  .p-service .sbox-wrap .text-box p {
    width: 100%;
    margin: 1.5em 0 2em;
  }

  .p-service .sbox-wrap figure{
    margin-top: 2em;
    width: 100%;
  }

  .p-service .service-flow .flow-list .f-box {
    padding: 2em 1em
  }

  .p-service .service-flow .flow-list .f-box .step-ttl {
    font-size: 1.6rem;
  }

  .p-service .service-flow .flow-list {
    margin-top: 1em;
  }

  .p-service .s-event-area {
    padding: 5em 0 2em;
  }

  .p-service .service-flow .flow-list .f-box .step-ttl span{
    display: table;
  }

  .p-service .service-flow .flow-list .f-box .step-ttl span::before {
    content: '';
    height: 15px;
    width: 1px;
    top: 55%;
    right: 0;
  }

  .p-service .robot-list ul li {
    width: 48%;
    margin-bottom: 2em;
  }

  .p-service .robot-list ul li .r-name {
    font-size: 1.6rem;
  }

  .p-service .robot-list ul li .r-cat span{
    font-size: 1.2rem;
  }

  .p-service .construction-list {
    margin-top: 3em;
  }

  .p-service .construction-list ul{
    display: block;
  }

  .p-service .construction-list ul li{
    width: 100%;
  }

  .p-service .construction-list ul li .cons-name {
    font-size: 1.8rem;
  }

  .p-service .robot-list {
    margin-top: 2em;
  }

  .p-service .service-contact {
    padding: 3em 0 9em;
  }

  .p-service .service-contact .recruit-wrap {
    max-width: 100%;
    padding: 3.5em 1em 3em 1em;
  }

  .p-service .service-contact .recruit-wrap .pt-heading{
    margin: 0;
  }

  .p-service .service-contact .recruit-wrap .text-box .ttl {
    font-size: 2rem;
  }

  .p-service .service-contact .recruit-wrap .pt-heading .jp{
    font-size: 1.4rem;
  }

  .p-service .service-contact .recruit-wrap .text-box p {
    line-height: 1.9;
    width: 100%;
  }

  .p-service .service-contact .deco01 {
    right: 10%;
    bottom: 7%;
    max-width: 126px;
  }

  .p-service .service-contact .recruit-wrap .text-box .btn {
    position: relative;
    bottom: auto;
    margin-top: 2em;
  }

  .p-service .service-contact .olshop-banner{
    margin: 5em auto 0;
  }

  .p-service.s02 .service-area .deco02 {
    max-width: 125px;
    bottom: -4%;
  }

  .p-service.s03 .topservice-area .deco05 {
    max-width: 133px;
    bottom: -6%;
  }

  .p-service.s05 .service-area .deco04 {
    max-width: 101px;
    right: 3%;
    bottom: -3%;
  }

  .p-service.s04 .service-contact .circle02 {
    top: 48%;
  }

  .p-service.s04 .service-contact .circle03 {
    top: 49%;
  }

  .other-business .toggle-btn img{
    max-width: 33%;
  }

  .p-service.s04 .service-desc .deco01 {
    max-width: 112px;
  }

  .p-service.s04 .service-area .deco05 {
    max-width: 91px;
    bottom: -2%;
  }

  .p-service.s04 .service-contact .circle02 {
    top: auto;
    bottom: 0;
  }

  .p-service.s04 .service-contact .circle03 {
    top: auto;
    bottom: 0;
  }

}

/* ==================================================
    施工事例
================================================== */

.post-type-archive-construction .p-service{
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
}

.post-type-archive-construction .line01{
  position: absolute;
  top: 7%;
  bottom: auto;
}

.post-type-archive-construction .circle02{
  left: 3%;
  top: 12%;
}

.post-type-archive-construction .circle03{
  left: 13%;
  top: 19%;
}


/* ==================================================
    care designの歩み
================================================== */

.p-history{
  position: relative;
}

.p-history .line01{
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-history .line02{
  position: absolute;
  top: 27%;
}

.p-history .line03{
  position: absolute;
  bottom: 28%;
}

.p-history .line04{
  position: absolute;
  bottom: 6%;
}

.p-history .line05{
  position: absolute;
  bottom: -36%;
}

.p-history .line06{
  position: absolute;
  top: 21%;
}

.p-history .c-breadcrumb,
.p-history .page-ttl.pt{
  position: relative;
  z-index: 1;
}

.p-history::before{
  content: '';
  background: url(../images/history/bg_brown01.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 698px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.p-history .journey-area{
  position: relative;
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: contain;
  padding: 3em 0 15em;
}

.p-history .journey-area::before{
  content: '';
  background: url(../images/history/bg_brown02.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 39.8%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.p-history .journey-area .deco01{
  position: absolute;
  top: -27%;
  right: 7%;
  max-width: 208px;
  width: 100%;
}

.p-history .journey-area .deco02{
  position: absolute;
  left: 30px;
  top: -167px;
  z-index: 1;
  max-width: 191px;
  width: 100%;
}

.p-history .journey-area .deco03{
  position: absolute;
  right: 7%;
  bottom: -14%;
  max-width: 139px;
  width: 100%;
}

.p-history .journey-area .journey-list{
  position: relative;
  z-index: 1;
}

.p-history .journey-area .j-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12em;
  position: relative;
}

.p-history .journey-area .j-box:last-child{
  margin-bottom: 0;
}

.p-history .journey-area .j-box.jb02 .circle02{
  top: -19%;
  left: 6%;
}

.p-history .journey-area .j-box.jb02 .circle03{
  top: -26%;
  left: 18%;
}

.p-history .journey-area .j-box.jb03 .circle02{
  right: 7%;
  bottom: -20%;
  z-index: 1;
}

.p-history .journey-area .j-box.jb03 .circle03{
  right: 1%;
  bottom: -26%;
  z-index: 1;
}

.p-history .journey-area .j-box.jb08 .circle02{
  top: -23%;
  left: 3%;
}

.p-history .journey-area .j-box.jb08 .circle03{
  left: 15%;
  top: -20%;
}

.p-history .journey-area .j-box .text-box{
  width: 49%;
  padding: 0 1em;
}

.p-history .journey-area .j-box .text-box .tb-wrap{
  max-width: 655px;
  width: 100%;
}

.p-history .journey-area .j-box .text-box .tb-wrap .year{
  display: flex;
  gap: 1em;
  align-items: baseline;
  font-weight: 500;
}

.p-history .journey-area .j-box .text-box .tb-wrap .midashi{
  font-size: 2rem;
  font-weight: 500;
  margin: 1em 0 2em;
}

.p-history .journey-area .j-box .text-box .tb-wrap .year span{
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
}

.p-history .journey-area .j-box.noreverse .text-box .tb-wrap{
  margin: 0 0 0 auto;
}

.p-history .journey-area .j-box .bg-img{
  width: 46%;
  height: 486px;
}

.p-history .journey-area .j-box.reverse{
  flex-flow: row-reverse;
}

.p-history .journey-area .j-box.noreverse .bg-img{
  border-radius: 0 0 0 153px ;
}

.p-history .journey-area .j-box.reverse .bg-img{
  border-radius: 0 153px 0 0;
}

.p-history .journey-area .j-box .bg-img.j01{
  background: url(../images/history/img_history01.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j02{
  background: url(../images/history/img_history02.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j03{
  background: url(../images/history/img_history03.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #fff;
}

.p-history .journey-area .j-box .bg-img.j04{
  background: url(../images/history/img_history04.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j05{
  background: url(../images/history/img_history05.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j06{
  background: url(../images/history/img_history06.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j07{
  background: url(../images/history/img_history07.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j08{
  background: url(../images/history/img_history08.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-history .journey-area .j-box .bg-img.j09{
  background: url(../images/history/img_history09.jpg) no-repeat;
  background-size: cover;
}

.p-history .journey-area .j-box .bg-img.j10{
  background: url(../images/history/img_history10.jpg) no-repeat;
  background-size: cover;
}

.p-history .prospect-area{
  padding: 10em 0 22em;
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  border-top-left-radius: 1000px 372px;
  border-top-right-radius: 1000px 372px;
  position: relative;
}

.p-history .prospect-area .img-wrapper{
  position: relative;
}

.p-history .prospect-area .deco06{
  position: absolute;
  left: 18%;
  bottom: -26%;
  z-index: 2;
  max-width: 127px;
  width: 100%;
}

.p-history .prospect-area .deco07{
  position: absolute;
  right: 11%;
  top: 1%;
  max-width: 370px;
  width: 100%;
}

.p-history .prospect-area .deco10{
  position: absolute;
  right: 13%;
  bottom: -36%;
  z-index: 2;
  max-width: 266px;
  width: 100%;
}

.p-history .prospect-area .inner{
  z-index: 1;
}

.p-history .prospect-area .circle02{
  right: 17%;
  top: -2%;
}

.p-history .prospect-area .circle03{
  right: 10%;
  top: 0%;
}

.p-history .prospect-area .deco04{
  right: 9%;
  top: 15%;
  position: absolute;
  max-width: 180px;
  width: 100%;
}

.p-history .prospect-area .deco05{
  position: absolute;
  bottom: 4.5%;
  left: 4%;
  max-width: 260px;
  width: 100%;
  z-index: 1;
}

.p-history .prospect-area .pt-heading .jp{
  color: #F59246;
}

.p-history .prospect-area .pt-heading .en{
  color: #57C099;
}

.p-history .prospect-area figure{
  max-width: 1032px;
  width: 100%;
  margin: 5em auto 4em;
  position: relative;
  z-index: 1;
}

.p-history .prospect-area .text-box{
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-history .prospect-area .text-box p{
  line-height: 1.8;
}

.p-history .prospect-area .text-box .year{
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}

.p-history .prospect-area .text-box .year span{
  font-size: 5rem;
  line-height: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0.3em;
}

.p-history .prospect-area .cdn-box{
  max-width: 550px;
  width: 100%;
  display: flex;
  position: absolute;
  right: 5%;
  bottom: 0;
}

.p-history .prospect-area .cdn-box .deco-c{
  max-width: 188px;
  width: 100%;
  display: inline-block;
  right: -57px;
  position: relative;
  animation: fuwafuwa2 3s ease-in-out infinite alternate;

  transition: 1.5s ease-in-out;
}

.p-history .prospect-area .cdn-box .deco-d{
  max-width: 204px;
  width: 100%;
  position: relative;
  display: inline-block;
  right: -9px;
  bottom: -32px;
  animation: fuwafuwa3 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.p-history .prospect-area .cdn-box .deco-n{
  max-width: 191px;
  width: 100%;
  display: inline-block;
  animation: fuwafuwa2 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa2 {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform:translate(0, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, 7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}

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

  .p-history .journey-area .j-box .bg-img{
    height: 409px;
  }

}

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

  .p-history .prospect-area .cdn-box {
    max-width: 499px;
    right: 0%;
  }

  .p-history .prospect-area .cdn-box .deco-c {
    max-width: 158px;
  }

  .p-history .prospect-area .cdn-box .deco-d {
    max-width: 166px;
  }

  .p-history .prospect-area .cdn-box .deco-n {
    max-width: 140px;
  }

  .p-history .journey-area .j-box.noreverse .bg-img{
    border-radius: 0 0 0 70px ;
  }

  .p-history .journey-area .j-box.reverse .bg-img{
    border-radius: 0 70px 0 0;
  }

  .p-history .journey-area .j-box .bg-img {
    width: 49%;
    height: 243px;
  }

  .p-history .journey-area .deco01 {
    top: -49%;
    right: 2%;
    max-width: 153px;
  }

  .p-history .journey-area .deco02 {
    left: 30px;
    top: -85px;
    max-width: 122px;
  }

  .p-history .journey-area .deco03 {
    right: 7%;
    bottom: -71%;
    max-width: 109px;
  }
}

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

  .p-history .prospect-area .deco07 {
      right: 3%;
      top: 5%;
      max-width: 287px;
      width: 100%;
      z-index: 2;
  }

  .p-history .prospect-area .deco06 {
    left: 8%;
    bottom: -17%;
    max-width: 97px;
    width: 100%;
  }

  .p-history .prospect-area .deco10 {
    right: 1%;
    bottom: -32%;
    max-width: 205px;
    width: 100%;
  }
}

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

  .p-history .journey-area .deco01 {
    top: -11%;
    max-width: 82px;
  }

  .p-history .journey-area .deco02 {
    right: 10px;
    top: -129px;
    left: auto;
    max-width: 115px;
  }

  .p-history .journey-area .deco03 {
    right: 4%;
    bottom: -14%;
    max-width: 85px;
  }

  .p-history .journey-area .j-box {
    display: block;
  }

  .p-history .journey-area .j-box .text-box {
    width: 100%;
  }

  .p-history .journey-area .j-box.noreverse .bg-img,
  .p-history .journey-area .j-box.reverse .bg-img {
    border-radius: 0 60px 0 0;
  }

  .p-history .journey-area .j-box .bg-img {
    width: 100%;
    height: 245px;
    margin-top: 1.4em;
  }

  .p-history .journey-area .j-box .text-box .tb-wrap .midashi {
    font-size: 1.6rem;
    margin: 0.5em 0 1em;

  }

  .p-history .journey-area .j-box .text-box .tb-wrap .year span {
    font-size: 2.6rem;
  }

  .p-history .prospect-area {
    padding: 4em 0 13em;
  }

  .p-history .prospect-area .pt-heading .en{
    padding-top: 0;
  }

  .p-history .prospect-area figure {
    margin: 2em auto 2em;
  }

  .p-history .prospect-area .text-box .year span {
    font-size: 4rem;
  }

  .p-history .prospect-area .text-box .year {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  .p-history .prospect-area .cdn-box {
    max-width: 354px;
    right: 0%;
  }

  .p-history .prospect-area .cdn-box .deco-c {
    max-width: 121px;
  }

  .p-history .prospect-area .cdn-box .deco-d {
    max-width: 114px;
  }

  .p-history .prospect-area .cdn-box .deco-n {
    max-width: 100px;
  }

  .p-history .prospect-area .deco04 {
    right: 2%;
    top: 16%;
    max-width: 75px;
    width: 100%;
    z-index: 2;
  }

  .p-history .prospect-area .deco05 {
    bottom: auto;
    top: 43%;
    left: 4%;
    max-width: 96px;
    z-index: 2;
  }

  .p-history .prospect-area .deco10 {
    right: 1%;
    bottom: -32%;
    max-width: 86px;
  }

  .p-history .prospect-area .deco06 {
    left: 8%;
    bottom: -25%;
    max-width: 46px;
  }

  .p-history .prospect-area .deco07 {
    right: 2%;
    top: 0%;
    max-width: 103px;
    width: 100%;
  }
  
}


/* ==================================================
    会社概要
================================================== */

.p-company{
  position: relative;
}

.p-company .line01{
  position: absolute;
  top: 1%;
}

.p-company .line02{
  position: absolute;
  bottom: 15%;
  left: 0;
}

.p-company .line03{
  position: absolute;
  top: 7%;
}

.p-company .line04{
  position: absolute;
  bottom: 1%;
}

.p-company .line05{
  position: absolute;
  top: 0%;
}


.p-company .overview-area {
  position: relative;
}

.p-company .overview-area .circle02{
  z-index: 3;
  right: 10%;
  top: -2%;
}

.p-company .overview-area .circle03{
  right: 3%;
  top: 5%;
  z-index: 3;
}

.p-company .company-wrap{
  background-color: #fff;
  padding: 4em 1em;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.p-company .table-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
}

.table-wrap dl{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #D6D6D6;
}

.table-wrap dl.wide{
  display: block;
}

.table-wrap dl dt{
  width: 32%;
  padding: 2em 1em;
  font-weight: 500;
}

.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 .virtual-area{
  padding: 25em 0 10em;
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}

.p-company .virtual-area .inner{
  z-index: 1;
}

.p-company .virtual-area .circle02{
  left: 4%;
  top: 45%;
}

.p-company .virtual-area .circle03{
  left: 16%;
  top: 54%;
}

.p-company .virtual-area .vr-wrap{
  margin-top: 4em;
}

.p-company .virtual-area .vr-box{
  margin-bottom: 8em;
  text-align: center;
}

.p-company .virtual-area .vr-box .office-name{
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.p-company .virtual-area .vr-box .office-desc .big{
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 500;
}

.p-company .virtual-area .vr-box:last-child{
  margin-bottom: 0;
}

.p-company .virtual-area .virtual-box{
  display: block;
  max-width: 739px;
  width: 100%;
  margin: 3em auto 0;
}

.p-company .journey-area{
  padding: 7em 0 12em;
  position: relative;
}

.p-company .journey-area .circle02{
  right: 10%;
  top: -12%;
}

.p-company .journey-area .circle03{
  right: 4%;
  top: -9%;
}

.p-company .journey-area .j-wrap{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.p-company .journey-area .j-wrap figure{
  width: 40%;
}

.p-company .journey-area .j-wrap figure img{
  display: block;
}

.p-company .journey-area .j-wrap .j-cont{
  width: 54%;
  padding-right: 1em;
}

.p-company .journey-area .j-wrap .j-cont .pt-heading {
  margin: 0 0 3em;
}

.p-company .journey-area .j-wrap .j-cont .btn{
  margin: 6em 0 0;
}

.p-company .wave01{
  position: absolute;
  bottom: -102em;
  z-index: 1;
}

.path-0{
  animation:pathAnim-0 18s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pathAnim-0{
  0%{
  d: path("M 0,400 L 0,150 C 126.13333333333333,192.39999999999998 252.26666666666665,234.79999999999998 416,221 C 579.7333333333333,207.20000000000002 781.0666666666666,137.2 958,116 C 1134.9333333333334,94.8 1287.4666666666667,122.4 1440,150 L 1440,400 L 0,400 Z");
  }
  25%{
  d: path("M 0,400 L 0,150 C 171.86666666666667,152.26666666666665 343.73333333333335,154.53333333333333 495,164 C 646.2666666666667,173.46666666666667 776.9333333333334,190.13333333333333 931,189 C 1085.0666666666666,187.86666666666667 1262.5333333333333,168.93333333333334 1440,150 L 1440,400 L 0,400 Z");
  }
  50%{
  d: path("M 0,400 L 0,150 C 203.7333333333333,105.19999999999999 407.4666666666666,60.39999999999999 543,76 C 678.5333333333334,91.60000000000001 745.8666666666667,167.6 884,190 C 1022.1333333333333,212.4 1231.0666666666666,181.2 1440,150 L 1440,400 L 0,400 Z");
  }
  75%{
  d: path("M 0,400 L 0,150 C 181.19999999999993,178.26666666666665 362.39999999999986,206.53333333333333 516,187 C 669.6000000000001,167.46666666666667 795.6000000000001,100.13333333333334 945,86 C 1094.3999999999999,71.86666666666666 1267.1999999999998,110.93333333333334 1440,150 L 1440,400 L 0,400 Z");
  }
  100%{
  d: path("M 0,400 L 0,150 C 126.13333333333333,192.39999999999998 252.26666666666665,234.79999999999998 416,221 C 579.7333333333333,207.20000000000002 781.0666666666666,137.2 958,116 C 1134.9333333333334,94.8 1287.4666666666667,122.4 1440,150 L 1440,400 L 0,400 Z");
  }
}


@media screen and (max-width: 1200px) {
  .p-company .overview-area .circle03 {
    top: 0;
  }
}

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

  .p-company .journey-area .j-wrap .j-cont .pt-heading {
    margin: 0 0 1em;
  }

  .p-company .journey-area .j-wrap .j-cont .btn {
    margin: 3em 0 0;
  }

  .p-company .journey-area {
    padding: 7em 0 8em;
  }

}


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

  .p-company .overview-area .circle02 {
    right: 10%;
    top: 0%;
  }

  .p-company .overview-area .circle03 {
    right: 3%;
    top: 0%;
    z-index: 3;
  }

  .p-company .table-wrap {
    padding: 0em 0;
  }

  .p-company .company-wrap {
    padding: 2em 1em
  }

  .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 .wave01 {
    position: relative;
    bottom: -6em;
    z-index: 1;
  }

  .p-company .virtual-area {
    padding: 8em 0 6em;
  }

  .p-company .virtual-area .vr-box .office-name {
    font-size: 2rem;
  }

  .p-company .virtual-area .vr-wrap {
    margin-top: 2em;
  }

  .p-company .virtual-area .vr-box .office-name {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .p-company .virtual-area .virtual-box {
    margin: 1.3em auto 0;
  }

  .p-company .virtual-area .vr-box {
    margin-bottom: 3em;
  }

  .p-company .journey-area .j-wrap {
    display: block;
  }

  .p-company .journey-area .j-wrap .j-cont {
    width: 100%;
    padding: 0 1em;
  }

  .p-company .journey-area .j-wrap figure {
    width: 100%;
    margin-top: 2em;
  }

  .p-company .journey-area .j-wrap .j-cont .btn {
    margin: 2em auto 0;
  }

  .p-company .journey-area .j-wrap .j-cont .pt-heading {
    text-align: center;
    margin: 0 auto 1.5em;
  }

  .p-company .journey-area {
    padding: 4em 0 0em;
    position: relative;
  }

  .p-company .journey-area .circle03 {
    right: 3%;
    top: -2%;
  }

}


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

.p-recruit .c-breadcrumb{
  position: relative;
  z-index: 1;
}

.p-recruit .about-top-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -6em;
  flex-flow: row-reverse;
}

.p-recruit .about-top-area .circle02{
  left: 2%;
  top: 10%;
}

.p-recruit .about-top-area .circle03{
  left: 12%;
  top: 29%;
}

.p-recruit .about-top-area .top-desc{
  width: 41%;
  padding-left: 1em;
}

.p-recruit .about-top-area .top-desc .pt-heading .mt{
  margin-top: 1.5em;
}

.p-recruit .about-top-area .bg-img{
  width: 57%;
  height: 894px;
  background: url(../images/recruit/bg_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 250px;
  z-index: 1;
}

.p-recruit .workplace-area{
  margin-top: -1em;
  background-color: #fff;
  padding: 20em 0 19em;
  border-top-left-radius: 1000px 700px;
  border-top-right-radius: 1000px 700px;
  position: relative;
}

.p-recruit .workplace-area .circle02.left{
  bottom: 3%;
  left: 10%;
}

.p-recruit .workplace-area .circle03.left{
  bottom: -5%;
  z-index: 1;
  left: 4%;
}

.p-recruit .workplace-area .circle02.right{
  right: 13%;
  top: 8%;
}

.p-recruit .workplace-area .circle03.right{
  right: 8%;
  top: 27%;
}

.p-recruit .workplace-area .deco01{
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 6%;
  top: 0;
}

.p-recruit .workplace-area .deco02{
  max-width: 239px;
  width: 100%;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.p-recruit .workplace-area .about-text{
  text-align: center;
  margin-top: 4em;
  line-height: 1.8;
}

.p-recruit .point-area{
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  padding: 9em 0 14em;
  position: relative;
}

.p-recruit .point-area .circle02{
  left: 2%;
  bottom: 30%;
}

.p-recruit .point-area .circle03{
  left: 11%;
  bottom: 26%;
}


.p-recruit .point-area .deco03{
  max-width: 343px;
  width: 100%;
  position: absolute;
  right: 2%;
  bottom: -5%;
}

.p-recruit .point-area .p-box{
  display: flex;
  justify-content: space-between;
  max-width: 1620px;
  width: 100%;
  margin: 0 0 4em auto;
  padding: 0 0 0 1em;
  position: relative;
  z-index: 1;
}

.p-recruit .point-area .p-box:last-child{
  margin-bottom: 0;
}

.p-recruit .point-area .p-box .text-box{
  width: 42%;
}

.p-recruit .point-area .p-box .text-box p{
  line-height: 1.8;
}

.p-recruit .point-area .p-box .text-box .midashi{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1em;
  color: #5E481E;
}

.p-recruit .point-area .p-box .bg-img{
  width: 50%;
  height: 535px;
}

.p-recruit .point-area .p-box:nth-child(odd) .bg-img{
  border-radius: 150px 0 0 0;
}

.p-recruit .point-area .p-box:nth-child(even) .bg-img{
  border-radius: 0 0 0 150px ;
}


.p-recruit .point-area .p-box .bg-img.bg01{
  background: url(../images/recruit/img_point01.jpg) no-repeat;
  background-size: cover;
}

.p-recruit .point-area .p-box .bg-img.bg02{
  background: url(../images/recruit/img_point02.jpg) no-repeat;
  background-size: cover;
}

.p-recruit .point-area .p-box .bg-img.bg03{
  background: url(../images/recruit/img_point03.jpg) no-repeat;
  background-size: cover;
}

.p-recruit .point-area .p-box .bg-img.bg04{
  background: url(../images/recruit/img_point04.jpg) no-repeat;
  background-size: cover;
}

.p-recruit .benefit-area{
  padding: 8em 0 6em;
  position: relative;
}

.p-recruit .benefit-area .circle02.left{
  bottom: 34%;
  left: 5%;
  z-index: 1;
}

.p-recruit .benefit-area .circle03.left{
  bottom: 32%;
  left: 3%;
}

.p-recruit .benefit-area .circle02.right{
  right: 6%;
  top: 4%;
  z-index: 1;
}

.p-recruit .benefit-area .circle03.right{
  right: 1%;
  top: 11%;
  z-index: 1;
}

.p-recruit .benefit-area .wave01{
  position: absolute;
  bottom: -78em;
  z-index: 1;
}



.p-recruit .benefit-area .b-box{
  margin-bottom: 3em;
  border-radius: 300px 15px 15px 300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-recruit .benefit-area .b-box .b-ttl{
  max-width: 171px;
  width: 100%;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 2.4rem;
  font-weight: 500;
}

.p-recruit .benefit-area .b-box .benefit-point{
  width: 84%;
  padding: 1.5em 1em;
  display: flex;
  gap: 4%;
}

.p-recruit .benefit-area .b-box ul li{
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}

.p-recruit .benefit-area .b-box ul li::before{
  content: '';
  width:6px;
  height:6px;
  border-radius: 100%;
  background: #957D6C;
  position: absolute;
  left: 0;
  top: 9px;
}

.p-recruit .benefit-area .b-box ul li:last-child{
  margin-bottom: 0;
}

.p-recruit .benefit-area .b-box.b01 .b-ttl{
  background-color: #FFD8BA;
}

.p-recruit .benefit-area .b-box.b02 .b-ttl{
  background-color: #B9E2E7;
}

.p-recruit .benefit-area .b-box.b03 .b-ttl{
  background-color: #CCEEC4;
}

.p-recruit .benefit-area .b-box.b01{
  border: 2px solid #FFD8BA;
}

.p-recruit .benefit-area .b-box.b02{
  border: 2px solid #B9E2E7;
}

.p-recruit .benefit-area .b-box.b03{
  border: 2px solid #CCEEC4;
}

.p-recruit .benefit-area .benefit-wrap{
  background-color: #fff;
  padding: 7em 9em;
  border-radius: 30px;
  margin-bottom: 7em;
}

.p-recruit .benefit-area .benefit-wrap .b-midashi{
  color: #5E481E;
  font-size: 1.8rem;
  margin-bottom: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.p-recruit .benefit-area .benefit-wrap .b-midashi span{
  font-size: 4.5rem;
  font-weight: 500;
}

.p-recruit .benefit-area .free-box{
  border: 2px solid #FFD8BA;
  border-radius: 15px;
  position: relative;
  padding: 1.5em 3em 3em;
  margin-top: 6em;
}

.p-recruit .benefit-area .f-ttl{
  display: inline-block;
  background-color: #fff;
  font-size: 3.1rem;
  font-weight: 500;
  position: relative;
  top: -39px;
  padding: 0 1.5rem;
}

.p-recruit .benefit-area .free-box .midashi{
  color: #5E481E;
  font-weight: 500;
  font-size: 2.2rem;
  position: relative;
  margin: -1.1em 0 1em;
}

.p-recruit .insta-area{
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  padding: 22em 0 14em;
  position: relative;
}

.p-recruit .insta-area .pt-heading .jp{
  text-align: center;
}

.p-recruit .insta-area .btn02{
  margin: 2em auto 0;
}

.p-recruit .insta-area .circle02{
  right: 5%;
  top: -3%;
  z-index: 1;
}

.p-recruit .insta-area .circle03{
  right: 15%;
  top: 15%;
  z-index: 1;
}

.p-recruit .insta-area .deco04{
  position: absolute;
  max-width: 265px;
  width: 100%;
  top: 0;
  left: 4%;
  z-index: 1;
}

.p-recruit .insta-area .inner{
  position: relative;
  z-index: 1;
}

.p-recruit .recruitment-area{
  padding: 10em 0 18em;
  position: relative;
}

.p-recruit .recruitment-area .circle02.left{
  left: 7%;
  top: 2%;
  z-index: 2;
}

.p-recruit .recruitment-area .circle03.left{
  left: 2%;
  top: 8%;
}

.p-recruit .recruitment-area .circle02.right{
  right: 5%;
  bottom: 10%;
  z-index: 2;
}

.p-recruit .recruitment-area .circle03.right{
  right: 1%;
  bottom: 4%;
}

.p-recruit .recruitment-area .rec-wrap{
  position: relative;
  z-index: 1;
}

.p-recruit .recruitment-area .deco05{
  max-width: 227px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 9%;
}

.p-recruit .rec-wrap{
  padding: 7em 9em;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 6em;
}

.p-recruit .rec-wrap .btn{
  margin: 4.5em auto 0;
}

.p-recruit .rec-wrap .midashi{
  font-size: 3.8rem;
  color: #716040;
  font-weight: 500;
}

.p-recruit .job-about{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0;
}

.p-recruit .interview-wrap{
  position: relative;
  z-index: 2;
}

.p-recruit .interview-wrap .interview-list{
  margin-top: 4em;
}

.interview-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview-list li{
  width: 32%;
}

.interview-list li a{
  background-color: #fff;
  padding: 1.5em 1.3em;
  display: block;
  border-radius: 11px;
  color: #000;
}

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

.interview-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: .9s
}

.interview-list li a:hover figure img {
  transform: scale(1.01) translate(-50%,-50%);
  transition-duration: .9s
}


.interview-list li a .desc-box{
  margin: 0.7em 0 1.2em;
}

.interview-list li a .catch{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.interview-list li a  .name{
  margin: 0.7em 0;
  font-size: 1.9rem;
}

.interview-list li a .btn{
  background-color: #FFD8BA;
  color: #716040;
}

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

  .p-recruit .benefit-area .benefit-wrap {
    padding: 7em 2em
  }

  .p-recruit .about-top-area .bg-img {
    height: 636px;
    border-radius: 0 0 0 150px;
  }

  .p-recruit .workplace-area .deco01 {
    max-width: 260px;
  }

  .p-recruit .workplace-area .deco02 {
    max-width: 189px;
  }

  .p-recruit .point-area .p-box .bg-img {
    height: 439px;
  }

  .p-recruit .point-area .p-box .text-box .midashi {
    font-size: 2.5rem;
  }

  .p-recruit .point-area .deco03 {
    max-width: 218px;
  }

  .interview-list li a .catch {
    font-size: 2rem;
  }

  .p-recruit .insta-area .deco04 {
    max-width: 190px;
  }

  .p-recruit .recruitment-area .deco05 {
    max-width: 168px;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi span {
    font-size: 3.5rem;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi {
    font-size: 1.6rem;
  }
}

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

  .p-recruit .about-top-area .bg-img {
    width: 57%;
    height: 555px;
  }

  .p-recruit .workplace-area .deco01 {
    max-width: 240px;
    left: 3%;
  }

  .p-recruit .workplace-area .deco02 {
    max-width: 158px;
    width: 100%;
    right: 6%;
    bottom: 10px;
  }

    .p-recruit .workplace-area .deco01 {
    max-width: 208px;
  }

  .p-recruit .workplace-area .deco02 {
    max-width: 144px;
  }

  .p-recruit .workplace-area .circle03.right {
    right: 5%;
    top: 16%;
  }

  .p-recruit .workplace-area .circle02.right {
    right: 13%;
    top: 6%;
  }

  .p-recruit .point-area {
    padding: 9em 0 8em;
  }

  .p-recruit .point-area .p-box .bg-img {
    height: 340px;
  }

  .p-recruit .point-area .p-box:nth-child(odd) .bg-img {
    border-radius: 80px 0 0 0;
  }

  .p-recruit .point-area .p-box:nth-child(even) .bg-img {
    border-radius: 0 0 0 80px;
  }

  .p-recruit .point-area .deco03 {
    max-width: 247px;
  }

  .p-recruit .point-area .p-box .text-box .midashi {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
  }

  .p-recruit .benefit-area .wave01 {
    bottom: -133em;
    z-index: 1;
    display: none;
  }

  .p-recruit .benefit-area .b-box {
    border-radius: 15px;
    padding: 1em 1em;
    gap: 1em;
  }

  .p-recruit .point-area .p-box .text-box .midashi {
    font-size: 2.2rem;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi span {
    font-size: 3rem;
    display: block;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi {
    font-size: 1.4rem;
  }

  .p-recruit .benefit-area .benefit-wrap {
    background-color: #fff;
    padding: 3em 2em;
  }

  .p-recruit .benefit-area .b-box .benefit-point {
    width: 84%;
    display: block;
  }

  .p-recruit .benefit-area .b-box ul,
  .p-recruit .benefit-area .b-box ul li {
    margin-bottom: 0.5em;
  }

  .p-recruit .benefit-area .b-box ul:last-child{
    margin-bottom: 0;
  }

  .p-recruit .benefit-area .benefit-wrap {

    margin-bottom: 7em;
  }

  .p-recruit .benefit-area .circle02.right{

  }

  
  .p-recruit .benefit-area .circle03.right {
    right: 1%;
    top: 9%;
  }


  .p-recruit .interview-wrap .interview-list {
    margin-top: 1em;
  }

  .p-recruit .benefit-area .circle02.left {
    bottom: 1%;
  }

  .p-recruit .benefit-area .circle03.left {
    bottom: 0;
  }

  .interview-list li a .catch {
    font-size: 1.6rem;
  }

  .interview-list li a .name {
    font-size: 1.4rem;
  }

}

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

  .p-recruit .about-top-area .bg-img {
    height: 391px;
  }

  .p-recruit .recruitment-area .circle02.left {
    left: 6%;
    top: -1%;
  }

  .p-recruit .recruitment-area .circle02.right {
    right: 2%;
    bottom: 2%;
  }

  .p-recruit .insta-area {
    padding: 9em 0 7em
  }

  .p-recruit .job-about {
    font-size: 2.2rem;
  }

  .p-recruit .recruitment-area {
    padding: 5em 0 6em;
  }

  .p-recruit .rec-wrap {
    padding: 4em 2em
  }

  .p-recruit .rec-wrap .midashi {
    font-size: 2.8rem;
  }
}


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

  .p-recruit .about-top-area .circle02,
  .p-recruit .about-top-area .circle03{
    display: none;
  }

  .p-recruit .about-top-area .bg-img {
    height: 348px;
    width: 100%;
    border-radius: 0 0 0 118px;
  }

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

  .p-recruit .about-top-area .top-desc {
    width: 100%;
    padding: 1em 1em 4em;
  }

  .p-recruit .workplace-area .pt-heading{
    text-align: center;
  }

  .p-recruit .workplace-area .pt-heading .jp{
    font-size: 2rem;
  }

  .p-recruit .workplace-area .about-text {
    margin-top: 1em;
  }

  .p-recruit .workplace-area .deco01 {
    max-width: 127px;
    left: 3%;
    top: -4%;
  }

  .p-recruit .workplace-area .deco02 {
    max-width: 109px;
  }

  .p-recruit .workplace-area {
    padding: 8em 0 12em;
    border-top-left-radius: 1000px 300px;
    border-top-right-radius: 1000px 300px;
  }

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

  .p-recruit .point-area .deco03 {
    max-width: 144px;
    right: 2%;
    bottom: -3%;
  }

  .p-recruit .point-area .p-box {
    display: block;
    padding: 0;
  }

  .p-recruit .point-area .p-box .text-box {
    width: 100%;
    padding: 0 1em;
  }

  .p-recruit .point-area .p-box .text-box .midashi {
    font-size: 1.9rem;
    margin-bottom: 0.8em;
  }

  .p-recruit .point-area .p-box .bg-img {
    width: 100%;
    height: 250px;
    margin-top: 2em;
  }

  .p-recruit .point-area .p-box:nth-child(even) .bg-img,
  .p-recruit .point-area .p-box:nth-child(odd) .bg-img {
    border-radius: 0 64px 0 0;
  }
  
  .p-recruit .benefit-area .b-box .b-ttl{
    margin: 0 auto;
  }

  .p-recruit .insta-area .deco04 {
    max-width: 156px;
  }

  .p-recruit .benefit-area .circle02.left {
    display: none;
  }

  .p-recruit .benefit-area .circle03.left {
    display: none;
  }

  .p-recruit .benefit-area .circle02.right {
    display: none;
  }

  .p-recruit .benefit-area .circle03.right {
    display: none;
  }

  .p-recruit .workplace-area .circle02.right {
    right: 13%;
    top: 0;
  }

  .p-recruit .workplace-area .circle03.right {
    right: 5%;
    top: 0;
  }

  .p-recruit .benefit-area .benefit-wrap {
    padding: 3em 1em;
    margin-bottom: 4em;
    border-radius: 10px;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi {
    font-size: 1.4rem;
    margin-bottom: 2em;
    display: block;
  }

  .p-recruit .benefit-area .benefit-wrap .b-midashi span {
    font-size: 2.5rem;
  }

  .p-recruit .benefit-area .b-box {
    display: block;
  }

  .p-recruit .benefit-area .free-box .midashi {
    font-size: 1.8rem;
  }

  .p-recruit .benefit-area .free-box {
    border-radius: 8px;
    padding: 1.5em 1em 2em;
    margin-top: 6em;
  }

  .p-recruit .benefit-area .f-ttl {
    font-size: 2.1rem;
  }

  .p-recruit .benefit-area .b-box .benefit-point {
    width: 100%;
    padding: 1.5em 0 1em;
  }

  .p-recruit .insta-area {
    padding: 15em 0 9em;
  }

  .p-recruit .interview-wrap .interview-list {
    margin-top: 1em;
  }

  .interview-list {
    display: block;
  }

  .interview-list li {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .interview-list li a .catch {
    font-size: 1.8rem;
  }

  .interview-list li a .name {
    font-size: 1.4rem;
  }

  .p-recruit .recruitment-area {
    padding: 7em 0 11em;
  }

  .p-recruit .recruitment-area .deco05 {
    max-width: 135px;
  }

  .p-recruit .recruitment-area .circle03.right,
  .p-recruit .recruitment-area .circle02.right {
    display: none;
  }

  .p-recruit .recruitment-area .circle03.left {
    left: 2%;
    top: 0%;
  }

  .p-recruit .recruitment-area .circle02.left {
    top: 1%;
  }

  .p-recruit .rec-wrap .midashi {
    font-size: 2.2rem;
  }

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

  .p-recruit .rec-wrap {
    padding: 2em 1em;
    border-radius: 10px;
  }

  .p-recruit .rec-wrap .btn {
    margin: 2.5em auto 0;
  }
}

/* ==================================================
   お知らせ
================================================== */

.p-column{
  padding: 0 0 16em;
  position: relative;
}

.p-column .line01{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-column .line02{
  position: absolute;
  bottom: 5%;
}

.p-column .page-ttl {
  margin-bottom: 3em;
}

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

.p-column.p-single{
  padding-bottom: 10em;
}

.p-column .column-outer{
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  flex-flow: row-reverse;
  position: relative;
  z-index: 1;
}

.p-column .column-wrap{
  width: 65%;
}

/*.p-column .column-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/

.column-wrap ul li{
  margin-bottom: 2em;
}

.column-wrap ul li a{
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px dotted #957D6C;
  padding: 1.5em 1em;
}


.column-wrap .date-block{
  margin-right: 1.1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.column-wrap .upper-block{
  display: flex;
}

.column-wrap .cat-block span{
  color: #fff;
  margin-right: 0.5em;
  font-size: 1.4rem;
  padding: 0.4em 0.5em 0.5em;
  font-weight: 500;
  background-color: #957D6C;
}

.column-wrap .cat-block span.event{
  color: #716040;
  background-color: #BAE3AF;
}

.column-wrap .cat-block span.news{
  color: #716040;
  background-color: #B9E2E7;
}

.column-wrap .c-title{
  font-weight: bold;
  margin: 0.8em 0 0.8em;
  font-size: 1.8rem;
}

.column-wrap ul li a figure{
  margin: 0;
  /*order: 1;*/
  width: 36%;
  padding-top: 24.14%;
  overflow: hidden;
  position: relative;
}

.column-wrap ul li a .detail-block{
  width: 58%;
}

.column-wrap ul 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: .9s;
}

.column-wrap ul li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .9s;
}

.p-column .column-side{
  width: 25%;
}

.p-column .blog-side.pt{
  padding-top: 1em;
}

.p-column .side-t-box.cat li a{
  color: #000;
}

.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: 10px 15px 10px 15px;
  position: relative;
  border: 1px solid #957D6C;
  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 #716040;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translate(0, -50%);
}

@media screen and (max-width:1200px) {
  .p-column {
    padding: 0 0 8em;
  }

  .p-column .column-side {
    width: 31%;
  }

  .p-column.p-single {
    padding-bottom: 3em;
  }
}

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

  .p-column {
    padding: 0 0 5em;
  }

  .p-single::before {
    width: 100%;
    height: 315px;
    background-position: center;
  }


  .p-column.p-single {
    padding-bottom: 2em;
  }

  .p-column .column-area {
    padding: 0 0 2em;
  }

  .p-column .column-outer {
    display: block;
    margin-top: 1em;
  } 

  .p-column .column-wrap {
    width: 100%;
  }

  .column-wrap ul li a {
    display: block;
  }

  .column-wrap ul li .c-desc {
    width: 100%;
  }

  .column-wrap ul li a figure {
    width: 100%;
    margin: 0;
    padding-top: 55.14%;
  }

  .column-wrap ul li a.column-flex .img-wrap {
    width: 100%;
  }

  .column-wrap ul li a.column-flex .detail-block {
    width: 100%;
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0;
  }

  .column-wrap ul li a .detail-block {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
    padding: 0;
  }

  .column-wrap .c-title {
    font-weight: bold;
    margin: 0.5em 0 0.2em;
    font-size: 1.6rem;
  }

  .p-column .column-side {
    width: 100%;
    margin-top: 4em;
  }

  .p-column .blog-side.pt{
    padding-top: 0em;
  }

  .column-wrap ul li a .detail-block::before{
    content: none;
  }

  .p-column .column-wrap{
    padding-top: 0;
  }

  .p-column .column-wrap ul li {
    margin-bottom: 1em;
  }

  .p-column .column-wrap ul li:last-child{
    margin-bottom: 0;
  }

  .column-wrap ul li a .upper-block{
  }

  .column-wrap ul li a.column-flex{
    display: block;
  }

 
}


/*---- 個別ページ　----*/

.p-single {
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}

.p-single::before {
  content: '';
  background: url(../images/history/bg_brown01.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 698px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.p-single.p-construction {
  background: none;
}

.p-single.p-construction::before {
  content: none;
}

.p-single .c-breadcrumb,
.p-single .page-ttl{
  position: relative;
  z-index: 3;
}

.p-single .eyecatch{
  margin: 0 auto;
  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;
}


.blog-side .side-box{
  margin-bottom: 2.5em;
}

.blog-side .side-ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #5E481E;
}

.blog-side .bloglist li{
  margin-bottom: 20px;
}

.blog-side .bloglist li a{
  display: flex;
  color: #000;
  align-items: center;
  justify-content: space-between;
}

.p-single .blog-side .bloglist li a{
  color: #000;
}

.blog-side .bloglist li a figure{
  width: 28%;
  margin: 0;
}

.blog-side .bloglist li a figure img{
  display: block;
  height: auto;
}

.blog-side .bloglist li a .box-txt{
  width: 64%;
}

.blog-side .newsblog li{
  margin-bottom: 1em;
}

.blog-side .newsblog li:last-child{
  margin-bottom: 0em;
}

.blog-side .newsblog li a{
  color: #000;
  padding: 1.2em 1.2em;
  border: 1px solid #3380A2;
  display: block;
}

.blog-side .newsblog li a .detail-block .upper-block{
  font-size: 1.4rem;
  margin-bottom: 0.8em;
  display: flex;
}

.blog-side .newsblog li a .detail-block .upper-block .date-block{
  margin-right: 1em;
  font-size: 1.4rem;
}

.blog-side .newsblog li a .detail-block .upper-block .cat-block{
  color: #B9B9B9;
}


.blog-side .side-t-box.cat li a{
  color: #000;
  border-bottom: 2px dotted #716040;
  padding: 1.5em 0;
  display: block;
  position: relative;
}

.blog-side .side-t-box.cat li a::before{
  content: '';
  background: url(../images/common/icon_arrow_brown2.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0,-50%);
  transition: 0.3s ease-in-out;
}

.blog-side .side-t-box.cat li a:hover::before{
   right: 3%;
}

.blog-side .side-t-box.cat li:first-child a{
  border-top: 2px dotted #716040;
}

.p-single .kiji-wrap .ttl{
  font-weight: bold;
  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-bottom: 1em;
  align-items: baseline;
}

.p-single .kiji-wrap .blog-date .date{
  margin-right: 1em;
  font-size: 1.4rem;
}

.p-single .kiji-wrap .blog-date .e-deadline{
  color: #FF0909;
  font-weight: bold;
}

.cat-block span{
  color: #000;
  margin-right: 0.5em;
  font-size: 1.2rem;
  padding: 0.3em 0.8em;
  margin-bottom: 0.5em;
  background-color: #E8F7F8;
  border-radius: 3px;
  font-weight: 500;
}

.cat-block span.fukuyama{
  background-color: #FFD8BA;
}

.cat-block span.mihara{
  background-color: #B9E2E7;
}

.cat-block span.onomichi{
  background-color: #BAE3AF;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 7em 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;
}

.p-single.p-construction .kiji-wrap .eyecatch{
  margin: 0 0 3em;
}

.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 #957D6C;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h2::before{
  content: '';
  width: 1px;
  height: 31px;
  background-color: #957D6C;
  position: absolute;
  left: 14px;
  bottom: -14px;
}

.kiji-wrap .kiji-box h3{
  padding: 1em 0 1em 1.5em;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
  background: url(../images/common/bg_smallcircle.png) no-repeat;
  
}



.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: bold;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}


@media screen and (max-width: 767px) {
  .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;
  }


  .blog-side .side-ttl {
    font-size: 1.6rem;
  }

  .blog-side .side-ttl::before {
    width: 11px;
  }

  .blog-side .side-box.banner a{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

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


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

/* ==================================================
    インタビュー
================================================== */

.p-interview.p-single .interview-area{
  position: relative;
  margin-top: -4em;
}

.p-interview.p-single .interview-area .line01{
  position: absolute;
  top: 0;
}

.p-interview.p-single .interview-area .line02{
  position: absolute;
  bottom: 0;
}

.p-interview.p-single{
  background: none;
  padding: 0 0 15em;
}

.p-interview.p-single .btn02{
  margin: 4em auto 0;
}

.p-interview.p-single::before{
  content: none;
}

.p-interview .top-profile{
  display: flex;
  justify-content: space-between;
  gap: 1%;
  align-items: end;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.p-interview .top-profile .circle02{
  right: 6%;
  bottom: 16%;
}

.p-interview .top-profile .circle03{
  right: 1%;
  bottom: 0;
}

.p-interview .top-profile .profile-img{
  width: 55%;
  margin: 0;
}

.p-interview .top-profile .profile-img img{
  display: block;
  width: 100%;
  height: auto;
}

.p-interview .top-profile .profile-box{
  width: 40%;
  padding-right: 1em;
  position: relative;
  z-index: 1;
  padding-top: 5em;
}

.p-interview .top-profile .profile-box .cat-block span{
  font-size: 1.4rem;
}

.p-interview .top-profile .profile-box .catch-copy{
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 2em;
}

.p-interview .top-profile .profile-box .staff-name{
    font-size: 3.2rem;
    font-weight: 500;
    margin: 0.5em 0 0.2em;
}

.p-interview .top-profile .profile-box .profile-detail dl{
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.4em 0;
}

.p-interview .top-profile .profile-box .profile-detail dl dt{
  width: 20%;
}

.p-interview .top-profile .profile-box .profile-detail dl dd{
  width: 80%;
}

.p-interview .kiji-wrap {
  max-width: 900px;
}

.p-interview .kiji-wrap .kiji-box h2{
  padding: 0;
  border-bottom: none;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2.5em;
  font-weight: 500;
  position: relative;
  color: #5E481E;
}

.p-interview .kiji-wrap .kiji-box h2::before{
  content: '';
  width: 155px;
  height: 1px;
  background-color: #957D6C;
  position: absolute;
  left: -21%;
  bottom: auto;
  top: 22px;
  z-index: 2;
}

.p-interview .kiji-wrap .kiji-box p{
  padding: 0 4em;
}

.p-interview .schedule-area{
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
  position: relative;
  border-radius: 100px 100px 0 0;
  padding: 8em 0;
}

.p-interview .schedule-area .schedule-wrap{
  display: flex;
  max-width: 1620px;
  width: 100%;
  margin: 0 0 0 auto;
  justify-content: space-between;
}

.p-interview .schedule-area .schedule-wrap .left-box{
  width: 50%;
  padding-left: 1em;
}

.p-interview .schedule-area .schedule-wrap .pt-heading{
  margin: 0;
}

.p-interview .schedule-area .schedule-wrap .pt-heading span{
  text-align: left;
}

.p-interview .schedule-area .schedule-wrap .pt-heading .jp{
  color: #5E481E;
}

.p-interview .schedule-area .schedule-wrap .pt-heading .en {
  padding-top: 0.5em;
}

.p-interview .schedule-area .schedule-wrap .time-table{
  padding-left: 4em;
  margin: 3em 0 0;
}

.p-interview .schedule-area .schedule-wrap .time-table dl{
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0.7em 0;
}

.p-interview .schedule-area .schedule-wrap .time-table dl dt{
  width: 20%;
}

.p-interview .schedule-area .schedule-wrap .time-table dl dd{
  width: 75%;
}

.p-interview .schedule-area .bg-img{
  background-size: cover;
  height: 525px;
  width: 45%;
  border-radius: 0 0 0 150px;
  margin-top: 7em;
  background-position: center;
}

.p-interview .message-area{
  padding: 10em 0 7em;
  position: relative;
  overflow: hidden;
}

.p-interview .message-area .line03{
  position: absolute;
  top: -31%;
}

.p-interview .message-area .circle02.left{
  left: 3%;
  top: 38%;
}

.p-interview .message-area .circle03.left{
  left: 13%;
  top: 19%;
  z-index: 1;
}

.p-interview .circle02.right.last{
  right: 7%;
  bottom: 2%;
}



.p-interview .message-area .message-wrap{
  background-color: #fff;
  max-width: 1620px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 5em 1em 5em;
  position: relative;
  border-radius: 150px 0 0 0;
  z-index: 1;
}

.p-interview .message-area .message-wrap .text-box{
  max-width: 90%;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-interview .message-area .message-wrap .text-box .sub-ttl{
  font-size: 2.4rem;
  color: #5E481E;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.p-interview .message-area .message-wrap .text-box .ttl{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.p-interview .message-area .message-wrap .text-box p{
  padding-left: 2em;
  line-height: 1.8;
}

@media screen and (max-width:1260px) {
  .p-interview.p-single .interview-area {
      margin-top: 0;
  }

  .p-interview .kiji-wrap .kiji-box h2 {
    font-size: 2rem;
  }
}

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

  .p-interview .schedule-area .bg-img{
    height: 390px;
  }

  .p-interview .schedule-area .schedule-wrap .time-table {
    padding-left: 0;
  }

  .p-interview .schedule-area .schedule-wrap .time-table dl {
    font-size: 1.6rem;
  }

  .p-interview .message-area .message-wrap .text-box .ttl {
    font-size: 2rem;
  }

  .p-interview .message-area .message-wrap .text-box .sub-ttl {
    font-size: 1.4rem;
  }

  .p-interview .message-area .message-wrap .text-box {
    max-width: 93%;
  }

  .p-interview .top-profile .profile-box .catch-copy {
    font-size: 2.4rem;
  }

  .p-interview .top-profile .profile-box .staff-name {
    font-size: 2.2rem;
  }

  .p-interview .top-profile .profile-box .profile-detail dl dt {
    width: 37%;
  }

  .p-interview .top-profile .profile-box .profile-detail dl dd {
    width: 63%;
  }

  .p-interview .top-profile .profile-box {  
    padding-top: 0;
  }



}


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

  .p-interview.p-single {
    padding: 0 0 6em;
  }

  .p-interview .schedule-area .bg-img {
    height: 304px;
    border-radius: 0 0 0 90px;
    width: 48%;
  }
  
  .p-interview .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .p-interview .kiji-wrap .kiji-box p {
    padding: 0 2em;
  }

  .p-interview .kiji-wrap .kiji-box h2::before {
    content: none;
  }

  .p-interview .schedule-area {
    border-radius: 20px 20px 0 0;
    padding: 4em 0;
  }

  .p-interview .message-area {
    padding: 4em 0 3em;
  }

  .p-interview .message-area .message-wrap {
    border-radius: 80px 0 0 0;
  }

  .p-interview .message-area .circle03.left {
    left: 7%;
    top: 8%;
  }

}


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

  .p-interview.p-single {
    padding: 0 0 6em;
  }

  .p-interview .top-profile {
    display: block;
  }

  .p-interview .top-profile .profile-img {
    width: 100%;
  }

  .p-interview .top-profile .profile-box {
    width: 100%;
    padding: 2em 1em 0;
  }

  .p-interview .top-profile .profile-box .catch-copy {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }

  .p-interview .top-profile .profile-box .staff-name {
    font-size: 2.4rem;
  }

  .p-interview .top-profile .profile-box .profile-detail dl dd {
    width: 59%;
  }

  .p-interview .top-profile .profile-box .profile-detail dl dt {
    width: 38%;
  }

  .p-interview .top-profile .profile-box .profile-detail dl {
    font-size: 1.4rem;
    padding: 0.3em 0;
  }

  .p-interview .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .p-interview .kiji-wrap .kiji-box p {
    padding: 0;
  }

  .p-interview .kiji-wrap .kiji-box h2::before{
    content: none;
  }

  .p-interview .kiji-wrap {
    margin: 5em auto 4em;
  }

  .p-interview .schedule-area {
    border-radius: 20px 20px 0 0;
    padding: 4em 0;
  }

  .p-interview .schedule-area .schedule-wrap {
    display: block;
  }

  .p-interview .schedule-area .schedule-wrap .left-box {
    width: 100%;
    padding: 0 1em;
  }

  .p-interview .message-area .circle03.left {
    left: 3%;
    top: 8%;
  }
  

  .p-interview .schedule-area .schedule-wrap .time-table {
    padding-left: 0;
    margin: 1em 0 0;
  }

  .p-interview .schedule-area .schedule-wrap .time-table dl {
    font-size: 1.4rem;
    padding: 0.3em 0;
  }

  .p-interview .schedule-area .bg-img {
    height: 261px;
    width: 100%;
    border-radius: 0 0 0 50px;
    margin-top: 2em;
  }

  .p-interview .message-area {
    padding: 4em 0 0;
  }

  .p-interview .message-area .message-wrap .text-box .ttl {
    font-size: 2rem;
  }

  .p-interview .message-area .message-wrap .text-box .sub-ttl {
    font-size: 1.5rem;
  }

  .p-interview .message-area .message-wrap .text-box p {
    padding-left: 0;
  }

  .p-interview .message-area .message-wrap {
    padding: 4em 1em 4em;
    border-radius: 50px 0 0 0;
  } 

  .p-interview .message-area .message-wrap .text-box {
    max-width: 100%;
  }
}

/* ==================================================
    スタッフ紹介
================================================== */

.p-staff {
  position: relative;
}

.p-staff .line01{
  position: absolute;
  top: 0;
  left: 0;
}

.p-staff .top-text{
  text-align: center;
}

.p-staff .staff-area{
  background-color: #fff;
  border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
  margin-top: 4em;
  padding: 7em 0 14em;
}

.staff-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.staff-list::after{
  content:"";
  display: block;
  width:32%;
}

.staff-list li{
  cursor: pointer;
  width: 32%;
  margin-bottom: 4em;
}

.staff-tab{
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 7em 0 5em;
}

.staff-tab .tab{
  max-width: 289px;
  width: 100%;
  text-align: center;
  padding: 1.3em 0.5em;
  border-radius: 30px;
  background-color: #957D6C;
  color: #fff;
  border: 2px solid #957D6C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
}



.staff-tab .tab.is-active{
  background-color: #fff;
  color: #957D6C;
}

.staff-tab .tab.fukuyama{
  background-color: #FFD8BA;
  color: #000;
  border: 2px solid #FFD8BA;
}

.staff-tab .tab.fukuyama.is-active{
  background-color: #fff;
}

.staff-tab .tab.mihara{
  background-color: #B9E2E7;
  color: #000;
  border: 2px solid #B9E2E7;
}

.staff-tab .tab.mihara.is-active{
  background-color: #fff;
}

.staff-tab .tab.onomichi{
  background-color: #BAE3AF;
  color: #000;
  border: 2px solid #BAE3AF;
}

.staff-tab .tab.onomichi.is-active{
  background-color: #fff;
}

.staff-list li figure {
  margin: 0;
  /* order: 1; */
  width: 100%;
  padding-top: 75.14%;
  overflow: hidden;
  position: relative;
}

.staff-list li 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: .9s
}

.staff-list li:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .9s;
}

.staff-list li .desc-box{
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  flex-flow: row-reverse;
  margin-top: 0.8em;
}

.staff-list li .desc-box .name-box{
  font-size: 2.3rem;
}

.staff-list li .desc-box .name-box .furigana{
  font-size: 1.4rem;
}


.modal {
  padding: 200px 0;
}


/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  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), 1350px);
  height: calc(100% - 40px);
  /*padding: 20px;*/
  background: url(../images/common/bg_pattern.jpg) repeat-y;
  background-size: 100%;
}



.modal__inner {
  position: relative;
  /*height: calc(100% - 40px);*/
  height: 100%;
}

.modal__innerwrap {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 0px 0px;
}

.modal__innerwrap::before{
  content: '';
  background: url(../images/common/bg_wave01.png) no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
  width: 100%;
  height: 73%;
  top: 0;
  left: 0;
}

.modal__innerwrap::after{
   content: '';
  background: url(../images/common/text_message.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 55px;
  height: 346px;
  top: 12%;
  right: 6%;
}

/* モーダルを閉じるボタン */
.modal__close {
  /*position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);*/
  cursor: pointer;
  transition: opacity .6s;
  margin: 0 auto;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.modal__close:hover {
  opacity: .6;
}

/*.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}*/

/* モーダル内のコンテンツ */
.modal__content {
  padding: 0 3em;
  position: relative;
}

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.modal__content .top-profile{
  display: flex;
  justify-content: space-between;
}

.modal__content .top-profile figure{
  width: 45%;
}

.modal__content .top-profile figure img{
  height: auto;
}

.modal__content .top-profile .profile-box{
  width: 50%;
}

.modal__content .top-profile .profile-box .cat-block{
  display: flex;
  flex-wrap: wrap;
}

.modal__content .top-profile .profile-box .position{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2em 0 0.5em;
}

.modal__content .top-profile .profile-box .furigana{
  font-size: 1.4rem;
}

.modal__content .top-profile .profile-box .name{
  font-size: 3rem;
  font-weight: 500;
}

.modal__content .top-profile .profile-box .catch-copy{
  font-size: 3rem;
  font-weight: 500;
  margin-top: 1.5em;
}

.modal__content .profile-wrap{
 
  padding: 4em 0 7em;
  border-top-left-radius: 1000px 382px;
  border-top-right-radius: 1000px 382px;
  margin-top: -4em;
}

.modal__content .staff-profile{
  max-width: 800px;
  width: 100%;
  margin: 4em auto;
  padding: 0 1em;
}

.modal__content .staff-profile h2{
  padding: 0;
  border-bottom: none;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 0em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
  color: #5E481E;
}

.modal__content .staff-profile h2::before{
  content: '';
  width: 94px;
  height: 1px;
  background-color: #957D6C;
  position: absolute;
  left: -14%;
  bottom: auto;
  top: 22px;
  z-index: 2;
}

.modal__content .staff-profile p {
  margin: 1em 0;
}

.staff-box { 
  transition: opacity .2s ease, transform .2s ease; 
   animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
.staff-box.is-hidden { 
  opacity:0; 
  pointer-events:none; 
  transform: scale(.98); 
  display: none;
}

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

    100% {
      opacity: 1;
    }
}

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

  .staff-list li .desc-box{
    display: block;
    font-size: 1.4rem;
  }

  .staff-list li .desc-box .name-box {
    font-size: 2rem;
  }

  .staff-list li .desc-box .name-box .furigana {
    font-size: 1.2rem;
  }

  .modal__content .top-profile .profile-box .catch-copy {
    font-size: 2.6rem;
  }

  .modal__content .staff-profile h2 {
    font-size: 2.2rem;
  }

  .modal__content .top-profile .profile-box .name {
    font-size: 2.5rem;
  }

}

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

  .modal__content .staff-profile h2::before {
    width: 76px;
  }

}

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

  .p-staff .staff-area {
    margin-top: 4em;
    padding: 2em 0 5em;
  }

  .staff-tab{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    margin: 5em 0 1em;
  }

  .staff-tab .tab {
    max-width: 49%;
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.4rem;
    padding: 1.1em 0.5em
  }

  .staff-list{
    display: block;
  }

  .staff-list li {
    width: 100%;
    margin-bottom: 2em;
  }

  .staff-list li .desc-box .name-box .furigana {
    font-size: 1.2rem;
  }

  .staff-list li .desc-box .name-box {
    font-size: 1.8rem;
  }

  .modal__inner {
    padding: 0px 0px 20px;
  }

  .modal__content .top-profile{
    display: block;
  }

  .modal__content .top-profile figure {
    width: 100%;
  }

  .modal__content .top-profile .profile-box {
    width: 100%;
    padding: 1em 0em 0;
  }

  .modal__content .staff-profile h2 {
    font-size: 1.8rem;
  }

  .modal__content .staff-profile h2::before{
    content: none;
  }

  .modal__content .top-profile .profile-box .name {
    font-size: 1.6rem;
  }

  .modal__content .top-profile .profile-box .furigana {
    font-size: 1.3rem;
  }

  .modal__content .top-profile .profile-box .catch-copy {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.5em;
  }

  .modal__content .top-profile .profile-box .position {
    font-size: 1.4rem;
  }

  .modal__innerwrap {
    padding: 19px 0px 0px;
  }

  .modal__content .staff-profile {
    margin: 3em auto;
  }

  .modal__content {
    padding: 0 1em;
  }

  .modal__container .btn {
    max-width: 229px;
    padding: 0.8em 1em;
  }

  .modal__content .profile-wrap {
    padding: 4em 0 3em;
  }


}

  
/* ==================================================
    お問い合わせ
================================================== */


.p-contact{
  position: relative;
  padding: 0 0 23em;
}

.d-contact .line01{
  position: absolute;
  top: 0;
}

.d-contact .line02{
  position: absolute;
  bottom: -4%;
}

.d-contact .circle02{
  right: 5%;
  top: 14%;
}

.d-contact .circle03{
  right: 13%;
  top: 12%;
}

.d-contact .circle02.left{
  left: 3%;
  right: auto;
  bottom: 10%;
  top: auto;
}

.d-contact .circle03.left{
  left: 17%;
  right: auto;
  top: auto;
  bottom: 10%;
}

.d-entry .circle02{
  right: 8%;
  top: 10%;
}

.d-entry .circle03{
  right: 2%;
  top: 21%;
}

.d-entry .line01{
  position: absolute;
  top: 0;
}

.d-entry .line02{
  position: absolute;
  bottom: -5%;
}


.p-contact .contact-area{
  position: relative;
  z-index: 1;
}

.p-contact .top-text{
  display: table;
  margin: 0 auto;
}

.p-contact .faq-banner{
  max-width: 689px;
  width: 100%;
  display: block;
  margin: 4em auto;
}
  
.c-form {
  max-width: 800px;
  width: 100%;
  margin: 5em auto 0;
}
  
.c-form .mw_wp_form{
  padding-top: 80px;
  margin-top: -80px;
}
  
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.4rem;
  padding: 11px 13px;
}
  
.c-form input[type="text"] {
  width: 60%;
}
  
.c-form .required {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  background-color: #957D6C;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  max-width: 51px;
  width: 100%;
  margin-bottom: 0.3em;
  float: right;
}

.c-form .time-wrap .e-msg{
  width: 100%;
}


.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: 500;
}
  
.c-form table th .ps{
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}

.c-form table tr.block th,
.c-form table tr.block td{
  display: block;
  width: 800px;
}

.c-form .full label { display:block; font-weight:600; margin: 0 0 8px; }
.c-form .full .note { display:block; font-weight:400; font-size:0.9em; color:#666; margin-top:4px; }
.c-form .full-textarea { width:100%; min-height:220px; box-sizing:border-box; }
  
.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/icon_arrow_w.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
  
.c-btn-box .btn{ 
  max-width: 311px;
  background: transparent;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 1.1em 0;
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: #B1947F;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  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 transparent;
  padding: 1em 0.6em;
  background-color: #fff;
  border: 1px solid #957D6C;
  border-radius: 4px;
  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: 23px;
  right: 24px;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 7px solid #957D6C;
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg) 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:768px) {

  .c-form table tr.block th, .c-form table tr.block td {
    display: block;
    width: 100%;
  }

  .d-entry .circle02{
    right: 8%;
    top: 7%;
  }

  .d-entry .circle03{
    right: 2%;
    top: 12%;
  }

  .d-contact .circle02 {
    right: 2%;
    top: 9%;
  }

  .d-contact .circle03 {
    right: 18%;
    top: 7%;
  }
  
  
  .p-contact .contact-wrap {
    padding: 0em 0 4em;
  }
  
  .p-contact .step-wrap {
    margin: 2em auto 1em;
  }

  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
    width: 100%;
  }
  
  .c-form {
    margin-top: 1em;
  }
  
  .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 .time-wrap .time-block {
    width: 27%;
  }
  
  .c-form .namae td span {
    width: 68%;
    font-size: 1.4rem;
  }
  
  .c-form .z-date{
    width: 100%;
    margin-bottom: 1em;
  }
  
  .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 .phone-wrap input{
    width: 100%!important;
  }
    
  .c-form .file-wrap input{
    width: 100%!important;
  }
  
  .c-form .name-wrap .name-box {
    width: 49%;
  }
  
  .c-form .zip-wrap input {
    width: 39%!important;
  }

  .c-form .t-archive {
    width: 100%;
  }

  
}
  


/* ==================================================
   よくあるご質問
================================================== */

.p-faq{
  position: relative;
}

.p-faq .line01{
  position: absolute;
  top: 2%;
}

.p-faq .faq-area{
  padding: 0 0 11em;
}

.p-faq .faq-wrap{
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 5em 1em;
}

.faq-wrap .faq-box{
  max-width: 903px;
  width: 100%;
  margin: 0 auto 4em;
}

.faq-wrap .faq-box:last-child{
  margin-bottom: 0;
}

.faq-wrap .faq-box .box-f.question{
  font-weight: bold;
  position: relative;
  font-size: 1.8rem;
  padding: 1em 3em 0 5em;
  cursor: pointer;
} 

.faq-wrap .faq-box .box-f.question::after{
  content: '';
  top: 50%;
  right: 0px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-left: 11px solid #957D6C;
  position: absolute;
  transform: rotate(90deg) translate(0,-50%);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.faq-wrap .faq-box .box-f.question.open::after{
  transform: rotate(-90deg) translate(0,-50%);
}

.faq-wrap .faq-box .box-f.question::before{
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/common/deco_question.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 1px;
}

.faq-wrap .faq-box .box-f.answer{
  padding: 2.5em 4em 3em 5em;
  position: relative;
  margin-left: 3em;
  display: none;
}

.faq-wrap .faq-box .box-f.answer::before{
  content: '';
  width: 46px;
  height: 46px;
  background: url(../images/common/deco_answer.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 35px;
}

.faq-wrap .faq-box .box-f .desc{
  line-height: 1.8;
}

.faq-wrap .faq-box .box-f .desc a{
  color: #957D6C;
  text-decoration: underline;
}

.faq-wrap .faq-box .box-f .desc a:hover{
  text-decoration: none;
}


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

  .p-faq .faq-area{
    padding: 0 0 7em;
  }

  .p-faq .faq-wrap {
    padding: 3em 1em;
  }

  .faq-wrap .faq-box .box-f.question {
    font-size: 1.4rem;
    padding: 0em 3em 0 3.5em;
  }

  .faq-wrap .faq-box .box-f.answer::before {
    width: 35px;
    height: 35px;
    top: 21px;
  }

  .faq-wrap .faq-box .box-f.answer {
    padding: 1em 0em 1em 3.5em;
    margin-left: 1em;
  }

  .faq-wrap .faq-box .box-f.question::before {
    content: '';
    width: 35px;
    height: 35px;
  }

  .faq-wrap .faq-box .box-f .desc{
    font-size: 1.3rem;
  }

  .faq-wrap .faq-box .box-f.question::after{
    content: '';
    top: 35%;
    right: 0px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent; 
    border-left: 7px solid #957D6C;
    position: absolute;
    transform: rotate(90deg) translate(0,-50%);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }

  .faq-wrap .faq-box {
    margin: 0 auto 2em;
  }

  .p-top .faq-area .btn {
    margin: 2em auto 0;
  }

}




/* ==================================================
   プライバシーポリシー
================================================== */

.p-privacy{
  position: relative;
  padding: 0 0 15em;
}

.p-privacy .line01{
  position: absolute;
  top: 0;
}

.p-privacy .line02{
  width: 100%;
  position: absolute;
  top: 37%;
}

.p-privacy .line03{
  width: 100%;
  position: absolute;
  bottom: 0%;
}

.p-privacy .circle01{
  right: 2%;
  top: 8%;
}

.p-privacy .circle02.left{
  left: 4%;
  bottom: 43%;
}

.p-privacy .circle03.left{
  left: 15%;
  bottom: 39%;
}

.p-privacy .circle02.right{
  right: 10%;
  bottom: 7%;
}

.p-privacy .circle03.right{
  right: 2%;
  bottom: 5%;
}




.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 a:hover{
  text-decoration: none;
}

.p-privacy .p-box-wrap .p-box .p-ttl{
  display: flex;
  margin-bottom: 0.8em;
  gap: 1em;
}

.p-privacy .p-box-wrap .p-box .p-ttl .num{
  font-weight: 500;
  color: #5E481E;
  font-size: 2.8rem;
  line-height: 1;
}

.p-privacy .p-box-wrap .p-box .p-ttl .ttl{
  font-size: 1.8rem;
  font-weight: 500;
}

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

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

  .p-privacy .circle01 {
    top: 4%;
  }

  .p-privacy .circle03.left {
    left: 36%;
  }

  .p-privacy .circle02.right {
    bottom: 5%;
  }

  .p-privacy .circle03.right {
    bottom: 2%;
  }

  .p-privacy .p-box-wrap {
    padding: 0;
    margin-top: 2em;
  }

  .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 2em;
  }

}


/* ==================================================
   サイトマップ
================================================== */

.p-sitemap{
  position: relative;
  padding: 0 0 15em;
}

.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{
  max-width:750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  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;
}

.p-sitemap .sitemap-wrap .child{
  padding-left: 1.5em;
}

.p-sitemap .sitemap-wrap .child li a{
  font-size: 1.6rem;
  padding: 0.3em 0;
}

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

  .p-sitemap .deco01 {
    max-width: 159px;
  }

}


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

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


