@charset "UTF-8";
/* mixin
========================================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

/* リセット
========================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* 基本設定
========================================================= */
@media (max-width: 767px) {
  html {
    margin-top: 5px!important;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

p {
  margin: 0;
  line-height: 2;
}

p + p {
  margin-top: 2em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

::-moz-selection {
  color: #fff;
  background-color: #ff9434;
}

::selection {
  color: #fff;
  background-color: #ff9434;
}

ruby > rt {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

/* 表示・非表示
----------------------------------------------- */
.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .hidden-tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hidden-ss {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .visible-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .visible-ss {
    display: none !important;
  }
}

/* リンク
----------------------------------------------- */
a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
}

/* 基本 body
----------------------------------------------- */
.com-container-01 {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .com-container-01 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.com-container-02 {
  max-width: 1180px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .com-container-02 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

[class*="com-container-"] [class*="com-container-"] {
  padding-right: 0;
  padding-left: 0;
}

/* アニメーション
----------------------------------------------- */
.animate-delay-01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate-delay-02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.animate-delay-03 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.animate-delay-04 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.animate-delay-05 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.animate-zoom {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.animate-zoom.inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animate-slide-up {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.animate-slide-up.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animate-slide-up-s {
  opacity: 0;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate-slide-up-s.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animate-slide-down {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.animate-slide-down.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animate-slide-right {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.animate-slide-right.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate-slide-left {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.animate-slide-left.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate-slide-right-up {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
}

.animate-slide-right-up.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate-slide-text span {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: inline-block;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  min-width: 0.3em;
}

.animate-slide-text span:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.animate-slide-text span:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.animate-slide-text span:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.animate-slide-text span:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.animate-slide-text span:nth-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.animate-slide-text span:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate-slide-text span:nth-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-slide-text span:nth-of-type(9) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-slide-text span:nth-of-type(10) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-slide-text span:nth-of-type(11) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-slide-text span:nth-of-type(12) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-slide-text.inview span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate-slide-text.inview small {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 共通パーツ
----------------------------------------------- */
.com-header-01 {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.com-header-01 .tit {
  position: relative;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  color: #ff9434;
}

@media (max-width: 767px) {
  .com-header-01 .tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.com-header-01 .tit::after {
  display: block;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: #ff9434;
  content: "";
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
  .com-header-01 .tit::after {
    width: 0;
  }
}

.com-header-01 small {
  display: block;
  margin-top: 0.3em;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .com-header-01 small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-header-01 .tit.inview::after {
  width: 368px;
}

@media (max-width: 767px) {
  .com-header-01 .tit.inview::after {
    width: 260px;
  }
}

.com-tit-01 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 767px) {
  .com-tit-01 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.com-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px auto 0;
  padding: 0;
  max-width: 100%;
  width: 294px;
  height: 63px;
  border-radius: 63px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background: #ff9434;
  color: #fff;
  -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, background 0.5s;
  transition: box-shadow 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

@media (max-width: 767px) {
  .com-btn-01 {
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.com-btn-01:hover {
  opacity: 1;
  background: #ff7901;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 30px;
          box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 30px;
}

/* ページ layout
----------------------------------------------- */
#container {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  #container {
    min-width: 1160px;
  }
}

/* header
----------------------------------------------- */
#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 11px;
  background: #fff;
  height: 176px;
}

@media (max-width: 767px) {
  #header {
    height: 70px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  #header .com-container-01 {
    padding: 0 10px;
  }
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 95px;
}

@media (max-width: 767px) {
  #header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#header-logo {
  width: 286px;
  text-align: center;
}

@media (max-width: 767px) {
  #header-logo {
    width: 208px;
  }
}

#header-logo small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #header-logo small {
    margin-top: 4px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.header-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .header-sub {
    width: auto;
    width: 210px;
    margin-top: 5px;
  }
}

.header-sub .tel {
  width: 225px;
  margin-right: 19px;
  text-align: right;
}

.header-sub .tel a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}

.header-sub .tel a::before {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background: url(../images/h_tel.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.header-sub .tel small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.header-sub .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  border-radius: 60px;
  background: #ff9434;
}

@media (max-width: 767px) {
  .header-sub .tit {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#header-nav {
  margin-top: 38px;
  font-size: 17px;
  font-size: 1.0625rem;
}

#header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-nav li + li::before {
  padding: 0 0.6em;
  content: "｜";
}

#nav-sp-btn {
  z-index: 10;
  right: 0;
  top: 0;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  height: 70px;
  height: 77px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff9434;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#nav-sp-btn > span {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 24px;
  height: 2px;
  display: block;
  margin-left: -12px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#nav-sp-btn > span:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

#nav-sp-btn > span:nth-of-type(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

#nav-sp-btn .label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  height: 1em;
  overflow: hidden;
}

#nav-sp-btn .label > div {
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#nav-sp-btn .label span {
  display: block;
}

body.is-nav-open #nav-sp-btn > span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.is-nav-open #nav-sp-btn > span:nth-of-type(2) {
  opacity: 0;
}

body.is-nav-open #nav-sp-btn > span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.is-nav-open #nav-sp-btn .label > div {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#nav-sp {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#nav-sp .inner {
  background: #ff9434;
  height: 100%;
  overflow: auto;
  padding-top: 70px;
}

#nav-sp li {
  text-align: center;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}

#nav-sp a {
  display: block;
  padding: 1em;
  font-weight: bold;
  color: #fff;
}

body.is-nav-open #nav-sp {
  z-index: 4;
  opacity: 1;
}

/* kv
----------------------------------------------- */
#kv {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 176px);
  min-height: 600px;
  background: #fff;
}

@media (max-width: 767px) {
  #kv {
    height: calc(100vh - 70px);
  }
}

#kv .inner {
  height: 100%;
}

#kv .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1000px;
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  #kv .txt {
    left: 20px;
    top: 40%;
    -webkit-transform: none;
            transform: none;
    max-width: 60%;
  }
}

#kv .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#kv .bg img {
  z-index: -1;
}

/* intro
----------------------------------------------- */
#intro {
  position: relative;
  padding-bottom: 80px;
  background: url(../images/intro_bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  #intro {
    padding-bottom: 40px;
    background: none;
  }
}

#intro::before, #intro::after {
  font-size: 0px;
  font-size: 0rem;
  content: "";
  position: absolute;
  right: -20px;
  left: -20px;
  padding-top: 0.91921%;
  background: url(../images/kv_line.png) no-repeat;
  background-size: 100% auto;
}

#intro::before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#intro::after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (max-width: 767px) {
  #intro .com-container-02 {
    padding: 0;
  }
}

#intro .img {
  margin-top: 0;
}

.intro-tab {
  position: relative;
  width: 646px;
  background-repeat: repeat;
  background-position: center 0;
  display: none;
}

@media (max-width: 767px) {
  .intro-tab {
    width: calc(100% - 14px);
    margin-left: 0;
  }
}

.intro-tab.active {
  display: block;
}

.intro-tab .inner {
  padding: 47px 60px;
}

@media (max-width: 767px) {
  .intro-tab .inner {
    padding: 20px 16px;
  }
}

.intro-tab.tab-01 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

@media (max-width: 767px) {
  .intro-tab.tab-01 {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

.intro-tab.tab-01::before {
  -webkit-transform: translate(14px, 18px);
          transform: translate(14px, 18px);
  background-image: url(../images/intro_tab_bg_02.jpg);
}

.intro-tab.tab-01 .inner {
  background-image: url(../images/intro_tab_bg_01.jpg);
}

.intro-tab.tab-02 {
  -webkit-transform: translate(14px, -42px);
          transform: translate(14px, -42px);
}

@media (max-width: 767px) {
  .intro-tab.tab-02 {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}

.intro-tab.tab-02::before {
  -webkit-transform: translate(-14px, -18px);
          transform: translate(-14px, -18px);
  background-image: url(../images/intro_tab_bg_01.jpg);
}

.intro-tab.tab-02 .inner {
  padding-top: 35px;
  background-image: url(../images/intro_tab_bg_02.jpg);
}

@media (max-width: 767px) {
  .intro-tab.tab-02 .inner {
    padding-top: 20px;
  }
}

.intro-tab::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-repeat: repeat;
  background-position: center 0;
}

.intro-tab .tit-01 {
  margin-bottom: 0.4em;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.29412;
}

@media (max-width: 767px) {
  .intro-tab .tit-01 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.intro-tab .tit-02 {
  margin-bottom: 1.5em;
  padding: 0.2em 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background: #fff;
}

@media (max-width: 767px) {
  .intro-tab .tit-02 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.intro-tab p {
  line-height: 1.75;
}

.intro-tab p + p {
  margin-top: 1.5em;
}

.intro-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
}

@media (max-width: 767px) {
  .intro-nav {
    margin-top: -18px;
  }
}

.intro-nav > a {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 91px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {
  .intro-nav > a {
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
    width: 50%;
  }
}

.intro-nav > a span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.intro-nav > a:hover {
  opacity: 1;
}

.intro-nav > a:hover span {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.intro-nav > a.nav-01 {
  background: #c9ecea;
}

.intro-nav > a.nav-02 {
  margin: 18px 0 0 31px;
  background: #ffdc00;
}

@media (max-width: 767px) {
  .intro-nav > a.nav-02 {
    margin-left: 10px;
  }
}

.intro-nav > a.active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-nav > a.active span::before {
  padding-right: 1em;
  content: "▶︎";
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .intro-nav > a.active span::before {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* merit
----------------------------------------------- */
#merit {
  position: relative;
  padding: 60px 0 120px;
  background: url(../images/merit_bg.png);
}

@media (max-width: 767px) {
  #merit {
    padding: 40px 0 80px;
  }
}

.merit-box {
  position: relative;
  padding-top: 84px;
}

@media (max-width: 767px) {
  .merit-box {
    margin-top: 60px;
    padding-top: 42px;
  }
}

.merit-box + .merit-box {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .merit-box + .merit-box {
    margin-top: 100px;
  }
}

.merit-box > .com-container-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .merit-box > .com-container-01 {
    display: block;
  }
}

.merit-box > .com-container-01::after {
  position: absolute;
  top: -84px;
  bottom: 0;
  width: 288px;
  height: 238px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media (max-width: 767px) {
  .merit-box > .com-container-01::after {
    top: -60px;
    width: 144px;
    height: 119px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.merit-box::before {
  position: absolute;
  top: 84px;
  bottom: 0;
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
  content: "";
}

@media (max-width: 767px) {
  .merit-box::before {
    top: 42px;
  }
}

.merit-box.merit-01::before {
  left: 0;
  background: #e8f1fa;
}

@media (max-width: 767px) {
  .merit-box.merit-01 > .com-container-01 {
    padding-right: 32px;
  }
}

.merit-box.merit-01 > .com-container-01::after {
  right: -123px;
  background-image: url(../images/merit_deco_01.png);
}

@media (max-width: 767px) {
  .merit-box.merit-01 > .com-container-01::after {
    right: 0;
  }
}

.merit-box.merit-02::before {
  right: 0;
  background: #fff3e8;
}

.merit-box.merit-02 > .com-container-01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .merit-box.merit-02 > .com-container-01 {
    padding-left: 32px;
  }
}

.merit-box.merit-02 > .com-container-01::after {
  left: -123px;
  background-image: url(../images/merit_deco_02.png);
}

@media (max-width: 767px) {
  .merit-box.merit-02 > .com-container-01::after {
    left: 0;
  }
}

.merit-box.merit-03::before {
  left: 0;
  background: #fdf4f4;
}

@media (max-width: 767px) {
  .merit-box.merit-03 > .com-container-01 {
    padding-right: 32px;
  }
}

.merit-box.merit-03 > .com-container-01::after {
  right: -123px;
  background-image: url(../images/merit_deco_03.png);
}

@media (max-width: 767px) {
  .merit-box.merit-03 > .com-container-01::after {
    right: 0;
  }
}

.merit-box.merit-04::before {
  right: 0;
  background: #fffce8;
}

.merit-box.merit-04 > .com-container-01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .merit-box.merit-04 > .com-container-01 {
    padding-left: 32px;
  }
}

.merit-box.merit-04 > .com-container-01::after {
  left: -123px;
  background-image: url(../images/merit_deco_04.png);
}

@media (max-width: 767px) {
  .merit-box.merit-04 > .com-container-01::after {
    left: 0;
  }
}

.merit-box.inview::before {
  width: 57.5%;
}

@media (max-width: 767px) {
  .merit-box.inview::before {
    width: calc(100% - 16px);
  }
}

.merit-box.inview > .com-container-01::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.merit-section {
  width: 500px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .merit-section {
    width: auto;
    padding-bottom: 0;
  }
}

.merit-section .num {
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.merit-01 .merit-section .num {
  width: 166px;
  margin-left: 90px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

@media (max-width: 767px) {
  .merit-01 .merit-section .num {
    width: 99.6px;
    margin-left: 20px;
  }
}

.merit-02 .merit-section .num {
  width: 197px;
  margin: 0 104px 0 auto;
}

@media (max-width: 767px) {
  .merit-02 .merit-section .num {
    width: 118.2px;
    margin-right: 20px;
  }
}

.merit-03 .merit-section .num {
  width: 180px;
  margin-left: 86px;
}

@media (max-width: 767px) {
  .merit-03 .merit-section .num {
    width: 108px;
    margin-left: 20px;
  }
}

.merit-04 .merit-section .num {
  width: 179px;
  margin: 0 104px 0 auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

@media (max-width: 767px) {
  .merit-04 .merit-section .num {
    width: 107.4px;
    margin-right: 20px;
  }
}

.merit-section .tit {
  margin-bottom: 0.8em;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .merit-section .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.merit-img {
  position: relative;
  width: 428px;
  margin-bottom: 70px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

@media (max-width: 767px) {
  .merit-img {
    margin: 0 auto -20px;
    width: auto;
  }
}

.merit-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -25px;
  content: "";
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media (max-width: 767px) {
  .merit-img::before {
    bottom: -12px;
  }
}

.merit-img img {
  display: block;
  position: relative;
  width: 428px;
}

@media (max-width: 767px) {
  .merit-img img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .merit-01 .merit-img {
    margin-right: -10px;
  }
}

.merit-01 .merit-img::before {
  right: -19px;
  background: #b2d0ef;
}

@media (max-width: 767px) {
  .merit-01 .merit-img::before {
    right: -12px;
  }
}

@media (max-width: 767px) {
  .merit-02 .merit-img {
    margin-left: -10px;
  }
}

.merit-02 .merit-img::before {
  left: -19px;
  background: #ffd4b0;
}

@media (max-width: 767px) {
  .merit-02 .merit-img::before {
    left: -12px;
  }
}

@media (max-width: 767px) {
  .merit-03 .merit-img {
    margin-right: -10px;
  }
}

.merit-03 .merit-img::before {
  right: -19px;
  background: #f8d5d5;
}

@media (max-width: 767px) {
  .merit-03 .merit-img::before {
    right: -12px;
  }
}

@media (max-width: 767px) {
  .merit-04 .merit-img {
    margin-left: -10px;
  }
}

.merit-04 .merit-img::before {
  left: -19px;
  background: #ffed7a;
}

@media (max-width: 767px) {
  .merit-04 .merit-img::before {
    left: -12px;
  }
}

.merit-img.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .merit-img.inview {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.merit-img.inview::before {
  opacity: 1;
}

/* message
----------------------------------------------- */
#message {
  margin-top: 8px;
  padding: 64px 0 50px;
  background: #f5e1c3 url(../images/message_bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  #message {
    padding: 40px 0 0;
    background: #f5e1c3 url(../images/message_bg_s.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

.message-section {
  margin-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 656px;
  padding: 44px 30px 44px 50px;
  border: #fff 3px solid;
}

@media (max-width: 767px) {
  .message-section {
    width: auto;
    margin-top: 30px;
    padding: 20px 20px;
  }
}

.message-section .tit {
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.02857;
}

@media (max-width: 767px) {
  .message-section .tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.message-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .message-sign {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding-top: 60%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .message-sign > p {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.message-sign img {
  width: 137px;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .message-sign img {
    display: block;
    margin: 5px 0 0;
  }
}

.message-list {
  margin: 1em 0;
}

.message-list li {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33333;
}

@media (max-width: 767px) {
  .message-list li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.message-list li::before {
  position: absolute;
  left: 0;
  width: 22px;
  height: 27px;
  background: url(../images/message_check.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
}

.message-list li + li {
  margin-top: 1em;
}

/* voice
----------------------------------------------- */
#voice {
  margin-top: 2px;
  padding: 80px 0 40px;
  background: url(../images/voice_bg.png);
}

@media (max-width: 767px) {
  #voice {
    padding: 40px 0;
  }
}

.voice-section {
  position: relative;
  margin-top: 85px;
  background: #fff;
}

@media (max-width: 767px) {
  .voice-section {
    margin-top: 50px;
  }
}

.voice-section > .tit {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 305px;
  margin: 0 auto;
  padding: 0.3em 0;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .voice-section > .tit {
    max-width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.voice-section > .tit.tit-01 {
  background: #b2d0ef;
}

.voice-section > .tit.tit-02 {
  background: #ffd4b0;
}

.voice-section > .tit.tit-03 {
  background: #f8d5d5;
}

.voice-item > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 69px 40px;
}

@media (max-width: 767px) {
  .voice-item > .inner {
    display: block;
    padding: 40px 20px;
  }
}

.voice-item figure {
  width: 193px;
  margin-right: 34px;
}

@media (max-width: 767px) {
  .voice-item figure {
    width: 200px;
    margin: 0 auto;
  }
}

.voice-item dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .voice-item dl {
    margin-top: 40px;
  }
}

.voice-item dl > div + div {
  margin-top: 2em;
  padding-top: 2em;
  border-top: #322a28 1px dotted;
}

.voice-item dt {
  position: relative;
  padding-left: 54px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .voice-item dt {
    padding-left: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.voice-item dt::before {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 41px;
  height: 41px;
  margin-right: 11px;
  border-radius: 100%;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: bold;
  background: #eb8686;
  content: "Q";
}

@media (max-width: 767px) {
  .voice-item dt::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 8px;
  }
}

.voice-item dd {
  position: relative;
  margin-top: 1.1em;
  padding-left: 54px;
}

@media (max-width: 767px) {
  .voice-item dd {
    padding-left: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.voice-item dd::before {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 41px;
  height: 41px;
  margin-right: 11px;
  border-radius: 100%;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: bold;
  background: #83cad8;
  content: "A";
}

@media (max-width: 767px) {
  .voice-item dd::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 8px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 100px;
  overflow: hidden;
  display: none;
}

.slick-slide.slick-active {
  max-height: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  overflow: hidden;
  width: 47px;
  height: 47px;
  top: 50%;
  z-index: 5;
  margin-top: -23.5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: url(../images/slider_arrow.svg) no-repeat;
  background-size: contain;
  text-indent: -1000px;
  outline: none;
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.slick-arrow button {
  display: none;
}

.slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
}

/* flow
----------------------------------------------- */
#flow {
  margin-top: 6px;
  padding: 35px 0 45px;
  background: url(../images/flow_bg.png);
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  margin-left: -33px;
}

@media (max-width: 767px) {
  .flow-list {
    margin: 10px 0 0 -20px;
  }
}

.flow-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding-left: 33px;
}

@media (max-width: 767px) {
  .flow-list li {
    width: 50%;
    padding-left: 20px;
    margin-top: 20px;
  }
}

.flow-list figure {
  position: relative;
  background: #fff;
  padding-top: 100%;
}

.flow-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow-list figure.img-01 img {
  width: 124px;
}

@media (max-width: 767px) {
  .flow-list figure.img-01 img {
    width: 93px;
  }
}

.flow-list figure.img-02 img {
  width: 93px;
}

@media (max-width: 767px) {
  .flow-list figure.img-02 img {
    width: 69.75px;
  }
}

.flow-list figure.img-03 img {
  width: 152px;
}

@media (max-width: 767px) {
  .flow-list figure.img-03 img {
    width: 114px;
  }
}

.flow-list figure.img-04 img {
  width: 137px;
}

@media (max-width: 767px) {
  .flow-list figure.img-04 img {
    width: 102.75px;
  }
}

.flow-list .caption {
  display: block;
  margin-top: 0.6em;
  text-align: center;
  line-height: 20px;
}

.flow-list .caption small {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: -0.06em;
}

/* access
----------------------------------------------- */
#access {
  padding: 50px 0 0;
}

.access-map {
  width: 100%;
  height: 484px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .access-map {
    height: 350px;
  }
}

.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.access-flex > * {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .access-flex > * {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .access-flex figure {
    margin-top: 30px;
  }
}

.access-line {
  margin: 90px 0 0;
  border-top: #322a28 1px dotted;
}

@media (max-width: 767px) {
  .access-line {
    margin-top: 45px;
  }
}

.access-table {
  line-height: 1.3125;
}

.access-table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-table > div + div {
  margin-top: 1.3em;
}

.access-table dt {
  width: 85px;
  font-weight: bold;
  color: #00a39e;
}

.access-table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: break-all;
}

/* requirements
----------------------------------------------- */
#requirements {
  padding-top: 73px;
}

@media (max-width: 767px) {
  #requirements {
    padding-top: 40px;
  }
}

.requirements-item {
  margin-top: 35px;
}

.requirements-item + .requirements-item {
  margin-top: 105px;
}

@media (max-width: 767px) {
  .requirements-item + .requirements-item {
    margin-top: 70px;
  }
}

.requirements-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.requirements-flex > * {
  width: 50%;
}

@media (max-width: 767px) {
  .requirements-flex > * {
    width: 100%;
  }
}

.requirements-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .requirements-section {
    padding: 0;
    margin-top: 30px;
  }
}

.requirements-section .tit {
  padding: 0.21em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  background: #00a39e;
}

@media (max-width: 767px) {
  .requirements-section .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.requirements-section ul {
  padding: 45px 30px;
}

@media (max-width: 767px) {
  .requirements-section ul {
    padding: 20px 0 0;
  }
}

.requirements-section ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2.1875;
  font-weight: bold;
  color: #575757;
}

.requirements-section ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #00a39e;
}

.requirements-table {
  max-width: 100%;
  width: 665px;
  margin: 57px auto 0;
}

@media (max-width: 767px) {
  .requirements-table {
    width: 100%;
    margin-top: 30px;
  }
}

.requirements-table th,
.requirements-table td {
  border: #575757 1px solid;
  line-height: 1.4;
}

.requirements-table th {
  width: 130px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #8a8a8a;
  padding: 0.8em 0;
}

@media (max-width: 767px) {
  .requirements-table th {
    width: 100px;
    padding: 0.5em 0;
  }
}

.requirements-table td {
  padding: 0.8em 1em 0.8em 1.5em;
  letter-spacing: -0.06em;
  color: #575757;
}

@media (max-width: 767px) {
  .requirements-table td {
    padding: 0.5em;
  }
}

.require-contact {
  margin-top: 47px;
  padding: 50px 16px 57px;
  background: #f2f3f3;
}

@media (max-width: 767px) {
  .require-contact {
    padding: 30px 16px;
  }
}

.require-contact .inner {
  max-width: 510px;
  margin: 0 auto;
  color: #575757;
}

.require-contact .tit {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.require-contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.require-contact dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.require-contact dl > div.item-01 {
  width: 100%;
}

.require-contact dl > div.item-02 {
  margin-right: 2em;
}

.require-contact dl dt {
  font-weight: bold;
}

.require-contact dl a {
  color: #575757;
}

/* contact
----------------------------------------------- */
#contact {
  padding-top: 100px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  #contact {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.contact-tit {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact-tit {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.contact-tit + small {
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff9434;
}

.contact-table {
  margin-top: 50px;
  color: #575757;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.contact-table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-table > div + div {
  margin-top: 22px;
}

.contact-table dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 1em 22px 1em 0;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact-table dt {
    margin-bottom: 0.8em;
    padding: 0;
    text-align: left;
    width: 100%;
  }
}

.contact-table dt.require::after {
  content: "※";
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff9434;
}

.contact-table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .contact-table dd {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* input関連
-------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  line-height: 50px;
  height: 51px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border: #cecece 1px solid;
  background: #e9e9e9;
  border-radius: 6px;
}

input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="number"]:placeholder-shown {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

input.width-01 {
  width: 170px;
}

input.width-02 {
  max-width: 92px;
}

textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 214px;
  font-size: 16px;
  font-size: 1rem;
  padding: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border: #cecece 1px solid;
  background: #e9e9e9;
  border-radius: 6px;
}

textarea:placeholder-shown {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

textarea::-webkit-input-placeholder {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

textarea:-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
}

textarea::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
}

textarea:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

.wpcf7-radio {
  margin-top: 0.5em;
}

.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border: #cecece 1px solid;
  background: #e9e9e9;
  border-radius: 100%;
  content: "";
}

.wpcf7-radio .wpcf7-list-item-label::after {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ff9434;
  border-radius: 100%;
  content: "";
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

/* コンタクトフォーム7 調整用
-------------------------------------- */
.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
  margin-left: -1em;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.wpcf7-form-control.wpcf7-radio > *, .wpcf7-form-control.wpcf7-checkbox > * {
  margin-left: 0;
  padding-left: 1em;
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 15px 20px;
  margin: 30px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ff0000;
  border-color: #ff0000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000;
  border-color: #ff0000;
  border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #ff0000;
  border-color: #ff0000;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.wpcf7-radio {
  padding-top: 0.4em;
}

.wpcf7-form-control-wrap + br {
  display: none;
}

td .wpcf7-not-valid-tip {
  text-align: left;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-recaptcha > div {
  margin: auto;
}

div.wpcf7-reservation-control-wrap + br {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
  margin: 0 auto;
}

body.has-form .grecaptcha-badge {
  display: block !important;
}

/* タブ追加 */
.re-tab .tab-container {
  position: relative;
  top: -60px;
}

.re-tab .tab {
  position: absolute;
  top: -50px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 686px;
  width: 100%;
  z-index: 1;
}

.re-tab .tab li {
  width: calc((100% / 4) - 6px);
  width: calc((100% / 5) - 3px);
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.re-tab .tab li a {
  padding: 10px;
  padding: 10px 3px;
  height: 100%;
  width: 100%;
  background: #c1ecea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
}

.re-tab .tab li a:hover {
  opacity: 1;
}


.re-tab .tab li a:hover span {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.re-tab .tab li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-tab .tab li.active a {
  background: #ffdc00;
  height: 60px;
}

.re-tab .tab li.active span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.re-tab .tab li.active a span:before {
  padding-right: 0.5em;
  content: "▶︎";
  font-size: 16px;
  font-size: 1rem;
}

/*** ※現在は管理栄養士を募集しておりません追加時 
.re-tab .tab li:nth-child(3) a {
    display: block;
    line-height: 1.2;
    text-align: center;
}***/
.re-tab .tab li a small.not_recruiting {
    font-size: 70%;
    display: block;
    margin-top: 3px;
}
small.not_recruiting {
    color: #eb8686;
}


.re-tab .area {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  background-image: url(../images/intro_tab_bg_02.jpg);
  padding: 47px 60px;
  width: 686px;
}

.re-tab .is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .re-tab .tab-container {
    top: 0;
  }
  .re-tab .tab {
    left: 0;
    top: -39px;
  }
  .re-tab .tab li {
    height: 40px;
  }
  .re-tab .tab li a {
    padding: 4px;
    padding: 15px 4px;/*** ※現在は管理栄養士を募集しておりません追加時 ***/
    padding: 15px 0px;
    font-size: clamp(14px, 3.6vw, 20px);
    font-size: clamp(12px, 3vw, 18px);
    line-height: 1.6;
  }
  .re-tab .tab li a span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .re-tab .tab li.active a {
    height: 50px;
  }
  .re-tab .tab li.active a span:before {
    font-size: 10px;
    font-size: 0.7rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .re-tab .area {
    width: 100%;
    padding: 30px 16px;
  }
}

#intro {
  background-position: top center;
}

/* merit5追加 */
.merit-05 .merit-img::before {
  right: -19px;
  background: #daeda4;
}

.merit-box.merit-05::before {
  left: 0;
  background: #f9fdec;
}

.merit-box.merit-05 > .com-container-01::after {
  right: -123px;
  background-image: url(../images/merit_deco_05.png);
}

@media screen and (max-width: 768px) {
  .merit-box.merit-05 > .com-container-01 {
    padding-right: 32px;
  }
  .merit-box.merit-05 > .com-container-01::after {
    right: 0;
  }
  .merit-05 .merit-img {
    margin-right: -10px;
  }
  .merit-05 .merit-img::before {
    right: -12px;
  }
  .merit-05 .merit-section .num {
    width: 108px;
    margin-left: 20px;
  }
}

/* ヘッダー修正 */
.header-sub .tit {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.slick-slide img.noimage {
  display: block;
  margin: 0 auto;
  border: 1px solid #455991;
  width: 100px;
  padding: 20px;
  border-radius: 90px;
}

.wpcf7-radio .wpcf7-list-item-label {
  white-space: nowrap;
}

.copy {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 40px auto 60px;
}
@media (max-width: 767px) {
  .copy {
    font-size: 1.25rem;
  }
}

.txt-or {
  color: #ff9434;
}

.txt-small {
  font-size: 0.8em;
  font-weight: normal;
}

#philosophy {
  margin-top: 8px;
  padding: 64px 0 50px;
  background: white;
}

#vision {
  margin-top: 8px;
  padding: 84px 0 50px;
  background-color: #e8f1fa;
  position: relative;
}

#vision .tit {
  background-color: #b2d0ef;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  left: 0;
  top: -110px;
  margin: auto;
  border-radius: 40px;
  font-weight: bold;
  z-index: 1;
  width: 16em;
  text-align: center;
}
@media (max-width: 767px) {
  #vision .tit {
    width: 90%;
    font-size: 1.375rem;
  }
}

#vision .vision__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#vision .vision__wrap > li {
  width: calc(50% - 100px);
  margin-bottom: 40px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  #vision .vision__wrap > li {
    width: calc(50% - 100px);
    width: 100%;
  }
}

#vision .vision__wrap > li .v_tit {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

#vision .vision__wrap > li .v_tit::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: calc(100% + 20px);
  height: 2px;
  background-color: black;
  bottom: -4px;
  -webkit-transform: translateX(calc(-100% + 10px));
          transform: translateX(calc(-100% + 10px));
}

#vision .vision__wrap > li .v-txt {
  font-size: initial;
}

#vision .vision__wrap > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 140px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#vision .vision__wrap > li:nth-of-type(1)::before {
  background: url(../images/num-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#vision .vision__wrap > li:nth-of-type(2)::before {
  background: url(../images/num-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#vision .vision__wrap > li:nth-of-type(3)::before {
  background: url(../images/num-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#vision .vision__wrap > li:nth-of-type(4)::before {
  background: url(../images/num-04.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#mission {
  margin-top: 8px;
  padding: 64px 0 50px;
  background-color: #fdf4f4;
  position: relative;
  z-index: 0;
}

#mission::after {
  position: absolute;
  padding-bottom: 80px;
  content: "";
  display: block;
  background: url(../images/policy_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  width: 80%;
  height: 520px;
  right: 0;
  bottom: 80px;
}
@media (max-width: 767px) {
  #mission::after {
    width: 90%;
    height: 100px;
    bottom: 40px;
  }
}

#mission .policy {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
  margin: 60px auto 120px;
}
@media (max-width: 767px) {
  #mission .policy {
    padding: 35px;
  }
}

#mission .policy .tit {
  display: inline-block;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #mission .policy .tit {
    font-size: 1.3rem;
  }
}

#mission .policy .policy__grouop li {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #mission .policy .policy__grouop li {
    font-size: 1rem;
  }
}

#mission .policy .policy__grouop li::before {
  display: inline-block;
  width: 2em;
  height: 100%;
  color: #f8d5d5;
  font-size: 1.2rem;
  padding-right: 8px;
}
@media (max-width: 767px) {
  #mission .policy .policy__grouop li::before {
    width: inherit;
  }
}

#mission .policy .policy__grouop li:nth-of-type(1)::before {
  content: "01";
}

#mission .policy .policy__grouop li:nth-of-type(2)::before {
  content: "02";
}

#mission .policy .policy__grouop li:nth-of-type(3)::before {
  content: "03";
}

#mission .policy .policy__grouop li:nth-of-type(4)::before {
  content: "04";
}

#mission .policy .policy__grouop li:nth-of-type(5)::before {
  content: "05";
}

#mission .policy .policy__grouop li:nth-of-type(6)::before {
  content: "06";
}

#mission .policy .policy__grouop li:nth-of-type(7)::before {
  content: "07";
}

#mission .policy .policy__grouop li:nth-of-type(8)::before {
  content: "08";
}

#mission .policy .policy__grouop li:nth-of-type(9)::before {
  content: "09";
}

#gift {
  padding: 64px 0 160px;
  background: url(../images/check_bg.svg) repeat left;
  background-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #gift {
      padding-bottom: 40px;
  }
}

#gift .tit {
  display: inline-block;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #gift .tit {
    font-size: 1.5rem;
  }
}

#gift p {
  text-align: center;
}

#gift .gift__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}

#gift .gift__group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #gift .gift__group li {
    display: block;
  }
}

#gift .gift__group li .g-tit {
  width: 20%;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 10em;
  text-align: right;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #gift .gift__group li .g-tit {
    width: 100%;
    text-align: center;
  }
}

#gift .gift__group li p {
  text-align: left;
}

#gift .g-point {
  background-color: #fff3e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gift .g-point p {
  margin: 20px auto;
}
@media (max-width: 767px) {
  #gift .g-point p {
    padding: 0px 20px;
  }
}

#rec-message {
  padding: 40px 0 90px;
  background-color: #fffce8;
  z-index: 0;
}
@media (max-width: 767px) {
  #rec-message {
    padding-bottom: 440px;
  }
}

#rec-message .rec-image {
  position: relative;
}

#rec-message .rec-image::before, #rec-message .rec-image::after {
  content: "";
  position: absolute;
  max-height: 300px;
  height: 100%;
  display: block;
  background-size: cover;
  width: 40%;
  -webkit-box-shadow: 20px 20px 0px #ffed7a;
          box-shadow: 20px 20px 0px #ffed7a;
}
@media (max-width: 767px) {
  #rec-message .rec-image::before, #rec-message .rec-image::after {
    max-height: 175px;
    width: 70%;
  }
}
#rec-message .rec-image::before {
  background: url(../images/policy-img1.jpg) no-repeat center;
  right: -18%;
  top: -160px;
  background-size: cover;
}
@media (max-width: 767px) {
  #rec-message .rec-image::before {
    top: inherit;
    right: inherit;
    bottom: -190px;
  }
}

#rec-message .rec-image::after {
  background: url(../images/policy-img2.jpg) no-repeat center;
  right: -30%;
  top: 200px;
}
@media (max-width: 767px) {
  #rec-message .rec-image::after {
    top: inherit;
    right: 35px;
    bottom: -400px;
  }
}

#rec-message .recmessage-section {
  width: 74%;
}
@media (max-width: 767px) {
  #rec-message .recmessage-section {
    width: 100%;
  }
}

#rec-message .copy {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #rec-message .copy {
      font-size: 1.25rem;
  }
}

#rec-message .txt p + p {
  margin-bottom: 1.4;
}

#flow p {
  text-align: center;
}
/*# sourceMappingURL=lp_recruit.css.map */
