@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Roboto:wght@300;500&display=swap);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html,
body {
  line-height: 1
}

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

ul,
ol {
  list-style: none
}

li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

a,
span {
  color: inherit;
  font-weight: inherit
}

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

sup {
  vertical-align: super
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent
}

html {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2d1f08
}

@media (min-width: 992px) {
  body a,
  body a:hover img,
  body a:hover div {
    transition: opacity .2s
  }
}

@media (min-width: 992px) {
  body a:hover,
  body a:hover img,
  body a:hover div {
    opacity: .7 !important
  }
}

.js-fadeupIn {
  animation-name: FrameUPfadeIn;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.js-fadeIn {
  animation-name: FramefadeIn;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

@keyframes FramefadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes FrameDownfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  100% {
    opacity: 1
  }
}

@keyframes FrameUPfadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px)
  }
  100% {
    opacity: 1
  }
  @media (min-width: 992px) {
    0% {
      opacity: 0;
      transform: translateY(60px)
    }
    100% {
      opacity: 1
    }
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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
}

.l-footer {
  background-color: #796962;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px
}

.page-top {
  display: none;
  position: absolute;
  top: -28px;
  z-index: 999
}

@media only screen and (max-width: 1000px) {
  .page-top {
    right: 20px !important;
    left: inherit !important
  }
}

.page-top.abs {
  left: inherit !important;
  right: 0
}

.page-top.fixed {
  position: fixed;
  bottom: 20px;
  top: inherit;
  right: 20px
}

.page-top a {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ec8e1f;
  height: 56px;
  width: 56px
}

@media only screen and (max-width: 640px) {
  .page-top a {
    height: 45px;
    width: 45px
  }
  .page-top a img {
    width: 23px
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff
}

@media (min-width: 992px) {
  .l-header {
    position: absolute;
    background-color: transparent
  }
}

.l-header-inner {
  padding: 0 15px;
  position: relative;
  height: 64px
}

@media (min-width: 992px) {
  .l-header-inner {
    display: flex;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    justify-content: space-between
  }
}

.l-header-logo {
  display: block;
  width: 170px;
  padding: 10px 0
}

@media (min-width: 992px) {
  .l-header-logo {
    padding: 0;
    margin-top: 20px;
    width: 230px
  }
}

.l-header-logo img {
  width: 100%
}

.l-header-logo__pc {
  display: none
}

@media (min-width: 992px) {
  .l-header-logo__pc {
    display: block
  }
}

.l-header-logo__sp {
  display: block
}

@media (min-width: 992px) {
  .l-header-logo__sp {
    display: none
  }
}

.customize-support .l-header {
  top: 32px
}

.l-header-nav {
  margin-left: -20px;
  margin-right: -20px;
  display: none
}

@media (min-width: 992px) {
  .l-header-nav {
    margin: 0;
    display: flex;
    align-items: center
  }
}

.l-header-nav ul {
  display: block
}

@media (min-width: 992px) {
  .l-header-nav ul {
    display: flex;
    align-items: center
  }
}

.l-header-nav ul li {
  padding: 0
}

@media (min-width: 992px) {
  .l-header-nav ul li {
    padding-left: 10px;
    padding-right: 10px
  }
}

.l-header-nav ul li a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .1em;
  background-color: #ee9d29;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media (min-width: 992px) {
  .l-header-nav ul li a {
    background-color: inherit;
    padding: 0;
    border-bottom: 0
  }
}

.l-header-contact {
  display: none
}

@media (min-width: 992px) {
  .l-header-contact {
    display: flex
  }
}

.l-header-contact__line {
  background-color: #ee9d29;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px
}

.l-header-contact__tel {
  background-color: #fff;
  color: #ee9d29;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px 20px
}

.l-header-contact__tel .text {
  font-size: 1.4rem
}

.l-header-contact__tel .number {
  margin-top: 4px;
  font-size: 2.2rem;
  color: #2a2a2a;
  display: block
}

.l-header__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #ee9d29;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 43px 0 0
}

@media (min-width: 992px) {
  .l-header__btn {
    display: none
  }
}

.l-header__btn::before,
.l-header__btn::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  transition: all .5s ease-in-out
}

.l-header__btn::before {
  top: 15px
}

.l-header__btn::after {
  top: 25px
}

.l-header__btn span::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -12px;
  transition: all .1s
}

body.is-menu-open .l-header-nav {
  display: block
}

@media (min-width: 992px) {
  body.is-menu-open .l-header-nav {
    display: flex
  }
}

body.is-menu-open .l-header__btn::after {
  transform: rotate(45deg);
  top: 25px
}

body.is-menu-open .l-header__btn::before {
  transform: rotate(-45deg);
  top: 25px
}

body.is-menu-open .l-header__btn span::before {
  opacity: 0
}

.l-wrap {
  position: relative;
  padding: 0;
  right: 0;
  transition: right 0.4s
}

.l-wrap.is-navi-open {
  right: 20%
}

@media (min-width: 992px) {
  .l-wrap.is-navi-open {
    right: 0
  }
}

.l-wrap.is-navi-open .l-navi {
  left: 20%
}

@media (min-width: 992px) {
  .l-wrap.is-navi-open .l-navi {
    left: 0
  }
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  height: 60px
}

@media (min-width: 992px) {
  .c-button {
    height: 50px;
    font-size: 1.3rem
  }
}

.c-button::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg);
  margin-top: -5px
}

@media (min-width: 992px) {
  .c-button::after {
    width: 7px;
    height: 7px;
    margin-top: -3px
  }
}

.c-button[target="_blank"]::after {
  background-image: url(../img/common/icon_blank.png);
  background-repeat: no-repeat;
  transform: rotate(0deg);
  width: 16px;
  height: 15px;
  background-size: 100%;
  border: none;
  right: 10px;
  margin-top: -7px
}

.c-button.is-black {
  background-color: #000
}

.c-button.is-green {
  background-color: #005d6c
}

@media (min-width: 992px) {
  .c-col2-list {
    display: flex;
    flex-wrap: wrap
  }
}

.c-col2-list > li {
  display: flex;
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .c-col2-list > li {
    width: 48%
  }
}

@media (min-width: 992px) {
  .c-col2-list > li:nth-child(odd) {
    margin-right: 2%
  }
  .c-col2-list > li:nth-child(even) {
    margin-left: 2%
  }
}

.c-contents {
  padding: 0 15px
}

.c-heading__lv2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.2rem;
  color: #ee9d29;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4
}

.c-heading__lv2 span {
  padding: 2px;
  border-bottom: 3px solid #ee9d29
}

@media (min-width: 992px) {
  .c-heading__lv2 {
    font-size: 3.8rem;
    margin-bottom: 60px
  }
}

.c-heading__underline {
  font-size: 1.8rem;
  color: #2d1f08;
  display: inline-block;
  padding: 0 10px 8px;
  border-bottom: 2px solid #f2b542;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .c-heading__underline {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: normal
  }
}

.c-location {
  border-top: 1px solid #005d6c;
  padding: 80px 15px 60px;
  position: relative;
  background-color: #fff
}

.c-location::after {
  content: '';
  display: block;
  width: 112px;
  height: 110px;
  background-image: url(../img/common/logo-location.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -56px
}

.c-location__heading {
  text-align: center
}

@media (min-width: 992px) {
  .c-location__heading {
    margin: 0 0 60px
  }
}

.c-location__heading span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  position: relative
}

.c-location__heading span::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px
}

@media (min-width: 992px) {
  .c-location__main {
    width: 750px;
    margin: 0 auto;
    display: flex
  }
}

.c-location__map {
  margin: 30px 0 0;
  padding: 65% 0 0;
  position: relative
}

@media (min-width: 992px) {
  .c-location__map {
    width: 60%;
    margin: 0;
    padding: 0
  }
}

.c-location__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.c-location__body {
  margin: 40px 0 0
}

@media (min-width: 992px) {
  .c-location__body {
    margin: 0;
    padding: 0 0 0 35px;
    width: calc(100% - 413px)
  }
}

.c-location__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5
}

@media (min-width: 992px) {
  .c-location__text {
    font-size: 1.6rem
  }
}

.c-location__text + .c-location__text {
  margin-top: 1em
}

@media (min-width: 992px) {
  .c-location__text + .c-location__text {
    margin-top: 20px
  }
}

.c-location__btns .c-button {
  width: 240px;
  margin: 30px auto 0
}

@media (min-width: 992px) {
  .c-location__btns .c-button {
    margin: 27px 0 0;
    padding: 34px 0;
    width: 70%;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.1em
  }
}

.c-main-mv {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #b7b2a7;
  overflow: hidden
}

@media (min-width: 992px) {
  .c-main-mv {
    height: 680px
  }
}

.c-main-mv__img {
  margin: 0;
  padding: 0
}

.c-main-mv__img__photo {
  width: 100%;
  height: 680px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.c-main-mv .c-main-mv__img .slick-slide {
  opacity: 1 !important
}

.c-main-mv .c-main-mv__img .c-main-mv__img__photo {
  opacity: 0;
  transition: 0s
}

.c-main-mv .c-main-mv__img .slick-active .c-main-mv__img__photo {
  opacity: 1;
  transition: ease 5.0s
}

.c-main-mv .c-main-mv__img .slick-continue .c-main-mv__img__photo {
  opacity: 0;
  transition: ease 5.0s
}

.c-main-mv .c-main-mv__img .c-main-mv__img__photo {
  transform: scale(1, 1);
  transition: 0s
}

.c-main-mv .c-main-mv__img .slick-active .c-main-mv__img__photo {
  transform: scale(1.2, 1.2);
  transition: ease 10.0s
}

.c-main-mv .c-main-mv__img .slick-continue .c-main-mv__img__photo {
  transform: scale(1.4, 1.4);
  transition: ease 10.0s
}
@media (max-width: 480px) {
  .c-main-mv__img__item:nth-of-type(1) .c-main-mv__img__photo {
    background-position: center left calc(50% + 105px);
  }
  .c-main-mv__img__item:nth-of-type(2) .c-main-mv__img__photo {
    background-position: top 60px left calc(50% - 120px);
    background-size: 780px;
  }
  .c-main-mv__img__item:nth-of-type(3) .c-main-mv__img__photo {
    background-position: top 60px left calc(50% - 50px);
    background-size: 780px;
  }
}
.c-main-mv__catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 662px;
  transform: translate(-50%, -50%);
  padding: 0 10%
}

@media (min-width: 992px) {
  .c-main-mv__catchcopy {
    padding: 0
  }
}

.c-main-mv__catchcopy img {
  width: 100%;
  height: auto
}

.c-main-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 102px;
  transform: translateX(-50%);
  height: 84px;
  overflow: hidden
}

.c-main-mv__scroll::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  margin-left: 1px;
  background-color: #fff;
  transform-origin: top center;
  animation: 2s linear 1s infinite running scrollAnim
}

.c-main-mv__scroll img {
  width: 100%;
  height: auto
}

.slick-track,
.slick-list {
  overflow: hidden !important
}

@keyframes scrollAnim {
  0% {
    transform: translateX(-50%) scaleY(0)
  }
  50% {
    transform: translateX(-50%) scaleY(1)
  }
  80% {
    transform: translateX(-50%) scaleY(1)
  }
  100% {
    transform: translateX(-50%) translateY(100%) scaleY(1)
  }
}

.c-newsList {
  border-top: 1px solid #756835
}

@media (min-width: 992px) {
  .c-newsList {
    border-top-width: 2px
  }
}

.c-newsList__item {
  border-bottom: 1px solid #756835
}

@media (min-width: 992px) {
  .c-newsList__item {
    border-bottom-width: 2px
  }
}

.c-newsList__link {
  display: block;
  padding: 15px 10px;
  position: relative
}

@media (min-width: 992px) {
  .c-newsList__link {
    padding: 20px 10px
  }
}

.c-newsList__link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #005d6c;
  border-right: 1px solid #005d6c;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 18px;
  right: 15px
}

@media (min-width: 992px) {
  .c-newsList__link::after {
    bottom: 24px
  }
}

.c-newsList__date {
  font-size: 1.4rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px
}

@media (min-width: 992px) {
  .c-newsList__date {
    font-size: 1.5rem;
    margin-bottom: 10px
  }
}

.c-newsList__ttl {
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px 0 0
}

@media (min-width: 992px) {
  .c-newsList__ttl {
    font-size: 1.5rem
  }
}

.c-section__inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto
}

.c-concept {
  background-color: #f5f3ec;
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-concept {
    padding: 80px 20px
  }
}

@media (min-width: 992px) {
  .c-concept-list {
    display: flex;
    flex-wrap: wrap
  }
}

.c-concept-list > li {
  background-color: #fff;
  padding: 8px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .c-concept-list > li {
    display: flex;
    width: 48%
  }
  .c-concept-list > li:nth-child(odd) {
    margin-right: 2%
  }
  .c-concept-list > li:nth-child(even) {
    margin-left: 2%
  }
}

.c-concept .c-concept-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #f2eae0;
  padding: 20px;
  width: 100%
}

.c-concept .c-concept-box__header {
  display: flex;
  margin-bottom: 30px
}

.c-concept .c-concept-box__number {
  font-size: 2.8rem;
  color: #ee9d29;
  width: 54px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif
}

.c-concept .c-concept-box__text {
  width: 100%;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5
}

@media (min-width: 992px) {
  .c-concept .c-concept-box__text {
    font-size: 1.8rem
  }
}

.c-concept .c-concept-box__body {
  text-align: center
}

.c-concept .c-concept-box__imgblock {
  text-align: left
}

.c-concept .c-concept-box__imgblock div:nth-of-type(2) {
  flex: 1
}

.c-concept .c-concept-box__imgblock div:nth-of-type(1) {
  margin-bottom: 20px;
  text-align: center
}

@media (min-width: 480px) {
  .c-concept .c-concept-box__imgblock {
    display: flex;
    flex-direction: row-reverse
  }
  .c-concept .c-concept-box__imgblock div:nth-of-type(1) {
    margin-bottom: 0;
    width: 159px
  }
}

.c-concept .c-concept-box__imgblock p {
  font-size: 1.4rem;
  line-height: 1.6
}

.c-concept-box__img01 {
  width: 100%;
  max-width: 194px;
  height: auto
}

.c-concept-box__img02 {
  width: 100%;
  max-width: 147px;
  height: auto
}

.c-concept-box__img03 {
  width: 100%;
  max-width: 181px;
  height: auto
}

.c-concept-box__img04 {
  width: 100%;
  max-width: 159px;
  height: auto
}

.c-doctor {
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-doctor {
    padding: 80px 20px;
    padding-bottom: 0
  }
}

@media (min-width: 992px) {
  .c-doctor__body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
  }
}

.c-doctor__body .c-text {
  margin-bottom: 2rem
}

.c-doctor__photo {
  text-align: center;
  margin-top: 30px
}

@media (min-width: 992px) {
  .c-doctor__photo {
    width: 40%;
    margin-top: 0
  }
}

.c-doctor__photo img {
  width: 100%;
  height: auto;
  max-width: 200px
}

@media (min-width: 992px) {
  .c-doctor__photo img {
    max-width: none
  }
}

@media (min-width: 992px) {
  .c-doctor__text {
    width: 55%
  }
}

.c-doctor__sign {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center
}

@media (min-width: 992px) {
  .c-doctor__sign {
    margin-top: 80px;
    text-align: left
  }
}

.c-doctor__catchcopy {
  font-size: 2.6rem;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #ee9d29
}

@media (min-width: 992px) {
  .c-doctor__catchcopy {
    font-size: 3.6rem;
    margin-bottom: 60px
  }
}

.c-policy {
  background-color: #f5f3ec;
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-policy {
    padding: 80px 20px
  }
}

.c-policy-graph {
  display: flex;
  flex-direction: column;
  border: 2px solid #f5ca8e;
  background-color: #fff;
  width: 100%
}

.c-policy-graph__header {
  background-color: #f5ca8e;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px
}

@media (min-width: 992px) {
  .c-policy-graph__header {
    font-size: 2.3rem
  }
}

.c-policy-graph.is-blue {
  border: 2px solid #40b4dd
}

.c-policy-graph.is-blue .c-policy-graph__header {
  color: #fff;
  background-color: #40b4dd
}

.c-policy-graph__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 20px
}

.c-policy-graph__body p {
  font-size: 1.6rem;
  line-height: 1.6
}

@media (min-width: 992px) {
  .c-policy-graph__body p {
    font-size: 1.8rem
  }
}

.c-policy-graph__img01 {
  width: 100%;
  max-width: 274px;
  height: auto;
  display: inline-block;
  margin-bottom: 20px
}

.c-policy-graph__img02 {
  width: 100%;
  max-width: 274px;
  height: auto;
  display: inline-block;
  margin-bottom: 20px
}

.c-cv {
  background-image: url(../img/cv-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 20px 30px
}

@media (min-width: 992px) {
  .c-cv {
    padding: 100px 20px
  }
}

@media (min-width: 992px) {
  .c-cv .c-col2-list li {
    margin-bottom: 0
  }
}

.c-cv-block {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 30px
}

.c-cv-line {
  width: 100%;
  max-width: 386px;
  margin-left: auto;
  margin-right: auto
}

.c-cv-line__header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px
}

.c-cv-line__body {
  width: 100%
}

.c-cv-line__icon {
  width: 50px
}

.c-cv-line__icon img {
  width: 100%;
  height: auto
}

.c-cv-line__title {
  padding-left: 10px;
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.2
}

@media (min-width: 992px) {
  .c-cv-line__title {
    font-size: 2.4rem
  }
}

.c-cv-line__btn {
  display: block;
  font-size: 1.8rem;
  color: #675750;
  border: 1px solid #675750;
  padding: 10px 10px;
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .c-cv-line__btn {
    font-size: 2.0rem
  }
}

.c-cv-contact {
  width: 100%;
  text-align: center
}

.c-cv-contact__top {
  font-size: 20px;
  color: #ee9d29;
  text-align: center
}

.c-cv-contact__header {
  display: table;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto
}

.c-cv-contact__body {
  width: 100%
}

.c-cv-contact__icon {
  display: table-cell;
  width: 50px;
  text-align: center;
  vertical-align: middle
}

.c-cv-contact__icon img {
  width: 100%;
  max-width: 28px;
  height: auto
}

@media (min-width: 992px) {
  .c-cv-contact__icon img {
    max-width: 38px
  }
}

.c-cv-contact__title {
  display: table-cell;
  padding-left: 10px;
  flex: 1;
  font-size: 2.8rem;
  line-height: 1.2;
  vertical-align: middle
}

@media (min-width: 992px) {
  .c-cv-contact__title {
    font-size: 4.2rem
  }
}

.c-cv-contact__body {
  color: #675750;
  font-size: 1.6rem;
  line-height: 1.6
}

@media (min-width: 992px) {
  .c-cv-contact__body {
    font-size: 1.8rem
  }
}

.c-training {
  color: #2d1f08;
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-training {
    padding: 80px 20px
  }
}

.c-training-block {
  display: flex;
  width: 100%;
  flex-direction: column
}

.c-training-block__header {
  display: flex;
  margin-bottom: 15px
}

.c-training-block__number {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #2d1f08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif
}

@media (min-width: 992px) {
  .c-training-block__number {
    width: 60px;
    height: 60px;
    font-size: 2.6rem
  }
}

.c-training-block__title {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 10px;
  font-size: 1.8rem;
  line-height: 1.3
}

@media (min-width: 992px) {
  .c-training-block__title {
    font-size: 2.1rem
  }
}

.c-training-block__body {
  display: flex;
  background-color: #f4e8d8;
  padding: 15px;
  align-items: center
}

@media (min-width: 992px) {
  .c-training-block__body {
    padding: 25px
  }
}

.c-training-block__body p {
  font-size: 1.6rem;
  line-height: 1.6
}

.c-training-imglist {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .c-training-imglist {
    max-width: none
  }
}

.c-training-imglist li {
  width: 50%;
  max-width: 240px;
  padding: 10px
}

@media (min-width: 992px) {
  .c-training-imglist li {
    width: 100%;
    max-width: 240px;
    padding: 0
  }
}

.c-training-imglist li img {
  width: 100%;
  height: auto
}

.c-contents {
  padding: 40px 20px;
  background-color: #f5f3ec;
  background-image: url(../img/bg-grid.png)
}

@media (min-width: 992px) {
  .c-contents {
    padding: 80px 20px
  }
}

.c-contents-block {
  border-bottom: 2px solid #4f3a16
}

.c-contents-block__header {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d1f08;
  margin-bottom: 25px
}

@media (min-width: 992px) {
  .c-contents-block__header {
    font-size: 2.6rem
  }
}

.c-contents-block__line {
  flex: 1;
  display: flex;
  align-items: flex-end
}

.c-contents-block__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4f3a16;
  margin-bottom: 12px
}

.c-contents-block__title {
  width: 180px;
  text-align: center
}

.c-contents-block__title img {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  max-width: 34px
}

.c-contents-block__body {
  color: #2d1f08;
  padding-bottom: 30px
}

.c-contents-block__body p {
  font-size: 1.6rem;
  line-height: 1.6
}

.c-contents-flowlist {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .c-contents-flowlist {
    max-width: none
  }
}

.c-contents-flowlist li {
  width: 50%;
  max-width: 240px;
  padding: 10px
}

@media (min-width: 992px) {
  .c-contents-flowlist li {
    width: 100%;
    max-width: 240px
  }
}

.c-contents-flowlist li img {
  width: 100%;
  height: auto
}

.c-contents-flowblock {
  background-color: #fff;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  width: 100%
}

.c-contents-flowblock__body {
  padding-bottom: 20px
}

.c-contents-flowblock__number {
  background-color: #f0aa34;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .c-contents-flowblock__number {
    top: -30px;
    font-size: 2.6rem;
    width: 54px;
    height: 54px
  }
}

.c-contents-flowblock__title {
  font-size: 1.6rem;
  color: #f0aa34;
  font-weight: bold;
  text-align: center;
  margin-top: -10px
}

@media (min-width: 992px) {
  .c-contents-flowblock__title {
    font-size: 2.0rem;
    margin-top: -20px
  }
}

.c-interview {
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-interview {
    padding: 80px 20px
  }
}

.c-interview-block {
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .c-interview-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
  }
}

.c-interview-block__photo {
  max-width: 300px;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

@media (min-width: 992px) {
  .c-interview-block__photo {
    max-width: 400px;
    margin-bottom: 0
  }
}

.c-interview-block__photo img {
  width: 100%;
  height: auto;
  display: block
}

.c-interview-block__body {
  flex: 1;
  width: 100%
}

@media (min-width: 992px) {
  .c-interview-block__body {
    padding-left: 90px
  }
}

.c-interview-block__catchcopy {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2d1f08;
  text-align: center
}

@media (min-width: 992px) {
  .c-interview-block__catchcopy {
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: left
  }
}

.c-interview-block__name {
  background-color: #f2b542;
  color: #fff;
  font-size: 2.0rem;
  padding: 10px;
  margin-top: 30px
}

@media (min-width: 992px) {
  .c-interview-block__name {
    font-size: 3.8rem;
    padding: 20px 60px 20px 90px;
    margin-top: 80px;
    margin-left: -90px
  }
}

.c-interview-block__name span {
  display: block;
  font-size: 1.8rem;
  margin-top: 10px
}

@media (min-width: 992px) {
  .c-interview-block__name span {
    font-size: 2.4rem
  }
}

.c-interview-section {
  margin-bottom: 55px
}

.c-interview-box {
  background-color: #f6f4ee;
  padding: 20px
}

@media (min-width: 992px) {
  .c-interview-box {
    padding: 40px
  }
}

.c-day {
  padding: 40px 20px;
  background-color: #f5f3ec;
  background-image: url(../img/bg-grid.png)
}

@media (min-width: 992px) {
  .c-day {
    padding: 80px 20px
  }
}

@media (min-width: 992px) {
  .c-day-wrap {
    display: flex;
    justify-content: space-between
  }
}

@media (min-width: 992px) {
  .c-day-wrap__timeline {
    width: 60%
  }
}

@media (min-width: 992px) {
  .c-day-wrap__photo {
    width: 36%
  }
}

.c-day-wrap__photo img {
  width: 100%;
  height: auto
}

.c-day-block {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  justify-content: space-between;
  background-image: url(../img/timeline.png);
  background-repeat: repeat-y;
  background-position: 12px 0;
  color: #675750
}

@media (min-width: 992px) {
  .c-day-block {
    padding-bottom: 40px
  }
}

.c-day-block.is-last {
  background-image: none
}

.c-day-block__time {
  width: 20%;
  font-size: 18px;
  color: #ee9d29;
  position: relative;
  padding-left: 40px;
  padding-top: 2px
}

.c-day-block__time:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  background-color: #ee9d29;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0
}

.c-day-block__body {
  width: calc(80% - 40px)
}

@media (min-width: 992px) {
  .c-day-block__body {
    width: 80%
  }
}

.c-day-block__title {
  font-size: 18px;
  margin-bottom: 10px
}

@media (min-width: 480px) {
  .c-day-photolist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 992px) {
  .c-day-photolist {
    display: block;
    max-width: none
  }
}

.c-day-photolist li {
  margin-bottom: 20px;
  border: 6px solid #fff;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2)
}

@media (min-width: 480px) {
  .c-day-photolist li {
    width: 32%;
    max-width: 240px
  }
}

@media (min-width: 992px) {
  .c-day-photolist li {
    width: auto;
    max-width: none
  }
}

@media (min-width: 992px) {
  .c-day-photolist li {
    margin-bottom: 40px
  }
}

.c-day-photolist li img {
  display: block;
  width: 100%
}

.c-conditions {
  padding: 80px 20px
}

.c-shop {
  padding: 40px 20px
}

@media (min-width: 992px) {
  .c-shop {
    padding: 80px 20px
  }
}

.c-shop a {
  text-decoration: underline
}

.c-shop-block {
  margin: 30px 0;
  width: 100%
}

@media (min-width: 992px) {
  .c-shop-block__outline {
    width: 49%
  }
}

.c-shop-block__photo {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 992px) {
  .c-shop-block__photo {
    width: 37.2%
  }
}

.c-shop-block__photo img {
  width: auto;
  max-width: 100%;
  height: auto
}

.c-shop__iconblock {
  display: flex;
  justify-content: space-between
}

.c-shop__iconblock a {
  text-decoration: none;
}

.c-shop__iconblock p {
  flex: 1
}

.c-shop__icon {
  width: 80px;
  text-align: center
}

.c-shop__icon a {
  display: inline-block;
  margin: 0 5px
}

.c-shop-photo {
  text-align: center;
  margin-bottom: 30px
}

.c-shop-photo img {
  width: auto;
  max-width: 100%;
  height: auto
}

.c-shop-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative
}

.c-shop-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.c-shop__instagram {
  width: 20px;
  height: auto
}

.c-shop__facebook {
  width: 20px;
  height: auto
}

.c-point {
  margin-bottom: 20px
}

@media (min-width: 992px) {
  .c-point {
    line-height: 2.6rem;
    margin-bottom: 40px
  }
}

.c-point__number {
  display: block;
  background-color: #ee9d29;
  color: #fff;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 1.5rem;
  max-width: 100px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px
}

@media (min-width: 992px) {
  .c-point__number {
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 10px;
    max-width: inherit;
    margin-bottom: 0
  }
}

.c-point__text {
  color: #2d1f08;
  padding: 2px 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #2d1f08
}

@media (min-width: 992px) {
  .c-point__text {
    font-size: 2.6rem
  }
}

.c-catchcopy__underline {
  display: inline-block;
  padding: 0 4px 2px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #ffe590 80%)
}

@media (min-width: 992px) {
  .c-catchcopy__underline {
    font-size: 2.6rem;
    background: linear-gradient(transparent 75%, #ffe590 75%)
  }
}

.c-table {
  color: #2d1f08;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  border-top: 1px solid #b8afab
}

.c-table tbody th {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #b8afab;
  background-color: #f6f4ee;
  width: 30%;
  white-space: nowrap
}

@media (min-width: 992px) {
  .c-table tbody th {
    padding: 20px
  }
}

.c-table tbody td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #b8afab
}

@media (min-width: 992px) {
  .c-table tbody td {
    padding: 20px
  }
}

.c-table__shop {
  color: #2d1f08;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 30px
}

.c-table__shop tbody th {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #ddd6d3;
  white-space: nowrap
}

@media (min-width: 992px) {
  .c-table__shop tbody th {
    padding: 10px
  }
}

.c-table__shop tbody td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ddd6d3;
  word-break: break-all
}

@media (min-width: 992px) {
  .c-table__shop tbody td {
    padding: 10px
  }
}

.c-text {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.8
}

.c-utility__mb {
  margin-bottom: 50px
}

.c-utility__tac {
  text-align: center
}

.c-utility__small {
  font-size: 1.4rem
}

.u-pc {
  display: none
}

@media (min-width: 992px) {
  .u-pc {
    display: inherit
  }
}

@media (min-width: 992px) {
  .u-sp {
    display: none
  }
}

.tellink {
  text-decoration: underline
}


/*# sourceMappingURL=common.css.map */