@charset "UTF-8";
/*----------------------------------------------------
　↓　基盤
-----------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1em;
  /*-webkit-overflow-scrolling: touch;*/
}

body {
  width: 100%;
  font-family: "Noto Serif JP", "Lora", "游明朝", "Yu Mincho", "游明朝体", serif;
  font-weight: normal;
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  color: #434343;
  -webkit-touch-callout: none;
}

/* TapArea */
* {
  /*  -webkit-tap-highlight-color: rgba(102,102,102,0.3);
    -webkit-touch-callout: none;*/
  /*-webkit-user-select: none;*/
}

input,
textarea {
  /*-webkit-user-select : auto;*/
}

/* リンクテキスト */
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*フォントファミリー*/
.serif {
  font-family: "Noto Serif JP", "Lora", "游明朝", "Yu Mincho", "游明朝体", serif;
}

.sansserif {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.strong {
  color: rgb(184, 38, 8);
  text-decoration: underline;
}

/* レスポンシブ対応＞（上下余白・サイド余白） */
.innerWrap {
  /*可変幅1080*/
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.innerWrapNarrow {
  /*可変幅740*/
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .innerWrap,
  .innerWrapNarrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}


/* 各デバイスでの表示切り替え */
.sp,
.tab {
  display: none !important;
}

.pc {
  display: none !important;
  display: block !important;
}

/*only SP&TAB*/
/*only PC*/
@media screen and (max-width: 1080px) {
  .sp,
  .tab {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp,
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .pc,
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*選択時の色指定*/
::-moz-selection {
  background: #dbcdac;
}
::selection,
::-moz-selection {
  background: #dbcdac;
}

/*----------------------------------------------------
　↓　余白
-----------------------------------------------------*/
.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.align-t {
  vertical-align: top;
}

.mgB0 {
  margin-bottom: 0px;
}

.mgB5 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB60 {
  margin-bottom: 60px;
}

.mgB70 {
  margin-bottom: 70px;
}

.mgB100 {
  margin-bottom: 100px !important;
}

.mgB140 {
  margin-bottom: 140px;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT5 {
  margin-top: 5px;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.mgT60 {
  margin-top: 60px;
}

.mgT70 {
  margin-top: 70px;
}

.mgR0 {
  margin-right: 0px;
}

.mgR5 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR30 {
  margin-right: 30px;
}

.mgL0 {
  margin-left: 0px;
}

.mgL5 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL30 {
  margin-left: 30px;
}

.pdg10 {
  padding: 10px;
}

.pdg20 {
  padding: 20px;
}

.pdg30 {
  padding: 30px;
}

.pdgt80 {
  padding-top: 80px !important;
}

.pdgb60 {
  padding-bottom: 60px;
}

.pdgb70 {
  padding-bottom: 70px;
}

.pdgb100 {
  padding-bottom: 100px !important;
}

/*----------------------------------------------------
　↓　hover動き
-----------------------------------------------------*/
/* hover action */
.hover {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.hover:hover {
  background-color: #663e5b;
  color: #fff !important;
  text-decoration: none;
}

/* img hover */
.hover-img,
label {
  transition: all 0.3s ease 0s;
}
.hover-img:hover,
label:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
　↓　見出し
-----------------------------------------------------*/
.ttl {
  text-align: center;
  padding: 140px 0 70px;
}
@media screen and (max-width: 480px) {
  .ttl {
    padding: 90px 0 50px;
  }
}
.ttl span {
  position: relative;
  font-size: 3.8em;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  display: inline-block;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .ttl span {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .ttl span {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) and (max-width: 360px) {
  .ttl span {
    font-size: 2.4em;
  }
}
.ttl span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  /*線の上下位置*/
  display: inline-block;
  width: 40%;
  height: 1px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #dbcdac;
  /*線の色*/
}

.ttl2 {
  text-align: center;
  padding-top: 60px;
  font-size: 5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #434343;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .ttl2 {
    font-size: 3.6em;
  }
}

.ttl3 {
  font-size: 4.2em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .ttl3 {
    font-size: 4em;
  }
}
.ttl3 span {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: #dbcdac;
}

.txt-red {
  color: #ec5a5a;
}

/*レスポンシブ*/
/*ボタン*/
.morebtn {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 400px) {
  .morebtn {
    margin-bottom: 80px;
  }
}
.morebtn a {
  width: 360px;
  line-height: 70px;
  font-size: 2.6em;
  background-color: #dbcdac;
  color: #292929;
  cursor: pointer;
  background-image: url(../img/arrow-black-right.png);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  transition: 0.25s;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .morebtn a {
    width: 100%;
    font-size: 2.2em;
    background-size: 6px;
  }
}
.morebtn a:hover {
  background-color: #663e5b;
  color: #fff;
  background-image: url(../img/arrow-white-right.png);
}

/*----------------------------------------------------
　↓　レイアウト（本文縦書き）
-----------------------------------------------------*/
.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}
.vertical .tcy {
  -webkit-text-combine: horizontal;
  -moz-text-combine-upright: all;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  margin: -1px 0px 5px;
  letter-spacing: -0.7px;
}

@media screen and (max-width: 1080px) {
  .horizontal {
    white-space: normal;
    line-height: 1.6em;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 950px) {
  .horizontal {
    white-space: normal;
    line-height: 1.6em;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 800px) {
  .horizontal2 {
    white-space: normal;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
  .vertical .tcy {
    letter-spacing: 1.3px;
  }
}
/*----------------------------------------------------
　↓　表示のうごき
-----------------------------------------------------*/
/*ふわっと表示*/
/*.animation {
    visibility: hidden;
}*/
/*.fadeInDown {*/
/*    -webkit-animation-fill-mode:both;*/
/*    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -ms-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}


_::-webkit-full-page-media, _:future, :root .fadeInDown {
    animation-duration:0.2s;
    animation-name: fadeInDown;
    animation-fill-mode:both;
}
*/
/*@keyframes fadeInDown {
0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(0px);
}
100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}*/
/*** -webkit-用の記述 ***/
/*@-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translateY(10px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}*/
/*ふわっと表示*/
/*.animation {
    visibility: hidden;
}*/
.fadejs {
  visibility: hidden;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*loader*/
#load {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9001;
  background-color: #f3f3f3;
  background-image: url(../img/pattern-bg-ami.png);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #663e5b;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*============================================================================================
↓header
============================================================================================*/
#header {
  width: 100%;
  height: 114px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  transition: all 0.3s ease 0s;
  padding: 20px 34px 20px 40px;
  box-sizing: border-box;
  color: #663e5b;
  display: flex;
  align-items: center;
}
#header .header__logo {
  display: flex;
  flex: 1;
  align-items: center;
}
#header h1 {
  display: inline-block;
  margin: 0;
  margin-top: 4px;
}
#header h1 a {
  display: inline-block;
  width: 164px;
}
@media screen and (max-width: 896px) {
  #header h1 a {
    width: 96px;
  }
}
#header img {
  width: 100%;
  height: auto;
}
#header .header__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 616px;
}
@media screen and (max-width: 1080px) {
  #header .header__information .header__oisogi {
    display: none;
  }
}
#header .header__information .header__oisogi a {
  display: flex;
  padding: 20px 26px;
  background: #ec6d72;
  color: #fff;
  position: relative;
  align-items: center;
}
#header .header__information .header__oisogi a::before {
  content: "";
  display: block;
  background: url(../img/pattern-bg.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: opacity(0.5);
}
#header .header__information .header__oisogi a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#header .header__information .header__oisogi .icon,
#header .header__information .header__oisogi .text {
  position: relative;
  z-index: 1;
}
#header .header__information .header__oisogi .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#header .header__information .header__oisogi .text {
  line-height: 1;
  margin: 0;
}
#header .header__information .header__oisogi .text span:nth-child(1) {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#header .header__information .header__oisogi .text span:nth-child(2) {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-top: 4px;
}
#header .header__information .header__oisogi .text * {
  display: block;
}
#header .header__information .access a {
  border: 1px solid #ec7878;
  padding: 17px 10px;
  display: block;
  font-size: 2.2em;
  color: #fff;
  background-image: url(../img/arrow-white-right.png);
  background-position: 170px 17px;
  background-size: 6px;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ec7878;
}
#header .header__information .access a:hover {
  background-image: url(../img/arrow-pink-right.png);
  color: #ec7878;
  background-color: #fff;
  text-decoration: none;
}
#header .access {
  width: 45%;
  margin-right: 4%;
}
#header .tel {
  display: inline-block;
  font-style: normal;
}
#header .tel p {
  color: #663e5b;
  font-size: 2.3em;
  letter-spacing: 0.14em;
  margin: 0;
}
#header .telbox {
  display: none;
}
#header .tel address {
  display: flex;
  align-items: center;
  font-size: 5.3em;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media all and (-ms-high-contrast: none) {
  #header .tel address {
    letter-spacing: 0;
    line-height: normal;
  }
}
#header .tel address .icon {
  width: 42px;
  margin-right: 8px;
}
#header .tel address .icon img {
  width: 100%;
}
#header .tel address .tel__number {
  flex: 1;
}
#header .accessbtn {
  display: none;
}

_::-webkit-full-page-media, _:future {
  background-position: 0px 3px;
}

/* ハンバーガーボタンのcss
-------------------------------------*/
/* ナビの中身のcss
-------------------------------------*/
nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  opacity: 0.98;
  background: #663e5b;
  background-repeat: repeat;
  background-position: right top;
  background-image: url(../img/pattern-bg.png);
}
nav .navbox {
  font-size: 4.6em;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
}
nav .navbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav .navbox ul li + li {
  margin-right: 40px;
}
.navbox ul li a{
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 896px) {
  nav .navbox ul li + li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 896px) and (max-width: 640px) {
  nav .navbox ul li + li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 896px) and (max-width: 640px) and (max-width: 480px) {
  nav .navbox ul li + li {
    margin-right: 0;
    margin-top: 20px;
  }
}
nav .navbox ul .nav-list-item {
  color: #fff;
  transition: all 0.3s ease 0s;
  margin-left: 40px;
}
@media screen and (max-width: 896px) {
  nav .navbox ul .nav-list-item {
    font-size: 0.7em;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
nav .navbox ul .nav-list-item:-moz-any-link:hover {
  text-decoration: none;
  color: #dbcdac;
}
nav .navbox ul .nav-list-item:any-link:hover {
  text-decoration: none;
  color: #dbcdac;
}
nav .navbox ul .nav-list-item.type-sub {
  font-size: 2rem;
  margin-left: 2.6rem;
}
@media screen and (max-width: 640px) {
  nav .navbox ul .nav-list-item.type-sub {
    font-size: 1.4rem;
    margin-left: 0rem;
    margin-bottom: 1.4rem;
  }
}
nav .navbox ul .nav-list-item.type-sub:last-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  nav .navbox ul .nav-list-item.type-sub:last-child {
    margin-bottom: 0;
  }
}
nav .navbox ul .nav-list-subitem-wrap {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  nav .navbox ul .nav-list-subitem-wrap {
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  nav ul {
    writing-mode: tb-rl;
  }
}
/*------------------------------------*/
.hamburger {
  float: right;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  background: #fff;
  z-index: 160;
  width: 84px;
  height: 74px;
  position: relative;
}
.hamburger span {
  text-align: center;
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  color: #663e5b;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .hamburger span {
    letter-spacing: 0.1em;
  }
}

.hamburger-box {
  width: 40px;
  height: 38px;
  position: relative;
  top: 10px;
  left: 21px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 896px) {
  .hamburger-box {
    height: 33px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  width: 40px;
  height: 3px;
  background-color: #663e5b;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #663e5b;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

.hamburger .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger .hamburger-inner::before {
  transition: top 0.2s 0.2s ease, opacity 0.2s ease;
}
.hamburger .hamburger-inner::after {
  transition: bottom 0.2s 0.2s ease, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.2s ease, opacity 0.2s 0.2s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.2s ease, transform 0.2s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*ばってん*/
/*お急ぎの方へポップアップ*/
#popup {
  width: 1080px;
}

.popup {
  display: none;
}

#popup .inner {
  padding: 20px 40px;
}
.popup-ttl {
  font-size: 3.4em;
  text-align: center;
  margin: 80px 0 60px;
}
.selectbtn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: ms-flex;
  padding-bottom: 50px;
}
.selectbtn .select-1 {
  border: 1px solid #663e5b;
  width: 49%;
  margin-right: 2%;
}
.selectbtn .select-2 {
  border: 1px solid #663e5b;
  width: 49%;
  margin-right: 2%;
  margin-right: 0%;
}
.selectbtn h3 {
  margin: 0;
  padding: 24px 0;
  font-size: 2.8em;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  padding: 20px;
  background: #663e5b;
  background-repeat: repeat;
  background-position: right top;
  background-image: url(../img/pattern-bg.png);
  font-weight: normal;
}
.selectbtn p {
  font-size: 2.6em;
  line-height: 1.6em;
  padding: 0 25px;
  margin: 12px 0;
}
.selectbtn:after {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #663e5b;
  position: absolute;
  right: 48%;
  bottom: -10px;
}
.fdcon {
  text-align: center;
  border: 1px solid #663e5b;
  padding: 20px 0 30px;
}
.fdcon h3 ,.cv-area h3{
  margin-bottom: 10px;
  font-size: 3em;
  color: #663e5b;
  font-weight: normal;
  line-height: 1em;
  margin-top: 10px;
}
.cv-area .soudan{
  color: red;
  font-size: 2em;
}
.fdcon address,.cv-area address {
  color: #663e5b;
  font-size: 9em;
  font-style: normal;
  background-image: url(../img/fd.png);
  background-position: 0px 12px;
  background-size: 70px;
  background-repeat: no-repeat;
  padding-left: 89px;
  display: inline;
  letter-spacing: 0.1em;
  line-height: 1.1em;
}
.fdcon a,.cv-area a{
  display: none;
}
.cv-area a.cv{
  display: block;
}
.fdcon p {
  font-size: 2em;
  color: #663e5b;
  border: 1px solid #663e5b;
  padding: 10px;
  display: inline-block;
  line-height: 1.2em;
  text-align: left;
  margin: 0;
  vertical-align: bottom;
}
#popup .preparation h3 {
  margin-top: 100px;
  text-align: center;
  font-size: 4em;
  font-weight: normal;
  padding-bottom: 26px;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 30px;
  line-height: 1.2em;
}
#popup .preparation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}
#popup .preparation ul li {
  width: 32%;
  margin-right: 2%;
  background-image: url(../img/pattern-bg8.png);
  padding: 10px 20px;
}
#popup .preparation ul li:last-child {
  margin-right: 0%;
}
#popup .preparation ul li img {
  width: 100%;
}
#popup .preparation ul li h4 {
  font-size: 3em;
  text-align: center;
}
#popup .preparation ul li p {
  font-size: 2.6em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#popup .consultation {
  padding: 20px;
  background-color: #f1f1f1;
  margin-top: 50px;
}
#popup .consultation .left {
  float: left;
  width: 60%;
  margin-right: 6%;
}
#popup .consultation .left p {
  font-size: 2.6em;
  line-height: 2em;
  text-align: center;
  color: #663e5b;
  font-weight: bold;
  margin-bottom: 40px;
}
#popup .consultation .left span {
  font-size: 2.6em;
  background-color: #663e5b;
  padding: 10px 20px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#popup .consultation .left address {
  color: #663e5b;
  font-size: 8em;
  font-style: normal;
  background-image: url(../img/fd.png);
  background-position: 58px 12px;
  background-size: 60px;
  background-repeat: no-repeat;
  padding-left: 49px;
  display: inline;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  display: block;
  text-align: center;
}
#popup .consultation .right {
  float: right;
  width: 34%;
}
#popup .consultation .right img {
  width: 100%;
}

.featherlight .featherlight-close-icon {
  display: block;
  float: right;
  width: 100%;
  height: 94px;
  background: url(../img/close.png) top right no-repeat;
  background-size: 80px;
}

#popup .consultation .left a {
  display: none;
}

/*レスポンシブ*/
@media screen and (max-width: 1180px) {
  #popup {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  #popup .consultation .left address {
    font-size: 6.4em;
    background-size: 48px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1080px) {
  #header {
    padding: 20px;
  }
  #popup .consultation .left {
    width: 54%;
    margin-right: 12%;
  }
  #popup .consultation .left address {
    font-size: 7em;
    text-align: left;
    padding-left: 77px;
    background-position: 0px 8px;
    background-size: 59px;
  }
  #popup .consultation .left span {
    width: 100%;
  }
  #popup .consultation .left p {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #popup .consultation .left br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .featherlight .featherlight-close-icon {
    top: 10px !important;
  }
}
@media screen and (max-width: 1080px) {
  #popup .consultation .left address {
    font-size: 6em;
    background-size: 50px;
    padding-left: 65px;
  }
  #popup .fdcon address {
    background-position: 20px 19px;
    font-size: 7em;
    background-size: 50px;
  }
  #popup .fdcon p {
    padding: 5px 8px;
  }
}
@media screen and (max-width: 1080px) {
  #header .header__information {
    width: 470px;
    margin-right: 0px;
  }
  #header .navbox {
    font-size: 4.2em;
  }
.selectbtn {
    padding-bottom: 30px;
  }
.selectbtn .select-1,
.selectbtn .select-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #popup .fdcon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 825px) {
  #popup .consultation .left address {
    background-position: 0px;
    font-size: 5em;
    background-size: 43px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 1080px) {
  #popup .preparation ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #header .telbtn {
    display: none;
  }
  #header .telbox {
    float: right;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: transparent;
    z-index: 10;
    background-color: #f3f3f3;
    width: 74px;
    height: 74px;
  }
  #header .telbox .fas {
    color: #663e5b;
  }
  #header .telbox:hover {
    text-decoration: none;
  }
  #header .telbox span {
    text-align: center;
    display: block;
    font-size: 1.8em;
    color: #663e5b;
  }
  .fas {
    font-size: 4.2em;
    text-align: center;
    padding: 15px 20px 7px 21px;
  }
  #header .header__information {
    margin-right: 10px;
    margin-top: 0;
    width: auto;
  }
  #header .access {
    display: none;
  }
  #header .accessbtn {
    display: block;
    float: left;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: transparent;
    z-index: 10;
    background-color: #ec7878;
    color: #fff;
    width: 74px;
    height: 74px;
  }
  #header .accessbtn a {
    text-decoration: none;
    display: block;
  }
  #header .accessbtn a i {
    color: #fff;
    text-align: center;
    padding-left: 22px;
    font-size: 4.2em;
    margin-top: 15px;
    margin-bottom: 7px;
  }
  #header .accessbtn a span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0.1em;
  }
  #header .accessbtn a span:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
  #popup .consultation .left {
    width: 62%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 700px) {
  #popup .popup-ttl {
    font-size: 2.6em;
    margin: 60px 0 50px;
  }
  #popup .fdcon {
    padding: 20px;
  }
  #popup .fdcon p {
    background-color: #663e5b;
    color: #fff;
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
    font-size: 2.8em;
    text-align: center;
  }
  #popup .fdcon address {
    background-position: 44px 9px;
    text-align: left;
    padding-left: 70px;
    display: block;
    background-size: 56px;
    text-align: center;
  }
  #popup .fdcon br {
    display: none;
  }
  #popup .consultation .left {
    float: none;
    width: 100%;
  }
  #popup .consultation .right {
    width: 100%;
    margin-top: 50px;
  }
  #popup .consultation .left address {
    font-size: 6em;
    background-size: 48px;
    padding-left: 62px;
  }
  #popup .inner {
    padding: 10px 20px;
  }
  #popup .selectbtn:after {
    right: 46%;
  }
}
@media screen and (max-width: 630px) {
  #popup .fdcon h3 {
    text-align: left;
  }
  #popup .fdcon address {
    background-position: 0;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #header {
    padding: 0;
    height: 74px;
  }
  #header .header__information {
    margin-top: 12px;
  }
  #header .tel {
    margin-top: 4px;
  }
  #header .tel address {
    font-size: 4em;
  }
  #header .tel p {
    margin: 0 0 12px 0;
    font-size: 1.2em;
  }
  #header .navbox {
    right: 16%;
  }
  #popup .fdcon h3 {
    font-size: 2.4em;
    line-height: 1.6em;
  }
  #header .header__information {
    margin-top: 0;
    margin-right: 0;
  }
  #header .accessbtn {
    margin-right: 0;
  }
  #header img {
    width: 96px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 550px) {
  #popup .fdcon address {
    font-size: 6em;
    padding-left: 60px;
    background-size: 50px;
    background-position: 0px 8px;
  }
}
@media screen and (max-width: 500px) {
  #popup .consultation .left address {
    font-size: 5em;
    padding-left: 57px;
  }
  #popup .popup-ttl {
    font-size: 2em;
  }
  #popup .fdcon address {
    font-size: 5em;
    padding-left: 51px;
    background-size: 40px;
    background-position: 0px 5px;
  }
}
@media screen and (max-width: 480px) {
  #header .right {
    margin: 0;
  }
  #header .hamburger span {
    font-size: 1.8em;
  }
  #header .navbox {
    right: 20%;
    top: 32%;
  }
  nav .navbox {
    writing-mode: horizontal-tb;
    font-size: 4em;
  }
  #popup .selectbtn h3 {
    font-size: 2.6em;
  }
  #popup .selectbtn p {
    font-size: 2.4em;
  }
  #popup .fdcon p {
    font-size: 2.4em;
  }
  #popup .popup-ttl {
    line-height: 1.6em;
    margin: 40px 0px 30px;
  }
  #popup .fdcon address {
    display: none;
  }
  #popup .fdcon a {
    display: block;
    color: #663e5b;
    font-size: 4em;
    font-style: normal;
    background-image: url(../img/fd.png);
    background-position: 20px 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    border: 1px solid #663e5b;
    padding: 14px 0px 16px 0px;
  }
  #popup .fdcon a:hover {
    text-decoration: none;
    background-color: #663e5b;
    color: #fff;
    background-image: url(../img/fd-wh.png);
  }
  #popup .preparation ul li p {
    font-size: 2.4em;
    line-height: 1.6em;
  }
  #popup .preparation h3 {
    font-size: 2.8em;
    margin-top: 60px;
    padding-bottom: 10px;
  }
  #popup .preparation ul li h4 {
    font-size: 2.4em;
  }
  .featherlight .featherlight-close-icon {
    background-size: 50px;
    top: 40px !important;
  }
  #popup .consultation .left address {
    display: none;
  }
  #popup .consultation .left a {
    display: block;
    color: #663e5b;
    font-size: 4em;
    font-style: normal;
    background-image: url(../img/fd.png);
    background-position: 31px 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    border: 1px solid #663e5b;
    padding: 14px 0px 16px 71px;
  }
  #popup .consultation .left a:hover {
    background-image: url(../img/fd-wh.png);
    background-color: #663e5b;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 445px) {
  #popup .consultation .left address {
    font-size: 4.2em;
    background-size: 37px;
    padding-left: 46px;
  }
  #popup .fdcon a {
    background-position: 12px 20px;
  }
}
@media screen and (max-width: 445px) {
  #popup .consultation .left a {
    padding: 14px 0px 16px 56px;
    background-position: 16px 20px;
  }
}
@media screen and (max-width: 420px) {
  #popup .fdcon a {
    font-size: 3.6em;
    padding: 14px 0px 16px 17px;
  }
  #popup .consultation .left a {
    background-position: 16px 19px;
    font-size: 3.6em;
    padding: 14px 0px 16px 50px;
  }
}
@media screen and (max-width: 410px) {
  #popup .fdcon a {
    padding: 14px 0px 16px 25px;
  }
}
@media screen and (max-width: 380px) {
  #popup .fdcon {
    margin-top: 0;
    padding: 0;
    border: none;
  }
  #popup .fdcon h3 {
    text-align: left;
    line-height: 1.6em;
  }
  #popup .fdcon a {
    padding: 14px 28px 16px 0px;
  }
  /*    .featherlight .featherlight-content{
          margin: 20px!important;
      }*/
}
@media screen and (max-width: 360px) {
  #popup .consultation .left address {
    font-size: 3.8em;
    background-size: 34px;
    padding-left: 42px;
    background-position: 0 4px;
  }
  #popup .fdcon a {
    padding: 14px 4px 16px 0px;
  }
}
@media screen and (max-width: 345px) {
  #popup .consultation .left span {
    font-size: 2em;
  }
  #header img {
    width: 82px;
    padding: 17px 10px;
  }
  #popup .consultation .left a {
    font-size: 3.2em;
    background-position: 16px 18px;
    padding: 14px 0px 16px 56px;
  }
  #popup .fdcon a {
    padding: 14px 4px 16px 14px;
  }
}
@media screen and (max-width: 330px) {
  #popup .consultation .left a {
    background-position: 10px 18px;
    padding: 14px 0px 16px 47px;
  }
}
@media screen and (max-width: 325px) {
  #header img {
    width: 75px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 320px) {
  #popup .fdcon a {
    padding: 14px 0px 16px 28px;
  }
}
/*============================================================================================
ご相談・資料請求
============================================================================================*/
#contact {
  background-image: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .txtbox {
  background-color: #fff;
  margin: 60px 0;
  opacity: 0.96;
  padding-bottom: 60px;
}
#contact .txt {
  font-size: 2.4em;
  line-height: 2em;
  padding: 20px 0 10px;
  text-align: center;
  color: #434343;
}
#contact .tel2 {
  text-align: center;
  color: #663e5b;
  margin-bottom: 40px;
}
#contact .tel2 address {
  font-size: 6em;
  font-style: normal;
  background-image: url(../img/fd.png);
  background-position: 0px;
  background-size: 45px;
  background-repeat: no-repeat;
  padding-left: 54px;
  display: inline;
  letter-spacing: 0.1em;
}
#contact .tel2 p {
  display: inline-block;
  border: 1px solid;
  padding: 10px;
  font-size: 2em;
  margin: 0;
  border-radius: 4em;
  vertical-align: bottom;
  letter-spacing: 0.2em;
}
#contact .btn2 {
  text-align: center;
}
#contact .btn2 a {
  border: 1px solid #663e5b;
  padding: 32px 100px;
  display: inline-block;
  font-size: 2.4em;
  color: #663e5b;
  background-image: url(../img/arrow-people-right.png);
  background-position: 380px 35px;
  background-size: 8px;
  background-repeat: no-repeat;
  line-height: 1.4em;
}
#contact .btn2 a:hover {
  background-image: url(../img/arrow-white-right.png);
}

/*レスポンシブ*/
@media screen and (max-width: 570px) {
  #contact .txt {
    padding: 0 20px 20px;
  }
  #contact .tel2 address {
    font-size: 7em;
  }
  #contact .tel2 p {
    display: block;
    margin: 20px 60px;
  }
  #contact .btn2 a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 522px) {
  #contact .btn2 a {
    padding: 32px 80px;
    background-position: 364px 35px;
  }
}
@media screen and (max-width: 480px) {
  #contact .btn2 a {
    background-position: 310px 25px;
    padding: 22px 50px;
  }
}
@media screen and (max-width: 430px) {
  #contact .tel2 address {
    font-size: 5.4em;
  }
  #contact .btn2 a {
    background-position: 275px 25px;
    padding: 22px 30px;
  }
}
@media screen and (max-width: 390px) {
  #contact .btn2 a {
    background-image: none;
  }
}
@media screen and (max-width: 360px) {
  #contact .tel2 address {
    font-size: 4.4em;
    background-size: 39px;
    padding-left: 46px;
  }
  #contact .tel2 p {
    margin: 20px 40px;
  }
}
/*============================================================================================
アクセス
============================================================================================*/
#access .innerWrap {
  margin-bottom: 120px;
}

#gmap_canvas {
  height: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 2px solid #dbcdac;
}

#access {
  padding-top: 100px;
  margin-top: -100px;
  display: inline;
}
#access .map_subttl {
  text-align: center;
  font-size: 3.6em;
  margin-bottom: 2.2rem;
  color: #663e5b;
}
#access .accessmap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#access .accessmap .map_illust {
  width: 48%;
}
#access .accessmap img {
  width: 100%;
  border: 3px solid #dbcdac;
  box-sizing: border-box;
}
#access .accessmap a {
  text-decoration: underline;
  margin-top: 10px;
  float: right;
  display: inline-block;
  color: #663e5b;
  font-size: 2.4em;
  display: block;
}
#access .accessmap a:hover {
  text-decoration: none;
  background-color: none;
}
#access .means {
  width: 48%;
}
#access .means ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  display: ms-flex;
}
#access .means ul li {
  background-image: url(../img/pattern-bg14.png);
  margin-right: 0;
  background-color: #dbcdac;
  color: #434343;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
#access .means ul li:last-child {
  margin-bottom: 0;
}
#access .means ul li span {
  margin: 4px;
  background-color: #fff;
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 2.4em;
  opacity: 0.9;
  line-height: 1.4em;
  color: #434343;
}
#access .means ul li p {
  font-size: 2.4em;
  text-align: center;
  line-height: 1.4em;
  color: #434343;
  margin: 16px 0;
}
#access .accessbr {
  display: none;
}

/*レスポンシブ*/
@media screen and (max-width: 1080px) {
  #access .accessmap {
    flex-direction: column;
  }
  #access .accessmap .map_illust {
    width: 100%;
  }
  #access .accessmap a {
    font-size: 3em;
    margin-top: 30px;
  }
  #access .means {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .map_subttl {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 480px) {
  #access .accessmap a {
    font-size: 2.4em;
    margin-top: 20px;
  }
}
/*============================================================================================
Daiko Story
============================================================================================*/
#story {
  background-color: #663e5b;
  background-image: url(../img/pattern-bg-ami-white.png);
}
#story .story-con {
  position: relative;
}
#story .story-con::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 324px;
  background-size: 111px;
  padding-top: 180px;
  background-image: url(../img/story-leaf-left.png);
  background-position: left;
  background-repeat: no-repeat;
}
#story .story-con::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 324px;
  background-size: 111px;
  background-image: url(../img/story-leaf-right.png);
  background-position: right;
  top: 0;
  right: 0;
  padding-top: 180px;
  background-repeat: no-repeat;
}
#story .story-ttl {
  text-align: center;
  padding-top: 90px;
}
#story .story-ttl img {
  width: 275px;
}
#story .center-txt {
  color: #fff;
  font-size: 2.4em;
  line-height: 2.2em;
  text-align: center;
  padding-top: 20px;
}
#story .story-br {
  display: none;
}
#story .story-btn {
  text-align: center;
  padding-bottom: 90px;
}
#story .story-btn a {
  color: #fff;
  font-size: 2.2em;
  border: 1px solid #fff;
  border-radius: 80px;
  display: inline-block;
  padding: 32px 100px;
  background-image: url(../img/arrow-white-right.png);
  background-position: center right 30px;
  background-size: 8px;
  background-repeat: no-repeat;
  margin-top: 30px;
}
#story .story-btn a:hover {
  text-decoration: none;
  background-color: #fff;
  background-image: url(../img/arrow-people-right.png);
  color: #663e5b !important;
}

@media screen and (max-width: 850px) {
  #story .story-br {
    display: block;
  }
  #story .story-con::before, #story .story-con::after {
    width: 145px;
    background-size: 140px;
    top: 50px;
  }
}
@media screen and (max-width: 720px) {
  #story .story-con::before, #story .story-con::after {
    background-size: 100px;
    top: 90px;
    padding-top: 0;
  }
}
@media screen and (max-width: 590px) {
  #story .story-con::before, #story .story-con::after {
    background-size: 92px;
  }
}
@media screen and (max-width: 500px) {
  #story .story-con::before, #story .story-con::after {
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  #story .story-ttl {
    padding-top: 60px;
  }
  #story .story-ttl img {
    width: 220px;
  }
  #story .center-txt {
    padding-top: 0;
  }
  #story .story-con::before, #story .story-con::after {
    top: 50px;
    background-size: 80px;
  }
  #story .story-btn {
    padding-bottom: 60px;
  }
  #story .story-btn a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  #story .center-txt {
    text-align: left;
  }
  #story .story-con::before, #story .story-con::after {
    opacity: 0.3;
  }
  .story-br,
  .story-br2 {
    display: none !important;
  }
  #story .story-btn a {
    padding: 32px 0;
    width: 100%;
    margin-top: 10px;
  }
}
/*============================================================================================
↓footer
============================================================================================*/
#footer {
  width: 100%;
  background: #fff;
}
#footer .link {
  background-color: #f3f3f3;
  background-image: url(../img/pattern-bg-ami.png);
}
#footer ul {
  list-style-type: none;
  text-align: center;
  font-size: 2.4em;
  padding: 20px 0;
}
#footer ul li {
  display: inline-block;
  padding-right: 40px;
}
#footer ul li:last-child {
  padding-right: 0;
}
#footer ul li a {
  color: #434343;
  transition: all 0.3s ease 0s;
}
#footer ul li a:hover {
  text-decoration: none;
  color: #663e5b;
}
#footer .box {
  padding: 50px 0;
  text-align: center;
}
#footer .left {
  display: inline-block;
}
#footer .left a {
  float: left;
  margin-right: 30px;
}
#footer .left img {
  width: 165px;
  height: auto;
}
#footer .left address {
  float: left;
  font-size: 2.4em;
  font-style: normal;
  padding-top: 9px;
  line-height: 1.8em;
  text-align: left;
}
#footer .right {
  margin-bottom: 30px;
  display: block;
}
#footer .right img {
  width: 520px;
  height: auto;
}
#footer .right .chumon {
  float: left;
}
#footer .right .recruit {
  float: right;
}
#footer .footer-menu {
  display: none;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 0;
  font-size: 2.4em;
  margin: 20px 0;
}
#footer .copy {
  background-color: #292929;
}
#footer .copy p {
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}

/*レスポンシブ*/
@media screen and (max-width: 1080px) {
  #footer .left {
    float: none;
    width: 100%;
    float: center;
    text-align: center;
  }
  #footer .left a {
    float: none;
  }
  #footer .left address {
    float: none;
    display: inline-block;
  }
  #footer .right {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  #footer .box {
    padding: 40px 0;
  }
  #footer .footer-menu {
    display: block;
  }
  #footer .copy {
    margin-top: 40px;
  }
  #footer ul {
    margin: 0 0 20px;
    padding: 0;
  }
  #footer ul li {
    display: block;
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  #footer ul li:first-child {
    margin-top: 0;
  }
  #footer ul li:last-child {
    padding-right: 20px;
  }
  .toggleWrap {
    display: block;
  }
  #footer .right img {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  #footer .right img {
    width: 100%;
  }
  #footer .box {
    padding: 0;
  }
}
@media screen and (max-width: 546px) {
  #footer .left address {
    text-align: center;
    padding-top: 12px;
  }
}
@media screen and (max-width: 520px) {
  #footer .right img {
    width: 100%;
  }
}
/*============================================================================================
↓下層の共通項目
============================================================================================*/
#submainv {
  width: 100%;
  height: 280px;
  margin-top: 114px;
  background-color: #663e5b;
  background-image: url(../img/pattern-bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#submainv h2 {
  text-align: center;
}
#submainv span {
  position: relative;
  font-size: 3.8em;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  display: inline-block;
  color: #fff;
}
#submainv span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 40%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #dbcdac;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  #submainv span {
    font-size: 4em;
  }
}
@media screen and (max-width: 600px) {
  #submainv {
    margin-top: 59px;
  }
  #submainv span {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 480px) {
  #submainv {
    height: 200px;
  }
  #submainv span {
    font-size: 3em;
    line-height: 1.2em;
  }
}
.txt-line {
  line-height: 2em;
}

/*20200409追記　事前相談POPUP*/
/* ファーストビュー追記*/
/*事前相談*/
/*.jizen-banner-a {
    transition: 0.25s;
}

.jizen-banner-a:hover {
    opacity: 0.9;
}*/
.jizen {
  z-index: 1;
  position: absolute;
  right: 40px;
  bottom: 60px;
  transition: 0.25s;
  display: block;
  width: 200px;
  height: 200px;
}
.jizen:hover {
  opacity: 0.9;
}

.jizen-banner {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .jizen {
    width: 160px;
    height: 160px;
    right: 20px;
    bottom: 60px;
  }
  .jizen-banner {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .jizen {
    width: 120px;
    height: 120px;
    left: 20px;
    bottom: 80px;
  }
  .jizen-banner {
    width: 120px;
    height: 120px;
  }
}
.popup2 {
  display: none;
}

.fuwafuwa {
  animation: fuwafuwa 5s infinite linear alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .jizen-banner {
    width: 160px;
    height: 160px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .jizen-banner {
    width: 120px;
    height: 120px;
    left: 20px;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .jizen-banner {
    width: 160px;
    height: 160px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .jizen-banner-a {
    right: 10px;
  }
}
/* ポップアップ追記*/
#popup2 {
  width: 1080px;
}
#popup2 .inner {
  padding: 20px 40px;
  box-sizing: border-box;
}
#popup2 h3 {
  font-size: 5em;
  line-height: 1.6;
  text-align: center;
  margin: 60px 0 30px;
}
#popup2 h3 span {
  background: linear-gradient(transparent 70%, #fff44b 70%, #fff44b 100%);
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 6px;
}
#popup2 .popup2-con1-box {
  margin-top: 50px;
}
#popup2 .popup2-con1-box-txt {
  font-size: 2.4em;
  line-height: 1.8em;
  background-color: #f3f3f3;
  display: inline-block;
  width: 66%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
  border-radius: 10px;
}
#popup2 .popup2-con1-box-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f3f3f3;
  bottom: 50%;
  right: -20px;
  transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
}

@media screen and (max-width: 1180px) {
  #popup2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #popup2 .inner {
    padding: 20px;
  }
}
.popup2-con1-box-img {
  width: 34%;
  display: inline-block;
}
.popup2-con1-box-img img {
  width: 170px;
  float: left;
}

.popup2-con1-box-namebox {
  display: inline-block;
  width: 50%;
}

.popup2-con1-box-name {
  font-size: 2em;
  line-height: 1.4;
  margin: 0;
}

.popup2-con1-box-name2 {
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0;
  margin-top: 5px;
}

.popup2-con1-box-name3 {
  margin: 0;
  font-size: 3em;
  margin-top: 15px;
}

#popup2 .popup2-con1-box-txt span {
  color: #c81b1b;
  text-decoration: underline;
}

@media screen and (max-width: 1180px) {
  #popup2 .popup2-con1-box-txt {
    width: 60%;
    padding: 20px;
  }
  .popup2-con1-box-img {
    width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  #popup2 .popup2-con1-box-txt {
    width: 100%;
  }
  #popup2 .popup2-con1-box-txt::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f3f3f3;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
  }
  .popup2-con1-box-img {
    width: 100%;
  }
  .popup2-con1-box-namebox {
    width: auto;
    margin-top: 30px;
  }
  .popup2-con1-box-img {
    margin-left: 200px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .popup2-con1-box-img {
    margin-left: 150px;
  }
}
@media screen and (max-width: 800px) {
  .popup2-con1-box-img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #popup2 h3 {
    font-size: 4.2em;
    line-height: 1.6;
    margin: 40px 0 0;
  }
  #popup2 .popup2-con1-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 680px) {
  .popup2-con1-box-img {
    margin-left: 0px;
  }
  .popup2-con1-box-namebox {
    width: 60%;
  }
  .popup2-con1-box-img img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #popup2 h3 {
    font-size: 3.2em;
  }
  #popup2 .popup2-con1-box {
    margin-top: 20px;
  }
  .popup2-con1-box-namebox {
    margin-top: 10px;
  }
}
.jizen-popup {
  border: 2px solid #663e5b;
  margin: 0 0 70px;
  background-image: url(../img/pattern-bg8.png);
  position: relative;
}
.jizen-popup::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #663e5b;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.jizen-popup h4 {
  background-color: rgba(223, 210, 180, 0.9);
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 3.4em;
  color: #663e5b;
  line-height: 1.4;
}

.jizen-popup-data {
  width: 100%;
  padding: 40px 30px 30px;
  box-sizing: border-box;
}

.jizen-popup-data-left {
  float: left;
  width: 50%;
}

.jizen-popup-data-left-br {
  display: none;
}

.jizen-popup-data-left img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.jizen-popup-data-left h5 {
  font-size: 2.6em;
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
  color: #663e5b;
  line-height: 1.5;
}

.jizen-popup-data-right {
  float: right;
  width: 50%;
}
.jizen-popup-data-right img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.jizen-popup-data-right h5 {
  font-size: 2.6em;
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
  color: #663e5b;
  line-height: 1.5;
}

.jizen-popup-data-answer {
  background-color: #f3f3f3;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.jizen-popup-data-answer::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -50px;
  left: 50%;
  background-color: #c81b1b;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.jizen-popup-data-answer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #c81b1b;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.jizen-popup-data-answer p {
  display: inline-block;
  color: #c81b1b;
  font-size: 4.2em;
  font-weight: bold;
  margin: 0;
  vertical-align: top;
  margin-top: 60px;
  line-height: 1.4;
}
.jizen-popup-data-answer p span {
  text-decoration: underline;
}
.jizen-popup-data-answer img {
  width: 275px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

@media screen and (max-width: 1080px) {
  .jizen-popup-data-left-br {
    display: block;
  }
}
@media screen and (max-width: 830px) {
  .jizen-popup-data-answer img {
    display: block;
    margin: 30px auto 0;
  }
  .jizen-popup-data-answer p {
    padding: 0 20px;
    font-size: 3.6em;
  }
}
@media screen and (max-width: 580px) {
  .jizen-popup-data-left {
    width: 100%;
    float: none;
  }
  .jizen-popup-data-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .jizen-popup-data-left-br {
    display: none;
  }
  .popup2-con1-box-name3 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .jizen-popup h4 {
    font-size: 2.8em;
    padding: 20px 0;
  }
  .popup2-con1-box-name2 {
    margin-top: 2px;
  }
  .jizen-popup-data {
    padding: 20px;
  }
  .jizen-popup-data-answer img {
    width: 200px;
    margin: 10px auto 0;
  }
  .jizen-popup-data-answer p {
    font-size: 3.6em;
    margin-top: 50px;
  }
}
.jizen-popup-txt {
  color: #663e5b;
  text-align: center;
  font-size: 3.4em;
  line-height: 1.6em;
  font-weight: bold;
  margin-top: 90px;
}

.jizen-popup-txt-box {
  margin-top: 20px;
}
.jizen-popup-txt-box img {
  float: left;
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}

.jizen-popup-txt-box-right {
  float: right;
  width: 60%;
  margin: 0;
  font-size: 0.8em;
  line-height: 2.2em;
  text-align: left;
  color: #434343;
  font-weight: normal;
}
.jizen-popup-txt-box-right span {
  background: linear-gradient(transparent 70%, #fff44b 70%, #fff44b 100%);
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .jizen-popup-txt-box-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .jizen-popup-txt-box img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .jizen-popup-txt {
    font-size: 2.8em;
  }
}
.jizen-popup-letter {
  background-image: url(../img/pattern-bg8.png);
  margin-top: 40px;
  padding: 40px;
}

.jizen-popup-letter-txt {
  width: 100%;
}

.jizen-popup-letter-txt-box {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.jizen-popup-letter-txt-box-txt {
  font-size: 2.6em;
  line-height: 1.8em;
  font-weight: bold;
}

.jizen-popup-letter-txt-box-more {
  font-size: 2.2em;
  line-height: 1.4;
}

.jizen-popup-letter-box p {
  font-size: 2.4em;
  line-height: 2.4em;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 6px;
  display: inline;
}

.jizen-popup-letter-box-img1 {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.jizen-popup-letter-box-img2 {
  width: 48%;
}

@media screen and (max-width: 680px) {
  .jizen-popup-letter {
    padding: 20px;
  }
  .jizen-popup-letter-box-img1 {
    width: 100%;
    margin-right: 0%;
  }
  .jizen-popup-letter-box-img2 {
    width: 100%;
  }
  .jizen-popup-letter-txt-box-txt {
    line-height: 1.6em;
  }
  .jizen-popup-letter-txt-box-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .jizen-popup-letter {
    padding: 0;
    background-image: none;
    margin-top: 60px;
  }
  .jizen-popup-letter-txt-box-txt {
    color: #663e5b;
    text-align: left;
  }
  .jizen-popup-letter-txt-box-more {
    text-align: left;
  }
  .jizen-popup-letter-box {
    margin-bottom: 50px;
  }
}
.jizen-popup-document {
  padding: 60px 0;
}
.jizen-popup-document h4 {
  font-size: 6.4em;
  text-align: center;
  margin: 0;
  line-height: 2;
  margin: 10px 0;
  color: #663e5b;
}
.jizen-popup-document h4 span {
  background: linear-gradient(transparent 70%, #fff44b 70%, #fff44b 100%);
  font-weight: bold;
}

.jizen-popup-document-box {
  border: 2px solid #663e5b;
  margin-top: 70px;
  position: relative;
  background-image: url(../img/pattern-bg8.png);
  position: relative;
}
.jizen-popup-document-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #663e5b;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.jizen-popup-document-box h5 {
  background-color: rgba(223, 210, 180, 0.9);
  margin: 0;
  text-align: center;
  font-size: 4.2em;
  color: #663e5b;
  padding: 34px 0;
}
.jizen-popup-document-box h5 span {
  font-size: 1.4em;
  font-weight: bold;
  color: #c81b1b;
}

.jizen-popup-document-box-hukidashi {
  width: 136px;
  position: absolute;
  top: -50px;
  left: 80px;
}

.jizen-popup-document-box-txt {
  padding: 20px;
  text-align: center;
}

.jizen-popup-document-box-txt-ttl {
  font-size: 3.4em;
  color: #663e5b;
  font-weight: bold;
  margin-top: 30px;
}
.jizen-popup-document-box-txt-ttl span {
  font-size: 1.2em;
}

.jizen-popup-document-box-txt-txtbox-txt {
  font-size: 3.2em;
  margin: 0;
  display: inline-block;
  float: left;
  line-height: 0.8;
  text-decoration: underline;
  font-weight: bold;
  width: 50%;
}

.jizen-popup-document-box-txt-txtbox {
  margin-top: 30px;
  width: 49%;
  margin: 0 auto;
}

.jizen-popup-document-box-txt-txtbox-txt2 {
  font-size: 3.2em;
  margin: 0;
  display: inline-block;
  float: right;
  line-height: 0.8;
  text-decoration: underline;
  font-weight: bold;
  width: 50%;
}

.jizen-popup-document-box-txt-txtbox-txt3 {
  font-size: 3.2em;
  display: block;
  text-align: center;
  line-height: 0.8;
  text-decoration: underline;
  font-weight: bold;
}

.jizen-popup-document-box-img {
  width: 100%;
  margin-top: 20px;
}

.jizen-popup-document-box-person {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 300px;
}

.jizen-popup-contact {
  margin-top: 30px;
  padding: 20px 40px;
}

.jizen-popup-contact-txt {
  text-align: center;
  font-size: 3em;
  line-height: 1.8;
  color: #663e5b;
  text-align: center;
  font-size: 3em;
  line-height: 1.8;
  color: #663e5b;
  margin-bottom: 20px;
}

.jizen-popup-contact-box {
  width: 100%;
  padding: 0 40px;
}

.jizen-popup-contact-box-left {
  width: 44%;
  float: left;
  padding-right: 30px;
}

.jizen-popup-contact-box-left-txt {
  font-size: 2.6em;
  border: 1px solid #663e5b;
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #663e5b;
  display: block;
  margin-bottom: 5px;
}

.jizen-popup-contact-box-left-tel {
  color: #663e5b;
  font-size: 5.4em;
  font-style: normal;
  background-image: url(../img/fd.png);
  background-position: 0px 6px;
  background-size: 50px;
  background-repeat: no-repeat;
  padding-left: 49px;
  display: inline;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  display: block;
  text-align: center;
  margin: 0;
}

.jizen-popup-contact-box-right {
  width: 50%;
  float: right;
}
.jizen-popup-contact-box-right a {
  width: 100%;
  line-height: 70px;
  font-size: 2.6em;
  background-color: #dbcdac;
  color: #292929;
  cursor: pointer;
  background-image: url(../img/arrow-black-right.png);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  transition: 0.25s;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.jizen-popup-contact-box-right a:hover {
  background-color: #663e5b;
  color: #fff;
  background-image: url(../img/arrow-white-right.png);
}

.jizen-popup-contact-box-left-telbtn,
.jizen-popup-contact-box-left-telbtn-txt {
  display: none;
}

@media screen and (max-width: 1180px) {
  .jizen-popup-document-box-hukidashi {
    left: -20px;
  }
  .jizen-popup-document-box-txt-txtbox {
    width: 52%;
  }
  .jizen-popup-contact-box-left-tel {
    font-size: 5em;
    background-position: 0px 3px;
  }
}
@media screen and (max-width: 1080px) {
  .jizen-popup-contact {
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .jizen-popup-document-box-txt-txtbox {
    width: 70%;
  }
  .jizen-popup-contact-txt {
    font-size: 3em;
    line-height: 1.6;
  }
  .jizen-popup-contact-box-left-txt {
    font-size: 2em;
  }
  .jizen-popup-contact-box-left {
    display: none;
  }
  .jizen-popup-contact-box-right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .jizen-popup-contact-box-left-telbtn {
    display: block;
    color: #663e5b;
    font-size: 4em;
    font-style: normal;
    background-image: url(../img/fd.png);
    background-position: 20px 17px;
    background-size: 40px;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    border: 1px solid #663e5b;
    padding: 14px 0px 16px 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .jizen-popup-contact-box-left-telbtn:hover {
    text-decoration: none;
  }
  .jizen-popup-contact-box-left-telbtn-txt {
    display: block;
    font-size: 2.6em;
    background-color: #663e5b;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .jizen-popup-document-box h5 {
    font-size: 3.4em;
    padding: 20px 0;
    line-height: 1.4;
  }
  .jizen-popup-document-box-hukidashi {
    width: 110px;
  }
  .jizen-popup-document h4 {
    font-size: 5em;
    line-height: 1.4;
    margin-top: 60px;
  }
  .jizen-popup-document-box-txt-txtbox {
    width: 100%;
  }
  .jizen-popup-document-box-txt-txtbox-txt,
  .jizen-popup-document-box-txt-txtbox-txt2 {
    width: 100%;
    float: none;
  }
  .jizen-popup-document-box-txt-txtbox-txt p,
  .jizen-popup-document-box-txt-txtbox-txt2 p {
    margin: 0;
    line-height: 1.8;
  }
  .jizen-popup-document-box-img {
    margin-bottom: 60px;
  }
  .jizen-popup-document-box-txt-txtbox-txt3 {
    line-height: 0;
  }
  .jizen-popup-contact-txt {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 520px) {
  .jizen-popup-contact,
  .jizen-popup-document,
  .jizen-popup-contact-box {
    padding: 0;
  }
  .jizen-popup-contact-txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .jizen-popup-document-box-hukidashi {
    width: 90px;
  }
  .jizen-popup-document-box h5 {
    font-size: 3.2em;
  }
  .jizen-popup-document h4 {
    font-size: 5em;
    line-height: 1.4;
    margin-top: 30px;
  }
  .jizen-popup-document-box-person {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
  }
  .jizen-popup-document-box-img {
    margin-bottom: 100px;
  }
  .jizen-popup-document-box-txt {
    padding: 10px;
  }
  .jizen-popup-document-box-txt-ttl {
    font-size: 3em;
  }
  .jizen-popup-contact-box-right a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .jizen-popup-contact-box-left-telbtn {
    padding-left: 35px;
  }
}
/* ポップアップ追記*/
.popup3 {
  display: none;
}
.popup3 img {
  width: 1080px;
}

@media screen and (max-width: 1080px) {
  .popup3 img {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */