@charset "UTF-8";

/*============================================================
font-face
============================================================*/

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/YakuHanJP/YakuHanJP-Regular.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.eot);
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/YakuHanJP/YakuHanJP-Medium.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Medium.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Medium.eot);
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/YakuHanJP/YakuHanJP-Bold.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

/* icon */
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/fontawesome-webfont.eot?v=4.6.3');
  src: url('icons/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('icons/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('icons/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('icons/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right::after {
  content: "\f105";
}

.fa-phone::before {
  content: "\f095";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-chevron-circle-right::after {
  content: "\f138";
}

.fa-chevron-down::after {
  content: "\f078";
}

.fa-external-link::after {
  content: "\f08e";
  margin: 0 3px;
}

.fa-map-marker::before {
  content: "\f041";
}

/*============================================================
reset
============================================================*/
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,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}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;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}


/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  -ms-overflow-style:none;
}

body {
  background: #000;
  min-width: 1000px;
  font-family: "YakuHanJP", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #c8c8c9;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

.en {
  font-family: 'Montserrat', sans-serif !important;
}

.mac body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.windows body h2,
.windows body .title,
.windows body p,
.windows body li,
.windows body dt,
.windows body dd {
  transform: rotate(0.001deg);
}

main {
  display: block;
  padding-top: 100px;
}

/*#top main {
  padding: 0;
}
*/
section {
  position: relative;
}

h1, h2, h3, h4, h5, th {
  font-weight: 500;
  line-height: 1.4;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #ed7a53;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

img.img-r {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.box-r {
  border-radius: 15px;
  -webkit-border-radius: 15px;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.windows .object-fit-img img {
  font-family: 'object-fit: cover; object-position: bottom;'
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

/* テキストハイライト */
*::selection {
  background: rgba(255, 126, 83, .3);
}
*::-moz-selection {
  background: rgba(255, 126, 83, .3);
}

/*============================================================
汎用クラス
============================================================*/

#wrapper {
  overflow-x: hidden;
}

.inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

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

section > .inner {
  padding-bottom: 100px;
}

/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

.center,
.pcCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.notice.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 25px;
  font-size: 13px;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

.p0 {padding: 0 !important;}
.p10 {padding: 10px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}
.p40 {padding: 40px !important;}
.p50 {padding: 50px !important;}

.pt0  {padding-top:0px !important;}
.pt10  {padding-top:10px !important;}
.pt15  {padding-top:15px !important;}
.pt20  {padding-top:20px !important;}
.pt25  {padding-top:25px !important;}
.pt30  {padding-top:30px !important;}
.pt35  {padding-top:35px !important;}
.pt40  {padding-top:40px !important;}
.pt50  {padding-top:50px !important;}

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}
.mb90  {margin-bottom:90px !important;}
.mb100  {margin-bottom:100px !important;}

.mt0   {margin-top:0px !important;}
.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}
.mt100  {margin-top:100px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}
.mr50  {margin-right:50px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}
.ml50  {margin-left:50px !important;}
.ml60  {margin-left:60px !important;}
.ml70  {margin-left:70px !important;}
.ml80  {margin-left:80px !important;}
.ml90  {margin-left:90px !important;}
.ml100  {margin-left:100px !important;}

.fz13  {font-size: 13px;}
.fz14  {font-size: 14px;}
.fz16  {font-size: 16px;}
.fz18  {font-size: 18px;}
.fz20  {font-size: 20px;}
.fz22  {font-size: 22px;}
.fz24  {font-size: 24px;}
.fz26  {font-size: 26px; line-height: 1.8;}
.fz28  {font-size: 28px; line-height: 1.6;}
.fz32  {font-size: 32px;}
.fz42  {font-size: 42px;}
.fz50  {font-size: 50px;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}

.w420 { width: 420px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w780 { width: 780px; }
.w800 { width: 800px; }
.w900 { width: 900px; }

.bg-org {
  background: #ed7a53;
  color: #000;
}

.bg-gry {
  background: #333333;
  color: #999;
}

.bg-blk {
  background: #000;
  color: #999;
}

.txt-color {
  color: #ed7a53;
}

.page-title {
  font-size: 36px;
  color: #ed7a53;
  text-align: center;
  line-height: 1;
}

.sub-title {
  font-size: 24px;
  text-align: center;
}

.page-title + .sub-title {
  margin: 20px auto 40px;
}

.page-head {
  margin: 60px auto 0;
  padding: 0;
}

.page-head.box {
  background: rgba(0,0,0,.8);
  width: 700px;
  margin: -80px auto 0;
  padding: 30px 0 0;
  position: relative;
  z-index: 4;
}

.sec-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

.sec-title.bg {
  background: url(../images/common/title-bg01.png) no-repeat center / contain;
  width: auto;
  height: 130px;
  margin: 0 auto 40px;
  position: relative;
}

.sec-title span {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.title {
  font-size: 22px;
  font-weight: 500;
  color: #ff7e53;
  line-height: 1.6;
  margin: 20px auto;
}

.page-nav {
  margin-top: 100px;
}

.page-nav ul {
  width: 900px;
  text-align: center;
  margin: 0 auto;
}

.page-nav ul li {
  display: inline-block;
}

.page-nav ul li + li {
  margin-left: 15px;
}

.page-nav ul li + li::before {
  content: "／";
  color: #ff7f53;
}

.page-nav ul li {
  font-size: 20px;
}

.page-nav ul li a {
  color: #c8c8c9;
}

.page-nav ul li + li a {
  padding-left: 15px;
}

.page-nav ul li a:hover {
  color: #ff7f53;
}

.colum2, .colum3, .colum4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colum3 li {
  width: 280px;
  margin-left: 30px;
}

.colum3 li:nth-child(3n+1) {
  margin-left: 0;
}

.colum3 li:nth-child(n+4) {
  margin-top: 30px;
}

.colum2 li {
  width: 420px;
  margin-left: 60px;
}

.colum2 li:nth-child(n+3) {
  margin-top: 60px;
}
.colum2 li:nth-child(2n+1) {
  margin-left: 0;
}

dl.ptn01 dt {
  background: #000;
  width: 80px;
  height: 80px;
  color: #ed7a53;
  text-align: center;
  line-height: 1.5;
  float: left;
  clear: both;
  margin-top: 40px;
  position: relative;
}

dl.ptn01 dd {
  width: 800px;
  padding-left: 20px;
  float: left;
  margin-top: 40px;
  position: relative;
  top: -5px;
}

dl.ptn01 dt span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.target {
  padding-top: 100px;
  margin-top: -100px;
  display: block;
}

table.common {
  width: 100%;
  border-bottom: solid 2px #ed7a53;
}

table.common tr {
  border-top: solid 2px #ed7a53;
  line-height: 1.8;
}

table.common th,
table.common td {
  vertical-align: middle;
  padding: 40px 0;
}

table.common th {
  width: 250px;
  color: #ed7a53;
  line-height: 2;
}

.flow {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.flow::before {
  content: "";
  height: 100%;
  border-left: solid 5px #ff7e53;
  position: absolute;
  left: 50%;
  z-index: -1;
}

.flow ul li {
  background: #ffcbba;
  color: #000;
  border-radius: 20px;
  padding: 40px;
}

.flow li + li {
  margin-top: 50px;
}

.flow ul li .title {
  color: #000;
  text-align: center;
  margin: 0;
}

.flow ul li .title + p {
  margin-top: 20px;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.btn a {
  color: #ed7a53;
  border: solid 2px #ed7a53;
  padding: 20px 50px;
  display: block;
}

.btn.blk a {
  color: #000;
  border: solid 2px #000;
}

.btn-arrow {
  width: 80px;
  height: 10px;
  position: absolute;
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.btn-arrow::before {
  content: "";
  background: #ed7a53;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.btn-arrow::after {
  content: "";
  background: #ed7a53;
  width: 14px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.btn.blk .btn-arrow::before,
.btn.blk .btn-arrow::after {
  background: #000;
}

.btn a:hover .btn-arrow {
  right: -65px;
}

.btn-text {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.btn-text a {
  padding-right: 30px;
}

.btn-text .btn-arrow {
  right: -65px;
}

.btn-text a:hover .btn-arrow {
  right: -75px;
}

.bg-ptn:nth-child(odd) {
  background: #3e3a39;
}

.bg-ptn .inner {
  padding: 0;
  z-index: 3;
}

.bg-ptn01 .inner {
  padding: 200px 0 250px;
}

.bg-ptn + .bg-ptn {
  padding: 0 0 250px;
}

.bg-ptn.p0 {
  padding: 0 !important;
}

.bg-ptn::after {
  content: '';
  width: 2000px;
  height: 215px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.bg-ptn01::before {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
  content: '';
  width: 2000px;
  height: 215px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
}

.bg-ptn01::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

.bg-ptn02::after {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center / 2000px auto;
}

.bg-ptn03::after {
  background: url(../images/common/ptn-bg04.jpg) no-repeat center / 2000px auto;
}

.bg-ptn04::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

.bg-ptn05::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

.bg-ptn06::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

.badge {
  position: relative;
}

.badge-icon {
  background: url(../images/common/icon-badge.png) no-repeat left top / 225px auto;
  width: 265px;
  height: 175px;
  position: absolute;
  right: -100px;
  top: -50px;
  z-index: 2;
}

.badge-icon p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*============================================================
header
============================================================*/

#header {
  background: #000;
  width: 100%;
  min-width: 1100px;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 5;
}

/*#top #header {
  background: transparent;
}*/

#header .logo {
  width: 220px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9999;
}

#header #fix-nav {
  background: #000;
  height: 100px;
  line-height: 100px;
  position: absolute;
  right: 100px;
}

#header #fix-nav ul li {
  float: left;
  position: relative;
  z-index: 9999;
}

#header #fix-nav ul li a {
  font-size: 15px;
  padding: 0 15px;
  position: relative;
}

#header #fix-nav ul li + li a::before {
  content: "";
  border-left: solid 1px #ed7a53;
  position: absolute;
  height: 60%;
  top: 25%;
  left: 0px;
  margin: auto;
}

#header #fix-nav ul li span {
  display: inline-block !important;
}

#btn-menu {
  display: block;
  width: 100px;
  height: 20px;
  float: right;
  position: relative;
  z-index: 999999;
  height: 100px;
  background: #000;
  top: 0;
  right: 0;
}

#btn-menu a {
  position: absolute;
  display: block;
  width: 45px;
  height: 20px;
  text-decoration: none;
  border-bottom: none;
  line-height: 65px;
  font-weight: normal;
  font-size: 9px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#top #btn-menu a {
  color: #fff;
}

.menu-trigger,
.menu-trigger i {
  display: inline-block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 20px;
}

.menu-trigger.active {
  color: #fff;
}

.menu-trigger i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c8c8c9;
}

/*#top .menu-trigger i {
  background-color: #fff;
}*/

.menu-trigger i:nth-of-type(1) { top: 0px; }
.menu-trigger i:nth-of-type(2) { top: 10px; display: none; }
.menu-trigger i:nth-of-type(3) { bottom: 0px; }

.menu-trigger.active i:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background-color: #c8c8c9;
}
.menu-trigger.active i:nth-of-type(2) { opacity: 0; }
.menu-trigger.active i:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  background-color: #c8c8c9;
}

#globalNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  color: #fff;
  font-weight: 700;
  -webkit-perspective: 500px;
  perspective: 500px;
  pointer-events: none;
}

#globalNav.hidden { display: none; }

#globalNav > ul { margin-top: 60px; }

#globalNav #menu li {
  width: 100%;
  margin: 0 30px;
  display: block;
}

.win #globalNav #menu li {
  transform: rotate(0.001deg);
}

#globalNav #menu li a {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  /*letter-spacing: .1em;*/
  padding: 5px 0 0;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

#globalNav #menu li a span {
  font-size: 12px;
}

.kigo {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  width: 60px;
}

.lacquerware .rotate:nth-of-type(1) {
  margin: 0 0 10px;
}

.lacquerware .rotate:nth-of-type(2) {
  margin: 0 0 5px;
}

.lacquerware .rotate:nth-of-type(3) {
  margin: 0 0 5px;
}

.lacquerware .rotate:nth-of-type(4) {
  margin: 0 0 3px;
}

.lacquerware .rotate:nth-of-type(5) {
  margin: 0 0 3px;
}

.win .rotate {
  width: auto;
  position: relative;
  top: -50px;
}

.win .lacquerware .rotate:nth-of-type(1) {
  margin: 0 0 17px;
}

.win .lacquerware .rotate:nth-of-type(2) {
  margin: 0px;
}

.win .lacquerware .rotate:nth-of-type(3) {
  margin: 0 0 5px;
}

.win .lacquerware .rotate:nth-of-type(4) {
  margin: 0px;
}

.win .lacquerware .rotate:nth-of-type(5) {
  margin: 0px;
}

@-moz-document url-prefix() {
  .win .rotate {
  width: auto;
  position: relative;
  top: 0;
}
}

@-moz-document url-prefix() {
  .win .lacquerware .rotate:nth-of-type(1) {
  margin: 0 0 10px !important;
}
}

@-moz-document url-prefix() {
  .win .lacquerware .rotate:nth-of-type(2) {
  margin: 0 0 5px !important;
}
}

@-moz-document url-prefix() {
  .win .lacquerware .rotate:nth-of-type(3) {
  margin: 0 0 5px !important;
}
}

@-moz-document url-prefix() {
  .win .lacquerware .rotate:nth-of-type(4) {
  margin: 0 0 3px !important;
}
}

@-moz-document url-prefix() {
  .win .lacquerware .rotate:nth-of-type(5) {
  margin: 0 0 3px !important;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .win .rotate {
  width: auto;
  position: relative;
  top: 0px;
}

  .win .lacquerware .rotate:nth-of-type(1) {
  margin: 0 0 10px;
}

  .win .lacquerware .rotate:nth-of-type(2) {
  margin: 0 0 5px;
}

  .win .lacquerware .rotate:nth-of-type(3) {
  margin: 0 0 5px;
}

  .win .lacquerware .rotate:nth-of-type(4) {
  margin: 0 0 3px;
}

  .win .lacquerware .rotate:nth-of-type(5) {
  margin: 0 0 3px;
}
}

@supports (-ms-ime-align:auto) {
.win .rotate {
  width: auto;
  position: relative;
  top: -50px;
}

.win .lacquerware .rotate:nth-of-type(1) {
  margin: 0 0 17px;
}

.win .lacquerware .rotate:nth-of-type(2) {
  margin: 0px;
}

.win .lacquerware .rotate:nth-of-type(3) {
  margin: 0 0 5px;
}

.win .lacquerware .rotate:nth-of-type(4) {
  margin: 0px;
}

.win .lacquerware .rotate:nth-of-type(5) {
  margin: 0px;
}
}

.gnav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.gnav-body-in {
  width: 60%;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navRight {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.navRight ul li img {
  display: none;
}

.navLeft {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.navLeft .gnav-parents,
.navLeft .gnav-parents-in,
.navLeft .gnav-parents-in #sideBg {
  width: 100%;
  height: 100%;
}

#sideBg {
  background-image: url("../images/common/bg-gnav.jpg");
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  position: absolute;
}

#sideBg:before {
  background-color: rgba(0,0,0,.2);
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.fade {
  -webkit-animation: fade .5s ease-in-out forwards;
 animation: fade .5s ease-in-out forwards;
}

@-webkit-keyframes fade {
 0% {
  opacity:0;
  transform:scale(1.035);
 }
 100% {
  opacity:1;
  transform:scale(1);
 }
}

@keyframes fade {
 0% {
  opacity:0;
  transform:scale(1.035);
 }
 100% {
  opacity:1;
  transform:scale(1);
 }
}

#globalNav.active #sideBg {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gnav-parents {
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navRight .gnav-parents {
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  z-index: 9;
}

.gnav-parents-in {
  box-sizing: border-box;
}

.gnav {
  margin-right: auto;;
  margin-left: auto;
}

.gnav-menu {
  margin: 0;
  padding: 0;
}

.gnav-menu-item {
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .15em;
}

#globalNav.active {
  pointer-events: auto;
}

#globalNav.active .gnav-parents {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

#globalNav.active .gnav-parents-in {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

#globalNav.active .gnav {
  /*width: 100px;*/
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*#globalNav.active .gnav-children {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}*/

#globalNav.active .gnav-bg-children {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}


.gnav {
  opacity: 0;
  /*-webkit-transform: translate3d(0, 0, 50px);
  transform: translate3d(0, 0, 50px);*/
}

#globalNav.active ul li {
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

/*#globalNav.active ul li:nth-of-type(1) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}*/

#globalNav.active ul li:nth-of-type(1) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
}

#globalNav.active ul li:nth-of-type(2) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
}

#globalNav.active ul li:nth-of-type(3) {
  -webkit-transition-delay: .26s;
  transition-delay: .26s;
}

#globalNav.active ul li:nth-of-type(4) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#globalNav.active ul li:nth-of-type(5) {
  -webkit-transition-delay: .34s;
  transition-delay: .34s;
}

#globalNav.active ul li:nth-of-type(6) {
  -webkit-transition-delay: .38s;
  transition-delay: .38s;
}

#globalNav.active ul li:nth-of-type(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s;
}

#globalNav.active ul li:nth-of-type(9) {
  -webkit-transition-delay: .46s;
  transition-delay: .46s;
}

#globalNav.active ul li:nth-of-type(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#globalNav.active ul li:nth-of-type(11) {
  -webkit-transition-delay: .54s;
  transition-delay: .54s;
}

#globalNav.active ul li:nth-of-type(12) {
  -webkit-transition-delay: .58s;
  transition-delay: .58s;
}

#globalNav.active ul li:nth-of-type(13) {
  -webkit-transition-delay: .62s;
  transition-delay: .62s;
}

#globalNav.active ul li:nth-of-type(14) {
  -webkit-transition-delay: .66s;
  transition-delay: .66s;
}

#globalNav.active ul li:nth-of-type(15) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

#globalNav.active ul li:nth-of-type(16) {
  -webkit-transition-delay: .74s;
  transition-delay: .74s;
}

#globalNav.active ul li:nth-of-type(17) {
  -webkit-transition-delay: .78s;
  transition-delay: .78s;
}

#globalNav.active ul li:nth-of-type(18) {
  -webkit-transition-delay: .82s;
  transition-delay: .82s;
}

#globalNav.active ul li:nth-of-type(19) {
  -webkit-transition-delay: .86s;
  transition-delay: .86s;
}

#globalNav.active ul li:nth-of-type(20) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

#gnav-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: #000;*/
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

#gnav-bg.active {
  background: #000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#gsubNav {
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  /*-webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);*/

  /*-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);*/
  left: 0;
  right: 0;
  padding: 40px 20px 0;
  margin: auto;
}

#globalNav.active #gsubNav {
  opacity: 1;
  text-align: center;
  position: absolute;
  bottom: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#gsubNav ul li {
  /*display: inline-block;*/
  margin: 0 8px 2px;
  float: none;
}

#gsubNav ul li#facebook,
#gsubNav ul li#instagram {
  position: relative;
  top: 3px;
}

#gsubNav ul li img {
  width: 20px;
  display: block;
}

.win #gsubNav ul li  {
  transform: rotate(0.001deg);
}

/*#gsubNav ul li:first-child {
  display: block;
  text-align: center;
  margin: 0 0 8px;
}*/

#gsubNav ul li {
  display: inline-block;
}

#gsubNav ul li a {
  font-size: 11px;
}

/* ヘッダー改修 250618 */
.mid-nav {
  width: 39vw;
  min-width: 400px;
  position: absolute;
  left: 270px;
}

.mid-nav > ul {
  display: flex;
  align-items: flex-start;
}

.mid-nav ul li {
  width: calc(100% / 3);
}

.mid-nav ul li a {
  background: #D75D3A;
  height: 100px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mid-nav ul li a:hover {
  color: #fff;
}

.mid-nav ul li a i {
  width: 50px;
  height: 40px;
  margin-right: 10px;
  display: block;
}

.mid-nav ul li:nth-child(1) a i {
  background: url(../images/common/icon-nav-gym-blk.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(2) a i {
  background: url(../images/common/icon-nav-food-blk.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(3) a i {
  background: url(../images/common/icon-nav-spa-blk.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(1) a:hover i {
  background: url(../images/common/icon-nav-gym-wht.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(2) a:hover i {
  background: url(../images/common/icon-nav-food-wht.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(3) a:hover i {
  background: url(../images/common/icon-nav-spa-wht.png) no-repeat center / contain;
}

.mid-nav ul li a p {
  font-size: 13px;
  line-height: 1.4;
}

.mid-nav ul li a .en {
  font-size: 18px;
  display: block;
}

.sub-nav {
  background: rgba(35, 24, 21, .7) !important;
  padding: 5px 0;
}

.sub-nav li {
  width: 100% !important;
}

.sub-nav li a {
  background: none !important;
  color: #fff !important;
  height: auto !important;
  padding: 5px 0 5px 23px;
  justify-content: flex-start !important;
}

/*============================================================
footer
============================================================*/

#footer-nav01 {
  background: #000;
  width: 100%;
  height: 420px;
  position: relative;
}

#footer-nav01 ul {
  font-size: 0;
}

#footer-nav01 ul li {
  width: 33.33%;
  text-align: center;
  float: left;
  position: relative;
}

#footer-nav01 ul li::before {
  content: "";
  height: 80%;
  border-left: solid 1px #959595;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#footer-nav01 ul li:nth-child(n+4)::after {
  content: "";
  width: 80%;
  border-top: solid 1px #959595;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#footer-nav01 ul li:nth-child(3n+1)::before {
  border-left: none;
}

#footer-nav01 ul li a {
  padding: 50px 0;
  display: block;
}

.footer-nav01-wrap {
  text-align: center;
}

.footer-nav01-wrap .icon {
  width: 45px;
  margin: 0 auto;
}

.footer-nav01-wrap .text {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  position: relative;
}

.footer-nav01-wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


#footer-nav02 {
  background: url(../images/common/footer-nav02-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 930px;
  position: relative;
}

.footer-nav02-box {
  background: rgba(0,0,0,.5);
  width: 1000px;
  height: auto;
  padding: 20px 0;
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-nav02-box ul {
  font-size: 0;
}

.footer-nav02-box ul li {
  width: 25%;
  font-size: 14px;
  text-align: center;
  float: left;
  position: relative;
}

.footer-nav02-box ul li span {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.footer-nav02-box ul li span::after {
  content: "";
  width: 95px;
  border-bottom: solid 1px #959595;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-nav02-box ul li a {
  color: #959595;
  padding: 40px 0;
  display: block;
}

.footer-nav02-box ul li a:hover {
  color: #ff7e53;
}

.footer-nav02-box ul li a:hover span::after {
  border-bottom: solid 1px #ff7e53;
}

.footer-top {
  background: url(../images/common/footer-top.png) no-repeat center / 2000px 220px;
  width: 100%;
  height: 220px;
  margin-top: -100px;
  position: relative;
}

#footer {
  width: 100%;
  color: #808080;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}

.footer-nav ul {
  font-size: 18px;
  margin: 20px 0 30px;
}

.footer-nav ul li {
  display: inline-block;
}

.footer-nav ul li + li {
  margin-left: 30px;
}

#footer .fa-envelope {
  margin-right: 8px;
}

#footer .fa-map-marker {
  margin-right: 6px;
}

#footer .fa-external-link::after {
  font-size: 11px;
}

#footer-logo {
  width: 260px;
  margin: 10px auto 0;
}

.sns {
  margin: 20px 0 30px;
}

.sns ul {
  text-align: center;
}

.sns li {
  line-height: 1.1;
  display: inline-block;
}

.sns li + li {
  margin-left: 10px;
}

.sns li.icon {
  width: 20px;
}

.footer-nav-etc {
  margin-top: 35px;
}

.footer-nav-etc li {
  display: inline-block;
}

.footer-nav-etc li + li {
  margin-left: 13px;
}

.footer-nav-etc li a {
  font-size: 13px;
  color: #808080;
}

#footer .inner {
  padding: 0;
}

#copyright {
  font-size: 10px;
  text-align: left;
  margin-top: 20px;
}

#pageTop {
  border-top: solid 2px #ff7e53;
  border-left: solid 2px #ff7e53;
  display: block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}

/* 190709追記 */
.banner-recruit {
  width: 260px;
}

/*============================================================
#top
============================================================*/

#top #main-visual {
  background: url(../images/top/main.jpg) no-repeat center / cover;
  height: 800px;
  position: relative;
}

#top #main-visual::before {
  content: '';
  display: block;
  background: rgba(211, 90, 36, .5);
  height: 4px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  bottom: -150px;
}

#top #main-visual::after {
  content: '';
  display: block;
  background: rgba(211, 90, 36, .5);
  height: 4px;
  width: 100%;
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  position: absolute;
  bottom: -600px;
}

#main-color {
  background: url(../images/top/main-color.jpg) no-repeat center / cover;
  height: 800px;
  position: relative;
  opacity: 0;
}

#main-copy {
  width: 250px;
  height: 440px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#top #main-visual .text span {
  display: inline-block;
  padding: 0 75px;
}

#top #main-visual .btn {
  width: 370px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

#top #main-visual .btn a {
  padding: 20px;
}

#top #main-visual .text-ex {
  text-align: center;
  position: relative;
  bottom: 160px;
}

#top #main-visual .btn img {
  margin-right: 10px;
  width: 30px;
}

#top #main-visual .btn p {
  padding-left: 30px;
  position: relative;
}

#top #main-visual .btn p::before {
  content: "";
  background: url(../images/icon_pdf.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

#countdown-wrap {
  padding-top: 250px;
}

#countdown {
  min-width: 900px;
  text-align: center;
  overflow: hidden;
}

#countdown div {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 114px;
  overflow: hidden;
}

#countdown div img {
  position: absolute;
  top: 0;
  left: 0;
}

.w40 {
  width: 40px !important;
}

#main-visual .pc {
display: inline-block !important;
}

#countdown + p {
min-width: 960px;
}

.none {
  display: none !important;
}

#top-info {
  width: 900px;
  margin: 140px auto 150px;
}

#top #top-lead .pcLeft {
  font-size: 100px;
  letter-spacing: 10px;
}

#top #top-lead .pcRight {
  width: 390px;
}

.cover {
  position: relative;
}

.cover .inner {
  height: 100%;
}

#top .text-wrap {
  width: 390px;
}

#top .text-wrap .btn-text {
  font-size: 42px;
  margin-bottom: 30px;
}

#top-machine {
  background: url(../images/top/bg-machine.jpg) no-repeat center / cover;
  width: 100%;
  height: 900px;
  position: relative;
}

#top-machine::before {
  background: #1a1a1a;
  content: '';
  width: 50%;
  height: 300px;
  position: absolute;
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
  bottom: -510px;
}

#top-machine::after {
  background: #ff7e53;
  content: '';
  width: 50%;
  height: 300px;
  position: absolute;
  -webkit-transform: skewY(-35deg);
  transform: skewY(-35deg);
  bottom: -450px;
  right: 0;
}

#top-machine .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}

#top-highaltitude {
  width: 100%;
  height: 600px;
  margin-top: 200px;
  overflow: hidden;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#top-highaltitude::before {
  /*background: rgba(0,0,0,.3);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;*/
}

#top-highaltitude .text-wrap {
  position: absolute;
  right: 0;
  top: 200px;
}

#top-highaltitude .bg {
  background: url(../images/top/bg-highaltitude.jpg) no-repeat center / cover;
  height: 900px;
  position: relative;
  top: -150px;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

#top-personal {
  width: 100%;
  height: 600px;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

#top-personal::after {
  background: rgba(0,0,0,.5);
  content: '';
  width: 50%;
  height: 300px;
  position: absolute;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
  top: -305px;
}

#top-personal .bg {
  background: url(../images/top/bg-personal.jpg) no-repeat center / cover;
  height: 900px;
  position: relative;
  top: -150px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#top-personal .text-wrap {
  position: absolute;
  left: 0;
  top: 350px;
}

#top-studio {
  width: 100%;
  height: 600px;
  margin-top: 200px;
/*  overflow: hidden;*/
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#top-studio::before {
  content: '';
  display: block;
  background: #ff7e53;
  height: 500px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(5deg);
  position: absolute;
  top: -475px;
  left: 0;
  z-index: 1;
}

#top-studio .bg {
  background: url(../images/top/bg-studio.jpg) no-repeat center / cover;
  height: 900px;
  position: relative;
  top: -150px;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

#top-studio .text-wrap {
  position: absolute;
  right: 0;
  top: 250px;
}

#top-food {
  width: 100%;
  height: 600px;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

#top-food .bg {
  background: url(../images/top/bg-food.jpg) no-repeat center / cover;
  height: 900px;
  position: relative;
  top: -150px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

#top-food .text-wrap {
  position: absolute;
  left: 0;
  top: 350px;
}

#top-spa {
  width: 100%;
  height: 900px;
  margin-top: 100px;
/*  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);*/
}

#top-spa::before {
  content: '';
  display: block;
  background: #1a1a1a;
  height: 950px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  top: -820px;
  left: 0;
  z-index: 1;
}

#top-spa .bg {
  background: url(../images/top/bg-spa.jpg) no-repeat center / cover;
  height: 900px;
  position: relative;
  /*top: -150px;*/
/*  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);*/
}

#top-spa .text-wrap {
  position: absolute;
  left: 0;
  bottom: 150px;
}

/*============================================================
#experience
============================================================*/

#experience .bgbox03.bg-org,
.entry-top .bgbox03.bg-org {
  padding: 20px 0 100px;
  position: relative;
  z-index: 1;
}

#experience .bgbox03.bg-org .inner,
.entry-top .bgbox03.bg-org .inner {
  padding: 20px 0 40px;
}

.experience-top .bgbox04.bg-gry::before {
  content: '';
  display: block;
  background: #1a1a1a;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  top: -170px;
  left: 0;
}

.entry-top .bgbox04.bg-blk,
.entry-top .bgbox04.bg-blk .inner,
.experience-top .bgbox04.bg-gry,
.experience-top .bgbox04.bg-gry .inner {
  -webkit-transform: none;
  transform: none;
}

.entry-top .bgbox04.bg-blk {
  margin-top: 0;
  position: relative;
}

.experience-top .bgbox04.bg-gry {
  margin-top: -150px;
  padding: 200px 0 350px;
  position: relative;
}

.page-heading {
  margin-top: 50px;
}

.page-heading + .bgbox03 {
  margin-top: 150px;
}

.en-title {
  font-size: 36px;
  text-align: center;
  line-height: 1;
}

#info .page-title {
  margin-top: 40px;
}

.page-title + .lead {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}

.page-title + .lead + p {
  width: 800px;
  margin: 30px auto 0;
}

/***********************************
フォーム　
************************************/

.contact-list table {
/*  color: #ed7a53;*/
}

.contact-list table th {
  width: 200px;
  color: #ed7a53;
  padding: 20px 0;
  text-align: left;
}

.contact-list table td {
  color: #999999;
  padding: 20px 0;
  text-align: left;
}

.contact-list table td label {
  vertical-align: middle;
}

.contact-list table td .notice {
  font-size: 16px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 10px;
}

.contact-list .inline {
  display: inline !important;
}

.contact-list input[type="text"],
.contact-list .selectWrap select,
.contact-list textarea { /* form */
  background: #d8d8d7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333 !important;
  color: inherit;
  border: none;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.contact-list input[type="text"] {
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
}

.contact-list textarea {
  padding: 20px 15px;
}

.contact-list .w200 {
  width: 200px !important;
}

.contact-list .w260 {
  width: 260px !important;
}

.contact-list .w310 {
  width: 310px !important;
}

.contact-list .w400 {
  width: 400px !important;
}

.contact-list .w500 {
  width: 500px !important;
}

.contact-list .w550 {
  width: 550px !important;
}

.contact-list .w670 {
  width: 670px !important;
}

.contact-list input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.contact-list input[type="text"]::-moz-placeholder {
  color: #999999;
}
.contact-list input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.contact-list textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-list textarea::-moz-placeholder {
  color: #999999;
}
.contact-list textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-list input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #d8d8d7 inset;
}

.contact-list .error {
  color: #ed7a53;
}

/* セレクトボタン ▼▼▼ */
.contact-list .selectWrap {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.contact-list .selectWrap {
  display: inline-block;
}
.contact-list .selectWrap + label {
  display: block;
  padding-top: 15px;
  padding-left: 0;
  clear: both;
}

.contact-list .selectWrap:before {
  content: "▼";
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 3px;
  outline: none;
  z-index: 1;
  pointer-events: none;
}

.contact-list .selectWrap select {
  cursor: pointer;
  color: #999999;
  font-family: 'Noto Sans JP', sans-serif;
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
}

/* ラジオボタン＆チェックボタン ▼▼▼ */
.contact-list .label-radio input[type="radio"],
.contact-list .label-checkbox input[type="checkbox"] {
  display: none;
}
.contact-list .label-radio,
.contact-list .label-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-right: 20px;
  line-height: 1;
}

.label-radio + .label-radio {
  margin-right: 0;
}

.contact-list .label-radio span:before,
.contact-list .label-checkbox span:before {
  content:'';
  background: #d8d8d7;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.contact-list .label-checkbox span:before {
  border-radius: 0;
}
.contact-list .label-radio input[type="radio"]:checked + span,
.contact-list .label-checkbox input[type="checkbox"]:checked + span {
  color: #ff905c;
}
.contact-list .label-radio input[type="radio"]:checked + span:before,
.contact-list .label-checkbox input[type="checkbox"]:checked + span:before {
  opacity: 0;
  background: #d8d8d7;
  border-color: #d8d8d7;
  transform:scale(2);
}
.contact-list .label-radio span:after,
.contact-list .label-checkbox span:after {
  content:'';
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width:8px;
  height: 16px;
  border-right: 6px solid #ff905c;
  border-bottom: 6px solid #ff905c;
  transform:rotate(-200deg);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.contact-list .label-radio input[type="radio"]:checked + span:after,
.contact-list .label-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
  position: absolute;
  left: 8px;
  top: 0px;
  width:8px;
  height: 16px;
  border-right: 6px solid #ff905c;
  border-bottom: 6px solid #ff905c;
  border-radius: 1px;
  transform:rotate(40deg);
}
.contact-list .label-radio:hover,
.contact-list .label-checkbox:hover {
  color: #ff905c;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

/* entry btn ▼▼▼ */

.contact-list .btnbox {
  font-size: 20px;
  text-align: center;
}

.contact-list .conf,
.contact-list .send,
.contact-list .reset,
.contact-list .eback,
.contact-list .back,
.contact-list .btnComp {
  background: #333333;
  border: solid 1px #ed7a53;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #ed7a53;
  cursor: pointer;
  margin: 60px auto 0;
  height: 85px;
  line-height: 85px;
  width: 290px;
  display: inline-block !important;
  text-decoration: none;
}

.contact-list .conf,
.contact-list .send {

  background-size: 20px;
  background-position: 95% center;
  background-repeat: no-repeat;
}

.contact-list .reset,
.contact-list .eback,
.contact-list .back,
.contact-list .btnComp {


}

.contact-list .btnbox input + input {
  margin-left: 55px;
}

.contact-list .btnComp {
  margin-top: 30px;
}

/* カレンダー ここから */
.formOrderHd {
    background: #ed7a53;
    border-radius: 10px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px;
}

.contact-list .datepicker {
  background: url(../images/common/icon_calender.png) no-repeat 90% center / 25px #d8d8d7 !important;
  cursor: pointer;
}
.contact-list .picker {
  color: #ed7a53;
}
.contact-list .picker__month {
  color: #ff905c !important;
}
.contact-list .picker__nav--prev:before {
  border-right: 0.75em solid #aaa;
}
.contact-list .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #aaa;
}
.contact-list .picker__table,
.contact-list .picker__table th {
        border: solid 1px #fff;
    }
.contact-list .picker__table th {
  width: calc(100% / 7);
  text-align: center;
  padding: 20px 0;
}
.contact-list .picker__table td {
  border-bottom: solid 1px #fff;
  text-align: center;
  padding: 0;
}
.contact-list .picker__day {
  padding: 20px 0;
}

.contact-list .picker__day--disabled,
.contact-list .picker--focused .picker__day--disabled {
  border: none;
}

.contact-list .picker__day--highlighted:hover,
.contact-list .picker--focused .picker__day--highlighted {
  color: #fff !important;
  background: #FF7D40 !important;
  border-radius: 10px;
  font-weight: 500;
}
.contact-list .picker__day--highlighted {
  border-color: #FF7D40;
}
.contact-list .picker__frame {
  background: #fff;
  border-radius: 5px;
  max-height: 100%;
}
.contact-list .picker__box {
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.contact-list .picker__day--disabled:before {
  border-top-color: #fff;
  top: 5px;
  right: 5px;
}
.contact-list .picker__year {
  color: #d8d8d7;
}

.contact-list .picker__button--today:hover,
.contact-list .picker__button--clear:hover,
.contact-list .picker__button--close:hover,
.contact-list .picker__day--infocus:hover,
.contact-list .picker__day--outfocus:hover,
.contact-list .picker__day--highlighted:hover,
.contact-list .picker--focused .picker__day--highlighted {
  color: #ed7a53;
  background: #d8d8d7;
  border-bottom-color: #d8d8d7;
}
.contact-list .picker__select--month:focus,
.contact-list .picker__select--year:focus,
.contact-list .picker__day--highlighted {
  border-color: #ed7a53;
}
.contact-list .picker__day--selected,
.contact-list .picker__day--selected:hover,
.contact-list .picker--focused .picker__day--selected {
  background: #ed7a53;
  color: #ffffff;
}
.contact-list .picker__button--today:focus,
.contact-list .picker__button--clear:focus,
.contact-list .picker__button--close:focus {
  background: #d8d8d7;
  border-color: #ed7a53;
  outline: none;
}

.contact-list .picker__button--clear {
  display: none;
}
.contact-list .picker__button--today,
.contact-list .picker__button--close {
  width: 50%;
}
/* カレンダー ここまで */

.experience-conf .contact-list table td {
  padding: 15px 0 10px;
}

.experience-comp .btn,
.entry-comp .btn {
  width: 230px;
  display: block;
}

/*============================================================
#entry
============================================================*/

#entry #sec01 .bgbox03 .btn {
  margin-left: 100px;
}

#entry #sec01 .bgbox03.bg-gry {
  padding: 20px 0 300px;
  margin-top: -260px;
}

.table2 .dblock {
  display: block;
}

.pb0 {
  padding-bottom: 0 !important;
}

#entry .pos-r {
  position: relative;
  right: 100px;
}

#entry .bgbox04.bg-blk::before {
  content: '';
  display: block;
  background: #1a1a1a;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-15deg);
  transform: skewY(-10deg);
  position: absolute;
  top: -360px;
  left: 0;
}

#entry .bgbox04.bg-blk::after {
    content: '';
  display: block;
  background: #555;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-15deg);
  transform: skewY(-10deg);
  position: absolute;
  bottom: -50px;
  left: 0;
}

/*============================================================
#plan
============================================================*/

#plan .fz14 {
  font-size: 14px !important;
}

.plan-nav {
  margin-bottom: 80px;
  overflow: hidden;
}

.plan-nav ul {
  font-size: 0;
  text-align: center;
}

.plan-nav ul li {
  width: 220px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.plan-nav ul li + li {
  margin-left: 25px;
}

.plan-nav ul li a {
  font-size: 16px;
  color: #ed7a53;
  letter-spacing: 2px;
  padding: 0 20px 10px 0;
  border-bottom: solid 2px #ed7a53;
  display: block;
}

.plan-nav ul li a::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #ed7a53;
  border-right: 2px solid #ed7a53;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.plan-list + .plan-list {
  margin-top: 50px;
}

.plan-list .title {
  font-size: 26px;
  color: #ed7a53;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 50px;
  border: solid 2px #ed7a53;
}

.plan-list table {
  width: 100%;
}

.plan-list thead {
  color: #ff7e53;
}

.plan-list thead th {
  padding-bottom: 10px;
}


.plan-list tbody {
  border-bottom: solid 2px #999999;
}

.plan-list tbody tr {
  border-top: solid 2px #999999;
}

.plan-list tbody th,
.plan-list tbody td {
  vertical-align: middle;
  padding: 40px 0
}

.plan-list th span,
.plan-list td span {
  color: #ff7e53;
  display: block;
}

.plan-list td {
  line-height: 1.6;
}

.plan-list td.fee {
  width: 160px;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
}

#plan .bgbox03 {
  margin-top: 50px;
  padding: 0 0 150px;
  position: relative;
  z-index: 2;
}

/*#plan .bgbox03 .title {
  color: #000;
  border: solid 2px #000;
}*/

.plan-type {
  width: 150px;
}

#plan #plan03.plan-list th {
  text-align: center;
  /*color: #000;*/
}

#plan #plan03.plan-list .indent a {
  /*color: #000;*/
  text-decoration: underline;
}

/*#plan .bgbox03 .plan-list th span,
#plan .bgbox03 .plan-list td span {
  color: #000;
}

#plan .bgbox03 .plan-list tbody {
  border-bottom: solid 2px #000;
}

#plan .bgbox03 .plan-list tbody tr {
  border-top: solid 2px #000;
}*/

#plan .bg-gry {
  padding-top: 100px;
  position: relative;
}

#plan .bg-gry::before {
  content: '';
  display: block;
  background: #333;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-3deg);
  position: absolute;
  top: -50px;
  left: 0;
}

.plan-nav ul li {
  width: 205px;
}

#plan .bg-gry {
  padding-bottom: 100px;
}

#plan03.plan-list td.fee {
  width: auto;
}

#plan01 td:not(.fee) {
  text-align: left;
}

.tax {
  width: 700px;
  font-size: 13px;
  padding: 20px 25px;
  margin: 30px auto;
  border-radius: 10px;
}

/*============================================================
#studio
============================================================*/

#main-visual {
  width: 100%;
  height: 700px;
}

#studio #main-visual {
  background: url(../images/studio/main240207.jpg) no-repeat center / cover;
  height: 800px;
}

#studio .page-head .btn img {
  margin-right: 10px;
  width: 30px;
}

#studio section .w600 {
  margin: 0 auto;
}

#studio .bg-ptn02 .copy,
#studio .bg-ptn06 .copy {
  font-size: 60px;
  color: #4d4d4d;
  text-align: center;
  line-height: 1;
  margin: -20px auto 30px;
}

#studio .bg-ptn06::after {
  background: none;
}

#studio .beginner {
  position: relative;
  left: -25px;
}

#studio .beginner::before {
  content: "";
  background: url(../images/studio/icon-beginner.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.icon-beginner-intro {
  width: 100px;
  float: right;
}

/*============================================================
#machine
============================================================*/

#machine #main-visual {
  background: url(../images/machine/main.jpg) no-repeat center / cover;
  height: 800px;
}

#machine .bg-ptn01 .inner {
  padding: 250px 0 0;
}

#machine .bg-ptn05::after {
  background: none;
}

#machine main .title + p {
  margin-top: -15px;
}

/*============================================================
#highaltitude
============================================================*/

#highaltitude #main-visual {
  background: url(../images/highaltitude/main.jpg) no-repeat center / cover;
  height: 800px;
}

#highaltitude .bg-ptn01 .inner {
  padding: 250px 0 0;
}

#highaltitude .bg-ptn02::after {
  background: none;
}

/*============================================================
#personal
============================================================*/

#personal #main-visual {
  background: url(../images/personal/main_200207.jpg) no-repeat center / cover;
  height: 800px;
}

#personal .bg-ptn01 .inner {
  padding: 250px 0 0px;
}

.w800 .bg-org.pcLeft,
.w800 .bg-org.pcRight {
  width: 48%;
  min-height: 150px;
  font-weight: 500;
  padding: 10px 20px;
}

.w800 .bg-org.pcLeft span,
.w800 .bg-org.pcRight span {
  margin: 0 5px;
}

#personal .bg-ptn02::after {
  background: none;
}

/* 190716 ページ改修 */
#personal .flow .time {
  background: #ff7e53;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  padding: 0 15px;
  top: 40px;
  right: 40px;
  border-radius: 5px;
  position: absolute;
}

.flow.num ul li .title {
  position: relative;
  right: 7%;
}

#personal .bg-ptn02 {
  padding-bottom: 180px;
}

#personal .bg-ptn02::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

#personal .bg-ptn03::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

#personal .bg-ptn03 .w700 {
  padding: 30px 40px 25px;
  border: solid 1px #ff7e53;
  border-radius: 10px;
}

#personal .bg-ptn03 .w800 .bg-org.pcLeft,
#personal .bg-ptn03 .w800 .bg-org.pcRight {
  height: 200px;
  padding: 0;
}

#personal .bg-ptn03 .w800 a {
  height: 200px;
  color: #000;
  position: relative;
  display: block;
}

#personal .bg-ptn03 .w800 a span {
  font-size: 20px;
}

#personal .bg-ptn03 .w800 a p {
  text-align: center;
  line-height: 1.3;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.underline {
  text-decoration: underline;
}

#personal .coution .title img {
  display: block;
  margin: 0 auto 10px;
  width: 75px;
}

#personal .coution .tel {
  width: 500px;
  color: #ff7e53;
  padding: 25px 40px;
  margin-top: 50px;
  border: solid 1px #ff7e53;
  border-radius: 10px;
}

#personal .coution .tel p {
  text-align: center;
}

#personal .coution .tel p + p {
  font-size: 36px;
}

#personal .bg-ptn03 .firsttime {
  height: 100px;
  font-size: 28px;
  font-weight: 500;
  color: #ff7e53;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0 0 180px;
}

#personal .bg-ptn03 .firsttime::before {
  content: "";
  background: #ff7e53;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 60px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#personal .bg-ptn03 .firsttime::after {
  content: "初回利用";
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 50px;
  position: absolute;
  text-align: center;
  color: #000;
  left: 83px;
  top: 23px;
  letter-spacing: 5px;
  line-height: 1.4;
}

/*============================================================
#food
============================================================*/

#food #main-visual {
  background: url(../images/food/main.jpg) no-repeat center / cover;
  height: 800px;
}

#food table a {
  text-decoration: underline;
}

#food .bg-ptn01 .inner {
  padding: 250px 0 140px;
}

#food .bg-ptn02 {
  margin-top: -120px;
  padding-bottom: 160px;
}

#food .bg-ptn02::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

#food .bg-ptn03,
#food .bg-ptn04,
#food .bg-ptn05 {
  margin-top: -40px;
  padding-bottom: 120px;
}

#food .bg-ptn03::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

#food .bg-ptn04 .title img {
  display: block;
  margin: 0 auto 10px;
  width: 75px;
}

#food .bg-ptn06 {
  margin-top: -40px;
  padding-bottom: 180px;
}

#food .bg-ptn06 .bg-org {
  display: inline-block;
  padding: 0 10px 5px 10px;
}

#food .bg-ptn06 .flow a {
  text-decoration: underline;
}

.flow.num {
  counter-reset: num;
}

.flow.num li {
  padding-left: 125px;
  position: relative;
}

.flow.num li::before {
  content: '';
  background: #ff7e53;
  border-radius: 50%;
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow.num li::after {
  content: counter(num);
  counter-increment: num;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  margin: auto;
  width: 55px;
  height: 55px;
  text-align: center;
  position: absolute;
  top: 49%;
  left: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow.num li:nth-of-type(4)::after {
  left: 30px;
}

#food .bg-ptn07 {
  margin-top: -40px;
  padding-bottom: 120px;
  position: relative;
}

#food .bg-ptn07::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

#food .bg-ptn08 {
  margin-top: -110px;
  padding-bottom: 0;
}

#food .bg-ptn08 .btn img {
  margin-right: 10px;
  width: 30px;
}

#food .bg-ptn02 table tr th {
  text-align: left;
}

#food .bg-ptn02 table tr td:last-child {
  vertical-align: top;
}

#food .bg-ptn02 table tr.noborder {
  border: none;
}

#food .bg-ptn02 table tr.noborder td {
  padding: 0 0 40px;
}

#food .bg-ptn02 table .va-top {
  vertical-align: top;
}

#food .bg-ptn02 table .label {
  background: #ff7e53;
  padding: 0 8px;
  height: 25px;
  font-size: 13px;
  color: #000;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

/* メニュー */
.slider .slick-dots {
  margin-top: 30px;
  text-align: center;
}

.slider .slick-dots li {
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
}

.slider .slick-dots .slick-active {
  background: #ff7e53;
  cursor: default;
}

#food-menu #main-visual {
  display: none;
}

#food-menu .page-head {
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

#food-menu .bg-ptn01,
#food-menu .bg-ptn03,
#food-menu .bg-ptn05 {
  background: #3e3a39;
}

#food-menu .bg-ptn02,
#food-menu .bg-ptn04,
#food-menu .bg-ptn06 {
  background: transparent;
}

#food-menu .bg-ptn01 .inner {
  padding: 90px 0 60px;
}

#food-menu .bg-ptn02 {
  padding-bottom: 180px;
}

#food-menu .bg-ptn02::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

#food-menu .bg-ptn04 .tab,
#food-menu .bg-ptn06 .tab {
  margin-top: -90px;
}

#food-menu .bg-ptn02 .heading {
  display: none;
}

#food-menu .bg-ptn02 .colum2 li {
  background: #ffcbba;
  width: 440px;
  margin-left: 20px;
}

#food-menu .bg-ptn02 .colum2 li:nth-child(odd) {
  margin-left: 0;
}

#food-menu .bg-ptn02 dl {
  color: #000;
}

#food-menu .bg-ptn02 dt {
  background: #ffb298;
  padding: 20px;
}

#food-menu .bg-ptn02 dd {
  padding: 25px 30px;
}

#food-menu .bg-ptn03 {
  margin-top: -40px;
  padding-bottom: 180px;
}

#food-menu .bg-ptn04 {
  padding-bottom: 160px;
}

#food-menu .bg-ptn05 {
  margin-top: -40px;
  padding-bottom: 150px;
}

#food-menu .bg-ptn06 {
  padding-bottom: 70px;
}

#food-menu .bg-ptn06::after {
  display: none;
}

.bg-ptn03::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

#food-menu .menu-list,
#food-menu .bg-grn,
#food-menu .bg-org,
#food-menu .bg-ylw,
#food-menu .bg-ppl {
  padding: 40px 60px 30px 80px;
  color: #000;
}

#food-menu .menu-list .pcLeft,
#food-menu .bg-grn .pcLeft,
#food-menu .bg-org .pcLeft,
#food-menu .bg-ylw .pcLeft,
#food-menu .bg-ppl .pcLeft {
  width: 370px;
}

#food-menu .menu-list .pcRight,
#food-menu .bg-grn .pcRight,
#food-menu .bg-org .pcRight,
#food-menu .bg-ylw .pcRight,
#food-menu .bg-ppl .pcRight {
  width: 370px;
}

#food-menu .pcLeft p.fz24 {
  line-height: 1.6;
}

#food-menu .bg-grn {
  background: #d7e0a9;
}

#food-menu .bg-grn .fw500 {
  color: #084424;
}

#food-menu .bg-org {
  background: #fbd8b5;
}

#food-menu .bg-org .fw500 {
  color: #ff7e53;
}

#food-menu .bg-ylw {
  background: #fff2a5;
}

#food-menu .bg-ylw .fw500 {
  color: #ff7e53;
}

#food-menu .bg-ppl {
  background: #edd4e3;
}

#food-menu .bg-ppl .fw500 {
  color: #8b589b;
}

#food-menu .bg-red {
  background: #fadbd8;
}

#food-menu .bg-red .fw500 {
  color: #e9474d;
}


#food-menu .btn-arrow {
  right: auto;
  left: -55px;
}

#food-menu .btn a:hover .btn-arrow {
  left: -65px;
}

#food-menu .btn-arrow::after {
  bottom: 1px;
  right: auto;
  left: -15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*============================================================
#spa
============================================================*/

#spa #main-visual {
  background: url(../images/spa/main.jpg) no-repeat center / cover;
  height: 800px;
}

#spa .bg-ptn01 .inner {
  padding: 250px 0 0;
}

#spa .bg-ptn04::after {
  background: none;
}

.spa-method {
  position: relative;
}

.tab {
  margin-bottom: -28px;
  position: relative;
}

.spa-method table {
  width: 100%;
  color: #000;
  counter-reset: num;
}

.spa-method .heading {
  display: none;
}

.spa-method table tr:nth-child(odd) {
  background: #ffcbba;
}

.spa-method table tr:nth-child(even) {
  background: #ffb298;
}

.spa-method table th,
.spa-method table td {
  width: 300px;
  height: 150px;
  line-height: 1.6;
  vertical-align: middle;
  border: none;
}

.spa-method table th {
  text-align: left;
  padding-left: 100px;
  position: relative;
}

.spa-method table th::before {
  content: '';
  background: #ff7e53;
  border-radius: 50%;
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spa-method table th::after {
  content: counter(num);
  counter-increment: num;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*============================================================
#concept
============================================================*/

#concept #main-visual {
  background: url(../images/concept/main.jpg) no-repeat center / cover;
  height: 800px;
}

#concept .intro {
  background: url(../images/concept/bg-intro.jpg) no-repeat center / cover;
  width: 100%;
  height: 900px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  left: -1px;
}

#concept .intro::before {
  content: '';
  background: #000;
  width: 100%;
  height: 20%;
  display: block;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  top: -100px;
  left: 0;
}

#concept .intro::after {
  content: '';
  background: #000;
  width: 100%;
  height: 20%;
  display: block;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  position: absolute;
  bottom: -100px;
  left: 0;
}

#concept .intro .inner {
  width: 700px;
  padding: 150px 0 0;
}

#concept .intro .title {
  font-size: 36px;
  line-height: 1.8;
  margin: 0 0 30px;
}

#concept section .icon {
  width: 100px;
  margin: 0 auto 20px;
}

#concept section .icon + .en {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
}

#concept section .icon + .en + .sec-title {
  margin-bottom: 40px;
}

#concept .bg-ptn02 {
  padding: 0 0 250px;
}

#concept .bg-ptn02 .figure01 {
  background: url(../images/concept/figure01-off.png) no-repeat center / cover;
  width: 700px;
  height: 700px;
  padding: 125px 0;
  margin: 0 auto;
}

#concept .bg-ptn02 .figure01 .effect-img01 {
  width: 455px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(1) {
  width: 214px;
  position: absolute;
  top: 0;
  left: 0;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(2) {
  width: 222px;
  position: absolute;
  top: 0;
  right: 0;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(3) {
  width: 214px;
bottom: 0;
left: 0;
position: absolute;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(4) {
  width: 222px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#concept .bg-ptn03 .figure02 {
  background: url(../images/concept/figure02-off.png) no-repeat center / cover;
  width: 800px;
  height: 348px;
  margin: 0 auto;
}

#concept .bg-ptn02 .page-nav {
  margin-top: 0;
}

#concept .bg-ptn04::after {
  content: '';
  background: #3e3a39;
  display: block;
  height: 25%;
  width: 100%;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  bottom: -180px;
  left: 0;
}

/*============================================================
#guide
============================================================*/

#guide .bg-ptn01,
#guide .bg-ptn03 {
  background: #3e3a39;
}

#guide .bg-ptn02,
#guide .bg-ptn04 {
  background: #000;
}

#guide .bg-btn {
  overflow: hidden;
}

#guide .bg-btn li {
  width: 430px;
  height: 160px;
}

#guide .bg-btn li a {
  width: 430px;
  height: 160px;
  font-size: 26px;
  font-weight: 500;
  line-height: 160px;
  color: #000;
  padding-left: 150px;
  display: block;
}

#guide .bg-btn li:first-child a {
  background: url(../images/guide/btn-bg-experience.jpg) no-repeat center / cover;
}

#guide .bg-btn li:last-child a {
  background: url(../images/guide/btn-bg-entry.jpg) no-repeat center / cover;
}

#guide .btn-link {
  margin-top: 40px;
  overflow: hidden;
}

#guide .btn-link li {
  width: 430px;
  height: 100px;
  text-align: center;
  position: relative;
}

#guide .btn-link li a {
  background: #808080;
  width: 430px;
  height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100px;
  color: #000;
  display: block;
}

#guide .btn-link li a::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#guide .guide-box {
  margin-top: 40px;
}

#guide .guide-box li {
  background: #ffcbba;
  color: #000;
  border-radius: 20px;
  padding: 20px 30px 30px 200px;
  position: relative;
}

#guide .guide-box li + li {
  margin-top: 40px;
}

#guide .guide-box li::before {
  content: '';
  background: #ff7e53;
  border-radius: 50%;
  display: block;
  height: 140px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#guide .guide-box li:first-child::after {
  content: "見学";
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 70px;
  top: 60px;
}

#guide .guide-box li:last-child::after {
  content: "体験";
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 70px;
  top: 110px;
}

#guide .bg-ptn03,
#guide .bg-ptn04 {
  padding: 0 0 200px;
}

#guide .plan-list tbody th,
#guide .plan-list tbody td {
  vertical-align: middle;
  padding: 40px 20px;
}

.pricedown {
  width: 300px;
  float: left;
  text-align: center;
  line-height: 1.3;
  position: relative;
  top: -5px;
}
.pricedown span {
  font-size: 40px;
  font-weight: 700;
}
.pricedown span.fz24 {
  font-size: 24px !important;
  display: inline !important;
}

.pricedown .fz14 {
  font-size: 14px !important;
}

#guide .bg-ptn04 .title {
  font-size: 20px;
  padding: 20px 0;
  margin-top: 40px;
  border-top: solid 1px #ff7e53;
  border-bottom: solid 1px #ff7e53;
}

#guide .bg-ptn04 .w800 p:not(.title) {
  width: 700px;
  margin: 0 auto;
}

#guide .bg-ptn02 {
  padding: 100px 0 260px;
}

/*============================================================
#info
============================================================*/

#info .page-head {
  margin: 0 auto;
  padding: 0;
}

#info .page-nav {
 margin: 50px auto 100px;
}

.thumbnail {
  background: url(../images/common/noimage.jpg) no-repeat center / cover;
  width: 280px;
  height: 200px;
  position: relative;
}

.thumbnail i {
  background: url(../images/common/icon-new.png) no-repeat center / cover;
  width: 70px;
  height: 45px;
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 2;
}

.thumbnail img {
  width: 280px;
  height: 200px;
}

.post-body {
  margin-top: 10px;
}

.post-category {
  color: #ff7f53;
}

.post-category span + span::before {
  content: "／";
  color: #ff7f53;
  margin: 0 5px;
}

.post-category,
.post-date {
  font-size: 14px;
}

.post-title,
.post-date {
  color: #c8c8c9;
}

.post-date {
  margin-top: 5px;
}

.post-content p a {
  text-decoration: underline;
}

.pager {
  width: 500px;
  margin: 50px auto 0;
}

.pager li {
  width: 100px;
  font-size: 20px;
  position: relative;
}

.pager li a {
  display: block;
}

.pager li.prev {
  text-align: right;
  float: left;
}

.pager li.prev .btn-arrow {
  left: -180px;
}

.pager li.prev .btn-arrow::after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.pager li.next {
  float: right;
}

.colum3-info-top li:nth-child(1),
.colum3-info-top li:nth-child(2) {
  width: 420px;
  height: 390px;
}

.colum3-info-top li:nth-child(2) {
  margin-left: 30px;
  margin-right: 0;
}

.colum3-info-top li:nth-child(1) .thumbnail,
.colum3-info-top li:nth-child(2) .thumbnail,
.colum3-info-top li:nth-child(1) .thumbnail img,
.colum3-info-top li:nth-child(2) .thumbnail img {
  width: 420px;
  height: 280px;
}

.colum3-info-top li:nth-child(1) .thumbnail i,
.colum3-info-top li:nth-child(2) .thumbnail i {
  width: 95px;
  height: 60px;
  right: -30px;
  top: -30px;
}

.colum3-info-top {
  width: 930px;
  margin: 0 -30px 0 0;
  position: relative;
}

.colum3-info-top li {
  width: 280px;
  height: 340px;
  margin: 0 30px 40px 0;
  float: left;
  position: relative;
}

/* .info-detail */

.info-detail main > section {
  background: url(../images/top/main.jpg) no-repeat center -250px / 1500px auto;
}

.info-detail main > section .inner {
  padding-top: 100px;
}

.info-detail .sub-title {
  color: #ed7a53;
  text-align: left;
  margin-bottom: 20px;
}

.info-detail .post-head {
  margin-bottom: 30px;
}

.info-detail .post-head .post-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

.info-detail .post-head .post-category,
.info-detail .post-head .post-date {
  font-size: 16px;
}

.info-detail section .pcLeft {
  width: 650px;
}

.info-detail section .pcRight {
  width: 190px;
  margin-top: 340px;
}

.info-detail #sidebar h3,
.info-detail .info-card .title {
  background: url(../images/common/title-bg01.png) no-repeat center / contain;
  height: 90px;
  font-size: 24px;
  color: #ed7a53;
  line-height: 90px;
  text-align: center;
}

.info-detail .info-card .title {
  line-height: 1.3;
  padding-top: 10px;
  margin-bottom: 30px;
}

.info-detail #sidebar ul {
  width: 120px;
  margin: 0 auto;
}

.info-detail #sidebar ul + h3 {
  margin-top: 40px;
}

.info-detail #sidebar ul li a  {
  font-size: 18px;
  color: #c8c8c9;
  display: block;
}

.info-detail #sidebar select {
  font-family: "YakuHanJP", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, sans-serif;
  background: #000;
  width: 140px;
  color: #c8c8c9;
  padding: 0 10px;
  margin: 0 auto;
  display: block;
  border: none;
}

.ptn-bg03 {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center top / 2000px auto #3e3a39;
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*============================================================
#blog
============================================================*/

#blog .page-nav {
  margin: 50px auto 100px;
}
.blog-top #main-visual {
  background: url(../images/blog/main.jpg) no-repeat center / cover;
  height: 600px;
}
.blog-top .page-title {
  width: 300px;
  margin: 0 auto;
}

/* .blog-detail */

.blog-detail main > section {
  background: url(../images/blog/main-detail.jpg) no-repeat center -130px / 1500px auto;
}

.blog-detail .sub-title {
  width: 220px;
}

/*============================================================
#staff
============================================================*/

#staff #main-visual {
  background: url(../images/staff/main.jpg) no-repeat center / cover;
}

#staff .bg-ptn01 .inner {
  padding: 100px 0 250px;
}

.staff-detail .sec-title.bg {
  padding-top: 20px;
  margin: 0 auto 20px;
}

.staff-detail .bg-ptn {
  background: #3e3a39;
}

.fukidashi {
  background: #ffcbba;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  padding: 30px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ffcbba;
}

.staff-detail .bg-ptn img + img {
  margin-top: 50px;
}

/*============================================================
#faq
============================================================*/

#faq .target {
  padding-top: 100px !important;
  margin-top: -100px !important;
}

#faq .bg-ptn04::after,
#faq .bg-ptn06::after {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center / 2000px auto;
}

#faq .bg-ptn07::after {
  background: url(../images/common/ptn-bg04.jpg) no-repeat center / 2000px auto;
}

.accordion ul {
  border-bottom: 1px solid #ff7e53;
}

.accordion ul li {
  color: #ff7e53;
  border-top: 1px solid #ff7e53;
}

.qa {
  color: #ff7e53;
  padding: 25px 80px 25px 30px;
  position: relative;
  cursor: pointer;
}

.qa::after{
  content: "";
  position: absolute;
  top: 45%;
  right: 30px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top: 13px solid #ff7e53;
}

.ans {
  background: #ffcbba;
  color: #000;
  padding: 25px;
}

/*============================================================
#search
============================================================*/

#search .page-head .icon {
  width: 65px;
  margin: 0 auto 0px;
}

.btn-link-colum3 li {
  border: solid 1px #ff7e53;
  text-align: center;
}

.btn-link-colum3 li a {
  background: #000;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ff7e53;
  display: block;
  position: relative;
}

.btn-link-colum3 li a p {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.btn-link-colum3 li a:hover {
  background: #ff7e53;
  color: #000;
}

.search-list li {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.search-list li + li  {
  margin-top: 40px;
}

.search-list li a {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
}

.search-list li a .title {
  background: #ff7e53;
  width: 260px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  margin: 0;  
  float: left;
}

.search-list li a .text {
  background: #e9e9e9;
  width: 640px;
  height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100px;
  color: #000;
  padding: 0 60px 0 40px;
  float: right;
}

.search-list li a .btn-arrow {
  right: 35px;
}

.search-list li a:hover .btn-arrow {
  right: 25px;
}

/*============================================================
#contact
============================================================*/

#contact .bg-ptn01 .inner {
  padding: 50px 0 150px;
}

/*============================================================
#about 施設概要
============================================================*/

#about #sec01 {
  position: relative;
  overflow: hidden;
}

#about #sec01:before {
  content: '';
  background: #3e3a39;
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#about #sec01:after {
  content: '';
  background: #3e3a39;
  display: block;
  height: 35%;
  width: 100%;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  bottom: -120px;
  left: 0;
}

#about #sec01 .inner {
  z-index: 1;
}

#about .fz14 {
  font-size: 14px;
}

.about-list td,
.about-list td a:not(.txt-color) {
  color: #aaa;
}

.about-list .pc {
  display: inline-block !important;
}

.about-list a img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.about-list a img.w15 {
  width: 15px;
}
.about-list a img.w18 {
  width: 18px;
}

/*============================================================
#recruit 採用情報 190709追記
============================================================*/

.recruit-top #main-visual {
  background: url(../images/recruit/main.jpg) no-repeat center / cover;
}

.recruit-top main .inner {
  padding: 100px 0;
}

.recruit-top .btn-select ul li {
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
}

.recruit-top .btn-select ul li + li {
  margin-top: 40px !important;
}

#btn-form {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.recruit-top .btn-select ul li a,
#btn-form a {
  background: url(../images/recruit/bg-btn.jpg) no-repeat center / cover;
  width: 100%;
  height: 200px;
  border: solid 1px #ff7e53;
  display: block;
}

.recruit-top .btn-select ul li .txt-wrap,
#btn-form .txt-wrap {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.recruit-top .btn-select ul li .txt-wrap p {
  text-align: center;
}

.recruit-top .btn-select ul li .txt-wrap .title,
#btn-form .txt-wrap .title {
  text-align: center;
  margin: 0 0 10px;
}

.recruit-top .btn-select ul li .txt-wrap .lead,
#btn-form .txt-wrap .lead {
  color: #aaa;
  text-align: center;
}

#btn-form a {
  background: #ff7e53 !important;
}

#btn-form a p,
#btn-form .txt-wrap .lead {
  color: #000 !important;
}

#btn-form .txt-wrap .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
}

.recruit-conf .bgbox04 {
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  padding-bottom: 150px;
}

.recruit-conf .bgbox04 .inner {
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}

/***********************************
.recruitment 募集要項　
************************************/

.recruitment section .inner {
  width: 800px;
}

.recruitment table.common tr {
  border-top: solid 2px #ed7a53 !important;
}

.recruitment .plan-list tbody {
  border-bottom: solid 2px #ed7a53 !important;
}

.recruit-contact {
  background: #e3e3e4;
  padding: 30px;
  border-radius: 10px;
}

.recruit-contact dt {
  float: left;
}

.recruit-contact dd {
  color: #000;
  margin-left: 100px;
}

.recruit-contact dd a {
  color: #000 !important;
}

.underline {
  text-decoration: underline;
}

.recruitment #btn-form {
  width: 800px;
}

/*============================================================
#oxyreg 231214追記
============================================================*/

#oxyreg #main-visual {
  background: url(../images/oxyreg/main.jpg) no-repeat center / cover;
  height: 800px;
}

#oxyreg .bg-ptn01 .inner {
  padding: 250px 0 0;
}

#oxyreg .bg-ptn02::after {
  background: none;
}


