@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pompiere&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap");
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, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block; }

main {
  padding: 0;
  margin: 0 !important; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Pompiere', cursive;*/
/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Italianno', cursive;*/
/*font-family: 'Cormorant Garamond', serif;*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll; }

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  height: 100%;
  color: #362d1e;
  background: #FFF;
  min-width: 320px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .06em; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

.pc {
  display: none; }

.sp {
  display: block; }

@media only screen and (min-width: 768px) {
  body {
    height: 100%;
    color: #362d1e;
    background: #FFF;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem; }

  .pc {
    display: block; }

  .sp {
    display: none; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    a:hover {
      color: #c0bba7;
      /*opacity: .7;
      	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/ }
    a img:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 768px) {
  .base_inner {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }

  .base {
    padding-left: 0;
    padding-right: 0; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto; }

/*#header.open {
	background: #fc0d1b;
	height: 100%;
}
*/
.language {
  position: absolute;
  top: 10px;
  right: 60px;
  display: flex;
  font-family: "Cormorant Garamond", serif; }
  .language .lan:nth-child(1) {
    position: relative;
    margin-right: 10px;
    padding-right: 10px; }
    .language .lan:nth-child(1)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -5px;
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: black;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg); }
  .language .lan:nth-child(2) {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    /*&::after {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: -5px;
    	display: inline-block;
    	width: 10px;
    	height: 1px;
    	background-color: black;
    	-webkit-transform: rotate(-60deg);
    	transform: rotate(-60deg);
    }*/ }
  .language a {
    color: #362d1e; }
    .language a:hover {
      color: #c0bba7; }

@media only screen and (min-width: 768px) {
  .language {
    position: absolute;
    top: 10px;
    right: 30px;
    display: flex;
    font-family: "Cormorant Garamond", serif;
    /*a {
    	color: $red;
    	&:hover {
    		color: $dgold;
    	}
    }*/ }
    .language .lan:first-child {
      position: relative;
      margin-right: 10px;
      padding-right: 10px; }
      .language .lan:first-child::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -5px;
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: black;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg); }

  .site-header {
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    padding: 20px 0;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
    z-index: 1000; }

  .site-header.transform {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0; }

  #header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%; } }
#header .pc_header {
  display: none; }

@media only screen and (min-width: 768px) {
  #header .sp-header {
    display: none; }

  #header .pc_header {
    display: block; } }
/*	style info : hd_info
--------------------------------------*/
@media only screen and (min-width: 768px) {
  #fx .pc {
    /*padding: 15px 0;*/ }
    #fx .pc .pc_header {
      background: rgba(255, 255, 255, 0.7); }

  .pc_header {
    /*background: rgba(255,255,255,0.5);*/
    /*padding: 15px 0;*/ }
    .pc_header .hd_area {
      /*height: 60px;*/
      /*display: flex;
      flex-wrap: wrap;
      justify-content: space-between;*/ }
      .pc_header .hd_area .logo {
        /*position: relative;*/
        /*margin-left: 15px;*/
        line-height: 1;
        text-align: center; }
        .pc_header .hd_area .logo .logo01 {
          width: 100px;
          height: auto; }
      .pc_header .hd_area .nav_area {
        display: flex;
        justify-content: center;
        /*#pc_header {
        	padding-left: 5px;
        	height: 40px;
        }*/ } }
/* ---------------------------------------------------------------------------
	spGnav	
--------------------------------------------------------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.sm-simple {
  /*border: 1px solid #bbbbbb;*/
  background: #fff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/ }

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #362d1e;
  background: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-simple li ul li a, .sm-simple li ul li a:hover, .sm-simple li ul li a:focus, .sm-simple li ul li a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #362d1e;
  background: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-simple a.current {
  background: #fff;
  color: #362d1e; }

.sm-simple a.disabled {
  color: #cccccc; }

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  /*background: #E6E6E6;*/
  /*background: rgba(0, 0, 0, 0.08);*/ }

.sm-simple a .sub-arrow::before {
  content: '+';
  color: #362d1e; }

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
  color: #362d1e; }

.sm-simple > li.none a .sub-arrow::before {
  content: '+';
  color: #362d1e; }

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: '-';
  color: #362d1e; }

/*@media only screen and (min-width: 992px) {
.sm-simple > li.none a .sub-arrow::before {
	content: none;
}
.sm-simple > li.none a.highlighted .sub-arrow::before {
	content: none;
}
}*/
.sm-simple li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*.sm-simple > li:first-child {
	border-top: 0;
}*/
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1); }

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent; }

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent; }

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

/*.sm-simple .sm_menu {
	display: inline-block;
	margin-left: 8px;
	color: #0b5f85;
	font-size: 1.3rem;
	padding-top: 3px;
}
*/
.sp_header .hd_lan {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .sp_header .hd_lan .item {
    width: 60px; }
    .sp_header .hd_lan .item a {
      display: block;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      background: #362d1e; }
  .sp_header .hd_lan .act {
    background: #9d9da1;
    color: #362d1e;
    text-align: center;
    padding: 15px 0; }

/*# sourceMappingURL=sm-simple.css.map */
/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
  /*padding: 5px 0 0;*/ }

.sp_header {
  padding: 5px 10px;
  background: #fff; }

.sp_header .logo {
  width: 86px;
  padding-top: 4px;
  float: left; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none; }

.nav-brand img {
  width: auto;
  height: 35px; }

/*@media only screen and (min-width: 992px) {
.nav-brand img {
	width: 303px;
	height: 52px;
	margin: 10px 0 0;
}
}
*/
#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*@media (min-width: 992px) {
#main-menu {
	float: right;
	clear: none;
}
}
*/
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #362d1e;
  /*background: #fff;*/
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
/* ---------------------------------------------------------------------------
	pcGnav	
--------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*pcmenu*/
  /*.pc_navi {
  	position: absolute;
  	top: 65px;
  	right: 0;
  }
  */
  ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }

  ul.menu li {
    /*float: left;*/
    position: relative;
    display: inline-block;
    padding: 0 5px;
    /*margin: 0 0 0 1px;
    padding: 5px;*/
    /*width: 170px;*/
    /*background-color: #555555;*/
    /*display: block;*/
    /*border-left: 1px dotted #569a0d;*/ }

  ul.menu li a {
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid #fff;*/
    font-size: 1.6rem;
    padding: 10px 10px 0 10px;
    color: #362d1e;
    font-family: "Cormorant Garamond", serif; }
    ul.menu li a .sm_menu {
      display: block;
      text-align: center;
      color: #362d1e; }

  ul.menu li a:hover {
    color: #c0bba7; }

  ul.sub {
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-left: 10px;
    padding: 0; }

  ul.sub li a {
    padding: 10px 10px 10px;
    margin-left: -10px;
    margin-right: -10px;
    /*margin-bottom: -10px;*/
    display: block;
    background: #d3e4f4;
    color: #2c699f;
    width: 250px;
    border-bottom: none; }

  ul.sub li a:hover {
    background: #d3e4f4;
    color: #2c699f;
    text-decoration: none;
    border-bottom: none; } }
/*	pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 42px;
  height: 42px; }

@media only screen and (min-width: 768px) {
  .pagetop {
    /*bottom: 20px;*/ } }
.pagetop a {
  display: block;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0 0;
  position: relative;
  text-indent: -9999; }

.pagetop a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pagetop a:hover {
  background: #0a0a75; }

/*	footer
--------------------------------------*/
#footer .clum-3w .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  margin: 0 auto;
  /*			&:nth-child(1) {
  				background-image: url("../images/common/ft03-1.png");
  				&:hover {
  					@media screen and ($sp-first){
  						background-image: url("../images/common/ft03-1_on.png");
  					}
  				}
  			}
  			&:nth-child(2) {
  				background-image: url("../images/common/ft03-2.png");
  								&:hover {
  					@media screen and ($sp-first){
  						background-image: url("../images/common/ft03-2_on.png");
  					}
  				}
  			}
  			&:nth-child(3) {
  				background-image: url("../images/common/ft03-3.png");
  				&:hover {
  					@media screen and ($sp-first){
  						background-image: url("../images/common/ft03-3_on.png");
  					}
  				}
  			}
  */ }
  @media screen and (min-width: 768px) {
    #footer .clum-3w .item {
      height: 100px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; } }
  #footer .clum-3w .item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #333; }
    #footer .clum-3w .item a:hover {
      background: #666; }
    #footer .clum-3w .item a .tit {
      color: #fff;
      font-family: "Cormorant Garamond", serif;
      font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
      margin-bottom: .2rem; }
    #footer .clum-3w .item a .txt {
      color: #fff; }
#footer .btm {
  background: #292827;
  padding: 20px 0 20px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    #footer .btm {
      padding: 50px 30px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #footer .btm .ft-logo {
    text-align: center;
    margin-bottom: 30px; }
    #footer .btm .ft-logo .ft-logo-img {
      width: 90px;
      height: auto; }
      @media screen and (min-width: 768px) {
        #footer .btm .ft-logo .ft-logo-img {
          width: 120px; } }
    @media screen and (min-width: 768px) {
      #footer .btm .ft-logo {
        margin-bottom: 0; } }
  #footer .btm .copy {
    text-align: center;
    font-size: 1.2rem; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*
<div class="button">
  <a href="#"><span>VIEW MORE</span></a>
</div>
*/
/* button */
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 225px;
  padding: 10px 0px 10px 15px;
  color: #362d1e;
  transition: 0.3s ease-in-out;
  font-weight: 500; }

.button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%; }

.button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s; }

.button a:after {
  left: 0;
  background: #362d1e;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 5rem;
  transform: translateY(-50%);
  transition: all 0.5s; }

.button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3; }

.button a:hover span {
  color: #fff; }

.button a:hover:before {
  left: 2rem; }

.button a:hover:after {
  right: 0;
  width: 100%; }

.btn {
  height: 50px;
  width: 46%;
  max-width: 260px; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #362d1e;
    color: #fff; }
    .btn a .en {
      display: block;
      text-align: center;
      font-size: 1.4rem; }
    .btn a .jp {
      display: block;
      text-align: center;
      font-size: 1.2rem; }

/* arw.scss */
/*--------------------------------------------------------------------------
   c-btn
　　<div class="btn_arrow"><a href="cream.html" class="c-btn"><span>VIEW MORE</span></a></div>
---------------------------------------------------------------------------*/
.btn_arrow {
  width: 260px;
  /*margin: 0 auto;*/
  border: 1px solid #362d1e; }
  .btn_arrow:hover {
    border: 1px solid #c0bba7; }

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff; }

@media only screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    height: 60px; } }
.c-btn span {
  position: relative;
  padding-right: 25px;
  color: "Noto Sans JP", sans-serif;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .1em; }

@media only screen and (min-width: 768px) {
  .c-btn span {
    padding-right: 25px;
    font-size: 1.5rem; } }
.c-btn span:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 19px;
  height: 9px;
  margin: auto;
  background: url(../images/common/arrow.png) no-repeat 50%;
  background-size: cover; }

.c-btn:hover {
  background: #f3f2ee; }

.c-btn:hover span:before {
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/*==========================================================================
	 Keyframe
===========================================================================*/
/*--------------------------------------------------------------------------
	 ScrollDown
---------------------------------------------------------------------------*/
@-webkit-keyframes ScrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  49.9% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ScrollDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  49.9% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------------------------------------------
	 MoveRight
---------------------------------------------------------------------------*/
@-webkit-keyframes MoveRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes MoveRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49.9% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* set.scss */
/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
.grayscale img {
  filter: grayscale(0);
  transition: .3s ease-in-out; }

.grayscale a:hover img {
  /*hoverした時の変化*/
  filter: grayscale(100%); }

/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 768px) {
  .pic {
    overflow: hidden; }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
/*.tit-sec_ct {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
	@media only screen and (min-width: 768px) {
	font-size: 2.4rem;
		margin-bottom: 40px;
}
	@media only screen and (min-width: 960px) {
	font-size: 3.4rem;
}
}
*/
.tit-sec {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  padding-top: 40px;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .tit-sec {
      margin-bottom: 40px;
      padding-top: 60px; } }
  .tit-sec::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #362d1e; }
    @media screen and (min-width: 768px) {
      .tit-sec::after {
        height: 50px; } }
  .tit-sec .en {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 4px; }
    @media only screen and (min-width: 768px) {
      .tit-sec .en {
        font-size: 5rem; } }
  .tit-sec .jp {
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .tit-sec .jp {
        padding-left: 3px; } }

.tit-ct {
  text-align: center;
  font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .tit-ct {
      margin-bottom: 30px; } }

.tit-b {
  font-weight: 500;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  margin-bottom: 6px; }

.sub-tit {
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .sub-tit {
      margin-bottom: 40px; } }
  .sub-tit .en {
    font-family: "Lato", sans-serif;
    font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545); }
  .sub-tit .tit {
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273); }

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 40px;
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .pad {
    padding-top: 70px;
    padding-bottom: 70px; } }
.pad-btm {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .pad-btm {
    padding-bottom: 70px; } }
.pad-top {
  padding-top: 40px; }

@media only screen and (min-width: 768px) {
  .pad-top {
    padding-top: 70px; } }
.mb {
  margin-bottom: 10px; }

@media only screen and (min-width: 768px) {
  .mb {
    margin-bottom: 15px; } }
.mbl {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 45px; } }
.ov {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .txt-c {
    text-align: center; } }

.txt-ct {
  text-align: center; }

.txt-b {
  font-weight: bold; }

.list .item-list {
  padding-left: 1em;
  text-indent: -1em; }

/*	bg
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .bg_fix {
    position: relative;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; } }
@media screen and (min-width: 768px) {
  #home .bg_fix {
    background-image: url("../images/home/bg_fix01-pc.png"); } }

@media screen and (min-width: 768px) {
  #service .bg_fix {
    background-image: url("../images/service/bg_fix04-pc.png"); } }

@media screen and (min-width: 768px) {
  #business .bg_fix {
    background-image: url("../images/business/bg_fix02-pc.png"); } }

@media screen and (min-width: 768px) {
  #company .bg_fix {
    background-image: url("../images/company/bg_fix03-pc.png"); } }

@media screen and (min-width: 768px) {
  #recruit .bg_fix {
    background-image: url("../images/recruit/sec01.png"); } }

/*	txt
--------------------------------------*/
.itali {
  font-family: "Italianno", cursive;
  font-size: calc(2rem + (1vw - 0.32rem) * 2.2727);
  color: #e2e0d6; }

/* ---------------------------------------------------------------------------
	下層メインビジュアル共通	
--------------------------------------------------------------------------- */
.mv-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .mv-page .tit_page {
    padding: 20px 10px;
    color: #fff;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .mv-page .tit_page {
        padding: 150px 30px 50px; } }
    .mv-page .tit_page .en {
      display: block;
      color: #fff;
      font-family: "Cormorant Garamond", serif;
      font-size: 3rem; }
      @media screen and (min-width: 768px) {
        .mv-page .tit_page .en {
          font-size: 4.8rem; } }
    .mv-page .tit_page .jp {
      font-size: 1.5rem;
      color: #fff; }

#service .mv-page {
  background-image: url("../images/service/mv.png"); }

#business .mv-page {
  background-image: url("../images/business/mv.png"); }

#company .mv-page {
  background-image: url("../images/company/mv.png"); }

#recruit .mv-page {
  background-image: url("../images/recruit/mv.png"); }

#requirements .mv-page {
  background-image: url("../images/requirements/mv.png"); }

#contact .mv-page {
  background-image: url("../images/contact/mv.png"); }

#policy .mv-page {
  background-image: url("../images/policy/mv.png"); }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*	wrap
--------------------------------------*/
.wrap .item:first-child {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .wrap .item:first-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .wrap .item {
      width: -webki-calc((100% - 80px) / 2);
      width: calc((100% - 80px) / 2); } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .wrap .od {
      order: -1; } }

.wrap-pl {
  position: relative; }
  .wrap-pl .left {
    padding: 20px 15px;
    background: #fff; }
  .wrap-pl .right .pl_pict {
    position: relative; }

@media only screen and (min-width: 768px) {
  .wrap-pl {
    display: flex;
    align-items: center; }
    .wrap-pl .left {
      flex: 0 0 auto;
      margin: 0;
      width: 45%;
      padding: 30px 20px;
      z-index: 2; }
      .wrap-pl .left .inner {
        max-width: 500px;
        margin: 0 0 0 auto; }
    .wrap-pl .right {
      flex: 1 1 auto;
      transform: translateX(0);
      width: 55%; }
      .wrap-pl .right .pl_pict img {
        width: 100% !important;
        height: auto; }
    .wrap-pl .od {
      order: -1; } }
/*	clum-3
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .clum-3 {
    display: flex;
    justify-content: space-between; } }
.clum-3 .item {
  max-width: 720px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .clum-3 .item {
      width: 30%;
      width: -webki-calc((100% - 60px) / 3);
      width: calc((100% - 60px) / 3);
      margin: 0; } }

/*	clum-3w
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .clum-3w {
    display: flex; } }
.clum-3w .item {
  max-width: 720px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .clum-3w .item {
      width: 33.333%;
      width: -webki-calc(100% / 3);
      width: calc(100% / 3);
      margin: 0; } }

/*	clum-4
--------------------------------------*/
.clum-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .clum-4 {
      justify-content: flex-start; } }
  .clum-4 .item {
    width: 49%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .clum-4 .item {
        width: 24%;
        width: -webki-calc((100% - 48px) / 4);
        width: calc((100% - 48px) / 4);
        margin-left: 16px; }
        .clum-4 .item:nth-child(4n+1) {
          margin-left: 0; } }

/*	bnr-aera
--------------------------------------*/
.bnr-aera {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .bnr-aera {
      margin-bottom: 60px; } }
  .bnr-aera .bnr-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .bnr-aera .bnr-top {
        justify-content: flex-start;
        gap: 30px; } }
  .bnr-aera .bnr-btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .bnr-aera .bnr-btm {
        justify-content: flex-start;
        gap: 30px; } }
  .bnr-aera .item {
    width: 49%;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .bnr-aera .item {
        width: 24%;
        width: -webki-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3); } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#home .sec01 {
  position: relative; }
  #home .sec01::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 80%;
    background-color: #f3f2ee;
    z-index: -1; }
  #home .sec01 .txt-c {
    margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #home .sec01 .itali {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    #home .sec01 .pict-l {
      margin-right: 10%; } }

#home .sec02 .fig {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #home .sec02 .fig {
      margin-bottom: 30px; } }
#home .sec02 .clum-3 .pict {
  margin-bottom: 10px; }
#home .sec02 .clum-3 .set .nb {
  display: inline-block;
  position: relative;
  font-family: "Italianno", cursive;
  font-size: 1.8rem; }
  #home .sec02 .clum-3 .set .nb::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 1px;
    background: #362d1e; }
#home .sec02 .clum-3 .set .clum-3-tit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273); }

#home .sec03 .clum-3w .item .pict {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #home .sec03 .clum-3w .item .pict {
      margin-bottom: 20px; } }
#home .sec03 .clum-3w .item .set {
  text-align: center; }
  #home .sec03 .clum-3w .item .set .clum-3-tit {
    margin-bottom: 5px;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273); }

#home .news .tbl {
  width: 100%; }
  #home .news .tbl tr {
    border-bottom: 1px solid #e2e0d6; }
    #home .news .tbl tr:first-child {
      border-top: 1px solid #e2e0d6; }
  #home .news .tbl th {
    display: block;
    width: 100%;
    padding: 10px 10px 2px;
    font-family: "Italianno", cursive; }
    @media screen and (min-width: 768px) {
      #home .news .tbl th {
        display: table-cell;
        width: 180px;
        padding: 15px 10px 15px 20px; } }
  #home .news .tbl td {
    display: block;
    width: 100%;
    padding: 2px 10px 10px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #home .news .tbl td {
        display: table-cell;
        width: auto;
        padding: 15px 10px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* product.scss */
.mv_pro {
  position: relative;
  height: 300px;
  width: 100%; }
  .mv_pro::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 200px;
    height: 140px;
    margin: -70px 0 0 -100px;
    background-image: url("../images/home/mv_txt.svg");
    background-repeat: no-repeat;
    background-size: 200px auto; }

.cb_slideshow,
.cb_slideshow:after {
  width: 100%;
  height: 300px; }

@media only screen and (min-width: 768px) {
  .mv_pro {
    height: 500px;
    width: 100%; }
    .mv_pro::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 476px;
      height: 295px;
      margin: -100px 0 0 -238px;
      background-image: url("../images/home/mv_txt.svg");
      background-repeat: no-repeat;
      background-size: 476px 295px; }

  .cb_slideshow,
  .cb_slideshow:after {
    width: 100%;
    height: 500px; } }
.cb_slideshow li {
  position: relative; }

.cb_slideshow li span {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s; }

@media only screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 500px; } }
.cb_slideshow li .item {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s; }

@media only screen and (min-width: 768px) {
  .cb_slideshow li .item {
    height: 500px; } }
/*.cb_slideshow li .item .tit {
	font-family:'Times New Roman','Luchida Grande';
		font-size: 3rem;
		padding: 150px 0 0;
		margin-bottom: 20px;
		line-height: 1.5;
}
.cb_slideshow li .item p {
	font-family:'Times New Roman','Luchida Grande';
		font-size: 1.8rem;
		line-height: 1.5;
}
@media only screen and (min-width: 768px) {
.cb_slideshow li .item .tit {
		font-size: 3.6rem;
		padding: 250px 0 0;
		line-height: 2;
}
	.cb_slideshow li .item p {
		font-size: 2.4rem;
		line-height: 1.5;
}
}
*/
/*	style info : home
--------------------------------------*/
.home li:nth-child(1) span {
  background-image: url("../images/home/slide01.png"); }

.home li:nth-child(2) span {
  background-image: url("../images/home/slide02.png");
  animation-delay: 8s; }

.home li:nth-child(3) span {
  background-image: url("../images/home/slide03.png");
  animation-delay: 16s; }

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s; }

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s; }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  12% {
    opacity: 1;
    animation-timing-function: ease-out; }
  30% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes titleAnimation {
  0% {
    opacity: 0; }
  12% {
    opacity: 1; }
  30% {
    opacity: 1; }
  58% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.no-cssanimations .cb_slideshow li span {
  opacity: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#service .sec02 {
  position: relative; }
  #service .sec02::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 150px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #service .sec02::before {
        height: 250px; } }
  #service .sec02 .wrap {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #service .sec02 .wrap {
        margin-bottom: 60px; } }
    #service .sec02 .wrap .item .sub-tit {
      text-align: left; }
    #service .sec02 .wrap .item .button a {
      margin: 0; }

#service .sec03 {
  position: relative; }
  #service .sec03::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 150px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #service .sec03::before {
        height: 250px; } }

#service .sec04 .wrap {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #service .sec04 .wrap {
      margin-bottom: 60px; } }
  #service .sec04 .wrap .item .sub-tit {
    text-align: left; }
  #service .sec04 .wrap .item .button a {
    margin: 0; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#business .business-tit {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: calc(3rem + (1vw - 0.32rem) * 2.2727);
  /*3-5*/
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #362d1e; }

#business .sec01 .sub-tit .en {
  margin-top: 5px;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273); }
@media screen and (min-width: 768px) {
  #business .sec01 .mb {
    text-align: center; } }

#business .sec02 {
  position: relative; }
  #business .sec02::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 150px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #business .sec02::before {
        height: 250px; } }
  #business .sec02 .wrap {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #business .sec02 .wrap {
        margin-bottom: 60px; } }
    #business .sec02 .wrap .item .sub-tit {
      text-align: left; }
    #business .sec02 .wrap .item .button a {
      margin: 0; }

#business .sec03 {
  position: relative; }
  #business .sec03::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 150px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #business .sec03::before {
        height: 250px; } }

#business .sec04 {
  position: relative; }
  #business .sec04::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 150px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #business .sec04::before {
        height: 250px; } }
  #business .sec04 .wrap {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #business .sec04 .wrap {
        margin-bottom: 60px; } }
    #business .sec04 .wrap .item .sub-tit {
      text-align: left; }
    #business .sec04 .wrap .item .button a {
      margin: 0; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#recruit .sec02 .fig {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #recruit .sec02 .fig {
      margin-bottom: 50px; } }
#recruit .sec02 .line {
  margin-bottom: 12px;
  border: 1px solid #362d1e;
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    #recruit .sec02 .line {
      margin-bottom: 30px;
      padding: 20px 30px;
      text-align: center; } }
#recruit .sec02 .note {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    #recruit .sec02 .note {
      text-align: center; } }

.btn_area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px; }
  @media screen and (min-width: 768px) {
    .btn_area {
      gap: 40px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#requirements .sec01 .tbl {
  width: 100%; }
  #requirements .sec01 .tbl tr {
    border-bottom: 1px solid #e2e0d6; }
    #requirements .sec01 .tbl tr:first-child {
      border-top: 1px solid #e2e0d6; }
  #requirements .sec01 .tbl th {
    display: block;
    width: 100%;
    padding: 10px 10px 2px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #requirements .sec01 .tbl th {
        display: table-cell;
        width: 200px;
        padding: 20px 10px 20px 30px; } }
  #requirements .sec01 .tbl td {
    display: block;
    width: 100%;
    padding: 2px 10px 10px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #requirements .sec01 .tbl td {
        display: table-cell;
        width: auto;
        padding: 20px 10px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#company .sec01 {
  position: relative; }
  #company .sec01::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 100px;
    background-color: #f3f2ee;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #company .sec01::before {
        height: 200px; } }
  @media screen and (min-width: 768px) {
    #company .sec01 .pict-l {
      margin-right: 10%; } }

#company .sec02 .tbl {
  width: 100%; }
  #company .sec02 .tbl tr {
    border-bottom: 1px solid #e2e0d6; }
    #company .sec02 .tbl tr:first-child {
      border-top: 1px solid #e2e0d6; }
  #company .sec02 .tbl th {
    display: block;
    width: 100%;
    padding: 10px 10px 2px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #company .sec02 .tbl th {
        display: table-cell;
        width: 200px;
        padding: 20px 10px 20px 30px; } }
  #company .sec02 .tbl td {
    display: block;
    width: 100%;
    padding: 2px 10px 10px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #company .sec02 .tbl td {
        display: table-cell;
        width: auto;
        padding: 20px 10px; } }
    #company .sec02 .tbl td a {
      border-bottom: 1px solid #362d1e; }
      #company .sec02 .tbl td a:hover {
        border-bottom: 1px solid #c0bba7; }

.contact_sec01 .con_info {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
  margin-bottom: 30px; }
  .contact_sec01 .con_info .txt {
    margin-bottom: 15px; }
  .contact_sec01 .con_info .tel_nb {
    text-align: center; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      display: inline-block;
      position: relative;
      font-family: lato;
      font-size: 2.2rem;
      font-weight: 500;
      margin-left: 4rem;
      margin-bottom: 8px; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'tel';
        top: 0;
        left: 0;
        margin-left: -4rem;
        color: #362d1e;
        font-family: lato; }
  .contact_sec01 .con_info .time {
    text-align: center; }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/ }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    .contact_sec01 .cons_form_wrap .contact_tbl th .req {
      display: inline-block;
      padding: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #362d1e; }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap {
      display: flex;
      gap: 0 8px;
      margin-bottom: 2px; }
      .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item {
        width: -webki-calc((100% - 16px) / 3);
        width: calc((100% - 16px) / 3); }
        .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
          width: 50px; }
          @media screen and (min-width: 768px) {
            .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
              width: 80px; } }
  .contact_sec01 .cons_form_wrap .contact_tbl tr {
    border-bottom: 1px dashed #e2e0d6; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }
    .contact_sec01 .cons_form_wrap .approval a {
      display: inline-block;
      color: #362d1e;
      border-bottom: 1px solid #362d1e; }

@media only screen and (min-width: 768px) {
  .contact_sec01 .con_info {
    padding: 45px 25px;
    text-align: center; }
    .contact_sec01 .con_info .txt {
      margin-bottom: 30px; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      font-size: 2.4rem; }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px;
      /*				.req {
      					display: inline-block;
      					background: #fc0d1b;
      					padding: 2px 15px 2px;
      					margin-left: 5px;
      					color: #fff;
      					font-family: RodinPro-DB;
      					font-size: 1.3rem;
      				}
      */ }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

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

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  /*background: #eee;*/
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input[type=checkbox], input[type=radio] {
  font-size: 14px;
  margin-bottom: 5px; }

label {
  display: block; }
  @media only screen and (min-width: 768px) {
    label {
      display: inline-block;
      margin-right: 10px; } }

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px; }

.mwform-radio-field input {
  margin-bottom: 7px; }

input[type="submit"], input[type="button"] {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #362d1e;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  input[type="submit"], input[type="button"] {
    display: block;
    width: 270px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #362d1e;
    font-size: 16px; } }
input[type="submit"].apbtn_right {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #362d1e;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  input[type="submit"].apbtn_right {
    font-size: 16px;
    width: 270px; }

  input[type="submit"], input[type="button"] {
    font-size: 16px; } }
input[type="submit"]:hover, input[type="button"]:hover {
  background: #362d1e;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 30px; }

@media only screen and (min-width: 768px) {
  .form_btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 30px; } }
/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 300px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form_btn_sc .item_btn {
      width: 280px; }

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 280px; } }
select.sl_arrow {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

select.sl_arrow {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select.sl_arrow:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px; }
  .thanks_in .thanks_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .thanks_in .txt {
    margin-bottom: 30px; }
  .thanks_in .thsanks_cv_in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .thanks_in .thsanks_cv_in .left {
      text-align: center;
      margin-bottom: 30px; }
    .thanks_in .thsanks_cv_in .right .tel_nb {
      text-align: center;
      padding-left: 30px; }
      .thanks_in .thsanks_cv_in .right .tel_nb span {
        display: inline-block;
        position: relative;
        font-size: 2.5rem; }
        .thanks_in .thsanks_cv_in .right .tel_nb span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: -50px;
          display: block;
          width: 46px;
          height: 30px;
          margin-top: -15px;
          background-repeat: no-repeat;
          background-image: url(../images/common/ico_free_w.png);
          background-size: 46px 30px; }
    .thanks_in .thsanks_cv_in .right .txt {
      text-align: center; }

@media only screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px; }
    .thanks_in .thanks_tit {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 100px; }
    .thanks_in .thanks_txtarea {
      text-align: center; }
      .thanks_in .thanks_txtarea .txt {
        display: inline-block;
        text-align: left;
        margin-bottom: 60px; }
    .thanks_in .thsanks_cv_in {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .thanks_in .thsanks_cv_in .left {
        width: 50%;
        margin-bottom: 0; }
      .thanks_in .thsanks_cv_in .right {
        width: 50%;
        padding-top: 10px; }
        .thanks_in .thsanks_cv_in .right .tel_nb {
          text-align: center;
          padding-left: 30px; }
          .thanks_in .thsanks_cv_in .right .tel_nb span {
            font-size: 3rem; }
        .thanks_in .thsanks_cv_in .right .txt {
          text-align: center; } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-1.8*/
/*2-2.4*/
/*1.4-1.6*/
/*1.8-2*/
/*2-4*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.policy_wrap {
  padding: 35px 0 45px; }
  .policy_wrap .policy_fst {
    margin-bottom: 35px; }
    .policy_wrap .policy_fst .policy_tit {
      text-align: center;
      font-size: 1.8rem;
      line-height: 1.25;
      margin-bottom: 15px; }
    .policy_wrap .policy_fst .policy_txt {
      margin-bottom: 10px; }
    .policy_wrap .policy_fst ul {
      margin-left: 20px; }
      .policy_wrap .policy_fst ul .li {
        padding-left: 2em;
        text-indent: -2em; }

.policy_wrap .policy_sec {
  margin-bottom: 25px; }
  .policy_wrap .policy_sec .policy_sec_tit {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 17px; }
  .policy_wrap .policy_sec .policy_list ul {
    margin: 20px 0 20px 20px; }
    .policy_wrap .policy_sec .policy_list ul li {
      padding-left: 2em;
      text-indent: -2em; }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px; }
    .policy_wrap .policy_fst {
      margin-bottom: 50px; }
      .policy_wrap .policy_fst .policy_tit {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        margin-bottom: 15px; }
      .policy_wrap .policy_fst .policy_txt {
        margin-bottom: 15px; }

  .policy_wrap .policy_sec {
    margin-bottom: 45px; }
    .policy_wrap .policy_sec .sign {
      text-align: right;
      margin-top: 50px; } }
