@charset "UTF-8";
a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

main {
  display: block;
  position: relative;
  z-index: 4;
}

canvas {
  opacity: 0.04;
}

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

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

.min {
  font-family: "Kaisei Tokumin", serif;
  letter-spacing: 0.3em;
}

.ggmap {
  position: relative;
  overflow: hidden;
}
.ggmap:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .ggmap:before {
    content: "";
    padding-bottom: 56.25%;
    display: block;
  }
}

.title01 {
  line-height: 1.25;
  text-align: center;
  margin: 0 0 20px;
  color: #05AF00;
}
.title01 span {
  display: inline-block;
  font-size: 2.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 50px 80px;
}
.title01 span::before, .title01 span::after {
  content: "";
  width: 94px;
  height: 81px;
  background: url(../images/common/title-img.svg) no-repeat center/94px;
  position: absolute;
}
.title01 span::before {
  left: 0;
  top: 0;
}
.title01 span::after {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .title01 {
    margin: 0 0 35px;
  }
  .title01 span {
    font-size: 1.4444444444rem;
    margin: 0;
    padding: 0;
    line-height: 1.35;
  }
  .title01 span::after, .title01 span::before {
    content: none;
  }
}

.title02 {
  font-size: 2.5555555556rem;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 70px;
  padding: 0 0 25px;
  color: #05AF00;
  background: url(../images/common/title.svg) no-repeat bottom left/89px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 1.7777777778rem;
    margin: 0 0 30px;
    padding: 0 0 16px;
    line-height: 1.35;
  }
}

.link-gesture {
  text-align: right;
}
.link-gesture a {
  display: inline-block;
  position: relative;
  padding: 6px 60px 6px 0;
  font-size: 1.1111111111rem;
  color: #2D0422;
}
.link-gesture a:before, .link-gesture a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.link-gesture a:before {
  height: 1px;
  width: 100px;
  background: #2D0422;
  transition: all 0.3s 0s ease;
}
.link-gesture a:after {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #2D0422;
}
.link-gesture a:hover:before {
  right: 30px;
  transition: all 0.3s 0.4s ease;
}
.link-gesture a:hover:after {
  right: 50px;
}
@media screen and (max-width: 959px) {
  .link-gesture a {
    font-size: 1rem;
    padding: 2vw 50px 2vw 0;
  }
}

.button01 {
  position: relative;
  z-index: 1;
}
.button01 a, .button01 button, .button01 input {
  position: relative;
  display: inline-block;
  background: rgba(95, 73, 182, 0.6);
  padding: 24px 62px;
  border-radius: 60px;
  border: 1px solid #2D0422;
  line-height: 1;
  text-align: center;
  font-size: 1.1111111111rem;
  font-weight: 700;
  border-radius: 100px;
  color: #fefffe;
}
.button01 a:before, .button01 button:before, .button01 input:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  right: -10px;
  bottom: 10px;
  background: #2D0422;
}
@media screen and (min-width: 1191px) {
  .button01 a:hover, .button01 button:hover, .button01 input:hover {
    background: rgba(95, 73, 182, 0.8);
  }
  .button01 a:hover:before, .button01 button:hover:before, .button01 input:hover:before {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .button01 a, .button01 button, .button01 input {
    width: 300px;
    max-width: 100%;
    min-width: 0;
    padding: 15px 25px 15px 20px;
    font-size: 16px;
  }
  .button01 a:before, .button01 button:before, .button01 input:before {
    right: -20px;
  }
}

.wave {
  left: 0;
}

.wave svg use {
  fill: #fefffe;
  animation: wave linear 300s infinite;
}

.wave svg use:nth-of-type(2) {
  opacity: 0.6;
  animation-duration: 160s;
}

.wave svg use:nth-of-type(3) {
  animation-duration: 45s;
  opacity: 0.6;
}

.wave02 svg use {
  fill: #fefffe;
  animation: wave02 linear 320s infinite;
}

.wave02 svg use:nth-of-type(2) {
  opacity: 0.6;
  animation-duration: 100s;
}

.wave02 svg use:nth-of-type(3) {
  animation-duration: 26s;
  opacity: 0.6;
}

@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes wave02 {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(50%);
  }
}
.btnlist {
  display: flex;
  justify-content: center;
}
.btnlist li:first-child {
  margin: 0 30px 0 0;
}

.pager {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  .pager {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  .pager {
    width: calc(100% - 16vw);
  }
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager ul li {
  width: 45px;
  height: 45px;
  margin: 0 20px 0 0;
}
.pager ul li:last-child {
  margin: 0;
}
.pager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #05AF00;
  position: relative;
  border: 1px solid #05AF00;
  border-radius: 50px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1191px) {
  .pager ul li a:hover {
    background: #05AF00;
    color: #fefffe;
  }
}
.pager ul li.true a {
  background: #05AF00;
  pointer-events: none;
  color: #fefffe;
}
@media screen and (max-width: 767px) {
  .pager ul li {
    width: 40px;
    height: 40px;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

#svg-animation .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@media (max-width: 767px) {
  #svg-animation {
    width: 120px;
    stroke-width: 10px;
  }
}

/*common*/
a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1190px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*::-moz-selection {
  background: rgba(255, 139, 0, 0.6);
  color: #fefffe;
}
*::selection {
  background: rgba(255, 139, 0, 0.6);
  color: #fefffe;
}

*::-moz-selection {
  background: rgba(255, 139, 0, 0.6);
  color: #fefffe;
}

:root {
  font-size: 18px;
}
@media screen and (max-width: 1190px) {
  :root {
    font-size: clamp(14px, 4.267vw, 17px);
  }
}

body {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fefffe;
  color: #2D0422;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:before {
  content: "";
  height: 167%;
  width: 120%;
  background: rgb(255, 211, 149);
  background: linear-gradient(175deg, rgb(255, 211, 149) 0%, rgb(230, 138, 134) 50%, rgb(102, 78, 186) 80%, rgb(82, 65, 175) 100%);
  position: absolute;
  left: -20%;
  top: -67%;
  z-index: -2;
}
body:after {
  content: "";
  height: 140%;
  width: 200%;
  background: rgb(239, 197, 109);
  background: radial-gradient(circle, rgb(239, 197, 109) 0%, rgba(237, 150, 88, 0.2) 22%, rgba(236, 116, 73, 0.1) 38%, rgba(221, 82, 82, 0.1) 69%, rgba(201, 68, 94, 0.1) 80%, rgba(156, 46, 105, 0) 100%);
  position: absolute;
  left: -100%;
  top: -100%;
  opacity: 0.8;
  z-index: -1;
}

#header {
  box-shadow: 0px 0px 55px -50px #2D0422;
  position: relative;
  width: 100%;
  z-index: 99999999;
  padding: 16px 0;
  transition: all 0.2s 0s ease;
}
#header:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/common/hader-bg.svg);
  position: absolute;
  left: 0;
  top: 0;
}
#header .menu:after {
  content: none;
}
#header #head_menu {
  position: relative;
  z-index: 1;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  #header #head_menu {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #header #head_menu {
    width: calc(100% - 16vw);
  }
}
#header #head_menu .logo {
  width: 100px;
}
#header #head_menu .logo a {
  display: block;
}
#header #head_menu .logo a img {
  width: 100%;
  height: 100%;
}
#header #head_menu .menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header #head_menu .menu .gnavi {
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .gnavi .reservation {
  margin-left: 24px;
}
#header #head_menu .menu .gnavi .reservation a {
  color: #fefffe;
  display: block;
  padding: 16px 32px;
  font-size: 0.8888888889rem;
  border: 1px solid #fefffe;
  border-radius: 100px;
  font-weight: 700;
}
#header #head_menu .menu .gnavi .reservation a:hover {
  background: #fefffe;
  color: #FF8B00;
}
#header #head_menu .menu .gnavi ul {
  display: flex;
  justify-content: flex-end;
}
#header #head_menu .menu .gnavi ul li {
  margin: 0 12px;
  cursor: pointer;
}
#header #head_menu .menu .gnavi ul li a {
  font-size: 0.8611111111rem;
  color: #fefffe;
  position: relative;
  padding: 16px 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #header #head_menu .menu .gnavi ul li a {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .gnavi ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fefffe;
    border-radius: 8px;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    margin: auto;
  }
  #header #head_menu .menu .gnavi ul li a:hover:before {
    opacity: 1;
  }
}
#header #head_menu .menu .gnavi ul li:last-child {
  margin-right: 0;
}
#header #head_menu .menu .gnavi ul li:first-child {
  margin-left: 0;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children a {
  position: relative;
  padding-right: 20px;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fefffe;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 50%;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul {
  width: 100%;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li {
  display: none;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a {
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  font-size: 0.8333333333rem;
  display: block;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:after {
  content: "";
  opacity: 0.33;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  z-index: -1;
}
#header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:before {
  content: none;
}
@media screen and (min-width: 1191px) {
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true a:before {
    transform: rotate(315deg);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li {
    display: block;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild a {
    position: relative;
    padding-right: 20px;
    z-index: 2;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #2D0422;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    right: 0;
    top: 50%;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild ul li {
    display: none;
    position: relative;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true {
    color: #05AF00;
    font-weight: 700;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true a:before {
    transform: rotate(315deg);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul {
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 30px);
    width: 100vw;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li {
    display: block;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a {
    background: #fefffe;
    padding: 12px 24px;
    border-radius: 80px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a:before, #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li a:after {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li.menu-item-has-grandchild.true ul li:after {
    content: "";
    border-radius: 80px;
    opacity: 0.33;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    z-index: -1;
  }
}
#header #head_menu #nav-toggle {
  display: none;
}
#header .menubg {
  width: 100vw;
  height: 0;
  background: #2D0422;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
#header .menubg.true {
  height: 100vw;
  opacity: 0.9;
}

.is-fixed {
  padding-top: 119px;
}
.is-fixed #header {
  transition: all 0.6777s 0s ease;
  position: fixed;
  padding: 12px;
  top: 0;
  box-shadow: 0px 0px 55px -32px #4C564F;
}
@media screen and (max-width: 1191px) {
  .is-fixed #header {
    padding: 12px 0;
  }
}
.is-fixed #header #head_menu .logo {
  width: 80px;
}
.is-fixed #header #head_menu .logo a {
  padding: 0;
}
.is-fixed #header #head_menu .gnavi ul li a {
  font-size: 0.7777777778rem;
}
.is-fixed #header #head_menu .gnavi ul li ul li a {
  font-size: 0.7777777778rem;
}

#conversionarea {
  margin-bottom: 60px;
  position: relative;
}
#conversionarea:before, #conversionarea:after {
  content: "";
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 252px;
}
#conversionarea:before {
  background: url(../images/common/cv-top.webp) no-repeat top center/contain;
  bottom: calc(100% - 50px);
  z-index: 3;
}
#conversionarea:after {
  background: url(../images/common/cv-bottom.webp) no-repeat top center/contain;
  top: calc(100% - 50px);
  z-index: 3;
}
#conversionarea .inner {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fefffe;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  #conversionarea .inner {
    width: calc(100% - 16vw);
  }
}
#conversionarea .inner:before, #conversionarea .inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
  opacity: 0.7;
}
#conversionarea .inner:before {
  background: url(../images/common/cv-left.jpg) center/cover;
  right: 100%;
}
#conversionarea .inner:after {
  background: url(../images/common/cv-right.jpg) center/cover;
  left: 100%;
}
#conversionarea .inner .text {
  text-align: center;
  font-weight: 700;
  font-size: 1.3333333333rem;
  margin-bottom: 50px;
}
#conversionarea .inner .button01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #conversionarea {
    margin: 0;
    position: relative;
  }
  #conversionarea:before, #conversionarea:after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 860px;
    height: 126px;
  }
  #conversionarea .inner {
    position: relative;
    padding: 70px 0 100px;
  }
  #conversionarea .inner:before, #conversionarea .inner::after {
    content: none;
  }
  #conversionarea .inner .text {
    text-align: center;
    font-weight: 700;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  @keyframes twinkle {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(0.7);
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(0.6);
    }
  }
}
#footer {
  z-index: 3;
  font-size: 0.8333333333rem;
  position: relative;
  overflow: hidden;
}
#footer .star {
  position: absolute;
  display: block;
  background: url(../images/common/star.svg) center/cover;
  border-radius: 50%;
  opacity: 0;
  animation: twinkle 5s infinite;
  z-index: -1;
}
#footer .inner {
  position: relative;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 330px;
}
@media screen and (max-width: 1920px) {
  #footer .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #footer .inner {
    width: calc(100% - 16vw);
  }
}
#footer .inner:before, #footer .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
}
#footer .inner::before {
  right: 294px;
  width: 1485px;
  height: 405px;
  background: url(../images/common/footer-left.svg) no-repeat center/contain;
}
#footer .inner::after {
  left: calc(100% - 27px);
  width: 182px;
  height: 179px;
  background: url(../images/common/footer-right.svg) no-repeat center/contain;
}
#footer .inner .img {
  position: absolute;
  right: -40px;
  top: 0;
  width: 431px;
  height: 431px;
}
#footer .inner .logo {
  margin-bottom: 30px;
}
#footer .inner .logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #footer {
    margin: 0;
    z-index: 5;
    position: relative;
  }
  #footer .inner {
    position: relative;
    max-width: 1620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 330px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1920px) {
  #footer .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #footer .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #footer .inner:before, #footer .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
  }
  #footer .inner::before {
    right: 16vw;
    width: 80vw;
    height: 21.84vw;
    background: url(../images/common/footer-left.svg) no-repeat center/contain;
  }
  #footer .inner::after {
    left: calc(100% - 4vw);
    width: 16vw;
    height: 15.68vw;
    background: url(../images/common/footer-right.svg) no-repeat center/contain;
  }
  #footer .inner .img {
    position: absolute;
    right: -20.533vw;
    top: auto;
    bottom: 12.8vw;
    width: 61.333vw;
    height: 61.333vw;
  }
  #footer .inner .logo {
    margin-bottom: 30px;
  }
  #footer .inner .logo img {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 1190px) {
  body {
    overflow: hidden;
    display: block;
  }
  #header {
    padding: 12px 0;
    opacity: 0;
    transition: all 0.5s 0s ease;
    position: relative;
    top: auto;
  }
  #header .menubg {
    display: none;
  }
  #header.true {
    opacity: 1;
  }
  #header #head_menu {
    width: calc(100% - 8vw);
    overflow: visible;
    display: block;
    height: auto;
    position: static;
  }
  #header #head_menu .logo {
    width: 100%;
  }
  #header #head_menu .logo a {
    width: 60px;
    position: relative;
  }
  #header #head_menu .logo.true {
    top: 10px;
  }
  #header #head_menu .menu {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-end;
    padding: 100px 0 0 50px;
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.67777);
    transition: all 0.3s 0s ease;
    z-index: -1;
    opacity: 0;
    right: -50px;
    -webkit-overflow-scrolling: touch;
  }
  #header #head_menu .menu:after {
    content: "";
    background: rgb(171, 110, 158);
    background: linear-gradient(180deg, rgb(171, 110, 158) 0%, rgb(102, 78, 186) 67%, rgb(29, 29, 147) 100%);
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100px;
    opacity: 0;
    transition: all 0.3s 0.2s ease;
    z-index: -2;
  }
  #header #head_menu .menu .inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    width: 100%;
  }
  #header #head_menu .menu .gnavi {
    position: relative;
    z-index: -1;
    background: none;
    display: block;
    width: 100%;
    opacity: 0;
    padding-bottom: 100px;
    transition: all 0.3s 0.4s ease;
    overflow: scroll;
  }
  #header #head_menu .menu .gnavi .reservation {
    margin-top: 16px;
    margin-right: 54px;
  }
  #header #head_menu .menu .gnavi .reservation a {
    border-color: #fefffe;
    border-radius: 100px;
    color: #fefffe;
    background: transparent;
    text-align: center;
  }
  #header #head_menu .menu .gnavi ul {
    display: block;
    margin: 0;
    width: auto;
  }
  #header #head_menu .menu .gnavi ul li {
    width: 100%;
    height: 100%;
    display: none;
    margin: 0;
    padding: 5px 30px 15px;
  }
  #header #head_menu .menu .gnavi ul li span, #header #head_menu .menu .gnavi ul li a {
    height: auto;
    display: block;
    color: #fff;
    text-align: left;
    padding: 0;
  }
  #header #head_menu .menu .gnavi ul li span span, #header #head_menu .menu .gnavi ul li a span {
    text-align: left;
  }
  #header #head_menu .menu .gnavi ul li span:before, #header #head_menu .menu .gnavi ul li a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 2px;
    height: 16px;
    border: none;
    transform: rotate(0);
    background: #fefffe;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children a:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fefffe;
    position: absolute;
    right: 0;
    top: 15px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul {
    transform: translateX(0%);
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a {
    text-align: left;
    border: none;
    width: 100%;
    padding: 10px 50px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children ul li a:after {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul {
    width: calc(100% - 20px);
    background: #fefffe;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 16px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li {
    display: block;
    padding: 0;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #05AF00;
    padding: 8px 5px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a {
    position: relative;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 2px;
    height: 16px;
    border: none;
    transform: rotate(0);
    background: #FF8B00;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild a:after {
    left: auto;
    opacity: 1;
    content: "";
    width: 16px;
    height: 2px;
    background: #FF8B00;
    position: absolute;
    right: 0;
    top: 15px;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild ul {
    display: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true a:before {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul {
    display: block;
    margin: 0 0 0 10px;
    border-radius: 0;
    padding: 10px 0px 10px 10px;
    border-left: 1px solid #05AF00;
  }
  #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul li a:before, #header #head_menu .menu .gnavi ul li.menu-item-has-children.true ul .menu-item-has-grandchild.true ul li a:after {
    content: none;
  }
  #header #head_menu .menu .gnavi ul li:last-child ul {
    margin-bottom: 90px;
  }
  #header.open #head_menu .menu {
    width: 100%;
    right: 0;
    opacity: 1;
    z-index: 10000000;
  }
  #header.open #head_menu .menu:after {
    width: calc(100vw - 25px);
    right: 0;
    opacity: 1;
    border-radius: 32px 0 0;
  }
  #header.open #head_menu .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #header.open #head_menu .menu .btn-area {
    margin: 0 0 40px;
    padding: 0 10px;
    display: flex;
  }
  #header.open #head_menu .menu .btn-area li {
    width: calc(50% - 10px);
  }
  #header.open #head_menu .menu .btn-area li a {
    display: block;
    width: 100%;
    border: 1px solid #fefffe;
    font-size: 0.95rem;
    padding: 15px 8px 15px 8px;
    color: #fefffe;
    line-height: 1;
    position: relative;
    text-align: center;
  }
  #header.open #head_menu .menu .btn-area li a svg {
    display: none;
  }
  #header.open #head_menu .menu .btn-area li:first-child {
    margin-right: 20px;
  }
  #header.open #head_menu .menu .gnavi {
    opacity: 1;
    z-index: 2;
  }
  #header.open #head_menu .menu .gnavi ul li {
    display: block;
    text-align: center;
  }
  #header.open #head_menu .menu .gnavi ul li a {
    font-size: 1rem;
  }
  #header.open #head_menu .menu .gnavi ul li a span {
    color: #fff;
    line-height: 1;
    font-size: 10px;
    text-align: left;
  }
  #header.open #head_menu .menu .gnavi ul li ul {
    position: static;
    opacity: 1;
  }
  #header.open #head_menu .menu .gnavi ul li ul li {
    opacity: 1;
  }
  #header.open #head_menu .menu .gnavi ul li ul li a {
    background: transparent;
    color: #fff;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
    font-size: 14px;
    width: 90%;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 100%;
    height: 52px;
    border: none;
    margin-bottom: 3px;
  }
  #global-nav ul li:last-child {
    margin-bottom: 0;
  }
  #header #global-nav ul li a,
  #header.fixed #global-nav ul li a {
    width: 100%;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    border: 1px solid #cec899;
    background-color: #fefffe;
  }
  #header #global-nav ul li a:after,
  #header.fixed #global-nav ul li a:after {
    content: none;
  }
  #header #global-nav ul li a button,
  #header.fixed #global-nav ul li a button {
    font-size: 10px;
    margin-top: 5px;
  }
  #header #head_menu #nav-toggle {
    display: block;
    background-color: #fefffe;
    border-radius: 200px;
  }
  .open #nav-toggle {
    background: rgba(0, 0, 0, 0);
    width: 56px;
    height: 56px;
  }
  .open #nav-toggle:after {
    content: "CLOSE";
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle button:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
    width: calc(100% - 40px);
  }
  .open #nav-toggle button:nth-child(2) {
    width: 0;
    left: 50%;
    opacity: 0;
  }
  .open #nav-toggle button:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
    width: calc(100% - 40px);
  }
  /* #global-nav スライドアニメーション */
  .open#header #header_inner .contents #global-nav {
    opacity: 1;
    display: flex;
    z-index: 999999;
  }
  .open#header #header_inner .contents #global-nav a {
    pointer-events: auto;
  }
  /* Toggle Button */
  #nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    width: 56px;
    height: 56px;
    top: 11.5px;
    cursor: pointer;
    z-index: 99999999999;
    padding: 12px 0 0 0;
  }
  #nav-toggle:after {
    content: "MENU";
    font-size: 0.5555555556rem;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 8px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle button {
    display: block;
    position: absolute;
    height: 2px;
    background: rgb(171, 110, 158);
    background: linear-gradient(180deg, rgb(171, 110, 158) 0%, rgb(102, 78, 186) 67%, rgb(29, 29, 147) 100%);
    transition: 0.33s ease-in-out;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: none;
    pointer-events: none;
    border-radius: 10px;
  }
  #nav-toggle button:nth-child(1) {
    width: calc(100% - 30px);
    top: 0;
  }
  #nav-toggle button:nth-child(2) {
    width: calc(100% - 40px);
    top: 8px;
  }
  #nav-toggle button:nth-child(3) {
    width: calc(100% - 30px);
    top: 16px;
  }
}
.under {
  overflow: hidden;
}
.under #firstview {
  position: relative;
  margin-left: auto;
  margin: 0 0 50px auto;
  width: calc((100% - 1280px) / 2 + 1280px);
  min-height: 450px;
}
.under #firstview .img {
  padding-left: 245px;
  position: relative;
  z-index: 1;
}
.under #firstview .mvbg {
  padding-left: 205px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.under #firstview .mvbg img {
  display: block;
  width: 100%;
}
.under #firstview .textarea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 370px;
  margin-bottom: 80px;
}
.under #firstview .textarea::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 457px;
  height: 450px;
  background: url(../images/index/mv-titlebg.webp);
  top: -60px;
  left: 90px;
}
.under #firstview .textarea::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  background: #fefffe;
  border-radius: 16px;
  transform: rotate(45deg);
  top: 0px;
  left: 110px;
}
.under #firstview .textarea .title {
  margin: 0 0 30px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  color: #05AF00;
  line-height: 1.25;
}
.under #firstview .textarea .title .small {
  display: block;
  font-size: 1.4444444444rem;
  color: #FF8B00;
  margin-bottom: 8px;
}
.under #firstview .textarea .title .small span {
  font-size: 1.1111111111rem;
}
.under #firstview .slash01 {
  position: absolute;
  right: 95%;
  top: -65px;
}
.under #firstview .gara01 {
  width: 14.375vw;
  position: absolute;
  bottom: -2.583vw;
  z-index: 2;
  right: -3.125vw;
}
.under #firstview .gara02 {
  width: 24.385vw;
  position: absolute;
  z-index: 2;
  top: 18vw;
  left: 55vw;
}
@media screen and (max-width: 959px) {
  .under #firstview {
    margin: 0 0 100px auto;
    width: 92vw;
    position: relative;
    min-height: 370px;
  }
  .under #firstview .img {
    width: 100%;
    padding-left: 0;
    z-index: 1;
  }
  .under #firstview .mvbg {
    width: 100vw;
    padding-left: 0;
    left: -4vw;
    position: absolute;
  }
  .under #firstview .textarea {
    position: absolute;
    top: 14vw;
    left: -4vw;
    z-index: 5;
    padding-left: 0px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
  }
  .under #firstview .textarea::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 457px;
    height: 450px;
    background: url(../images/index/mv-titlebg.webp);
    top: -16vw;
    left: -41vw;
  }
  .under #firstview .textarea::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 320px;
    height: 320px;
    background: #fefffe;
    border-radius: 16px;
    transform: rotate(45deg);
    top: -5vw;
    left: -30vw;
  }
  .under #firstview .textarea .title {
    margin: 0 0 30px;
    font-size: 1.7777777778rem;
    font-weight: 700;
    color: #05AF00;
    line-height: 1.25;
  }
  .under #firstview .textarea .title .small {
    display: block;
    font-size: 1.4444444444rem;
    color: #FF8B00;
    margin-bottom: 8px;
  }
  .under #firstview .textarea .title .small span {
    font-size: 1.1111111111rem;
  }
  .under #firstview .gara01 {
    width: 14.375vw;
    position: absolute;
    top: 28.417vw;
    z-index: 2;
    right: -3.125vw;
  }
  .under #firstview .gara02 {
    top: 26vw;
    left: 53vw;
  }
  .under #firstview .slash01 {
    position: absolute;
    right: 20vw;
    top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .under #firstview {
    margin: 0 0 60px auto;
    position: relative;
    min-height: 0;
  }
  .under #firstview .textarea {
    position: relative;
    height: auto;
    top: -4vw;
    left: -4vw;
    margin-bottom: 0;
  }
  .under #firstview .textarea::before {
    content: none;
  }
  .under #firstview .textarea::after {
    content: none;
  }
  .under #firstview .textarea .title {
    margin: 0;
    font-size: 2.2222222222rem;
  }
  .under #firstview .textarea .text {
    display: none;
  }
  .under #firstview .gara01 {
    width: 30.375vw;
    position: absolute;
    top: 30.417vw;
    z-index: 2;
    right: -10.125vw;
  }
  .under #firstview .gara02 {
    top: 16vw;
    left: 46vw;
  }
  .under #firstview .slash01 {
    position: absolute;
    right: 73vw;
    top: -24vw;
  }
}
.under .breadcrumb {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  margin-bottom: 150px;
  text-align: right;
}
@media screen and (max-width: 1920px) {
  .under .breadcrumb {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  .under .breadcrumb {
    width: calc(100% - 16vw);
  }
}
.under .breadcrumb .inner {
  display: inline-block;
}
.under .breadcrumb .inner .list {
  display: flex;
}
.under .breadcrumb .inner .list li {
  font-size: 0.8333333333rem;
  display: flex;
  align-items: center;
}
.under .breadcrumb .inner .list li:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #2D0422;
  border-radius: 8px;
  margin: 0 20px;
}
.under .breadcrumb .inner .list li:last-child:after {
  content: none;
}
.under .breadcrumb .inner .list li a, .under .breadcrumb .inner .list li span {
  font-weight: 700;
}
.under .breadcrumb .inner .list li a:hover {
  text-decoration: underline;
}
.under .breadcrumb .inner .list li img {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  .under .breadcrumb {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 959px) {
  .under .breadcrumb {
    width: calc(100% - 8vw);
  }
}
@media screen and (max-width: 767px) {
  .under .breadcrumb {
    overflow-X: scroll;
    margin-bottom: 60px;
  }
  .under .breadcrumb .inner {
    white-space: nowrap;
    padding: 10px 0 10px 8vw;
  }
}

a, a::before, a::after, button, button::before, button::after {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

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

.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6, .editor-styles-wrapper li {
  line-height: 1.35;
}
.editor-styles-wrapper a:not([class]) {
  text-decoration: underline;
}
.editor-styles-wrapper strong {
  font-weight: 700;
}
.editor-styles-wrapper * {
  margin-bottom: 25px;
  margin-top: 45px;
}
.editor-styles-wrapper *:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h2 {
  font-size: 1.7777777778rem;
  font-weight: 700;
  border-radius: 32px;
  margin-top: 65px;
  padding-left: 32px;
  position: relative;
}
.editor-styles-wrapper h2:before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.33;
}
.editor-styles-wrapper h3 {
  position: relative;
  font-size: 1.6666666667rem;
  padding-top: 30px;
  padding-bottom: 35px;
  font-weight: 700;
}
.editor-styles-wrapper h3:before {
  content: "";
  width: 60px;
  height: 3px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.33;
}
.editor-styles-wrapper h4 {
  position: relative;
  font-size: 1.5555555556rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.editor-styles-wrapper h4:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.33;
}
.editor-styles-wrapper h5 {
  position: relative;
  font-size: 1.4444444444rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.editor-styles-wrapper h5:before {
  content: "";
  width: 60px;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.33;
}
.editor-styles-wrapper p {
  font-size: 1rem;
}
.editor-styles-wrapper p + p {
  padding-top: 0;
}
.editor-styles-wrapper ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #05AF00;
  position: absolute;
  left: 10px;
  top: 8px;
}
.editor-styles-wrapper ul li + li {
  padding-top: 0;
}
.editor-styles-wrapper ul li ul {
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper ul li ul li {
  padding-left: 30px;
}
.editor-styles-wrapper ul li ul li:before {
  width: 6px;
  height: 6px;
  background: #FF8B00;
}
.editor-styles-wrapper ul ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ul ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ul ol li:before {
  font-size: 0.6666666667rem;
  counter-increment: number 1;
  content: counter(number);
  line-height: 1;
  padding: 6px 8px;
  height: auto;
  width: auto;
  border-radius: 20px;
  background: #05AF00;
  color: #fefffe;
  position: absolute;
  left: 0px;
  top: 0;
}
.editor-styles-wrapper ol {
  counter-reset: number 0;
}
.editor-styles-wrapper ol li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}
.editor-styles-wrapper ol li:before {
  font-size: 0.6666666667rem;
  counter-increment: number 1;
  content: counter(number);
  line-height: 1;
  padding: 6px 8px;
  border-radius: 20px;
  background: #05AF00;
  color: #fefffe;
  position: absolute;
  left: 0px;
  top: 0;
}
.editor-styles-wrapper ol li ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.editor-styles-wrapper ol li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #05AF00;
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper ol li ol {
  padding: 0;
  margin: 0;
  counter-reset: number;
}
.editor-styles-wrapper ol li ol li {
  padding-left: 30px;
}
.editor-styles-wrapper ol li ol li:before {
  counter-increment: number 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #FF8B00;
  left: 10px;
  top: 8px;
  padding: 0;
}
.editor-styles-wrapper .wp-block-table {
  padding-bottom: 10px;
}
.editor-styles-wrapper .wp-block-table table {
  min-width: 767px;
}
.editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper * {
    margin-bottom: 25px;
    margin-top: 45px;
  }
  .editor-styles-wrapper *:last-child {
    margin-bottom: 0;
  }
  .editor-styles-wrapper *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper h2 {
    font-size: 1.4444444444rem;
    margin-top: 35px;
    padding-left: 24px;
    position: relative;
  }
  .editor-styles-wrapper h2:before {
    width: 2px;
  }
  .editor-styles-wrapper h3 {
    position: relative;
    font-size: 1.3333333333rem;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .editor-styles-wrapper h3:before {
    content: "";
    width: 40px;
    height: 2px;
  }
  .editor-styles-wrapper h4 {
    position: relative;
    font-size: 1.1666666667rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .editor-styles-wrapper h5 {
    position: relative;
    font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .editor-styles-wrapper h5:before {
    content: "";
    width: 40px;
  }
  .editor-styles-wrapper p {
    font-size: 0.8333333333rem;
  }
  .editor-styles-wrapper p + p {
    padding-top: 0;
  }
  .editor-styles-wrapper .wp-block-table {
    overflow-X: scroll;
  }
  .editor-styles-wrapper .wp-block-table table td, .editor-styles-wrapper .wp-block-table table th {
    padding: 8px 10px;
  }
}

#top {
  min-height: 6000px;
}
#top #firstview {
  margin: 80px 0 0;
  z-index: 1;
  position: relative;
}
#top #firstview .inner {
  padding-bottom: 690px;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1920px) {
  #top #firstview .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #top #firstview .inner {
    width: calc(100% - 16vw);
  }
}
#top #firstview .inner:before, #top #firstview .inner:after {
  content: "";
  position: absolute;
  z-index: -1;
}
#top #firstview .inner::before {
  right: 294px;
  bottom: 0;
  width: 1500px;
  height: 816px;
  background: url(../images/index/mv-img-left.svg) no-repeat center/contain;
}
#top #firstview .inner::after {
  left: calc(100% - 60px);
  bottom: 265px;
  width: 210px;
  height: 342px;
  background: url(../images/index/mv-img-right.svg) no-repeat center/contain;
}
#top #firstview .inner .title {
  margin: 0 29.688vw 0 40px;
  font-size: 1.7777777778rem;
  font-weight: 700;
  color: #fefffe;
  writing-mode: vertical-rl;
  line-height: 1.35;
}
#top #firstview .inner .title span {
  display: block;
  font-size: 2.3333333333rem;
}
#top #firstview .inner .textarea {
  display: flex;
  flex-direction: row-reverse;
}
#top #firstview .inner .textarea p {
  writing-mode: vertical-rl;
  margin: 0 0 0 24px;
  color: #fefffe;
}
#top #firstview .inner .textarea p:last-child {
  margin: 0 0 0 64px;
}
#top #firstview .inner .button {
  writing-mode: vertical-rl;
  text-align: right;
}
#top #firstview .inner .button a {
  position: relative;
  padding: 24px 16px;
  background: rgba(95, 73, 182, 0.3);
  border: 1px solid #2D0422;
  color: #fefffe;
}
#top #firstview .inner .button a:before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: -25px;
  background: #2D0422;
}
#top #firstview .inner .button a:hover {
  background: rgba(95, 73, 182, 0.6);
}
#top #firstview .inner .button a:hover:before {
  bottom: -40px;
}
#top #firstview .inner .sun {
  position: absolute;
  bottom: 420px;
  right: -228px;
  z-index: -2;
  width: 848px;
  height: 650px;
}
#top #firstview .inner .sun:before {
  content: "";
  width: 496px;
  height: 965px;
  background: url(../images/index/mv-shadow.svg) center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 67%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s 1.7s ease;
}
#top #firstview .inner .sun img {
  width: 0%;
  height: auto;
  opacity: 0;
  transition: all 1.5s 0s ease;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
#top #firstview .inner .sun.true img {
  width: 100%;
  opacity: 1;
  top: 0;
}
#top #firstview .inner .sun.true:before {
  opacity: 1;
}
#top #firstview .inner .logo {
  position: absolute;
  top: 0;
  right: 75px;
}
#top #firstview .inner .logo img {
  width: auto;
  height: auto;
}
#top #firstview .stars {
  width: 33%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#top #firstview .stars .star {
  position: absolute;
  display: block;
  background: url(../images/common/star.svg) center/cover;
  border-radius: 50%;
  opacity: 0;
  animation: twinkle 5s infinite;
  z-index: -1;
}
#top #works-section {
  position: relative;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1920px) {
  #top #works-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #top #works-section {
    width: calc(100% - 16vw);
  }
}
#top #works-section .title {
  position: absolute;
  right: 0;
  top: -180px;
}
#top #works-section .imgbox {
  position: absolute;
  left: 0;
  width: 50%;
}
#top #works-section .imgbox .slide-arrow {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
  opacity: 0.8;
}
#top #works-section .imgbox .slide-arrow:hover {
  opacity: 1;
}
#top #works-section .imgbox .slide-arrow img {
  display: block;
}
#top #works-section .imgbox .prev-arrow {
  left: -25px;
}
#top #works-section .imgbox .next-arrow {
  right: -25px;
}
#top #works-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1580px) {
  #top #works-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #top #works-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 1780px) {
  #top #works-section .inner {
    width: calc(100% - 200px);
  }
}
#top #works-section .inner .text {
  width: calc(50% - 100px);
  min-height: 501px;
}
#top #works-section .inner .textbox {
  transition: 0.8s 1s;
  opacity: 0;
}
#top #works-section .inner .textbox.slick-current {
  opacity: 1;
}
#top #works-section .inner .textbox .category a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fefffe;
  border-radius: 50px;
  margin: 0 0 24px;
  color: #fefffe;
  font-size: 0.8333333333rem;
  font-weight: 700;
}
#top #works-section .inner .textbox .category a:hover {
  background: #fefffe;
  color: #2D0422;
}
#top #works-section .inner .textbox .text-title span {
  display: inline-block;
  padding: 0 80px 16px 0;
  margin: 0 0 48px;
  font-size: 1.5555555556rem;
  position: relative;
  line-height: 1.35;
}
#top #works-section .inner .textbox .text-title span:before {
  content: "";
  width: 120px;
  height: 1px;
  background: #2D0422;
  position: absolute;
  right: 0;
  bottom: 0;
}
#top #works-section .inner .textbox .textarea p {
  margin: 0 0 24px;
}
#top #works-section .inner .textbox .textarea p:last-child {
  margin: 0 0 40px;
}
#top #works-section .button01 {
  margin: 80px 0 0;
  text-align: center;
}

#concept #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  #concept #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #concept #introduction-section {
    width: calc(100% - 16vw);
  }
}
#concept #introduction-section .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#concept #introduction-section .textarea p:last-child {
  margin: 0;
}
#concept #introduction-section .slash01 {
  position: absolute;
  right: -275px;
  bottom: 25px;
}
#concept #introduction-section .gara01 {
  position: absolute;
  width: 150px;
  top: -55px;
  right: 95%;
}
#concept #introduction-section .gara02 {
  position: absolute;
  bottom: -324px;
  left: -645px;
  z-index: -1;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept #introduction-section .gara02.true {
  opacity: 1;
}
#concept #introduction-section .gara05 {
  position: absolute;
  right: -240px;
  bottom: -120px;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
}
#concept #introduction-section .gara05.true {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #concept #introduction-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #concept #introduction-section {
    margin-bottom: 40px;
  }
  #concept #introduction-section .textarea p {
    margin: 0 0 24px;
    text-align: left;
  }
  #concept #introduction-section .textarea p br {
    display: none;
  }
  #concept #introduction-section .textarea p:last-child {
    margin: 0;
  }
  #concept #introduction-section .slash01 {
    right: -20.267vw;
    bottom: -41.867vw;
  }
  #concept #introduction-section .gara01 {
    position: absolute;
    width: 21.333vw;
    top: -13.867vw;
    right: 82%;
  }
  #concept #introduction-section .gara02 {
    width: 133vw;
    bottom: -48.267vw;
    left: -104vw;
    z-index: -1;
  }
  #concept #introduction-section .gara02.true {
    opacity: 0.4;
  }
  #concept #introduction-section .gara05 {
    right: 2vw;
    top: -15.667vw;
  }
  #concept #introduction-section .gara05.true {
    width: 12vw;
    opacity: 0.4;
  }
}
#concept #concept-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
#concept #concept-section:before, #concept #concept-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#concept #concept-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.08;
}
#concept #concept-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.08;
}
#concept #concept-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #concept #concept-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #concept #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#concept #concept-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
#concept #concept-section .inner .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#concept #concept-section .inner .textarea p:last-child {
  margin: 0;
}
#concept #concept-section .img {
  position: absolute;
  z-index: 1;
}
#concept #concept-section .img:before {
  content: "";
  width: 27.083vw;
  height: 27.083vw;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
}
#concept #concept-section .img img {
  border-radius: 400px;
}
#concept #concept-section .img01 {
  right: -10.417vw;
  top: 200px;
}
#concept #concept-section .img01 img {
  width: 27.083vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept #concept-section .img01:before {
  left: -5.208vw;
  top: 5.208vw;
}
#concept #concept-section .img01.true img {
  opacity: 1;
}
#concept #concept-section .img02 {
  left: -8.417vw;
  bottom: 100px;
}
#concept #concept-section .img02 img {
  width: 25.521vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#concept #concept-section .img02:before {
  right: -3.208vw;
  bottom: 3.208vw;
}
#concept #concept-section .img02.true img {
  opacity: 1;
}
#concept #concept-section .slash01 {
  position: absolute;
  right: -70px;
  top: 600px;
  z-index: 9;
}
#concept #concept-section .slash02 {
  position: absolute;
  bottom: 500px;
  z-index: 9;
  left: -50px;
}
#concept #concept-section .wave {
  width: 3600px;
  height: 375px;
}
#concept #concept-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  #concept #concept-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #concept #concept-section .inner .textarea p br {
    display: none;
  }
  #concept #concept-section .img01 {
    right: -12.417vw;
    top: 90px;
  }
  #concept #concept-section .img01:before {
    opacity: 0.5;
  }
  #concept #concept-section .img01.true img {
    opacity: 1;
  }
  #concept #concept-section .img02 {
    left: -9.417vw;
    bottom: 38px;
  }
  #concept #concept-section .img02:before {
    opacity: 0.5;
  }
  #concept #concept-section .img02.true img {
    opacity: 1;
  }
  #concept #concept-section .slash01 {
    display: none;
  }
  #concept #concept-section .slash02 {
    position: absolute;
    bottom: 4vw;
    z-index: 9;
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  #concept #concept-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #concept #concept-section:before, #concept #concept-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #concept #concept-section .inner .textarea p {
    text-align: left;
  }
  #concept #concept-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #concept #concept-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#concept #point-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1580px) {
  #concept #point-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #concept #point-section {
    width: calc(100% - 16vw);
  }
}
#concept #point-section .contents section {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 180px;
}
#concept #point-section .contents section .imgbox {
  position: absolute;
  width: calc(50vw - 100px);
  right: 50%;
}
#concept #point-section .contents section .imgbox:before {
  content: "";
  width: 32.292vw;
  height: 32.292vw;
  background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  transition: all 0.5s 0.3s ease;
  opacity: 0.33;
}
#concept #point-section .contents section .imgbox svg {
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#concept #point-section .contents section .imgbox.true svg {
  opacity: 1;
}
#concept #point-section .contents section .imgbox.true:before {
  opacity: 1;
  left: -100px;
  bottom: -100px;
}
#concept #point-section .contents section .textbox {
  width: calc(50% - 50px);
  min-height: 567px;
}
#concept #point-section .contents section .textbox .title {
  padding: 0 0 26px;
  margin: 0 0 48px;
  position: relative;
  color: #FF8B00;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.5555555556rem;
}
#concept #point-section .contents section .textbox .title:before {
  content: "";
  width: 52px;
  height: 3px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: 0;
  bottom: 0;
}
#concept #point-section .contents section .textbox .textarea p {
  margin: 0 0 24px;
}
#concept #point-section .contents section .textbox .textarea p:last-child {
  margin: 0;
}
#concept #point-section .contents section:nth-child(2n) {
  justify-content: flex-start;
  padding-bottom: 100px;
}
#concept #point-section .contents section:nth-child(2n) .imgbox {
  left: 50%;
}
#concept #point-section .contents section:nth-child(2n) .imgbox:before {
  right: -50px;
  left: auto;
  top: -50px;
}
#concept #point-section .contents section:nth-child(2n) .imgbox.true:before {
  opacity: 1;
  left: auto;
  right: -100px;
  top: -100px;
}
#concept #point-section .contents section:last-child {
  padding: 0;
}
@media screen and (max-width: 959px) {
  #concept #point-section {
    margin-bottom: 100px;
  }
  #concept #point-section .contents section {
    display: block;
    padding: 0 0 30px;
  }
  #concept #point-section .contents section .imgbox {
    position: relative;
    width: 70%;
    margin-left: auto;
    right: 0;
  }
  #concept #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #concept #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #concept #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #concept #point-section .contents section .imgbox.true:before {
    opacity: 0.5;
    left: -100px;
    bottom: -100px;
  }
  #concept #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #concept #point-section .contents section .textbox .title {
    padding: 0 0 26px;
    margin: 0 0 48px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.5555555556rem;
  }
  #concept #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #concept #point-section .contents section .textbox .textarea p:last-child {
    margin: 0;
  }
  #concept #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox:before {
    right: -50px;
    left: auto;
    top: -50px;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox.true:before {
    opacity: 0.5;
    left: auto;
    right: -100px;
    top: -100px;
  }
  #concept #point-section .contents section:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #concept #point-section {
    margin-bottom: 60px;
  }
  #concept #point-section .contents section {
    display: block;
    padding: 0 0 45px;
  }
  #concept #point-section .contents section .imgbox {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
  }
  #concept #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #concept #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #concept #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #concept #point-section .contents section .imgbox.true:before {
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #concept #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #concept #point-section .contents section .textbox .title {
    padding: 0 0 24px;
    margin: 0 0 32px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.3333333333rem;
  }
  #concept #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #concept #point-section .contents section .textbox .textarea p:last-child {
    margin: 0;
  }
  #concept #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox:before {
    left: -50px;
    top: auto;
    bottom: -50px;
  }
  #concept #point-section .contents section:nth-child(2n) .imgbox.true:before {
    top: auto;
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #concept #point-section .contents section:last-child {
    padding: 0;
  }
}
#concept #link-section {
  margin: 0 0 80px;
  position: relative;
}
#concept #link-section:before, #concept #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#concept #link-section:before {
  left: 0;
  top: 0;
}
#concept #link-section:after {
  right: 0;
  top: 10px;
}
#concept #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #concept #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #concept #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#concept #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#concept #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#concept #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#concept #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#concept #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#concept #link-section .inner .list li:nth-child(3n), #concept #link-section .inner .list li:last-child {
  margin-right: 0;
}
#concept #link-section.true:before, #concept #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#concept #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #concept #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #concept #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #concept #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #concept #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #concept #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #concept #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #concept #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #concept #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #concept #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #concept #link-section .inner .list li:nth-child(2n), #concept #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #concept #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #concept #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #concept #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #concept #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #concept #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #concept #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #concept #link-section .inner .list li a {
    font-size: 1rem;
  }
  #concept #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #concept #link-section .inner .list li:nth-child(2n), #concept #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#story #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  #story #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #story #introduction-section {
    width: calc(100% - 16vw);
  }
}
#story #introduction-section .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#story #introduction-section .textarea p:last-child {
  margin: 0;
}
#story #introduction-section .slash01 {
  position: absolute;
  right: -275px;
  bottom: 25px;
}
#story #introduction-section .gara01 {
  position: absolute;
  width: 150px;
  top: -55px;
  right: 95%;
}
#story #introduction-section .gara02 {
  position: absolute;
  bottom: -324px;
  left: -645px;
  z-index: -1;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#story #introduction-section .gara02.true {
  opacity: 1;
}
#story #introduction-section .gara05 {
  position: absolute;
  right: -240px;
  bottom: -120px;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
}
#story #introduction-section .gara05.true {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #story #introduction-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #story #introduction-section {
    margin-bottom: 40px;
  }
  #story #introduction-section .textarea p {
    margin: 0 0 24px;
    text-align: left;
  }
  #story #introduction-section .textarea p br {
    display: none;
  }
  #story #introduction-section .textarea p:last-child {
    margin: 0;
  }
  #story #introduction-section .slash01 {
    right: -20.267vw;
    bottom: -41.867vw;
  }
  #story #introduction-section .gara01 {
    position: absolute;
    width: 21.333vw;
    top: -13.867vw;
    right: 82%;
  }
  #story #introduction-section .gara02 {
    width: 133vw;
    bottom: -48.267vw;
    left: -104vw;
    z-index: -1;
  }
  #story #introduction-section .gara02.true {
    opacity: 0.4;
  }
  #story #introduction-section .gara05 {
    right: 2vw;
    top: -15.667vw;
  }
  #story #introduction-section .gara05.true {
    width: 12vw;
    opacity: 0.4;
  }
}
#story #concept-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
#story #concept-section:before, #story #concept-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#story #concept-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.08;
}
#story #concept-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.08;
}
#story #concept-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #story #concept-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #story #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#story #concept-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
#story #concept-section .inner .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#story #concept-section .inner .textarea p:last-child {
  margin: 0;
}
#story #concept-section .img {
  position: absolute;
  z-index: 1;
}
#story #concept-section .img:before {
  content: "";
  width: 27.083vw;
  height: 27.083vw;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
}
#story #concept-section .img img {
  border-radius: 400px;
}
#story #concept-section .img01 {
  right: -10.417vw;
  top: 200px;
}
#story #concept-section .img01 img {
  width: 27.083vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#story #concept-section .img01:before {
  left: -5.208vw;
  top: 5.208vw;
}
#story #concept-section .img01.true img {
  opacity: 1;
}
#story #concept-section .img02 {
  left: -9.417vw;
  bottom: -43px;
}
#story #concept-section .img02 img {
  width: 25.521vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#story #concept-section .img02:before {
  right: -3.208vw;
  bottom: 3.208vw;
}
#story #concept-section .img02.true img {
  opacity: 1;
}
#story #concept-section .slash01 {
  position: absolute;
  right: -70px;
  top: 600px;
  z-index: 9;
}
#story #concept-section .slash02 {
  position: absolute;
  bottom: 500px;
  z-index: 9;
  left: -50px;
}
#story #concept-section .wave {
  width: 3600px;
  height: 375px;
}
#story #concept-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  #story #concept-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #story #concept-section .inner .textarea p br {
    display: none;
  }
  #story #concept-section .img01 {
    right: -12.417vw;
    top: 90px;
  }
  #story #concept-section .img01:before {
    opacity: 0.5;
  }
  #story #concept-section .img01.true img {
    opacity: 1;
  }
  #story #concept-section .img02 {
    left: -9.417vw;
    bottom: 38px;
  }
  #story #concept-section .img02:before {
    opacity: 0.5;
  }
  #story #concept-section .img02.true img {
    opacity: 1;
  }
  #story #concept-section .slash01 {
    display: none;
  }
  #story #concept-section .slash02 {
    position: absolute;
    bottom: 4vw;
    z-index: 9;
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  #story #concept-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #story #concept-section:before, #story #concept-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #story #concept-section .inner .textarea p {
    text-align: left;
  }
  #story #concept-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #story #concept-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#story #logo-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #story #logo-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #story #logo-section {
    width: calc(100% - 16vw);
  }
}
#story #logo-section .contents {
  display: flex;
}
#story #logo-section .contents .logoarea {
  width: 50%;
  margin-right: 60px;
  background: url(../images/story/logo-gara02.webp) no-repeat center/contain;
  position: relative;
  z-index: 1;
}
#story #logo-section .contents .logoarea:before {
  content: "";
  padding: 0 0 85.3125%;
  display: block;
}
#story #logo-section .contents .logoarea .logo-inner {
  width: 70%;
  position: absolute;
  background: #fefffe;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 300px;
}
#story #logo-section .contents .logoarea .logo-inner:before {
  content: "";
  padding: 0 0 100%;
  display: block;
}
#story #logo-section .contents .logoarea .logo-inner img {
  width: 60%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#story #logo-section .contents .textarea {
  flex: 1;
  margin-top: 80px;
}
#story #logo-section .contents .textarea p {
  margin: 0 0 24px;
}
#story #logo-section .contents .textarea p:last-child {
  margin: 0;
}
#story #logo-section .contents .gara01 {
  position: absolute;
  width: 150px;
  right: 100%;
  top: 50px;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#story #logo-section .contents .gara01.true {
  opacity: 1;
}
#story #logo-section .contents .slash01 {
  position: absolute;
  top: -160px;
  left: -166px;
}
#story #logo-section .contents .slash02 {
  position: absolute;
  bottom: -160px;
  right: -166px;
}
@media screen and (max-width: 959px) {
  #story #logo-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #story #logo-section {
    margin-bottom: 60px;
  }
  #story #logo-section .contents {
    display: block;
  }
  #story #logo-section .contents .logoarea {
    width: 100%;
  }
  #story #logo-section .contents .textarea {
    flex: 1;
    margin-top: 35px;
  }
}
#story #link-section {
  margin: 0 0 80px;
  position: relative;
}
#story #link-section:before, #story #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#story #link-section:before {
  left: 0;
  top: 0;
}
#story #link-section:after {
  right: 0;
  top: 10px;
}
#story #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#story #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#story #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#story #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#story #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#story #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#story #link-section .inner .list li:nth-child(3n), #story #link-section .inner .list li:last-child {
  margin-right: 0;
}
#story #link-section.true:before, #story #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#story #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #story #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #story #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #story #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #story #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #story #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #story #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #story #link-section .inner .list li:nth-child(2n), #story #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #story #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #story #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #story #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #story #link-section .inner .list li a {
    font-size: 1rem;
  }
  #story #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #story #link-section .inner .list li:nth-child(2n), #story #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#greeting #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  #greeting #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #greeting #introduction-section {
    width: calc(100% - 16vw);
  }
}
#greeting #introduction-section .img {
  text-align: center;
  margin: 0 0 50px;
}
#greeting #introduction-section .img img {
  height: 350px;
}
#greeting #introduction-section .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#greeting #introduction-section .textarea p:last-child {
  margin: 0;
}
#greeting #introduction-section .slash01 {
  position: absolute;
  right: -275px;
  bottom: 25px;
}
#greeting #introduction-section .gara01 {
  position: absolute;
  width: 150px;
  top: -55px;
  right: 95%;
}
#greeting #introduction-section .gara02 {
  position: absolute;
  bottom: -324px;
  left: -645px;
  z-index: -1;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#greeting #introduction-section .gara02.true {
  opacity: 1;
}
#greeting #introduction-section .gara05 {
  position: absolute;
  right: -240px;
  bottom: -120px;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
}
#greeting #introduction-section .gara05.true {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #greeting #introduction-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #greeting #introduction-section {
    margin-bottom: 40px;
  }
  #greeting #introduction-section .textarea p {
    margin: 0 0 24px;
    text-align: left;
  }
  #greeting #introduction-section .textarea p br {
    display: none;
  }
  #greeting #introduction-section .textarea p:last-child {
    margin: 0;
  }
  #greeting #introduction-section .slash01 {
    right: -20.267vw;
    bottom: -41.867vw;
  }
  #greeting #introduction-section .gara01 {
    position: absolute;
    width: 21.333vw;
    top: -13.867vw;
    right: 82%;
  }
  #greeting #introduction-section .gara02 {
    width: 133vw;
    bottom: -48.267vw;
    left: -104vw;
    z-index: -1;
  }
  #greeting #introduction-section .gara02.true {
    opacity: 0.4;
  }
  #greeting #introduction-section .gara05 {
    right: 2vw;
    top: -15.667vw;
  }
  #greeting #introduction-section .gara05.true {
    width: 12vw;
    opacity: 0.4;
  }
}
#greeting #concept-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
#greeting #concept-section:before, #greeting #concept-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#greeting #concept-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.08;
}
#greeting #concept-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.08;
}
#greeting #concept-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #greeting #concept-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #greeting #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#greeting #concept-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
#greeting #concept-section .inner .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#greeting #concept-section .inner .textarea p:last-child {
  margin: 0;
}
#greeting #concept-section .inner .textarea.top {
  margin: 0 0 60px;
}
#greeting #concept-section .img {
  position: absolute;
  z-index: 1;
}
#greeting #concept-section .img:before {
  content: "";
  width: 27.083vw;
  height: 27.083vw;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
}
#greeting #concept-section .img img {
  border-radius: 400px;
}
#greeting #concept-section .img01 {
  right: -10.417vw;
  top: 200px;
}
#greeting #concept-section .img01 img {
  width: 27.083vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#greeting #concept-section .img01:before {
  left: -5.208vw;
  top: 5.208vw;
}
#greeting #concept-section .img01.true img {
  opacity: 1;
}
#greeting #concept-section .img02 {
  left: -9.417vw;
  bottom: 125px;
}
#greeting #concept-section .img02 img {
  width: 25.521vw;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#greeting #concept-section .img02:before {
  right: -3.208vw;
  bottom: 3.208vw;
}
#greeting #concept-section .img02.true img {
  opacity: 1;
}
#greeting #concept-section .slash01 {
  position: absolute;
  right: -70px;
  top: 600px;
  z-index: 9;
}
#greeting #concept-section .slash02 {
  position: absolute;
  bottom: 500px;
  z-index: 9;
  left: -50px;
}
#greeting #concept-section .wave {
  width: 3600px;
  height: 375px;
}
#greeting #concept-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  #greeting #concept-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #greeting #concept-section .inner .textarea p br {
    display: none;
  }
  #greeting #concept-section .inner .textarea.top {
    margin: 0 0 50px;
  }
  #greeting #concept-section .img01 {
    right: -12.417vw;
    top: 90px;
  }
  #greeting #concept-section .img01:before {
    opacity: 0.5;
  }
  #greeting #concept-section .img01.true img {
    opacity: 1;
  }
  #greeting #concept-section .img02 {
    left: -9.417vw;
    bottom: 38px;
  }
  #greeting #concept-section .img02:before {
    opacity: 0.5;
  }
  #greeting #concept-section .img02.true img {
    opacity: 1;
  }
  #greeting #concept-section .slash01 {
    display: none;
  }
  #greeting #concept-section .slash02 {
    position: absolute;
    bottom: 4vw;
    z-index: 9;
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  #greeting #concept-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #greeting #concept-section:before, #greeting #concept-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #greeting #concept-section .inner .textarea p {
    text-align: left;
  }
  #greeting #concept-section .inner .textarea.top {
    margin: 0 0 30px;
  }
  #greeting #concept-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #greeting #concept-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#greeting #last-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #greeting #last-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #greeting #last-section {
    width: calc(100% - 16vw);
  }
}
#greeting #last-section .contents {
  padding: 50px 0 0;
}
#greeting #last-section .contents .textarea {
  text-align: center;
}
#greeting #last-section .contents .textarea p {
  margin: 0 0 24px;
}
#greeting #last-section .contents .textarea p:last-child {
  margin: 0;
}
#greeting #last-section .contents .textarea p.name {
  font-weight: 700;
}
#greeting #last-section .contents .gara01 {
  position: absolute;
  width: 150px;
  right: 100%;
  top: 50px;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#greeting #last-section .contents .gara01.true {
  opacity: 1;
}
#greeting #last-section .contents .slash01 {
  position: absolute;
  top: -160px;
  left: -166px;
}
#greeting #last-section .contents .slash02 {
  position: absolute;
  bottom: -160px;
  right: -166px;
}
@media screen and (max-width: 959px) {
  #greeting #last-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #greeting #last-section {
    margin-bottom: 60px;
  }
  #greeting #last-section .contents {
    display: block;
    padding: 0;
  }
  #greeting #last-section .contents .textarea {
    flex: 1;
    text-align: left;
  }
  #greeting #last-section .contents .textarea p br {
    display: none;
  }
  #greeting #last-section .contents .textarea p.name {
    text-align: right;
  }
}
#greeting #link-section {
  margin: 0 0 80px;
  position: relative;
}
#greeting #link-section:before, #greeting #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#greeting #link-section:before {
  left: 0;
  top: 0;
}
#greeting #link-section:after {
  right: 0;
  top: 10px;
}
#greeting #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #greeting #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #greeting #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#greeting #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#greeting #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#greeting #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#greeting #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#greeting #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#greeting #link-section .inner .list li:nth-child(3n), #greeting #link-section .inner .list li:last-child {
  margin-right: 0;
}
#greeting #link-section.true:before, #greeting #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#greeting #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #greeting #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #greeting #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #greeting #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #greeting #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #greeting #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #greeting #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #greeting #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #greeting #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #greeting #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #greeting #link-section .inner .list li:nth-child(2n), #greeting #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #greeting #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #greeting #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #greeting #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #greeting #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #greeting #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #greeting #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #greeting #link-section .inner .list li a {
    font-size: 1rem;
  }
  #greeting #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #greeting #link-section .inner .list li:nth-child(2n), #greeting #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#business #point-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1580px) {
  #business #point-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #business #point-section {
    width: calc(100% - 16vw);
  }
}
#business #point-section .text p {
  margin: 0 0 24px;
  text-align: center;
}
#business #point-section .text p:last-child {
  margin: 0 0 100px;
}
#business #point-section .contents section {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 180px;
}
#business #point-section .contents section .imgbox {
  position: absolute;
  width: calc(50vw - 100px);
  right: 50%;
}
#business #point-section .contents section .imgbox:before {
  content: "";
  width: 32.292vw;
  height: 32.292vw;
  background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  transition: all 0.5s 0.3s ease;
  opacity: 0.33;
}
#business #point-section .contents section .imgbox svg {
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#business #point-section .contents section .imgbox.true svg {
  opacity: 1;
}
#business #point-section .contents section .imgbox.true:before {
  opacity: 1;
  left: -100px;
  bottom: -100px;
}
#business #point-section .contents section .textbox {
  width: calc(50% - 50px);
  min-height: 567px;
}
#business #point-section .contents section .textbox .title {
  padding: 0 0 26px;
  margin: 0 0 48px;
  position: relative;
  color: #FF8B00;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.5555555556rem;
}
#business #point-section .contents section .textbox .title:before {
  content: "";
  width: 52px;
  height: 3px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: 0;
  bottom: 0;
}
#business #point-section .contents section .textbox .textarea p {
  margin: 0 0 24px;
}
#business #point-section .contents section .textbox .textarea p:last-child {
  margin: 52px 0 0;
}
#business #point-section .contents section:nth-child(2n) {
  justify-content: flex-start;
  padding-bottom: 100px;
}
#business #point-section .contents section:nth-child(2n) .imgbox {
  left: 50%;
}
#business #point-section .contents section:nth-child(2n) .imgbox:before {
  right: -50px;
  left: auto;
  top: -50px;
}
#business #point-section .contents section:nth-child(2n) .imgbox.true:before {
  opacity: 1;
  left: auto;
  right: -100px;
  top: -100px;
}
#business #point-section .contents section:last-child {
  padding: 0;
}
@media screen and (max-width: 959px) {
  #business #point-section {
    margin-bottom: 100px;
  }
  #business #point-section .contents section {
    display: block;
    padding: 0 0 30px;
  }
  #business #point-section .contents section .imgbox {
    position: relative;
    width: 70%;
    margin-left: auto;
    right: 0;
  }
  #business #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #business #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #business #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #business #point-section .contents section .imgbox.true:before {
    opacity: 0.5;
    left: -100px;
    bottom: -100px;
  }
  #business #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #business #point-section .contents section .textbox .title {
    padding: 0 0 26px;
    margin: 0 0 48px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.5555555556rem;
  }
  #business #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #business #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #business #point-section .contents section .textbox .textarea p:last-child {
    margin: 48px 0 0;
  }
  #business #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox:before {
    right: -50px;
    left: auto;
    top: -50px;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox.true:before {
    opacity: 0.5;
    left: auto;
    right: -100px;
    top: -100px;
  }
  #business #point-section .contents section:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #business #point-section {
    margin-bottom: 60px;
  }
  #business #point-section .text p {
    margin: 0 0 24px;
    text-align: left;
  }
  #business #point-section .text p:last-child {
    margin: 0 0 48px;
  }
  #business #point-section .contents section {
    display: block;
    padding: 0 0 45px;
  }
  #business #point-section .contents section .imgbox {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
  }
  #business #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #business #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #business #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #business #point-section .contents section .imgbox.true:before {
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #business #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #business #point-section .contents section .textbox .title {
    padding: 0 0 24px;
    margin: 0 0 32px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.3333333333rem;
  }
  #business #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #business #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #business #point-section .contents section .textbox .textarea p:last-child {
    margin: 32px 0 0;
  }
  #business #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox:before {
    left: -50px;
    top: auto;
    bottom: -50px;
  }
  #business #point-section .contents section:nth-child(2n) .imgbox.true:before {
    top: auto;
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #business #point-section .contents section:last-child {
    padding: 0;
  }
}
#business #link-section {
  margin: 0 0 80px;
  position: relative;
}
#business #link-section:before, #business #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#business #link-section:before {
  left: 0;
  top: 0;
}
#business #link-section:after {
  right: 0;
  top: 10px;
}
#business #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#business #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#business #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#business #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#business #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#business #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#business #link-section .inner .list li:nth-child(3n), #business #link-section .inner .list li:last-child {
  margin-right: 0;
}
#business #link-section.true:before, #business #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#business #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #business #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #business #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #business #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #business #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #business #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #business #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #business #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #business #link-section .inner .list li:nth-child(2n), #business #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #business #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #business #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #business #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #business #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #business #link-section .inner .list li a {
    font-size: 1rem;
  }
  #business #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #business #link-section .inner .list li:nth-child(2n), #business #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#project #point-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1580px) {
  #project #point-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #project #point-section {
    width: calc(100% - 16vw);
  }
}
#project #point-section .text p {
  margin: 0 0 24px;
  text-align: center;
}
#project #point-section .text p:last-child {
  margin: 0 0 100px;
}
#project #point-section .contents section {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding-bottom: 180px;
}
#project #point-section .contents section .imgbox {
  position: absolute;
  width: calc(50vw - 100px);
  right: 50%;
}
#project #point-section .contents section .imgbox:before {
  content: "";
  width: 32.292vw;
  height: 32.292vw;
  background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  transition: all 0.5s 0.3s ease;
  opacity: 0.33;
}
#project #point-section .contents section .imgbox svg {
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#project #point-section .contents section .imgbox.true svg {
  opacity: 1;
}
#project #point-section .contents section .imgbox.true:before {
  opacity: 1;
  left: -100px;
  bottom: -100px;
}
#project #point-section .contents section .textbox {
  width: calc(50% - 50px);
  min-height: 567px;
}
#project #point-section .contents section .textbox .title {
  padding: 0 0 26px;
  margin: 0 0 48px;
  position: relative;
  color: #FF8B00;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.5555555556rem;
}
#project #point-section .contents section .textbox .title:before {
  content: "";
  width: 52px;
  height: 3px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: 0;
  bottom: 0;
}
#project #point-section .contents section .textbox .textarea p {
  margin: 0 0 24px;
}
#project #point-section .contents section .textbox .textarea p:last-child {
  margin: 0;
}
#project #point-section .contents section .textbox .textarea p.button01 {
  margin: 52px 0 0;
}
#project #point-section .contents section:nth-child(2n) {
  justify-content: flex-start;
  padding-bottom: 100px;
}
#project #point-section .contents section:nth-child(2n) .imgbox {
  left: 50%;
}
#project #point-section .contents section:nth-child(2n) .imgbox:before {
  right: -50px;
  left: auto;
  top: -50px;
}
#project #point-section .contents section:nth-child(2n) .imgbox.true:before {
  opacity: 1;
  left: auto;
  right: -100px;
  top: -100px;
}
#project #point-section .contents section:last-child {
  padding: 0;
}
@media screen and (max-width: 959px) {
  #project #point-section {
    margin-bottom: 100px;
  }
  #project #point-section .contents section {
    display: block;
    padding: 0 0 30px;
  }
  #project #point-section .contents section .imgbox {
    position: relative;
    width: 70%;
    margin-left: auto;
    right: 0;
  }
  #project #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #project #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #project #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #project #point-section .contents section .imgbox.true:before {
    opacity: 0.5;
    left: -100px;
    bottom: -100px;
  }
  #project #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #project #point-section .contents section .textbox .title {
    padding: 0 0 26px;
    margin: 0 0 48px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.5555555556rem;
  }
  #project #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #project #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #project #point-section .contents section .textbox .textarea p:last-child {
    margin: 0;
  }
  #project #point-section .contents section .textbox .textarea p.button01 {
    margin: 48px 0 0;
  }
  #project #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox:before {
    right: -50px;
    left: auto;
    top: -50px;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox.true:before {
    opacity: 0.5;
    left: auto;
    right: -100px;
    top: -100px;
  }
  #project #point-section .contents section:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #project #point-section {
    margin-bottom: 60px;
  }
  #project #point-section .text p {
    margin: 0 0 24px;
    text-align: left;
  }
  #project #point-section .text p:last-child {
    margin: 0 0 48px;
  }
  #project #point-section .contents section {
    display: block;
    padding: 0 0 45px;
  }
  #project #point-section .contents section .imgbox {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
  }
  #project #point-section .contents section .imgbox:before {
    content: "";
    width: 32.292vw;
    height: 32.292vw;
    background: url(../images/concept/point-img-bg.webp) no-repeat center/contain;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.5s 0.3s ease;
    opacity: 0.33;
  }
  #project #point-section .contents section .imgbox svg {
    opacity: 0;
    transition: all 0.5s 0s ease;
  }
  #project #point-section .contents section .imgbox.true svg {
    opacity: 1;
  }
  #project #point-section .contents section .imgbox.true:before {
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #project #point-section .contents section .textbox {
    width: 100%;
    min-height: 0;
  }
  #project #point-section .contents section .textbox .title {
    padding: 0 0 24px;
    margin: 0 0 32px;
    position: relative;
    color: #FF8B00;
    line-height: 1.35;
    font-weight: 700;
    font-size: 1.3333333333rem;
  }
  #project #point-section .contents section .textbox .title:before {
    content: "";
    width: 52px;
    height: 3px;
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #project #point-section .contents section .textbox .textarea p {
    margin: 0 0 24px;
  }
  #project #point-section .contents section .textbox .textarea p:last-child {
    margin: 0;
  }
  #project #point-section .contents section .textbox .textarea p.button01 {
    margin: 32px 0 0;
  }
  #project #point-section .contents section:nth-child(2n) {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox {
    left: auto;
    margin-right: auto;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox:before {
    left: -50px;
    top: auto;
    bottom: -50px;
  }
  #project #point-section .contents section:nth-child(2n) .imgbox.true:before {
    top: auto;
    left: -5.333vw;
    bottom: -5.333vw;
  }
  #project #point-section .contents section:last-child {
    padding: 0;
  }
}
#project #link-section {
  margin: 0 0 80px;
  position: relative;
}
#project #link-section:before, #project #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#project #link-section:before {
  left: 0;
  top: 0;
}
#project #link-section:after {
  right: 0;
  top: 10px;
}
#project #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #project #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #project #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#project #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#project #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#project #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#project #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#project #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#project #link-section .inner .list li:nth-child(3n), #project #link-section .inner .list li:last-child {
  margin-right: 0;
}
#project #link-section.true:before, #project #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#project #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #project #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #project #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #project #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #project #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #project #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #project #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #project #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #project #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #project #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #project #link-section .inner .list li:nth-child(2n), #project #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #project #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #project #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #project #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #project #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #project #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #project #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #project #link-section .inner .list li a {
    font-size: 1rem;
  }
  #project #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #project #link-section .inner .list li:nth-child(2n), #project #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#office #property-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1580px) {
  #office #property-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #office #property-section {
    width: calc(100% - 16vw);
  }
}
#office #property-section .text p {
  margin: 0 0 24px;
  text-align: center;
}
#office #property-section .text p:last-child {
  margin: 0 0 100px;
}
#office #property-section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#office #property-section .list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#office #property-section .list dl {
  display: flex;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
  font-size: 0.8888888889rem;
}
#office #property-section .list dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#office #property-section .list dl dt {
  width: 200px;
  font-weight: 700;
}
#office #property-section .list dl dd {
  flex: 1;
}
#office #property-section .list dl dd .check {
  margin-top: 8px;
  display: flex;
  font-size: 0.7777777778rem;
}
#office #property-section .list dl dd .check span {
  margin-left: 5px;
  flex: 1;
}
#office #property-section .list dl dd ul li {
  display: flex;
}
#office #property-section .list dl dd ul li span {
  margin-left: 5px;
  flex: 1;
}
#office #property-section .list dl.single {
  width: 100%;
}
#office #property-section .list dl.double {
  width: calc(50% - 30px);
}
@media screen and (max-width: 959px) {
  #office #property-section {
    margin-bottom: 100px;
  }
  #office #property-section .text p {
    margin: 0 0 24px;
    text-align: center;
  }
  #office #property-section .text p br {
    display: none;
  }
  #office #property-section .text p:last-child {
    margin: 0 0 80px;
  }
  #office #property-section .list dl.double {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #office #property-section {
    margin-bottom: 60px;
  }
  #office #property-section .text p {
    text-align: left;
  }
  #office #property-section .text p:last-child {
    margin: 0 0 32px;
  }
  #office #property-section .list {
    display: block;
  }
  #office #property-section .list dl {
    display: block;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #office #property-section .list dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #office #property-section .list dl dd {
    flex: 1;
  }
  #office #property-section .list dl dd .check {
    margin-top: 4px;
  }
  #office #property-section .list dl dd .check span {
    margin-left: 4px;
  }
  #office #property-section .list dl dd ul li {
    display: flex;
  }
  #office #property-section .list dl dd ul li span {
    margin-left: 4px;
    flex: 1;
  }
}
#office #link-section {
  margin: 0 0 80px;
  position: relative;
}
#office #link-section:before, #office #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#office #link-section:before {
  left: 0;
  top: 0;
}
#office #link-section:after {
  right: 0;
  top: 10px;
}
#office #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #office #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #office #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#office #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#office #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#office #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#office #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#office #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#office #link-section .inner .list li:nth-child(3n), #office #link-section .inner .list li:last-child {
  margin-right: 0;
}
#office #link-section.true:before, #office #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#office #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #office #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #office #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #office #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #office #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #office #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #office #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #office #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #office #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #office #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #office #link-section .inner .list li:nth-child(2n), #office #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #office #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #office #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #office #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #office #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #office #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #office #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #office #link-section .inner .list li a {
    font-size: 1rem;
  }
  #office #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #office #link-section .inner .list li:nth-child(2n), #office #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#faq .faq-section {
  margin-bottom: 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #faq .faq-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #faq .faq-section {
    width: calc(100% - 16vw);
  }
}
#faq .faq-section .inner {
  position: relative;
  z-index: 1;
}
#faq .faq-section .inner .gesture {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
#faq .faq-section .inner .gesture li {
  width: calc(20% - 8px);
  padding: 10px 0;
  border: 1px solid #05AF00;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #05AF00;
  background: url(../images/common/btn-icon-modal.svg) no-repeat center right 10px;
  background-size: 15px;
  background-color: #fefffe;
  cursor: pointer;
}
#faq .faq-section .inner .gesture li:hover {
  background-color: #f7f7e8;
}
#faq .faq-section .inner .gesture li.true {
  background-color: #05AF00;
  color: #fff;
  cursor: auto;
}
#faq .faq-section .inner .box {
  display: none;
}
#faq .faq-section .inner .box .box-inner {
  border: 1px solid #05AF00;
  border-radius: 16px;
  padding: 35px 40px;
  background: #fff;
  margin: 0 0 50px;
  position: relative;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#faq .faq-section .inner .box .box-inner:before, #faq .faq-section .inner .box .box-inner:after {
  content: "";
  position: absolute;
  transition: all 0.5s 0s ease;
  background: #05AF00;
}
#faq .faq-section .inner .box .box-inner:before {
  width: 20px;
  height: 2px;
  right: 40px;
  top: 63px;
}
#faq .faq-section .inner .box .box-inner:after {
  width: 2px;
  height: 20px;
  right: 49px;
  top: 55px;
}
#faq .faq-section .inner .box .box-inner:last-child {
  margin: 0;
}
#faq .faq-section .inner .box .box-inner .title {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  padding: 0 75px 0 0;
  cursor: pointer;
}
#faq .faq-section .inner .box .box-inner .title:before {
  content: "Q";
  display: inline-block;
  margin: 0 25px 2px 0;
  font-size: 36px;
  color: #05AF00;
}
#faq .faq-section .inner .box .box-inner .textarea {
  margin: 0 0 0 50px;
  padding: 5px 0 5px 35px;
  border-left: 1px solid #05AF00;
  display: flex;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#faq .faq-section .inner .box .box-inner .textarea:before {
  content: "A";
  display: none;
  margin: 0 25px 0 0;
  font-size: 36px;
  color: #05AF00;
  line-height: 1;
}
#faq .faq-section .inner .box .box-inner .textarea p {
  margin: 0 0 25px;
  display: none;
}
#faq .faq-section .inner .box .box-inner .textarea p:last-child {
  margin: 0;
}
#faq .faq-section .inner .box .box-inner.true:after {
  top: 65px;
  opacity: 0;
}
#faq .faq-section .inner .box .box-inner.true .textarea {
  opacity: 1;
  margin-top: 20px;
}
#faq .faq-section .inner .box .box-inner.true .textarea:before {
  display: inline-block;
}
#faq .faq-section .inner .box .box-inner.true .textarea p {
  display: block;
}
#faq .faq-section .inner .box.true {
  display: block;
}
#faq .faq-section .inner .box.true .box-inner {
  opacity: 1;
}
#faq .faq-section .main-button {
  text-align: center;
}
#faq .faq-section .img01, #faq .faq-section .img02, #faq .faq-section .img03, #faq .faq-section .img04 {
  position: absolute;
}
#faq .faq-section .img01 img, #faq .faq-section .img02 img, #faq .faq-section .img03 img, #faq .faq-section .img04 img {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 33%;
  height: 33%;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
#faq .faq-section .img01 {
  width: 100px;
  left: 100px;
  top: 100px;
}
#faq .faq-section .img01.true img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#faq .faq-section .img02 {
  width: 80px;
  left: 60px;
  top: 245px;
}
#faq .faq-section .img02.true img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#faq .faq-section .img03 {
  width: 60px;
  left: 124px;
  top: 355px;
}
#faq .faq-section .img03.true img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#faq .faq-section .img04 {
  width: 40px;
  left: 75px;
  top: 450px;
}
#faq .faq-section .img04.true img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #faq .faq-section {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  #faq .faq-section .inner .gesture {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
  }
  #faq .faq-section .inner .gesture li {
    width: calc(20% - 8px);
    padding: 10px 0;
    font-size: 14px;
    background: url(../images/common/btn-icon-modal.svg) no-repeat center right 8px;
    background-size: 12px;
  }
  #faq .faq-section .inner .gesture li:hover {
    background-color: #f7f7e8;
  }
  #faq .faq-section .inner .gesture li.true {
    background-color: #05AF00;
    color: #fff;
    cursor: auto;
  }
  #faq .faq-section .img01, #faq .faq-section .img02, #faq .faq-section .img03, #faq .faq-section .img04 {
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-section {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #faq .faq-section .inner .gesture {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    border-left: 1px solid #05AF00;
  }
  #faq .faq-section .inner .gesture li {
    min-width: 180px;
    padding: 10px 0;
    background-color: #fff;
  }
  #faq .faq-section .inner .gesture li.true {
    background-color: #05AF00;
    color: #fff;
    cursor: auto;
  }
  #faq .faq-section .inner .box {
    display: none;
    margin: 0 0 30px;
  }
  #faq .faq-section .inner .box .box-inner {
    border: 1px solid #05AF00;
    border-radius: 8px;
    padding: 25px 30px;
    background: #fff;
    margin: 0 0 30px;
  }
  #faq .faq-section .inner .box .box-inner:before {
    width: 20px;
    height: 2px;
    right: 40px;
    top: 33px;
  }
  #faq .faq-section .inner .box .box-inner:after {
    width: 2px;
    height: 20px;
    right: 49px;
    top: 25px;
  }
  #faq .faq-section .inner .box .box-inner:last-child {
    margin: 0;
  }
  #faq .faq-section .inner .box .box-inner .title {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px 0 0;
    cursor: pointer;
  }
  #faq .faq-section .inner .box .box-inner .title:before {
    content: "Q";
    display: inline-block;
    margin: 0 20px 2px 0;
    font-size: 24px;
    color: #05AF00;
  }
  #faq .faq-section .inner .box .box-inner .textarea {
    margin: 0 0 0 20px;
    padding: 5px 0 5px 15px;
    transition: all 0.5s 0s ease;
  }
  #faq .faq-section .inner .box .box-inner .textarea:before {
    content: "A";
    display: none;
    margin: 0 25px 0 0;
    font-size: 24px;
  }
  #faq .faq-section .inner .box .box-inner .textarea p {
    margin: 0 0 15px;
    display: none;
  }
  #faq .faq-section .inner .box .box-inner .textarea p:last-child {
    margin: 0;
  }
}

#template-business #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  #template-business #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-business #introduction-section {
    width: calc(100% - 16vw);
  }
}
#template-business #introduction-section .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#template-business #introduction-section .textarea p:last-child {
  margin: 0;
}
#template-business #introduction-section .slash01 {
  position: absolute;
  right: -275px;
  bottom: 25px;
}
#template-business #introduction-section .gara01 {
  position: absolute;
  width: 150px;
  top: -55px;
  right: 95%;
}
#template-business #introduction-section .gara02 {
  position: absolute;
  bottom: -324px;
  left: -645px;
  z-index: -1;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#template-business #introduction-section .gara02.true {
  opacity: 1;
}
#template-business #introduction-section .gara05 {
  position: absolute;
  right: -240px;
  bottom: -120px;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
}
#template-business #introduction-section .gara05.true {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #template-business #introduction-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #template-business #introduction-section {
    margin-bottom: 40px;
  }
  #template-business #introduction-section .textarea p {
    margin: 0 0 24px;
    text-align: left;
  }
  #template-business #introduction-section .textarea p br {
    display: none;
  }
  #template-business #introduction-section .textarea p:last-child {
    margin: 0;
  }
  #template-business #introduction-section .slash01 {
    right: -20.267vw;
    bottom: -41.867vw;
  }
  #template-business #introduction-section .gara01 {
    position: absolute;
    width: 21.333vw;
    top: -13.867vw;
    right: 82%;
  }
  #template-business #introduction-section .gara02 {
    width: 133vw;
    bottom: -48.267vw;
    left: -104vw;
    z-index: -1;
  }
  #template-business #introduction-section .gara02.true {
    opacity: 0.4;
  }
  #template-business #introduction-section .gara05 {
    right: 2vw;
    top: -15.667vw;
  }
  #template-business #introduction-section .gara05.true {
    width: 12vw;
    opacity: 0.4;
  }
}
#template-business #concept-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
#template-business #concept-section:before, #template-business #concept-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#template-business #concept-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.08;
}
#template-business #concept-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.08;
}
#template-business #concept-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #template-business #concept-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-business #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#template-business #concept-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
#template-business #concept-section .inner .content section {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
#template-business #concept-section .inner .content section .img {
  position: relative;
  z-index: 1;
  margin-left: 80px;
}
#template-business #concept-section .inner .content section .img:before {
  content: "";
  width: 560px;
  height: 560px;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
  left: -1.208vw;
  bottom: -0.792vw;
}
#template-business #concept-section .inner .content section .img img {
  border-radius: 400px;
}
#template-business #concept-section .inner .content section .textarea {
  flex: 1;
}
#template-business #concept-section .inner .content section .textarea .title {
  margin: 0 0 40px;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.5555555556rem;
}
#template-business #concept-section .inner .content section .textarea .text p {
  margin: 0 0 24px;
}
#template-business #concept-section .inner .content section .textarea .text p:last-child {
  margin: 0;
}
#template-business #concept-section .inner .content section:nth-child(2n) {
  flex-direction: row;
}
#template-business #concept-section .inner .content section:nth-child(2n) .img {
  margin-left: 0;
  margin-right: 80px;
}
#template-business #concept-section .inner .content section:nth-child(2n) .img:before {
  content: "";
  width: 560px;
  height: 560px;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
  left: -1.208vw;
  top: -0.792vw;
}
#template-business #concept-section .inner .content section:nth-child(2n) .img img {
  border-radius: 400px;
}
#template-business #concept-section .inner .content section:last-child {
  margin: 0;
}
#template-business #concept-section .slash01 {
  position: absolute;
  right: -70px;
  top: 600px;
  z-index: 9;
}
#template-business #concept-section .slash02 {
  position: absolute;
  bottom: 500px;
  z-index: 9;
  left: -150px;
}
#template-business #concept-section .wave {
  width: 3600px;
  height: 375px;
}
#template-business #concept-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1099px) {
  #template-business #concept-section .inner .content section {
    display: block;
    margin-bottom: 100px;
  }
  #template-business #concept-section .inner .content section .img {
    position: relative;
    z-index: 1;
    margin: 0 0 45px;
    text-align: center;
  }
  #template-business #concept-section .inner .content section .img:before {
    content: "";
    width: 560px;
    height: 560px;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  #template-business #concept-section .inner .content section .img img {
    border-radius: 400px;
  }
  #template-business #concept-section .inner .content section .textarea {
    flex: 1;
  }
  #template-business #concept-section .inner .content section .textarea .title {
    margin: 0 0 40px;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.5555555556rem;
  }
  #template-business #concept-section .inner .content section .textarea .text p {
    margin: 0 0 24px;
  }
  #template-business #concept-section .inner .content section .textarea .text p:last-child {
    margin: 0;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) {
    flex-direction: row;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img {
    margin: 0 0 45px;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img:before {
    content: "";
    width: 560px;
    height: 560px;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: -1.208vw;
    top: -0.792vw;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img img {
    border-radius: 400px;
  }
  #template-business #concept-section .inner .content section:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  #template-business #concept-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #template-business #concept-section .inner section {
    margin-bottom: 80px;
  }
  #template-business #concept-section .inner section .textarea p br {
    display: none;
  }
  #template-business #concept-section .slash01 {
    display: none;
  }
  #template-business #concept-section .slash02 {
    position: absolute;
    bottom: 4vw;
    z-index: 9;
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  #template-business #concept-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #template-business #concept-section:before, #template-business #concept-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #template-business #concept-section .inner .content section {
    margin-bottom: 40px;
  }
  #template-business #concept-section .inner .content section .img {
    position: relative;
    z-index: 1;
    margin: 0 0 25px;
    text-align: center;
  }
  #template-business #concept-section .inner .content section .img:before {
    content: "";
    width: 83vw;
    height: 83vw;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  #template-business #concept-section .inner .content section .img img {
    border-radius: 400px;
    width: 90vw;
  }
  #template-business #concept-section .inner .content section .textarea .title {
    margin: 0 0 28px;
    font-size: 1.1666666667rem;
  }
  #template-business #concept-section .inner .content section .textarea p br {
    display: none;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img {
    margin: 0 0 25px;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img:before {
    content: "";
    width: 83vw;
    height: 83vw;
    top: 10px;
  }
  #template-business #concept-section .inner .content section:nth-child(2n) .img img {
    border-radius: 400px;
  }
  #template-business #concept-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #template-business #concept-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#template-business #works-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 1580px) {
  #template-business #works-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-business #works-section {
    width: calc(100% - 16vw);
  }
}
#template-business #works-section .content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#template-business #works-section .content .content-inner {
  width: calc(50% - 30px);
  padding: 0 0 80px;
  background: #fefffe;
  box-shadow: 0px 0px 55px -50px #2D0422;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#template-business #works-section .content .content-inner .textarea {
  padding: 40px 50px 0;
}
#template-business #works-section .content .content-inner .img {
  position: relative;
}
#template-business #works-section .content .content-inner .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#template-business #works-section .content .content-inner .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#template-business #works-section .content .content-inner .slider-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
#template-business #works-section .content .content-inner .slider-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#template-business #works-section .content .content-inner dl {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  font-size: 0.8888888889rem;
  padding: 0 0 20px;
}
#template-business #works-section .content .content-inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#template-business #works-section .content .content-inner dl dt {
  font-weight: 700;
  width: 124px;
}
#template-business #works-section .content .content-inner dl dd {
  flex: 1;
}
#template-business #works-section .content .content-inner dl:last-child {
  margin: 0;
}
#template-business #works-section .content .content-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#template-business #works-section .content .content-inner a:hover {
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#template-business #works-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #template-business #works-section {
    margin-bottom: 100px;
  }
  #template-business #works-section .content .content-inner {
    width: calc(50% - 20px);
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #template-business #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #template-business #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #template-business #works-section .content .content-inner dl {
    display: block;
  }
  #template-business #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #template-business #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #template-business #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #template-business #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
@media screen and (max-width: 767px) {
  #template-business #works-section {
    margin-bottom: 30px;
  }
  #template-business #works-section .content {
    display: block;
  }
  #template-business #works-section .content .content-inner {
    width: 100%;
    margin: 0 0 30px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #template-business #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #template-business #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #template-business #works-section .content .content-inner dl {
    display: block;
  }
  #template-business #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #template-business #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #template-business #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #template-business #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
#template-business #link-section {
  margin: 0 0 120px;
  position: relative;
}
#template-business #link-section:before, #template-business #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#template-business #link-section:before {
  left: 0;
  top: 0;
}
#template-business #link-section:after {
  right: 0;
  top: 10px;
}
#template-business #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #template-business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#template-business #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#template-business #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#template-business #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#template-business #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#template-business #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#template-business #link-section .inner .list li:nth-child(3n), #template-business #link-section .inner .list li:last-child {
  margin-right: 0;
}
#template-business #link-section .inner .button01 {
  text-align: center;
}
#template-business #link-section.true:before, #template-business #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#template-business #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #template-business #link-section {
    margin: 0 0 100px;
    position: relative;
  }
  #template-business #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #template-business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #template-business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #template-business #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #template-business #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #template-business #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #template-business #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #template-business #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #template-business #link-section .inner .list li:nth-child(2n), #template-business #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #template-business #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #template-business #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #template-business #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #template-business #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #template-business #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
  #template-business #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #template-business #link-section .inner .list li a {
    font-size: 1rem;
  }
  #template-business #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #template-business #link-section .inner .list li:nth-child(2n), #template-business #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#template-service #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  #template-service #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-service #introduction-section {
    width: calc(100% - 16vw);
  }
}
#template-service #introduction-section .textarea p {
  margin: 0 0 28px;
  text-align: center;
}
#template-service #introduction-section .textarea p:last-child {
  margin: 0;
}
#template-service #introduction-section .slash01 {
  position: absolute;
  right: -275px;
  bottom: 25px;
}
#template-service #introduction-section .gara01 {
  position: absolute;
  width: 150px;
  top: -55px;
  right: 95%;
}
#template-service #introduction-section .gara02 {
  position: absolute;
  bottom: -324px;
  left: -645px;
  z-index: -1;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#template-service #introduction-section .gara02.true {
  opacity: 1;
}
#template-service #introduction-section .gara05 {
  position: absolute;
  right: -240px;
  bottom: -120px;
  transition: all 0.5s 0.2s ease;
  opacity: 0;
}
#template-service #introduction-section .gara05.true {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #template-service #introduction-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #template-service #introduction-section {
    margin-bottom: 40px;
  }
  #template-service #introduction-section .textarea p {
    margin: 0 0 24px;
    text-align: left;
  }
  #template-service #introduction-section .textarea p br {
    display: none;
  }
  #template-service #introduction-section .textarea p:last-child {
    margin: 0;
  }
  #template-service #introduction-section .slash01 {
    right: -20.267vw;
    bottom: -41.867vw;
  }
  #template-service #introduction-section .gara01 {
    position: absolute;
    width: 21.333vw;
    top: -13.867vw;
    right: 82%;
  }
  #template-service #introduction-section .gara02 {
    width: 133vw;
    bottom: -48.267vw;
    left: -104vw;
    z-index: -1;
  }
  #template-service #introduction-section .gara02.true {
    opacity: 0.4;
  }
  #template-service #introduction-section .gara05 {
    right: 2vw;
    top: -15.667vw;
  }
  #template-service #introduction-section .gara05.true {
    width: 12vw;
    opacity: 0.4;
  }
}
#template-service #concept-section {
  padding: 160px 0 232px;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
#template-service #concept-section:before, #template-service #concept-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#template-service #concept-section:before {
  background: url(../images/common/bg-img.jpg) no-repeat center/cover;
  opacity: 0.08;
}
#template-service #concept-section:after {
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.08;
}
#template-service #concept-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #template-service #concept-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-service #concept-section .inner {
    width: calc(100% - 16vw);
  }
}
#template-service #concept-section .inner:after {
  content: "";
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%);
}
#template-service #concept-section .inner .content section {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
#template-service #concept-section .inner .content section .img {
  position: relative;
  z-index: 1;
  margin-left: 80px;
}
#template-service #concept-section .inner .content section .img:before {
  content: "";
  width: 560px;
  height: 560px;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
  left: -1.208vw;
  bottom: -0.792vw;
}
#template-service #concept-section .inner .content section .img img {
  border-radius: 400px;
}
#template-service #concept-section .inner .content section .textarea {
  flex: 1;
}
#template-service #concept-section .inner .content section .textarea .title {
  margin: 0 0 40px;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.5555555556rem;
}
#template-service #concept-section .inner .content section .textarea .text p {
  margin: 0 0 24px;
}
#template-service #concept-section .inner .content section .textarea .text p:last-child {
  margin: 0;
}
#template-service #concept-section .inner .content section:nth-child(2n) {
  flex-direction: row;
}
#template-service #concept-section .inner .content section:nth-child(2n) .img {
  margin-left: 0;
  margin-right: 80px;
}
#template-service #concept-section .inner .content section:nth-child(2n) .img:before {
  content: "";
  width: 560px;
  height: 560px;
  position: absolute;
  background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
  z-index: -1;
  left: -1.208vw;
  top: -0.792vw;
}
#template-service #concept-section .inner .content section:nth-child(2n) .img img {
  border-radius: 400px;
}
#template-service #concept-section .inner .content section:last-child {
  margin: 0;
}
#template-service #concept-section .slash01 {
  position: absolute;
  right: -70px;
  top: 600px;
  z-index: 9;
}
#template-service #concept-section .slash02 {
  position: absolute;
  bottom: 500px;
  z-index: 9;
  left: -150px;
}
#template-service #concept-section .wave {
  width: 3600px;
  height: 375px;
}
#template-service #concept-section .wave02 {
  position: absolute;
  bottom: -224px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1099px) {
  #template-service #concept-section .inner .content section {
    display: block;
    margin-bottom: 100px;
  }
  #template-service #concept-section .inner .content section .img {
    position: relative;
    z-index: 1;
    margin: 0 0 45px;
    text-align: center;
  }
  #template-service #concept-section .inner .content section .img:before {
    content: "";
    width: 560px;
    height: 560px;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  #template-service #concept-section .inner .content section .img img {
    border-radius: 400px;
  }
  #template-service #concept-section .inner .content section .textarea {
    flex: 1;
  }
  #template-service #concept-section .inner .content section .textarea .title {
    margin: 0 0 40px;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.5555555556rem;
  }
  #template-service #concept-section .inner .content section .textarea .text p {
    margin: 0 0 24px;
  }
  #template-service #concept-section .inner .content section .textarea .text p:last-child {
    margin: 0;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) {
    flex-direction: row;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img {
    margin: 0 0 45px;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img:before {
    content: "";
    width: 560px;
    height: 560px;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: -1.208vw;
    top: -0.792vw;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img img {
    border-radius: 400px;
  }
  #template-service #concept-section .inner .content section:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  #template-service #concept-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
  }
  #template-service #concept-section .inner section {
    margin-bottom: 80px;
  }
  #template-service #concept-section .inner section .textarea p br {
    display: none;
  }
  #template-service #concept-section .slash01 {
    display: none;
  }
  #template-service #concept-section .slash02 {
    position: absolute;
    bottom: 4vw;
    z-index: 9;
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  #template-service #concept-section {
    padding: 100px 0 calc(40px + 23.467vw);
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
  }
  #template-service #concept-section:before, #template-service #concept-section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  #template-service #concept-section .inner .content section {
    margin-bottom: 40px;
  }
  #template-service #concept-section .inner .content section .img {
    position: relative;
    z-index: 1;
    margin: 0 0 25px;
    text-align: center;
  }
  #template-service #concept-section .inner .content section .img:before {
    content: "";
    width: 83vw;
    height: 83vw;
    position: absolute;
    background: url(../images/concept/concept-gara01.webp) no-repeat center/contain;
    z-index: -1;
    left: 10px;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  #template-service #concept-section .inner .content section .img img {
    border-radius: 400px;
    width: 90vw;
  }
  #template-service #concept-section .inner .content section .textarea .title {
    margin: 0 0 28px;
    font-size: 1.1666666667rem;
  }
  #template-service #concept-section .inner .content section .textarea p br {
    display: none;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img {
    margin: 0 0 25px;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img:before {
    content: "";
    width: 83vw;
    height: 83vw;
    top: 10px;
  }
  #template-service #concept-section .inner .content section:nth-child(2n) .img img {
    border-radius: 400px;
  }
  #template-service #concept-section .wave {
    width: 200vw;
    height: 23.467vw;
  }
  #template-service #concept-section .wave02 {
    position: absolute;
    bottom: -3vw;
    transform: rotate(180deg);
  }
}
#template-service #works-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 1580px) {
  #template-service #works-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-service #works-section {
    width: calc(100% - 16vw);
  }
}
#template-service #works-section .content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#template-service #works-section .content .content-inner {
  width: calc(50% - 30px);
  padding: 0 0 80px;
  background: #fefffe;
  box-shadow: 0px 0px 55px -50px #2D0422;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#template-service #works-section .content .content-inner .textarea {
  padding: 40px 50px 0;
}
#template-service #works-section .content .content-inner .img {
  position: relative;
}
#template-service #works-section .content .content-inner .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#template-service #works-section .content .content-inner .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#template-service #works-section .content .content-inner .slider-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
#template-service #works-section .content .content-inner .slider-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#template-service #works-section .content .content-inner dl {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  font-size: 0.8888888889rem;
  padding: 0 0 20px;
}
#template-service #works-section .content .content-inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#template-service #works-section .content .content-inner dl dt {
  font-weight: 700;
  width: 124px;
}
#template-service #works-section .content .content-inner dl dd {
  flex: 1;
}
#template-service #works-section .content .content-inner dl:last-child {
  margin: 0;
}
#template-service #works-section .content .content-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#template-service #works-section .content .content-inner a:hover {
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#template-service #works-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #template-service #works-section {
    margin-bottom: 100px;
  }
  #template-service #works-section .content .content-inner {
    width: calc(50% - 20px);
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #template-service #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #template-service #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #template-service #works-section .content .content-inner dl {
    display: block;
  }
  #template-service #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #template-service #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #template-service #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #template-service #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
@media screen and (max-width: 767px) {
  #template-service #works-section {
    margin-bottom: 30px;
  }
  #template-service #works-section .content {
    display: block;
  }
  #template-service #works-section .content .content-inner {
    width: 100%;
    margin: 0 0 30px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #template-service #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #template-service #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #template-service #works-section .content .content-inner dl {
    display: block;
  }
  #template-service #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #template-service #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #template-service #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #template-service #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
#template-service #plan-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 1580px) {
  #template-service #plan-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-service #plan-section {
    width: calc(100% - 16vw);
  }
}
#template-service #plan-section .carousel-list {
  padding: 1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
#template-service #plan-section .carousel-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  width: 100%;
  height: 100%;
}
#template-service #plan-section .carousel-list:after {
  content: "";
  height: 0;
  width: calc(33.3333333333% - 0.6666666667px);
  display: block;
  order: 2;
}
#template-service #plan-section .carousel-list li {
  width: calc(33.3333333333% - 0.6666666667px);
  padding: 32px 24px 90px;
  background: #fefffe;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#template-service #plan-section .carousel-list li:hover {
  opacity: 0.8;
}
#template-service #plan-section .carousel-list li:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 45px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-top: 3px solid #05AF00;
  border-right: 3px solid #05AF00;
  transform: rotate(135deg);
  position: absolute;
}
#template-service #plan-section .carousel-list li span {
  display: block;
  text-align: center;
}
#template-service #plan-section .carousel-list li .carousel-title {
  font-size: 1.1666666667rem;
  font-weight: 700;
  margin: 0 0 16px;
}
#template-service #plan-section .carousel-list li .carousel-text {
  font-size: 0.8888888889rem;
}
#template-service #plan-section .carousel-list li.true {
  background: rgba(255, 139, 0, 0.8);
  pointer-events: none;
}
#template-service #plan-section .carousel-list li.true:before {
  border-top: 3px solid #fefffe;
  border-right: 3px solid #fefffe;
}
#template-service #plan-section .carousel-list li.true span {
  color: #fefffe;
}
#template-service #plan-section .carousel-list li:first-child:after {
  content: none;
}
#template-service #plan-section .plan {
  display: none;
}
#template-service #plan-section .plan.true {
  display: block;
}
#template-service #plan-section .plan .info {
  display: flex;
  align-items: flex-end;
  margin: 0 0 75px;
  padding: 0 0 75px;
  border-bottom: 1px solid #FF8B00;
}
#template-service #plan-section .plan .info .plan-title {
  width: calc(50% - 30px);
  margin-right: 60px;
  font-size: 1.7777777778rem;
  color: #05AF00;
  font-weight: 700;
}
#template-service #plan-section .plan .info .plan-title span {
  display: block;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#template-service #plan-section .plan .info .status {
  width: calc(50% - 30px);
  display: flex;
}
#template-service #plan-section .plan .info .status dl {
  display: flex;
  align-items: center;
}
#template-service #plan-section .plan .info .status dl dt {
  width: 124px;
  padding: 12px 0;
  margin: 0 16px 0 0;
  background: #05AF00;
  text-align: center;
  color: #fefffe;
  font-weight: 700;
}
#template-service #plan-section .plan .info .status dl:first-child {
  margin: 0 40px 0 0;
}
#template-service #plan-section .plan .content .sub-title {
  font-size: 1.5555555556rem;
  font-weight: 700;
  margin: 0 0 45px;
}
#template-service #plan-section .plan .content .page-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#template-service #plan-section .plan .content .page-list li {
  width: calc(20% - 15px);
  text-align: center;
  position: relative;
  background: #fefffe;
  margin: 0 18px 20px 0;
  padding: 16px 0;
  border-radius: 16px;
  font-size: 0.8888888889rem;
}
#template-service #plan-section .plan .content .page-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  border-radius: 16px;
}
#template-service #plan-section .plan .content .page-list li:nth-child(5n) {
  margin: 0 0 20px;
}
#template-service #plan-section .plan .content .box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#template-service #plan-section .plan .content .box-list li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  background: #fefffe;
  margin: 0 30px 30px 0;
  padding: 32px 24px;
}
#template-service #plan-section .plan .content .box-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#template-service #plan-section .plan .content .box-list li span {
  display: block;
}
#template-service #plan-section .plan .content .box-list li .box-title {
  font-size: 1.1111111111rem;
  font-weight: 700;
  color: #05AF00;
  margin: 0 0 20px;
}
#template-service #plan-section .plan .content .box-list li .price {
  font-weight: 700;
  margin: 0 0 20px;
}
#template-service #plan-section .plan .content .box-list li .box-text {
  font-size: 0.8888888889rem;
}
#template-service #plan-section .plan .content .box-list li .box-text span {
  margin: 0 0 12px;
}
#template-service #plan-section .plan .content .box-list li .box-text span:last-child {
  margin: 0;
}
#template-service #plan-section .plan .content .box-list li .box-text span .mini {
  font-size: 0.7777777778rem;
}
#template-service #plan-section .plan .content .box-list li:nth-child(3n) {
  margin: 0 0 30px;
}
#template-service #plan-section .plan .content .basic {
  margin: 0 0 40px;
}
#template-service #plan-section #plantop {
  position: fixed;
  bottom: 0px;
  right: 0;
  background: #FF8B00;
  z-index: 100;
  padding: 12px 24px;
  border-radius: 60px 0 0 60px;
  color: #fefffe;
}
@media screen and (max-width: 959px) {
  #template-service #plan-section {
    margin-bottom: 70px;
  }
  #template-service #plan-section .carousel-list {
    margin: 0 0 60px;
  }
  #template-service #plan-section .carousel-list li .carousel-text {
    text-align: left;
  }
  #template-service #plan-section .carousel-list li .carousel-text br {
    display: none;
  }
  #template-service #plan-section .plan {
    display: none;
  }
  #template-service #plan-section .plan.true {
    display: block;
  }
  #template-service #plan-section .plan .info {
    display: block;
    margin: 0 0 65px;
    padding: 0 0 65px;
    border-bottom: 1px solid #FF8B00;
  }
  #template-service #plan-section .plan .info .plan-title {
    width: 100%;
    margin: 0 0 30px;
  }
  #template-service #plan-section .plan .info .status {
    width: 100%;
  }
  #template-service #plan-section .plan .content .sub-title {
    margin: 0 0 35px;
  }
  #template-service #plan-section .plan .content .page-list {
    margin: 0 0 45px;
  }
  #template-service #plan-section .plan .content .page-list li {
    width: calc(33.3333333333% - 15px);
    margin: 0 22px 20px 0;
  }
  #template-service #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 22px 20px 0;
  }
  #template-service #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 45px;
  }
  #template-service #plan-section .plan .content .box-list li {
    width: calc(50% - 15px);
    position: relative;
    background: #fefffe;
    margin: 0 30px 30px 0;
    padding: 32px 24px;
  }
  #template-service #plan-section .plan .content .box-list li span {
    display: block;
  }
  #template-service #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
  }
  #template-service #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 30px 30px 0;
  }
  #template-service #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 30px;
  }
  #template-service #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #template-service #plan-section {
    margin-bottom: 40px;
  }
  #template-service #plan-section .carousel-list {
    display: block;
    margin: 0 0 40px;
  }
  #template-service #plan-section .carousel-list li {
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 24px 50px;
    background: #fefffe;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  #template-service #plan-section .carousel-list li:hover {
    opacity: 0.8;
  }
  #template-service #plan-section .carousel-list li:before {
    bottom: 24px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #05AF00;
    border-right: 2px solid #05AF00;
  }
  #template-service #plan-section .carousel-list li .carousel-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0;
  }
  #template-service #plan-section .carousel-list li .carousel-text {
    display: none;
  }
  #template-service #plan-section .carousel-list li:last-child {
    margin: 0;
  }
  #template-service #plan-section .carousel-list li:first-child:after {
    content: none;
  }
  #template-service #plan-section .plan {
    display: none;
  }
  #template-service #plan-section .plan.true {
    display: block;
  }
  #template-service #plan-section .plan .info {
    display: block;
    margin: 0 0 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #FF8B00;
  }
  #template-service #plan-section .plan .info .plan-title {
    width: 100%;
    margin-right: 24px;
    font-size: 1.3333333333rem;
    color: #05AF00;
    font-weight: 700;
  }
  #template-service #plan-section .plan .info .plan-title br {
    display: none;
  }
  #template-service #plan-section .plan .info .plan-title span {
    font-size: 1rem;
  }
  #template-service #plan-section .plan .info .status {
    width: 100%;
    display: block;
  }
  #template-service #plan-section .plan .info .status dl {
    display: flex;
    align-items: center;
    font-size: 0.8333333333rem;
  }
  #template-service #plan-section .plan .info .status dl dt {
    width: 124px;
    padding: 12px 0;
    margin: 0 16px 0 0;
    background: #05AF00;
    text-align: center;
    color: #fefffe;
    font-weight: 700;
  }
  #template-service #plan-section .plan .info .status dl:first-child {
    margin: 0 0 16px;
  }
  #template-service #plan-section .plan .content .sub-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0 0 45px;
  }
  #template-service #plan-section .plan .content .page-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #template-service #plan-section .plan .content .page-list li {
    width: calc(50% - 10px);
    text-align: center;
    position: relative;
    background: #fefffe;
    margin: 0 20px 20px 0;
    padding: 16px 0;
    font-size: 0.8333333333rem;
  }
  #template-service #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 20px 20px 0;
  }
  #template-service #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
  #template-service #plan-section .plan .content .page-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #template-service #plan-section .plan .content .box-list li {
    width: 100%;
    position: relative;
    background: #fefffe;
    margin: 0 0 20px;
    padding: 32px 24px;
  }
  #template-service #plan-section .plan .content .box-list li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
  }
  #template-service #plan-section .plan .content .box-list li span {
    display: block;
  }
  #template-service #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
    font-weight: 700;
    color: #05AF00;
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .box-list li .price {
    font-weight: 700;
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .box-list li .box-text {
    font-size: 0.8888888889rem;
  }
  #template-service #plan-section .plan .content .box-list li .box-text span {
    margin: 0 0 12px;
  }
  #template-service #plan-section .plan .content .box-list li .box-text span:last-child {
    margin: 0;
  }
  #template-service #plan-section .plan .content .box-list li .box-text span .mini {
    font-size: 0.7777777778rem;
  }
  #template-service #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #template-service #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
  #template-service #plan-section #plantop {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #FF8B00;
    z-index: 100;
    padding: 12px 24px;
    border-radius: 60px 0 0 60px;
    color: #fefffe;
  }
}
#template-service #link-section {
  margin: 0 0 120px;
  position: relative;
}
#template-service #link-section:before, #template-service #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#template-service #link-section:before {
  left: 0;
  top: 0;
}
#template-service #link-section:after {
  right: 0;
  top: 10px;
}
#template-service #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #template-service #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #template-service #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#template-service #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#template-service #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#template-service #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#template-service #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#template-service #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#template-service #link-section .inner .list li:nth-child(3n), #template-service #link-section .inner .list li:last-child {
  margin-right: 0;
}
#template-service #link-section .inner .button01 {
  text-align: center;
}
#template-service #link-section.true:before, #template-service #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#template-service #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #template-service #link-section {
    margin: 0 0 100px;
    position: relative;
  }
  #template-service #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #template-service #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #template-service #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #template-service #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #template-service #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #template-service #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #template-service #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #template-service #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #template-service #link-section .inner .list li:nth-child(2n), #template-service #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #template-service #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #template-service #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #template-service #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #template-service #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #template-service #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
  #template-service #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #template-service #link-section .inner .list li a {
    font-size: 1rem;
  }
  #template-service #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #template-service #link-section .inner .list li:nth-child(2n), #template-service #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#single-story #introduction-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #single-story #introduction-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #single-story #introduction-section {
    width: calc(100% - 16vw);
  }
}
#single-story #introduction-section .city {
  text-align: center;
  font-weight: 700;
  font-size: 1.5555555556rem;
  color: #05AF00;
}
#single-story #introduction-section .title01 {
  margin-top: -35px;
}
#single-story #introduction-section .content {
  position: relative;
  margin: 0 0 70px;
}
#single-story #introduction-section .content .img-switch {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#single-story #introduction-section .content .img-switch li {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF8B00;
  cursor: pointer;
}
#single-story #introduction-section .content .img-switch li svg {
  fill: #FF8B00;
}
#single-story #introduction-section .content .img-switch li.true {
  background: #FF8B00;
  pointer-events: none;
}
#single-story #introduction-section .content .img-switch li.true svg {
  fill: #fefffe;
}
#single-story #introduction-section .content .img-switch li.pc-switch svg {
  width: 50px;
  height: auto;
}
#single-story #introduction-section .content .img-switch li.sp-switch {
  border-top: none;
}
#single-story #introduction-section .content .img-switch li.sp-switch svg {
  width: auto;
  height: 42px;
}
#single-story #introduction-section .content .controller {
  display: flex;
  justify-content: space-between;
  width: 80px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 170px;
}
#single-story #introduction-section .content .controller .slide-arrow {
  width: calc(50% - 0.5px);
  height: 80px;
  background: #FF8B00;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
#single-story #introduction-section .content .controller .slide-arrow:hover {
  opacity: 0.6777;
}
#single-story #introduction-section .content .controller .next-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fefffe;
  border-right: 2px solid #fefffe;
  top: 50%;
  left: calc(50% - 5px);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
#single-story #introduction-section .content .controller .prev-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fefffe;
  border-right: 2px solid #fefffe;
  top: 50%;
  left: calc(50% + 5px);
  transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}
#single-story #introduction-section .content .monitor-area {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#single-story #introduction-section .content .monitor-area .monitor-pc {
  display: none;
  padding: 0 100px;
}
#single-story #introduction-section .content .monitor-area .monitor-pc.true {
  display: block;
}
#single-story #introduction-section .content .monitor-area .monitor-pc .moc {
  width: 1000px;
  position: relative;
  z-index: -1;
}
#single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea {
  position: absolute;
  z-index: 0;
  width: 952px;
  height: 576px;
  left: 0;
  right: 0;
  top: 41px;
  overflow-y: scroll;
  margin: 0 auto;
}
#single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider div {
  width: 100%;
}
#single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slider-inner img {
  display: block;
  width: 100%;
  height: auto;
}
#single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slide-arrow {
  position: absolute;
  right: 10px;
  width: 60px;
  top: 50px;
}
#single-story #introduction-section .content .monitor-area .monitor-sp {
  display: none;
}
#single-story #introduction-section .content .monitor-area .monitor-sp.true {
  display: block;
}
#single-story #introduction-section .content .monitor-area .monitor-sp .moc {
  width: 420px;
  position: relative;
  z-index: -1;
}
#single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea {
  position: absolute;
  z-index: 0;
  width: 381px;
  height: 597px;
  left: 0;
  right: 0;
  top: 90px;
  overflow-y: scroll;
  margin: 0 auto;
}
#single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider div {
  width: 100%;
}
#single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider .slider-inner img {
  display: block;
  width: 100%;
  height: auto;
}
#single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider .slide-arrow {
  position: absolute;
  right: 10px;
  width: 60px;
  top: 50px;
}
#single-story #introduction-section .button01 {
  margin-bottom: 100px;
  text-align: center;
}
#single-story #introduction-section .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#single-story #introduction-section .status:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#single-story #introduction-section .status dl {
  display: flex;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
  font-size: 0.8888888889rem;
}
#single-story #introduction-section .status dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#single-story #introduction-section .status dl dt {
  width: 200px;
  font-weight: 700;
}
#single-story #introduction-section .status dl dd {
  flex: 1;
}
#single-story #introduction-section .status dl dd span {
  padding-right: 20px;
  display: inline-block;
}
#single-story #introduction-section .status dl dd span:last-of-type {
  padding: 0;
}
#single-story #introduction-section .status dl dd p {
  margin: 0 0 24px;
}
#single-story #introduction-section .status dl dd p:last-child {
  margin: 0;
}
#single-story #introduction-section .status dl.single {
  width: 100%;
}
#single-story #introduction-section .status dl.double {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1400px) {
  #single-story #introduction-section .content {
    position: relative;
    margin: 0 0 70px;
  }
  #single-story #introduction-section .content .monitor-area {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc {
    display: none;
    padding: 0 100px;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc.true {
    display: block;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .moc {
    width: 1000px;
    position: relative;
    z-index: -1;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea {
    position: absolute;
    z-index: 0;
    width: calc(100% - 200px - 3vw);
    height: calc(100% - 8.5vw);
    left: 0;
    right: 0;
    top: 2.929vw;
    overflow-y: scroll;
    margin: 0 auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider div {
    width: 100%;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slider-inner img {
    display: block;
    width: 100%;
    height: auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slide-arrow {
    position: absolute;
    right: 10px;
    width: 60px;
    top: 50px;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp {
    display: none;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp.true {
    display: block;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .moc {
    width: 420px;
    position: relative;
    z-index: -1;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea {
    position: absolute;
    z-index: 0;
    width: 381px;
    height: 597px;
    left: 0;
    right: 0;
    top: 90px;
    overflow-y: scroll;
    margin: 0 auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider div {
    width: 100%;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider .slider-inner img {
    display: block;
    width: 100%;
    height: auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea .slider .slide-arrow {
    position: absolute;
    right: 10px;
    width: 60px;
    top: 50px;
  }
}
@media screen and (max-width: 959px) {
  #single-story #introduction-section {
    margin-bottom: 100px;
  }
  #single-story #introduction-section .status dl.double {
    width: 100%;
  }
  #single-story #introduction-section .button01 {
    margin-bottom: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #single-story #introduction-section .city {
    font-size: 1rem;
  }
  #single-story #introduction-section .title01 {
    margin-top: 10px;
  }
  #single-story #introduction-section .content {
    position: relative;
    margin: 0 0 30px;
    padding: 80px 0 0;
  }
  #single-story #introduction-section .content .img-switch {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
  }
  #single-story #introduction-section .content .img-switch li {
    width: 50px;
    height: 50px;
  }
  #single-story #introduction-section .content .img-switch li.pc-switch svg {
    width: 30px;
    height: auto;
  }
  #single-story #introduction-section .content .img-switch li.sp-switch {
    border-top: 1px solid #FF8B00;
  }
  #single-story #introduction-section .content .img-switch li.sp-switch svg {
    width: auto;
    height: 22px;
  }
  #single-story #introduction-section .content .controller {
    width: 50px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
  #single-story #introduction-section .content .controller .slide-arrow {
    height: 50px;
  }
  #single-story #introduction-section .content .controller .next-arrow:before {
    width: 16px;
    height: 16px;
    border-top: 1px solid #fefffe;
    border-right: 1px solid #fefffe;
  }
  #single-story #introduction-section .content .controller .prev-arrow:before {
    width: 16px;
    height: 16px;
    border-top: 1px solid #fefffe;
    border-right: 1px solid #fefffe;
  }
  #single-story #introduction-section .content .monitor-area {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc {
    display: none;
    padding: 0;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc.true {
    display: block;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .moc {
    width: 1000px;
    position: relative;
    z-index: -1;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea {
    position: absolute;
    z-index: 0;
    width: 80vw;
    height: 49vw;
    left: 0;
    right: 0;
    top: 3vw;
    overflow-y: scroll;
    margin: 0 auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider div {
    width: 100%;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slider-inner img {
    display: block;
    width: 100%;
    height: auto;
  }
  #single-story #introduction-section .content .monitor-area .monitor-pc .sliderarea .slider .slide-arrow {
    position: absolute;
    right: 10px;
    width: 60px;
    top: 50px;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp {
    display: none;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp.true {
    display: block;
  }
  #single-story #introduction-section .content .monitor-area .monitor-sp .sliderarea {
    width: 76vw;
    height: 120vw;
    top: 18vw;
  }
  #single-story #introduction-section .button01 {
    margin-bottom: 40px;
    text-align: center;
  }
  #single-story #introduction-section .status {
    display: block;
  }
  #single-story #introduction-section .status dl {
    display: block;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #single-story #introduction-section .status dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #single-story #introduction-section .status dl dd {
    flex: 1;
  }
  #single-story #introduction-section .status dl dd .check {
    margin-top: 4px;
  }
  #single-story #introduction-section .status dl dd .check span {
    margin-left: 4px;
  }
  #single-story #introduction-section .status dl dd ul li {
    display: flex;
  }
  #single-story #introduction-section .status dl dd ul li span {
    margin-left: 4px;
    flex: 1;
  }
}
#single-story #editor-arae {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  #single-story #editor-arae {
    width: calc(100% - 16vw);
  }
}
#single-story #works-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 1580px) {
  #single-story #works-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #single-story #works-section {
    width: calc(100% - 16vw);
  }
}
#single-story #works-section .content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#single-story #works-section .content .content-inner {
  width: calc(50% - 30px);
  padding: 0 0 80px;
  background: #fefffe;
  box-shadow: 0px 0px 55px -50px #2D0422;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#single-story #works-section .content .content-inner .textarea {
  padding: 40px 50px 0;
}
#single-story #works-section .content .content-inner .img {
  position: relative;
}
#single-story #works-section .content .content-inner .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#single-story #works-section .content .content-inner .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-story #works-section .content .content-inner .slider-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
#single-story #works-section .content .content-inner .slider-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#single-story #works-section .content .content-inner dl {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  font-size: 0.8888888889rem;
  padding: 0 0 20px;
}
#single-story #works-section .content .content-inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#single-story #works-section .content .content-inner dl dt {
  font-weight: 700;
  width: 124px;
}
#single-story #works-section .content .content-inner dl dd {
  flex: 1;
}
#single-story #works-section .content .content-inner dl:last-child {
  margin: 0;
}
#single-story #works-section .content .content-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#single-story #works-section .content .content-inner a:hover {
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#single-story #works-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #single-story #works-section {
    margin-bottom: 100px;
  }
  #single-story #works-section .content .content-inner {
    width: calc(50% - 20px);
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #single-story #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #single-story #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #single-story #works-section .content .content-inner dl {
    display: block;
  }
  #single-story #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #single-story #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #single-story #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #single-story #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
@media screen and (max-width: 767px) {
  #single-story #works-section {
    margin-bottom: 30px;
  }
  #single-story #works-section .content {
    display: block;
  }
  #single-story #works-section .content .content-inner {
    width: 100%;
    margin: 0 0 30px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #single-story #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #single-story #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #single-story #works-section .content .content-inner dl {
    display: block;
  }
  #single-story #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #single-story #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #single-story #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #single-story #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
#single-story #plan-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 1580px) {
  #single-story #plan-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #single-story #plan-section {
    width: calc(100% - 16vw);
  }
}
#single-story #plan-section .carousel-list {
  padding: 1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#single-story #plan-section .carousel-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  width: 100%;
  height: 100%;
}
#single-story #plan-section .carousel-list li {
  width: calc(33.3333333333% - 0.6666666667px);
  padding: 32px 24px 90px;
  background: #fefffe;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#single-story #plan-section .carousel-list li:hover {
  opacity: 0.8;
}
#single-story #plan-section .carousel-list li:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 45px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-top: 3px solid #05AF00;
  border-right: 3px solid #05AF00;
  transform: rotate(135deg);
  position: absolute;
}
#single-story #plan-section .carousel-list li span {
  display: block;
  text-align: center;
}
#single-story #plan-section .carousel-list li .carousel-title {
  font-size: 1.1666666667rem;
  font-weight: 700;
  margin: 0 0 16px;
}
#single-story #plan-section .carousel-list li .carousel-text {
  font-size: 0.8888888889rem;
}
#single-story #plan-section .carousel-list li.true {
  background: rgba(255, 139, 0, 0.8);
  pointer-events: none;
}
#single-story #plan-section .carousel-list li.true:before {
  border-top: 3px solid #fefffe;
  border-right: 3px solid #fefffe;
}
#single-story #plan-section .carousel-list li.true span {
  color: #fefffe;
}
#single-story #plan-section .carousel-list li:first-child:after {
  content: none;
}
#single-story #plan-section .plan {
  display: none;
}
#single-story #plan-section .plan.true {
  display: block;
}
#single-story #plan-section .plan .info {
  display: flex;
  align-items: flex-end;
  margin: 0 0 75px;
  padding: 0 0 75px;
  border-bottom: 1px solid #FF8B00;
}
#single-story #plan-section .plan .info .plan-title {
  width: calc(50% - 30px);
  margin-right: 60px;
  font-size: 1.7777777778rem;
  color: #05AF00;
  font-weight: 700;
}
#single-story #plan-section .plan .info .plan-title span {
  display: block;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#single-story #plan-section .plan .info .status {
  width: calc(50% - 30px);
  display: flex;
}
#single-story #plan-section .plan .info .status dl {
  display: flex;
  align-items: center;
}
#single-story #plan-section .plan .info .status dl dt {
  width: 124px;
  padding: 12px 0;
  margin: 0 16px 0 0;
  background: #05AF00;
  text-align: center;
  color: #fefffe;
  font-weight: 700;
}
#single-story #plan-section .plan .info .status dl:first-child {
  margin: 0 40px 0 0;
}
#single-story #plan-section .plan .content .sub-title {
  font-size: 1.5555555556rem;
  font-weight: 700;
  margin: 0 0 45px;
}
#single-story #plan-section .plan .content .page-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#single-story #plan-section .plan .content .page-list li {
  width: calc(20% - 15px);
  text-align: center;
  position: relative;
  background: #fefffe;
  margin: 0 18px 20px 0;
  padding: 16px 0;
  border-radius: 16px;
  font-size: 0.8888888889rem;
}
#single-story #plan-section .plan .content .page-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  border-radius: 16px;
}
#single-story #plan-section .plan .content .page-list li:nth-child(5n) {
  margin: 0 0 20px;
}
#single-story #plan-section .plan .content .box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#single-story #plan-section .plan .content .box-list li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  background: #fefffe;
  margin: 0 30px 30px 0;
  padding: 32px 24px;
}
#single-story #plan-section .plan .content .box-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#single-story #plan-section .plan .content .box-list li span {
  display: block;
}
#single-story #plan-section .plan .content .box-list li .box-title {
  font-size: 1.1111111111rem;
  font-weight: 700;
  color: #05AF00;
  margin: 0 0 20px;
}
#single-story #plan-section .plan .content .box-list li .price {
  font-weight: 700;
  margin: 0 0 20px;
}
#single-story #plan-section .plan .content .box-list li .box-text {
  font-size: 0.8888888889rem;
}
#single-story #plan-section .plan .content .box-list li .box-text span {
  margin: 0 0 12px;
}
#single-story #plan-section .plan .content .box-list li .box-text span:last-child {
  margin: 0;
}
#single-story #plan-section .plan .content .box-list li .box-text span .mini {
  font-size: 0.7777777778rem;
}
#single-story #plan-section .plan .content .box-list li:nth-child(3n) {
  margin: 0 0 30px;
}
#single-story #plan-section .plan .content .basic {
  margin: 0 0 40px;
}
#single-story #plan-section #plantop {
  position: fixed;
  bottom: 0px;
  right: 0;
  background: #FF8B00;
  z-index: 100;
  padding: 12px 24px;
  border-radius: 60px 0 0 60px;
  color: #fefffe;
}
@media screen and (max-width: 959px) {
  #single-story #plan-section {
    margin-bottom: 70px;
  }
  #single-story #plan-section .carousel-list {
    margin: 0 0 60px;
  }
  #single-story #plan-section .carousel-list li .carousel-text {
    text-align: left;
  }
  #single-story #plan-section .carousel-list li .carousel-text br {
    display: none;
  }
  #single-story #plan-section .plan {
    display: none;
  }
  #single-story #plan-section .plan.true {
    display: block;
  }
  #single-story #plan-section .plan .info {
    display: block;
    margin: 0 0 65px;
    padding: 0 0 65px;
    border-bottom: 1px solid #FF8B00;
  }
  #single-story #plan-section .plan .info .plan-title {
    width: 100%;
    margin: 0 0 30px;
  }
  #single-story #plan-section .plan .info .status {
    width: 100%;
  }
  #single-story #plan-section .plan .content .sub-title {
    margin: 0 0 35px;
  }
  #single-story #plan-section .plan .content .page-list {
    margin: 0 0 45px;
  }
  #single-story #plan-section .plan .content .page-list li {
    width: calc(33.3333333333% - 15px);
    margin: 0 22px 20px 0;
  }
  #single-story #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 22px 20px 0;
  }
  #single-story #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 45px;
  }
  #single-story #plan-section .plan .content .box-list li {
    width: calc(50% - 15px);
    position: relative;
    background: #fefffe;
    margin: 0 30px 30px 0;
    padding: 32px 24px;
  }
  #single-story #plan-section .plan .content .box-list li span {
    display: block;
  }
  #single-story #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
  }
  #single-story #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 30px 30px 0;
  }
  #single-story #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 30px;
  }
  #single-story #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #single-story #plan-section {
    margin-bottom: 40px;
  }
  #single-story #plan-section .carousel-list {
    display: block;
    margin: 0 0 40px;
  }
  #single-story #plan-section .carousel-list li {
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 24px 50px;
    background: #fefffe;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  #single-story #plan-section .carousel-list li:hover {
    opacity: 0.8;
  }
  #single-story #plan-section .carousel-list li:before {
    bottom: 24px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #05AF00;
    border-right: 2px solid #05AF00;
  }
  #single-story #plan-section .carousel-list li .carousel-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0;
  }
  #single-story #plan-section .carousel-list li .carousel-text {
    display: none;
  }
  #single-story #plan-section .carousel-list li:last-child {
    margin: 0;
  }
  #single-story #plan-section .carousel-list li:first-child:after {
    content: none;
  }
  #single-story #plan-section .plan {
    display: none;
  }
  #single-story #plan-section .plan.true {
    display: block;
  }
  #single-story #plan-section .plan .info {
    display: block;
    margin: 0 0 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #FF8B00;
  }
  #single-story #plan-section .plan .info .plan-title {
    width: 100%;
    margin-right: 24px;
    font-size: 1.3333333333rem;
    color: #05AF00;
    font-weight: 700;
  }
  #single-story #plan-section .plan .info .plan-title br {
    display: none;
  }
  #single-story #plan-section .plan .info .plan-title span {
    font-size: 1rem;
  }
  #single-story #plan-section .plan .info .status {
    width: 100%;
    display: block;
  }
  #single-story #plan-section .plan .info .status dl {
    display: flex;
    align-items: center;
    font-size: 0.8333333333rem;
  }
  #single-story #plan-section .plan .info .status dl dt {
    width: 124px;
    padding: 12px 0;
    margin: 0 16px 0 0;
    background: #05AF00;
    text-align: center;
    color: #fefffe;
    font-weight: 700;
  }
  #single-story #plan-section .plan .info .status dl:first-child {
    margin: 0 0 16px;
  }
  #single-story #plan-section .plan .content .sub-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0 0 45px;
  }
  #single-story #plan-section .plan .content .page-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #single-story #plan-section .plan .content .page-list li {
    width: calc(50% - 10px);
    text-align: center;
    position: relative;
    background: #fefffe;
    margin: 0 20px 20px 0;
    padding: 16px 0;
    font-size: 0.8333333333rem;
  }
  #single-story #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 20px 20px 0;
  }
  #single-story #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
  #single-story #plan-section .plan .content .page-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #single-story #plan-section .plan .content .box-list li {
    width: 100%;
    position: relative;
    background: #fefffe;
    margin: 0 0 20px;
    padding: 32px 24px;
  }
  #single-story #plan-section .plan .content .box-list li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
  }
  #single-story #plan-section .plan .content .box-list li span {
    display: block;
  }
  #single-story #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
    font-weight: 700;
    color: #05AF00;
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .box-list li .price {
    font-weight: 700;
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .box-list li .box-text {
    font-size: 0.8888888889rem;
  }
  #single-story #plan-section .plan .content .box-list li .box-text span {
    margin: 0 0 12px;
  }
  #single-story #plan-section .plan .content .box-list li .box-text span:last-child {
    margin: 0;
  }
  #single-story #plan-section .plan .content .box-list li .box-text span .mini {
    font-size: 0.7777777778rem;
  }
  #single-story #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #single-story #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
  #single-story #plan-section #plantop {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #FF8B00;
    z-index: 100;
    padding: 12px 24px;
    border-radius: 60px 0 0 60px;
    color: #fefffe;
  }
}
#single-story #link-section {
  margin: 0 0 120px;
  position: relative;
}
#single-story #link-section:before, #single-story #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#single-story #link-section:before {
  left: 0;
  top: 0;
}
#single-story #link-section:after {
  right: 0;
  top: 10px;
}
#single-story #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #single-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #single-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#single-story #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#single-story #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#single-story #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#single-story #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#single-story #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#single-story #link-section .inner .list li:nth-child(3n), #single-story #link-section .inner .list li:last-child {
  margin-right: 0;
}
#single-story #link-section .inner .button01 {
  text-align: center;
}
#single-story #link-section.true:before, #single-story #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#single-story #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #single-story #link-section {
    margin: 0 0 100px;
    position: relative;
  }
  #single-story #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #single-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #single-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #single-story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #single-story #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #single-story #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #single-story #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #single-story #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #single-story #link-section .inner .list li:nth-child(2n), #single-story #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #single-story #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #single-story #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #single-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #single-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #single-story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
  #single-story #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #single-story #link-section .inner .list li a {
    font-size: 1rem;
  }
  #single-story #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #single-story #link-section .inner .list li:nth-child(2n), #single-story #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#archive-story #works-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #archive-story #works-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-story #works-section {
    width: calc(100% - 16vw);
  }
}
#archive-story #works-section .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
#archive-story #works-section .content .content-inner {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  padding: 0 0 80px;
  background: #fefffe;
  box-shadow: 0px 0px 55px -50px #2D0422;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#archive-story #works-section .content .content-inner .textarea {
  padding: 40px 50px 0;
}
#archive-story #works-section .content .content-inner .img {
  position: relative;
}
#archive-story #works-section .content .content-inner .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#archive-story #works-section .content .content-inner .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive-story #works-section .content .content-inner .slider-title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 24px;
  margin: 0 0 20px;
}
#archive-story #works-section .content .content-inner .slider-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#archive-story #works-section .content .content-inner dl {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  font-size: 0.8888888889rem;
  padding: 0 0 20px;
}
#archive-story #works-section .content .content-inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#archive-story #works-section .content .content-inner dl dt {
  font-weight: 700;
  width: 124px;
}
#archive-story #works-section .content .content-inner dl dd {
  flex: 1;
}
#archive-story #works-section .content .content-inner dl:last-child {
  margin: 0;
}
#archive-story #works-section .content .content-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#archive-story #works-section .content .content-inner a:hover {
  background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
}
#archive-story #works-section .button01 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #archive-story #works-section {
    margin-bottom: 100px;
  }
  #archive-story #works-section .content .content-inner {
    width: calc(50% - 20px);
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #archive-story #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #archive-story #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #archive-story #works-section .content .content-inner dl {
    display: block;
  }
  #archive-story #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #archive-story #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #archive-story #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #archive-story #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
@media screen and (max-width: 767px) {
  #archive-story #works-section {
    margin-bottom: 90px;
  }
  #archive-story #works-section .content {
    display: block;
    margin: 0;
    padding: 0 0 25px;
  }
  #archive-story #works-section .content .content-inner {
    width: 100%;
    margin: 0 0 30px;
    background: #fefffe;
    box-shadow: 0px 0px 55px -50px #2D0422;
    border-radius: 16px;
    padding: 0 0 72px;
  }
  #archive-story #works-section .content .content-inner .textarea {
    padding: 30px 20px 0;
  }
  #archive-story #works-section .content .content-inner .slider-title {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
  #archive-story #works-section .content .content-inner dl {
    display: block;
  }
  #archive-story #works-section .content .content-inner dl dt {
    width: 100%;
  }
  #archive-story #works-section .content .content-inner dl:last-child {
    margin: 0;
  }
  #archive-story #works-section .content .content-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #archive-story #works-section .content .content-inner a:hover {
    background: url(../images/common/box-gesture.svg) no-repeat bottom 20px right 25px/30px;
  }
}
#archive-story #plan-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 1580px) {
  #archive-story #plan-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-story #plan-section {
    width: calc(100% - 16vw);
  }
}
#archive-story #plan-section .carousel-list {
  padding: 1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
#archive-story #plan-section .carousel-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  width: 100%;
  height: 100%;
}
#archive-story #plan-section .carousel-list li {
  width: calc(33.3333333333% - 0.6666666667px);
  padding: 32px 24px 90px;
  background: #fefffe;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#archive-story #plan-section .carousel-list li:hover {
  opacity: 0.8;
}
#archive-story #plan-section .carousel-list li:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 45px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-top: 3px solid #05AF00;
  border-right: 3px solid #05AF00;
  transform: rotate(135deg);
  position: absolute;
}
#archive-story #plan-section .carousel-list li span {
  display: block;
  text-align: center;
}
#archive-story #plan-section .carousel-list li .carousel-title {
  font-size: 1.1666666667rem;
  font-weight: 700;
  margin: 0 0 16px;
}
#archive-story #plan-section .carousel-list li .carousel-text {
  font-size: 0.8888888889rem;
}
#archive-story #plan-section .carousel-list li.true {
  background: rgba(255, 139, 0, 0.8);
  pointer-events: none;
}
#archive-story #plan-section .carousel-list li.true:before {
  border-top: 3px solid #fefffe;
  border-right: 3px solid #fefffe;
}
#archive-story #plan-section .carousel-list li.true span {
  color: #fefffe;
}
#archive-story #plan-section .carousel-list li:first-child:after {
  content: none;
}
#archive-story #plan-section .plan {
  display: none;
}
#archive-story #plan-section .plan.true {
  display: block;
}
#archive-story #plan-section .plan .info {
  display: flex;
  align-items: flex-end;
  margin: 0 0 75px;
  padding: 0 0 75px;
  border-bottom: 1px solid #FF8B00;
}
#archive-story #plan-section .plan .info .plan-title {
  width: calc(50% - 30px);
  margin-right: 60px;
  font-size: 1.7777777778rem;
  color: #05AF00;
  font-weight: 700;
}
#archive-story #plan-section .plan .info .plan-title span {
  display: block;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#archive-story #plan-section .plan .info .status {
  width: calc(50% - 30px);
  display: flex;
}
#archive-story #plan-section .plan .info .status dl {
  display: flex;
  align-items: center;
}
#archive-story #plan-section .plan .info .status dl dt {
  width: 124px;
  padding: 12px 0;
  margin: 0 16px 0 0;
  background: #05AF00;
  text-align: center;
  color: #fefffe;
  font-weight: 700;
}
#archive-story #plan-section .plan .info .status dl:first-child {
  margin: 0 40px 0 0;
}
#archive-story #plan-section .plan .content .sub-title {
  font-size: 1.5555555556rem;
  font-weight: 700;
  margin: 0 0 45px;
}
#archive-story #plan-section .plan .content .page-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#archive-story #plan-section .plan .content .page-list li {
  width: calc(20% - 15px);
  text-align: center;
  position: relative;
  background: #fefffe;
  margin: 0 18px 20px 0;
  padding: 16px 0;
  border-radius: 16px;
  font-size: 0.8888888889rem;
}
#archive-story #plan-section .plan .content .page-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  border-radius: 16px;
}
#archive-story #plan-section .plan .content .page-list li:nth-child(5n) {
  margin: 0 0 20px;
}
#archive-story #plan-section .plan .content .box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
#archive-story #plan-section .plan .content .box-list li {
  width: calc(33.3333333333% - 20px);
  position: relative;
  background: #fefffe;
  margin: 0 30px 30px 0;
  padding: 32px 24px;
}
#archive-story #plan-section .plan .content .box-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#archive-story #plan-section .plan .content .box-list li span {
  display: block;
}
#archive-story #plan-section .plan .content .box-list li .box-title {
  font-size: 1.1111111111rem;
  font-weight: 700;
  color: #05AF00;
  margin: 0 0 20px;
}
#archive-story #plan-section .plan .content .box-list li .price {
  font-weight: 700;
  margin: 0 0 20px;
}
#archive-story #plan-section .plan .content .box-list li .box-text {
  font-size: 0.8888888889rem;
}
#archive-story #plan-section .plan .content .box-list li .box-text span {
  margin: 0 0 12px;
}
#archive-story #plan-section .plan .content .box-list li .box-text span:last-child {
  margin: 0;
}
#archive-story #plan-section .plan .content .box-list li .box-text span .mini {
  font-size: 0.7777777778rem;
}
#archive-story #plan-section .plan .content .box-list li:nth-child(3n) {
  margin: 0 0 30px;
}
#archive-story #plan-section .plan .content .basic {
  margin: 0 0 40px;
}
#archive-story #plan-section #plantop {
  position: fixed;
  bottom: 0px;
  right: 0;
  background: #FF8B00;
  z-index: 100;
  padding: 12px 24px;
  border-radius: 60px 0 0 60px;
  color: #fefffe;
}
@media screen and (max-width: 959px) {
  #archive-story #plan-section {
    margin-bottom: 70px;
  }
  #archive-story #plan-section .carousel-list {
    margin: 0 0 60px;
  }
  #archive-story #plan-section .carousel-list li .carousel-text {
    text-align: left;
  }
  #archive-story #plan-section .carousel-list li .carousel-text br {
    display: none;
  }
  #archive-story #plan-section .plan {
    display: none;
  }
  #archive-story #plan-section .plan.true {
    display: block;
  }
  #archive-story #plan-section .plan .info {
    display: block;
    margin: 0 0 65px;
    padding: 0 0 65px;
    border-bottom: 1px solid #FF8B00;
  }
  #archive-story #plan-section .plan .info .plan-title {
    width: 100%;
    margin: 0 0 30px;
  }
  #archive-story #plan-section .plan .info .status {
    width: 100%;
  }
  #archive-story #plan-section .plan .content .sub-title {
    margin: 0 0 35px;
  }
  #archive-story #plan-section .plan .content .page-list {
    margin: 0 0 45px;
  }
  #archive-story #plan-section .plan .content .page-list li {
    width: calc(33.3333333333% - 15px);
    margin: 0 22px 20px 0;
  }
  #archive-story #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 22px 20px 0;
  }
  #archive-story #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 45px;
  }
  #archive-story #plan-section .plan .content .box-list li {
    width: calc(50% - 15px);
    position: relative;
    background: #fefffe;
    margin: 0 30px 30px 0;
    padding: 32px 24px;
  }
  #archive-story #plan-section .plan .content .box-list li span {
    display: block;
  }
  #archive-story #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
  }
  #archive-story #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 30px 30px 0;
  }
  #archive-story #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 30px;
  }
  #archive-story #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #archive-story #plan-section {
    margin-bottom: 40px;
  }
  #archive-story #plan-section .carousel-list {
    display: block;
    margin: 0 0 40px;
  }
  #archive-story #plan-section .carousel-list li {
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 24px 50px;
    background: #fefffe;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  #archive-story #plan-section .carousel-list li:hover {
    opacity: 0.8;
  }
  #archive-story #plan-section .carousel-list li:before {
    bottom: 24px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #05AF00;
    border-right: 2px solid #05AF00;
  }
  #archive-story #plan-section .carousel-list li .carousel-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0;
  }
  #archive-story #plan-section .carousel-list li .carousel-text {
    display: none;
  }
  #archive-story #plan-section .carousel-list li:last-child {
    margin: 0;
  }
  #archive-story #plan-section .carousel-list li:first-child:after {
    content: none;
  }
  #archive-story #plan-section .plan {
    display: none;
  }
  #archive-story #plan-section .plan.true {
    display: block;
  }
  #archive-story #plan-section .plan .info {
    display: block;
    margin: 0 0 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #FF8B00;
  }
  #archive-story #plan-section .plan .info .plan-title {
    width: 100%;
    margin-right: 24px;
    font-size: 1.3333333333rem;
    color: #05AF00;
    font-weight: 700;
  }
  #archive-story #plan-section .plan .info .plan-title br {
    display: none;
  }
  #archive-story #plan-section .plan .info .plan-title span {
    font-size: 1rem;
  }
  #archive-story #plan-section .plan .info .status {
    width: 100%;
    display: block;
  }
  #archive-story #plan-section .plan .info .status dl {
    display: flex;
    align-items: center;
    font-size: 0.8333333333rem;
  }
  #archive-story #plan-section .plan .info .status dl dt {
    width: 124px;
    padding: 12px 0;
    margin: 0 16px 0 0;
    background: #05AF00;
    text-align: center;
    color: #fefffe;
    font-weight: 700;
  }
  #archive-story #plan-section .plan .info .status dl:first-child {
    margin: 0 0 16px;
  }
  #archive-story #plan-section .plan .content .sub-title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    margin: 0 0 45px;
  }
  #archive-story #plan-section .plan .content .page-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #archive-story #plan-section .plan .content .page-list li {
    width: calc(50% - 10px);
    text-align: center;
    position: relative;
    background: #fefffe;
    margin: 0 20px 20px 0;
    padding: 16px 0;
    font-size: 0.8333333333rem;
  }
  #archive-story #plan-section .plan .content .page-list li:nth-child(5n) {
    margin: 0 20px 20px 0;
  }
  #archive-story #plan-section .plan .content .page-list li:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
  #archive-story #plan-section .plan .content .page-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }
  #archive-story #plan-section .plan .content .box-list li {
    width: 100%;
    position: relative;
    background: #fefffe;
    margin: 0 0 20px;
    padding: 32px 24px;
  }
  #archive-story #plan-section .plan .content .box-list li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
  }
  #archive-story #plan-section .plan .content .box-list li span {
    display: block;
  }
  #archive-story #plan-section .plan .content .box-list li .box-title {
    font-size: 1.1111111111rem;
    font-weight: 700;
    color: #05AF00;
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .box-list li .price {
    font-weight: 700;
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .box-list li .box-text {
    font-size: 0.8888888889rem;
  }
  #archive-story #plan-section .plan .content .box-list li .box-text span {
    margin: 0 0 12px;
  }
  #archive-story #plan-section .plan .content .box-list li .box-text span:last-child {
    margin: 0;
  }
  #archive-story #plan-section .plan .content .box-list li .box-text span .mini {
    font-size: 0.7777777778rem;
  }
  #archive-story #plan-section .plan .content .box-list li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .box-list li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #archive-story #plan-section .plan .content .basic {
    margin: 0 0 40px;
  }
  #archive-story #plan-section #plantop {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #FF8B00;
    z-index: 100;
    padding: 12px 24px;
    border-radius: 60px 0 0 60px;
    color: #fefffe;
  }
}
#archive-story #link-section {
  margin: 0 0 120px;
  position: relative;
}
#archive-story #link-section:before, #archive-story #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#archive-story #link-section:before {
  left: 0;
  top: 0;
}
#archive-story #link-section:after {
  right: 0;
  top: 10px;
}
#archive-story #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #archive-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#archive-story #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#archive-story #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#archive-story #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#archive-story #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#archive-story #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#archive-story #link-section .inner .list li:nth-child(3n), #archive-story #link-section .inner .list li:last-child {
  margin-right: 0;
}
#archive-story #link-section .inner .button01 {
  text-align: center;
}
#archive-story #link-section.true:before, #archive-story #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#archive-story #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #archive-story #link-section {
    margin: 0 0 100px;
    position: relative;
  }
  #archive-story #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #archive-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #archive-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #archive-story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #archive-story #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #archive-story #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #archive-story #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #archive-story #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #archive-story #link-section .inner .list li:nth-child(2n), #archive-story #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #archive-story #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #archive-story #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #archive-story #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #archive-story #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #archive-story #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
  #archive-story #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #archive-story #link-section .inner .list li a {
    font-size: 1rem;
  }
  #archive-story #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #archive-story #link-section .inner .list li:nth-child(2n), #archive-story #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}

#customer-single .customer-section {
  margin: 0 0 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #customer-single .customer-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #customer-single .customer-section {
    width: calc(100% - 16vw);
  }
}
#customer-single .customer-section .info-box {
  padding: 130px 40px 40px;
  margin: 110px 0 100px;
  background: #fefffe;
  border: 2px solid #05AF00;
  border-radius: 32px;
  position: relative;
}
#customer-single .customer-section .info-box .iconarea {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  text-align: center;
}
#customer-single .customer-section .info-box .iconarea .img {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 165px;
  background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
  overflow: hidden;
}
#customer-single .customer-section .info-box .iconarea .img img {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 115px;
}
#customer-single .customer-section .info-box .iconarea .name {
  display: block;
  text-align: center;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#customer-single .customer-section .info-box .title-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px;
}
#customer-single .customer-section .info-box .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
#customer-single .customer-section .info-box .inner dl {
  display: flex;
  width: calc(50% - 15px);
  margin: 0 0 25px;
  align-items: flex-start;
  font-size: 0.8888888889rem;
}
#customer-single .customer-section .info-box .inner dl dt, #customer-single .customer-section .info-box .inner dl dd {
  padding: 8px 0;
}
#customer-single .customer-section .info-box .inner dl dt {
  width: 125px;
  margin: 0 20px 0 0;
  background: #05AF00;
  border-radius: 50px;
  text-align: center;
  color: #fefffe;
  font-weight: 700;
}
#customer-single .customer-section .info-box .inner dl a {
  text-decoration: underline;
}
#customer-single .customer-section .info-box .inner dl dd {
  flex: 1;
}
#customer-single .customer-section .info-box .link-gesture {
  text-align: right;
}
#customer-single .customer-section .content-box {
  counter-reset: number 0;
}
#customer-single .customer-section .content-box section {
  background: #fefffe;
  border-radius: 32px;
  padding: 60px 0;
  position: relative;
  margin: 0 0 80px;
}
#customer-single .customer-section .content-box section:before {
  counter-increment: number 1;
  content: "VOICE " counter(number);
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: 0 auto;
  width: 180px;
  background: #FF8B00;
  padding: 12px 10px 10px;
  border-radius: 50px;
  text-align: center;
  color: #fefffe;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#customer-single .customer-section .content-box section:after {
  content: "";
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  opacity: 0.33;
  border-radius: 32px;
}
#customer-single .customer-section .content-box .inner {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (max-width: 959px) {
  #customer-single .customer-section .content-box .inner {
    width: calc(100% - 16vw);
  }
}
#customer-single .customer-section .content-box .inner .title {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
#customer-single .customer-section .content-box .inner .text p {
  margin: 0 0 20px;
}
#customer-single .customer-section .content-box .inner .text p:last-child {
  margin: 0;
}
#customer-single .customer-section .button01 {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #customer-single .customer-section {
    margin-bottom: 120px;
  }
  #customer-single .customer-section .info-box {
    padding: 130px 30px 40px;
    margin: 110px 0 80px;
  }
  #customer-single .customer-section .info-box .title {
    margin: 0 0 20px;
  }
  #customer-single .customer-section .info-box .title-text {
    margin: 0 0 35px;
  }
  #customer-single .customer-section .info-box .inner dl {
    width: 100%;
  }
  #customer-single .customer-section .content-box {
    counter-reset: number 0;
  }
  #customer-single .customer-section .content-box section {
    padding: 50px 0;
    margin: 0 0 60px;
  }
  #customer-single .customer-section .content-box .inner {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (max-width: 960px) and (max-width: 959px) {
  #customer-single .customer-section .content-box .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 960px) {
  #customer-single .customer-section .content-box .inner .title {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #customer-single .customer-section {
    margin-bottom: 60px;
  }
  #customer-single .customer-section .info-box {
    padding: 100px 30px 25px;
    margin: 110px 0 50px;
    border-radius: 16px;
  }
  #customer-single .customer-section .info-box .iconarea {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #customer-single .customer-section .info-box .iconarea .img {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
    overflow: hidden;
  }
  #customer-single .customer-section .info-box .iconarea .img img {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 80px;
  }
  #customer-single .customer-section .info-box .iconarea .name {
    display: block;
    text-align: center;
    font-size: 1.1666666667rem;
    font-weight: 700;
  }
  #customer-single .customer-section .info-box .title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  #customer-single .customer-section .info-box .title-text {
    text-align: center;
    font-size: 16px;
    margin: 0 0 25px;
  }
  #customer-single .customer-section .info-box .inner {
    margin: 0 0 20px;
  }
  #customer-single .customer-section .info-box .inner dl {
    display: block;
  }
  #customer-single .customer-section .info-box .inner dl dt, #customer-single .customer-section .info-box .inner dl dd {
    padding: 12px 0;
  }
  #customer-single .customer-section .info-box .button01 {
    text-align: center;
  }
  #customer-single .customer-section .content-box section {
    border-radius: 16px;
    padding: 40px 0;
    margin: 0 0 40px;
  }
  #customer-single .customer-section .content-box section:before {
    font-size: 12px;
  }
  #customer-single .customer-section .content-box section:after {
    border-radius: 16px;
  }
  #customer-single .customer-section .content-box .inner .title {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 700;
  }
  #customer-single .customer-section .content-box .inner .text p {
    margin: 0 0 15px;
  }
  #customer-single .customer-section .content-box .inner .text p:last-child {
    margin: 0;
  }
}

#archive-customer #interview-section {
  margin-bottom: 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #archive-customer #interview-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-customer #interview-section {
    width: calc(100% - 16vw);
  }
}
#archive-customer #interview-section .list {
  margin: 0 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive-customer #interview-section .list li {
  width: calc(50% - 30px);
  margin: 130px 0 0;
}
#archive-customer #interview-section .list li a {
  display: block;
  height: 100%;
  padding: 130px 45px 120px;
  position: relative;
  background: #fefffe;
  border-radius: 32px;
  position: relative;
}
#archive-customer #interview-section .list li a:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 32px;
}
#archive-customer #interview-section .list li a .iconarea {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  text-align: center;
}
#archive-customer #interview-section .list li a .iconarea .img {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 165px;
  background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
  overflow: hidden;
}
#archive-customer #interview-section .list li a .iconarea .img img {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 115px;
}
#archive-customer #interview-section .list li a .iconarea .name {
  display: block;
  text-align: center;
  font-size: 1.1666666667rem;
  font-weight: 700;
}
#archive-customer #interview-section .list li a .textarea span {
  display: block;
  font-size: 0.8888888889rem;
  text-align: center;
  margin: 0 0 24px;
}
#archive-customer #interview-section .list li a .textarea span:last-child {
  margin: 0;
}
#archive-customer #interview-section .list li a .button {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#archive-customer #interview-section .list li a .button span {
  display: inline-block;
  color: #FF8B00;
  padding: 6px 60px 6px 0;
  background: url(../images/common/link-gesture-y.svg) no-repeat right 10px center/30px;
  font-size: 1.2222222222rem;
  font-weight: 700;
  transition: all 0.3s 0s ease;
}
#archive-customer #interview-section .list li a:hover .button span {
  background: url(../images/common/link-gesture-y.svg) no-repeat right center/30px;
}
@media screen and (max-width: 959px) {
  #archive-customer #interview-section {
    margin-bottom: 100px;
  }
  #archive-customer #interview-section .list {
    margin: 0 0 65px;
  }
  #archive-customer #interview-section .list li {
    width: calc(50% - 18px);
  }
  #archive-customer #interview-section .list li a {
    display: block;
    height: 100%;
    padding: 130px 25px 120px;
  }
  #archive-customer #interview-section .list li a:before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgb(255, 139, 0);
    background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
    opacity: 0.33;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 32px;
  }
}
@media screen and (max-width: 767px) {
  #archive-customer #interview-section {
    margin-bottom: 60px;
  }
  #archive-customer #interview-section .title01 {
    margin-bottom: 120px;
  }
  #archive-customer #interview-section .list {
    margin: 0 0 45px;
    display: block;
  }
  #archive-customer #interview-section .list li {
    width: 100%;
    margin-bottom: 104px;
  }
  #archive-customer #interview-section .list li a {
    display: block;
    height: 100%;
    padding: 100px 20px 100px;
    position: relative;
    background: #fefffe;
    border-radius: 16px;
    position: relative;
  }
  #archive-customer #interview-section .list li a:before {
    border-radius: 16px;
  }
  #archive-customer #interview-section .list li a .iconarea {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #archive-customer #interview-section .list li a .iconarea .img {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #fefffe url(../images/index/interview-icon-bg.webp) no-repeat center/cover;
    overflow: hidden;
  }
  #archive-customer #interview-section .list li a .iconarea .img img {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 80px;
  }
  #archive-customer #interview-section .list li a .iconarea .name {
    display: block;
    text-align: center;
    font-size: 1.1666666667rem;
    font-weight: 700;
  }
  #archive-customer #interview-section .list li a .textarea span {
    display: block;
    font-size: 0.8888888889rem;
    text-align: center;
    margin: 0 0 24px;
  }
  #archive-customer #interview-section .list li a .textarea span:last-child {
    margin: 0;
  }
  #archive-customer #interview-section .list li a .button {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  #archive-customer #interview-section .list li a .button span {
    display: inline-block;
    color: #FF8B00;
    padding: 6px 60px 6px 0;
    background: url(../images/common/link-gesture-y.svg) no-repeat right 10px center/30px;
    font-size: 1.2222222222rem;
    font-weight: 700;
    transition: all 0.3s 0s ease;
  }
  #archive-customer #interview-section .list li a:hover .button span {
    background: url(../images/common/link-gesture-y.svg) no-repeat right center/30px;
  }
  #archive-customer #interview-section .list li:last-child {
    margin: 0;
  }
}

#column_single {
  overflow: hidden;
}
#column_single #contents {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #column_single #contents {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #column_single #contents {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 1024px) {
  #column_single #contents {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #column_single #contents {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #column_single #contents {
    margin-bottom: 60px;
  }
}
#column_single #contents .main_area {
  flex: 1;
  width: 100%;
  max-width: 820px;
  padding: 0;
}
#column_single #contents .main_area.single {
  margin: 0 auto;
}
#column_single #contents .main_area .button01 {
  text-align: center;
}
#column_single #contents .main_area .ttl_area {
  position: relative;
}
#column_single #contents .main_area .ttl_area .title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 60px;
}
#column_single #contents .main_area .ttl_area .timearea time {
  font-size: 14px;
}
#column_single #contents .main_area .ttl_area .timearea time:last-child {
  margin-left: 20px;
}
#column_single #contents .main_area .share_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
#column_single #contents .main_area .share_area.bottom {
  margin: 0 0 80px;
}
#column_single #contents .main_area .share_area .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  position: relative;
}
#column_single #contents .main_area .share_area .sns:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fefffe;
}
#column_single #contents .main_area .share_area .sns .ttl {
  background: #05AF00;
  color: #fefffe;
  padding: 20px 10px 20px 10px;
  line-height: 1;
  font-weight: 700;
}
#column_single #contents .main_area .share_area .sns .list {
  display: flex;
  padding: 0 20px;
}
#column_single #contents .main_area .share_area .sns .list li {
  width: 45px;
  height: 45px;
}
#column_single #contents .main_area .share_area .sns .list li a {
  opacity: 0.8;
}
#column_single #contents .main_area .share_area .sns .list li a:hover {
  opacity: 1;
}
#column_single #contents .main_area .share_area .sns .list li:nth-child(2) {
  margin: 0 15px;
}
#column_single #contents .main_area .share_area .category {
  font-size: 16px;
  display: flex;
  line-height: 1;
}
#column_single #contents .main_area .share_area .category .ttl {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 2px solid #05AF00;
}
#column_single #contents .main_area .share_area .category .link a {
  color: #05AF00;
  text-decoration: underline;
}
#column_single #contents .main_area .visual {
  margin: 0 0 60px;
}
#column_single #contents .main_area .visual img {
  border-radius: 16px;
  vertical-align: bottom;
}
#column_single #contents .main_area #toc_container {
  margin: 0 0 60px;
}
#column_single #contents .main_area #toc_container .toc_title {
  padding: 20px 45px;
  background: #05AF00;
  line-height: 1;
  color: #fefffe;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
#column_single #contents .main_area #toc_container .toc_list {
  border-radius: 0 0 8px 8px;
  padding: 40px 45px;
  font-size: 16px;
  border: 1px solid #05AF00;
  border-top: none;
}
#column_single #contents .main_area #toc_container .toc_list a {
  color: #05AF00;
  text-decoration: underline;
}
#column_single #contents .main_area #toc_container .toc_list li {
  margin: 0 0 25px;
}
#column_single #contents .main_area #toc_container .toc_list li:last-child {
  margin: 0;
}
#column_single #contents .main_area #toc_container .toc_list li ul {
  padding: 25px 0 25px 20px;
  border-left: 1px solid #05AF00;
  margin: 20px 0 0 25px;
}
#column_single #contents .main_area #toc_container .toc_list li ul li {
  margin: 0 0 15px;
}
#column_single #contents .main_area #toc_container .toc_list li ul li:last-child {
  margin: 0;
}
#column_single #contents .main_area .page-template {
  margin: 0 0 60px;
}
#column_single #contents .main_area .prf {
  display: flex;
  padding: 45px 40px;
  margin: 0 0 80px;
  border: 1px solid #05AF00;
  position: relative;
  background: #fefffe;
  border-radius: 8px;
}
#column_single #contents .main_area .prf img {
  width: 120px;
}
#column_single #contents .main_area .prf .textarea {
  flex: 1;
  margin: 0 0 0 30px;
}
#column_single #contents .main_area .prf .textarea .namearea {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
#column_single #contents .main_area .prf .textarea .namearea .writer {
  line-height: 1;
  color: #fff;
  background: #05AF00;
  color: #fefffe;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 50px;
}
#column_single #contents .main_area .prf .textarea .namearea .job {
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
#column_single #contents .main_area .prf .textarea .namearea .job span {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
}
#column_single #contents .main_area .prf .textarea .dsc {
  margin: 0 0 30px;
}
#column_single #contents .main_area .prf .textarea .dsc p {
  margin: 0 0 20px;
}
#column_single #contents .main_area .prf .textarea .dsc p:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #column_single #contents .main_area {
    max-width: 100%;
  }
  #column_single #contents .main_area .visual {
    text-align: center;
  }
  #column_single #contents .main_area .share_area {
    display: block;
    margin: 0 0 10.667vw;
  }
  #column_single #contents .main_area .share_area .sns {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #column_single #contents .main_area .ttl_area {
    position: relative;
  }
  #column_single #contents .main_area .ttl_area .ttl03 {
    padding-left: 0;
    padding-top: 8vw;
  }
  #column_single #contents .main_area .ttl_area .ttl03 span {
    font-size: 6.933vw;
  }
  #column_single #contents .main_area .ttl_area .ttl03:before, #column_single #contents .main_area .ttl_area .ttl03:after {
    content: none;
  }
  #column_single #contents .main_area .ttl_area .timearea time {
    display: block;
    font-size: 3.733vw;
  }
  #column_single #contents .main_area .ttl_area .timearea time:last-child {
    margin: 0;
  }
  #column_single #contents .main_area .share_area {
    display: block;
    margin: 0 0 10.667vw;
  }
  #column_single #contents .main_area .share_area.bottom {
    margin: 0 0 13.333vw;
  }
  #column_single #contents .main_area .share_area .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.333vw;
    position: relative;
    margin: 0 0 5.333vw;
  }
  #column_single #contents .main_area .share_area .sns:before {
    background-image: repeating-linear-gradient(-45deg, #00a3af, #00a3af 1px, transparent 0, transparent 1.729vw);
  }
  #column_single #contents .main_area .share_area .sns .ttl {
    background: #05AF00;
    color: #fefffe;
    padding: 5.333vw 8vw 5.333vw 2.667vw;
    line-height: 1;
  }
  #column_single #contents .main_area .share_area .sns .list {
    display: flex;
    padding: 0 4vw;
  }
  #column_single #contents .main_area .share_area .category {
    font-size: 4vw;
  }
  #column_single #contents .main_area .visual {
    margin: 0 0 10.667vw;
  }
  #column_single #contents .main_area .visual img {
    border-radius: 2.133vw;
  }
  #column_single #contents .main_area #toc_container {
    margin: 0 0 10.667vw;
  }
  #column_single #contents .main_area #toc_container .toc_title {
    padding: 5.333vw 4vw;
    font-size: 4.8vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  #column_single #contents .main_area #toc_container .toc_list {
    border-radius: 0 0 1.6vw 1.6vw;
    padding: 5.333vw 4vw;
    font-size: 4vw;
  }
  #column_single #contents .main_area #toc_container .toc_list li {
    margin: 0 0 5.333vw;
  }
  #column_single #contents .main_area #toc_container .toc_list li:last-child {
    margin: 0;
  }
  #column_single #contents .main_area #toc_container .toc_list li ul {
    padding: 5.333vw 0 5.333vw 2.667vw;
    border-left: 1px solid #05AF00;
    margin: 5.333vw 0 0 2.667vw;
  }
  #column_single #contents .main_area #toc_container .toc_list li ul li {
    margin: 0 0 4vw;
  }
  #column_single #contents .main_area #toc_container .toc_list li ul li:last-child {
    margin: 0;
  }
  #column_single #contents .main_area .page-template {
    margin: 0 0 10.667vw;
  }
  #column_single #contents .main_area .prf {
    display: block;
    padding: 5.333vw 4vw;
    margin: 0 0 10.667vw;
    border-radius: 1.6vw;
  }
  #column_single #contents .main_area .prf .img {
    text-align: center;
    margin: 0 0 6.667vw;
  }
  #column_single #contents .main_area .prf .textarea {
    flex: 1;
    margin: 0 0 6.667vw;
  }
  #column_single #contents .main_area .prf .textarea .namearea {
    display: flex;
    align-items: center;
    margin: 0 0 6.667vw;
  }
  #column_single #contents .main_area .prf .textarea .namearea .writer {
    font-size: 4.8vw;
    padding: 3.2vw 4vw;
  }
  #column_single #contents .main_area .prf .textarea .namearea .job {
    margin: 0 0 0 4vw;
    font-size: 5.333vw;
  }
  #column_single #contents .main_area .prf .textarea .namearea .job span {
    display: inline-block;
    margin: 0 2.667vw 0 0;
    font-size: 3.733vw;
    display: none;
  }
  #column_single #contents .main_area .prf .textarea .dsc {
    margin: 0 0 6.667vw;
  }
  #column_single #contents .main_area .prf .textarea .dsc p {
    margin: 0 0 5.333vw;
  }
  #column_single #contents .main_area .prf .textarea .dsc p:last-child {
    margin: 0;
  }
}
#column_single #contents .side_area {
  position: relative;
  margin: 0 0 0 60px;
  width: 100%;
  max-width: 400px;
}
#column_single #contents .side_area .ttl {
  font-size: 21px;
  background: #05AF00;
  padding: 20px;
  margin: 0 0 40px;
  line-height: 1;
  color: #fefffe;
}
#column_single #contents .side_area .works li {
  margin: 0 0 30px;
}
#column_single #contents .side_area .works li:last-child {
  margin: 0 0 55px;
}
#column_single #contents .side_area .works li img {
  border-radius: 8px;
}
#column_single #contents .side_area .works li span {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #05AF00;
}
#column_single #contents .side_area .column li:last-child {
  margin: 0 0 55px;
}
#column_single #contents .side_area .column li a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #05AF00;
  padding: 0 0 20px;
}
#column_single #contents .side_area .column li .img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
#column_single #contents .side_area .column li .img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#column_single #contents .side_area .column li .dsc {
  flex: 1;
  margin: 0 0 0 20px;
  display: block;
  font-size: 16px;
}
#column_single #contents .side_area .category a {
  display: block;
  line-height: 1;
  margin: 0 0 25px;
  border-bottom: 1px solid #05AF00;
  padding: 0 0 25px;
}
#column_single #contents .side_area .category a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  #column_single #contents .side_area {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #column_single #contents .side_area {
    margin: 120px 0 0;
    max-width: 100%;
  }
  #column_single #contents .side_area .ttl {
    padding: 20px 40px;
  }
  #column_single #contents .side_area .works li {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #column_single #contents .side_area {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #column_single #contents .side_area {
    margin: 18.667vw 0 0;
  }
  #column_single #contents .side_area .ttl {
    font-size: 4.8vw;
    padding: 5.333vw;
    margin: 0 0 10.667vw;
  }
  #column_single #contents .side_area .works li {
    margin: 0 0 8vw;
  }
  #column_single #contents .side_area .works li:last-child {
    margin: 0 0 14.667vw;
  }
  #column_single #contents .side_area .works li img {
    border-radius: 1.6vw;
  }
  #column_single #contents .side_area .column li:last-child {
    margin: 0 0 14.667vw;
  }
  #column_single #contents .side_area .column li a {
    display: flex;
    align-items: center;
    margin: 0 0 5.333vw;
    border-bottom: 1px solid #05AF00;
    padding: 0 0 5.333vw;
  }
  #column_single #contents .side_area .column li .img {
    width: 32vw;
    height: 32vw;
    border-radius: 1.067vw;
  }
  #column_single #contents .side_area .column li .img img {
    border-radius: 1.067vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #column_single #contents .side_area .column li .dsc {
    flex: 1;
    margin: 0 0 0 5.333vw;
    display: block;
    font-size: 4.267vw;
  }
  #column_single #contents .side_area .category a {
    display: block;
    line-height: 1;
    margin: 0 0 6.667vw;
    border-bottom: 1px solid #05AF00;
    padding: 0 0 6.667vw;
  }
  #column_single #contents .side_area .category a:hover {
    text-decoration: underline;
  }
}

#archive-column #blog-section {
  margin: 0 0 120px;
  position: relative;
}
#archive-column #blog-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #archive-column #blog-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-column #blog-section .inner {
    width: calc(100% - 16vw);
  }
}
#archive-column #blog-section .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
#archive-column #blog-section .inner .list li {
  width: calc(33.3333333333% - 25px);
  margin: 0 0 40px;
  position: relative;
}
#archive-column #blog-section .inner .list li a {
  display: block;
  padding: 0 0 60px;
  box-shadow: 0px 0px 55px -50px #2D0422;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
}
#archive-column #blog-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 24px/30px;
}
#archive-column #blog-section .inner .list li a .img {
  position: relative;
  display: block;
}
#archive-column #blog-section .inner .list li a .img:before {
  content: "";
  display: block;
  padding: 0 0 70.5%;
}
#archive-column #blog-section .inner .list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive-column #blog-section .inner .list li a .title {
  display: block;
  padding: 30px 35px 0;
  line-height: 1.35;
  color: #05AF00;
  font-weight: 700;
  font-size: 1.1666666667rem;
}
@media screen and (max-width: 959px) {
  #archive-column #blog-section {
    margin-bottom: 100px;
  }
  #archive-column #blog-section .inner .list {
    margin: 0 0 90px;
  }
  #archive-column #blog-section .inner .list li {
    width: calc(33.3333333333% - 8px);
    position: relative;
  }
  #archive-column #blog-section .inner .list li a {
    padding: 0 0 60px;
    box-shadow: 0px 0px 55px -50px #2D0422;
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/30px;
  }
  #archive-column #blog-section .inner .list li a .title {
    display: block;
    padding: 30px 25px 0;
    line-height: 1.35;
    color: #05AF00;
    font-weight: 700;
    font-size: 1.1666666667rem;
  }
}
@media screen and (max-width: 959px) {
  #archive-column #blog-section {
    margin-bottom: 60px;
  }
  #archive-column #blog-section .inner .list {
    display: block;
    margin: 0 0 35px;
  }
  #archive-column #blog-section .inner .list li {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
  }
  #archive-column #blog-section .inner .list li a {
    padding: 0 0 40px;
    box-shadow: 0px 0px 55px -50px #2D0422;
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat bottom 20px right 15px/20px;
  }
  #archive-column #blog-section .inner .list li a .title {
    display: block;
    padding: 25px 20px 0;
    font-size: 1rem;
  }
}

#page {
  overflow: hidden;
}
#page #contents {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #page #contents {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #page #contents {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 1024px) {
  #page #contents {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #page #contents {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #page #contents {
    margin-bottom: 60px;
  }
}
#page #contents .main_area {
  max-width: 820px;
}
@media screen and (max-width: 1024px) {
  #page #contents .main_area {
    max-width: 100%;
  }
  #page #contents .main_area .visual {
    text-align: center;
  }
  #page #contents .main_area .share_area {
    display: block;
    margin: 0 0 10.667vw;
  }
  #page #contents .main_area .share_area .sns {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

#news_single {
  overflow: hidden;
}
#news_single #contents {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #news_single #contents {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #news_single #contents {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 1024px) {
  #news_single #contents {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #news_single #contents {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #news_single #contents {
    margin-bottom: 60px;
  }
}
#news_single #contents .main_area {
  flex: 1;
  width: 100%;
  max-width: 820px;
  padding: 0;
}
#news_single #contents .main_area.single {
  margin: 0 auto;
}
#news_single #contents .main_area .button01 {
  text-align: center;
}
#news_single #contents .main_area .ttl_area {
  position: relative;
}
#news_single #contents .main_area .ttl_area .title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 60px;
}
#news_single #contents .main_area .ttl_area .timearea time {
  font-size: 14px;
}
#news_single #contents .main_area .ttl_area .timearea time:last-child {
  margin-left: 20px;
}
#news_single #contents .main_area .share_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
#news_single #contents .main_area .share_area.bottom {
  margin: 0 0 80px;
}
#news_single #contents .main_area .share_area .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  position: relative;
}
#news_single #contents .main_area .share_area .sns:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fefffe;
}
#news_single #contents .main_area .share_area .sns .ttl {
  background: #05AF00;
  color: #fefffe;
  padding: 20px 10px 20px 10px;
  line-height: 1;
  font-weight: 700;
}
#news_single #contents .main_area .share_area .sns .list {
  display: flex;
  padding: 0 20px;
}
#news_single #contents .main_area .share_area .sns .list li {
  width: 45px;
  height: 45px;
}
#news_single #contents .main_area .share_area .sns .list li a {
  opacity: 0.8;
}
#news_single #contents .main_area .share_area .sns .list li a:hover {
  opacity: 1;
}
#news_single #contents .main_area .share_area .sns .list li:nth-child(2) {
  margin: 0 15px;
}
#news_single #contents .main_area .share_area .category {
  font-size: 16px;
  display: flex;
  line-height: 1;
}
#news_single #contents .main_area .share_area .category .ttl {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 2px solid #05AF00;
}
#news_single #contents .main_area .share_area .category .link a {
  color: #05AF00;
  text-decoration: underline;
}
#news_single #contents .main_area .visual {
  margin: 0 0 60px;
}
#news_single #contents .main_area .visual img {
  border-radius: 16px;
  vertical-align: bottom;
}
#news_single #contents .main_area #toc_container {
  margin: 0 0 60px;
}
#news_single #contents .main_area #toc_container .toc_title {
  padding: 20px 45px;
  background: #05AF00;
  line-height: 1;
  color: #fefffe;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
#news_single #contents .main_area #toc_container .toc_list {
  border-radius: 0 0 8px 8px;
  padding: 40px 45px;
  font-size: 16px;
  border: 1px solid #05AF00;
  border-top: none;
}
#news_single #contents .main_area #toc_container .toc_list a {
  color: #05AF00;
  text-decoration: underline;
}
#news_single #contents .main_area #toc_container .toc_list li {
  margin: 0 0 25px;
}
#news_single #contents .main_area #toc_container .toc_list li:last-child {
  margin: 0;
}
#news_single #contents .main_area #toc_container .toc_list li ul {
  padding: 25px 0 25px 20px;
  border-left: 1px solid #05AF00;
  margin: 20px 0 0 25px;
}
#news_single #contents .main_area #toc_container .toc_list li ul li {
  margin: 0 0 15px;
}
#news_single #contents .main_area #toc_container .toc_list li ul li:last-child {
  margin: 0;
}
#news_single #contents .main_area .page-template {
  margin: 0 0 60px;
}
#news_single #contents .main_area .prf {
  display: flex;
  padding: 45px 40px;
  margin: 0 0 80px;
  border: 1px solid #05AF00;
  position: relative;
  background: #fefffe;
  border-radius: 8px;
}
#news_single #contents .main_area .prf img {
  width: 120px;
}
#news_single #contents .main_area .prf .textarea {
  flex: 1;
  margin: 0 0 0 30px;
}
#news_single #contents .main_area .prf .textarea .namearea {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
#news_single #contents .main_area .prf .textarea .namearea .writer {
  line-height: 1;
  color: #fff;
  background: #05AF00;
  color: #fefffe;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 50px;
}
#news_single #contents .main_area .prf .textarea .namearea .job {
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
#news_single #contents .main_area .prf .textarea .namearea .job span {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
}
#news_single #contents .main_area .prf .textarea .dsc {
  margin: 0 0 30px;
}
#news_single #contents .main_area .prf .textarea .dsc p {
  margin: 0 0 20px;
}
#news_single #contents .main_area .prf .textarea .dsc p:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #news_single #contents .main_area {
    max-width: 100%;
  }
  #news_single #contents .main_area .visual {
    text-align: center;
  }
  #news_single #contents .main_area .share_area {
    display: block;
    margin: 0 0 10.667vw;
  }
  #news_single #contents .main_area .share_area .sns {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #news_single #contents .main_area .ttl_area {
    position: relative;
  }
  #news_single #contents .main_area .ttl_area .ttl03 {
    padding-left: 0;
    padding-top: 8vw;
  }
  #news_single #contents .main_area .ttl_area .ttl03 span {
    font-size: 6.933vw;
  }
  #news_single #contents .main_area .ttl_area .ttl03:before, #news_single #contents .main_area .ttl_area .ttl03:after {
    content: none;
  }
  #news_single #contents .main_area .ttl_area .timearea time {
    display: block;
    font-size: 3.733vw;
  }
  #news_single #contents .main_area .ttl_area .timearea time:last-child {
    margin: 0;
  }
  #news_single #contents .main_area .share_area {
    display: block;
    margin: 0 0 10.667vw;
  }
  #news_single #contents .main_area .share_area.bottom {
    margin: 0 0 13.333vw;
  }
  #news_single #contents .main_area .share_area .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.333vw;
    position: relative;
    margin: 0 0 5.333vw;
  }
  #news_single #contents .main_area .share_area .sns:before {
    background-image: repeating-linear-gradient(-45deg, #00a3af, #00a3af 1px, transparent 0, transparent 1.729vw);
  }
  #news_single #contents .main_area .share_area .sns .ttl {
    background: #05AF00;
    color: #fefffe;
    padding: 5.333vw 8vw 5.333vw 2.667vw;
    line-height: 1;
  }
  #news_single #contents .main_area .share_area .sns .list {
    display: flex;
    padding: 0 4vw;
  }
  #news_single #contents .main_area .share_area .category {
    font-size: 4vw;
  }
  #news_single #contents .main_area .visual {
    margin: 0 0 10.667vw;
  }
  #news_single #contents .main_area .visual img {
    border-radius: 2.133vw;
  }
  #news_single #contents .main_area #toc_container {
    margin: 0 0 10.667vw;
  }
  #news_single #contents .main_area #toc_container .toc_title {
    padding: 5.333vw 4vw;
    font-size: 4.8vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  #news_single #contents .main_area #toc_container .toc_list {
    border-radius: 0 0 1.6vw 1.6vw;
    padding: 5.333vw 4vw;
    font-size: 4vw;
  }
  #news_single #contents .main_area #toc_container .toc_list li {
    margin: 0 0 5.333vw;
  }
  #news_single #contents .main_area #toc_container .toc_list li:last-child {
    margin: 0;
  }
  #news_single #contents .main_area #toc_container .toc_list li ul {
    padding: 5.333vw 0 5.333vw 2.667vw;
    border-left: 1px solid #05AF00;
    margin: 5.333vw 0 0 2.667vw;
  }
  #news_single #contents .main_area #toc_container .toc_list li ul li {
    margin: 0 0 4vw;
  }
  #news_single #contents .main_area #toc_container .toc_list li ul li:last-child {
    margin: 0;
  }
  #news_single #contents .main_area .page-template {
    margin: 0 0 10.667vw;
  }
  #news_single #contents .main_area .prf {
    display: block;
    padding: 5.333vw 4vw;
    margin: 0 0 10.667vw;
    border-radius: 1.6vw;
  }
  #news_single #contents .main_area .prf .img {
    text-align: center;
    margin: 0 0 6.667vw;
  }
  #news_single #contents .main_area .prf .textarea {
    flex: 1;
    margin: 0 0 6.667vw;
  }
  #news_single #contents .main_area .prf .textarea .namearea {
    display: flex;
    align-items: center;
    margin: 0 0 6.667vw;
  }
  #news_single #contents .main_area .prf .textarea .namearea .writer {
    font-size: 4.8vw;
    padding: 3.2vw 4vw;
  }
  #news_single #contents .main_area .prf .textarea .namearea .job {
    margin: 0 0 0 4vw;
    font-size: 5.333vw;
  }
  #news_single #contents .main_area .prf .textarea .namearea .job span {
    display: inline-block;
    margin: 0 2.667vw 0 0;
    font-size: 3.733vw;
    display: none;
  }
  #news_single #contents .main_area .prf .textarea .dsc {
    margin: 0 0 6.667vw;
  }
  #news_single #contents .main_area .prf .textarea .dsc p {
    margin: 0 0 5.333vw;
  }
  #news_single #contents .main_area .prf .textarea .dsc p:last-child {
    margin: 0;
  }
}
#news_single #contents .side_area {
  position: relative;
  margin: 0 0 0 60px;
  width: 100%;
  max-width: 400px;
}
#news_single #contents .side_area .ttl {
  font-size: 21px;
  background: #05AF00;
  padding: 20px;
  margin: 0 0 40px;
  line-height: 1;
  color: #fefffe;
}
#news_single #contents .side_area .works li {
  margin: 0 0 30px;
}
#news_single #contents .side_area .works li:last-child {
  margin: 0 0 55px;
}
#news_single #contents .side_area .works li img {
  border-radius: 8px;
}
#news_single #contents .side_area .works li span {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #05AF00;
}
#news_single #contents .side_area .column li:last-child {
  margin: 0 0 55px;
}
#news_single #contents .side_area .column li a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #05AF00;
  padding: 0 0 20px;
}
#news_single #contents .side_area .column li .img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
#news_single #contents .side_area .column li .img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single #contents .side_area .column li .dsc {
  flex: 1;
  margin: 0 0 0 20px;
  display: block;
  font-size: 16px;
}
#news_single #contents .side_area .category a {
  display: block;
  line-height: 1;
  margin: 0 0 25px;
  border-bottom: 1px solid #05AF00;
  padding: 0 0 25px;
}
#news_single #contents .side_area .category a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  #news_single #contents .side_area {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #news_single #contents .side_area {
    margin: 120px 0 0;
    max-width: 100%;
  }
  #news_single #contents .side_area .ttl {
    padding: 20px 40px;
  }
  #news_single #contents .side_area .works li {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #news_single #contents .side_area {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #news_single #contents .side_area {
    margin: 18.667vw 0 0;
  }
  #news_single #contents .side_area .ttl {
    font-size: 4.8vw;
    padding: 5.333vw;
    margin: 0 0 10.667vw;
  }
  #news_single #contents .side_area .works li {
    margin: 0 0 8vw;
  }
  #news_single #contents .side_area .works li:last-child {
    margin: 0 0 14.667vw;
  }
  #news_single #contents .side_area .works li img {
    border-radius: 1.6vw;
  }
  #news_single #contents .side_area .column li:last-child {
    margin: 0 0 14.667vw;
  }
  #news_single #contents .side_area .column li a {
    display: flex;
    align-items: center;
    margin: 0 0 5.333vw;
    border-bottom: 1px solid #05AF00;
    padding: 0 0 5.333vw;
  }
  #news_single #contents .side_area .column li .img {
    width: 32vw;
    height: 32vw;
    border-radius: 1.067vw;
  }
  #news_single #contents .side_area .column li .img img {
    border-radius: 1.067vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_single #contents .side_area .column li .dsc {
    flex: 1;
    margin: 0 0 0 5.333vw;
    display: block;
    font-size: 4.267vw;
  }
  #news_single #contents .side_area .category a {
    display: block;
    line-height: 1;
    margin: 0 0 6.667vw;
    border-bottom: 1px solid #05AF00;
    padding: 0 0 6.667vw;
  }
  #news_single #contents .side_area .category a:hover {
    text-decoration: underline;
  }
}
#news_single #news-section {
  margin-bottom: 180px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1580px) {
  #news_single #news-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #news_single #news-section {
    width: calc(100% - 16vw);
  }
}
#news_single #news-section .title {
  font-size: 2.3333333333rem;
  margin-right: 100px;
  font-weight: 700;
  writing-mode: vertical-rl;
}
#news_single #news-section .title span {
  margin-top: 16px;
  font-weight: 700;
  color: #FF8B00;
  font-size: 1rem;
  display: inline-block;
}
#news_single #news-section .list {
  flex: 1;
}
#news_single #news-section .list li {
  margin: 0 0 60px;
  padding: 0 0 60px;
  position: relative;
}
#news_single #news-section .list li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#news_single #news-section .list li a {
  display: flex;
  align-items: center;
}
#news_single #news-section .list li a time {
  font-size: 0.8888888889rem;
  display: block;
  margin-right: 50px;
}
#news_single #news-section .list li a .list-title {
  flex: 1;
  font-size: 1.1111111111rem;
  background: url(../images/common/link-gesture-g.svg) no-repeat center right 15px/28px;
  transition: all 0.3s 0s ease;
  padding-right: 48px;
}
#news_single #news-section .list li a:hover .list-title {
  background: url(../images/common/link-gesture-g.svg) no-repeat center right/28px;
}
#news_single #news-section .list li:last-child {
  margin: 0 0 75px;
}
#news_single #news-section .list .link-gesture {
  text-align: right;
}
#news_single #news-section .slash {
  position: absolute;
}
#news_single #news-section .slash01 {
  right: calc(100% + 20px);
}
#news_single #news-section .slash02 {
  left: calc(100% + 20px);
  top: calc(100% - 220px);
}
#news_single #news-section .gara01 {
  position: absolute;
  left: -150px;
  top: -10px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 42px;
  height: 42px;
}
#news_single #news-section .gara01.true {
  opacity: 1;
  width: 52px;
  height: 52px;
}
#news_single #news-section .gara02 {
  position: absolute;
  bottom: 10px;
  left: -45px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 100px;
  height: 100px;
}
#news_single #news-section .gara02.true {
  opacity: 1;
  width: 110px;
  height: 110px;
}
#news_single #news-section .gara03 {
  position: absolute;
  bottom: -250px;
  right: -105px;
  transition: all 0.3s 0s ease;
  opacity: 0;
  width: 180px;
  height: 180px;
}
#news_single #news-section .gara03.true {
  opacity: 1;
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 959px) {
  #news_single #news-section {
    margin-bottom: 120px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #news_single #news-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #news_single #news-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #news_single #news-section .title {
    font-size: 1.5555555556rem;
    margin-right: 50px;
  }
  #news_single #news-section .title span {
    margin-top: 12px;
    font-size: 0.8888888889rem;
  }
  #news_single #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #news_single #news-section .list li a {
    display: block;
  }
  #news_single #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #news_single #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
  #news_single #news-section .list li:last-child {
    margin: 0 0 75px;
  }
  #news_single #news-section .list .link-gesture {
    text-align: right;
  }
  #news_single #news-section .slash {
    position: absolute;
  }
  #news_single #news-section .slash01 {
    right: calc(100% + 20px);
    top: -200px;
  }
  #news_single #news-section .slash02 {
    left: calc(100% - 20px);
    top: calc(100% - 280px);
  }
  #news_single #news-section .gara01 {
    position: absolute;
    left: -150px;
    top: -10px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 42px;
    height: 42px;
  }
  #news_single #news-section .gara01.true {
    opacity: 1;
    width: 52px;
    height: 52px;
  }
  #news_single #news-section .gara02 {
    position: absolute;
    bottom: 10px;
    left: -45px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 100px;
    height: 100px;
  }
  #news_single #news-section .gara02.true {
    opacity: 1;
    width: 110px;
    height: 110px;
  }
  #news_single #news-section .gara03 {
    position: absolute;
    bottom: -250px;
    right: -105px;
    transition: all 0.3s 0s ease;
    opacity: 0;
    width: 180px;
    height: 180px;
  }
  #news_single #news-section .gara03.true {
    opacity: 1;
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  #news_single #news-section {
    margin-bottom: 80px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #news_single #news-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #news_single #news-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #news_single #news-section .title {
    font-size: 1.5555555556rem;
    margin-right: 5.867vw;
  }
  #news_single #news-section .title span {
    margin-top: 12px;
    font-size: 0.8888888889rem;
  }
  #news_single #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #news_single #news-section .list li a {
    display: block;
  }
  #news_single #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #news_single #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
  #news_single #news-section .list li:last-child {
    margin: 0 0 75px;
  }
  #news_single #news-section .list .link-gesture {
    text-align: right;
  }
  #news_single #news-section .slash {
    position: absolute;
  }
  #news_single #news-section .slash01 {
    top: 185px;
  }
  #news_single #news-section .gara01 {
    display: none;
  }
  #news_single #news-section .gara02 {
    bottom: 75px;
    left: -45px;
    width: 60px;
    height: 60px;
  }
  #news_single #news-section .gara02.true {
    opacity: 1;
    width: 80px;
    height: 80px;
  }
  #news_single #news-section .gara03 {
    bottom: -140px;
    right: -70px;
    width: 80px;
    height: 80px;
  }
  #news_single #news-section .gara03.true {
    opacity: 1;
    width: 100px;
    height: 100px;
  }
}

#archive-news #news-section {
  margin-bottom: 120px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1580px) {
  #archive-news #news-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #archive-news #news-section {
    width: calc(100% - 16vw);
  }
}
#archive-news #news-section .list {
  flex: 1;
}
#archive-news #news-section .list li {
  margin: 0 0 60px;
  padding: 0 0 60px;
  position: relative;
}
#archive-news #news-section .list li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0.33;
}
#archive-news #news-section .list li a {
  display: flex;
  align-items: center;
}
#archive-news #news-section .list li a time {
  font-size: 0.8888888889rem;
  display: block;
  margin-right: 50px;
}
#archive-news #news-section .list li a .list-title {
  flex: 1;
  font-size: 1.1111111111rem;
  background: url(../images/common/link-gesture-g.svg) no-repeat center right 15px/28px;
  transition: all 0.3s 0s ease;
  padding-right: 48px;
}
#archive-news #news-section .list li a:hover .list-title {
  background: url(../images/common/link-gesture-g.svg) no-repeat center right/28px;
}
@media screen and (max-width: 959px) {
  #archive-news #news-section {
    margin-bottom: 100px;
  }
  #archive-news #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #archive-news #news-section .list li a {
    display: block;
  }
  #archive-news #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #archive-news #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
  #archive-news #news-section .list li:last-child {
    margin: 0 0 75px;
  }
  #archive-news #news-section .list .link-gesture {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #archive-news #news-section {
    margin-bottom: 60px;
  }
  #archive-news #news-section .list li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
  }
  #archive-news #news-section .list li a {
    display: block;
  }
  #archive-news #news-section .list li a time {
    font-size: 0.7777777778rem;
    display: block;
    margin: 0 0 8px;
  }
  #archive-news #news-section .list li a .list-title {
    flex: 1;
    display: inline-block;
    font-size: 0.8888888889rem;
    background: url(../images/common/link-gesture-g.svg) no-repeat top right 15px/24px;
    transition: all 0.3s 0s ease;
    padding: 2px 40px 2px 0;
  }
}

#form #property-section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1580px) {
  #form #property-section {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #form #property-section {
    width: calc(100% - 16vw);
  }
}
#form #property-section .text p {
  margin: 0 0 24px;
  text-align: center;
}
#form #property-section .text p a {
  text-decoration: underline;
  color: #FF8B00;
}
#form #property-section .text p:last-child {
  margin: 0 0 70px;
}
#form #property-section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 0 70px;
}
#form #property-section .list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#form #property-section .list dl {
  display: flex;
  position: relative;
  padding: 60px 50px 0;
  margin-bottom: 60px;
  font-size: 0.8888888889rem;
}
#form #property-section .list dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  opacity: 0.33;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
}
#form #property-section .list dl dt {
  width: 400px;
  font-weight: 700;
  padding: 12px 0;
}
#form #property-section .list dl dd {
  flex: 1;
}
#form #property-section .list dl dd input, #form #property-section .list dl dd select, #form #property-section .list dl dd textarea {
  font-size: 1rem;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 90px;
  width: 100%;
}
#form #property-section .list dl dd textarea {
  border-radius: 16px;
  height: 220px;
}
#form #property-section .list dl.true dt {
  position: relative;
}
#form #property-section .list dl.true dt:before {
  content: "必須";
  font-size: 0.8333333333rem;
  position: absolute;
  top: 4px;
  right: 30px;
  background: #05AF00;
  color: #fefffe;
  padding: 8px 20px;
}
#form #property-section .list dl.single {
  width: 100%;
}
#form #property-section .list dl.double {
  width: 100%;
}
#form #property-section .privacylink {
  text-align: center;
  margin: 0 0 24px;
}
#form #property-section .privacylink a {
  text-decoration: underline;
  color: #FF8B00;
}
#form #property-section .check {
  text-align: center;
  margin: 0 0 48px;
}
#form #property-section .button01 {
  text-align: center;
}
#form #property-section .button01 button {
  border: 1px solid #FF8B00;
  cursor: pointer;
  background: #fefffe;
  position: relative;
  z-index: 5;
}
#form #property-section .button01 button:before {
  opacity: 0;
}
#form #property-section .button01 button:hover:before {
  opacity: 0.33;
}
@media screen and (max-width: 959px) {
  #form #property-section {
    margin-bottom: 100px;
  }
  #form #property-section .text p {
    margin: 0 0 24px;
    text-align: center;
  }
  #form #property-section .text p br {
    display: none;
  }
  #form #property-section .text p:last-child {
    margin: 0 0 80px;
  }
  #form #property-section .list dl {
    display: block;
  }
  #form #property-section .list dl dt {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #form #property-section {
    margin-bottom: 60px;
  }
  #form #property-section .text p {
    text-align: left;
  }
  #form #property-section .text p:last-child {
    margin: 0 0 32px;
  }
  #form #property-section .list {
    display: block;
  }
  #form #property-section .list dl {
    display: block;
    position: relative;
    padding: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #form #property-section .list dl dt {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 80px;
  }
  #form #property-section .list dl dd {
    flex: 1;
  }
  #form #property-section .list dl dd .check {
    margin-top: 4px;
  }
  #form #property-section .list dl dd .check span {
    margin-left: 4px;
  }
  #form #property-section .list dl dd ul li {
    display: flex;
  }
  #form #property-section .list dl dd ul li span {
    margin-left: 4px;
    flex: 1;
  }
  #form #property-section .list dl.true dt {
    position: relative;
  }
  #form #property-section .list dl.true dt:before {
    top: 4px;
    right: 0px;
  }
  #form #property-section .list dl:last-child {
    padding-bottom: 30px;
  }
}
#form #link-section {
  margin: 0 0 80px;
  position: relative;
}
#form #link-section:before, #form #link-section:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  background: rgb(255, 139, 0);
  background: linear-gradient(102deg, rgb(255, 139, 0) 33%, rgb(5, 175, 0) 100%);
  opacity: 0;
  transition: all 1s 0s ease;
}
#form #link-section:before {
  left: 0;
  top: 0;
}
#form #link-section:after {
  right: 0;
  top: 10px;
}
#form #link-section .inner {
  padding: 120px 0 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  #form #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  #form #link-section .inner {
    width: calc(100% - 16vw);
  }
}
#form #link-section .inner:before {
  content: "";
  width: 78px;
  height: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  background: url(../images/common/gara-ribbon.svg) no-repeat center/contain;
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#form #link-section .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#form #link-section .inner .list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 40px 0;
}
#form #link-section .inner .list li a {
  font-size: 1.1666666667rem;
  font-weight: 700;
  color: #05AF00;
  box-shadow: 0px 0px 23px -18px #2D0422;
  display: block;
  background: #fefffe;
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 24px/30px;
  padding: 20px 70px 20px 40px;
  border-radius: 50px;
}
#form #link-section .inner .list li a:hover {
  background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
}
#form #link-section .inner .list li:nth-child(3n), #form #link-section .inner .list li:last-child {
  margin-right: 0;
}
#form #link-section.true:before, #form #link-section.true:after {
  opacity: 0.33;
  width: calc(50% + 180px);
}
#form #link-section.true .inner:before {
  content: "";
  top: -20px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #form #link-section {
    margin: 0 0 60px;
    position: relative;
  }
  #form #link-section .inner {
    padding: 100px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 1580px) {
  #form #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #form #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #form #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #form #link-section .inner .list li {
    width: calc(50% - 20px);
    margin: 0 30px 40px 0;
  }
  #form #link-section .inner .list li a {
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  #form #link-section .inner .list li a:hover {
    background: #fefffe url(../images/common/box-gesture.svg) no-repeat center right 32px/30px;
  }
  #form #link-section .inner .list li:nth-child(3n) {
    margin: 0 30px 40px 0;
  }
  #form #link-section .inner .list li:nth-child(2n), #form #link-section .inner .list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #form #link-section {
    margin: 0 0 30px;
    position: relative;
  }
  #form #link-section .inner {
    padding: 60px 0 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1580px) {
  #form #link-section .inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) and (max-width: 959px) {
  #form #link-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 767px) {
  #form #link-section .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #form #link-section .inner .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #form #link-section .inner .list li a {
    font-size: 1rem;
  }
  #form #link-section .inner .list li:nth-child(3n) {
    margin: 0 0 30px;
  }
  #form #link-section .inner .list li:nth-child(2n), #form #link-section .inner .list li:last-child {
    margin: 0 0 30px;
  }
}/*# sourceMappingURL=style.css.map */