﻿* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
}
.font {
  font-size: calc(var(--base-size) * 1.9);
}
.red {
  color: #e60012;
}
.green {
  color: #f5aa1d;
}
.move {
  transform-origin: center top;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px) scale(1);
}
.move.moving {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
strong {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Helvetica Neue", Meiryo, メイリオ,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subtext *,
canvas,
.is_dragging *,
.js-draw-text,
.subtitles,
.subtitles span,
.to-scroll,
.menu-li .in,
.menu-li a,
.single-sub-title span,
.work-sub-title span,
.link,
.view-more a,
.work-title a,
.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-fb:before {
  content: "f";
}
.i-tw:before {
  content: "t";
}
.i-inst:before {
  content: "i";
}
.i {
  font-family: "i";
}
.is_waiting body {
  overflow: hidden !important;
}
body,
a {
  color: #333;
}
article {
  display: block;
}
video,
img,
canvas {
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"] {
  width: auto;
  height: 5rem;
  border: 1px solid #999999;
  color: #000;
  padding: 0px 1rem;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 380px) {
  input[type="text"],
  input[type="email"] {
    width: 100%;
    height: 4rem;
    border: 1px solid #999999;
    color: #000;
    padding: 0px 1rem;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
label.select_cover {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 380px) {
  label.select_cover {
    width: 100%;
  }
}
label.select_cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-color: black black transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 380px) {
  label.select_cover:before {
    top: 12px;
  }
}
textarea {
  width: 300px;
  min-height: 200px;
  border: 1px solid #999999;
  color: #000;
  padding: 15px 10px;
}
@media only screen and (max-width: 380px) {
  textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #999999;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-appearance: none;
    line-height: 1.4;
  }
}
select {
  position: relative;
  z-index: 1;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #000;
  width: 450px;
  padding: 0 10px;
  border-radius: 1px;
  background-color: white;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 380px) {
  select {
    width: 100%;
    padding: 0 10px;
  }
}
select::-ms-expand {
  display: none;
}
img {
  border: none;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
li {
  list-style-type: none;
}
:root {
  --max-size: 1.66rem;
  --base-size: 1.4rem;
  --slide-tb: 120vw;
  --slide-mb: 150vw;
  --land-mb: 80vw;
}
#wrap {
  position: relative;
  z-index: 91;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.inner1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.innerDX1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX1100 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.innerDX {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .inner,
  .inner1100,
  .inner1200,
  .inner1400 {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .spOnly {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.default {
  padding: 140px 0;
}
@media only screen and (max-width: 768px) {
  .default {
    padding: 60px 0;
  }
}
.fit {
  width: 100%;
  height: auto;
}
.js-mouse {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  transition: 0.1s;
}
@media only screen and (max-width: 768px) {
  .js-mouse {
    display: none;
  }
}
.cursor-follower {
  position: absolute;
  background-color: rgba(141, 65, 101, 0.06);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.1s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(2);
}
@media only screen and (max-width: 768px) {
  .cursor-follower {
    display: none;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner {
    width: 32%;
  }
}
#preloader #progressInner #progressImgWrap {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 1 800px;
  overflow: hidden;
}
#preloader #progressInner #progressImgWrap span {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: translate(100%, 0);
}
#preloader #progressInner #progressImgWrap #progressimgBox {
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-out 0.5s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preloader #progressInner #progressImgWrap #progressimgBox img {
  width: 28rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner #progressImgWrap #progressimgBox img {
    width: 100%;
  }
}
#preloader #progressInner #progressImgWrap .progressTxtWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 2rem auto 0;
  position: relative;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap #progressTxt {
  font-size: 1.4rem;
  color: #aaa;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap .yey {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333;
}
#preloader #progressInner #progressImgWrap .progressTxtWrap .yey:before {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background-color: #9b9b9b;
  background-color: #d1d3d5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(38deg);
  -ms-transform: translateY(-50%) rotate(38deg);
  transform: translateY(-50%) rotate(38deg);
}
#progressBar {
  width: 0;
  height: 1px;
  background-color: #0080cc;
}
#progressTxt {
  text-align: center;
  margin-top: 5px;
  color: #0080cc;
}
.title01 h2 {
  padding: 1rem 0 1rem 0rem;
  font-size: 7.6rem;
  font-weight: 800;
  line-height: 6rem;
  letter-spacing: 0rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .title01 h2 {
    font-size: 5rem;
    line-height: 3rem;
  }
}
.title01 .sub {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .title01 .sub {
    font-size: 1.5rem;
  }
}
.title01 .ttt {
  margin-top: 4rem;
}
.title01 .ttt p {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3.6rem;
  color: #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .title01 .ttt p {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3.2rem;
  }
}
.btn01 a {
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1rem 3rem;
  display: inline-block;
  background: #f5aa1d;
  font-size: 1.4rem;
  border-radius: 5rem;
  transition: all 0.4s;
}
.btn01 a:hover {
  opacity: 0.7;
}
.btnArrowBox a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  width: 25rem;
  max-width: 30rem;
  color: #333;
  transition: all 0.6s 0s;
  background: linear-gradient(#333, #333) no-repeat 100% 100%;
  background-size: 0 2px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media only screen and (max-width: 768px) {
  .btnArrowBox a {
    font-size: 1.6rem;
    width: 90%;
    max-width: 90%;
  }
}
.btnArrowBox a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 1px;
}
.btnArrowBox a .circle {
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}
.btnArrowBox a .circle svg {
  fill: #333;
}
.btnArrowBox a:hover {
  background-position: 100% 100%;
  background-size: 0% 2px;
}
.btnArrowBoxWhite a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  width: 25rem;
  max-width: 30rem;
  color: #fff;
  transition: all 0.6s 0s;
  background: linear-gradient(#fff, #fff) no-repeat 100% 100%;
  background-size: 0 2px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media only screen and (max-width: 768px) {
  .btnArrowBoxWhite a {
    font-size: 1.6rem;
    width: 90%;
    max-width: 90%;
  }
}
.btnArrowBoxWhite a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 1px;
}
.btnArrowBoxWhite a .circle {
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}
.btnArrowBoxWhite a .circle svg {
  fill: #fff;
}
.btnArrowBoxWhite a:hover {
  background-position: 100% 100%;
  background-size: 0% 2px;
}
.ini {
  color: #f5aa1d;
}
#breadcrumbs {
  position: absolute;
  top: 62rem;
  right: 10rem;
  z-index: 31;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs {
    top: 43rem;
    display: none;
  }
}
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1rem;
}
#mainvisualSEC {
  position: relative;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC {
    padding-bottom: 0rem;
  }
}
#mainvisualSEC::before {
  content: "";
  background: #fffff1;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 22rem;
  z-index: 24;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC::before {
    height: 33rem;
  }
}
#mainvisualSEC .secTitleWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 26;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 0 16rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC .secTitleWrap {
    position: relative;
    padding: 14rem 3rem 7rem 3rem;
  }
}
#mainvisualSEC .secTitleWrap .bgTopSECText {
  position: absolute;
  bottom: 0;
  left: 16rem;
  font-size: 10.6rem;
  font-weight: bold;
  line-height: 4rem;
  color: #dcdcdc;
  font-family: "loretta-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC .secTitleWrap .bgTopSECText {
    font-size: 3.6rem;
    line-height: 4rem;
    bottom: -1rem;
    left: 3rem;
  }
}
#mainvisualSEC .secTitleWrap ._in {
  position: relative;
  z-index: 2;
}
#mainvisualSEC .secTitleWrap ._in .sub {
  color: #f5aa1d;
  font-size: 5.6rem;
  line-height: 7rem;
  font-family: "josefin-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC .secTitleWrap ._in .sub {
    font-size: 4rem;
    line-height: 4.3rem;
    letter-spacing: 0.6rem;
  }
}
#mainvisualSEC .secTitleWrap ._in h1 {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #222;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC .secTitleWrap ._in h1 {
    font-size: 1.8rem;
  }
}
#mainvisualSEC .secTitleWrap ._in .sub2 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 3rem;
  color: #222;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC .secTitleWrap ._in .sub2 {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
  }
}
#mainvisualSEC #backgroundSEC {
  position: relative;
}
#mainvisualSEC #backgroundSEC #mainvisualImg {
  position: relative;
  z-index: 2;
  background: url(../img/poster.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: all 1.8s;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC #movieMain div#svg-animation {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #mainvisualSEC #backgroundSEC #movieMain div#svg-animation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
  }
}
#mainvisualSEC #backgroundSEC #movieMain div#svg-animation #js_video {
  height: auto;
  position: static;
  left: auto;
  width: 120%;
  height: 100%;
  vertical-align: top;
  -ms-transform: none;
  transform: none;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC #movieMain div#svg-animation #js_video {
    position: relative;
    top: -2px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#mainvisualSEC #backgroundSEC .bgSlideTop00 {
  background: #000;
  position: relative;
  z-index: 23;
  top: 0;
  left: 0;
  width: calc(100% - 0rem);
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC .bgSlideTop00 {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0px);
    height: 85vh;
  }
}
#mainvisualSEC #backgroundSEC .bgSlideTop00:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    ),
    linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    );
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
#mainvisualSEC #backgroundSEC .bgSlideTop {
  background: #000;
  position: relative;
  z-index: 24;
  top: 0;
  left: 0;
  margin-left: auto;
  width: calc(100% - 35vw);
  height: 60rem;
  max-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC .bgSlideTop {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0px);
    height: 25rem;
  }
}
#mainvisualSEC #backgroundSEC .bgSlideTop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    ),
    linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    );
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
#mainvisualSEC #backgroundSEC .centerTextWrap {
  position: absolute;
  z-index: 25;
  bottom: 25rem;
  left: 13rem;
  transform: translate(0, 0%);
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC .centerTextWrap {
    top: 40%;
    left: 3rem;
  }
}
#mainvisualSEC #backgroundSEC .centerTextWrap .inin .sub {
  font-size: 5rem;
  line-height: 6.6rem;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC .centerTextWrap .inin .sub {
    font-size: 3.6rem;
    line-height: 4.6rem;
    margin-bottom: 2rem;
  }
}
#mainvisualSEC #backgroundSEC .centerTextWrap .inin .mainT {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.3rem;
  bottom: 0rem;
  right: 0;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #mainvisualSEC #backgroundSEC .centerTextWrap .inin .mainT {
    font-size: 1.6rem;
    line-height: 3rem;
    bottom: 25rem;
    right: -1rem;
  }
}
.artWrap04 {
  background: url(../img/flow_bgLogo.jpg) no-repeat center/cover;
  padding: 14rem 0;
}
@media only screen and (max-width: 768px) {
  .artWrap04 {
    padding: 8rem 0;
  }
}
.artWrap04 .inin .ttlA {
  margin-bottom: 5rem;
}
.artWrap04 .inin .ttlA .sub {
  width: 5rem;
  margin: 0 auto 2rem;
}
.artWrap04 .inin .ttlA h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .artWrap04 .inin .ttlA h2 {
    font-size: 2.2rem;
  }
}
.artWrap04 .inin .ininin .aSectio:not(:last-child) {
  margin-bottom: 5rem;
}
.artWrap04 .inin .ininin .aSectio .c01 {
  border-bottom: 2px solid #a89782;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.artWrap04 .inin .ininin .aSectio .c01 dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.artWrap04 .inin .ininin .aSectio .c01 dl dt {
  color: #e9d9c9;
  font-size: 8.6rem;
  font-weight: bold;
  line-height: 9rem;
  letter-spacing: 0.1rem;
  margin-right: 1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .artWrap04 .inin .ininin .aSectio .c01 dl dt {
    font-size: 7.6rem;
    line-height: 4rem;
  }
}
.artWrap04 .inin .ininin .aSectio .c01 dl dd {
  color: #6b4d3c;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .artWrap04 .inin .ininin .aSectio .c01 dl dd {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.artWrap04 .inin .ininin .aSectio .c02 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.artWrap07 {
  position: relative;
  background: #333;
}
.artWrap07 .bgT {
  position: absolute;
  top: 15rem;
  right: 0rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .artWrap07 .bgT {
    font-size: 4.6rem;
    line-height: 5rem;
  }
}
.artWrap07 ._in ._inA {
  padding: 34rem 0 16rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in ._inA {
    padding: 19rem 0 8rem 0;
  }
}
.artWrap07 ._in .h2 {
  position: absolute;
  top: 0;
  right: 0%;
  background: #000;
  color: #fff;
  padding: 6rem 3rem;
}
.artWrap07 ._in .h2 h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .h2 h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.artWrap07 ._in .c01 .treatment_flow {
  position: relative;
}
.artWrap07 ._in .c01 .treatment_flow .treatment_flow__highlight {
  position: absolute;
  top: -14rem;
  left: 46rem;
  text-align: center;
  background-color: rgba(221, 221, 221, 0.7);
  width: 46rem;
  height: 52rem;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 .treatment_flow .treatment_flow__highlight {
    position: absolute;
    top: 34rem;
    left: 0rem;
    text-align: center;
    background-color: rgba(221, 221, 221, 0.7);
    width: 100%;
    height: 39rem;
  }
}
.artWrap07 ._in .c01 .treatment_flow .treatment_flow__highlight p {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 0 3rem;
}
.artWrap07 ._in .c01 .treatment_flow .treatment_flow__highlight p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.artWrap07 ._in .c01 .treatment_flow .treatment_flow__highlight p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
.artWrap07 ._in .c01 .treatment_flow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 .treatment_flow ul {
    display: block;
    margin: 0 2rem;
  }
}
.artWrap07 ._in .c01 .treatment_flow ul li {
  width: 11%;
  position: relative;
  height: 34rem;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 .treatment_flow ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10rem;
    padding: 2rem 2rem;
  }
  .artWrap07 ._in .c01 .treatment_flow ul li:nth-child(2) {
    margin-bottom: 15rem;
  }
  .artWrap07 ._in .c01 .treatment_flow ul li:last-child {
    margin-bottom: 0;
  }
}
.artWrap07 ._in .c01 .treatment_flow ul li:not(:last-child)::after {
  position: absolute;
  border-left: 2rem solid #000;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  width: 0;
  height: 0;
  top: 0;
  margin: 0;
  content: "";
  right: -7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 .treatment_flow ul li:not(:last-child)::after {
    position: absolute;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid #000;
    border-bottom: none;
    width: 0;
    height: 0;
    top: 0;
    margin: 0;
    content: "";
    right: 50%;
    position: absolute;
    top: auto;
    bottom: -5rem;
    transform: translateY(0%) translateX(50%);
    margin: auto;
    z-index: 1;
  }
}
.artWrap07 ._in .c01 .treatment_flow ul li .treatment_flow__point {
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-74%);
  text-align: center;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.artWrap07
  ._in
  .c01
  .treatment_flow
  ul
  li
  .treatment_flow__point
  .treatment_flow__pointShoulder {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.artWrap07
  ._in
  .c01
  .treatment_flow
  ul
  li
  .treatment_flow__point
  .treatment_flow__pointNum {
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 6rem;
  letter-spacing: 0rem;
  color: #676767;
}
@media only screen and (max-width: 768px) {
  .artWrap07
    ._in
    .c01
    .treatment_flow
    ul
    li
    .treatment_flow__point
    .treatment_flow__pointNum {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.artWrap07 ._in .c01 .treatment_flow ul li .treatment_flow__text {
  padding-top: 3rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .artWrap07 ._in .c01 .treatment_flow ul li .treatment_flow__text {
    padding-top: 2rem;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 2rem;
  }
}
.artWrap07 ._in .c01 .treatment_flow ul li .treatment_flow__text span {
  display: inline-block;
}
.artWrap06 {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .artWrap06 {
    padding: 8rem 0;
  }
}
.artWrap06 .c01 .ttlA {
  position: relative;
  padding: 6rem 0 0 0;
  text-align: center;
}
.artWrap06 .c01 .ttlA .bgText {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  color: #fde8bd;
  white-space: nowrap;
  font-family: arial;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c01 .ttlA .bgText {
    font-size: 6rem;
    line-height: 11rem;
  }
}
.artWrap06 .c01 .ttlA .h2A h2 {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c01 .ttlA .h2A h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.artWrap06 .c01 .ttlA .h2A h2::after {
  content: "";
  background: #f5aa1d;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}
.artWrap06 .c02 .flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artWrap06 .c02 .flexWrap .flexBox {
  width: 48%;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
  padding: 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c02 .flexWrap .flexBox {
    width: 100%;
    padding: 3rem 3rem;
  }
}
.artWrap06 .c02 .flexWrap .flexBox .inFlexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c02 .flexWrap .flexBox .inFlexWrap {
    display: block;
  }
}
.artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .leftBox {
  position: relative;
  -webkit-flex-basis: 20rem;
  flex-basis: 20rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .leftBox .txtA {
  background: #a07b5e;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .rightBox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .rightBox .inRight h3 {
  color: #f5aa1d;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .artWrap06 .c02 .flexWrap .flexBox .inFlexWrap .rightBox .inRight h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.sec_bottomSlideWrap {
  position: relative;
  margin-bottom: 8rem;
}
.sec_bottomSlideWrap .slideAnimationWrap02 .slideTopB {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sec_bottomSlideWrap .slideAnimationWrap02 .slideTopB .slideshow {
  display: flex;
  animation: loop-slide 130s infinite linear 1s both;
}
@media only screen and (max-width: 768px) {
  .sec_bottomSlideWrap .slideAnimationWrap02 .slideTopB .slideshow {
    animation: loop-slide 180s infinite linear 1s both;
  }
}
.sec_bottomSlideWrap .slideAnimationWrap02 .slideTopB .slideshow li img {
  width: 52rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .sec_bottomSlideWrap .slideAnimationWrap02 .slideTopB .slideshow li img {
    width: 25rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec_bottomSlideWrap .onBtnA {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_bottomSlideWrap .onBtnA a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem 4rem;
}
@media only screen and (max-width: 768px) {
  .sec_bottomSlideWrap .onBtnA a {
    width: 30rem;
  }
  .sec_bottomSlideWrap .onBtnA a svg {
    width: 100%;
    height: auto;
  }
}
.planWrap00 {
  padding: 14rem 0 2rem;
  background-size: 25%;
}
@media only screen and (max-width: 768px) {
  .planWrap00 {
    padding: 6rem 0 0;
    background: none;
  }
}
.planWrap00 .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .planWrap00 .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.planWrap00 .c01 .sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.planWrap00 .c01 .inGraph {
  border: 1px solid #ddd;
}
.planWrap01 {
  padding: 14rem 0 12rem;
  background: url(../img/price_bgLogo.jpg) no-repeat 95% 5%;
  background-size: 25%;
}
@media only screen and (max-width: 768px) {
  .planWrap01 {
    padding: 8rem 0;
    background: none;
  }
}
.planWrap01 .c01 {
  margin-bottom: 5rem;
}
.planWrap01 .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.6rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .planWrap01 .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.planWrap01 .c01 .sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.planWrap01 ._in .inin .tabBox .tabBtn {
  display: -webkit-flex;
  display: flex;
  margin: 0 0px 0rem;
  padding: 0 0rem;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dotted #444;
}
@media only screen and (max-width: 768px) {
  .planWrap01 ._in .inin .tabBox .tabBtn {
    padding-bottom: 3rem;
  }
}
.planWrap01 ._in .inin .tabBox .tabBtn li {
  width: 29%;
  margin: 0 2%;
}
@media only screen and (max-width: 768px) {
  .planWrap01 ._in .inin .tabBox .tabBtn li {
    width: 80%;
    margin: 1% 0%;
  }
}
.planWrap01 ._in .inin .tabBox .tabBtn li a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 3rem 0px;
  text-align: center;
  color: #222;
  background: #e2e3e3;
  border-radius: 3rem 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .planWrap01 ._in .inin .tabBox .tabBtn li a {
    width: 100%;
    padding: 2rem 0px;
    font-size: 1.8rem;
    border-radius: 0rem 0rem 0 0;
  }
}
.planWrap01 ._in .inin .tabBox .tabBtn li a.is_active {
  color: #fff;
  font-weight: bold;
  background: #f5aa1d;
}
.planWrap01 ._in .inin .tabBox .tabBtn li:nth-child(1) a.is_active::after {
  color: #fff;
}
.planWrap01 ._in .inin .tabBox .tabBtn li:nth-child(2) a.is_active::after {
  color: #fff;
}
.planWrap01 ._in .inin .tabBox .tabBlockIn {
  margin: 0 auto;
  padding: 7rem 0rem 0;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .planWrap01 ._in .inin .tabBox .tabBlockIn {
    padding: 5rem 0 0rem;
  }
  .planWrap01 ._in .inin .tabBox .tabBlockIn .w950 {
    padding: 0;
  }
}
.planWrap01 ._in .inin .tabBox .tabBlockIn .tab-content {
  display: none;
}
.planWrap01 ._in .inin .tabBox .tabBlockIn .tab-content.is_show {
  display: block;
}
.planWrap01 .ininTab h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  text-align: left;
  border-bottom: 2px solid #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .planWrap01 .ininTab h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.planWrap01 .ininTab .table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 3rem;
}
.planWrap01 .ininTab .table tr th,
.planWrap01 .ininTab .table tr td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  padding: 1rem 1rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .planWrap01 .ininTab .table tr th,
  .planWrap01 .ininTab .table tr td {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
  }
}
.planWrap01 .ininTab .table tr th {
  background-color: #fde8bd;
  font-weight: bold;
}
.planWrap01 .ininTab .table tr .table-success {
  background-color: #fde8bd;
  font-weight: bold;
}
.work01Wrap {
  padding: 5rem 0 0rem 0;
}
@media only screen and (max-width: 768px) {
  .work01Wrap {
    padding: 5rem 0 0rem 0;
  }
}
.work01Wrap ._in .ttLA {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 1200px;
  margin: 0 auto 6rem;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.work01Wrap ._in .ttLA h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.work01Wrap ._in .ttLA h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background: #333;
  margin: 1.5rem auto 2rem;
}
.work01Wrap ._in .ttLA .dub {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.work01Wrap ._in .ttLA .ttt {
  text-align: center;
}
.work01Wrap ._in .worksListImg {
  margin-top: 8rem;
}
.work01Wrap ._in .worksListImg ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.work01Wrap ._in .worksListImg ul li {
  width: 20%;
}
.works02Wrap {
  background: #f6f6f6;
  margin-bottom: 10rem;
  padding: 8rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .works02Wrap {
    margin-bottom: 5rem;
    padding: 6rem 0 6rem;
  }
}
.works02Wrap ._in {
  margin-top: 6rem;
}
.works02Wrap ._in._00 {
  margin-top: 0;
}
.works02Wrap ._in .flexBtnAAA {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.works02Wrap ._in .flexBtnAAA .btnALL {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .works02Wrap ._in .flexBtnAAA .btnALL {
    margin-left: 1rem;
  }
}
.works02Wrap ._in .flexBtnAAA .btnALL a {
  background: #f5aa1d;
  display: inline-block;
  padding: 2rem 11rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  font-family: arial;
}
.works02Wrap ._in .ttLA {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
.works02Wrap ._in .ttLA h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.works02Wrap ._in .ttLA .dub {
  position: relative;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .works02Wrap ._in .ttLA .dub {
    margin-bottom: 2rem;
  }
}
.works02Wrap ._in .ttLA .dub::before {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #333;
  margin: 1.5rem auto 2rem;
}
.works02Wrap ._in .ttLA .ttt {
  text-align: center;
}
.works02Wrap ._in .ttLA2 {
  text-align: center;
  box-sizing: content-box;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .works02Wrap ._in .ttLA2 {
    margin-right: 1rem;
  }
}
.works02Wrap ._in .ttLA2 h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.works02Wrap ._in .ttLA2 .dub {
  position: relative;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
}
.works02Wrap ._in .ttLA2 .dub::before {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #333;
  margin: 1.5rem auto 2rem;
}
.works02Wrap ._in .ttLA2 .ttt {
  text-align: center;
}
.works02Wrap ._in ul {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.works02Wrap ._in ul li {
  position: relative;
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .works02Wrap ._in ul li {
    margin-bottom: 3rem;
  }
}
.works02Wrap ._in ul li .a .imgW {
  position: relative;
  margin-bottom: 3rem;
}
.works02Wrap ._in ul li .a .imgW .bgCarten {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #f3f3f3;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.works02Wrap ._in ul li .a .imgB {
  z-index: 2;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  top: 0;
  left: 0;
}
.works02Wrap ._in ul li .a .textB h3 {
  position: relative;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.works02Wrap ._in ul li .a .textB h3::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5aa1d;
  position: absolute;
  top: 0;
  left: 0;
}
.works02Wrap ._in ul li.moving .a .imgW .bgCarten {
  width: 0%;
}
.productListWrap .tabBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0px 0rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productListWrap .tabBtn li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBtn li {
    width: 50%;
  }
}
.productListWrap .tabBtn li.nonenone {
  display: none;
}
.productListWrap .tabBtn li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0px;
  text-align: center;
  color: #aaa;
  border-right: 1px solid #eceaf1;
  border-bottom: 1px solid #eceaf1;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBtn li a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.productListWrap .tabBtn li a.is_active {
  color: #fff;
  font-weight: bold;
  background: #333;
}
.productListWrap .tabBtn li:nth-child(5),
.productListWrap .tabBtn li:nth-child(1),
.productListWrap .tabBtn li:nth-child(2),
.productListWrap .tabBtn li:nth-child(3),
.productListWrap .tabBtn li:nth-child(4) {
  border-top: 1px solid #eceaf1;
}
.productListWrap .tabBtn li:nth-child(1),
.productListWrap .tabBtn li:nth-child(2) {
  border-left: 1px solid #eceaf1;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBtn li:nth-child(1),
  .productListWrap .tabBtn li:nth-child(2),
  .productListWrap .tabBtn li:nth-child(3),
  .productListWrap .tabBtn li:nth-child(4),
  .productListWrap .tabBtn li:nth-child(5),
  .productListWrap .tabBtn li:nth-child(6),
  .productListWrap .tabBtn li:nth-child(7),
  .productListWrap .tabBtn li:nth-child(8) {
    border-top: none;
  }
  .productListWrap .tabBtn li:nth-child(1),
  .productListWrap .tabBtn li:nth-child(2) {
    border-top: 1px solid #eceaf1;
  }
  .productListWrap .tabBtn li:nth-child(1),
  .productListWrap .tabBtn li:nth-child(3),
  .productListWrap .tabBtn li:nth-child(5),
  .productListWrap .tabBtn li:nth-child(7) {
    border-left: 1px solid #eceaf1;
  }
}
.productListWrap .tabBlockIn {
  margin: 0 auto;
  padding: 8rem 0;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBlockIn {
    padding: 5rem 0 6rem;
  }
  .productListWrap .tabBlockIn .w950 {
    padding: 0;
  }
}
.productListWrap .tabBlockIn .tab-content.is_show {
  display: block;
}
.productListWrap .tabBlockIn .tabs_panel ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBlockIn .tabs_panel ul {
    display: block;
    margin: 0 -0%;
  }
}
.productListWrap .tabBlockIn .tabs_panel ul li {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  margin: 0 1% 4rem;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBlockIn .tabs_panel ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 0% 4rem;
  }
}
.productListWrap .tabBlockIn .tabs_panel ul li a {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .cate {
  color: #fff;
  width: 14rem;
  height: 4rem;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.42857;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .cate.juutaku {
  background: #880662;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .cate.doboku {
  background: #333;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .cate.kentiku {
  background: #4f8806;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .cate.tosou {
  background: #886306;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .imgBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .imgBox:before {
  content: "";
  display: block;
  padding-top: 63.5%;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .imgBox span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s ease;
  background: url() center no-repeat #e5e5e5;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .tDetail {
  padding: 2rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBlockIn .tabs_panel ul li a .tDetail {
    padding: 2rem 2rem 3rem;
  }
}
.productListWrap .tabBlockIn .tabs_panel ul li a .tDetail h4 {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .productListWrap .tabBlockIn .tabs_panel ul li a .tDetail h4 {
    font-size: 1.6rem;
  }
}
.productListWrap .tabBlockIn .tabs_panel ul li a .tDetail p {
  color: #f5aa1d;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: bold;
  letter-spacing: 0rem;
}
.productListWrap .tabBlockIn .tabs_panel ul li a .tDetail .data {
  font-size: 1.3rem;
  color: #42aec6;
  font-weight: 400;
  cursor: pointer;
}
.productListWrap .tabBlockIn .tabs_panel ul li a:hover .imgBox span {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.secTitle {
  margin-top: 6rem;
}
.secTitle .h1Wrap {
  text-align: center;
  padding: 0rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .secTitle .h1Wrap {
    padding: 0rem 0 6rem;
  }
}
.secTitle .h1Wrap h1 {
  display: inline-block;
  padding: 0 1rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}
.secTitle .h1Wrap .engText {
  margin-top: 1.5rem;
  display: block;
  font-size: 1.3rem;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}
.worksDetail .slideWrap {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .worksDetail .slideWrap {
    margin-bottom: 10%;
  }
  .worksDetail .slideWrap .slick-prev,
  .worksDetail .slideWrap .slick-next {
    display: none !important;
  }
}
.worksDetail .slick-dots {
  display: none !important;
}
.worksDetail .item02 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 {
    margin-bottom: 70px;
  }
}
.worksDetail .item02 .textWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap {
    display: block;
  }
}
.worksDetail .item02 .textWrap .dLeft {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  margin-right: 10%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dLeft {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 3rem;
  }
}
.worksDetail .item02 .textWrap .dLeft ul li {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dLeft ul li {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
      Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dLeft ul li {
    font-size: 1.3rem;
  }
}
.worksDetail .item02 .textWrap .dLeft ul li dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dLeft ul li dl {
    display: block;
  }
}
.worksDetail .item02 .textWrap .dLeft ul li dl dt {
  width: 15rem;
  margin-right: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dLeft ul li dl dt {
    width: 100%;
  }
}
.worksDetail .item02 .textWrap .dLeft ul li dl dd {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.worksDetail .item02 .textWrap .dRight {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
}
.worksDetail .item02 .textWrap .dRight h4 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}
.worksDetail .item02 .textWrap .dRight .textD {
  font-size: 1.3rem;
  line-height: 2.3;
}
@media only screen and (max-width: 768px) {
  .worksDetail .item02 .textWrap .dRight .textD {
    line-height: 2.1;
  }
}
.worksDetail .projectWrap {
  position: relative;
  padding: 18rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .worksDetail .projectWrap {
    padding: 13rem 0 5rem;
  }
}
.worksDetail .projectWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 7rem;
  background-color: #000;
}
.worksDetail .projectWrap .proTitle {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 65px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.16em;
}
.worksDetail .projectWrap ul {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.worksDetail .projectWrap ul li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
@media only screen and (max-width: 768px) {
  .worksDetail .projectWrap ul li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.worksDetail .projectWrap ul li a {
  position: relative;
  display: block;
}
.worksDetail .projectWrap ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .worksDetail .projectWrap ul li a:before {
    opacity: 0;
  }
}
.worksDetail .projectWrap ul li a .imgBody {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.worksDetail .projectWrap ul li a .imgBody:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.worksDetail .projectWrap ul li a .imgBody .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: url() center no-repeat #ececec;
}
.worksDetail .projectWrap ul li a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .worksDetail .workDetail .slider-for {
    margin-bottom: 20px;
  }
  .worksDetail .workDetail .slider-for img {
    width: 1000px;
  }
  .worksDetail .workDetail .slider-nav img {
    width: 170px;
  }
  .worksDetail .slider-nav .slick-prev,
  .worksDetail .slider-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: block !important;
    z-index: 9;
  }
  .worksDetail .slider-nav .slick-prev {
    top: 36%;
    transform: rotate(-180deg);
    left: 0;
    background: url(../img/btn_arrow.png) no-repeat center !important;
  }
  .worksDetail .slider-nav .slick-next {
    top: 50%;
    right: 0;
    background: url(../img/btn_arrow.png) no-repeat center !important;
  }
  .worksDetail .slider-nav .slick-prev:hover {
    opacity: 1;
    display: block;
    background: url(../img/btn_arrow.png) no-repeat center;
  }
  .worksDetail .img-zoom {
    width: 1000px;
    height: 600px;
    background-position: center center;
  }
  .worksDetail .img-zoom-nav {
    width: 170px;
    height: 102px;
    background-position: center center;
  }
}
@media only screen and (max-width: 768px) {
  .worksDetail .workDetail .slider-for_sp {
    margin-bottom: 10px;
  }
  .worksDetail .workDetail .slider-for_sp img {
    width: 100%;
  }
  .worksDetail .workDetail .slider-for_sp .spCon,
  .worksDetail .workDetail .slider-nav_sp .spCon {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
  }
  .worksDetail .workDetail .slider-for_sp .spCon::after,
  .worksDetail .workDetail .slider-nav_sp .spCon::after {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .worksDetail .workDetail .img-zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    background: url() center no-repeat #e5e5e5;
  }
  .worksDetail .workDetail .slider-nav_sp .slick-slide > div {
    margin: 0 5px 0 0px;
  }
  .worksDetail .workDetail .slider-nav_sp img {
    width: 100%;
  }
  .worksDetail .slider-nav_sp .slick-prev,
  .worksDetail .slider-nav_sp .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: block;
    z-index: 9;
  }
  .worksDetail .slider-nav_sp .slick-prev {
    top: 170%;
    left: 0;
    background: url(../img/btn_arrow_back.png) no-repeat center !important;
  }
  .worksDetail .slider-nav_sp .slick-next {
    top: 170%;
    right: 0;
    background: url(../img/btn_arrow.png) no-repeat center !important;
  }
  .worksDetail .slider-nav_sp .slick-prev:hover {
    opacity: 1;
    display: block;
    background: url(../img/btn_arrow.png) no-repeat center;
  }
  .worksDetail .slick-dots {
    display: none !important;
  }
}
.worksDetail {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .worksDetail {
    margin-bottom: 0rem;
  }
}
.worksDetailMainWrap {
  margin: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .worksDetailMainWrap {
    margin: 4rem 0 6rem;
  }
}
.worksDetailMainWrap .itemJs {
  margin-bottom: 5rem;
}
.worksDetailMainWrap .itemJs h2 {
  font-size: 2.4rem;
  color: #fff;
  background: #22223d;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .worksDetailMainWrap .itemJs h2 {
    font-size: 1.8rem;
  }
}
.worksDetailMainWrap .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .worksDetailMainWrap .flexBoxInfo dl {
    display: block;
    font-size: 1.6rem;
  }
}
.worksDetailMainWrap .flexBoxInfo dl dt {
  border-top: solid 1px #bebebe;
  -webkit-flex-basis: 20rem;
  flex-basis: 23rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .worksDetailMainWrap .flexBoxInfo dl dt {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0rem;
    font-size: 1.8rem;
  }
}
.worksDetailMainWrap .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .worksDetailMainWrap .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.worksDetailMainWrap .btn_black {
  margin-top: 3rem;
  text-align: center;
}
.worksDetailMainWrap .btn_black a {
  display: inline-block;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  padding: 1rem 6rem;
  background: #f5aa1d;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.4s;
}
.worksDetailMainWrap .btn_black a::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.12s ease-in 0s;
}
.worksDetailMainWrap .btn_black a:hover {
  opacity: 0.7;
}
.projectWrap {
  position: relative;
  padding: 18rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .projectWrap {
    padding: 13rem 0 5rem;
  }
}
.projectWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 7rem;
  background-color: #000;
}
.projectWrap .ttlAX {
  text-align: center;
  margin-bottom: 5rem;
}
.projectWrap .ttlAX .sub {
  position: relative;
  color: #111;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 1rem;
}
.projectWrap .ttlAX h2 {
  color: #111;
  font-size: 7.5rem;
  line-height: 7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .projectWrap .ttlAX h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 1rem;
  }
}
.projectWrap .ttlAX .textC {
  text-align: center;
}
.projectWrap .proTitle {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 6rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 768px) {
  .projectWrap .proTitle {
    margin-bottom: 3rem;
  }
}
.projectWrap ul {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projectWrap ul li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
@media only screen and (max-width: 768px) {
  .projectWrap ul li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.projectWrap ul li a {
  position: relative;
  display: block;
}
.projectWrap ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .projectWrap ul li a:before {
    opacity: 0;
  }
}
.projectWrap ul li a .imgBody {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.projectWrap ul li a .imgBody:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.projectWrap ul li a .imgBody .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: url() center no-repeat #ececec;
}
.projectWrap ul li a:hover:before {
  opacity: 1;
}
.item02 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .item02 {
    margin-bottom: 70px;
  }
}
.item02 .textWrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap {
    display: block;
  }
}
.item02 .textWrap .dLeft {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap .dLeft {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 3rem;
  }
}
.item02 .textWrap .dLeft ul {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.item02 .textWrap .dLeft ul li {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap .dLeft ul li {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
      Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .item02 .textWrap .dLeft ul li {
    font-size: 1.3rem;
  }
}
.item02 .textWrap .dLeft ul li dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap .dLeft ul li dl {
    display: block;
  }
}
.item02 .textWrap .dLeft ul li dl dt {
  width: 22rem;
  font-weight: bold;
  background: #eee;
  padding: 1.5rem 2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap .dLeft ul li dl dt {
    width: 100%;
  }
}
.item02 .textWrap .dLeft ul li dl dd {
  background: #fff;
  padding: 1.5rem 2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.item02 .textWrap .dRight {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
}
.item02 .textWrap .dRight h4 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}
.item02 .textWrap .dRight .textD {
  font-size: 1.3rem;
  line-height: 2.3;
}
@media only screen and (max-width: 768px) {
  .item02 .textWrap .dRight .textD {
    line-height: 2.1;
  }
}
.item02 h4 {
  background: #f5aa1d;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  margin-bottom: 3rem;
  padding: 1rem 3rem;
  text-align: center;
}
.newsWrap01 {
  background: #fde8bd;
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .newsWrap01 {
    padding: 8rem 0;
  }
}
.newsWrap01 ._in .inin ul {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}
@media only screen and (max-width: 768px) {
  .newsWrap01 ._in .inin ul {
    display: block;
  }
}
.newsWrap01 ._in .inin ul li {
  width: 23%;
  margin: 0 1% 5rem;
}
@media only screen and (max-width: 768px) {
  .newsWrap01 ._in .inin ul li {
    width: 100%;
  }
  .newsWrap01 ._in .inin ul li:not(:first-child) {
    margin-top: 4rem;
  }
}
.newsWrap01 ._in .inin ul li a {
  display: block;
}
.newsWrap01 ._in .inin ul li a .imgBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-bottom: 3rem;
}
.newsWrap01 ._in .inin ul li a .imgBox:before {
  content: "";
  display: block;
  padding-top: 63.5%;
}
.newsWrap01 ._in .inin ul li a .imgBox span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s ease;
  background: url() center no-repeat #e5e5e5;
}
.newsWrap01 ._in .inin ul li a .textBox {
  position: relative;
}
.newsWrap01 ._in .inin ul li a .textBox .iconCate {
  position: absolute;
  top: -4.5rem;
  right: 0.5rem;
  transform: translate(0%, 0);
  background: #f5aa1d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  border-radius: 6rem;
  padding: 0.5rem 1rem;
}
.newsWrap01 ._in .inin ul li a .textBox dl dt {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.newsWrap01 ._in .inin ul li a .textBox dl dd {
  font-size: 1.8rem;
  font-weight: bold;
}
.newsWrap01 ._in .inin ul li a:hover .imgBox span {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #444;
  color: #444;
  font-size: 16px;
  margin: 5px 5px;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 6rem;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 3px solid #444;
    font-size: 15px;
  }
}
.wp-pagenavi a.page {
  background: #fff;
}
.wp-pagenavi a.previouspostslink {
  border: none;
}
.wp-pagenavi a.nextpostslink {
  border: none;
}
.wp-pagenavi a:hover {
  opacity: 0.8;
}
.wp-pagenavi span.current {
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 3px solid #ccc;
  color: #ccc;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 6rem;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 3px solid #ccc;
    font-size: 15px;
  }
}
.newsDetailWrap01 {
  background: #fff;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .newsDetailWrap01 {
    padding: 4rem 0 6rem 0;
  }
}
.nDetail {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
  .nDetail {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.nDetail .detailBox a {
  text-decoration: underline;
  color: #f18d00;
}
.nDetail .detailBox a:hover {
  text-decoration: none;
}
.nDetail .newsInnerTop {
  margin: 0px auto 0px !important;
}
.newsDetail h2.mainT {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  text-align: left;
  border-bottom: 2px solid #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .newsDetail h2.mainT {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.companyBox .inBtn {
  text-align: center;
}
.companyBox .inBtn a {
  background: #fff;
  color: #f5aa1d;
  border: 1px solid #f5aa1d;
  font-size: 1.4rem;
  font-family: arial;
  font-weight: bold;
  padding: 1.5rem 5rem;
  border-radius: 4rem;
  display: inline-block;
  transition: all 0.4s;
}
.companyBox .inBtn a:hover {
  opacity: 0.7;
}
.newsDetail .detailBox {
  text-align: left;
  min-height: 150px;
}
.newsDetail .detailBox ul {
  margin-left: 2rem;
}
.newsDetail .detailBox ul li {
  list-style-type: disc;
  margin-top: 1rem;
}
.newsDetail .detailBox ol {
  margin-left: 2rem;
}
.newsDetail .detailBox ol li {
  list-style-type: decimal;
  margin-top: 1rem;
}
.newsDetail .detailBox h2 {
  border-left: 4px solid #f5aa1d;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h2 {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}
.newsDetail .detailBox h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #f5aa1d;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h3 {
    font-size: 2.2rem;
  }
}
.newsDetail .detailBox h3::after {
  content: "";
  background: #f5aa1d;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 0rem 0;
}
.newsDetail .detailBox h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h4 {
    font-size: 2.2rem;
  }
}
.newsDetail .detailBox h5 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h5 {
    font-size: 2.2rem;
  }
}
.newsDetail .btnA {
  margin-top: 6rem;
  text-align: center;
}
.newsDetail .btnA a {
  margin: 0 auto;
}
.newsDetail h3#mainTitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.4;
  border-bottom: 2px solid #f5aa1d;
  background: none;
  color: #333;
  height: auto;
  text-align: left;
  display: block;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.newsDetail h3#mainTitle:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .newsDetail h3#mainTitle {
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
}
.newsDetail .days {
  text-align: left;
  margin-bottom: 1rem;
  color: #888;
  font-size: 1.5rem;
}
.newsDetail ul {
  margin-left: 2rem;
}
.newsDetail ul li {
  text-align: left;
  list-style-type: disc;
}
.newsDetail .detailBox {
  margin-bottom: 5rem;
}
.newsDetail .detailBox h3 {
  margin: 3rem 0 1rem 0;
}
.newsDetail .detailBox dt,
.newsDetail .detailBox dd,
.newsDetail .detailBox p,
.newsDetail .detailBox li {
  color: #333;
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0rem;
}
.btn_newsList a {
  margin-top: 1rem;
  display: inline-block;
  background-color: #0080cc;
  vertical-align: top;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1.5rem 10rem;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 768px) {
  .btn_newsList a {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_newsList a:hover {
  opacity: 0.8;
}
.newsDetail .btn a {
  width: auto;
  display: inline-block;
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .newsDetail .btn a {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.faqWrap01 {
  background: #fde8bd;
  padding: 12rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 {
    padding: 6rem 0;
  }
}
.faqWrap01 .c01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c01 {
    display: block;
  }
}
.faqWrap01 .c01 .d01 {
  margin: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c01 .d01 {
    margin: 1rem 0;
  }
}
.faqWrap01 .c01 .d01 a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqWrap01 .c01 .d01 a:hover {
  opacity: 0.7;
}
.faqWrap01 .c01 .d01 a .iconL {
  width: 6rem;
  margin-right: 0rem;
}
.faqWrap01 .c01 .d01 a .textR h3 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c01 .d01 a .textR h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.faqWrap01 .c02 {
  margin-top: 10rem;
}
.faqWrap01 .c02 .sectionA:not(:last-child) {
  margin-bottom: 10rem;
}
.faqWrap01 .c02 .sectionA .d01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5rem;
}
.faqWrap01 .c02 .sectionA .d01 .iconL {
  width: 7rem;
  margin-right: 0rem;
}
.faqWrap01 .c02 .sectionA .d01 .textR h3 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d01 .textR h3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 3rem;
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list:not(:last-child) {
  margin-bottom: 3rem;
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:before,
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:before {
  font-size: 3rem;
  font-family: arial;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
  padding: 1rem 0 0;
  width: 6rem;
  position: absolute;
  left: 0;
  top: 1.3rem;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:before,
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:before {
    font-size: 2.7rem;
    font-weight: 400;
    text-align: center;
    padding: 0.3rem 0 0;
    width: 3.2rem;
    position: absolute;
    left: 0;
    top: 1.3rem;
    bottom: 0;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 3rem 4rem 1.5rem 9rem;
  position: relative;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0.5rem 3.8rem 0.5rem 5rem;
    position: relative;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:before {
  background: #f5aa1d;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  content: "Q";
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:before {
    width: 3.8rem;
    height: 3.6rem;
    top: 0rem;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/open.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dt:after {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd {
  font-size: 1.65rem;
  position: relative;
  line-height: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd {
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:before {
  color: #fff;
  content: "A";
  top: 3rem;
  padding-top: 0;
  width: 6rem;
  height: 6rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:before {
    top: 2.5rem;
    left: -1rem;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:after {
  background: #444;
  color: #fff;
  content: "";
  top: 0.1rem;
  padding-top: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  left: 0%;
  transform: translate(0%, 0);
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd:after {
    top: 2.8rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd p {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-left: 9rem;
}
@media only screen and (max-width: 768px) {
  .faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list dd p {
    margin-bottom: 2rem;
    padding-left: 5rem;
  }
}
.faqWrap01 .c02 .sectionA .d02 .inFaq .faq-list.active dt::after {
  background: url(../img/close.png) no-repeat center/contain;
}
.faqWrap01 .c02 .sectionA .d02 .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.ttLAASD {
  text-align: center;
  background: #222;
  padding: 12rem 0;
  box-sizing: content-box;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .ttLAASD {
    padding: 8rem 0;
  }
}
.ttLAASD h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.ttLAASD h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background: #fff;
  margin: 1.5rem auto 2rem;
}
.ttLAASD .dub {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.ttLAASD .ttt {
  text-align: center;
}
.ttLAASD .flexW {
  margin-top: 6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ttLAASD .flexW {
    display: block;
  }
}
.ttLAASD .flexW .flexA {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .ttLAASD .flexW .flexA {
    width: 100%;
    margin: 2rem 0;
  }
}
.ttLAASD .flexW .flexA a {
  display: block;
  border: 1px solid #fff;
  padding: 2rem 3rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ttLAASD .flexW .flexA a:hover {
  opacity: 0.7;
}
.slideAnimationWrap040 {
  margin-bottom: 10rem;
  position: relative;
  z-index: 1;
  background: url(../img/privacy_img01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 24rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .slideAnimationWrap040 {
    background: url(../img/privacy_img01.jpg) no-repeat center center;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding: 12rem 0;
  }
}
.special {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .special {
    margin-bottom: 8rem;
  }
}
.special h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  letter-spacing: 2px;
  text-align: left;
  border-bottom: 2px solid #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .special h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.special h3 {
  border-left: 4px solid #f5aa1d;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.4rem;
}
@media only screen and (max-width: 768px) {
  .special h3 {
    font-size: 2rem;
  }
}
.special h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .special h4 {
    font-size: 2rem;
  }
}
b {
  font-weight: 500;
}
.contact01Wrap {
  padding: 12rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap {
    padding: 8rem 0 1rem;
  }
}
.contact01Wrap._thanks {
  padding: 12rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap._thanks {
    padding: 8rem 0 5rem;
  }
}
.contact01Wrap .t02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -6rem;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 {
    display: block;
    margin-top: -7.5rem;
  }
}
.contact01Wrap .t02 .teltel {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 .teltel {
    display: block;
  }
}
.contact01Wrap .t02 .teltel .tel {
  margin-right: 3rem;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 .teltel .tel {
    margin-right: 0rem;
    margin-bottom: 3rem;
  }
}
.contact01Wrap .t02 .teltel .tel a {
  color: #222;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.08rem;
  font-family: "Amiri", serif;
}
.contact01Wrap .t02 .teltel .tel a .numnum {
  font-size: 4.4rem;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 .teltel .tel a .numnum {
    font-size: 4rem;
  }
}
.contact01Wrap .t02 .teltel .fax a {
  color: #222;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.08rem;
  font-family: "Amiri", serif;
}
.contact01Wrap .t02 .teltel .fax a .numnum {
  font-size: 4.4rem;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 .teltel .fax a .numnum {
    font-size: 4rem;
  }
}
.contact01Wrap .t02 .googl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.contact01Wrap .t02 .googl p {
  margin-right: 2rem;
}
.contact01Wrap .t02 .googl .btbtb a {
  max-width: 30rem;
  border: 1px solid #333;
}
.contact01Wrap .t02 .googl .btbtb a.b01 {
  display: inline-block;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  padding: 1rem 4rem;
  display: block;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 5rem;
  transition: all 0.4s;
}
.contact01Wrap .t02 .googl .btbtb a.b01::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.12s ease-in 0s;
}
.contact01Wrap .t02 .googl .btbtb a.b01:hover {
  background: #222;
  color: #fff;
}
.contact01Wrap .t02 .googl .btbtb a.b01:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.contact01Wrap .t02 {
  background: #f6f6f6;
  padding: 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .contact01Wrap .t02 {
    padding: 7rem 3rem 4rem 3rem;
  }
}
.tttt01 {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .tttt01 {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.tttt01 dl {
  text-align: center;
}
.tttt01 dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  border: 1px solid #ddd;
  border-radius: 30rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  margin-right: 2rem;
  letter-spacing: 0rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .tttt01 dl dt {
    width: 8rem;
    height: 8rem;
  }
}
.tttt01 dl dd {
  position: relative;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0rem;
}
.tttt01 dl dd::after {
  content: "";
  background: #111;
  width: 4rem;
  height: 1px;
  display: block;
  margin: 2rem auto 3rem;
}
.contact02Wrap {
  margin-bottom: 10rem;
}
.contact02Wrap .t02 {
  background: #f6f6f6;
  padding: 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .contact02Wrap .t02 {
    padding: 4rem 3rem;
  }
}
.thanks {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .thanks {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact .contactInfo {
    width: 100%;
  }
}
.sec_contact .contactInfo .contactSpace {
  padding-right: 0;
  padding-left: 0;
}
.sec_contact input[type="radio"],
.sec_contact input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 0.2rem 0 1rem;
}
.sec_contact .checkBody label,
.sec_contact .searchandfilter label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.1rem;
  padding: 0px 30px;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .sec_contact .checkBody label,
  .sec_contact .searchandfilter label {
    margin-bottom: 0.6rem;
  }
}
.sec_contact .checkBody label input[type="checkbox"],
.sec_contact .searchandfilter label input[type="checkbox"] {
  display: none;
}
.sec_contact .checkBody label::before,
.sec_contact .searchandfilter label::before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.sec_contact .checkBody label::after,
.sec_contact .searchandfilter label::after {
  border-right: 3px solid #0080cc;
  border-bottom: 3px solid #0080cc;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.sec_contact .checkBody label input[type="checkbox"]:checked + span::after,
.sec_contact
  .searchandfilter
  label
  input[type="checkbox"]:checked
  + span::after {
  opacity: 1;
}
.sec_contact .checkBody label.selected:after,
.sec_contact .searchandfilter label.selected:after {
  opacity: 1;
}
.sec_contact .checkBody.searchandfilter label,
.sec_contact .searchandfilter.searchandfilter label {
  padding: 0px 20px 0 30px;
}
.sec_contact input[type="radio"]:checked {
  background: #3099d3;
  border-color: #0583c9;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.sec_contact label {
  display: inline-block;
  cursor: pointer;
}
.sec_contact.input .contactForm,
.sec_contact .check .contactForm {
  width: 100%;
  display: block;
  margin: 0 auto 0px;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm,
  .sec_contact .check .contactForm {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.sec_contact.input .contactForm .formIn,
.sec_contact .check .contactForm .formIn {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm .formIn,
  .sec_contact .check .contactForm .formIn {
    margin-bottom: 2rem;
  }
}
.sec_contact .contactForm dl::after {
  content: "";
  display: table;
  clear: both;
}
.sec_contact .contactForm dl {
  margin-bottom: 3rem;
  background: url(../img/line3.gif) repeat-x bottom left;
  background-size: 8px;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contactForm dl {
    margin-bottom: 1.6rem;
  }
}
.sec_contact .contactForm dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sec_contact.input .contactForm dt {
  float: left;
  font-weight: bold;
  position: relative;
  padding-top: 0.1rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dt {
    float: none;
    width: 100%;
    font-weight: bold;
    position: relative;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.sec_contact.input .contactForm dt::after {
  content: "";
  display: table;
  clear: both;
}
.sec_contact.input .contactForm dd {
  margin: 0 0 0px 20rem;
  position: relative;
  text-align: left;
}
.sec_contact.input .contactForm dd span.small {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd span.small {
    line-height: 1.5;
    display: inline-block;
  }
  .sec_contact.input .contactForm dd span.small._mailSmall {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd {
    position: relative;
    text-align: left;
    margin: 0 0 0px 0px;
  }
}
.sec_contact.input .contactForm dd.checkBody .wrap-checkbox {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item {
  margin-bottom: 1rem;
}
.sec_contact.input
  .contactForm
  dd.checkBody
  .wrap-checkbox
  .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sec_contact.input
    .contactForm
    dd.checkBody
    .wrap-checkbox
    .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.sec_contact.input .contactForm dd .error {
  font-size: 14px;
  color: #f00;
}
.sec_contact.input .contactForm .checkSpecial dt {
  padding-top: 0rem;
}
.sec_contact.input .contactForm .checkSpecial dd br {
  display: none;
}
.sec_contact.input .contactForm dd.select_Wrap label {
  width: 100%;
}
.sec_contact.input .contactForm dd.select_Wrap label br {
  display: none;
}
.sec_contact.input .contactForm dd input[type="text"],
.sec_contact.input .contactForm dd input[type="email"] {
  width: 100%;
  height: 5rem;
  border: 1px solid #999999;
  font-size: 1.3rem;
  color: #000;
  padding: 0px 10px;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd input[type="text"],
  .sec_contact.input .contactForm dd input[type="email"] {
    width: 100%;
    height: 42px;
    border: 1px solid #999999;
    font-size: 13px;
    color: #000;
    padding: 0px 10px;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
.sec_contact.input .contactForm dd input#zip[type="text"] {
  width: 25rem;
}
@media only screen and (max-width: 1400px) {
  .sec_contact.input .contactForm dd input#zip[type="text"] {
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd input#zip[type="text"] {
    width: 15rem;
    margin-bottom: 2rem;
  }
}
.sec_contact.input .contactForm dd select#address01 {
  width: 25rem;
  font-size: 13px;
}
@media only screen and (max-width: 1400px) {
  .sec_contact.input .contactForm dd select#address01 {
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd select#address01 {
    width: 100%;
  }
}
.sec_contact.input .contactForm dd .flexAddress {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress {
    display: block;
  }
}
.sec_contact.input .contactForm dd .flexAddress br {
  display: none;
}
.sec_contact.input .contactForm dd .flexAddress .select_cover {
  margin-left: auto;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress .select_cover {
    display: block;
  }
}
.sec_contact.input .contactForm dd .flexAddress .address01 {
  margin-left: auto;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress .address01 {
    display: block;
  }
}
.sec_contact.input .contactForm dd input:focus,
.sec_contact.input .contactForm dd textarea:focus {
  outline: 0;
  box-shadow: 0px 0px 4px 1px #3da4de;
  -moz-box-shadow: 0px 0px 4px 1px #3da4de;
  -webkit-box-shadow: 0px 0px 4px 1px #3da4de;
}
.sec_contact.input .contactForm dd textarea {
  width: 100%;
  border: 1px solid #999999;
  font-size: 15px;
  color: #000;
  padding: 15px 10px;
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd textarea {
    width: 100% !important;
    min-height: 200px !important;
    border: 1px solid #999999;
    font-size: 14px;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-appearance: none;
    line-height: 1.4;
  }
}
.sec_contact input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
}
.sec_contact .doui {
  text-align: center;
  margin: 0.2rem 0 0.3rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact .doui {
    margin: 1rem 2rem;
  }
}
.sec_contact .doui label input[type="checkbox"] {
  display: none;
}
.sec_contact .doui label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.sec_contact .doui label span::before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.sec_contact .doui label span::after {
  border-right: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.sec_contact .doui label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.sec_contact .mwform-radio-field label span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 4px 12px 4px 24px !important;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
}
.sec_contact .mwform-radio-field label:hover:after {
  border-color: #333;
}
.sec_contact .mwform-radio-field label span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
}
.sec_contact .mwform-radio-field label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec_contact input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}
.sec_contact input[type="radio"]:checked + .mwform-radio-field-text:before,
.sec_contact input[type="radio"]:checked + .radiobox_sp:before {
  opacity: 1;
}
.sec_contact input[type="radio"]:checked + .wpcf7-list-item-label:before,
.sec_contact input[type="radio"]:checked + .radiobox_sp:before {
  opacity: 1;
}
.sec_contact label.select_cover {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .sec_contact label.select_cover {
    width: 100%;
  }
}
.sec_contact .contactForm select {
  position: relative;
  z-index: 1;
  width: 20rem;
  height: 5rem;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #808080;
  border-radius: 1px;
  background-color: white;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contactForm select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.sec_contact select::-ms-expand {
  display: none;
}
.sec_contact label.select_cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-color: #808080 #808080 transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .sec_contact label.select_cover:before {
    top: 12px;
  }
}
.sec_contact input[type="submit"],
.sec_contact .submit_area input[type="button"] {
  background-color: #222;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem 8rem;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .sec_contact input[type="submit"],
  .sec_contact .submit_area input[type="button"] {
    min-width: 240px;
    padding: 1.5rem 3rem;
  }
}
.sec_contact input[type="submit"]:hover {
  opacity: 0.7;
}
.sec_contact input {
  -webkit-appearance: none;
}
.sec_contact input[type="button"] {
  -webkit-appearance: none;
}
.sec_contact .wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #ff0000;
}
@media only screen and (max-width: 768px) {
  .sec_contact .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}
.screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
.inv-recaptcha-holder {
  margin-bottom: 0;
}
.inv-recaptcha-holder .grecaptcha-badge {
  margin: 20px auto;
}
.checkBody label,
.searchandfilter label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.1rem;
  padding: 0px 30px;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .checkBody label,
  .searchandfilter label {
    margin-bottom: 0.6rem;
  }
}
.checkBody label input[type="checkbox"],
.searchandfilter label input[type="checkbox"] {
  display: none;
}
.checkBody label::before,
.searchandfilter label::before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkBody label::after,
.searchandfilter label::after {
  border-right: 3px solid #f5aa1d;
  border-bottom: 3px solid #f5aa1d;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.checkBody label input[type="checkbox"]:checked + span::after,
.searchandfilter label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.checkBody label.selected:after,
.searchandfilter label.selected:after {
  opacity: 1;
}
.checkBody.searchandfilter label,
.searchandfilter.searchandfilter label {
  padding: 0px 20px 0 30px;
}
.privacyContact {
  max-width: 1000px;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .privacyContact {
    margin-top: 4rem;
  }
}
.privacyContact h6 {
  text-align: center;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .privacyContact h6 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
  }
}
.privacyContact h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: #222;
  width: 5rem;
  height: 2px;
}
.privacyContact .scrollK {
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 250px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  padding: 2.4rem;
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .privacyContact .scrollK {
    width: 100%;
    padding: 20px 20px;
  }
}
.bgGrayA {
  background: #f6f6f6;
  padding: 8rem 0 8rem 0;
}
@media only screen and (max-width: 768px) {
  .bgGrayA {
    padding: 6rem 0 6rem 0;
  }
}
._whiteOff {
  background: none !important;
}
.top_newsA {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .top_newsA {
    position: relative;
    margin-bottom: 10rem;
    width: calc(100% - 6rem);
    margin: 3rem auto 5rem;
  }
}
.top_newsA .content_PeaceBottom {
  position: relative;
  z-index: 23;
  left: 0rem;
  margin-top: -20rem;
  margin-right: 12rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .top_newsA .content_PeaceBottom {
    right: 0rem;
    margin-top: 0rem;
    margin-right: 0;
  }
}
.top_newsA .bgTtt {
  position: absolute;
  top: 9rem;
  left: 0;
  z-index: 3;
  font-size: 12.8rem;
  line-height: 12rem;
  color: #e6e6e6;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .top_newsA .bgTtt {
    top: 2rem;
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 6rem;
  }
}
.top_newsA .bgPo01 {
  width: 65rem;
  position: absolute;
  top: -15rem;
  left: -13rem;
  opacity: 0.6;
  transform: translate(0%, 0);
}
@media only screen and (max-width: 768px) {
  .top_newsA .bgPo01 {
    width: 57rem;
    position: absolute;
    top: -5rem;
    left: -23rem;
    opacity: 0.6;
    transform: translate(0%, 0);
  }
}
.topNewsWrap {
  position: relative;
  margin-left: auto;
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(91, 107, 129, 0.3);
}
@media only screen and (max-width: 768px) {
  .topNewsWrap {
    width: 100%;
  }
}
.topNewsWrap .flexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap {
    display: block;
  }
}
.topNewsWrap .flexWrap .titleFlexWrap {
  -webkit-flex-basis: 22rem;
  flex-basis: 22rem;
  margin-bottom: 0;
  margin-right: 4rem;
  padding-bottom: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/top_ura_icon.png) no-repeat center/cover;
  background-size: 50%;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .titleFlexWrap {
    margin-top: 1rem;
    margin-right: 0rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    background: none;
    border-right: none;
    border-bottom: 1px solid #333;
  }
}
.topNewsWrap .flexWrap .titleFlexWrap .titleBox {
  text-align: center;
}
.topNewsWrap .flexWrap .titleFlexWrap .titleBox .img {
  width: 11rem;
}
.topNewsWrap .flexWrap .titleFlexWrap .titleBox .sub {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin-bottom: 0.5rem;
}
.topNewsWrap .flexWrap .titleFlexWrap .titleBox .inBtnBtn a {
  font-size: 1.6rem;
  line-height: 2rem;
}
.topNewsWrap .flexWrap .mainNewsBox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .mainNewsBox {
    display: block;
  }
}
.topNewsWrap .flexWrap .mainNewsBox .img {
  position: relative;
  -webkit-flex-basis: 15rem;
  flex-basis: 15rem;
  margin-bottom: 0;
}
.topNewsWrap .flexWrap .mainNewsBox .img img {
  object-fit: cover;
  height: 12rem;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .mainNewsBox .img img {
    object-fit: cover;
    height: 26rem;
  }
}
.topNewsWrap .flexWrap .mainNewsBox .topNewsContainer {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .mainNewsBox .topNewsContainer {
    padding: 0 0rem 0 0rem;
  }
}
.topNewsContainer {
  position: relative;
  z-index: 1;
}
.topNewsContainer .all_l_wrap_s ul li a {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  color: #333;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a {
    display: block;
    padding: 2rem 0;
  }
}
.topNewsContainer .all_l_wrap_s ul li a:before {
  content: "›";
  position: absolute;
  top: 2.6rem;
  right: 0;
  color: #333;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}
@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a:before {
    top: auto;
    bottom: 4.2rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a .top_news_item_header {
    width: auto;
    margin-bottom: 1rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header .top_news_date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a4a4a4;
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header .top_news_tag {
  min-width: 9rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #4088ba;
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_title {
  width: calc(100% - 30px);
  margin-top: 1rem;
  padding-bottom: 0.1em;
  overflow: hidden;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a .top_news_item_title {
    width: auto;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_title span {
  background: linear-gradient(#fff, #fff) no-repeat 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topNewsContainer .all_l_wrap_s ul li a:hover .top_news_item_title span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topNewsContainer .all_l_wrap_s .top_news_link {
  margin-top: 40px;
  margin-left: auto;
  padding-left: 24px;
  position: relative;
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s .top_news_link {
    margin-top: 2rem;
  }
}
.topNewsContainer .all_l_wrap_s .top_news_link a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100px;
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.5rem 0 0.8rem;
}
.topNewsContainer .all_l_wrap_s .top_news_link a:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: -1.5rem;
  z-index: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: width, box-shadow, background-color;
}
.topNewsContainer .all_l_wrap_s .top_news_link a span {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #bfbfbf, #bfbfbf);
  transition: background-size 380ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 100% 1px;
  background-position: 0 100%;
  padding-bottom: 0.3rem;
}
.topNewsContainer .all_l_wrap_s .top_news_link a:hover {
  color: #fff;
}
.topNewsContainer .all_l_wrap_s .top_news_link a:hover:before {
  width: 125%;
  width: calc(100% + 3rem);
  background-color: #333;
}
.topBanner {
  margin: 4rem 0;
}
.topBanner .flexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .topBanner .flexWrap {
    display: block;
  }
}
.topBanner .flexWrap .leftBox {
  position: relative;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .topBanner .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.topBanner .flexWrap .leftBox a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.topBanner .flexWrap .leftBox a:hover {
  opacity: 0.7;
}
.topBanner .flexWrap .rightBox {
  position: relative;
  -webkit-flex-basis: 56%;
  flex-basis: 56%;
  text-align: left;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .topBanner .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.topBanner .flexWrap .rightBox iframe {
  width: 100%;
  height: 42rem;
}
@media only screen and (max-width: 768px) {
  .topBanner .flexWrap .rightBox iframe {
    height: 28rem;
  }
}
.top01 {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .top01 {
    padding: 2rem 0 8rem 0;
  }
}
.top01 .inin .flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top01 .inin .flexWrap .leftBox {
  width: 49%;
  padding: 5rem 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .leftBox {
    width: 100%;
    padding: 0;
  }
}
.top01 .inin .flexWrap .leftBox .inLeft a {
  display: block;
}
.top01 .inin .flexWrap .leftBox .inLeft a .imgBox {
  position: relative;
  overflow: hidden;
}
.top01 .inin .flexWrap .leftBox .inLeft a .imgBox div {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(0%, 0);
  display: inline-block;
  background: #fff;
  padding: 1.5rem 1rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .leftBox .inLeft a .imgBox div {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top01 .inin .flexWrap .leftBox .inLeft a .imgBox img {
  transition: all 0.4s;
}
.top01 .inin .flexWrap .leftBox .inLeft a:hover .imgBox img {
  transform: scale(1.05);
}
.top01 .inin .flexWrap .leftBox .inLeft a .textBox {
  position: relative;
  padding: 3rem 8rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .leftBox .inLeft a .textBox {
    position: relative;
    padding: 3rem 5rem 3rem 0rem;
  }
}
.top01 .inin .flexWrap .leftBox .inLeft a .textBox::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white.svg) no-repeat center;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translate(0, -50%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .leftBox .inLeft a .textBox::after {
    width: 4rem;
    height: 4rem;
  }
}
.top01 .inin .flexWrap .leftBox .inLeft a .bottomLogot {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .leftBox .inLeft a .bottomLogot {
    width: 100%;
    margin: 0 auto 5rem;
  }
}
.top01 .inin .flexWrap .rightBox {
  position: relative;
  width: 49%;
  padding: 5rem 5rem 0 0rem;
  background: url(../img/kyushu.png) top right no-repeat;
  background-size: 60%;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .rightBox {
    width: 100%;
    padding: 0;
  }
}
.top01 .inin .flexWrap .rightBox .inRight .c01 {
  margin-bottom: 9rem;
  padding-top: 22rem;
}
.top01 .inin .flexWrap .rightBox .inRight .c01 h3 {
  font-size: 6.6rem;
  font-weight: 800;
  line-height: 6rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .rightBox .inRight .c01 h3 {
    font-size: 5rem;
    line-height: 4rem;
  }
}
.top01 .inin .flexWrap .rightBox .inRight .c01 .textLeft {
  position: relative;
  position: relative;
  padding-left: 2rem;
}
.top01 .inin .flexWrap .rightBox .inRight .c01 .textLeft::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 3px;
  height: 100%;
  background: #e28f00;
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a {
  display: block;
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .imgBox {
  position: relative;
  overflow: hidden;
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .imgBox div {
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(0%, 0);
  display: inline-block;
  background: #fff;
  padding: 1.5rem 1rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .rightBox .inRight .c02 a .imgBox div {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .imgBox img {
  transition: all 0.4s;
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a:hover .imgBox img {
  transform: scale(1.05);
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .textBox {
  position: relative;
  padding: 3rem 8rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .rightBox .inRight .c02 a .textBox {
    position: relative;
    padding: 3rem 5rem 3rem 0rem;
  }
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .textBox::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white.svg) no-repeat center;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translate(0, -50%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top01 .inin .flexWrap .rightBox .inRight .c02 a .textBox::after {
    width: 4rem;
    height: 4rem;
  }
}
.top01 .inin .flexWrap .rightBox .inRight .c02 a .bottomLogot {
  width: 74%;
  margin: 0 auto;
}
.top02 .c01 {
  position: relative;
  z-index: 2;
  background: url(../img/top_bg01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 14rem 0 28rem 0;
}
@media only screen and (max-width: 768px) {
  .top02 .c01 {
    background: url(../img/top_bg01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: initial;
    padding: 6rem 0 8rem 0;
  }
}
.top02 .c01 ._in .leftText {
  position: absolute;
  bottom: 3rem;
  left: 10rem;
  transform: translate(0%, 0);
  color: #fff;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 10rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c01 ._in .leftText {
    position: absolute;
    top: 3rem;
    left: 1rem;
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.top02 .c01 ._in .flexWrap {
  color: #fff;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 28rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c01 ._in .flexWrap {
    display: block;
    padding-left: 0;
    padding: 0 2rem 0 7rem;
  }
}
.top02 .c01 ._in .flexWrap .leftBox {
  position: relative;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-right: 8rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c01 ._in .flexWrap .leftBox {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.top02 .c01 ._in .flexWrap .rightBox {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c01 ._in .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 3rem;
  }
}
.top02 .c02 {
  position: relative;
  z-index: 2;
}
.top02 .c02 ._In .flexWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0rem 0rem 5rem 14rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap {
    width: 100%;
    padding: 0rem 6.25% 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap {
    display: block;
  }
}
.top02 .c02 ._In .flexWrap .textBox {
  width: 25.14286vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .textBox {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top02 .c02 ._In .flexWrap .textBox .sub {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  font-family: source-han-serif-japanese, serif;
}
.top02 .c02 ._In .flexWrap .textBox h3 {
  color: #fff;
  display: block;
  font-size: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 5.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .textBox h3 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
.top02 .c02 ._In .flexWrap .textBox .ttlSub {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .textBox .ttlSub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a {
  position: relative;
  display: block;
  font-size: 2rem;
  padding: 2rem 1rem;
  width: 30rem;
  max-width: 30rem;
  color: #222;
  transition: all 0.6s 0s;
  background: linear-gradient(#222, #222) no-repeat 100% 100%;
  background-size: 0 2px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a {
    font-size: 1.6rem;
    width: 90%;
    max-width: 90%;
  }
}
.top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 1px;
}
.top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a .circle {
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}
.top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a .circle svg {
  fill: #222;
}
.top02 .c02 ._In .flexWrap .textBox .btnArrowBoxWhite a:hover {
  background-position: 100% 100%;
  background-size: 0% 2px;
}
.top02 .c02 ._In .flexWrap .textBox p {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .textBox p {
    margin-bottom: 3rem;
  }
}
.top02 .c02 ._In .flexWrap .imgBox {
  width: 60vw;
  background: #fff;
  margin-top: -12rem;
  padding: 6rem 4rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .imgBox {
    width: 100%;
    margin-top: -8rem;
    padding: 8rem 0rem 0 0;
  }
}
.top02 .c02 ._In .flexWrap .imgBox ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .imgBox ul {
    display: block;
  }
}
.top02 .c02 ._In .flexWrap .imgBox ul li {
  width: 32%;
  margin: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .top02 .c02 ._In .flexWrap .imgBox ul li {
    width: 100%;
  }
  .top02 .c02 ._In .flexWrap .imgBox ul li:not(:first-child) {
    margin-top: 4rem;
  }
}
.top02 .c02 ._In .flexWrap .imgBox ul li .imgSection a {
  display: block;
}
.top02 .c02 ._In .flexWrap .imgBox ul li .imgSection a .imgBox_recommended {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended:before {
  content: "";
  display: block;
  padding-top: 63.5%;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .recoImg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 4s;
  transition: 4s;
  background: url() center no-repeat #e5e5e5;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame:before,
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame.primary:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0.5rem;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame.primary:after {
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame.secondary:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.5rem;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .frame.secondary:after {
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .textOn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.6rem;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: #000;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a
  .imgBox_recommended
  .icon:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_arrow_ini_01.svg);
}
.top02 .c02 ._In .flexWrap .imgBox ul li .imgSection a .detailB {
  background: #fff;
  padding: 4rem 1rem;
}
.top02 .c02 ._In .flexWrap .imgBox ul li .imgSection a h4 {
  color: #333;
  display: block;
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 2rem;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a:hover
  .imgBox_recommended
  .recoImg {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a:hover
  .imgBox_recommended
  .frame:before {
  width: 100%;
}
.top02
  .c02
  ._In
  .flexWrap
  .imgBox
  ul
  li
  .imgSection
  a:hover
  .imgBox_recommended
  .frame:after {
  height: 100%;
}
.top02 .c02 .slideAM .slick-prev {
  left: -11rem;
  width: 4rem;
  height: 4rem;
  top: 38rem !important;
  background-color: #fff;
  border: 1px solid #f5f3f0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.top02 .c02 .slideAM .slick-prev:hover {
  background: #eee;
}
.top02 .c02 .slideAM .slick-prev:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_direction_pri_01.svg);
}
.top02 .c02 .slideAM .slick-next {
  left: -7rem;
  width: 4rem;
  height: 4rem;
  top: 40rem !important;
  background-color: #fff;
  border: 1px solid #f5f3f0;
}
.top02 .c02 .slideAM .slick-next:hover {
  background: #eee;
}
.top02 .c02 .slideAM .slick-next:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_direction_pri_01.svg);
}
.top03 {
  padding: 12rem 0;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  .top03 {
    padding: 0 0 8rem 0;
  }
}
.top03 .c01 {
  padding: 0 12rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c01 {
    padding: 8rem 0;
  }
}
.top03 .c01 .d01 {
  text-align: right;
  color: #c7c7c7;
  font-size: 11.6rem;
  font-weight: bold;
  line-height: 12rem;
  letter-spacing: 0.1rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top03 .c01 .d01 {
    font-size: 5.6rem;
    line-height: 5rem;
  }
}
.top03 .c01 .d02 {
  background: url(../img/top_bg02.jpg) no-repeat center/cover;
  padding: 10rem 5rem 20rem 5rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top03 .c01 .d02 {
    padding: 5rem 3rem 7rem 3rem;
  }
}
.top03 .c01 .d02 .inin h2 {
  font-size: 6.6rem;
  font-weight: 800;
  line-height: 6rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top03 .c01 .d02 .inin h2 {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.top03 .c01 .d02 .inin .sub {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c01 .d02 .inin .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top03 .c02 .inin .flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top03 .c02 .inin .flexWrap .flexBox {
  width: 48%;
  background: #fff;
  margin-top: -10rem;
  padding: 5rem 4rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox {
    width: 100%;
    margin-top: 0;
    padding: 5rem 3rem;
  }
  .top03 .c02 .inin .flexWrap .flexBox:nth-child(2) {
    margin-top: 4rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .sub {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex h3 {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 7rem;
  white-space: nowrap;
  letter-spacing: -0.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex h3 {
    font-size: 4.6rem;
    line-height: 4rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox {
  margin-top: 2rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 {
  background: #f6f6f6;
  padding: 3rem 3rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl {
    display: block;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl dt {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-right: 1rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl dt {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl dt {
    padding: 0 0rem 0 0rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d01 dl dd {
  position: relative;
  -webkit-flex-basis: 20rem;
  flex-basis: 20rem;
  margin-bottom: 0;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d02 {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-family: var(--font-en);
  font-weight: bold;
  background: #f1dddd;
  margin: 2rem 0;
  padding: 0.4rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 ._red {
  color: #ff0000;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 span.price {
  display: inline-block;
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 span.price {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 span.price02 {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .top03
    .c02
    .inin
    .flexWrap
    .flexBox
    .inFlex
    .designBox._01
    .d03
    span.price02 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._01 .d03 span.price03 {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .top03
    .c02
    .inin
    .flexWrap
    .flexBox
    .inFlex
    .designBox._01
    .d03
    span.price03 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 {
  background: #f6f6f6;
  padding: 3rem 3rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 .d01 dl {
  text-align: center;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 .d01 dl dt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 .d01 dl dd {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  display: inline-block;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 .d01 dl dd {
    font-size: 3.3rem;
    line-height: 4rem;
    white-space: nowrap;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .designBox._02 .d01 dl dd::after {
  content: "";
  background: #f5aa1d;
  display: block;
  width: 100%;
  height: 3px;
  margin: 1rem auto 0rem;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn {
  margin-top: 3rem;
  text-align: center;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a:hover {
  opacity: 0.7;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  border-radius: 6rem;
  padding: 1.5rem 10rem 1.5rem 10rem;
  background: #fff;
  border-radius: 30rem;
  color: #333;
  border: 1px solid #f5aa1d;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
    padding: 1.5rem 10rem 1.5rem 10rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2rem;
  position: relative;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA span::after {
  content: "";
  background: #333;
  display: block;
  width: 100%;
  height: 1px;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA::after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA::after {
    width: 4rem;
    height: 4rem;
  }
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA._01::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white.svg) no-repeat center;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA._02 {
  background: #f5aa1d;
}
.top03 .c02 .inin .flexWrap .flexBox .inFlex .bbbTn a .inBBBA._02::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white02.svg) no-repeat center;
}
.top03
  .c02
  .inin
  .flexWrap
  .flexBox
  .inFlex
  .bbbTn
  a:hover
  .rightB
  .inBBBA::after {
  background: url(../img/icon_arrow_white.svg) no-repeat center;
}
.top03 .c03 {
  position: relative;
  padding: 8rem 0 0 0;
}
.top03 .c03 .bgD01 {
  position: absolute;
  top: 6rem;
  right: 5rem;
  transform: translate(0%, 0);
  text-align: right;
  color: #fff;
  font-size: 11.6rem;
  font-weight: bold;
  line-height: 12rem;
  letter-spacing: 0.1rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .bgD01 {
    top: 8rem;
    right: 4rem;
    font-size: 4.6rem;
    line-height: 4rem;
  }
}
.top03 .c03 .d02 {
  position: relative;
}
.top03 .c03 .d02 .inin a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.top03 .c03 .d02 .inin a:hover {
  opacity: 0.7;
}
.top03 .c03 .d02 .inin a .f01 {
  position: relative;
  z-index: 2;
  margin-left: 8rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f01 {
    margin-left: 3rem;
  }
}
.top03 .c03 .d02 .inin a .f01 dl dt {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.top03 .c03 .d02 .inin a .f01 dl dd {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 7rem;
  white-space: nowrap;
  letter-spacing: -0.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f01 dl dd {
    font-size: 5.6rem;
    line-height: 4rem;
  }
}
.top03 .c03 .d02 .inin a .f02 {
  margin-top: -6rem;
  padding: 6rem 8rem;
  background: linear-gradient(to right, #cdd4d6 0%, #fde8bd 100%);
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f02 {
    padding: 7rem 4rem 3rem 4rem;
  }
}
.top03 .c03 .d02 .inin a .f02 .flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f02 .flexWrap {
    display: block;
  }
}
.top03 .c03 .d02 .inin a .f02 .flexWrap .leftBox .inLeft {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f02 .flexWrap .leftBox .inLeft {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.top03 .c03 .d02 .inin a .f02 .flexWrap .rightBox {
  margin-left: auto;
}
.top03 .c03 .d02 .inin a .f02 .flexWrap .rightBox .inRight .ttt {
  position: relative;
  padding: 3rem 8rem 3rem 3rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f02 .flexWrap .rightBox .inRight .ttt {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 1rem 8rem 1rem 3rem;
  }
}
.top03 .c03 .d02 .inin a .f02 .flexWrap .rightBox .inRight .ttt::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white.svg) no-repeat center;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translate(0, -50%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top03 .c03 .d02 .inin a .f02 .flexWrap .rightBox .inRight .ttt::after {
    width: 4rem;
    height: 4rem;
  }
}
.top04 ._in {
  position: relative;
  padding: 16rem 0 12rem 0;
}
@media only screen and (max-width: 768px) {
  .top04 ._in {
    padding: 8rem 0;
  }
}
.top04 ._in .bgAtext {
  position: absolute;
  top: 6rem;
  right: 5rem;
  transform: translate(0%, 0);
  text-align: right;
  color: #c7c7c7;
  font-size: 14.6rem;
  font-weight: bold;
  line-height: 15rem;
  letter-spacing: 0.1rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .bgAtext {
    top: 4rem;
    right: 4rem;
    font-size: 5.6rem;
    line-height: 5rem;
  }
}
.top04 ._in .inin {
  position: relative;
  z-index: 2;
}
.top04 ._in .inin .flexWrap {
  margin-right: 32rem;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap {
    display: block;
  }
}
.top04 ._in .inin .flexWrap .leftBox {
  position: relative;
  -webkit-flex-basis: 60rem;
  flex-basis: 60rem;
  margin-bottom: 0;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft {
  background: #e28f00;
  padding: 7rem 10rem;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .leftBox .inLeft {
    padding: 5rem 3rem;
  }
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c01 {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c01 h2 {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 7rem;
  white-space: nowrap;
  letter-spacing: -0.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .leftBox .inLeft .c01 h2 {
    font-size: 5.6rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c01 .sub {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .leftBox .inLeft .c01 .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c02 {
  color: #fff;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 {
  margin-top: 5rem;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn {
  text-align: center;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a:hover {
  opacity: 0.7;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  border-radius: 6rem;
  padding: 1.5rem 10rem 1.5rem 10rem;
  background: #fff;
  border-radius: 30rem;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
    padding: 1.5rem 10rem 1.5rem 10rem;
  }
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2rem;
  position: relative;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA span::after {
  content: "";
  background: #333;
  display: block;
  width: 100%;
  height: 1px;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA::after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA::after {
    width: 4rem;
    height: 4rem;
  }
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA._01::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white.svg) no-repeat center;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA._02 {
  background: #f5aa1d;
}
.top04 ._in .inin .flexWrap .leftBox .inLeft .c03 .bbbTn a .inBBBA._02::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white02.svg) no-repeat center;
}
.top04
  ._in
  .inin
  .flexWrap
  .leftBox
  .inLeft
  .c03
  .bbbTn
  a:hover
  .rightB
  .inBBBA::after {
  background: url(../img/icon_arrow_white.svg) no-repeat center;
}
.top04 ._in .inin .flexWrap .rightBox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.top04 ._in .inin .flexWrap .rightBox .inRight ul li:not(:first-child) {
  margin-top: 2rem;
}
.top04 ._in .inin .flexWrap .rightBox .inRight ul li a {
  display: block;
  background: #fafafa;
  padding: 4rem 4rem;
}
.top04 ._in .inin .flexWrap .rightBox .inRight ul li a .inFlexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top04 ._in .inin .flexWrap .rightBox .inRight ul li a .inFlexWrap {
    display: block;
  }
}
.top04 ._in .inin .flexWrap .rightBox .inRight ul li a .inFlexWrap .inFlexLeft {
  position: relative;
  -webkit-flex-basis: 20rem;
  flex-basis: 20rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .top04
    ._in
    .inin
    .flexWrap
    .rightBox
    .inRight
    ul
    li
    a
    .inFlexWrap
    .inFlexLeft {
    margin-bottom: 2rem;
  }
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexLeft
  .img {
  position: relative;
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexLeft
  .img::before {
  content: "";
  background: url(../img/top_icon_small.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 6rem;
  height: 6rem;
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexLeft
  .img
  img {
  object-fit: cover;
  height: 18rem;
}
@media only screen and (max-width: 768px) {
  .top04
    ._in
    .inin
    .flexWrap
    .rightBox
    .inRight
    ul
    li
    a
    .inFlexWrap
    .inFlexLeft
    .img
    img {
    object-fit: cover;
    height: 26rem;
  }
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .top04
    ._in
    .inin
    .flexWrap
    .rightBox
    .inRight
    ul
    li
    a
    .inFlexWrap
    .inFlexRight {
    padding: 0 0rem 0 0rem;
  }
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight
  .d01 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top04
    ._in
    .inin
    .flexWrap
    .rightBox
    .inRight
    ul
    li
    a
    .inFlexWrap
    .inFlexRight
    .d01 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight
  .d02
  dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight
  .d02
  dl
  dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  border: 1px solid #f5aa1d;
  border-radius: 13rem;
  text-align: center;
  padding: 0.3rem 1.5rem;
  margin-right: 1rem;
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight
  .d02
  dl
  dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.top04
  ._in
  .inin
  .flexWrap
  .rightBox
  .inRight
  ul
  li
  a
  .inFlexWrap
  .inFlexRight
  .d03 {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.top05 ._in .inin {
  position: relative;
  padding: 8rem 0 12rem 0;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin {
    padding: 2rem 0 8rem 0;
  }
}
.top05 ._in .inin .bgTextFRAME {
  -webkit-text-stroke: 1px #ddd;
  color: transparent;
  content: counter(minutes, decimal-leading-zero);
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15rem;
  right: 8rem;
  letter-spacing: 0;
  position: absolute;
  top: 2rem;
  -webkit-transform: translateY(0.125em);
  transform: translateY(0.125em);
  -webkit-transform: translate(0%, -42.5%);
  transform: translate(0%, -42.5%);
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .bgTextFRAME {
    font-size: 6rem;
  }
}
.top05 ._in .inin .ininin .flexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .ininin .flexWrap {
    display: block;
  }
}
.top05 ._in .inin .ininin .flexWrap .leftBox {
  position: relative;
  -webkit-flex-basis: 28rem;
  flex-basis: 28rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .ininin .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.top05 ._in .inin .ininin .flexWrap .leftBox .inLeft dl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .ininin .flexWrap .leftBox .inLeft dl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}
.top05 ._in .inin .ininin .flexWrap .leftBox .inLeft dl dt {
  font-size: 7rem;
  font-weight: bold;
  line-height: 7.4rem;
  letter-spacing: 0.15rem;
  margin-bottom: 3rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .ininin .flexWrap .leftBox .inLeft dl dt {
    font-size: 4.6rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.top05 ._in .inin .ininin .flexWrap .leftBox .inLeft dl dd {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.6rem;
}
.top05 ._in .inin .ininin .flexWrap .rightBox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top05 ._in .inin .ininin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.top05 ._in .inin .ininin .flexWrap .rightBox .inRight .flexInFlex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox._01 {
  width: 53%;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox._01 {
    width: 100%;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox._02 {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox._02 {
    width: 100%;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a {
  display: block;
  position: relative;
  height: 85%;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox
    a {
    height: 95%;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a::before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white02.svg) no-repeat center #f5aa1d;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  transform: translate(0, 0%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox
    a::after {
    width: 4rem;
    height: 4rem;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a
  .imgB {
  overflow: hidden;
  height: 100%;
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a
  .imgB
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox
    a
    .imgB
    img {
    width: 100%;
    height: 32rem;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a
  .ttt {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 3;
  transform: translate(0%, 0);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  .top05
    ._in
    .inin
    .ininin
    .flexWrap
    .rightBox
    .inRight
    .flexInFlex
    .flexInBox
    a
    .ttt {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a:hover::before {
  opacity: 0.1;
}
.top05
  ._in
  .inin
  .ininin
  .flexWrap
  .rightBox
  .inRight
  .flexInFlex
  .flexInBox
  a:hover
  .imgB
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.top06 {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .top06 {
    padding: 0rem 0 8rem 0;
  }
}
.top06 .inin h2 {
  color: #333;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 0.1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top06 .inin h2 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.top06 .inin .flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3rem;
}
.top06 .inin .flexWrap .flexBox {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox {
    width: 100%;
  }
}
.top06 .inin .flexWrap .flexBox:first-child {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox:first-child {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a {
  display: block;
  position: relative;
  color: #fff;
}
.top06 .inin .flexWrap .flexBox a .imgB {
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}
.top06 .inin .flexWrap .flexBox a .imgB::before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.top06 .inin .flexWrap .flexBox a .imgB img {
  object-fit: cover;
  height: 66rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .imgB img {
    object-fit: cover;
    height: 40rem;
  }
}
.top06 .inin .flexWrap .flexBox a:hover .imgB img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.top06 .inin .flexWrap .flexBox a .tateFont {
  position: absolute;
  top: 0;
  right: -2.5rem;
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top06 .inin .flexWrap .flexBox a .textBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 7rem 5rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox {
    padding: 5rem 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox._01::after {
  border: solid 1px #fff;
  background: url(../img/icon_arrow_white.svg) no-repeat center #fff;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  bottom: 22rem;
  left: 5rem;
  transform: translate(0, 0%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox._01::after {
    width: 4rem;
    height: 4rem;
    bottom: 12rem;
    left: 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox._02::after {
  border: solid 1px #fff;
  background: url(../img/icon_arrow_white.svg) no-repeat center #fff;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  bottom: 16rem;
  right: 5rem;
  transform: translate(0, 0%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox._02::after {
    width: 4rem;
    height: 4rem;
    bottom: 3rem;
    right: 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT {
  color: #fff;
}
.top06 .inin .flexWrap .flexBox a .textBox .inT h3 {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 6.8rem;
  line-height: 6.8rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT h3 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .ttt {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .ttt {
    margin-top: 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .ttt p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .ttt p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .sub01 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.6rem;
  margin-bottom: 5rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .sub01 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .sub02 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.6rem;
  margin-bottom: 2rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .sub02 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    text-align: right;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .sub03 {
  display: block;
  font-weight: 800;
  color: #fff;
  font-size: 6.8rem;
  line-height: 6.8rem;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .sub03 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .sub04 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.6rem;
  margin-bottom: 2rem;
  text-align: right;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 11rem;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .sub04 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
}
.top06 .inin .flexWrap .flexBox a .textBox .inT .sub05 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: right;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .top06 .inin .flexWrap .flexBox a .textBox .inT .sub05 {
    display: none;
  }
}
.top07 .c02 {
  margin-top: 14rem;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 {
    margin-top: 0rem;
  }
}
.top07 .c02 .ininC02 {
  position: relative;
}
.top07 .c02 .ininC02 .ininNews {
  position: relative;
  width: calc(100% - 26rem);
  margin-left: auto;
  padding: 10rem 5rem;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews {
    width: calc(100% - 0rem);
    padding: 5rem 5rem 1rem 6rem;
  }
}
.top07 .c02 .ininC02 .ininNews::before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 90%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews::before {
    width: 95%;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding: 0 5rem 0 0rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox {
    display: block;
    padding: 0 0rem 0 0rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ {
  position: relative;
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .bgTextA {
  position: absolute;
  top: -5rem;
  left: 0%;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 14rem;
  color: #eee;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .bgTextA {
    font-size: 7vw;
    font-weight: 400;
    line-height: 7vw;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap {
    margin-bottom: 3rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap .sub {
  font-size: 7.6rem;
  line-height: 8.8rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2rem;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap .sub {
    font-size: 5rem;
    line-height: 5.8rem;
  }
  .top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap .sub br {
    display: none;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2rem;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .flexInWrap h2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .rightAABtn {
  margin-left: auto;
}
.top07 .c02 .ininC02 .ininNews .leftBox .ttlQ .inTlj .rightAABtn a {
  display: inline-block;
  background-color: #9c294e;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
  padding: 0.5rem 3rem;
}
.top07 .c02 .ininC02 .ininNews .leftBox .all_l_wrap_s {
  margin-left: 10rem;
  width: calc(100% - 40rem);
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox .all_l_wrap_s {
    margin-top: 3rem;
    margin-bottom: 8rem;
    margin-left: 0;
    width: calc(100% - 0rem);
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox ul {
  border-top: 1px solid #f3f3f3;
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li {
  border-bottom: 1px solid #f3f3f3;
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li a {
  width: 100%;
  padding: 25px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #262626;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a {
    display: block;
    padding: 2rem 0;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li a:before {
  content: "›";
  position: absolute;
  top: 2.6rem;
  right: 0;
  color: #000;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a:before {
    top: auto;
    bottom: 4.2rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header {
  width: 12rem;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header {
    width: auto;
    margin-bottom: 1rem;
  }
}
.top07
  .c02
  .ininC02
  .ininNews
  .leftBox
  ul
  li
  a
  .top_news_item_header
  .top_news_date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a4a4a4;
}
.top07
  .c02
  .ininC02
  .ininNews
  .leftBox
  ul
  li
  a
  .top_news_item_header
  .top_news_tag,
.top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header .info {
  min-width: 10rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  .top07
    .c02
    .ininC02
    .ininNews
    .leftBox
    ul
    li
    a
    .top_news_item_header
    .top_news_tag,
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header .info {
    min-width: 13rem;
  }
}
.top07
  .c02
  .ininC02
  .ininNews
  .leftBox
  ul
  li
  a
  .top_news_item_header
  .top_blog_tag,
.top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header .blog {
  min-width: 10rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  .top07
    .c02
    .ininC02
    .ininNews
    .leftBox
    ul
    li
    a
    .top_news_item_header
    .top_blog_tag,
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_header .blog {
    min-width: 13rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_title {
  width: calc(100% - 200px);
  padding-right: 15px;
  padding-bottom: 0.1em;
  overflow: hidden;
  font-size: 1.5rem;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_title {
    white-space: initial;
    width: auto;
    font-size: 1.6rem;
  }
}
.top07 .c02 .ininC02 .ininNews .leftBox ul li a .top_news_item_title span {
  background: linear-gradient(#262626, #262626) no-repeat 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top07
  .c02
  .ininC02
  .ininNews
  .leftBox
  ul
  li
  a:hover
  .top_news_item_title
  span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.top08 ._in .c01 {
  position: relative;
  overflow: hidden;
}
.top08 ._in .c01 .movieIn {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top08 ._in .c01 .movieIn {
    height: auto;
  }
}
.top08 ._in .c01 .movieIn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    ),
    linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    );
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
.top08 ._in .c01 .movieIn .underBgn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top08 ._in .c01 .movieIn .underBgn {
    position: static;
    transform: translate(0, 0%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.top08 ._in .c01 ._in {
  position: relative;
  z-index: 2;
  padding: 50rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .top08 ._in .c01 ._in {
    padding: 18rem 0 0 0;
  }
}
.top08 ._in .c02 {
  text-align: center;
  position: relative;
  font-size: 12vw;
  font-weight: 500;
  line-height: 12vw;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: -12rem auto 0;
}
.bottomCommon ._in .c01 {
  position: relative;
  overflow: hidden;
}
.bottomCommon ._in .c01 .movieIn {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bottomCommon ._in .c01 .movieIn {
    height: auto;
  }
}
.bottomCommon ._in .c01 .movieIn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    ),
    linear-gradient(
      45deg,
      #232323 25%,
      transparent 25%,
      transparent 75%,
      #232323 75%
    );
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
.bottomCommon ._in .c01 .movieIn .underBgn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .bottomCommon ._in .c01 .movieIn .underBgn {
    position: static;
    transform: translate(0, 0%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.bottomCommon ._in .c01 ._in {
  position: relative;
  z-index: 2;
  padding: 50rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .bottomCommon ._in .c01 ._in {
    padding: 18rem 0 0 0;
  }
}
.bottomCommon ._in .c02 {
  text-align: center;
  position: relative;
  font-size: 12vw;
  font-weight: 500;
  line-height: 12vw;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: -12rem auto 0;
}
@media only screen and (max-width: 768px) {
  .bottomCommon ._in .c02 {
    margin: -3rem auto 0;
  }
}
.deatA {
  position: relative;
}
#mainvisual {
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #mainvisual {
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mainvisual:after {
    display: none;
  }
}
#background {
  position: relative;
  overflow: hidden;
  background-color: #0a6427;
}
#background #mainvisualImg {
  position: relative;
  z-index: 2;
  background: url(../img/poster.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: all 1.8s;
}
@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #background #movieMain div#svg-animation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
  }
}
#background #movieMain div#svg-animation #js_video {
  height: auto;
  position: static;
  left: auto;
  width: 120%;
  height: auto;
  vertical-align: top;
  -ms-transform: none;
  transform: none;
}
@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation #js_video {
    position: relative;
    top: -2px;
    object-fit: cover;
    width: 100vw;
    height: 86vh;
  }
}
#background .bgSlideTop {
  background: #000;
  position: relative;
  z-index: 23;
  top: 0;
  left: 0;
  width: calc(100% - 0rem);
  margin-left: auto;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #background .bgSlideTop {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0px);
    height: 85vh;
  }
}
#background .meinvisualBanner {
  position: absolute;
  bottom: 28rem;
  right: 12rem;
  z-index: 23;
  transform: translate(0%, 0);
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  #background .meinvisualBanner {
    position: absolute;
    bottom: 6rem;
    right: 2rem;
    z-index: 23;
    transform: translate(0%, 0);
    width: 12rem;
  }
}
#background .visualCenterBox {
  position: absolute;
  bottom: 20%;
  left: 14rem;
  z-index: 23;
  transform: translate(0%, 0%);
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox {
    left: 2rem;
    bottom: 24%;
    right: 0rem;
  }
}
#background .visualCenterBox .visualTxts {
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .visualTxts {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
#background .visualCenterBox .logoCenter {
  width: 11rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .logoCenter {
    width: 6rem;
  }
}
#background .visualCenterBox .jpText {
  display: block;
  font-weight: 500;
  font-weight: 500;
  color: #fff;
  font-size: 7.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 10rem;
  letter-spacing: 0.05rem;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  /* margin-top: 5rem; */
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText {
    font-size: 4rem;
    line-height: 5rem;
    font-feature-settings: "palt";
    margin-top: 5rem;
  }
}
#background .visualCenterBox .jpText dl {
  margin-bottom: 3rem;
}
#background .visualCenterBox .jpText dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#background .visualCenterBox .jpText dl dt span {
  display: inline-block;
}
#background .visualCenterBox .jpText dl dt span._o01 {
  color: #cc1002;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
#background .visualCenterBox .jpText dl dt span._o02 {
  color: #333;
  font-size: 5rem;
  font-weight: 800;
  line-height: 5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText dl dt span._o02 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-feature-settings: "palt";
    margin-top: 0rem;
  }
}
#background .visualCenterBox .jpText dl dd {
  color: #333;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
#background .visualCenterBox .jpText .v01 {
  display: inline-block;
  margin: 0.3rem 0;
  color: #fff;
  font-family: "mrsheffield-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText .v01 {
    padding: 0.5rem 1rem;
  }
}
#background .visualCenterBox .jpText .v01._02 {
  margin-left: 28rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText .v01._02 {
    margin-left: 6rem;
  }
}
#background .visualCenterBox .jpbottomText {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 3.4rem;
  line-height: 4.8rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpbottomText {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
#background .visualCenterBox .jpbottomText .v01 {
  display: inline-block;
  color: #fff;
}
#background .visualCenterBox .jpbottomText .v01._02 {
  margin-left: 42rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpbottomText .v01._02 {
    margin-left: 18rem;
  }
}
#background .visualCenterBox .aaaBtn {
  margin-top: 2rem;
}
#background .visualCenterBox .aaaBtn a {
  text-align: center;
  display: inline-block;
  border: 1px solid #ddd;
  min-width: 20rem;
  padding: 1.5rem 10rem;
  color: #fff;
  font-family: oswald, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  transition: all 0.4s;
}
#background .visualCenterBox .aaaBtn a:hover {
  background: #fff;
  color: #333;
}
#background .kv_scroll {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 5.5rem;
  bottom: 0rem;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #background .kv_scroll {
    display: none;
    bottom: 0%;
  }
}
#background .kv_scroll ._pointer {
  -webkit-animation: moveScrollPointer 1.8s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: moveScrollPointer 1.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
#background .kv_scroll ._pointer:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
}
#background .kv_scroll ._text {
  position: absolute;
  top: -85px;
  left: -7px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #background .kv_scroll ._text {
    bottom: -20px;
    color: #fff;
  }
}
@-webkit-keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@-webkit-keyframes scrollPointerInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scrollPointerInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.inner_content {
  bottom: 0rem;
  right: 0rem;
  transform: translate(0%, 0%);
  z-index: 23;
  padding: 0px;
  background: #fff;
  border-radius: 3rem 0 0 0 / 3rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .inner_content {
    top: auto;
    right: 0rem;
    display: none;
  }
}
.inner_content .ininAHJK {
  position: relative;
  position: relative;
  padding: 5rem 0 5rem 0;
}
.inner_content .ininAHJK .leftTopIcon {
  position: absolute;
  top: -5rem;
  left: -6rem;
  width: 14rem;
}
.inner_content .ininAHJK .inFlexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .inner_content .ininAHJK .inFlexWrap {
    display: block;
  }
}
.inner_content .ininAHJK .inFlexWrap .timeTitlej {
  position: relative;
  -webkit-flex-basis: 7rem;
  flex-basis: 7rem;
  margin-bottom: 0;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .inner_content .ininAHJK .inFlexWrap .timeTitlej {
    margin-bottom: 3rem;
  }
}
.inner_content .ininAHJK .inFlexWrap .timeTitlej .ss {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.inner_content .ininAHJK .inFlexWrap .timeTitlej span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #f5aa1d;
}
.inner_content .ininAHJK .inFlexWrap .rightTimeschejule {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  border-left: 2px solid #ddd;
  padding: 0 4rem 0 3rem;
}
@media only screen and (max-width: 768px) {
  .inner_content .ininAHJK .inFlexWrap .rightTimeschejule {
    padding: 0 0rem 0 0rem;
  }
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 13px;
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  td,
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  th {
  text-align: center;
  border: 1px solid #333;
  padding: 10px 8px;
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .inner_content
    .ininAHJK
    .inFlexWrap
    .rightTimeschejule
    .chejule
    .footerTime
    table
    tr
    td,
  .inner_content
    .ininAHJK
    .inFlexWrap
    .rightTimeschejule
    .chejule
    .footerTime
    table
    tr
    th {
    font-size: 3.25vw;
    white-space: nowrap;
    padding: 1.8vw 0;
  }
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  td
  .fs9,
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  th
  .fs9 {
  font-size: 0.9rem;
  color: initial;
  color: #333;
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  th {
  background-color: #fafafa;
  font-weight: bold;
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  table
  tr
  th:first-child {
  width: 13rem;
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  .hospitalTime {
  background: #f6f6f6;
  margin-top: 2rem;
  padding: 2rem;
}
.inner_content
  .ininAHJK
  .inFlexWrap
  .rightTimeschejule
  .chejule
  .footerTime
  .hospitalTime
  .ss {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #f5aa1d;
  margin-right: 0.5rem;
}
#movie {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  #movie {
    width: 90%;
  }
}
#movie video {
  width: 100%;
  height: auto;
}
.lity-content:after {
  box-shadow: 0 0 0px transparent;
}
.lity_hide {
  max-height: 1000px;
  display: none;
}
.lity_hide .movie_popup__inner {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 40px;
}
.lity-content .lity_hide {
  display: block;
}
.bannerOn {
  position: absolute;
  bottom: 20%;
  left: 5rem;
  z-index: 2;
  font-size: 2.5rem;
  letter-spacing: 0.6rem;
  padding: 0px;
  color: #fff;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .bannerOn {
    left: 1rem;
    top: 50%;
    bottom: auto;
    transform: translate(0px, -50%);
  }
}
.bannerOn a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.bannerOn a:hover {
  opacity: 0.7;
}
.loadFin .inner_content .centerI .bgText span {
  transform: translate(0px, 0px);
  opacity: 1;
}
.loadFin .bannerOn {
  transform: translate(0px, -50%);
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.35s 0.7s;
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 10rem;
  padding: 0 0px 0 0px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .mainV_logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* height: 100%; */
  position: absolute;
  top: 1rem;
  left: 11rem;
}
@media only screen and (max-width: 768px) {
  header .mainV_logo {
    top: 0rem;
    left: 2rem;
  }
}
header .mainV_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 24rem;
}
@media only screen and (max-width: 768px) {
  header .mainV_logo a {
    margin-bottom: 0rem;
    width: 20rem;
    height: auto;
  }
  header .mainV_logo a img {
    width: 100%;
    height: auto;
  }
}
.secHeadV .mainV_logo {
  top: 1rem;
  left: 3rem;
}
.secHeadV .mainV_logo a {
  width: 22rem;
}
.secHeadV .commonOuter {
  background: #f5aa1d;
  padding-left: 4rem;
}
.secondHead .commonOuter .topHeaderTell .inTell a {
  color: #333;
}
.secondHead .commonOuter ul li a .jpM {
  color: #333;
}
header.active_header,
.sec header {
  transition: 0.01s 0s;
}
header .commonOuter {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  right: 6rem;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header .commonOuter {
    height: 60px;
    display: none;
  }
}
header .commonOuter .topHeaderTell {
  margin: 0rem 2rem 0rem 0;
}
header .commonOuter .topHeaderTell .bottomTextLine {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: right;
  color: #fff;
}
header .commonOuter .topHeaderTell .inTell {
  text-align: right;
  font-weight: 400;
}
header .commonOuter .topHeaderTell .inTell a {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.08rem;
  font-family: "Amiri", serif;
}
header .commonOuter .topHeaderTell .inTell a .numnum {
  font-size: 2.4rem;
  line-height: 2.4rem;
  display: inline;
}
header .commonOuter .headBtnBox {
  margin-right: 2rem;
}
header .commonOuter .headBtnBox a {
  background: #0080cc;
  border-radius: 10rem;
  padding: 1.8rem 2rem;
  color: #fff;
  display: inline-block;
  text-align: center;
}
header .commonOuter .headBtnBox a dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.3rem;
}
header .commonOuter .headBtnBox a dl dt {
  margin-right: 0.5rem;
}
header .commonOuter .headerBtnList {
  display: flex;
}
header .commonOuter .headerBtnList .btnMy a {
  background: #fff;
  width: 10rem;
  height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
header .commonOuter .headerBtnList .btnMy a span {
  display: block;
  text-align: center;
}
header .commonOuter .headerBtnList .btnMy a span._plane {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
  color: #0080cc;
}
header .commonOuter .headerBtnList .btnMy a span.ttt {
  font-size: 1.3rem;
  color: #0080cc;
}
header .commonOuter .headerBtnList .btnMy._account,
header .commonOuter .headerBtnList .btnMy._cart {
  font-size: 15px;
}
header .commonOuter .headerBtnList .btnMy._account {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
header .commonOuter .headerBtnList .btnMy._cart a {
  background: #4882ca;
  color: #fff;
}
header .commonOuter .headerBtnList .btnMy._insta a {
  font-size: 30px;
  color: #fff;
}
header .commonOuter ul {
  display: flex;
  margin-left: 2rem;
}
header .commonOuter ul li {
  margin-right: 2rem;
}
@media only screen and (max-width: 1400px) {
  header .commonOuter ul li {
    margin-right: 2rem;
  }
}
header .commonOuter ul li a {
  text-align: center;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  overflow: hidden;
}
header .commonOuter ul li a:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: all 0.2s ease-in-out 0s;
}
header .commonOuter ul li a .engM {
  position: absolute;
  top: 0%;
  left: 50%;
  opacity: 1;
  transform: translate3d(-50%, 0%, 0px);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0rem;
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  opacity: 0;
  white-space: nowrap;
}
header .commonOuter ul li a .jpM {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .commonOuter ul li a:hover .engM {
  opacity: 1;
}
header .commonOuter .headTopRight .btna {
  background-color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-radius: 1rem;
}
header .commonOuter .headTopRight .btna a {
  padding: 1rem 1rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 3.4rem;
  color: #333 !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header .commonOuter .headTopRight .btna a {
    padding: 3rem 0;
    font-size: 2.2rem;
    background: none;
  }
}
header .commonOuter .headTopRight .btna a span.entry_link_inner {
  display: inline-block;
  line-height: 1.6;
  font-size: 3.2rem;
  font-family: var(--font-en);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  header .commonOuter .headTopRight .btna a span.entry_link_inner {
    font-size: 3.6rem;
  }
}
header .commonOuter .headTopRight .btna a span.entry_link_inner i {
  color: #f5aa1d;
  padding-right: 1rem;
}
header .commonOuter .headTopRight .btna a .dasef {
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: bold;
  background: #fde8bd;
  padding: 0.2rem;
}
header .commonOuter .headAddbtn a {
  width: 9rem;
  height: 9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #f5aa1d;
  background: #fff;
  border-radius: 30rem;
}
header .commonOuter .headAddbtn a i {
  font-size: 3rem;
}
header .commonOuter:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
header .commonOuter #head_Logo a {
  display: block;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    top: 0%;
    transform: translate3d(0, 0%, 0);
  }
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    display: block;
    width: 220px;
  }
}
header .commonOuter #head_Logo a {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .commonOuter #head_Logo a:hover {
  opacity: 0.7;
}
header .commonOuter nav {
  display: block;
  height: 100%;
}
header .commonOuter nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
header .commonOuter nav ul li {
  height: 100%;
}
header .commonOuter nav ul li.iconMenuSNS01 a img {
  width: 12px;
  height: auto;
}
header .commonOuter nav ul li.iconMenuSNS02 a img {
  width: 22px;
  height: auto;
}
header .commonOuter nav ul li a {
  position: relative;
  display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.3rem;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
  overflow: hidden;
}
header .commonOuter nav ul li a:before {
  content: "";
  background: #f5aa1d;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: all 0.2s ease-in-out 0s;
}
header .commonOuter nav ul li a div.ddd {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
header .commonOuter nav ul li a div._special {
  min-width: 10rem;
}
header .commonOuter nav ul li a span.naviA {
  width: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .commonOuter nav ul li a span.naviA.en {
  position: relative;
  top: 0;
  left: 0;
}
header .commonOuter nav ul li a span.naviA.jp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  opacity: 0;
}
header .commonOuter nav ul li a:hover:before {
  transform: translate3d(0, 0px, 0);
}
header .commonOuter nav ul li a:hover span.naviA.en {
  opacity: 0;
}
header .commonOuter nav ul li a:hover span.naviA.jp {
  opacity: 1;
}
header .commonOuter nav ul li a span {
  display: block;
}
header .commonOuter nav ul li a:hover:after {
  opacity: 1;
}
.secHead {
  position: fixed;
}
.secHead .commonOuter ul li a .engM {
  color: #333;
}
.secHead .commonOuter ul li a .jpM {
  color: #777;
}
.headOuter {
  display: flex;
}
.menu-main-button {
  position: fixed;
  top: 0px;
  right: 0rem;
  transform: translate3d(0, 0%, 0);
  z-index: 102;
  background: #f5aa1d;
  width: 5rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .menu-main-button {
    top: 0px;
    left: auto;
    right: 15px;
    transform: translate3d(0, 0%, 0);
    z-index: 102;
  }
}
#menuWrap {
  padding: 0px 0px;
  top: 0px;
  right: 0px;
  box-sizing: content-box;
  cursor: pointer;
  transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
}
#menuWrap.visible {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}
@media only screen and (max-width: 768px) {
  #menuWrap {
    width: 10rem;
    height: 10rem;
    right: 0px;
    top: 0rem;
    display: none;
  }
}
#menuWrap .menuBtn .menu {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-family: "DIN_CONDENSED_BOLD", "NotoSerifJP", sans-serif;
  transition: color 0.6s 0.2s;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
#menuWrap .menuBtn .menu-trigger {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger {
    width: 30px;
    height: 20px;
  }
}
#menuWrap .menuBtn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
  top: 11px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.2s;
}
#menuWrap .menuBtn .menu-trigger span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transition: background 0.6s ease-in-out 0.2s;
}
#menuWrap:hover span:nth-of-type(1):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
}
#menuWrap:hover span:nth-of-type(2):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.1s;
}
#menuWrap:hover span:nth-of-type(3):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.2s;
}
@keyframes menu_hover_animation {
  0% {
    transform-origin: 100% 0;
    transform: none;
  }
  45% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  55% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: none;
  }
}
#menuWrap:hover:before {
  transform: scale(1.3);
}
@media only screen and (max-width: 768px) {
  #menuWrap:hover:before {
    transform: scale(1);
  }
}
.menu_on .menuBtn .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .menu_on .menuBtn .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}
.menu_on .menuBtn .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu_on .menuBtn .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .menu_on .menuBtn .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}
.menu_on .menu-main-button #menuWrap .menuBtn .menu {
  color: #fff;
}
#menuBody {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: none;
}
#menuBody #pagemenu_bg {
  background: #fff;
  opacity: 1;
  width: -webkit-calc(10.5rem - 0px);
  width: calc(50% - 0px);
  height: -webkit-calc(100vh - 0px);
  height: calc(100vh - 0px);
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0.3;
  transform: translateY(0%) translateX(100%);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #menuBody #pagemenu_bg {
    width: -webkit-calc(100% - 0px) !important;
    width: calc(100% - 0px) !important;
    transform: translateY(0%) translateX(0%) !important;
    opacity: 0;
  }
}
#menuBody nav#menuCircle {
  position: relative;
  z-index: 11;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle {
    right: 0%;
    opacity: 0;
    transform: translate3d(0%, 0, 0);
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  #menuBody nav#menuCircle .homeBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 75px;
    height: 70px;
  }
  #menuBody nav#menuCircle .homeBtn a {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(76, 76, 76, 0.8);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #menuBody nav#menuCircle .homeBtn a span {
    display: block;
    width: 3rem;
  }
}
#menuBody nav#menuCircle .menuINTOPLOGO {
  text-align: center;
}
#menuBody nav#menuCircle .menuINTOPLOGO .inMENUINTOP {
  opacity: 0;
  margin-bottom: 3rem;
}
#menuBody nav#menuCircle .menuINTOPLOGO .inMENUINTOP a {
  display: inline-block;
  width: 28rem;
}
#menuBody nav#menuCircle .menuINTOPLOGO .kaiinnsama {
  opacity: 0;
  margin-bottom: 3rem;
}
#menuBody nav#menuCircle .menuINTOPLOGO .kaiinnsama a {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  border: 1px solid #f5aa1d;
  border-radius: 6rem;
  padding: 0.5rem 4rem;
  color: #f5aa1d;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#menuBody nav#menuCircle .menuINTOPLOGO .kaiinnsama a:hover {
  opacity: 0.7;
}
#menuBody nav#menuCircle .menuADDRESSBOX {
  opacity: 0;
}
#menuBody nav#menuCircle .menuADDRESSBOX .c01 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .menuADDRESSBOX .c01 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#menuBody nav#menuCircle .menuADDRESSBOX .c03 {
  margin-top: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
}
#menuBody nav#menuCircle .menuADDRESSBOX .c03 .telllL {
  margin-right: 2rem;
}
#menuBody nav#menuCircle .menuADDRESSBOX .c03 .telllL span {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .menuADDRESSBOX .c03 .telllL span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#menuBody nav#menuCircle .menuADDRESSBOX .c03 .faxxx span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .menuADDRESSBOX .c03 .faxxx span {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
#menuBody nav#menuCircle .menu_content {
  z-index: 3;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .menu_content {
    width: calc(100% - 0rem);
    height: 100vh;
    position: relative;
    top: 0%;
    left: 0rem;
    transform: translate3d(0%, 0%, 0);
    margin: 0 auto;
    padding: 90px 2rem 120px 2rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .menu_content .menu_inner {
    display: block;
  }
}
#menuBody nav#menuCircle ul.menu_list li {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li {
    margin-bottom: 0px;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign.menuIcon {
  position: relative;
  overflow: hidden;
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign .menuIcon > a {
  display: block;
  padding: 2rem 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign .menuIcon > a::before {
  content: "›";
  position: absolute;
  top: 2.6rem;
  right: 0.6rem;
  color: #f5aa1d;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .menuIcon > a::before {
    top: 2.2rem;
    right: 1.2rem;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign .menuIcon > a::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: solid 1px #f5aa1d;
  background-size: 30%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  margin-left: 0rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .menuIcon > a::after {
    width: 3rem;
    height: 3rem;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign .inSmallMenu {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .inSmallMenu
  .inMinMenuLin {
  position: relative;
  overflow: hidden;
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .inSmallMenu
  .inMinMenuLin
  a {
  margin-top: 1rem;
  display: block;
  color: #333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .inSmallMenu
    .inMinMenuLin
    a {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign a,
#menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn {
  position: relative;
  color: #ffffff;
  -webkit-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign a dl,
#menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign a dl dt,
#menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl dt {
  margin-right: 1rem;
  color: #333;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  font-family: source-han-serif-japanese, serif;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign a dl dt,
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl dt {
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-right: 1.5rem;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign a dl dd,
#menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl dd {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1100px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign a dl dd,
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl dd {
    /* font-size: 0.14rem; */
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign a dl dd,
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn dl dd {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
#menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn:before {
  display: none;
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.menu_list_detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 52rem;
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.menu_list_detail {
    min-width: auto;
    margin-top: 0;
  }
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.menu_list_detail
  > li {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.menu_list_detail
    a {
    display: block;
  }
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.menu_list_detail
    a:hover {
    color: #fff179;
  }
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.menu_list_detail
  a
  span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.menu_list_detail
    a
    span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.menu_list_detail
    .menuIcon
    a {
    display: block;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .menuDesign .sub_btn ul.subMenu {
    margin-top: 0vh;
    padding-left: 0rem;
    display: block !important;
  }
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.subMenu
  li
  a
  span {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.subMenu
    li
    a
    span {
    padding-left: 1.4rem;
  }
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.subMenu
  li
  a
  span:before {
  content: "ー";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.16rem;
  color: #fff;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 768px) {
  #menuBody
    nav#menuCircle
    ul.menu_list
    li
    .menuDesign
    .sub_btn
    ul.subMenu
    li
    a
    span:before {
    font-size: 1.16rem;
  }
}
#menuBody
  nav#menuCircle
  ul.menu_list
  li
  .menuDesign
  .sub_btn
  ul.subMenu
  li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle ul.menu_list li .noTab {
    padding: 16px 7vw 16px;
  }
  #menuBody nav#menuCircle ul.menu_list li .noTabLink a {
    display: block;
    padding: 16px 7vw 16px;
    border-bottom: 2px solid #333333;
  }
  #menuBody nav#menuCircle ul.menu_list li .onTab {
    height: 55px;
    padding: 16px 7vw 16px;
  }
  #menuBody nav#menuCircle ul.menu_list li .onTab:before,
  #menuBody nav#menuCircle ul.menu_list li .onTab:after {
    content: "";
    border: 1.6px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(45deg) translate3d(0px, -4px, 0);
    transform: rotate(45deg) translate3d(0px, -4px, 0);
    border-top: none;
    border-left: none;
    right: 6vw;
    border-color: #000;
  }
}
#menuBody nav#menuCircle .hidden {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .hidden {
    width: 100%;
  }
}
#menuBody nav#menuCircle .inMotion {
  transform: translate3d(0, 100px, 0);
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .inMotion {
    transform: translate3d(0, 0px, 0) !important;
  }
}
#menuBody nav#menuCircle .leftMenu {
  margin: 0 0rem;
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .leftMenu {
    margin: 0 0vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #menuBody nav#menuCircle .leftMenu .menu_list li {
    padding-right: 0px;
  }
  #menuBody nav#menuCircle .leftMenu .menu_list li.last {
    margin-bottom: 0;
  }
}
#menuBody nav#menuCircle .bottomMenu .overlayBtn {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .spPrivacy {
    background: rgba(76, 76, 76, 0.8);
  }
}
.overRideRight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .overRideRight {
    display: none;
  }
}
.overRideRight .overlayRightZ {
  opacity: 0;
}
.overRideRight .overTop {
  background: #e4e4e4;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.overRideRight .overTop .overLogo {
  width: 100%;
  height: 100%;
  min-width: 340px;
  padding: 0rem;
}
.overRideRight .overTop .overLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
@keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mainBtnHeader {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader {
    padding: 4rem 0;
  }
}
.mainBtnHeader ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul {
    display: block;
  }
}
.mainBtnHeader ul li {
  overflow: hidden;
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul li {
    width: 100%;
  }
  .mainBtnHeader ul li:first-child {
    margin-bottom: 2rem;
  }
}
.mainBtnHeader ul li .overlayBtn {
  opacity: 0;
}
.mainBtnHeader ul li a {
  color: #fff;
  height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background: #333;
  border-radius: 1rem;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: all 0.4s;
}
.mainBtnHeader ul li a .inin .tell {
  display: inline-block;
  font-size: 1.8rem;
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul li a .inin .tell {
    font-size: 1.6rem;
  }
}
.mainBtnHeader ul li a .inin .tell i {
  font-size: 2.2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul li a .inin .tell i {
    font-size: 2.6rem;
  }
}
.mainBtnHeader ul li a .inin .mail {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul li a .inin .mail {
    font-size: 1.6rem;
  }
}
.mainBtnHeader ul li a .inin .mail i {
  font-size: 2.2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .mainBtnHeader ul li a .inin .mail i {
    font-size: 2.6rem;
  }
}
.mainBtnHeader ul li a:hover {
  opacity: 0.7;
}
.headTopBtnAddSec {
  margin-right: 2rem;
}
.headTopBtnAddSec a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: arial;
  padding: 1rem 3rem;
  transition: all 0.4s;
}
.headTopBtnAddSec a span i {
  margin-right: 1rem;
}
.headTopBtnAddSec a:hover {
  background: #fff;
  color: #e60012;
}
.headTopBtnAdd {
  margin-right: 2rem;
}
.headTopBtnAdd a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: arial;
  padding: 1rem 3rem;
  transition: all 0.4s;
}
.headTopBtnAdd a span i {
  margin-right: 1rem;
}
.headTopBtnAdd a:hover {
  background: #fff;
  color: #e60012;
}
.headTopBtnAdd02 a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: arial;
  padding: 1rem 3rem;
  transition: all 0.4s;
}
.headTopBtnAdd02 a span i {
  margin-right: 1rem;
}
.headTopBtnAdd02 a:hover {
  background: #fff;
  color: #e60012;
}
@media only screen and (max-width: 768px) {
  #spNavigation #navInner {
    z-index: 31;
  }
  #spNavigation .head {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 220;
    background: #aaa;
    display: table;
    padding: 8px 0 2px;
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #spNavigation .head.scrollActive {
    -webkit-transform: translate3d(0%, 0px, 0);
    transform: translate3d(0%, 0px, 0);
  }
  #spNavigation .head .cell {
    display: table-cell;
    vertical-align: bottom;
    width: 25%;
    height: 50px;
    text-align: center;
  }
  #spNavigation .head .cell#regist {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    height: 50px;
  }
  #spNavigation .head .cell a {
    display: block;
    color: #fff;
    padding: 4px 0;
  }
  #spNavigation .head .cell a .subIcon {
    padding: 0 3px;
    display: inline-block;
  }
  #spNavigation .head .cell a .subIcon .fa-home {
    padding: 0 0 3px 0;
    font-size: 28px;
  }
  #spNavigation .head .cell a .subIcon .fa-phone {
    padding: 0 0 3px 0;
    font-size: 28px;
  }
  #spNavigation .head .cell a .subIcon .fa-envelope {
    padding: 0 0 6px 0;
    font-size: 24px;
  }
  #spNavigation .head .cell a .subList_text {
    font-size: 11px;
    font-weight: bold;
    display: block;
    letter-spacing: -0.06em;
    margin-right: -1px;
  }
  #spNavigation .head .cell a .subList_text:after {
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
  }
  #spNavigation .head .nav_btn {
    position: relative;
    display: table-cell;
  }
  #spNavigation .head .nav_btn .menuBtn {
    padding: 0px 0px 0px 0;
    position: relative;
    top: 0px;
    right: 0px;
  }
  #spNavigation .head .nav_btn .menuBtn a.menu-trigger {
    vertical-align: middle;
  }
  #spNavigation .head .nav_btn .menu-trigger {
    position: relative;
    display: inline-block;
    width: 42px;
  }
  #spNavigation .head .nav_btn .menu-trigger div.menu {
    width: 34px;
    height: 25px;
    margin-bottom: 4px;
    position: relative;
  }
  #spNavigation .head .nav_btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(1) {
    top: 0;
    transition: all 0.3s;
  }
  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(2) {
    top: 9px;
    transition: all 0.3s;
  }
  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
    transition: all 0.3s;
  }
  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #navInner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #0f3278;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 21;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0px, 0);
    transform: translate3d(-100%, 0px, 0);
    -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  }
  .menuOpen #navInner {
    -webkit-transform: translate3d(0%, 0px, 0) !important;
    transform: translate3d(0%, 0px, 0) !important;
  }
  #navInner .navIn {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #f5aa1d;
    position: relative;
    bottom: 0;
    right: 0;
    padding-bottom: 60px;
    overflow-y: auto;
  }
  #navInner .navIn li {
    text-align: left;
  }
  #navInner .navIn ul li div.sub_btn {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #navInner .navIn ul li div.sub_btn::before,
  #navInner .navIn ul li div.sub_btn::after {
    content: "";
    border: 1.6px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg) translate3d(0px, -4px, 0);
    transform: rotate(45deg) translate3d(0px, -4px, 0);
    border-top: none;
    border-left: none;
    right: 20px;
    border-color: #fff;
  }
  #navInner .navIn ul li div.sub_btn.open::before,
  #navInner .navIn ul li div.sub_btn.open::after {
    content: "";
    border: 1.6px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-135deg) translate3d(0px, -4px, 0);
    transform: rotate(-135deg) translate3d(0px, -4px, 0);
    border-top: none;
    border-left: none;
    right: 14px;
    border-color: #fff;
  }
  #navInner .navIn ul li ul.sub_item {
    text-align: left;
    background: #0a6226;
    display: none;
  }
  #navInner .navIn ul li ul.sub_item a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #navInner .navIn ul.m_menu li a,
  #navInner .navIn ul.s_menu li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 14px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #navInner .navIn li.nextOpen {
    position: relative;
    color: #607db7;
    font-size: 14px;
    padding: 14px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #navInner .navIn .f_tell_m a {
    width: 90%;
    margin: 12% auto;
    padding: 12px 0;
    display: block;
    background: #fff;
  }
  #navInner .f_tell_m a {
    color: #f5aa1d;
    text-align: center;
  }
  #navInner .f_tell_m a .tell_top {
    font-size: 4vw;
    display: block;
  }
  #navInner .f_tell_m a .subIcon {
    font-size: 7vw;
    padding-right: 5px;
  }
  #navInner .f_tell_m a .subList_text {
    font-size: 7vw;
    letter-spacing: 0.04em;
  }
}
.fixSNS {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  z-index: 103;
}
@media only screen and (max-width: 768px) {
  .fixSNS {
    display: none;
  }
}
.fixSNS .footerSNSLINK2 {
  font-size: 2rem;
}
.fixSNS .footerSNSLINK2 a {
  color: #fff;
}
.fixSNS .footerSNSLINK2 .insta {
  margin: 1rem 0 0;
}
footer {
  background: #f6f6f6;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 {
    padding-top: 4rem;
  }
}
footer .inin .c01 .flexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap {
    display: block;
  }
}
footer .inin .c01 .flexWrap .leftBox {
  position: relative;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-bottom: 0;
}
footer .inin .c01 .flexWrap .leftBox .inLeft .footerLOGO a {
  display: block;
  width: 26rem;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .leftBox .inLeft .footerLOGO a {
    width: 20rem;
    margin: 0 auto 5rem;
  }
}
footer .inin .c01 .flexWrap .leftBox .inLeft .footerInMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .inin .c01 .flexWrap .leftBox .inLeft .footerInMenu .footerMenuFlex {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .leftBox .inLeft .footerInMenu .footerMenuFlex {
    width: 100%;
  }
  footer
    .inin
    .c01
    .flexWrap
    .leftBox
    .inLeft
    .footerInMenu
    .footerMenuFlex:last-child {
    margin-top: 4rem;
  }
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dt
  a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.6rem;
  position: relative;
  padding-left: 1.5rem;
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dt
  a::before {
  content: "";
  background: #f5aa1d;
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dd {
  position: relative;
  margin-top: 3rem;
  padding-left: 2rem;
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dd::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dd
  ul
  li:not(:first-child) {
  margin-top: 1rem;
}
footer
  .inin
  .c01
  .flexWrap
  .leftBox
  .inLeft
  .footerInMenu
  .footerMenuFlex
  dl
  dd
  ul
  li
  a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
footer .inin .c01 .flexWrap .rightBox {
  position: relative;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .rightBox {
    margin-top: 6rem;
    padding: 0 0rem 0 0rem;
  }
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li:not(:first-child) {
  margin-top: 2rem;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a {
  display: block;
  position: relative;
  min-width: 54rem;
  padding: 3rem 4rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .rightBox .inRight ul li a {
    min-width: auto;
  }
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a::after {
  border: solid 1px #f5aa1d;
  background: url(../img/icon_arrow_white02.svg) no-repeat center #f5aa1d;
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  transform: translate(0, 0%);
  margin-left: -0rem;
  transition: 0.3s;
  z-index: 2;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .rightBox .inRight ul li a::after {
    width: 4rem;
    height: 4rem;
  }
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a.b01 {
  background: url(../img/footer_img01.jpg) no-repeat center/cover;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a.b02 {
  background: url(../img/footer_img02.jpg) no-repeat center/cover;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a::before {
  content: "";
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border-radius: 3rem;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a .inT {
  position: relative;
  transform: translate(0%, 0);
  z-index: 3;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a .inT .d01 {
  color: #f5aa1d;
  position: relative;
  font-size: 5rem;
  font-weight: 500;
  line-height: 4rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
}
footer .inin .c01 .flexWrap .rightBox .inRight ul li a .inT .d02 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  footer .inin .c01 .flexWrap .rightBox .inRight ul li a .inT .d02 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
footer .inin .c02 {
  margin-top: 5rem;
  position: relative;
}
footer .inin .c02 .ininin .f01 {
  position: relative;
  font-size: 15rem;
  font-weight: 500;
  line-height: 13rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  footer .inin .c02 .ininin .f01 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
footer .inin .c02 .ininin .f01 .g01 {
  color: #f5aa1d;
}
footer .inin .c02 .ininin .f02 {
  position: absolute;
  bottom: 1rem;
  right: 0%;
  transform: translate(0%, 0);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}
@media only screen and (max-width: 768px) {
  footer .inin .c02 .ininin .f02 {
    position: static;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
footer .inin .c03 {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
}
footer .inin .cSNS {
  margin-top: 4rem;
}
footer .inin .cSNS .footerSNSLINK {
  font-size: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
footer .inin .cSNS .footerSNSLINK a {
  color: #222;
}
footer .inin .cSNS .footerSNSLINK .insta {
  margin: 0 2rem 0 0;
}
#page_top {
  position: fixed;
  bottom: 0rem;
  right: 5rem;
  z-index: 80;
  display: none;
}
@media only screen and (max-width: 768px) {
  #page_top {
    bottom: 10rem;
    right: 0rem;
    z-index: 30;
  }
}
#page_top a {
  background: #f5aa1d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  width: 6rem;
  height: 6rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #page_top a {
    width: 5rem;
    height: 5rem;
  }
}
#page_top a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
.footerSNSLINK {
  font-size: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footerSNSLINK a {
  color: #fff;
}
.footerSNSLINK .insta {
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 80%;
  }
  .sp,
  br.s {
    display: none !important;
  }
  .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
  }
  .text01 {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    font-feature-settings: "palt" 1;
  }
  .text02 {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt" 1;
  }
  .text03 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text14 {
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: 0.04em;
  }
  .text13 {
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 75%;
  }
  body {
    font-size: 0.9rem;
  }
  html,
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  .pc,
  br.p {
    display: none !important;
  }
  .text01 {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text02 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
  }
  .text03 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text,
  .text16 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.04em;
  }
  .text14 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
  }
  img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.980644vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.7806442167vw;
  }
  body {
    font-size: 0.16rem;
  }
  .sp,
  br.s {
    display: none !important;
  }
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 63.5%;
  }
}
/*# sourceMappingURL=style.css.map */
