@charset "UTF-8";
/*
Theme Name: 
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 0.01 (2019/09/30)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: vertical; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

html {
  overflow: hidden; }

body {
  overflow: hidden;
  margin: 0; }

/* 
			Scroll and Show
*********************************************/
.ssb {
  transform: translateY(3em);
  transition: all 0.8s ease;
  opacity: 0; }

.ss_on.ssb,
.ss2_on.ssb,
.ss3_on.ssb,
.ss30_on.ssb {
  transform: translateY(0);
  opacity: 1; }

.sso {
  opacity: 0; }
  .sso.ss_on {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/* 
			eachTextAnime
*********************************************/
.eachTextAnime span,
.eachTextAnime2 span,
.eachTextAnime3 span {
  opacity: 0; }

.eachTextAnime.appeartext span,
.eachTextAnime2.appeartext span,
.eachTextAnime3.appeartext span {
  animation: text_anime_on 1s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*
			アニメーション
*********************************************/
/* ----------------------------------------------
 * Generated by Animista on 2024-8-19 1:10:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/*  animation text-focus-in */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.a_fin.inview {
  transition: 0.5s all ease;
  opacity: 0;
  filter: blur(12px); }

.a_fin.inview.in-view {
  filter: blur(0px);
  opacity: 1; }

/**
 * ----------------------------------------
 * inview a_bu
 * ----------------------------------------
 */
.inview.a_bu {
  overflow: hidden; }

.inview.a_bu > * {
  transition: 0.8s all ease;
  transform: translateY(100%);
  display: block; }

.inview.a_bu.in-view > * {
  transform: none; }

/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * WordPressスタイル
 *
***************************************************************/
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 1em 1em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.alignleft,
.alignright,
.aligncenter {
  clear: both; }

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    margin: 0 0 1em; } }
.wp-caption {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #f6f6f6;
  margin-bottom: 30px; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin: 0;
  text-align: center; }

figure img {
  margin-bottom: 0; }

figure figcaption {
  color: #555d66;
  text-align: center;
  font-size: 0.8em; }

.content_body button,
.content_body input,
.content_body textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem; }

.content_body button,
.content_body input {
  line-height: normal; }

.content_body textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top; }

.content_body blockquote {
  margin-left: 1em;
  margin-bottom: 2em;
  padding: 8px 1em;
  border-left: 3px solid #999; }

#wp-calendar {
  width: 100%;
  text-align: center; }

#wp-calendar a:link {
  color: #89C538;
  text-decoration: underline;
  font-weight: 800; }

.content_body p {
  margin-bottom: 1em;
  line-height: 1.8em; }

.content_body a {
  text-decoration: underline; }

.content_body h1,
.content_body h3 {
  color: #4f648a;
  font-size: 2em;
  padding: 0.5em 1em;
  background-color: #FFF;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em;
  border-radius: 0.2em; }

.content_body h2 {
  font-size: 2em;
  color: #FFF;
  padding: 0.5em 1em;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em; }

.content_body h3 {
  font-size: 1.6em; }

.content_body h1:first-child,
.content_body h2:first-child,
.content_body h3:first-child {
  margin: 0 0 1.5em; }

.content_body ul {
  padding-left: 2em;
  margin-bottom: 1em; }

.content_body ul > li {
  margin-bottom: 0.5em; }

.content_body em {
  font-style: italic; }

.content_body strong {
  font-weight: 800; }

/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #232323;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden; }

body a {
  color: #232323;
  text-decoration: none; }

.font_a {
  font-family: "游明朝","Yu Mincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif; }

/* 
			Responsive
*********************************************/
.xl_show,
.lg_show,
.md_show,
.sm_show,
.xs_show,
.xl_showin,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; }

  .xl_hide {
    display: none; }

  .xl_show {
    display: block; }

  .xl_showin {
    display: inline; } }
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; }

  .lg_hide {
    display: none; }

  .lg_show {
    display: block; }

  .lg_showin {
    display: inline; } }
@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .sm_hide {
    display: none; }

  .sm_show {
    display: block; }

  .sm_showin {
    display: inline; } }
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .xs_hide {
    display: none; }

  .xs_show {
    display: block; }

  .xs_showin {
    display: inline; } }
/* 
			drawer
*********************************************/
#gm {
  display: none; }

p#drawer_menu {
  position: fixed;
  display: block;
  z-index: 103;
  top: 2em;
  right: 2em;
  width: 2em;
  height: 2em; }

p#drawer_menu > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer; }

p#drawer_menu > span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c537d;
  top: 50%;
  left: 0;
  transition: 1s ease all; }

p#drawer_menu > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #3c537d;
  top: 80%;
  left: 0;
  transition: 1s ease all; }

body.drawer-open p#drawer_menu > span::before {
  top: 1.5em;
  left: 0;
  transform: rotate(-405deg); }

body.drawer-open p#drawer_menu > span::after {
  top: 1.5em;
  left: 0;
  width: 100%;
  transform: rotate(405deg); }

span#gmb_close {
  display: block;
  cursor: pointer; }

.drawer-overlay {
  z-index: 101; }

#gm {
  position: relative;
  z-index: 102; }

@media screen and (max-width: 768px) {
  p#drawer_menu {
    top: 1em;
    right: 2em;
    width: 3em;
    height: 3em; } }
/***************************************************************
 *
 * 				 トップページ
 *
***************************************************************/
/* scrollsmoother
============================ */
#smooth-wrapper {
  overflow: hidden;
  /* スクロールバーを非表示にする */ }

#smooth-content {
  will-change: transform;
  /* GPUアクセラレーションを有効にしてスムーズなスクロールをサポート */
  color: #8c6e3e;
  background: #f5f4f0; }

/* header
============================ */
#bgwrap {
  z-index: 1;
  background: fixed url("img/008.jpg") repeat-y center top;
  padding-bottom: 25em;
  border-radius: 0 0 50% 50%/0 0 30em 30em;
  margin-bottom: 15em; }
  #bgwrap::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -12em;
    height: 24em;
    width: 0;
    border-right: solid 1px #9b825e;
    left: 0;
    right: 0;
    margin: auto; }

header {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    header {
      display: flex;
      flex-direction: column; } }
  header > h1 {
    width: 17.2em;
    padding: 4em 0 0 0;
    margin-bottom: 26vw;
    margin-left: 11vw; }
    @media screen and (max-width: 768px) {
      header > h1 {
        padding: 2em 0 3em;
        margin: 0 0 0 2em; } }
  header > h2 {
    width: 37.075vw;
    margin-bottom: 5vw;
    margin-left: 11vw; }
    @media screen and (max-width: 768px) {
      header > h2 {
        display: none; } }
  header > h3 {
    width: 74.325vw;
    margin-left: 11vw; }
    @media screen and (max-width: 768px) {
      header > h3 {
        order: 3;
        margin-left: 14vw; } }
  header > a {
    position: absolute;
    display: block;
    width: 11vw;
    height: 11vw;
    top: 4em;
    right: 11vw;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      header > a {
        width: 30vw;
        height: 30vw;
        top: 46em;
        right: 4vw; } }
  header > span {
    position: absolute;
    display: block;
    width: 36.5vw;
    height: 45.725vw;
    top: 4em;
    right: 11vw;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      header > span {
        position: relative;
        width: 85vw;
        height: auto;
        top: auto;
        right: auto;
        order: 2;
        margin-left: 10vw;
        margin-bottom: 8em; } }
  header > p {
    position: absolute;
    display: block;
    width: 1.275vw;
    height: 45.375vw;
    bottom: 5vw;
    right: 4vw; }
    @media screen and (max-width: 768px) {
      header > p {
        width: 4vw;
        right: auto;
        left: 2vw;
        bottom: auto;
        top: 10em; } }

/* ============================ */
#vision {
  padding: 8em 0 18em;
  min-height: 68em; }
  @media screen and (max-width: 768px) {
    #vision {
      padding: 8em 0 5em; } }
  #vision > h2 {
    max-width: 1300px;
    margin: 0 auto 4em;
    padding: 0 0 0 2.5em; }
    #vision > h2 > img {
      width: 28.175em; }
  #vision > ul {
    display: flex;
    justify-content: center;
    max-width: 72.75em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #vision > ul {
        display: block; } }
    #vision > ul > li {
      width: 33.333333333333%;
      padding-left: 1.5em;
      padding-right: 1.5em;
      color: #8c6e3e; }
      @media screen and (max-width: 768px) {
        #vision > ul > li {
          width: 75%;
          margin-bottom: 8em; } }
      #vision > ul > li > h3 {
        font-size: 1.8em;
        line-height: 1.8em;
        margin-bottom: 0.4em; }
      #vision > ul > li > p {
        font-size: 1.1em;
        line-height: 1.8em; }
        @media screen and (max-width: 768px) {
          #vision > ul > li > p {
            font-size: 1.3em; } }
    #vision > ul > li:nth-child(2) {
      padding-top: 4em; }
      @media screen and (max-width: 768px) {
        #vision > ul > li:nth-child(2) {
          padding-top: 0;
          margin: 0 auto 8em; } }
    #vision > ul > li:nth-child(3) {
      padding-top: 8em; }
      @media screen and (max-width: 768px) {
        #vision > ul > li:nth-child(3) {
          padding-top: 0;
          margin: 0 0 0 auto; } }

/* ============================ */
#cur_wrap {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%); }
  @media screen and (max-width: 768px) {
    #cur_wrap {
      background: none; } }
  #cur_wrap > span {
    z-index: 1;
    display: block;
    width: 17.2em;
    height: 17.275em;
    position: absolute;
    top: -14em;
    left: 0;
    right: 0;
    transform: translateX(-25em);
    margin: auto; }
    @media screen and (max-width: 768px) {
      #cur_wrap > span {
        position: relative;
        top: 5em;
        transform: none; } }

/* ============================ */
#basic {
  max-width: 1300px;
  margin: 0 auto;
  padding: 6em 2em;
  background: #FFF;
  border-radius: 10em 0 0 0; }
  #basic > h2 {
    width: 34.125em;
    margin: 0 auto 4em; }
  #basic > h3 {
    width: 28.45em;
    margin: 0 auto 8em; }
    @media screen and (max-width: 768px) {
      #basic > h3 {
        width: 100%; } }
  #basic > div > div > h3 {
    margin-bottom: 3em; }
  #basic > div > div > h4 {
    margin-bottom: 1.5em; }
  #basic > div > div > p {
    margin-bottom: 2em;
    padding-left: 1em; }
    #basic > div > div > p > span {
      font-size: 1.2em;
      line-height: 1.6em; }
  #basic > div:nth-child(3) {
    display: flex;
    margin-bottom: 4em; }
    @media screen and (max-width: 768px) {
      #basic > div:nth-child(3) {
        display: block; } }
    #basic > div:nth-child(3) > span {
      display: block;
      width: 48%;
      padding-right: 2em; }
      @media screen and (max-width: 768px) {
        #basic > div:nth-child(3) > span {
          display: none; } }
    #basic > div:nth-child(3) > div {
      width: 52%; }
      @media screen and (max-width: 768px) {
        #basic > div:nth-child(3) > div {
          width: 100%; } }
      #basic > div:nth-child(3) > div > h3 {
        width: 30.65em; }
      #basic > div:nth-child(3) > div > h4:nth-child(2) {
        width: 28em; }
      #basic > div:nth-child(3) > div > h4:nth-child(4) {
        width: 23.25em; }
  #basic > div:nth-child(4) {
    display: flex; }
    @media screen and (max-width: 768px) {
      #basic > div:nth-child(4) {
        display: block; } }
    #basic > div:nth-child(4) > div {
      width: 52%; }
      @media screen and (max-width: 768px) {
        #basic > div:nth-child(4) > div {
          width: 100%; } }
      #basic > div:nth-child(4) > div > h3 {
        width: 30.675em; }
    #basic > div:nth-child(4) > span {
      display: block;
      width: 48%;
      padding-left: 2em; }
      @media screen and (max-width: 768px) {
        #basic > div:nth-child(4) > span {
          display: none; } }

/* ============================ */
#curi {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2em 14em;
  background: #FFF;
  border-radius: 0 0 0 10em; }
  #curi > h2 {
    width: 2.8em;
    margin: 0 auto 5em; }
  #curi > span {
    display: block;
    width: 100%;
    margin-bottom: 7em; }

/* ============================ */
#works {
  padding: 7em 0 0; }
  #works > img {
    z-index: 1;
    display: block;
    width: 10.65em;
    height: 17.1em;
    position: absolute;
    top: -14em;
    left: 0;
    right: 0;
    transform: translateX(25em);
    margin: auto; }
    @media screen and (max-width: 768px) {
      #works > img {
        position: relative;
        transform: none; } }
  #works > h2 {
    width: 3em;
    margin: 0 auto -4em;
    transform: translateX(-22em);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #works > h2 {
        transform: none; } }
  #works > h3 {
    height: 17em;
    background: url("img/029.png") no-repeat center top/90em auto; }
    @media (max-width: 1300px) {
      #works > h3 {
        background: url("img/029m.png") no-repeat center top/contain; } }
    @media screen and (max-width: 768px) {
      #works > h3 {
        height: 12em; } }
  #works > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5em;
    top: -5em; }
    @media screen and (max-width: 768px) {
      #works > div {
        padding: 0 1em; } }
    #works > div > div {
      background: #FFF;
      border-radius: 1.5em;
      padding: 4em; }
      @media screen and (max-width: 768px) {
        #works > div > div {
          padding: 4em 1em 14em; } }
      #works > div > div > h3 {
        width: 23.55em;
        margin: 0 auto 2em; }
      #works > div > div > p:nth-child(2) {
        width: 80%;
        margin: 0 auto 3em; }
        @media screen and (max-width: 768px) {
          #works > div > div > p:nth-child(2) {
            width: 100%; } }
        #works > div > div > p:nth-child(2) > span {
          font-size: 1.2em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #works > div > div > p:nth-child(2) > span {
              font-size: 1.3em; } }
      #works > div > div > span {
        display: block;
        margin-bottom: 2em; }
        @media screen and (max-width: 768px) {
          #works > div > div > span {
            margin-bottom: 0; } }
      #works > div > div > p:nth-child(4) {
        width: 100%;
        margin: 0 auto; }
        #works > div > div > p:nth-child(4) > span {
          font-size: 0.9em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #works > div > div > p:nth-child(4) > span {
              font-size: 1.1em; } }

/* ============================ */
#inde {
  padding: 7em 0 0; }
  #inde > h2 {
    width: 3em;
    margin: 0 auto -4em;
    transform: translateX(-22em);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #inde > h2 {
        transform: none; } }
  #inde > h3 {
    height: 15em;
    background: url("img/068.png") no-repeat center top/90em auto; }
    @media (max-width: 1300px) {
      #inde > h3 {
        background: url("img/068m.png") no-repeat center top/contain; } }
    @media screen and (max-width: 768px) {
      #inde > h3 {
        height: 12em; } }
  #inde > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5em;
    top: -5em; }
    @media screen and (max-width: 768px) {
      #inde > div {
        padding: 0 1em; } }
    #inde > div > div {
      background: #FFF;
      border-radius: 1.5em;
      padding: 4em; }
      @media screen and (max-width: 768px) {
        #inde > div > div {
          padding: 4em 1em 14em; } }
      #inde > div > div > h3 {
        width: 23.55em;
        margin: 0 auto 2em; }
      #inde > div > div > p:nth-child(2) {
        width: 80%;
        margin: 0 auto 3em; }
        @media screen and (max-width: 768px) {
          #inde > div > div > p:nth-child(2) {
            width: 100%; } }
        #inde > div > div > p:nth-child(2) > span {
          font-size: 1.2em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #inde > div > div > p:nth-child(2) > span {
              font-size: 1.3em; } }
      #inde > div > div > div {
        margin-bottom: 3em; }
        #inde > div > div > div > h4 {
          font-size: 2em;
          line-height: 1.5em;
          text-align: center; }
        #inde > div > div > div > h5 {
          font-size: 1.2em;
          line-height: 1.4em;
          margin-bottom: 1em;
          text-align: center; }
        #inde > div > div > div > p {
          width: 80%;
          margin: 0 auto 1em;
          border: 1px solid #e07c71;
          border-radius: 1em;
          padding: 2em; }

/* ============================ */
#pay {
  padding: 4em 0 0; }
  #pay > h2 {
    width: 3em;
    margin: 0 auto -3em;
    transform: translateX(22em); }
    @media screen and (max-width: 768px) {
      #pay > h2 {
        transform: none; } }
  #pay > h3 {
    width: 65em;
    height: 17em;
    margin: 0 auto;
    background: url("img/033-2.png") no-repeat center top/contain; }
    @media screen and (max-width: 768px) {
      #pay > h3 {
        width: 100%;
        height: 12em; } }
  #pay > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5em;
    top: -5em; }
    @media screen and (max-width: 768px) {
      #pay > div {
        padding: 0 1em; } }
    #pay > div > div {
      background: #FFF;
      border-radius: 1.5em;
      padding: 4em 4em 10em; }
      @media screen and (max-width: 768px) {
        #pay > div > div {
          padding: 4em 1em 10em; } }
      #pay > div > div > h3 {
        width: 40em;
        margin: 0 auto 2em; }
        @media screen and (max-width: 768px) {
          #pay > div > div > h3 {
            width: 60%; } }
      #pay > div > div > span {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 4em 0; }
        @media screen and (max-width: 768px) {
          #pay > div > div > span {
            width: 80%; } }
      #pay > div > div > img {
        width: 22.1em;
        height: 15.7em;
        position: absolute;
        bottom: -7em;
        left: -2em; }

/* ============================ */
#bene {
  padding: 4em 0 0; }
  #bene > h2 {
    width: 57em;
    margin: 0 auto -3em; }
  #bene > div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5em; }
    @media screen and (max-width: 768px) {
      #bene > div {
        padding: 0 1em; } }
    #bene > div > div {
      background: #FFF;
      border-radius: 1.5em;
      padding: 4em 4em 10em; }
      @media screen and (max-width: 768px) {
        #bene > div > div {
          padding: 4em 1em 21em; } }
      #bene > div > div > span {
        display: block; }
      #bene > div > div > img {
        width: 16.55em;
        height: 12.125em;
        position: absolute;
        bottom: -5em;
        right: -2em; }
        @media screen and (max-width: 768px) {
          #bene > div > div > img {
            width: 33.1em;
            height: 24.25em; } }

/* ============================ */
#faq {
  background: url("img/052.jpg") no-repeat center top;
  z-index: 0;
  top: -40em;
  margin-bottom: -40em;
  padding-top: 40em;
  padding-bottom: 50em; }
  #faq > h2 {
    width: 8.7em;
    margin: 0 auto 6em; }
  #faq > ul {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5em; }
    @media screen and (max-width: 768px) {
      #faq > ul {
        padding: 0 1em; } }
    #faq > ul > li {
      margin-bottom: 1em;
      border-radius: 0.6em;
      overflow: hidden; }
      #faq > ul > li > h3 {
        background: url("img/041.png") no-repeat 2em center/1.875em auto #6f5d44;
        min-height: 4em;
        padding-left: 6em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-right: 3em;
        display: flex;
        align-items: center;
        cursor: pointer; }
        #faq > ul > li > h3 > span {
          color: #FFF;
          font-weight: 400;
          font-size: 1.2em;
          line-height: 1.4em; }
        #faq > ul > li > h3 > strong {
          position: absolute;
          width: 2em;
          height: 2em;
          top: 0;
          bottom: 0;
          right: 1em;
          margin: auto;
          background: url("img/044.png") no-repeat center center/contain; }
          #faq > ul > li > h3 > strong.faq_open {
            background: url("img/043.png") no-repeat center center/contain; }
      #faq > ul > li > p {
        background: url("img/042.png") no-repeat 2em center/2.3em auto #FFF;
        padding-left: 6em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-right: 2em; }
        #faq > ul > li > p > span {
          display: block;
          color: #6f5d44;
          font-size: 1.2em;
          line-height: 1.4em; }

/* ============================ */
#interview {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%);
  top: -40em;
  margin-bottom: -40em;
  z-index: 1; }
  #interview > div {
    width: 60em;
    margin: 0 auto;
    padding: 0 10em 5em;
    background: #FFF;
    border-radius: 10em 0 0 10em; }
    @media screen and (max-width: 768px) {
      #interview > div {
        width: 100%;
        padding: 0 1em 5em; } }
    #interview > div > h2 {
      width: 46.3em;
      margin: 0 auto;
      top: -5em; }
      @media screen and (max-width: 768px) {
        #interview > div > h2 {
          width: 90%;
          top: -3em; } }
    #interview > div > div {
      display: flex;
      align-items: flex-end;
      margin-bottom: 3em; }
      #interview > div > div > span {
        display: block;
        width: 55%;
        padding-bottom: 2em; }
      #interview > div > div > div {
        width: 45%;
        left: -2em;
        padding: 2em 1em 2em 2em;
        background: rgba(230, 224, 202, 0.65);
        border-radius: 2em 0 2em 0; }
        #interview > div > div > div > h4 {
          margin-bottom: 0.5em; }
          #interview > div > div > div > h4 > span {
            font-size: 1.2em;
            line-height: 1.6em; }
        #interview > div > div > div > h3 {
          display: flex;
          align-items: center;
          margin-bottom: 1.5em; }
          #interview > div > div > div > h3 > span {
            display: block;
            width: 100%; }
            #interview > div > div > div > h3 > span > strong {
              font-size: 2em;
              line-height: 1em; }
          #interview > div > div > div > h3 > a {
            display: inline-block;
            margin-right: 0.5em;
            width: 1.5em; }
            @media screen and (max-width: 768px) {
              #interview > div > div > div > h3 > a {
                display: none; } }
        #interview > div > div > div > p > span {
          font-size: 0.9em;
          line-height: 1.0em; }
    #interview > div > h4.insta {
      display: none;
      padding: 0 3em; }
      @media screen and (max-width: 768px) {
        #interview > div > h4.insta {
          display: block; } }
    #interview > div > h3 {
      margin-bottom: 2em; }
      #interview > div > h3 > span {
        font-size: 1.6em;
        line-height: 1.6em; }
    #interview > div > p {
      margin-bottom: 2em; }
      #interview > div > p > span {
        font-size: 1.1em;
        line-height: 1.6em; }
        @media screen and (max-width: 768px) {
          #interview > div > p > span {
            font-size: 1.3em;
            line-height: 1.6em; } }
    #interview > div > span {
      display: block;
      margin-bottom: 2em; }

h4.insta {
  margin-bottom: 4em; }
  h4.insta > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 1em; }
    h4.insta > a > strong {
      display: block;
      font-size: 1.4em;
      color: #8c6e3e;
      padding-right: 2em; }
    h4.insta > a > span {
      width: 1.7em; }

/* ============================ */
#dogphoto {
  z-index: 0;
  height: 120em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: -20em;
  margin-bottom: -80em; }
  @media screen and (max-width: 768px) {
    #dogphoto {
      top: 0; } }
  #dogphoto > img {
    width: 100em;
    max-width: none;
    height: 120em; }

/* ============================ */
#intersec {
  background: linear-gradient(to left, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%);
  z-index: 1; }
  #intersec > div {
    width: 60em;
    margin: 0 auto;
    padding: 0 10em;
    background: #FFF;
    border-radius: 0 10em 0 0; }
    @media screen and (max-width: 768px) {
      #intersec > div {
        width: 100%;
        padding: 10em 1em 0; } }
    #intersec > div > h2 {
      display: none; }
      @media screen and (max-width: 768px) {
        #intersec > div > h2 {
          display: block;
          width: 90%;
          margin: 0 auto; } }
    #intersec > div > div:nth-child(2) {
      display: flex;
      align-items: flex-end;
      margin-bottom: 3em;
      padding: 4em 0 0; }
      #intersec > div > div:nth-child(2) > span {
        display: block;
        width: 55%;
        padding-bottom: 2em; }
      #intersec > div > div:nth-child(2) > div {
        width: 45%;
        left: -2em; }
        #intersec > div > div:nth-child(2) > div > h3 {
          width: 8.875em;
          margin: 0 auto 2em; }
        #intersec > div > div:nth-child(2) > div > div {
          padding: 2em 1em 2em 2em;
          background: rgba(230, 224, 202, 0.65);
          border-radius: 2em 0 2em 0; }
          #intersec > div > div:nth-child(2) > div > div > h4 {
            margin-bottom: 0.5em; }
            #intersec > div > div:nth-child(2) > div > div > h4 > span {
              font-size: 1.2em;
              line-height: 1.6em; }
          #intersec > div > div:nth-child(2) > div > div > h3 {
            display: flex;
            align-items: center; }
            #intersec > div > div:nth-child(2) > div > div > h3 > span {
              display: block;
              width: 100%; }
              #intersec > div > div:nth-child(2) > div > div > h3 > span > strong {
                font-size: 2em;
                line-height: 1em; }
            #intersec > div > div:nth-child(2) > div > div > h3 > a {
              display: inline-block;
              margin-right: 0.5em;
              width: 1.5em; }
              @media screen and (max-width: 768px) {
                #intersec > div > div:nth-child(2) > div > div > h3 > a {
                  display: none; } }
    #intersec > div > h3 {
      margin-bottom: 2em; }
      #intersec > div > h3 > span {
        font-size: 1.6em;
        line-height: 1.6em; }
    #intersec > div > strong {
      display: block;
      width: 3.65em;
      height: 5.15em;
      margin: 0 auto;
      top: 2em;
      cursor: pointer; }
    #intersec > div > div:nth-child(7) > p,
    #intersec > div > p {
      margin-bottom: 2em; }
      #intersec > div > div:nth-child(7) > p > span,
      #intersec > div > p > span {
        font-size: 1.1em;
        line-height: 1.6em; }
        @media screen and (max-width: 768px) {
          #intersec > div > div:nth-child(7) > p > span,
          #intersec > div > p > span {
            font-size: 1.3em;
            line-height: 1.6em; } }
    #intersec > div > div:nth-child(7) {
      padding-bottom: 5em; }

/* ============================ */
#staff {
  padding: 8em 0 0; }
  #staff > h2 {
    width: 33em;
    margin: 0 auto 9em; }
  #staff .staff_slide_li {
    padding: 8em 0.5em 0; }
    #staff .staff_slide_li > div {
      background: #FFF;
      border-radius: 1em; }
      #staff .staff_slide_li > div > span {
        display: block;
        top: -8em;
        margin-bottom: -8em; }
      #staff .staff_slide_li > div > div {
        padding: 2em 1em 2em;
        color: #95794e; }
        #staff .staff_slide_li > div > div > h3 {
          display: flex;
          align-items: center;
          border-bottom: 1px solid #95794e;
          margin-bottom: 1.5em; }
          #staff .staff_slide_li > div > div > h3 > strong {
            width: 1.5em;
            height: 2em;
            background: url("img/064.png") no-repeat 0 center/contain; }
          #staff .staff_slide_li > div > div > h3 > span {
            display: block;
            padding-left: 0.5em;
            font-size: 1.4em;
            line-height: 1.6em; }
        #staff .staff_slide_li > div > div > p {
          margin-bottom: 1.5em; }
          @media screen and (max-width: 768px) {
            #staff .staff_slide_li > div > div > p > span {
              font-size: 1.3em;
              line-height: 1.6em; } }

/* ============================ */
footer {
  background: url("img/065.jpg") no-repeat center bottom;
  padding: 16em 0 0; }
  @media screen and (max-width: 768px) {
    footer {
      background: url("img/065s.jpg") no-repeat center bottom/contain; } }
  footer > h2 {
    width: 6.4em;
    margin: 0 auto 20em; }
  footer > h3 {
    width: 45.3em;
    margin: 0 auto -1.5em; }
    @media screen and (max-width: 768px) {
      footer > h3 {
        width: 80%; } }
  footer > a {
    display: block;
    width: 40em;
    margin: 0 auto;
    border: 2px solid #8c6e3e;
    border-radius: 2em;
    padding: 2.5em 0 3.5em;
    color: #8c6e3e;
    text-align: center;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      footer > a {
        width: 95%; } }
    footer > a > span {
      display: block;
      font-size: 1.4em;
      line-height: 2em; }
    footer > a > strong {
      display: block;
      font-size: 2.5em;
      line-height: 1em; }
  footer > h4 {
    padding: 7em 0 0;
    width: 16.3em;
    margin: 0 auto; }
  footer > ul {
    color: #FFF;
    max-width: 1300px;
    padding: 0 2em 0 0;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer > ul {
        display: none; } }
    footer > ul > li {
      margin-bottom: 1em;
      width: 14em;
      margin-left: auto; }
      footer > ul > li > a {
        display: block;
        border-bottom: 1px solid #FFF;
        background: url("img/061.png") no-repeat right 0/1.55em 1.55em;
        padding-right: 5em;
        padding-bottom: 0.5em; }
        footer > ul > li > a > span {
          font-size: 1.2em;
          color: #FFF; }
  footer > p {
    color: #FFF;
    text-align: center;
    padding: 11em 0 6em; }

a#totop {
  display: block;
  width: 7.5em;
  height: 8.15em;
  position: fixed;
  bottom: 2em;
  right: 2em;
  visibility: hidden;
  /* 初期状態で非表示 */
  opacity: 0;
  /* 初期状態で透明 */
  transition: none; }
