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

----------------------------------
  		Structure
  	----------------------------------

  	0. General
			1. Header
			2. Footer
			3. Main
			4. Price
			5. Access
			6. Company
			7. Faq
			8. Contact
			9. agreement
			10. Recruit
			11. Column
			12. Record

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

/*------------------
  General
------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic',
    YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial,
    'メイリオ', Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

.margin-none {
  margin: 0 !important;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.br-none {
  display: block;
}

.white-hover {
  transition: 0.3s;
}

.white-hover:hover {
  opacity: 0.5;
}

.title {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 2%;
  background: #fff;
  display: table;
}

.title h3 {
  font-size: 35px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  border-right: 2px solid #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

.title p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

.gray {
  background: #f2f2f2 !important;
}

.parts-pc {
  display: block;
}

.parts-tb {
  display: none;
}

.parts-sp {
  display: none;
}

[class*='-flex'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
}

.between-flex {
  justify-content: space-between;
}

.center-flex {
  justify-content: center;
}

.item-center-flex {
  justify-content: space-between;
  align-items: center;
}

.black-back {
  color: #fff;
  background: #000;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.33%;
}

.col48 {
  width: 48%;
}

.arrow-bottom {
  width: 40%;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.arrow-bottom::before {
  content: '';
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border: 0px;
  border-bottom: solid 2px #000000;
  border-right: solid 2px #040404;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
}

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -70px;
}

/*------------------
   Header
------------------*/

.top-menu {
  position: fixed;
}

.top-menu .drawer-container {
  background-color: #0000;
}

.top-menu .drawer-nav {
  background-color: #0000;
}

.top-menu .drawer-navbar .drawer-menu {
  text-align: right;
}

.top-menu .drawer-navbar .drawer-dropdown-menu {
  right: 0;
  text-align: center;
}

.head-banner {
  position: absolute;
  top: 20px;
  right: 20px;
}

.head-banner img {
  float: left;
  margin: 0 10px 0 0;
}

.drawer-menu-item span {
  display: none;
}

/*------------------
   Footer
------------------*/
.footer-top-cont {
  background: #f2f2f2;
  padding: 30px 20px;
}

.contact-second {
  background: #dcdcdc;
}

.footer-top-tel {
  max-width: 1000px;
  margin: 0 auto 20px;
}

.footer-tel-box {
  width: 100%;
  display: table;
  padding: 0;
  background: #fff;
  box-shadow: 5px 5px #ccc;
}

.footer-tel-left {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer-tel-left img {
  max-width: 100px;
}

.footer-tel-right {
  display: table-cell;
  vertical-align: middle;
}

.footer-tel-right .text1 {
  margin: 0 15px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  float: right;
}

.footer-tel-right .text2 {
  margin: 0 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  float: right;
}

.footer-tel-right a {
  font-size: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  padding: 0 0 0 35px;
  white-space: nowrap;
  background: url(../img/tel-icon.png) no-repeat center left;
  background-size: 30px;
  float: right;
}

.footer-tel-right table {
  width: 100%;
  display: table;
  border-collapse: separate;
  /* セルの間隔を空ける */
  border-spacing: 20px 0;
  /* 左右 上下で記述 */
}

.footer-tel-right table tr td {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.tel1 {
  font-size: 12px;
  white-space: nowrap;
}

.tel2 a {
  font-size: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  padding: 0 0 0 35px;
  white-space: nowrap;
  background: url(../img/tel-icon.png) no-repeat center left;
  background-size: 30px;
}

.tel2 a:before {
}

.tel3 {
  font-size: 12px;
}

.footer-sp-tel {
  text-align: center;
  padding: 10px;
  display: none;
}

.button-cont {
  max-width: 1000px;
  margin: 0 auto;
}

.button-box {
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
  background: #000;
}

.button-box p {
  font-size: 13px;
  line-height: 60px;
}

.button-box:hover {
  background: #ccc;
}

.button-box:last-child {
  margin: 0;
}

.button-box a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.button-box p::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin: 0 0 0 15px;
  padding: 0 0 0 5px;
  background: url(/img/tel-icon.png) no-repeat center left;
  background-size: 19px;
  vertical-align: middle;
}

.button-box1 {
  box-shadow: 5px 5px #947f58;
  background: #bca16f;
}

.button-box1:hover {
  background: #b09055;
}

.button-box1 p::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  margin: 0 0 0 15px;
  padding: 0;
  background: url(../img/footer-icon1.png) no-repeat center left;
  background-size: 30px;
  vertical-align: middle;
}

.button-box2 {
  box-shadow: 5px 5px #331a1a;
  background: #5a3030;
}

.button-box2:hover {
  background: #331a1a;
}

.button-box2 p::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  margin: 0 0 0 15px;
  padding: 0;
  background: url(../img/footer-icon2.png) no-repeat center left;
  background-size: 30px;
  vertical-align: middle;
}

.button-box3 {
  box-shadow: 5px 5px #994949;
  background: #c85f5f;
}

.button-box3:hover {
  background: #c04747;
}

.button-box3 p::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  margin: 0 0 0 15px;
  padding: 0;
  background: url(../img/footer-icon3.png) no-repeat center left;
  background-size: 30px;
  vertical-align: middle;
}

.footer-bottom-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 20px;
}

.footer-bottom-inner div {
  width: 43.5%;
  margin: 0 12% 0 0;
  float: left;
  text-align: center;
}

.footer-bottom-inner p {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}

.footer-bottom-inner div:last-child {
  margin: 0;
}

.footer-bottom-inner img {
  box-shadow: 5px 5px #ccc;
}

.footer-copy-cont {
  background: #000;
  padding: 60px 20px 40px;
}

.footer-copy-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.copy-box {
  margin: 0 0 60px;
  text-align: center;
}

.copy-box h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  margin: 0 0 10px;
  color: #fff;
}

.copy-box p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.footer-menu {
  position: relative;
  text-align: center;
}

.footer-menu ul {
}

.footer-menu ul li {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #fff;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.footer-menu ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}

.footer-menu ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-menu::after {
  font-size: 10px;
  line-height: 1;
  content: '© 2021 LAMUDA';
  text-align: right;
  color: #fff;
  position: absolute;
  right: 0;
  display: none;
}

/*------------------
   Main
------------------*/

#mainvisual {
  height: 80vh !important;
}

.mainvusual-logo {
  position: fixed;
  top: 0;
  left: 20px;
  width: 50%;
  margin: auto;
  width: 7%;
  min-width: 85px;
  z-index: 10;
}

.mainvusual-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  margin: auto;
  min-width: 315px;
  max-width: 380px;
}

.main-img {
  margin: 140px 0 0;
  padding: 150px;
  text-align: center;
}

.main-img-inner {
}

.main-img-inner h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  color: #fff;
}

.main-img-inner p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #fff;
}

.main-img-inner h2 span,
.main-img-inner p span {
  padding: 0 10px;
}

.arrow-navigation {
  display: none;
}

.course-main {
  background: url(../img/course-main.jpg) no-repeat center;
  background-size: cover;
}

.faq-main {
  background: url(../img/faq-main.jpg) no-repeat center;
  background-size: cover;
}

.access-main {
  background: url(../img/contact-main.jpg) no-repeat center;
  background-size: cover;
}

.contact-main {
  background: url(../img/access-main.jpg) no-repeat center;
  background-size: cover;
}

.blog-main {
  padding: 40px;
  background: #000;
}

.scroller {
  z-index: 1 !important;
}

.variable-width {
  position: relative;
}

.variable-width .div {
}

.variable-width .slick-slide {
  padding: 0 0.4%;
}

.variable-width .prev-arrow {
  width: 10%;
  position: absolute;
  z-index: 1;
  top: 37%;
  right: -4.5%;
}

.variable-width .next-arrow {
  width: 10%;
  position: absolute;
  z-index: 1;
  top: 37%;
  left: -4.5%;

  transform: scale(-1, 1);
}

.scrollArea {
  height: auto;
  overflow: auto;
  padding-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
  width: 8px;
}

/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bca16f;
}

.top-info-cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

.top-info-inner {
  display: table;
  width: 100%;
  margin: 0 auto 20px;
}

.top-info-left {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

.top-info-title {
  display: table;
}

.top-info-title h2 {
  font-size: 35px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  border-right: 2px solid #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.top-info-title p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.top-info-left a {
  max-width: 270px;
  margin: 15px 0 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  padding: 0 20px;
  background: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.top-info-left a:hover {
  color: #fff;
  background: #ccc;
}

.top-info-left a::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(/images/info-icon.png) right no-repeat;
  background-size: 12px;
  top: 8px;
  right: 10px;
}

.top-info-right {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  padding: 10px 0 0;
}

.info-box {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #000;
}

.top-info-right p {
  font-size: 13px;
  line-height: 21px;
}

.top-info-right_last {
  margin: 0 !important;
  border-bottom: none !important;
}

.top-info-right a {
  display: block;
}

.top-info-cont .between-flex a {
  width: 24.5%;
  margin: 0 5px;
  transition: 0.3s;
  opacity: 1;
}

.top-info-cont .between-flex a:hover {
  opacity: 0.5;
}

.contact-banner {
  background: #000;
}

.contact-banner-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eeeeee;
}

.banner-icon-box {
  max-width: 1000px;
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  background: #eeeeee;
}

.banner-icon1,
.banner-icon2,
.banner-icon3 {
  width: 30%;
  text-align: center;
  max-width: 420px;
}

.banner-icon1 a {
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px #ccc;
  font-size: 170%;
  text-decoration: none;
  color: #000;
  line-height: 50px;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.banner-icon2 a {
  width: 100%;
  box-shadow: 3px 3px #331a1a;
  background: #5a3030;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  line-height: 52px;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.banner-icon3 a {
  width: 100%;
  box-shadow: 3px 3px #994949;
  background: #c85f5f;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  line-height: 52px;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.banner-icon1 a::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 32%;
  height: 40px;
  margin: 0 4% 4px;
  background: url(../img/banner-icon1.png) no-repeat center left;
  background-size: 100%;
  vertical-align: middle;
}

.banner-icon2 a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 4px 0;
  padding: 0;
  background: url(../img/baneer-icon3.png) no-repeat center left;
  background-size: 50%;
  vertical-align: middle;
}

.banner-icon3 a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 4px 0;
  padding: 0;
  background: url(../img/baneer-icon4.png) no-repeat center left;
  background-size: 70%;
  vertical-align: middle;
}

.banner-icon1 a:hover {
  color: #000;
  background: #f2f2f2;
}

.banner-icon2 a:hover {
  color: #fff;
  background: #5b4141;
}

.banner-icon3 a:hover {
  color: #fff;
  background: #c67373;
}

.info-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.top-concept-cont {
}

.top-concept-inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 550px 0 90px;
  text-align: center;
}

.top-concept-inner h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
}

.top-concept-inner h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff;
}

.top-concept-inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #fff;
}

.top-concept-inner a {
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 30px;
  display: block;
  background: #fff;
  position: relative;
}

.top-concept-inner a:hover {
  color: #fff;
  background: #ccc;
}

.top-concept-inner a div::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/images/movie-icon.png) right no-repeat;
  background-size: 20px;
  top: 5px;
  left: 10px;
}

.top-about-inner {
  width: 100%;
  display: table;
}

.about-box {
}

.about-box h5 {
  font-size: 80px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1;
}

.about-box h6 {
  font-size: 15px;
  line-height: 1;
  margin: 20px 0;
  padding: 8px 5px;
  color: #000;
  background: #fff;
}

.about-box p {
  font-size: 12px;
  line-height: 22px;
}

.div2 {
  display: table;
  width: 100%;
  height: 100%;
}

.div2-inner {
  display: table-cell;
  vertical-align: middle;
}

.div2-inner p {
  font-size: 13px;
  line-height: 21px;
}

.flex-pc {
}

.flex-sp {
  display: none !important;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.grid figure p {
  font-size: 13px;
  line-height: 21px;
}

.top-column-cont {
  background: #f2f2f2;
  padding: 0 20px 50px;
}

.top-column-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.column-box {
  width: 22%;
  margin: 0 4% 0 0;
  float: left;
  text-align: center;
}

.column-box h4 {
  font-size: 14px;
  line-height: 1;
  margin: 20px 0 0;
}

.column-box hr {
  width: 10px;
  margin: 10px auto;
  border-top: 2px solid #000;
  border-bottom: none;
}

.column-box p {
  font-size: 11px;
  line-height: 1;
}

.column-box_last {
  margin: 0 !important;
}

.thum {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

.thum span {
  font-size: 10px;
  padding: 0 10px 0 0;
  font-weight: normal;
}

.ochiai-thum,
.kuramochi-thum,
.kawamura-thum,
.yamagishi-thum,
.staff-thum {
  line-height: 70px;
  padding: 0 0 0 90px;
}

.ochiai-thum:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url(../img/column-icon-ochiai.png) no-repeat;
  background-size: 70px;
  position: absolute;
  left: 0;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.kuramochi-thum:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url(../img/column-icon-kuramochi.png) no-repeat;
  background-size: 70px;
  position: absolute;
  left: 0;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.kawamura-thum:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url(../img/column-icon-kawamura.png) no-repeat;
  background-size: 70px;
  position: absolute;
  left: 0;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.yamagishi-thum:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url(../img/column-icon-yamagishi.png) no-repeat;
  background-size: 70px;
  position: absolute;
  left: 0;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.staff-thum:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url(../img/column-icon-staff.png) no-repeat;
  background-size: 70px;
  position: absolute;
  left: 0;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.top-method-cont {
  background: url(https://resizecdn.com/data/img/?space=b7328fdf31c58ac7&type=jpg&w=1200)
    no-repeat#32332d;
  background-size: cover;
}

.top-method-inner {
  max-width: 1000px;

  width: 96%;
  margin: 0 auto;
  padding: 5% 2%;
}

.method-box {
  width: 50%;
}

.method-box {
  width: 50%;
}

.method-box img {
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
}

.method-box:first-child {
  max-width: 420px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.method-box h4 {
  font-size: 22px;
  line-height: 1.8;
  margin: 0 auto 10px;
  color: #ba9f6f;
}

.method-box h5 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.method-box h5 span {
  font-size: 10px;
  font-weight: 400;
}

.method-box p {
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 2;
  color: #fff;
}

.method-box p:nth-child(5) {
  font-size: 10px;
  margin: 10px 0;
}

.top-access {
  padding: 280px 0 0;
  background: url(https://resizecdn.com/data/img/?space=bc11bd7220ba9169&type=jpg&w=1280)
    no-repeat center top;
  background-size: 1200px;
}

.top-access-cont {
  background: url(https://resizecdn.com/data/img/?space=093943f03ba40d69&type=jpg&w=1200)
    no-repeat center;
  position: relative;
  padding: 320px 0 0 0;
}

.top-access-inner {
  height: 345px;
  position: absolute;
  display: table;
}

.top-access-left {
  width: 20%;
  padding: 5%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.top-access-left img {
  padding: 50px 0;
}

.top-access-left a {
  font-size: 32px;
  line-height: 1;
  background: url(../img/access-tel.png) no-repeat left;
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  border-top: 2px solid #000;
}

.access-title1 {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
}

.access-title2 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #000;
}

.access-title3 {
  font-size: 11px;
  line-height: 1;
  margin: 30px 0;
}

.top-access-right {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

.top-access-right iframe {
  width: 100%;
  max-width: 800px;
}

.access-button {
}

#office_map {
  width: 100%;
  height: 420px;
}

/*------------------
   Price
------------------*/

.program-cont {
  background: #f2f2f2;
}

.program-inner {
}

.program-box {
  width: 100%;
  display: table;
}

.program-img {
  width: 50%;
  height: 480px;
  display: table-cell;
  vertical-align: middle;
}

.program-img1 {
  background: url(../img/program-img1.jpg) no-repeat;
  background-size: cover;
}

.program-img2 {
  background: url(../img/program-img2.jpg) no-repeat;
  background-size: cover;
}

.program-text {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.program-text-inner {
  padding: 0 80px;
}

.program-text h4 {
  font-size: 50px;
  margin: 0 0 30px;
  font-family: 'Barlow Condensed', sans-serif;
}

.program-text h5 {
  font-size: 18px;
  margin: 0 0 30px;
}

.program-text p {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 10px;
}

.program-text p strong {
  text-decoration: underline;
  font-weight: bold;
}

.year-cont {
  background: url(../img/year-back.jpg) no-repeat center top #f2f2f2;
  background-size: contain;
}

.year-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.year-img {
  margin: 0 0 40px;
}

.year-img p {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin: 10px 0 0;
  text-align: right;
}

.year {
  max-width: 1000px;
  margin: 0 auto;
}

.year-box {
  width: 28%;
  margin: 0 8% 0 0;
  float: left;
}

.year-box-inner {
  padding: 0;
  background: #fff;
  text-align: center;
}

.year-icon {
  height: 120px;
  text-align: center;
  margin: 0 0 20px;
  padding: 35px 20px;
  background: #d5c4a5;
}

.year2 {
  background: #bca16f;
}

.year3 {
  background: #977947;
}

.year-box h5 {
  padding: 0 20px;
}

.year-box hr {
  width: 20px;
  margin: 10px auto 0;
  padding: 0;
  border-top: 1px solid #000;
}

.year-box p {
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0 0;
  padding: 0 30px;
}

.year-box_last {
  margin: 0 !important;
}

.year-bottom {
  padding: 20px 20px 10px;
}

.year-bottom p {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background: #000;
  text-align: center;
}

.year-bottom p span {
  color: #bca16f;
}

.gold-text {
  font-size: 12px !important;
  font-weight: bold;
  line-height: 18px !important;
  letter-spacing: 0.03em;
  margin: 0 !important;
  padding: 0 20px 10px !important;
  color: #977947;
  text-align: center;
}

.trainer-point-text {
  margin: 0 0 30px !important;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

.price-cont {
}

.price-inner {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.price-inner p {
  margin: 0;
}

.price-top {
  width: 100%;
  display: table;
  border-collapse: separate;
  /* セルの間隔を空ける */
  border-spacing: 60x 0;
  /* 左右 上下で記述 */
}

.price-left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.price-right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

div.price-title {
  height: 95px;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
}

div.price-title:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

div.price-title h2 {
  text-align: left;
  float: left;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

div.price-title p {
  font-size: 28px;

  text-align: right;
  padding: 0;
  margin: 0;
}

.price-test {
  position: relative;
  background: #000;
}

.price-test::before {
  content: 'style\Asheet';
  white-space: pre;
}

.price-test::after {
  content: 'styl';
  position: absolute;
  right: 0;
}

.price {
  width: 100%;
  height: 110px;
  background: #000;
  display: table;
  table-layout: fixed;
}

.price p {
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.price h5 {
  padding: 0 20px 0 0;
  font-size: 28px;
  line-height: 1;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.price h5 span {
  font-size: 18px;
  line-height: 1;
}

.price-more {
  background: #f2f2f2;
  padding: 10px 20px;
}

.price-more p {
  font-size: 13px;
  line-height: 21px;
}

.price-pickup {
  display: none;
}

.cross {
  position: relative;
  margin: 20px 0 0 0 !important;
}

.cross span {
  font-weight: bold;
}

.cross::first-letter {
  padding: 0 0 0 20px;
}

.cross::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  background: url(/img/cross-icon.png) no-repeat;
  background-size: 15px;
}

.img-sp {
  display: none;
}

.gray-back {
  background: #f2f2f2;
}

.trainer-pricelist {
  width: 100%;
  margin-bottom: 20px;
  background: #f2f2f2;
  text-align: center;
}

.trainer-pricelist tr:nth-child(1) th {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.trainer-pricelist tr:nth-child(2) th,
.trainer-pricelist tr:nth-child(3) th,
.trainer-pricelist tr:nth-child(4) th,
.trainer-pricelist tr:nth-child(5) th {
  color: #fff;
  background: #000;
}

.trainer-pricelist tr:nth-child(6) th {
  font-size: 13px;
}

.trainer-pricelist tr th {
  width: 33.33%;
  font-size: 15px;
  font-weight: normal;
  padding: 1.5% 3.5%;
  border: 1px solid #e1e1e1;
  /*white-space: nowrap;*/
}

.trainer-pricelist tr td {
  width: 33.33%;
  font-size: 15px;
  font-weight: normal;
  padding: 1.5% 3.5%;
  border: 1px solid #e1e1e1;
  /*white-space: nowrap;*/
}

.trainer-pricelist tr td span {
  font-size: 11px;
  padding: 0 0 0 3px;
}

.trainer-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 60px;
  background: #f2f2f2;
}

.trainer-cont p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.trainer {
  width: 100%;
  margin: 0 auto 30px;
}

.trainer-box {
  width: 31%;
  margin: 0 3.5% 0 0;
  padding: 0;
  float: left;
  position: relative;
}

.trainer-box_last {
  width: 31%;
  margin: 0 -3.5% 0 0;
  padding: 0;
}

.sns-icon {
  position: absolute;
  top: 4px;
  right: 4px;
}

.sns-icon img {
  width: 20px !important;
}

.sns-icon a {
  float: left;
  margin: 0 3px 0 0;
}

.trainer-inner {
  padding: 0 20px 20px;
  background: #fff;
}

.trainer-box img {
  width: 100%;
}

.trainer-inner h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 30px;
  padding: 30px 0 0;
  text-align: center;
}

.trainer-inner h5 span {
  font-size: 10px;
  font-weight: 100;
}

.trainer-inner p {
  font-size: 10px;
  line-height: 13px;
  text-align: center;
}

.list h6 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.list ul li {
  position: relative;
}

.list ul li {
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  color: #5a3030;
}

.list ul li::before {
  position: absolute;
  content: '■';
  font-size: 10px;
  left: 0;
}

.list-last {
  margin: 0 0 10px !important;
  padding: 0 0 10px 15px !important;
  border-bottom: 1px dotted #000;
}

.list-last2 {
  font-size: 11px;
  font-weight: normal !important;
  line-height: 14px !important;
  color: #8c7575 !important;

  margin: 0 0 10px !important;
  padding: 0 0 10px 20px !important;
  border-bottom: 1px dotted #000;
}

.list-last2::before {
  position: absolute;
  content: '・' !important;
  font-size: 0.5em !important;
  left: 10px !important;
  color: #000 !important;
}

.list-inside {
  font-size: 11px;
  font-weight: normal !important;
  line-height: 14px !important;
  margin: 0 0 2px !important;
  padding: 0 0 0 20px !important;
  color: #8c7575 !important;
}

.list-inside_last {
  margin: 0 0 8px !important;
}

.list-inside::before {
  position: absolute;
  content: '・' !important;
  font-size: 0.5em !important;
  left: 10px !important;
  color: #000 !important;
}

.list-circle {
  font-size: 11px;
  font-weight: normal !important;
  line-height: 15px;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}

.list-circle::before {
  position: absolute;
  content: '●' !important;
  font-size: 0.5em !important;
  left: 0;
  color: #000 !important;
}

.trainer-btn {
  margin: 20px auto;
}

.trainer-btn1 {
  max-width: 480px;
  margin: 0 auto 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
  color: #bca16f;
  background: #fff;
  border: 1px solid #bca16f;
  text-align: center;
  text-decoration: none;
}

.trainer-btn1:hover {
  color: #fff;
  background: #bca16f;
  border: 1px solid #bca16f;
}

.trainer-btn2 {
  max-width: 480px;
  margin: 0 auto 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  background: #5a3030;
  text-align: center;
  text-decoration: none;
}

.trainer-btn2:hover {
  color: #fff;
  background: #846565;
}

.trainer-btn3 {
  max-width: 480px;
  margin: 0 auto 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  background: #c85f5f;
  text-align: center;
  text-decoration: none;
}

.trainer-btn3:hover {
  color: #fff;
  background: #da9292;
}

.bodycare-cont {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.bodycare-cont h3 {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  border-left: 2px solid #000;
}

.bodycare-cont p {
  font-size: 13px;
  line-height: 2;
  margin: 0 0 20px;
}

.bodycare-cont .inner {
  padding: 15%;
}

.bodycare-cont .inner img {
  width: 33.33%;
  max-width: initial;
}

.jf24-banner {
  width: 90%;
  display: block;
  margin: 40px auto 0;
}

.jf24-banner img {
  transition: 0.3s;
  opacity: 1;
}

.jf24-banner img:hover {
  opacity: 0.5;
}

/*------------------
		Access
------------------*/
.slick-initialized .slick-slide {
  cursor: pointer;
}

.thumb-item-nav {
  max-width: 1040px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.access-cont {
  max-width: 1040px;
  margin: 30px auto 60px;
  padding: 0 20px;
}

.access-inner {
  width: 100%;
  display: table;
  background: #f2f2f2;
}

.access-left {
  width: 320px;
  padding: 0 20px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.access-left img {
  max-width: 160px;
  padding: 50px 0;
}

.access-left a {
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 35px;
  background: url(../img/tel-icon.png) no-repeat center left;
  background-size: 30px;
  font-family: 'Barlow Condensed', sans-serif;
}

.access1 {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

.access2 {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

.access3 {
  font-size: 11px;
  line-height: 15px;
  margin: 20px 0 0;
}

.access-right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.access-right iframe {
  width: 100%;
  height: 420px;
}

.access-btn a {
  max-width: 280px;
  margin: 10px auto 0;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
  background: #000;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  color: #fff;
  position: relative;
}

.access-btn a:hover {
  color: #fff;
  background: #ccc;
}

.access-btn a:before {
  text-align: center;
  text-decoration: none;
  content: '';
  display: inline-block;
  width: 20px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 -12px;
  padding: 0;
  background: url(../img/google-icon.png) no-repeat center left;
  background-size: 10px;
  position: absolute;
  top: 3px;
}

.info-cont {
  background: #000;
  padding: 30px 20px;
}

.info-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.info-inner table {
  width: 100%;
  border-collapse: collapse;
}

.info-inner table tr th {
  width: 30%;
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.info-inner table tr td {
  width: 70%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.info-inner table tr:last-child th {
  border-bottom: none;
}

.info-inner table tr:last-child td {
  border-bottom: none;
}

/*------------------
			Company
------------------*/

.company-cont {
  background: #000;
}

.company-inner {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 30px 20px;
}

.company-inner table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.company-inner table tr {
}

.company-inner table tr th {
  width: 15%;
  font-size: 12px;
  line-height: 1;
  color: #000;
  background: #fff;
  padding: 10px 20px;
  border-bottom: 10px solid #000;
  text-align: left;
}

.company-inner table tr td {
  font-size: 12px;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  color: #fff;
}

/*------------------
			Faq
------------------*/

.faq-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-cont_last {
  margin: 0 auto 80px !important;
}

.accordion {
  color: #fff;
}

.accordion {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 1px;
  padding: 20px 20px 20px 55px;
  background: url(../img/icon_p.png) no-repeat 20px center #000;
  background-size: 25px;
}

.a_box {
  font-size: 13px;
  line-height: 21px;
  padding: 20px 60px 20px 55px;
  background: url(../img/icon_a.png) no-repeat 20px center #f1f1f1;
  background-size: 25px;
}

div.a_box {
  display: none;
}

/*------------------
			Contact
------------------*/

.mail-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.mail-title {
  width: 100%;
  background: #bca16f;
  margin: 0 0 40px;
  padding: 60px 0;
  text-align: center;
}

.counseling-title {
  background: #5a3030 !important;
}

.training-title {
  background: #c85f5f !important;
}

.mail-title h3 {
  font-size: 50px;
  line-height: 1;
  margin: 0 0 15px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
}

.mail-title hr {
  width: 32px;
  border: 1px solid #fff;
}

.mail-title p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 0;
  color: #fff;
}

.btn-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.btn-box {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
  background: #ccc;
  text-align: center;
  box-shadow: 5px 5px #947f58;
}

.btn-box2 {
  box-shadow: 5px 5px #331a1a;
}

.btn-box3 {
  box-shadow: 5px 5px #994949;
}

.btn-box a {
  text-indent: -9999px;
}

.btn-box_last {
  margin: 0;
}

.mail-button1 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 130px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: url(../img/icon1.png) no-repeat center center #bca16f;
  background-size: 80px;
}

.mail-button1 span {
  font-size: 15px;
  padding: 0 0 0 8px;
}

.mail-button1:hover {
  color: #2da3a4;
  background: url(../img/icon1.png) no-repeat center center #b09055;
  background-size: 80px;
}

.mail-button2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 130px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: url(../img/icon2.png) no-repeat center center #5a3030;
  background-size: 150px;
}

.mail-button2 span {
  font-size: 15px;
  padding: 0 0 0 8px;
}

.mail-button2:hover {
  color: #2da3a4;
  background: url(../img/icon2.png) no-repeat center center #552a2a;
  background-size: 150px;
}

.mail-button3 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 130px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: url(../img/icon3.png) no-repeat center center #c85f5f;
  background-size: 150px;
}

.mail-button3 span {
  font-size: 15px;
  padding: 0 0 0 8px;
}

.mail-button3:hover {
  color: #2da3a4;
  background: url(../img/icon3.png) no-repeat center center #c04747;
  background-size: 150px;
}

.mail-text1 {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 30px;
  text-align: center;
}

.mail-text2 {
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  padding: 20px 20px;
  text-align: center;
  background: #f2f2f2;
}

.online-btn {
  background: #f2f2f2;
}

.online-btn-cont {
  max-width: 620px;
  margin: 0 auto 40px;
  padding: 0 0 20px;
}

.online-btn-cont a {
  width: 48%;
  margin: 0 0 2% 0;
  float: left;
}

.online-btn-cont a:first-child {
  /*opacity: 0.3; */
}

.online-btn-cont a:last-child {
  width: 48%;
  margin: 0 0 2% 0;
  float: left;
}

.online-btn-cont img {
  /*box-shadow: 5px 5px #b3b3b3;*/
}

.join-cont {
  width: 100%;
  display: table;
  margin: 40px auto 0;
  padding: 30px 0;
  background: #f2f2f2;
  text-align: left;
}

.join-left {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.join-left p {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 0 20px;
}

.join-right {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

.join-right p {
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 0 0 60px;
  background: url(../img/join-icon.png) no-repeat left;
  background-size: 45px;
}

.join-right p span {
  font-weight: 100;
}

.join-bottom-text {
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0 60px;
  text-align: center;
}

.training-box {
  margin: 0 0 30px;
}

.training-box p {
  width: 48%;
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 0 4%;
  text-align: left;
  float: left;
}

/*------------------
			agreement
------------------*/

.privacy-cont {
  max-width: 1000px;
  margin: 60px auto 80px;
}

.privacy-cont h3 {
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 3px solid #5a3030;
}

.privacy-title {
  margin: 0 0 20px;
}

.privacy-cont h4 {
  font-size: 15px;
  margin: 20px 0 10px;
}

.privacy-cont p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.single_left p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px;
}

/*------------------
			Recruit
------------------*/
.recruit-cont {
  background: #f2f2f2;
}

.recruit-table-cont {
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 13px;
  line-height: 21px;
}

.recruit-table-cont .title {
  background: none;
  margin: 0 auto 30px;
  padding: 0;
}

.recruit-table-cont .title h3 {
  font-size: 25px;
}

.recruit-table-cont table {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2%;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}

.recruit-table-cont table tr td {
  padding: 15px 0 15px;
  border-top: 1px solid #000 !important;
}

.recruit-table-cont .column-1 {
  width: 30%;
  vertical-align: top;
}

.recruit-table-cont .column-2 {
  width: 70%;
  vertical-align: middle;
}

.recruit-table-cont .row-2 .column-2 {
  background: none;
  color: #000;
  font-size: 13px;
  line-height: 21px;
}

.recruit-table-cont .row-3 .column-1,
.recruit-table-cont .row-4 .column-1,
.recruit-table-cont .row-5 .column-1,
.recruit-table-cont .row-6 .column-1,
.recruit-table-cont .row-7 .column-1 {
  background: none;
  color: #000;
  font-size: 13px;
  line-height: 21px;
  padding: 15px 0 15px;
}

.recruit-form-cont {
}

.recruit-mail-cont {
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 13px;
  line-height: 21px;
}

.recruit-mail-cont .title {
  background: none;
  margin: 0 auto 30px;
  padding: 0;
}

.recruit-mail-cont .title h3 {
  font-size: 25px;
}

.recruit-mail-cont table {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}

.recruit-mail-cont table .contact_left {
  width: 30%;
  padding: 0 0 20px;
}

.recruit-mail-cont table .contact_right {
  width: 70%;
  padding: 0 0 20px;
}

.recruit-mail-cont table textarea {
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  border: none;
}

.form-rec-required {
  font-size: 10px;
  margin: 0 0 0 5px;
  color: #c50037;
}

.recruit-mail-cont .wpcf7c-elm-step2 {
}

.entry-text {
  margin: 0 0 10px;
}

.required-text1 {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.required-text2 {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 10px;
}

.recruit-container {
  overflow: hidden;
}

.recruit-main {
  background: url('../img/recruit-main.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  margin: 140px auto 40px;
  position: relative;
}

.recruit-main img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  margin: auto;
}

.r-cont {
  margin: 0 auto;
  height: auto;
  max-width: 840px;
  width: 100%;
}

.r-cont .r-840 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 21px;
}

.r-subtitle {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.r-cont .title {
  background: none;
  margin: 0 auto 60px;
  padding: 0;
}

.r-about .title h3,
.r-attractiveness .title h3,
.r-comment .title h3 {
  font-size: 25px;
}

.r-about .box,
.r-attractiveness .box,
.r-comment .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.r-about {
  padding: 100px 0;
}

.r-about .left-box {
  width: 49%;
}

.r-about .left-box p {
  margin-bottom: 1.5rem;
}

.r-about .right-box {
  width: 49%;
  background: url('../img/recruit-about.jpg') no-repeat center;
  background-size: cover;
  background-position-x: 30%;
  display: block;
}

.r-attractiveness {
  background-color: #666666;
  padding: 80px 0 250px;
}

.r-attractiveness .title h3,
.r-comment .title h3 {
  border-right: 2px solid #fff;
}

.r-attractiveness .title-inner {
  color: #fff;
}

.r-attractiveness .box-pc {
  padding: 0 17.5%;
}

.r-attractiveness .box-pc .inbox {
  width: 46.2%;
}

.r-attractiveness .inbox {
  background-color: #fff;
  box-shadow: 5px 5px 0 0 #666, 5px 5px 0 1px #fff;
  width: 30%;
  margin-bottom: 10%;
  padding: 30px 0;
  position: relative;
}

.r-attractiveness .inbox h4 {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 5%;
}

.r-attractiveness .inbox span {
  font-size: 1.4em;
  color: #fbb03b;
}

.r-attractiveness .inbox p {
  font-size: 1em;
  padding: 0 10%;
  display: block;
}

.r-attractiveness .inbox img {
  width: 50px;
  position: absolute;
  top: -30px;
  left: 10px;
}

.r-comment {
  color: #fff;
  background-color: #2c2c2c;
  padding: 0 0 100px;
}

.r-comment .image-mainbox {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.r-comment .image-box {
  position: relative;
  max-width: 840px;
  width: 100%;
  margin: 0 auto 30%;
  height: 1px;
}

.r-comment .img-1 {
  position: absolute;
  width: 50%;
  top: -200px;
  left: 2%;
  max-width: 420px;
  z-index: 2;
}

.r-comment .img-2 {
  position: absolute;
  width: 50%;
  top: -100px;
  right: 2%;
  max-width: 420px;
  z-index: 2;
}

.r-comment .box {
  text-align: center;
  font-size: 1.1em;
}

.r-comment .box p {
  margin-bottom: 1.5rem;
}

.r-comment .box img {
  width: 40%;
  margin: 6% auto 0;
}

/*------------------
			Column
------------------*/

.single-thum {
  margin: 80px 0 0;
  padding: 3%;
  border: 5px solid #eee;
  align-items: center;
}

.tag1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.tag1 a {
  display: block;
  margin: 0 0 5px;
  padding: 10px 40px 10px 20px;
  background: #795548;
  color: #fff;
  white-space: nowrap;
}

.tag1 a:last-child {
  margin: 0;
  background: #000;
}

.tag1 .arrow01:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.other-column-cont {
  max-width: 900px;
  margin: 0 auto;
}

.other-column-box {
  width: 22%;
}

.other-column-box p {
  font-size: 10px;
  margin: 20px 0 10px;
}

.other-column-box h5 {
  font-size: 13px;
  line-height: 1.5;
}

.other-column-box a {
  display: block;
}

.other-column-title {
  max-width: 900px;
  margin: 80px auto 30px;
}

.other-column-title h4 {
  font-size: 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #000;
}

.other-column-title a {
  font-size: 13px;
  font-weight: bold;
}

.arrow01 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow01:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

.column-text-link {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #000;
}

.column-text-link p {
  display: inline;
}

.column-text-link a {
}

/*------------------
			Record
------------------*/

.record-cont h2 span {
  font-size: 22px !important;
}

.record-inner {
  padding: 0 10px !important;
}

.record-box {
  margin: 0 auto !important;
}

.record-right {
  width: 72% !important;
}

.record-column1 p {
  margin: 0 0 2px !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

.record-date table tr td {
  padding: 10px 0 !important;
}

.record-column1 {
  width: 35% !important;
}

.record-column2,
.record-column3 {
  font-size: 22px !important;
  text-align: right;
}

.record-column2 span,
.record-column3 span {
  margin: 0 0 0 1px !important;
}

.record-left h3 {
  font-size: 25px !important;
  margin: 0 0 10px !important;
}

.record-left h3 span {
  font-size: 20px !important;
  margin: 0 0 0 3px !important;
}

.record-column1 p:last-child {
  font-weight: 100 !important;
}

.record-column1 p:last-child {
  font-size: 11px !important;
  margin: 0 !important;
}

/*------------------
		personalfood
------------------*/

.food-main-visual {
  background: url(../img/food-main-img.jpg) no-repeat center top;
  background-position-y: 140px;
  background-size: 1280px;
  padding: 670px 20px 0;
}

.food-main-text {
  max-width: 860px;
  background: #dedecddb;
  margin: 0 auto;
  padding: 30px;
}

.food-main-inner {
  text-align: center;
}

.food-main-inner p {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin: 0 0 20px;
  font-family: 'Barlow Condensed', sans-serif;
}

.food-main-inner p:nth-child(3) {
  margin: 0 0 60px;
}

.food-main-inner p span {
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px 0 7px;
}

.food-main-inner .between-flex {
  max-width: 480px;
  margin: 0 auto 30px;
}

.food-main-inner .between-flex a {
  transition: 0.3s;
  opacity: 1;
}

.food-main-inner .between-flex a:hover {
  opacity: 0.5;
}

.food-cont {
  padding: 80px 0 0;
}

.food-cont-title {
  max-width: 780px;
  font-size: 15px;
  text-align: center;
  color: #b7a175;
  margin: 100px auto 60px;
  padding: 0 0 27px;
  border-bottom: 2px solid #000;
  letter-spacing: 0.05em;
}

.food-cont-title h2 span {
  font-size: 13px;
  font-weight: normal;
}

.food-inner1 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.food-inner1 .food-box:first-child {
  width: 56%;
  float: left;
  position: relative;
}

.food-inner1 .food-box:first-child:before {
  content: '';
  width: 145px;
  height: 250px;
  background: url(/img/food-point1.png) no-repeat;
  background-size: 145px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}

.food-inner1 .food-box:first-child img {
  display: none;
}

.food-inner1 .food-box:first-child h3 {
  font-size: 22px;
  line-height: 37px;
  margin: 0 0 15px;
  padding: 0 0 0 180px;
}

.food-inner1 .food-box:first-child p {
  font-size: 13px;
  line-height: 2;
  padding: 0 0 0 180px;
}

.food-inner1 .food-box:last-child {
  width: 40%;
  float: right;
}

.food-img1 {
  height: 350px;
  background: url(/img/food-img1.png) no-repeat;
  background-size: contain;
}

.food-inner2-cont {
}

.food-inner2 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}

.food-inner2 .food-box:first-child {
  width: 50%;
  height: 630px;
  display: table-cell;
  vertical-align: middle;
  background: url(/img/food-point2.jpg) no-repeat;
  background-size: cover;
  background-position-x: 120%;
}

.food-inner2 .food-box:last-child:before {
  content: '';
  width: 145px;
  height: 250px;
  background: url(/img/food-point2.png) no-repeat;
  background-size: 145px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
}

.food-inner2 .food-box:last-child {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.food-inner2 .food-box:last-child img {
  display: none;
}

.food-inner2 .food-box:last-child h3 {
  max-width: 420px;
  font-size: 22px;
  line-height: 37px;
  margin: 0 0 15px;
  padding: 0 20px;
}

.food-inner2 .food-box:last-child p {
  max-width: 420px;
  font-size: 13px;
  line-height: 2;
  padding: 0 20px;
}

.food-inner3 {
  text-align: center;
  margin: 150px 0 0;
  padding: 100px 20px 30px;
  position: relative;
}

.food-inner3 img {
  max-width: 145px;
  margin: 0 auto;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
}

.food-inner3 h3 {
  font-size: 22px;
  line-height: 37px;
  margin: 0 0 15px;
  color: #000;
}

.food-inner3 p {
  font-size: 13px;
  line-height: 2;
  color: #000;
}

.food-box-pickup {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 20px;
  border: 2px solid #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.95, #ffde31),
    color-stop(0, #ff8000)
  );
  background: -webkit-linear-gradient(left, #ff8000 0%, #ffde31 95%);
  background: -moz-linear-gradient(left, #ff8000 0%, #ffde31 95%);
  background: -o-linear-gradient(left, #ff8000 0%, #ffde31 95%);
  background: -ms-linear-gradient(left, #ff8000 0%, #ffde31 95%);
  background: linear-gradient(to left, #ff8000 0%, #ffde31 95%);
}

.food-box-pickup h4 {
  font-size: 20px;
  line-height: 1;
  border-bottom: 2px solid #fff;
  margin: 0 0 20px;
  padding: 0 0 20px;
  color: #fff;
}

.food-box-pickup table {
  width: 100%;
}

.food-box-pickup table tr {
  width: 33.3%;
  display: inline-block;
}

.food-box-pickup table tr th {
  font-size: 18px;
  padding: 5px 20px;
  margin: 0 20px 15px;
  line-height: 1;
  background: #fff;
  color: #000;
  display: block;
  border-radius: 5px;
}

.food-box-pickup table tr td {
  font-size: 12px;
  margin: 0 20px;
  line-height: 2;
  color: #fff;
  display: block;
}

.food-menu-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.food-title {
  max-width: 1000px;
  margin: 0;
  padding: 30px 0;
  background: #fff;
  display: table;
  float: left;
}

.food-title h5 {
  font-size: 35px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
  border-right: 2px solid #bca16f;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  color: #bca16f;
}

.food-title p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  color: #bca16f;
}

.food-menu-right {
  float: right;
}

.food-menu-right a {
  font-size: 15px;
  font-weight: bold;
  line-height: 95px;
  color: #bca16f;
}

.food-menu-right a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(/img/food-menu-icon.png) no-repeat;
  background-size: 10px;
}

.food-price-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 60px;
  text-align: center;
}

.food-price-cont h6 {
  font-size: 35px;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 30px 0 0;
  color: #bca16f;
  border-top: 2px solid #bca16f;
  letter-spacing: 0.02em;
}

.food-price-cont h6 span {
  font-size: 15px;
  padding: 0 5px 0;
  color: #000;
}

.food-order-cont {
  margin: 0 auto;
  padding: 20px 0 60px;
}

.food-order-cont p:last-child {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 15px;
  line-height: 2;
}

.food-order-cont p:last-child strong {
  color: #bca16f;
  text-decoration: underline;
}

.cal-icon {
  position: absolute !important;
  max-width: 180px !important;
  top: 95px !important;
  right: -600px !important;
}

/*------------------
  personalfood
------------------*/

.bento-cont {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.bento-title {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
}

.bento-title h4 {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #000;
}

.bento-title h4 img {
  width: 30%;
}

.bento-title p {
  font-size: 13px;
  line-height: 2;
}

.bento-sub-title {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #000;
  text-align: left;
}

.bento-sub-title h5 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.bento-sub-title h5 span {
  font-size: 12px;
  border-left: 2px solid #000;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

.black-back .bento-title h4 {
  border-bottom: 1px solid #fff;
}

.black-back .bento-title h4 img {
  width: 25%;
}

.black-back .bento-sub-title {
  border-bottom: 1px solid #fff;
}

.black-back .bento-sub-title h5 span {
  border-left: 2px solid #fff;
}

.bento-box img {
  margin: 0 auto 20px;
}

.bento-box h6 {
  font-size: 20px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
}

.bento-box p {
  font-size: 13px;
  line-height: 2;
  text-align: left;
}

.bento-box p:nth-child(3) {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
}

.bento-box p:nth-child(3) span {
  font-size: 15px;
  padding: 0 20px 0 0;
}
