@charset "UTF-8";
/*@mixin pc {
  @media screen and (min-width: ($pc)) {
    @content;
  }
}

@mixin tab {
  	@media  screen and (min-width: ($sp + 1)) and (max-width: ($pc + 1)) {
    @content;
  }
}

@mixin sp {
  @media screen and (max-width: ($sp)) {
    @content;
  }
}
*/
/*	@media screen and (max-width:1250px) {

		調整できないときは任意の数字に打ち換えて調整
}	*/
/*  @include sp {
    display: block;
    margin-bottom: 0;
  }
*/
/* a{
    color: blue;
    &:hover {
      color: red;
    }*/
/*@mixin setcss{
  width: 500px;
	height: 500px;
	margin: 0 auto;
	background: #000;
 }
.set {
  @include setcss;
}*/
/******TAGZONE******/
html {
  font-size: 62.5%;
  /* ルートのフォントサイズを10pxに設定　あとはremで指定　 */ }

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.suji {
  font-family: 'Lato', sans-serif; }

.ozu {
  font-family: 'Oswald', sans-serif; }

.eiji {
  font-family: 'Josefin Sans', sans-serif; }

.mon {
  font-family: 'Montserrat', sans-serif; }

.copycopy::before {
  content: '';
  display: block;
  width: 20px;
  height: 11px;
  background: url("../img/aro_s_w.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(50% - 11px/2);
  right: 10px; }
.copycopy::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #4B3F33;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1px/2); }

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

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

@media screen and (min-width: 1101px) {
  .tabonsp {
    display: none; } }

.spon {
  display: none; }
  @media screen and (max-width: 768px) {
    .spon {
      display: block; } }

.navion {
  display: none; }
  @media screen and (max-width: 1100px) {
    .navion {
      display: block; } }

.fade {
  transition: all 0.5s; }
  .fade:hover {
    opacity: 0.7; }

*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #222; }
  @media screen and (max-width: 768px) {
    *,
    *::before,
    *::after {
      font-size: 1.5rem; } }

@media screen and (min-width: 1101px) {
  *::before,
  *::after {
    transition: all 0.3s ease; } }

.tra {
  transition: all 0.8s; }

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

.wm {
  width: 100%; }

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

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

a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease; }

pre, code {
  margin: 0;
  padding: 0; }

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

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.mb5 {
  margin: 0 0 5px; }

.mb10 {
  margin: 0 0 10px; }

.mb20 {
  margin: 0 0 20px; }

.mb30 {
  margin: 0 0 30px; }

.mb40 {
  margin: 0 0 40px; }

.t_c {
  text-align: center; }

header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 60px 30px 0px; }
  @media screen and (max-width: 768px) {
    header {
      display: inherit;
      padding: 20px; } }
  header h1 {
    width: 250px;
    transition: all 0.5s;
    margin: 10px 0 0 200px; }
    @media screen and (max-width: 768px) {
      header h1 {
        max-width: 250px;
        margin: 10px 0 0 0px; } }
  header h1.subh1 {
    width: 350px;
    margin: 0px 0 0 100px; }
    @media screen and (max-width: 768px) {
      header h1.subh1 {
        max-width: 250px;
        margin: 10px 0 0 0px; } }

.topbtn {
  display: flex; }
  @media screen and (max-width: 1220px) {
    .topbtn {
      display: none; } }
  .topbtn li {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 40px 0 0; }
    .topbtn li a {
      display: block;
      position: relative; }
    .topbtn li a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #913355;
      bottom: -10px;
      transform: scale(0, 1);
      transition: transform 0.5s;
      transform-origin: center top; }
    .topbtn li a:hover .ja {
      color: #913355; }
    .topbtn li a:hover::after {
      transform: scale(1, 1); }
    .topbtn li .ja {
      display: block;
      font-weight: 700;
      margin: 0 0 -5px;
      transition: all 0.5s; }
    .topbtn li .en {
      color: #913355;
      font-size: 1.2rem;
      font-weight: 700; }

.slideboxbg {
  position: relative; }
  @media screen and (max-width: 768px) {
    .slideboxbg {
      max-height: inherit; } }
  .slideboxbg .logo {
    position: absolute;
    z-index: 100;
    top: -60px;
    left: 20px; }
    @media screen and (max-width: 768px) {
      .slideboxbg .logo {
        display: none; } }

.slidebox {
  overflow: hidden;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .slidebox p {
    display: flex; }
    .slidebox p .tateei {
      writing-mode: vertical-rl;
      font-size: 1.2rem;
      padding: 0 0 0 20px;
      font-family: 'Oswald', sans-serif; }
      @media screen and (max-width: 768px) {
        .slidebox p .tateei {
          padding: 0 0 0 10px;
          font-size: 1rem; } }
  .slidebox .mainimg {
    width: 100%;
    padding: 20px 0 20px 20px; }
    .slidebox .mainimg img {
      background: #FFF; }
    @media screen and (max-width: 768px) {
      .slidebox .mainimg {
        padding: 10px 0 10px 10px; } }

.nohid {
  position: relative; }
  .nohid .abu02 {
    animation: rotation 15s linear infinite;
    position: absolute;
    z-index: 2;
    max-width: 170px;
    width: 13.08%;
    left: -30px;
    bottom: -50px; }
    @media screen and (max-width: 768px) {
      .nohid .abu02 {
        left: -15px;
        bottom: -30px;
        width: 25%; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.mainimgbg {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .mainimgbg .abu {
    position: absolute;
    z-index: 2;
    max-width: 430px;
    width: 30%;
    left: 70px;
    bottom: 25%; }
    @media screen and (min-width: 1700px) {
      .mainimgbg .abu {
        bottom: 400px; } }
    @media screen and (max-width: 768px) {
      .mainimgbg .abu {
        max-width: 170px;
        width: 170px;
        top: 20px;
        left: 20px; } }
  .mainimgbg .abu02 {
    position: absolute;
    z-index: 2;
    max-width: 170px;
    width: 13.08%;
    left: -30px;
    bottom: -50px; }
    @media screen and (max-width: 768px) {
      .mainimgbg .abu02 {
        top: 20px;
        left: 20px; } }

.maincopy {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 50px; }
  @media screen and (max-width: 768px) {
    .maincopy {
      top: 20px;
      left: 20px; } }
  .maincopy .tkaga {
    background: #FFF;
    padding: 20px;
    line-height: 1;
    font-size: 5rem;
    color: #913355;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: bold;
    font-size: clamp(3rem, calc((50 / 1200) * 100vw), 5rem); }
    @media screen and (max-width: 768px) {
      .maincopy .tkaga {
        font-size: 2.5rem;
        padding: 13px;
        margin: 0 0 10px; } }

.slick-slider div {
  transition: none; }

.slider-wrap {
  transition: none; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.3); } }
.slick-animation {
  animation: fadezoom 25s 0s forwards; }

slide-item:not(:first-child) {
  display: none; }

#g-nav {
  display: block;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  transition: all 0.6s; }

.spnavibox {
  padding: 20px 0 300px;
  max-width: 800px;
  margin: 0 auto; }
  .spnavibox ul {
    margin: 50px 20px 0;
    border-top: 1px solid #DDD; }
  .spnavibox li {
    border-bottom: 1px solid #DDD; }
    .spnavibox li a {
      display: block;
      position: relative;
      padding: 20px 0 20px 20px;
      transition: all 0.5s; }
      .spnavibox li a:hover {
        opacity: 0.5; }
      .spnavibox li a::before {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        background: url("../img/ico01.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 28px/2);
        right: 10px;
        transition: all 0.5s; }
      .spnavibox li a:hover::before {
        right: 0; }
    .spnavibox li .ja {
      display: block;
      font-weight: 700; }
    .spnavibox li .en {
      color: #913355;
      font-size: 1.3rem;
      font-weight: 700; }

.sprogo {
  max-width: 280px;
  display: block;
  width: 70%;
  margin: 0 0 0 20px; }

.navitel {
  margin: 50px 0 30px;
  text-align: center;
  display: block; }
  .navitel span {
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    color: #913355;
    line-height: 1; }
  .navitel a {
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1; }

.naviinq {
  margin: 0 auto;
  max-width: 300px;
  display: block; }
  .naviinq a {
    background: #FFF;
    text-align: center;
    display: block;
    padding: 25px;
    border: 2px solid #913355;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .naviinq a::before {
      background: #913355;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
      z-index: -1; }
    .naviinq a:hover {
      color: #FFF; }
      .naviinq a:hover span {
        color: #FFF;
        background: url("../img/mailico.svg") no-repeat;
        background-size: 28px 22px; }
    .naviinq a:hover::before {
      transform: scale(1, 1); }
  .naviinq span {
    color: #913355;
    background: url("../img/mailico_1.svg") no-repeat;
    padding: 0 0 0 40px; }

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.openbtn {
  display: inherit;
  position: fixed;
  z-index: 1000;
  /*ボタンを最前面に*/
  top: 40px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #913355;
  border-radius: 50%;
  border: 3px solid #FFF; }
  @media screen and (max-width: 768px) {
    .openbtn {
      top: 20px;
      right: 10px;
      cursor: pointer;
      width: 50px;
      height: 50px; } }
  .openbtn p {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 39px;
    left: 15px; }
    @media screen and (max-width: 768px) {
      .openbtn p {
        display: none; } }

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 16px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  width: 45%; }
  @media screen and (max-width: 768px) {
    .openbtn span {
      left: 12px;
      height: 2px; } }

.openbtn span:nth-of-type(1) {
  top: 16px; }
  @media screen and (max-width: 768px) {
    .openbtn span:nth-of-type(1) {
      top: 13px; } }

.openbtn span:nth-of-type(2) {
  top: 24px; }
  @media screen and (max-width: 768px) {
    .openbtn span:nth-of-type(2) {
      top: 21px; } }

.openbtn span:nth-of-type(3) {
  top: 32px; }
  @media screen and (max-width: 768px) {
    .openbtn span:nth-of-type(3) {
      top: 29px; } }

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }
  @media screen and (max-width: 768px) {
    .openbtn.active span:nth-of-type(1) {
      top: 15px;
      left: 15px; } }

.openbtn.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }
  @media screen and (max-width: 768px) {
    .openbtn.active span:nth-of-type(3) {
      top: 27px;
      left: 15px; } }

.tabout {
  margin: 50px 0;
  position: relative;
  overflow: hidden; }
  .tabout::after {
    content: '';
    display: block;
    width: 700px;
    height: 600px;
    background: #EFEFEF;
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%, 0 100%, 0 0, 0 0); }
    @media screen and (max-width: 768px) {
      .tabout::after {
        top: 20px; } }

.alogo {
  max-width: 135px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .alogo {
      width: 100px; } }

.tsubt {
  font-size: 4rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .tsubt {
      font-size: 2.5rem; } }

.tsuben {
  font-size: 1.5rem;
  font-weight: 700;
  color: #913355; }

.rerebox {
  position: relative; }

.taboutbox {
  display: flex;
  flex: 1;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 20px;
  margin: 50px auto 0; }
  @media screen and (max-width: 768px) {
    .taboutbox {
      display: inherit;
      margin: 30px 0 0; } }
  .taboutbox .tabout_tex {
    width: 46.15%;
    line-height: 2; }
    @media screen and (max-width: 1200px) {
      .taboutbox .tabout_tex {
        width: 35%; } }
    @media screen and (max-width: 768px) {
      .taboutbox .tabout_tex {
        width: 100%;
        margin: 0 0 30px; } }
  .taboutbox .abu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
    display: flex; }
    @media screen and (max-width: 1200px) {
      .taboutbox .abu {
        width: 60%;
        min-height: inherit;
        max-height: 500px; } }
    @media screen and (max-width: 768px) {
      .taboutbox .abu {
        position: inherit;
        width: 100%;
        clip-path: polygon(50% 0%, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 17%, 13% 0); } }
    .taboutbox .abu img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 1000px) {
        .taboutbox .abu img {
          object-fit: none; } }
      @media screen and (max-width: 768px) {
        .taboutbox .abu img {
          object-fit: cover;
          height: auto; } }

.madowrap {
  position: relative;
  padding: 50px 0;
  margin: 0 0 100px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .madowrap {
      padding: 20px 0;
      margin: 0 0 50px; } }

.mado {
  height: 400px;
  max-width: calc(50vw + 600px);
  background: url("../img/madobg01.jpg");
  background-attachment: fixed;
  margin: 0 50px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .mado {
      background-attachment: inherit;
      max-width: 80%;
      height: 130px;
      background-position: center center; } }
  .mado::before, .mado::after {
    content: '';
    display: block;
    transform: skew(320deg);
    position: absolute; }
  .mado::before {
    z-index: -6;
    background-color: #EFEFEF;
    top: -50px;
    height: 500px;
    right: -130px;
    width: 480px; }
    @media screen and (max-width: 768px) {
      .mado::before {
        width: 240px;
        height: 250px;
        top: -20px; } }
  .mado::after {
    background-color: #913355;
    bottom: -32px;
    height: 224px;
    right: 50px;
    width: 325px; }
    @media screen and (max-width: 768px) {
      .mado::after {
        width: 70px;
        height: 50px;
        bottom: -10px;
        right: 0; } }

.topstobg {
  position: relative; }
  .topstobg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3; }

.topsto {
  padding: 50px 0 80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topsto {
      padding: 30px 0 50px; } }
  .topsto::after {
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background: #FFF;
    position: absolute;
    top: 10%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: -1; }
  .topsto::before {
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background: #FFF;
    position: absolute;
    top: 60%;
    right: 0;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    z-index: -1; }

.hidarimi {
  display: inline-block;
  text-align: center;
  margin: 0 0 50px; }
  @media screen and (max-width: 768px) {
    .hidarimi {
      display: block;
      margin: 0 0 30px; } }

.twaku {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto; }

.mida.nini {
  line-height: 1; }

.mida {
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0 0 70px;
  position: relative;
  display: inline-block;
  z-index: 5;
  margin: 0 0 0 -70px; }
  .mida span {
    font-size: 2rem; }
  @media screen and (max-width: 768px) {
    .mida {
      font-size: 2.5rem;
      padding: 0 0 0 50px;
      margin: 0 0 0 -50px; } }
  .mida::before {
    content: '';
    display: block;
    width: 62px;
    height: 38px;
    background: url("../img/logoico.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 38px/2);
    left: 0px; }
    @media screen and (max-width: 768px) {
      .mida::before {
        width: 45px;
        height: 27px;
        top: calc(50% - 27px/2); } }
  .mida::after {
    content: '';
    display: block;
    width: 10px;
    height: 60px;
    background: #ccb658;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(38deg);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .mida::after {
        width: 7px;
        height: 40px; } }

.mida.hino {
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .mida.hino {
      margin: 0; } }
  .mida.hino::before {
    content: '';
    display: block;
    width: 107px;
    height: 66px;
    background: url("../img/mark.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 107px/2);
    top: -60px; }
    @media screen and (max-width: 768px) {
      .mida.hino::before {
        width: 62px;
        height: 38px;
        left: calc(50% - 62px/2);
        top: -40px; } }

.tsuben {
  font-size: 1.5rem;
  font-weight: 700;
  color: #913355; }

.tstoin01 {
  display: flex;
  margin: 0 0 150px; }
  @media screen and (max-width: 768px) {
    .tstoin01 {
      display: inherit;
      margin: 0 0 50px; } }
  .tstoin01 .left {
    width: 50.77%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .tstoin01 .left {
        width: 100%; } }
    .tstoin01 .left .tstoimg {
      clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%, 0% 38%); }
      @media screen and (max-width: 768px) {
        .tstoin01 .left .tstoimg {
          clip-path: none; } }
    .tstoin01 .left .num {
      position: absolute;
      width: 17.78%;
      right: -30px;
      top: -50px; }
      @media screen and (max-width: 768px) {
        .tstoin01 .left .num {
          right: 10px; } }
    .tstoin01 .left .num03 {
      width: 20.91%; }
  .tstoin01 .right {
    margin: 0 0 0 30px;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .tstoin01 .right {
        width: 100%;
        margin: 20px 0  0; } }

.tstoin01.migi {
  flex-direction: row-reverse; }
  .tstoin01.migi .left .tstoimg {
    clip-path: polygon(0 10%, 100% 0, 98% 100%, 0 90%); }
    @media screen and (max-width: 768px) {
      .tstoin01.migi .left .tstoimg {
        clip-path: none; } }
  .tstoin01.migi .left .num {
    position: absolute;
    width: 20.91%;
    left: -30px;
    top: -50px; }
    @media screen and (max-width: 768px) {
      .tstoin01.migi .left .num {
        left: 10px; } }
  .tstoin01.migi .right {
    margin: 0 30px 0 0; }
    @media screen and (max-width: 768px) {
      .tstoin01.migi .right {
        margin: 20px 0 0 0; } }

.tstotex h4 {
  font-size: 3.0rem;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tstotex h4 {
      font-size: 2.2rem;
      margin: 0 0 20px; } }
.tstotex p {
  line-height: 2; }

.tstofle {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 0; }
  @media screen and (max-width: 950px) {
    .tstofle {
      display: inherit; } }
  @media screen and (max-width: 768px) {
    .tstofle {
      display: flex;
      margin: 20px 0 0; } }
  .tstofle p {
    background: #913355;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0 15px; }
    @media screen and (max-width: 768px) {
      .tstofle p {
        padding: 5px 20px;
        font-size: 1.5rem; } }

.okabtn {
  max-width: 300px;
  background: #913355;
  margin: 0 auto;
  padding: 20px 40px;
  display: block;
  text-align: center;
  border: 2px solid #913355;
  border-radius: 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .okabtn {
      max-width: 250px;
      padding: 20px; } }
  .okabtn::before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: url("../img/btico.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 52px/2);
    right: 10px;
    right: 10px; }
    @media screen and (max-width: 768px) {
      .okabtn::before {
        width: 30px;
        height: 30px;
        top: calc(50% - 30px/2); } }
  .okabtn span {
    font-size: 1.7rem;
    color: #FFF;
    font-weight: 700; }
  .okabtn:hover {
    background: #FFF; }
    .okabtn:hover span {
      color: #913355; }
    .okabtn:hover::before {
      background: url("../img/btico02.svg") no-repeat;
      background-size: contain; }

.okabtn.seko {
  max-width: 350px; }
  @media screen and (max-width: 768px) {
    .okabtn.seko {
      max-width: 300px; } }

.tserv {
  position: relative;
  padding: 50px 0 80px;
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    .tserv {
      padding: 30px 0 50px; } }
  .tserv .abu {
    position: absolute;
    width: 38.46%;
    max-width: 500px;
    top: 300px;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .tserv .abu {
        top: 400px; } }
    @media screen and (max-width: 768px) {
      .tserv .abu {
        display: none; } }

.tserbox {
  display: flex; }
  @media screen and (max-width: 768px) {
    .tserbox {
      display: inherit; } }
  .tserbox .stt {
    line-height: 2; }
  .tserbox .sleft {
    position: relative; }
  .tserbox .sright {
    width: 700px;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 768px) {
      .tserbox .sright {
        width: 90%;
        margin: 0 -20px 0 auto; } }
    .tserbox .sright li {
      display: flex;
      flex-direction: row-reverse;
      padding: 30px 0;
      border-bottom: 1px solid #DDD;
      height: 100%; }
      @media screen and (max-width: 1050px) {
        .tserbox .sright li {
          flex-direction: column; } }
      .tserbox .sright li .tserimg {
        max-width: 300px; }
        @media screen and (max-width: 1050px) {
          .tserbox .sright li .tserimg {
            max-width: 100%;
            width: 100%;
            margin: 0 0 20px; } }
      .tserbox .sright li a {
        display: block;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative; }
        .tserbox .sright li a::before {
          content: '';
          display: block;
          width: 120px;
          height: 15px;
          background: url("../img/saro.svg") no-repeat;
          background-size: contain;
          position: absolute;
          top: calc(50% - 15px/2);
          right: 35px;
          transition: all 0.5s ease; }
          @media screen and (max-width: 768px) {
            .tserbox .sright li a::before {
              width: 60px;
              height: 7px;
              background: url("../img/sarosp.svg") no-repeat;
              top: calc(50% - 7px/2); } }
        .tserbox .sright li a:hover {
          opacity: 0.7; }
          .tserbox .sright li a:hover::before {
            right: 15px; }
        .tserbox .sright li a p {
          font-size: 3rem;
          margin: 0 0 0 20px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .tserbox .sright li a p {
              font-size: 2.2rem; } }
        .tserbox .sright li a span {
          color: #913355;
          margin: 0 0 0 50px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .tserbox .sright li a span {
              margin: 0 0 0 20px; } }

.tjirei {
  padding: 20px 0 100px;
  background: #EFEFEF; }
  @media screen and (max-width: 768px) {
    .tjirei {
      padding: 20px 0 50px; } }

.proslide {
  margin: 40px 0 60px;
  position: relative; }
  .proslide .pslain {
    max-width: 500px;
    margin: 0 30px 0 0; }
    @media screen and (max-width: 768px) {
      .proslide .pslain {
        width: 300px; } }
  .proslide h3 {
    font-size: 1.7rem;
    padding: 10px 10px 10px 25px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .proslide h3 {
        font-size: 1.5rem;
        line-height: 1.3; } }
    .proslide h3::after {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #913355;
      position: absolute;
      top: calc(50% - 15px/2);
      left: 5px; }
      @media screen and (max-width: 768px) {
        .proslide h3::after {
          left: 5px; } }
  .proslide a:hover {
    opacity: 0.7; }

.slick-arrow_prev {
  position: absolute;
  width: 50px;
  top: -50px;
  left: 300px;
  cursor: pointer;
  transition: all 0.8s;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .slick-arrow_prev {
      left: 0; } }
  .slick-arrow_prev:hover {
    opacity: 0.5;
    transition: all 0.8s; }

.slick-arrow_next {
  position: absolute;
  width: 50px;
  top: -50px;
  left: 400px;
  cursor: pointer;
  transition: all 0.8s;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .slick-arrow_next {
      left: 100px; } }
  .slick-arrow_next:hover {
    opacity: 0.5;
    transition: all 0.8s; }

.tprodete {
  display: flex;
  margin: 10px 0 10px 20px; }

.tprode_l {
  transform: skew(-20deg, 0);
  background: #913355;
  padding: 0 15px;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tprode_l span {
    transform: skew(20deg, 0);
    display: inline-block;
    color: #FFF; }
    @media screen and (max-width: 768px) {
      .tprode_l span {
        font-size: 1.3rem; } }

.tprode_r {
  font-size: 1.4rem;
  background: #FFF;
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid #DDD; }
  @media screen and (max-width: 768px) {
    .tprode_r {
      font-size: 1.2rem; } }

.tcom {
  background: url("../img/combg01.jpg") no-repeat;
  background-size: cover;
  background-position: top center; }
  @media screen and (max-width: 768px) {
    .tcom {
      background: url("../img/combgsp01.jpg") no-repeat;
      background-size: 100%; } }

.comcho .hidarimi {
  margin: 0 0 50px -70px; }
  @media screen and (max-width: 768px) {
    .comcho .hidarimi {
      margin: 0 0 30px 0; } }

.tcomcopy {
  max-width: 84.62%;
  padding: 150px 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .tcomcopy {
      padding: 100px 0 150px; } }

.tcomin {
  max-width: 1300px;
  margin: 0 auto; }

.tcombox {
  background: #FFF;
  padding: 50px 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1; }
  @media screen and (max-width: 768px) {
    .tcombox {
      display: inherit; } }
  .tcombox .left {
    width: 46.15%;
    margin: 0 0 0 0; }
    @media screen and (max-width: 768px) {
      .tcombox .left {
        width: 100%; } }
  .tcombox .right {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .tcombox .right {
        width: 100%; } }
    .tcombox .right .tex {
      line-height: 2; }
    .tcombox .right ul {
      padding: 30px 0 0;
      width: 80%;
      margin: 0 auto 30px; }
    .tcombox .right li {
      border-bottom: 1px solid #DDD; }
      .tcombox .right li a {
        padding: 20px;
        display: block;
        position: relative; }
        .tcombox .right li a::before {
          content: '';
          display: block;
          width: 35px;
          height: 35px;
          background: url("../img/comico.svg") no-repeat;
          background-size: contain;
          position: absolute;
          top: calc(50% - 35px/2);
          right: 20px; }
        .tcombox .right li a:hover {
          opacity: 0.7; }
          .tcombox .right li a:hover::before {
            right: 10px; }
      .tcombox .right li .comja {
        font-size: 2.1rem;
        font-weight: 700; }
      .tcombox .right li .comen {
        font-size: 1.5rem;
        color: #913355;
        font-weight: 700; }

.mloop02 {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .mloop02 {
      padding: 20px 0; } }
  .mloop02 img {
    width: 971px;
    margin: 0 30px 0 10px; }
    @media screen and (max-width: 768px) {
      .mloop02 img {
        width: 400px; } }

.trec {
  padding: 50px 0 70px; }
  .trec ul {
    display: flex;
    margin: 50px 0 0; }
    @media screen and (max-width: 768px) {
      .trec ul {
        display: inherit;
        margin: 30px 0 0; } }
    .trec ul li {
      display: block;
      width: calc(100% / 3);
      overflow: hidden;
      transition: all 0.3s ease; }
      @media screen and (max-width: 768px) {
        .trec ul li {
          width: 100%; } }
      .trec ul li a {
        display: flex;
        align-items: center;
        transition: all 0.3s ease; }
        .trec ul li a div {
          width: 100%;
          text-align: center; }
        .trec ul li a p {
          font-size: 2.6rem;
          color: #FFF; }
        .trec ul li a span {
          font-size: 1.7rem;
          color: #ccb658; }
        .trec ul li a:hover {
          filter: brightness(1.2); }
    .trec ul li:first-child a {
      background: url("../img/trecimg001.jpg");
      aspect-ratio: 640 / 464;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .trec ul li:nth-child(2) a {
      background: url("../img/trecimg002.jpg");
      aspect-ratio: 640 / 464;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .trec ul li:nth-child(3) a {
      background: url("../img/trecimg003.jpg");
      aspect-ratio: 640 / 464;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    @media screen and (max-width: 768px) {
      .trec ul li a {
        aspect-ratio: 16 / 9; } }

.fcg {
  color: #ccb658;
  font-size: 3.0rem;
  padding: 30px 0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .fcg {
      font-size: 2.5rem;
      padding: 15px 0; } }

.fcz {
  font-size: 2.0rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .fcz {
      font-size: 1.5rem; } }

.botcon {
  background: #913355;
  padding: 70px;
  margin: 0 0 0 10%;
  border-radius: 30px 0 0 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .botcon {
      padding: 20px;
      margin: 0 0 0 2%; } }
  .botcon .botfle {
    display: flex; }
    @media screen and (max-width: 1170px) {
      .botcon .botfle {
        display: inherit; } }
  .botcon h3 {
    position: absolute;
    top: -60px;
    left: 30px; }
    @media screen and (max-width: 768px) {
      .botcon h3 {
        top: -40px; } }
    .botcon h3 span {
      font-size: 9.0rem;
      color: #FFF;
      -webkit-text-stroke: 1px #913355;
      position: relative;
      display: block;
      font-family: 'Oswald', sans-serif; }
      .botcon h3 span::after {
        content: '';
        display: block;
        width: 8px;
        height: 60px;
        background: #ccb658;
        position: absolute;
        top: 60px;
        right: 20px;
        transform: rotate(38deg); }
        @media screen and (max-width: 768px) {
          .botcon h3 span::after {
            top: 30px;
            right: 10px; } }
      @media screen and (max-width: 768px) {
        .botcon h3 span {
          font-size: 6rem; } }
  .botcon .botctex {
    font-size: 1.8rem;
    color: #FFF;
    line-height: 2;
    font-size: clamp(1.3rem, calc((18 / 1300) * 100vw), 1.8rem);
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .botcon .botctex {
        font-size: 1.3rem;
        line-height: 1.8; } }
  .botcon .right {
    margin: 0 0 0 10%; }
    @media screen and (max-width: 1170px) {
      .botcon .right {
        margin: 0 0 0 0; } }
    .botcon .right .tel {
      margin: 0 0 30px; }
      @media screen and (max-width: 768px) {
        .botcon .right .tel {
          margin: 0 0 15px; } }
    .botcon .right .bt01 {
      color: #FFF;
      font-family: 'Oswald', sans-serif;
      font-size: clamp(4rem, calc((60 / 1300) * 100vw), 6rem);
      position: relative;
      padding: 0 0 0 70px; }
      @media screen and (max-width: 768px) {
        .botcon .right .bt01 {
          padding: 0 0 0 50px; } }
      .botcon .right .bt01::before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background: url("../img/btelico.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 60px/2);
        left: 0px; }
        @media screen and (max-width: 768px) {
          .botcon .right .bt01::before {
            width: 40px;
            height: 40px;
            top: calc(50% - 40px/2); } }
    .botcon .right .bt02 {
      color: #FFF;
      font-size: 1.7rem;
      text-align: center; }
      @media screen and (max-width: 1170px) {
        .botcon .right .bt02 {
          text-align: left; } }
      @media screen and (max-width: 768px) {
        .botcon .right .bt02 {
          text-align: left;
          font-size: 1.5rem; } }
    .botcon .right .mailb a {
      font-size: 2.2rem;
      color: #FFF;
      position: relative;
      padding: 0 60px 0 70px; }
      @media screen and (max-width: 768px) {
        .botcon .right .mailb a {
          padding: 0 30px 0 50px; } }
      .botcon .right .mailb a::before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background: url("../img/bmailico.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 60px/2);
        left: 0px; }
        @media screen and (max-width: 768px) {
          .botcon .right .mailb a::before {
            width: 40px;
            height: 40px;
            top: calc(50% - 40px/2); } }
      .botcon .right .mailb a::after {
        content: '';
        display: block;
        width: 53px;
        height: 7px;
        background: url("../img/byaji.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 7px/2);
        right: 5px; }
        @media screen and (max-width: 768px) {
          .botcon .right .mailb a::after {
            width: 26px;
            height: 3px;
            top: calc(50% - 3px/2);
            right: 0; } }
      .botcon .right .mailb a:hover {
        opacity: 0.6; }
        .botcon .right .mailb a:hover::after {
          right: 0px; }

.mloop03 {
  padding: 50px 0;
  margin: -90px 0 0;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .mloop03 {
      padding: 20px 0;
      margin: -40px 0 0; } }
  .mloop03 img {
    width: 480px;
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .mloop03 img {
        width: 200px; } }

footer {
  background: #EFEFEF; }

.foot {
  max-width: 1300px;
  padding: 100px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .foot {
      display: inherit;
      padding: 50px 20px; } }

.foot_l {
  max-width: 450px;
  flex: 1;
  margin: 0 30px 0 0; }
  @media screen and (max-width: 768px) {
    .foot_l .flogo {
      max-width: 90%;
      width: 90%;
      margin: 0 auto 20px; } }

.add {
  line-height: 1.3;
  margin: 10px 0 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .add {
      margin: 10px 0 20px; } }

.foot_r {
  display: flex; }
  @media screen and (max-width: 768px) {
    .foot_r {
      display: inherit;
      border-top: 1px solid #DDD; } }
  @media screen and (min-width: 768px) {
    .foot_r li {
      margin: 0 25px 0 0; }
    .foot_r a {
      position: relative;
      padding: 10px 0; }
      .foot_r a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #913355;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s; }
      .foot_r a:hover::after {
        transform: scale(1, 1); }
    .foot_r a:hover {
      color: #913355; } }
  @media screen and (max-width: 768px) {
    .foot_r li {
      border-bottom: 1px solid #DDD; }
      .foot_r li a {
        display: block;
        position: relative;
        padding: 20px 0 20px 20px;
        transition: all 0.5s; }
        .foot_r li a:hover {
          opacity: 0.5; }
        .foot_r li a::before {
          content: '';
          display: block;
          width: 28px;
          height: 28px;
          background: url("../img/ico01.svg") no-repeat;
          background-size: contain;
          position: absolute;
          top: calc(50% - 28px/2);
          right: 10px;
          transition: all 0.5s; }
        .foot_r li a:hover::before {
          right: 0; } }

.cho {
  text-align: center;
  padding: 10px;
  background: #913355;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.3; }
  .cho a {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.3; }
  .cho span {
    color: #FFF;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .cho span {
        display: none;
        line-height: 1.3; } }

/*トップへ戻る*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 150px;
  text-indent: -9999px;
  margin: 0;
  z-index: 100;
  border-radius: 10px;
  display: none; }

#pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: #913355;
  border: 2px solid #FFF;
  transition: opacity .6s ease;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    #pagetop a {
      width: 40px;
      height: 40px; } }

#pagetop a:hover {
  opacity: .5; }

#pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF; }
  @media screen and (max-width: 768px) {
    #pagetop a::before {
      top: 5px;
      width: 10px;
      height: 10px; } }

.wow {
  visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInUp02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp02 {
  -webkit-animation-name: fadeInUp02;
  animation-name: fadeInUp02; }

.d03 {
  animation-delay: 0.3s; }

.d05 {
  animation-delay: 0.5s; }

.box {
  animation-fill-mode: forwards; }

.submain {
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .submain {
      height: 250px; } }
  .submain img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(70%); }
  .submain .abu02 {
    animation: rotation 15s linear infinite;
    position: absolute;
    z-index: 2;
    max-width: 170px;
    left: -40px;
    bottom: -85px; }
    @media screen and (max-width: 768px) {
      .submain .abu02 {
        left: -20px;
        bottom: -55px;
        width: 20%; } }
  .submain .subtit {
    position: absolute;
    bottom: 200px;
    left: 130px; }
    @media screen and (max-width: 768px) {
      .submain .subtit {
        left: 10px;
        bottom: 100px; } }
    .submain .subtit h2 {
      font-size: 5rem;
      color: #FFF;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .submain .subtit h2 {
          font-size: 2.5rem; } }
    .submain .subtit .ensub {
      font-size: 2rem;
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 0 100px 0 50px;
      font-family: 'Oswald', sans-serif; }
      @media screen and (max-width: 768px) {
        .submain .subtit .ensub {
          font-size: 1.7rem;
          padding: 0 60px 0 40px; } }
      .submain .subtit .ensub::before {
        content: '';
        display: block;
        width: 40px;
        height: 24px;
        background: url("../img/logoico02.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 24px/2);
        left: 0; }
        @media screen and (max-width: 768px) {
          .submain .subtit .ensub::before {
            width: 30px;
            height: 18px;
            top: calc(50% - 18px/2); } }
      .submain .subtit .ensub::after {
        content: '';
        display: block;
        width: 80px;
        height: 2px;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        right: 0px;
        top: calc(50% - 1px/2); }
        @media screen and (max-width: 768px) {
          .submain .subtit .ensub::after {
            width: 50px; } }

.pan {
  margin: 0 0 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end; }
  .pan a {
    color: #913355;
    font-size: 1.2rem;
    transition: all 0.5s; }
  .pan li {
    font-size: 1.2rem; }
  .pan li:first-child a {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
    transition: all 0.5s; }
    .pan li:first-child a::before {
      content: '';
      display: block;
      width: 16px;
      height: 14px;
      background: url("../img/homeico.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 14px/2);
      left: 0; }
    .pan li:first-child a:hover {
      opacity: 0.5;
      transition: all 0.5s; }
  .pan li:nth-child(2) {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0; }
    .pan li:nth-child(2)::before {
      content: '';
      display: block;
      width: 14px;
      height: 9px;
      background: url("../img/paro.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 9px/2);
      left: 0; }
  .pan li:nth-child(3) {
    display: block;
    position: relative;
    padding: 0 0 0 20px; }
    .pan li:nth-child(3)::before {
      content: '';
      display: block;
      width: 14px;
      height: 9px;
      background: url("../img/paro.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: calc(50% - 9px/2);
      left: 0; }

.subwaku {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0 150px; }

.inqtex {
  text-align: center;
  margin: 0 0 50px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .inqtex {
      font-size: 1.2rem;
      margin: 20px 0 30px; } }

.inqtex.fintex {
  margin: 30px 0 30px; }

.inqtel {
  border: 1px solid #D9D9D9;
  padding: 60px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .inqtel {
      padding: 40px 15px;
      width: 90%; } }
  .inqtel h4 {
    margin: -85px 0 30px; }
    @media screen and (max-width: 768px) {
      .inqtel h4 {
        margin: -50px 0 20px; } }
    .inqtel h4 span {
      background: #FFF;
      display: inline-block;
      font-size: 3rem;
      font-weight: bold;
      padding: 0  30px; }
      @media screen and (max-width: 768px) {
        .inqtel h4 span {
          font-size: 2.2rem;
          padding: 0 20px; } }
  .inqtel a {
    font-size: 4rem;
    font-family: 'Oswald', sans-serif; }
  .inqtel span {
    font-size: 3rem; }

.inqbg {
  background: #EFEFEF;
  padding: 50px 20px 100px;
  margin: 70px 0; }

.finp {
  line-height: 2; }

.inqcont, .comprobox {
  max-width: 1100px;
  background: #EFEFEF;
  margin: 0 auto; }
  .inqcont table, .comprobox table {
    width: 100%;
    border-top: 1px solid #DDD; }
    @media screen and (max-width: 768px) {
      .inqcont table, .comprobox table {
        border-bottom: 1px solid #EEE; } }
  .inqcont tr, .comprobox tr {
    border-bottom: 1px solid #DDD; }
  .inqcont th, .comprobox th {
    width: 30%;
    padding: 30px 30px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .inqcont th, .comprobox th {
        padding: 20px;
        display: block;
        width: 100%;
        border-bottom: 1px dashed #DDD; } }
    .inqcont th span, .comprobox th span {
      background: #913355;
      color: #FFF;
      padding: 5px 10px;
      margin: 0 20px 0 0;
      float: right;
      font-size: 1.2rem;
      line-height: 1; }
    .inqcont th label, .comprobox th label {
      font-weight: bold; }
  .inqcont td, .comprobox td {
    padding: 30px 30px;
    line-height: 2;
    position: relative; }
    @media screen and (max-width: 768px) {
      .inqcont td, .comprobox td {
        padding: 20px;
        display: block; } }
  .inqcont #comna, .inqcont #namae, .inqcont #namae2, .inqcont #address_field, .inqcont #tel, .inqcont #mail01, .inqcont #mail02, .inqcont #add, .comprobox #comna, .comprobox #namae, .comprobox #namae2, .comprobox #address_field, .comprobox #tel, .comprobox #mail01, .comprobox #mail02, .comprobox #add {
    width: 85%;
    border: 1px solid #DDD;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .inqcont #comna, .inqcont #namae, .inqcont #namae2, .inqcont #address_field, .inqcont #tel, .inqcont #mail01, .inqcont #mail02, .inqcont #add, .comprobox #comna, .comprobox #namae, .comprobox #namae2, .comprobox #address_field, .comprobox #tel, .comprobox #mail01, .comprobox #mail02, .comprobox #add {
        width: 100%; } }
  .inqcont .pos, .comprobox .pos {
    width: 38%;
    border: 1px solid #DDD;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .inqcont .pos, .comprobox .pos {
        width: 50%; } }
  .inqcont #naiyou, .comprobox #naiyou {
    height: 200px;
    width: 85%;
    border: 1px solid #DDD;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .inqcont #naiyou, .comprobox #naiyou {
        width: 100%; } }
  .inqcont .btn02, .comprobox .btn02 {
    display: flex;
    padding: 30px 0 30px;
    width: 70%;
    justify-content: space-between;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .inqcont .btn02, .comprobox .btn02 {
        width: 100%; } }

.inqmenu {
  margin: 0 0 40px; }
  .inqmenu ul {
    display: flex;
    background: #FFF;
    max-width: 800px;
    margin: 0 auto; }
  .inqmenu li {
    width: calc(100% / 3 );
    text-align: center;
    padding: 20px;
    color: #DDD; }
  .inqmenu li:first-child {
    background: #913355;
    color: #FFF;
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%); }

.inqmenu.kaku li:first-child {
  background: #FFF;
  color: #DDD;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%); }
.inqmenu.kaku li:nth-child(2) {
  background: #913355;
  color: #FFF;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%); }

.inqmenu.owa li:first-child {
  background: #FFF;
  color: #DDD;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%); }
.inqmenu.owa li:nth-child(3) {
  background: #913355;
  color: #FFF; }

.erabox h4 {
  text-align: center;
  margin: 0 0 30px; }

.mw_wp_form_input .inqmenu li:first-child {
  background: #913355;
  color: #FFF;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%); }
.mw_wp_form_input .btn02 {
  display: none; }

.mw_wp_form_confirm .inqmenu li:nth-child(2) {
  background: #913355;
  color: #FFF;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%); }

.mw_wp_form_complete .inqmenu li:nth-child(3) {
  background: #913355;
  color: #FFF; }

.poliche {
  display: flex;
  justify-content: center;
  margin: 40px 0 0; }
  .poliche span {
    line-height: 1.3; }

.policybox {
  max-width: 800px;
  margin: 30px auto;
  height: 300px;
  overflow: auto;
  padding: 40px;
  border: 1px solid #DDD; }
  @media screen and (max-width: 768px) {
    .policybox {
      padding: 20px; } }
  .policybox h3 {
    color: #913355;
    margin: 0 0 20px;
    font-size: 1.8rem;
    font-weight: 700; }
  .policybox h4 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
    font-weight: 700; }

.mailfin {
  max-width: 1340px;
  margin: 0 auto;
  padding: 70px 20px 100px;
  line-height: 2; }

.check_btn input[type=checkbox].check_btn_item {
  display: none; }

.check_btn label {
  display: inline-block;
  cursor: pointer; }

.check_btn .check_btn_item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin: 0 10px 5px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  transition: all 0.5s; }

.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.5s; }

.check_btn .check_btn_item + span::before {
  border: 1px solid #AAAAAA;
  background: #FFF;
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px; }

.check_btn .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 3px;
  transform: rotate(45deg);
  width: 7px; }

.check_btn .check_btn_item:checked + span::before {
  background: #913355; }

.check_btn .check_btn_item:checked + span::after {
  opacity: 1; }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

.inqbtnbox01 {
  text-align: center;
  padding: 50px 0 0px; }

.inqbtn.backinq button::after {
  top: calc(50% - 15px/2);
  left: 15px;
  transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .inqbtn.backinq button::after {
      left: 10px;
      width: 6px;
      height: 10px;
      top: calc(50% - 10px/2); } }
.inqbtn.backinq button:hover::after {
  background: url("../img/siroico.svg") no-repeat; }

.inqbtn {
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .inqbtn button {
    cursor: pointer;
    width: 250px;
    padding: 20px;
    border: 2px solid #913355;
    font-weight: 900;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 50px;
    background: #FFF;
    z-index: 2;
    box-shadow: 0px 0px 10px -6px #111;
    transition: all 0.5s ease;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #913355; }
    @media screen and (max-width: 768px) {
      .inqbtn button {
        width: 120px;
        font-size: 1.2rem;
        padding: 15px 25px; } }
    .inqbtn button::after {
      content: '';
      display: block;
      width: 9px;
      height: 15px;
      position: absolute;
      background: url("../img/buaro.svg") no-repeat;
      background-size: contain;
      top: calc(50% - 15px/2);
      right: 15px; }
      @media screen and (max-width: 768px) {
        .inqbtn button::after {
          right: 10px;
          width: 6px;
          height: 10px;
          top: calc(50% - 10px/2); } }
  .inqbtn button:hover {
    background: #913355;
    border: 2px solid #EEE;
    color: #FFF;
    opacity: 1; }
    .inqbtn button:hover::after {
      background: url("../img/siroico.svg") no-repeat; }

.daun {
  text-align: center;
  margin: 0 0 50px; }

.dbtn a {
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #913355;
  font-weight: 900;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 50px;
  background: #FFF;
  z-index: 2;
  box-shadow: 0px 0px 10px -6px #111;
  transition: all 0.5s ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #913355; }
  @media screen and (max-width: 768px) {
    .dbtn a {
      width: 120px;
      font-size: 1.2rem;
      padding: 15px 25px; } }
  .dbtn a::after {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    background: url("../img/dico.svg") no-repeat;
    background-size: contain;
    top: calc(50% - 12px/2);
    right: 15px; }
    @media screen and (max-width: 768px) {
      .dbtn a::after {
        right: 10px;
        width: 8px;
        height: 10px;
        top: calc(50% - 10px/2); } }

.dbtn a:hover {
  background: #913355;
  border: 2px solid #EEE;
  color: #FFF;
  opacity: 1; }
  .dbtn a:hover::after {
    background: url("../img/dico02.svg") no-repeat; }
  .dbtn a:hover a {
    color: #FFF; }

.kakun {
  text-align: center;
  margin: 0 0 30px; }

.error_messe {
  margin: 0 0 10px; }

.midabox {
  text-align: center; }

.subcon {
  padding: 50px 0 70px; }
  @media screen and (max-width: 768px) {
    .subcon {
      padding: 30px 0 70px; } }

.subcon.yoko {
  padding: 50px 20px 70px; }

.phiboxwrap {
  max-width: 850px;
  text-align: center;
  padding: 50px;
  position: relative;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .phiboxwrap {
      margin: 0 20px 30px;
      padding: 20px 0; } }
  .phiboxwrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    top: 0;
    left: 0; }
  .phiboxwrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 0;
    right: 0; }

.phibox span {
  font-size: 3rem;
  font-weight: bold;
  color: #913355;
  margin: 0 10px 0; }
  @media screen and (max-width: 768px) {
    .phibox span {
      font-size: 1.7rem;
      margin: 0; } }
.phibox::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  bottom: 0;
  left: 0; }
.phibox::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  bottom: 0;
  right: 0; }

.phitex {
  position: relative;
  background: #EFEFEF;
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .phitex {
      padding: 20px; } }
  .phitex .ptex {
    padding: 30px;
    background: #FFF;
    line-height: 2;
    max-width: 1000px;
    margin: 0 auto; }
  .phitex::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100px;
    background: #913355;
    top: -40px;
    left: calc(50% - 2px/2); }
    @media screen and (max-width: 768px) {
      .phitex::before {
        height: 70px; } }

.dname {
  text-align: right;
  margin: 40px 0 0 auto;
  max-width: 300px; }
  @media screen and (max-width: 768px) {
    .dname {
      width: 160px; } }

.greebg {
  position: relative;
  margin: 0 0 150px; }
  @media screen and (max-width: 768px) {
    .greebg {
      margin: 0 0 50px; } }

.greetbox {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .greetbox {
      display: inherit; } }
  .greetbox .greetleft {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .greetbox .greetleft {
        width: 100%;
        margin: 0 0 20px; } }
  .greetbox .greetright {
    width: 45%;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .greetbox .greetright {
        width: 100%; } }
    .greetbox .greetright .gtex {
      line-height: 2; }

.comaba, .enkaku, .accebox {
  padding: 50px 20px 70px; }
  @media screen and (max-width: 768px) {
    .comaba, .enkaku, .accebox {
      padding: 30px  20px 50px; } }

.comprobox.comaba {
  background: #FFF; }
  .comprobox.comaba th {
    border-bottom: 2px solid #913355; }
    @media screen and (max-width: 768px) {
      .comprobox.comaba th {
        border-bottom: 2px  dashed #DDD;
        padding: 20px 10px; } }
  @media screen and (max-width: 768px) {
    .comprobox.comaba td {
      padding: 20px 10px; } }
  .comprobox.comaba li {
    position: relative;
    padding: 0 0 0 15px; }
    .comprobox.comaba li::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #913355;
      position: absolute;
      top: calc(50% - 10px/2);
      left: 0px; }
    @media screen and (max-width: 768px) {
      .comprobox.comaba li {
        line-height: 1.3;
        margin: 0 0 10px; } }

.comprobox.comaba00 {
  background: #EFEFEF; }

.enkaku {
  background: #EFEFEF;
  /*.hisfle{
  	
  	display: flex;
  	justify-content: space-between;
  	max-width: 1300px;
  	margin: 0 auto;
  }
  .hisimg{
  	
  	width: 300px;
  	p{
  		
  		margin: 0 0 20px;
  	}
  }*/ }
  .enkaku .hisfle {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    .enkaku .hisfle ul {
      max-width: 1000px;
      padding: 0 20px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 768px) {
        .enkaku .hisfle ul {
          padding: 0; } }
      .enkaku .hisfle ul::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50px;
        border-left: 1px dashed #913355; }
        @media screen and (max-width: 768px) {
          .enkaku .hisfle ul::after {
            left: 15px; } }
    .enkaku .hisfle li:first-child {
      border-top: 1px solid #DDD; }
    .enkaku .hisfle li {
      padding: 50px 30px 50px 100px;
      border-bottom: 1px solid #DDD;
      position: relative; }
      @media screen and (max-width: 768px) {
        .enkaku .hisfle li {
          padding: 20px 20px 20px 30px; } }
      .enkaku .hisfle li::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #913355;
        position: absolute;
        top: calc(50% - 10px/2);
        left: 25px; }
        @media screen and (max-width: 768px) {
          .enkaku .hisfle li::after {
            left: 10px; } }
  .enkaku .abuhis {
    width: 250px;
    position: absolute;
    right: 0;
    top: -30px; }
    @media screen and (max-width: 890px) {
      .enkaku .abuhis {
        width: 150px; } }
    @media screen and (max-width: 768px) {
      .enkaku .abuhis {
        width: 100px;
        top: -80px; } }
  .enkaku dl {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .enkaku dl {
        display: inherit; } }
  .enkaku dt {
    margin: 0 80px 0 0; }

.mapa {
  max-width: 1300px;
  margin: 0 auto; }
  .mapa p {
    height: 600px;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      .mapa p {
        height: 300px; } }

.accebox li {
  position: relative;
  padding: 0 0 0 15px; }
  .accebox li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #913355;
    position: absolute;
    top: calc(50% - 10px/2);
    left: 0px; }

.submenu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 30px; }
  .submenu li {
    width: 200px;
    margin: 0 15px 10px 0; }
    @media screen and (max-width: 768px) {
      .submenu li {
        width: 150px; } }
    .submenu li a {
      display: block;
      padding: 10px 20px 10px 10px;
      border: 1px solid #DDD;
      position: relative;
      font-size: 1.5rem;
      text-align: center;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        .submenu li a {
          font-size: 1.2rem; } }
      .submenu li a::before {
        content: '';
        display: block;
        width: 10px;
        height: 6px;
        background: url("../img/sita.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 6px/2);
        right: 10px; }
      .submenu li a:hover {
        color: #FFF;
        background: #913355; }
        .submenu li a:hover::before {
          background: url("../img/sitasiro.svg") no-repeat;
          background-size: contain; }

.flebg {
  position: relative; }
  .flebg .gal.gal02 {
    max-width: 800px; }
    .flebg .gal.gal02 li {
      width: 47%; }
      @media screen and (max-width: 768px) {
        .flebg .gal.gal02 li {
          margin: 0 0 0; } }
    @media screen and (max-width: 768px) {
      .flebg .gal.gal02 {
        margin: 30px auto 0; } }
  .flebg .gal {
    max-width: 1580px;
    padding: 0 20px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .flebg .gal {
        margin: 30px auto; } }
    .flebg .gal li {
      margin: 0 0 25px;
      width: 31%; }
      @media screen and (max-width: 768px) {
        .flebg .gal li {
          width: 47%; } }

.serbox {
  margin: 0 0 70px; }
  @media screen and (max-width: 768px) {
    .serbox {
      margin: 0 0 50px; } }

.bgche {
  background: #EFEFEF;
  padding: 50px 0 70px; }
  @media screen and (max-width: 768px) {
    .bgche {
      padding: 30px 0 50px; } }
  .bgche .serfle {
    flex-direction: row-reverse; }
    .bgche .serfle .left {
      right: 0;
      left: inherit; }
    .bgche .serfle .right {
      margin: 0 auto 0 0; }

.serfle {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .serfle {
      display: inherit;
      padding: 0; } }
  .serfle .left {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .serfle .left {
        position: inherit;
        width: 100%;
        margin: 0 0 20px; } }
    .serfle .left img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .serfle .right {
    width: 47%;
    margin: 0 0 0 auto;
    min-height: 600px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .serfle .right {
        width: 100%;
        padding: 0 20px;
        min-height: inherit;
        flex: initial; } }
    .serfle .right dt {
      font-size: 2.5rem;
      font-weight: 700;
      margin: 0 0 20px;
      color: #913355;
      position: relative;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 768px) {
        .serfle .right dt {
          font-size: 1.8rem;
          margin: 0 0 10px; } }
      .serfle .right dt::before {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #913355;
        position: absolute;
        top: calc(50% - 15px/2);
        left: 0px; }
        @media screen and (max-width: 768px) {
          .serfle .right dt::before {
            width: 10px;
            height: 10px;
            top: calc(50% - 10px/2); } }
    .serfle .right dd {
      margin: 0 0 30px;
      line-height: 2; }
    .serfle .right p {
      line-height: 2; }

.kanbg {
  background: #EFEFEF;
  padding: 50px 20px 70px; }
  .kanbg h3 {
    font-size: 3.0rem;
    color: #913355;
    margin: 0 0 40px;
    position: relative;
    font-weight: bold;
    text-align: center; }
    .kanbg h3::after {
      content: '';
      display: block;
      width: 200px;
      height: 7px;
      border-top: 2px solid #913355;
      border-bottom: 2px solid #913355;
      position: absolute;
      bottom: -10px;
      left: calc(50% - 200px/2); }

.noto {
  background: #000;
  background: #EFEFEF;
  padding: 70px 20px;
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .noto {
      padding: 20px;
      margin: 20px 0; } }
  .noto p {
    max-width: 800px;
    margin: 0 auto; }

.kanbox {
  max-width: 1000px;
  padding: 30px 50px 10px;
  background: #FFF;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .kanbox {
      padding: 20px 20px 10px; } }
  .kanbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .kanbox li {
    width: 48%;
    margin: 0 0 40px;
    transition: all 0.5s; }
    @media screen and (max-width: 768px) {
      .kanbox li {
        margin: 0 0 20px; } }
  .kanbox li:hover {
    opacity: 0.7;
    transition: all 0.5s; }
  .kanbox h6 {
    position: relative;
    padding: 10px 0 10px 15px; }
    .kanbox h6::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #913355;
      position: absolute;
      top: calc(50% - 10px/2);
      left: 0px; }
    @media screen and (max-width: 768px) {
      .kanbox h6 {
        line-height: 1.3; } }

.jinmei {
  max-width: 1300px;
  padding: 30px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .jinmei {
      display: block; } }
  .jinmei .kanlef {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .jinmei .kanlef {
        width: 100%;
        margin: 0 0 20px; } }
  .jinmei .kanrigh {
    width: 40%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .jinmei .kanrigh {
        display: block;
        width: 100%; } }
    .jinmei .kanrigh .en {
      font-size: 1.3rem;
      color: #913355;
      font-weight: 700; }
    .jinmei .kanrigh h4 {
      font-size: 3.5rem;
      font-weight: 700;
      margin: 0 0 30px;
      border-bottom: 2px solid #EFEFEF;
      padding: 0 0 20px; }
      @media screen and (max-width: 768px) {
        .jinmei .kanrigh h4 {
          font-size: 2rem;
          padding: 0 0 10px; } }
    .jinmei .kanrigh .kanp {
      line-height: 2; }

.jimi {
  text-align: center;
  margin: 0 0 30px; }

.jirebg00 {
  position: relative; }
  .jirebg00::after {
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background: #EFEFEF;
    position: absolute;
    top: 10%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: -1; }
  .jirebg00::before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    background: #EFEFEF;
    position: absolute;
    bottom: 0%;
    right: 0;
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
    z-index: -1; }

.jirebox {
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }
  .jirebox h2 {
    transform: skew(-20deg, 0);
    background: #913355;
    padding: 10px 50px;
    margin: 0 0　30px 0;
    display: inline-block; }
    .jirebox h2 span {
      transform: skew(20deg, 0);
      display: inline-block;
      color: #FFF;
      font-weight: 700;
      font-size: 3rem; }
      @media screen and (max-width: 768px) {
        .jirebox h2 span {
          font-size: 2.0rem; } }

.porojbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .porojbox li {
    width: calc(100% / 3 - 30px);
    margin: 0 0px 30px 0; }
    @media screen and (max-width: 768px) {
      .porojbox li {
        width: 100%; } }
    .porojbox li .tprodete {
      direction: inherit;
      margin: 10px 0 10px 0; }
  .porojbox h3 {
    font-size: 1.7rem; }
    @media screen and (max-width: 768px) {
      .porojbox h3 {
        font-size: 1.5rem;
        line-height: 1.3; } }

.jibutu, .charm {
  margin: 0 0 70px; }
  @media screen and (max-width: 768px) {
    .jibutu, .charm {
      margin: 0 0 50px; } }

.nezu00 {
  padding: 50px 0 70px;
  background: #EFEFEF; }
  @media screen and (max-width: 768px) {
    .nezu00 {
      padding: 30px 0 50px; } }

.jinfle {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .jinfle span {
    font-size: 1.2rem; }
  .jinfle li {
    width: calc(100% / 3 - 40px);
    margin: 0 0 40px;
    padding: 50px 30px;
    background: #EFEFEF;
    line-height: 1.5;
    text-align: center;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .jinfle li {
        width: 100%;
        margin: 0 0 15px;
        padding: 30px 20px; } }
    .jinfle li::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0px;
      left: 0;
      border-top: 3px solid #913355;
      border-left: 3px solid #913355; }
    .jinfle li::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 0px;
      right: 0;
      border-bottom: 3px solid #913355;
      border-right: 3px solid #913355; }

.nijyubo {
  width: 80%;
  margin: 0 auto 40px;
  padding: 50px 30px;
  background: #EFEFEF;
  line-height: 1.5;
  text-align: center;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .nijyubo {
      width: 100%;
      margin: 0 0 15px;
      padding: 30px 20px; } }
  .nijyubo::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 3px solid #913355;
    border-left: 3px solid #913355; }
  .nijyubo::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-bottom: 3px solid #913355;
    border-right: 3px solid #913355; }

.charmwrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px; }

.chabox.migi {
  flex-direction: row-reverse; }

.chabox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px; }
  @media screen and (max-width: 768px) {
    .chabox {
      display: inherit;
      margin: 0 0 30px; } }
  .chabox .left {
    width: 45%;
    clip-path: polygon(50% 0%, 95% 0, 100% 11%, 100% 89%, 94% 100%, 50% 100%, 6% 100%, 0 84%, 0 14%, 15% 0); }
    @media screen and (max-width: 768px) {
      .chabox .left {
        width: 100%;
        margin: 0 0 10px; } }
  .chabox .right {
    width: 50%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .chabox .right {
        width: 100%; } }
    .chabox .right h4 {
      font-size: 2.5rem;
      font-weight: 700;
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 2px solid #EFEFEF; }
      @media screen and (max-width: 768px) {
        .chabox .right h4 {
          font-size: 2.0rem;
          margin: 0 0 10px;
          padding: 0 0 10px; } }
    .chabox .right .poi {
      font-size: 2.0rem;
      font-weight: 700;
      color: #913355;
      font-family: 'Oswald', sans-serif; }

.quafle {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .quafle {
      display: inherit; } }
  .quafle ul {
    width: 45%;
    padding: 20px 30px;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      .quafle ul {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px; } }
    .quafle ul li {
      position: relative;
      padding: 10px 0 10px 15px; }
      .quafle ul li::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #913355;
        position: absolute;
        top: calc(50% - 10px/2);
        left: 0px; }
      @media screen and (max-width: 768px) {
        .quafle ul li {
          line-height: 1.3; } }
    .quafle ul li.nonli {
      font-size: 1.3rem; }
      .quafle ul li.nonli::before {
        content: '';
        display: none; }

.kyarbg {
  background: #EFEFEF; }

.febg {
  background: #EFEFEF;
  padding: 50px 0 70px; }

.febox {
  max-width: 1300px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .febox {
      margin: 0 0 30px; } }

.hyousyou {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto; }

.feboxin {
  max-width: 1200px;
  background: #FFF;
  padding: 50px 50px 20px;
  margin: -100px auto 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #222; }
  @media screen and (max-width: 1200px) {
    .feboxin {
      margin: -30px 20px 0;
      padding: 20px 0; } }
  @media screen and (max-width: 768px) {
    .feboxin {
      display: inherit; } }
  .feboxin .num {
    width: 100px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .feboxin .num {
        width: 89px; } }
  .feboxin .num02 {
    width: 116px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .feboxin .num02 {
        width: 102px; } }
  .feboxin .left {
    width: 55%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .feboxin .left {
        width: 100%; } }
  .feboxin h3 {
    font-size: 3rem;
    font-weight: 700;
    padding: 0 0 20px; }
    @media screen and (max-width: 768px) {
      .feboxin h3 {
        font-size: 2.5rem; } }

.quolibox {
  padding: 50px 80px;
  max-width: 1000px;
  margin: 60px auto;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  position: relative; }
  @media screen and (max-width: 768px) {
    .quolibox {
      padding: 20px 40px;
      margin: 20px; } }
  .quolibox h4 {
    font-size: 4rem;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .quolibox h4 {
        font-size: 3rem; } }
    .quolibox h4::after {
      content: '';
      display: block;
      width: 100px;
      height: 4px;
      background: #913355;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 100px/2); }
  .quolibox h5 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .quolibox h5 {
        font-size: 2.5rem; } }
  .quolibox .quotex {
    line-height: 2;
    font-size: 2re;
    font-weight: bold; }
  .quolibox .abu {
    width: 50%;
    position: absolute;
    top: calc(50% - 50%/2);
    left: calc(50% - 50%/2);
    z-index: -1;
    opacity: 0.1; }

.kanmida {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 50px; }
  .kanmida::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #913355;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 100px/2); }

.clika {
  text-align: center;
  margin: 0 0 30px;
  color: #888; }

.yusika {
  max-width: 1200px;
  padding: 30px 50px 60px;
  background: #EFEFEF;
  margin: 50px auto 0; }
  @media screen and (max-width: 768px) {
    .yusika {
      padding: 20px; } }

.jire02 {
  max-width: 1300px;
  margin: 0 auto 40px; }
  .jire02 h4 {
    padding: 20px;
    background: #913355;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 30px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .jire02 h4 {
        font-size: 1.7rem; } }
  .jire02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .jire02 li {
    width: calc(100% / 3 - 30px);
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .jire02 li {
        width: calc(100% / 2 - 15px); } }
    .jire02 li img {
      transition: all 0.5s; }
    .jire02 li img:hover {
      opacity: 0.7;
      transition: all 0.5s; }
