@charset "UTF-8";

/*
Theme Name: nitto-chemical
Theme URI: 
Author: 
Author URI: 
Description: nitto-chamical
*/



/* ---------------------
  リセット
--------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  font-family: "Inter","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.5em;
  font-feature-settings: "palt" 1;
}

body * {
  /*
  letter-spacing: .04em;
  */
  letter-spacing: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1;
  background-color: #FFF;
  color: #150210;
  -webkit-font-smoothing: antialiased;
}

* {
  outline: none!important;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
  
fieldset {
  vertical-align: bottom;
  border: 0;
}
  
img {
  line-height: 0;
  vertical-align: bottom;
  border: 0;
}
  
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
  
em {
  font-style: normal;
}
  
strong {
  font-weight: normal;
}
  
ol,
ul {
  list-style: none;
}
  
caption,
th {
  text-align: left;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
  
q:before,
q:after {
  content: '';
}
  
abbr,
acronym {
  border: 0;
}
  
textarea {
  font-size: 100%;
}
  
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}
  
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
  
textarea,
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
  
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
  
br.sp {
  display: none;
}

br.tb {
  display: none;
}

br.pc {
  display: block;
}
  
@media only screen and (max-width: 1500px) {
  /*
  html {
    font-size: calc(1280vw / 1920);
  }
  */
  html .pc_non {
    display: none;
  }
}
  
@media only screen and (max-width: 1080px) {
  /*
  html {
    font-size: calc(1450vw / 1280);
  }
  */
  .tb_non {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.tb {
    display: block;
  }
  br.pc {
    display: none;
  }
}
  
@media only screen and (max-width: 600px) {
  .sp_non {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.tb {
    display: none;
  }
  br.pc {
    display: none;
  }
}
  
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
  
html {
  overflow: auto;
}

body {
  margin: 0;
  letter-spacing: 0.025em;
  line-height: inherit ;
  word-wrap: break-word;
  color: #150201;
}

  
/* ---------------------
  共通要素
--------------------- */
  
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*, :after, :before {
  box-sizing: border-box;
  border:0 solid #E5E7EB
}

:after, :before {
  --tw-content: ""
}

a {
  color: inherit;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: inherit;
}
/*
a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:active {
  text-decoration: none;
  color: #FFF;
}
*/






/* ---------------------
  フォント指定
--------------------- */

.comment {
  font-family: "Inter","Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.subTitle {
  font-family: "Inter","Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.title {
  font-family: "Inter","Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}




/* ---------------------
  アニメーション
--------------------- */

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes scroll {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.17);
  }
}

/* ---------------------
  背景指定
--------------------- */

.bgStyle {
  position: relative;
  overflow: hidden;
}
.bgStyle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  background: url(assets/img/bg_style_1.png) no-repeat 100% 0;
  background-size: contain;
  opacity: 0.33;
  pointer-events: none;
  content: "";
}
.bgPage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(assets/img/bg_style.png) no-repeat 0 0;
  background-size: cover;
  opacity: 0.33;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .bgStyle::after {
    background-image: url(assets/img/bg_style_1_sp.png);
  }
  .bgPage {
    opacity: 0.3;
    background-image: url(assets/img/bg_style_sp.png);
  }
}



/* ---------------------
  共通
--------------------- */
#container {
  width: 100%;
}

/* ---------------------
  ヘッダー
--------------------- */

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 3rem 0;
  transition: 0.5s;
}
#header .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#header.scrollNav .hNavDesc {
  display: none;
  transition: 0.5s;
}
#header .hNavDesc {
  font-size: 1.4rem;
  line-height: 1em;
  text-align: right;
  transition: 0.5s;
}
#header.scrollNav {
  padding: 2rem 0;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
#header .hNavWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#header .hNavContent {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .hNavContactContent li {
  height: 4rem;
  padding: 0 5rem 0 3rem;
  line-height: 4rem!important;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
}
#header .hNavContent .hNavContactContent li {
  position: relative;
  margin: 0;
  margin-left: 3.4rem;
  font-size: 1.7rem;
  line-height: 2rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
}
#header .hNavContent .hNavContactContent li svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
}
#header h1 {
  width: auto;
  height: 6.4rem;
}
#header h1 svg {
  width: auto;
  height: 6.4rem;
}
#header .hNavContent .hNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .hNavContent .hNav li {
  margin: 0 1.7rem;
  font-size: 1.8rem;
}
#header .hNavContent .hNav li:nth-child(1) {
  margin-left: 0;
}
#header .hNavContent .hNav li:nth-child(5) {
  margin-right: 0;
}
@media only screen and (max-width: 1080px) {
  #header {
    padding: 1.5rem 0 3rem;
  }
  #header .wrapper {
    width: calc(100% - 7rem);
  }
  #header .hNavDesc {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
  }
  #header .hNavContactContent li {
    height: 4.5rem;
    margin: 0;
    padding: 0 5rem 0 3rem;
    font-size: 1.8rem;
    line-height: 4.5rem!important;
  }
  #header .hNavContent .hNavContactContent li svg {
    width: 2rem;
    height: 2rem;
  }
  #header h1 {
    height: 4.5rem;
  }
  #header h1 svg {
    height: 4.5rem;
  }
  #header .hNavContent .hNav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #header .wrapper {
    width: calc(100% - 5.4rem);
    margin: 0 auto;
  }  
  #header .hNavDesc {
    font-size: 1rem;
    line-height: 1em;
    text-align: right;
    transition: 0.5s;
  }
  #header.scrollNav {
    padding: 1.5rem 0;
  }
  #header .hNavContent .hNavContactContent li {
    height: 4.5rem;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 4rem;
    font-size: 1.7rem;
    line-height: 4.5rem;
  }
  #header .hNavContent .hNavContactContent li svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
  }
  #header .hNavContent .hNavContactContent li a {
    padding: 0;
    border-radius: 5rem;
    display: block;
  }
  #header h1 {
    width: auto;
    height: 4.5rem;
  }
  #header h1 svg {
    width: auto;
    height: 4.5rem;
  }
}



/* ---------------------
  トップ_ニットーケミカルとは
--------------------- */

#tMV {
  position: relative;
  width: 100%;
  height: 100vh;
}
#tMV .tSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tMV .tSlider .slide {
  width: 100%;
  height: 100vh;
}
#tMV .tSlider .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media only screen and (max-width: 1080px) {
  #tMV {
    height: 70rem;
    margin-top: 11.6rem;
  }
  #tMV .tSlider .slide {
    height: 70rem;
  }
}
@media only screen and (max-width: 600px) {
  #tMV {
    height: 100vh;
    margin-top: 0;
  }
  #tMV .tSlider .slide {
    height: 100vh;
  }
}
#tMV .scrollContents {
  position: absolute;
  bottom: -15rem;
  right: calc(50% - 60rem);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
#tMV .scrollContents h4 {
  margin: 0 0 0 1rem;
  font-size: 2rem;
  writing-mode: vertical-lr;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tMV .scrollContents .scroll {
  width: .2rem;
  height: 30rem;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  animation: scroll 2s ease infinite;
}
@media only screen and (max-width: 1080px) {
  #tMV .scrollContents {
    bottom: 3rem;
    right: 3rem;
  }
  #tMV .scrollContents h4 {
    margin: 0 0 0 2rem;
    font-size: 1.8rem;
  }
  #tMV .scrollContents .scroll {
    width: .2rem;
    height: 30rem;
  }
}
@media only screen and (max-width: 600px) {
  #tMV .scrollContents h4 {
    margin: 0 0 0 1rem;
    font-size: 2rem;
  } 
}



/* ---------------------
  トップ_ニットーケミカルとは
--------------------- */

#tNitto {
  width: 100%;
  padding: 0 0 18rem;
}
#tNitto .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tNitto .tNittoContents {
  width: 100%;
  margin: 32rem 0 8rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tNitto .tNittoContents .tNittoContentsLeft,
#tNitto .tNittoContents .tNittoContentsRight {
  width: calc((100% - 6rem) / 2);
}
#tNitto .tNittoContents .tNittoContentsLeft {
  text-align: left;
}
#tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsTitle {
  margin: 3rem 0 0;
  font-size: 6rem;
  line-height: 1.3;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsText {
  margin: 8rem 0 0;
  padding: 3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}
#tNitto .tNittoContents .tNittoContentsLeft .tNittoButton {
  position: relative;
  margin: 4rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tNitto .tNittoContents .tNittoContentsLeft .tNittoButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tNitto .tNittoContents .tNittoContentsLeft .tNittoButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
#tNitto .tNittoContents .tNittoContentsRight {
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
}
#tNitto .tNittoContents .tNittoContentsRight img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tNitto .tNittoFootList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#tNitto .tNittoFootList li {
  position: relative;
  width: calc(100% / 3);
  height: 40rem;
  overflow:hidden;
}
#tNitto .tNittoFootList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tNitto .tNittoContents .tNittoSPButton {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #tNitto {
    padding: 0 0 8rem;
  }
  #tNitto .wrapper {
    width: calc(100% - 7rem);
  }
  #tNitto .tNittoContents {
    width: 100%;
    margin: 12rem 0 6rem;
  }
  #tNitto .tNittoContents .tNittoContentsLeft,
  #tNitto .tNittoContents .tNittoContentsRight {
    width: calc((100% - 3rem) / 2);
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsTitle {
    margin: 0;
    font-size: 3.4rem;
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsText {
    margin: 3rem 0 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: none;
    border-bottom: none;
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoButton {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #tNitto .tNittoContents .tNittoContentsRight {
    border-radius: 2rem;
  }
  #tNitto .tNittoFootList li {
    height: 23rem;
  }
}
@media only screen and (max-width: 600px) {
  #tNitto {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8rem;
  }
  #tNitto .wrapper {
    width: 100%;
  }
  #tNitto .tNittoContents {
    margin: 6rem 0 4rem;
    flex-wrap: wrap;
  }
  #tNitto .tNittoContents .tNittoContentsLeft,
  #tNitto .tNittoContents .tNittoContentsRight {
    width: 100%;
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsTitle {
    margin: 0 0 0 3rem;
    font-size: 3.4rem;
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoContentsText {
    margin: 3rem 0 0;
    padding: 0 3rem;
    font-size: 1.6rem;
    display: inline-block;
  }
  #tNitto .tNittoContents .tNittoContentsLeft .tNittoButton {
    display: none;
  }
  #tNitto .tNittoContents .tNittoSPButton {
    position: relative;
    width: calc(100% - 6rem);
    margin: 4rem auto 0;
    font-size: 1.6rem;
    line-height: 1em;
    text-align: center;
    background-color: #E80141;
    border-radius: 5rem;
    color: #FFF;
    display: block;
  }
  #tNitto .tNittoContents .tNittoSPButton svg {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform:translateY(-50%);
  }
  #tNitto .tNittoContents .tNittoSPButton a {
    padding: 2rem;
    border-radius: 5rem;
    display: block;
  }
  #tNitto .tNittoContents .tNittoContentsRight {
    position: relative;
    width: calc(100% - 6rem);
    height: 24rem;
    margin: 4rem auto 0;
    border-radius: 2rem;
    overflow: hidden;
  }
  #tNitto .tNittoContents .tNittoContentsRight img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
  }
  #tNitto .tNittoFootList li {
    height: 12rem;
  }
}



/* ---------------------
  トップ_REVO4
--------------------- */

#tRevo {
  position:relative;
  width: 100%;
  margin: 0 0 18rem;
}
#tRevo .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tRevo .tRevoTitleText {
  padding: .5rem;
  font-size: 2.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  color: #FFF;
  display: inline-block;
}
#tRevo .tRevoTitleCatch {
  margin: 2rem 0 0;
  font-size: 3.4rem;
  line-height: 1.5;
  color: #4C4948;
}
#tRevo .tRevoTitle {
  position: relative;
  z-index: 1;
  margin: 2rem 0 0;
  font-size: 8rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tRevo .tRevoFlowLetter {
  position: absolute;
  top: 23rem;
  left: 0;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  display: flex;
}
#tRevo .tRevoFlowLetter img {
  padding: 0 10rem 0 0;
}
#tRevo .tRevoFlowLetter img:first-child {
  animation: loop 50s -25s linear infinite;
}
#tRevo .tRevoFlowLetter img:last-child {
  animation: loop2 50s linear infinite;
}
#tRevo .tRevoMV {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80rem;
  margin: 10rem 0;
  overflow: hidden;
}
#tRevo .tRevoMV  img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tRevo {
    margin: 0 0 12rem;
  }
  #tRevo .wrapper {
    width: calc(100% - 7rem);
  }
  #tRevo .tRevoTitleText {
    font-size: 2.2rem;
  }
  #tRevo .tRevoTitleCatch {
    margin: 3.4rem 0 0;
    font-size: 3rem;
  }
  #tRevo .tRevoTitle {
    margin: 3rem 0 0;
    font-size: 7.6rem;
    line-height: 1.1;
  }
  #tRevo .tRevoFlowLetter {
    top: 35rem;
    height: 14rem;
  }
  #tRevo .tRevoMV {
    height: 35rem;
    margin: 8rem 0 6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo {
    width: 100%;
    margin: 0 auto 8rem;
  }
  #tRevo .wrapper {
    width: 100%;
  }
  #tRevo .tRevoTitleText {
    margin-left: 3rem;
    font-size: 1.4rem;
  }
  #tRevo .tRevoTitleCatch {
    margin: 1.5rem 0 0 3rem;
    font-size: 1.8rem;
  }
  #tRevo .tRevoTitle {
    margin: 2rem 0 0 3rem;
    font-size: 4.6rem;
    line-height: 1.1;
  }
  #tRevo .tRevoFlowLetter {
    top: 26rem;
    height: 6.5rem;
  }
  #tRevo .tRevoMV {
    height: 37rem;
    margin: 4rem 0 6rem;
  }
}



#tRevo .tRevoWhat {
  width: 100%;
  margin: 0 0 18rem;
  text-align: center;
}
#tRevo .tRevoWhat .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tRevo .tRevoWhat .tRevoWhatText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tRevo .tRevoWhat .tRevoWhatTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoWhat {
    margin: 0 0 6rem;
  }
  #tRevo .tRevoWhat .wrapper {
    width: calc(100% - 7rem);
  }
  #tRevo .tRevoWhat .tRevoWhatText {
    font-size: 2rem;
  }
  #tRevo .tRevoWhat .tRevoWhatTitle {
    margin: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoWhat {
    width: calc(100% - 6rem);
    margin: 0 auto 6rem;
  }
  #tRevo .tRevoWhat .wrapper {
    width: 100%;
  }
  #tRevo .tRevoWhat .tRevoWhatText {
    font-size: 1.3rem;
  }
  #tRevo .tRevoWhat .tRevoWhatTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}
#tRevo .tRevoWhat .tRevoWhatContents {
  width: 100%;
  margin: 5rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft,
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight {
  width: calc((100% - 6rem) / 2);
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft {
  position: relative;
  margin: 0 6rem 0 0;
  border-radius: 5rem;
  overflow: hidden;
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight {
  text-align: left;
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsCatch {
  font-size: 3.2rem;
  line-height: 1em;
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsTitle {
  margin: 3rem 0 0;
  font-size: 6rem;
  line-height: 1.3;
}
#tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsText {
  margin: 8rem 0 0;
  padding: 3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoWhat .tRevoWhatContents {
    margin: 6rem 0 0;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft,
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight {
    width: calc((100% - 3rem) / 2);
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft {
    margin: 0 3rem 0 0;
    border-radius: 2rem;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsCatch {
    font-size: 1.8rem;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsTitle {
    margin: 1.5rem 0 0;
    font-size: 3.4rem;
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsText {
    margin: 3rem 0 0;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoWhat .tRevoWhatContents {
    margin: 3rem 0 0;
    flex-wrap: wrap;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft,
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight {
    width: 100%;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsLeft {
    width: 100%;
    height: 36rem;
    margin: 0;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight {
    margin: 3rem 0 0;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsCatch {
    font-size: 1.8rem;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  #tRevo .tRevoWhat .tRevoWhatContents .tRevoWhatContentsRight .tRevoWhatContentsText {
    margin: 2rem 0 0;
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }
}
#tRevo .tRevoWhat .tRevoWhatButton {
  position: relative;
  margin: 4rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tRevo .tRevoWhat .tRevoWhatButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tRevo .tRevoWhat .tRevoWhatButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoWhat .tRevoWhatButton {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoWhat .tRevoWhatButton {
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tRevo .tRevoWhat .tRevoWhatButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}



#tRevo .tRevoFeatures {
  width: 100%;
  text-align: center;
}
#tRevo .tRevoFeatures .wrapper {
  width: 120rem;
  margin: 0 auto;
  padding: 6rem;
  border: solid 1px #4C4948;
  border-radius: 3rem;
}
#tRevo .tRevoFeatures .tRevoFeaturesTitle {
  font-size: 5rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoFeatures .wrapper {
    width: calc(100% - 7rem);
    padding: 0;
    border: none;
    border-radius: 0;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesTitle {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoFeatures {
    width: 100%;
  }
  #tRevo .tRevoFeatures .wrapper{
    width: calc(100% - 6rem);
  }
  #tRevo .tRevoFeatures .tRevoFeaturesTitle {
    font-size: 2.8rem;
  }
}
#tRevo .tRevoFeatures .tRevoFeaturesList {
  text-align: left;
}
#tRevo .tRevoFeatures .tRevoFeaturesList li {
  min-height: 7rem;
  margin: 2rem 0 0;
  padding: 0 4rem;
  border: solid 1px #4C4948;
  border-radius: 1.5rem;
}
#tRevo .tRevoFeatures .tRevoFeaturesList li:nth-child(1) {
  margin: 4rem 0 0;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle {
  font-size: 2rem;
  line-height: 7rem;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle img {
  width: 4rem;
  height: 4rem;
  margin: 0 2rem 0 0;
  vertical-align: middle;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListText {
  padding: 4rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
  border-top: solid 1px #4C4948;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle {
  position:relative;
  cursor:pointer;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle::before {
  position:absolute;
  top:50%;
  right:25px;
  width:15px;
  height:2px;
  background-color: #4C4948;
  content:"";
  transform:rotate(90deg);
  transition:all .3s ease-in-out;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle::after {
  position:absolute;
  top:50%;
  right:25px;
  width:15px;
  height:2px;
  background-color: #4C4948;
  content:"";
  transition:all .2s ease-in-out;
}
#tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle.open::before {
  transform:rotate(180deg);
}
#tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle.open::after {
  opacity:0;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoFeatures .tRevoFeaturesList li {
    min-height: auto;
    margin: 2rem 0 0;
    padding: 0 4rem;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList li:nth-child(1) {
    margin: 4rem 0 0;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle {
    padding: 3.5rem 0;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle img {
    width: 3rem;
    height: 3rem;
    vertical-align: bottom;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListText {
    padding: 2rem 0 3.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoFeatures .tRevoFeaturesList {
    margin-bottom: 6rem;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList li {
    padding: 0 2rem;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList li:nth-child(1) {
    margin: 3rem 0 0;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle {
    margin-left: 2rem;
    padding: 2rem 0 2rem 1em;
    font-size: 1.8rem;
    line-height: 1.3;
    text-indent: -2em;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListTitle img {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .tRevoFeaturesListText {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle::before {
    right: 10px;
  }
  #tRevo .tRevoFeatures .tRevoFeaturesList .accordionTitle::after {
    right:10px;
  }
}



#tRevo .tRevoIntro {
  text-align: center;
}
#tRevo .tRevoIntro .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tRevo .tRevoIntro .tRevoIntroContents {
  width: 100%;
  margin: 10rem 0 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoIntro .tRevoIntroContentsSP {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoIntro {
    width: 100%;
    margin: 6rem 0 0;
  }
  #tRevo .tRevoIntro .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
  }
  #tRevo .tRevoIntro .tRevoIntroContents {
    display: none;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoIntro {
    margin: 0;
  }
  #tRevo .tRevoIntro .wrapper {
    width: 100%;
  }
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft,
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsRight {
  width: calc((100% - 6rem) / 2);
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsRight  {
  margin: 0 0 0 6rem;
  border-radius: 5rem;
  overflow: hidden;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsRight div {
  position: relative;
  width: 100%;
  height: 100%;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsRight img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsNumber {
  height: 4.5rem;
  padding: 0 3rem;
  font-size: 2.2rem;
  line-height: 4.5rem;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsTitle {
  margin: 4rem 0 0;
  font-size: 5rem;
  line-height: 1em;
  color: #4C4948;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsCatch {
  margin: 4rem 0 0;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #4C4948;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPNumber {
    height: 4.5rem;
    padding: 0 3rem;
    font-size: 2.6rem;
    line-height: 4.5rem;
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    border-radius: 5rem;
    color: #FFF;
    display: inline-block;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPTitle {
    margin: 1.5rem 0 0;
    font-size: 3.4rem;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPCatch {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPNumber {
    height: 3rem;
    margin-left: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPTitle {
    margin: 2rem 0 0 3rem;
    font-size: 3rem;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPCatch {
    margin: 2rem 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList {
  margin: 6rem 0 0;
  border-bottom: solid 1px #4C4948;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList li {
  position: relative;
  height: 6.5rem;
  padding-left: 1em;
  font-size: 2rem;
  line-height: 6.5rem;
  text-indent: -1em;
  border-top: solid 1px #4C4948;
  color: #4C4948;
  cursor: pointer;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList li::before {
  position:absolute;
  top:calc(50% - 1rem);
  right:2rem;
  width:2rem;
  height:2rem;
  background-color: rgba(0,153,68,.1);
  border-radius: 50%;
  content:"";
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList li::after {
  position:absolute;
  top:calc(50% - 1.5rem);
  right:1.5rem;
  width:3rem;
  height:3rem;
  background-color: rgba(0,153,68,.1);
  border-radius: 50%;
  content:"";
  opacity:0;
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList li.active::before {
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
}
#tRevo .tRevoIntro .tRevoIntroContents .tRevoIntroContentsLeft .tRevoIntroContentsList li.active::after {
  opacity:1;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList {
    margin: 3rem 0 0;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList li {
    margin: 0 0.75rem;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList .tRevoIntroContentsSPListIMG {
    position: relative;
    width: 100%;
    height: 42rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList .tRevoIntroContentsSPListIMG img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList li p {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList .tRevoIntroContentsSPListIMG {
    border-radius: 2.5rem;
  }
  #tRevo .tRevoIntro .tRevoIntroContentsSP .tRevoIntroContentsSPList li p {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1080px) {
  /* ----- ドット ----- */
  .tRevoIntroDots {
    padding: 2rem 0 0;
    display: flex;
    justify-content: center;
  }
  .tRevoIntroDots li {
    width: 1rem!important;
    height: 1rem!important;
    margin: 0 0.5rem;
    background: #C3C3C3;
    border-radius: 50%;
    cursor: pointer;
  }
  .tRevoIntroDots li:hover,
  .tRevoIntroDots li.slick-active {
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  }
  .tRevoIntroDots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
#tRevo .tRevoIntro .tRevoIntroButton {
  position: relative;
  margin: 4rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tRevo .tRevoIntro .tRevoIntroButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tRevo .tRevoIntro .tRevoIntroButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoIntro .tRevoIntroButton {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoIntro .tRevoIntroButton {
    width: calc(100% - 6rem);
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tRevo .tRevoIntro .tRevoIntroButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}



#tRevo .tRevoResults {
  margin: 8rem 0 0;
  padding: 6rem 0;
  text-align: center;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  color: #FFF;
}
#tRevo .tRevoResults .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tRevo .tRevoResults .tRevoResultsText {
  font-size: 2.2rem;
  line-height: 1em;
}
#tRevo .tRevoResults .tRevoResultsTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoResults {
    width: 100%;
    background: transparent;
    background-color: #6EC9F3;
  }
  #tRevo .tRevoResults .wrapper {
    width: calc(100% - 7rem);
  }
  #tRevo .tRevoResults .tRevoResultsText {
    font-size: 2rem;
  }
  #tRevo .tRevoResults .tRevoResultsTitle {
    margin: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoResults {
    margin: 6rem 0 0;
    padding: 3rem 0;
  }
  #tRevo .tRevoResults .wrapper {
    width: calc(100% - 6rem);
  }
  #tRevo .tRevoResults .tRevoResultsText {
    font-size: 1.3rem;
  }
  #tRevo .tRevoResults .tRevoResultsTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}
#tRevo .tRevoResults .tRevoResultsUpper {
  width: 100%;
  margin: 5rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft,
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
  width: calc((100% - 6rem) / 2);
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
  margin: 0 0 0 6rem;
  display: flex;
  flex-wrap: wrap;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftTitle {
  font-size: 5.4rem;
  line-height: 1.3;
  text-align: left;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftText {
  margin: 4rem 0 0;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: left;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList {
  margin: 5rem 0 0;
  padding: 3rem 0;
  text-align: left;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li {
  height: 3rem;
  margin: 0 0 .5rem 0;
  font-size: 2.4rem;
  line-height: 3rem;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li:nth-child(4) {
  margin: 0;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li img {
  width: 3rem;
  height: 3rem;
  margin: 0 1rem 0 0;
  vertical-align: bottom;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoResults .tRevoResultsUpper {
    margin: 6rem 0 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft,
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
    width: calc((100% - 3rem) / 2);
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
    margin: 0 0 0 3rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftTitle {
    font-size: 3.4rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftText {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList {
    margin: 3rem 0 0;
    padding: 2rem 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li {
    height: 1.5rem;
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
    line-height: 1.5rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li:nth-child(4) {
    margin: 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoResults .tRevoResultsUpper {
    width: 100%;
    margin: 3rem auto 0;
    flex-wrap: wrap;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft,
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
    width: 100%;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight {
    margin: 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftTitle {
    font-size: 2.8rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftText {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList {
    margin: 2rem 0 0;
    padding: 1.5rem 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperLeft .tRevoResultsUpperLeftList li {
    height: auto;
    font-size: 1.2rem;
    line-height: 1em;
  }
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper {
  width: 100%;
  margin: 0 0 3rem;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper li {
  position: relative;
  width: 100%;
  height: 38rem;
  overflow: hidden;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightLower {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightLower li {
  position: relative;
  width: calc((100% - 3rem) / 2);
  height: 18rem;
  overflow: hidden;
}
#tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightLower li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper {
    margin: 0 0 2rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper li {
    height: 25rem;
    border-radius: 2rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightLower li {
    width: calc((100% - 2rem) / 2);
    height: 13rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper {
    width: 100%;
    margin: 3rem 0;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightUpper li {
    height: 24rem;
    border-radius: 2rem;
  }
  #tRevo .tRevoResults .tRevoResultsUpper .tRevoResultsUpperRight .tRevoResultsUpperRightLower li {
    width: calc((100% - 3rem) / 2);
    height: 18rem;
    border-radius: 1.5rem;
  }
}
#tRevo .tRevoResults .tRevoResultsLower {
  width: 100%;
  margin: 6rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerLeft,
#tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight {
  width: calc((100% - 6rem) / 2);
}
#tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerLeft img {
  width: 100%;
  height: auto;
}
#tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight {
  position: relative;
  background-color: #FFF;
}
#tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tRevo .tRevoResults .tRevoResultsFootCatch {
  width: 100%;
  height: 8rem;
  margin: 6rem 0 0;
  font-size: 2.6rem;
  line-height: 8rem;
  background-color: #E80141;
  color: #FFF;
}
#tRevo .tRevoResults .tRevoResultsAttention {
  margin: 6rem 0 0;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoResults .tRevoResultsLower {
    margin: 3rem 0 0;
  }
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerLeft,
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight {
    width: calc((100% - 3rem) / 2);
  }
  #tRevo .tRevoResults .tRevoResultsFootCatch {
    height: auto;
    margin: 3rem 0 0;
    padding: 1.5rem 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #tRevo .tRevoResults .tRevoResultsAttention {
    margin: 4rem 0 0;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoResults .tRevoResultsLower {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerLeft,
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight {
    width: 100%;
  }
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerLeft {
    margin: 3rem 0 0;
  }
  #tRevo .tRevoResults .tRevoResultsLower .tRevoResultsLowerRight {
    position: relative;
    width: 100%;
    height: 25rem;
    margin: 2rem 0 0;
    background-color: #FFF;
  }
  #tRevo .tRevoResults .tRevoResultsFootCatch {
    width: 100%;
    margin: 3rem auto 0;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #tRevo .tRevoResults .tRevoResultsAttention {
    width: 100%;
    margin: 4rem auto 0;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
  }
}



#tRevo .tRevoVoice {
  margin: 18rem 0 0;
  text-align: center;
}
#tRevo .tRevoVoice .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tRevo .tRevoVoice .tRevoVoiceContents {
  padding: 6rem 0 0;
  text-align: center;
  border: solid 1px #4C4948;
  border-radius: 3rem;
}
#tRevo .tRevoVoice .tRevoVoiceContentsText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tRevo .tRevoVoice .tRevoVoiceContentsTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tRevo .tRevoVoice .tRevoVoiceContentsCatch {
  margin: 2rem 0 0;
  font-size: 2rem;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoVoice {
    width: 100%;
    margin: 6rem 0 0;
  }
  #tRevo .tRevoVoice .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
  }
  #tRevo .tRevoVoice .tRevoVoiceContents {
    padding: 6rem 0;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsText {
    font-size: 2rem;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsTitle {
    margin: 3rem 0 0;
    font-size: 4.4rem;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsCatch {
    margin: 4rem 0 0;
    padding-bottom: 4.5rem;
    font-size: 2.2rem;
    line-height: 1.5;
    border-bottom: solid 1px #4C4948;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoVoice {
    width: 100%;
    margin: 6rem auto 0;
    text-align: center;
  }
  #tRevo .tRevoVoice .wrapper {
    width: 100%;
  }
  #tRevo .tRevoVoice .tRevoVoiceContents {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsText {
    font-size: 1.3rem;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsCatch {
    margin: 3rem 0 0;
    padding-bottom: 0;
    font-size: 1.6rem;
    border-bottom: none;
  }
}
#tRevo .tRevoVoice .tRevoVoiceContentsList {
  margin: 4rem 0 0;
  border-top: solid 1px #4C4948;
}
#tRevo .tRevoVoice .tRevoVoiceContentsListSP {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoVoice .tRevoVoiceContentsList {
    display: none;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP {
    display: block;
  }
}
#tRevo .tRevoVoice .tRevoVoiceContentsList li {
  width: 100%;
  border-bottom: solid 1px #4C4948;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList li:last-child {
  border-bottom: none;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceWrapper {
  padding: 6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceLeft {
  position: relative;
  width: 32rem;
  height: 20rem;
  background-color: #C3C3C3;
  border-radius: 3rem;
  overflow:hidden;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceLeft img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceRight {
  width: calc(100% - (32rem + 6rem));
  text-align: left;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceRight .tRevoVoiceRightTitle {
  font-size: 3.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tRevo .tRevoVoice .tRevoVoiceContentsList .tRevoVoiceRight p {
  margin: 3rem 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
#tRevo .tRevoVoice .tRevoVoiceFootText {
  margin: 6rem 0 0;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP {
    width: calc(100% - 6rem);
    margin: 3rem auto 0;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP li {
    width: 100%;
    margin: 0 0.75rem;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceWrapper {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceLeft {
    position: relative;
    width: calc((100% - 3rem) / 2);
    margin-right: 3rem;
    background-color:#4C4948;
    border-radius: 1.5rem;
    overflow: hidden;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceLeft img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight {
    width: calc((100% - 3rem) / 2);
    text-align: center;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight .tRevoSPVoiceRightTitle {
    margin: 0;
    font-size: 2.8rem;
    line-height: 1em;
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight p {
    margin: 2rem 0 0;
    padding-left: 1em;
    font-size: 1.8rem;
    text-indent: -1em;
    text-align: left;
    line-height: 1.5;
  }
  #tRevo .tRevoVoice .tRevoVoiceFootText {
    margin: 3rem 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  /* ----- ドット ----- */

  .tRevoVoiceDots {
    padding: 2rem 0 0;
    display: flex;
    justify-content: center;
  }
  .tRevoVoiceDots li {
    width: 1rem!important;
    height: 1rem!important;
    margin: 0 0.5rem;
    background: #C3C3C3;
    border-radius: 50%;
    cursor: pointer;
  }
  .tRevoVoiceDots li:hover,
  .tRevoVoiceDots li.slick-active {
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  }
  .tRevoVoiceDots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP {
    width: 100%;
    margin: 3rem 0 0;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceWrapper {
    flex-wrap: wrap;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceLeft {
    position: relative;
    width: 100%;
    height: 23rem;
    margin: 0;
    background-color:#4C4948;
    border-radius: 1.5rem;
    overflow: hidden;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceLeft img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight {
    width: 100%;
    text-align: center;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight .tRevoSPVoiceRightTitle {
    margin: 2rem 0 0;
    font-size: 2.4rem;
    line-height: 1em;
  }
  #tRevo .tRevoVoice .tRevoVoiceContentsListSP .tRevoSPVoiceRight p {
    margin: 2rem 0 0;
    padding-left: 1em;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
    line-height: 1.5;
  }
  #tRevo .tRevoVoice .tRevoVoiceFootText {
    margin: 4rem 0 0;
    font-size: 1.6rem;
  }
}
#tRevo .tRevoVoice .tRevoVoiceButton {
  position: relative;
  margin: 4rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tRevo .tRevoVoice .tRevoVoiceButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tRevo .tRevoVoice .tRevoVoiceButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tRevo .tRevoVoice .tRevoVoiceButton {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tRevo .tRevoVoice .tRevoVoiceButton {
    width: calc(100% - 6rem);
    margin: 2rem auto 0;
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tRevo .tRevoVoice .tRevoVoiceButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}



/* ---------------------
  トップ_プラスチック擬木
--------------------- */

#tWood {
  position:relative;
  width: 100%;
}
#tWood .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tWood .tWoodTitleText {
  padding: .5rem;
  font-size: 2.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  color: #FFF;
  display: inline-block;
}
#tWood  .tWoodTitleCatch {
  margin: 2rem 0 0;
  font-size: 3.4rem;
  line-height: 1.5;
  color: #4C4948;
}
#tWood  .tWoodTitle {
  position: relative;
  z-index: 1;
  margin: 2rem 0 0;
  font-size: 8rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tWood .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
  }
  #tWood .tWoodTitleText {
    padding: .5rem;
    font-size: 2.2rem;
    line-height: 1em;
  }
  #tWood  .tWoodTitleCatch {
    margin: 3.4rem 0 0;
    font-size: 3rem;
  }
  #tWood  .tWoodTitle {
    margin: 3rem 0 0;
    font-size: 7.6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood {
    width: 100%;
    margin: 8rem auto 0;
  }
  #tWood .wrapper {
    width: 100%;
  }
  #tWood .tWoodTitleText {
    margin-left: 3rem;
    padding: .5rem;
    font-size: 1.4rem;
    line-height: 1em;
  }
  #tWood  .tWoodTitleCatch {
    margin: 1.5rem 0 0 3rem;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
  }
  #tWood  .tWoodTitle {
    margin: 2rem 0 0 3rem;
    font-size: 4.6rem;
    line-height: 1.1;
  }
}
#tWood  .tWoodFlowLetter {
  position: absolute;
  top: 23rem;
  left: 0;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  display: flex;
}
#tWood  .tWoodFlowLetter img {
  padding: 0 10rem 0 0;
}
#tWood  .tWoodFlowLetter img:first-child {
  animation: loop 50s -25s linear infinite;
}
#tWood  .tWoodFlowLetter img:last-child {
  animation: loop2 50s linear infinite;
}
#tWood .tWoodMV {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80rem;
  margin: 10rem 0;
  overflow: hidden;
}
#tWood .tWoodMV  img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tWood  .tWoodFlowLetter {
    top: 24rem;
    height: 14rem;
  }
  #tWood .tWoodMV {
    height: 35rem;
    margin: 8rem 0 6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood  .tWoodFlowLetter {
    top: 22rem;
    height: 6.5rem;
  }
  #tWood .tWoodMV {
    height: 37rem;
    margin: 4rem 0 6rem;
  }
}



#tWood .tWoodWhat {
  width: 100%;
  margin: 0 0 18rem;
  text-align: center;
}
#tWood .tWoodWhat .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tWood .tWoodWhat .tWoodWhatText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#tWood .tWoodWhat .tWoodWhatTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWhat {
    width: 100%;
    margin: 0 0 4rem;
  }
  #tWood .tWoodWhat .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
  }
  #tWood .tWoodWhat .tWoodWhatText {
    font-size: 2rem;
  }
  #tWood .tWoodWhat .tWoodWhatTitle {
    margin: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodWhat {
    width: calc(100% - 6rem);
    margin: 0 auto 6rem;
  }
  #tWood .tWoodWhat .wrapper {
    width: 100%;
  }
  #tWood .tWoodWhat .tWoodWhatText {
    font-size: 1.3rem;
  }
  #tWood .tWoodWhat .tWoodWhatTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}
#tWood .tWoodWhat .tWoodWhatContents {
  width: 100%;
  margin: 5rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft,
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight {
  width: calc((100% - 6rem) / 2);
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft {
  position: relative;
  margin: 0 6rem 0 0;
  border-radius: 5rem;
  overflow: hidden;
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight {
  text-align: left;
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsCatch {
  font-size: 3.2rem;
  line-height: 1em;
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsTitle {
  margin: 3rem 0 0;
  font-size: 6rem;
  line-height: 1.3;
}
#tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsText {
  margin: 8rem 0 0;
  padding: 3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWhat .tWoodWhatContents {
    margin: 6rem 0 0;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft,
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight {
    width: calc((100% - 3rem) / 2);
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft {
    margin: 0 3rem 0 0;
    border-radius: 2rem;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsCatch {
    font-size: 1.8rem;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsTitle {
    margin: 1.5rem 0 0;
    font-size: 3.4rem;
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsText {
    margin: 3rem 0 0;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodWhat .tWoodWhatContents {
    margin: 3rem 0 0;
    flex-wrap: wrap;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft,
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight {
    width: 100%;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsLeft {
    width: 100%;
    height: 36rem;
    margin: 0;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsCatch {
    margin: 3rem 0 0;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsTitle {
    font-size: 2.8rem;
  }
  #tWood .tWoodWhat .tWoodWhatContents .tWoodWhatContentsRight .tWoodWhatContentsText {
    margin: 2rem 0 0;
    font-size: 1.2rem;
  }
}







#tWood .tWoodWhat .tWoodWhatButton {
  position: relative;
  margin: 4rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tWood .tWoodWhat .tWoodWhatButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tWood .tWoodWhat .tWoodWhatButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWhat .tWoodWhatButton {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodWhat .tWoodWhatButton {
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tWood .tWoodWhat .tWoodWhatButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}





















#tWood .tWoodChoice {
  width: 100%;
  margin: 0 0 18rem;
  text-align: center;
}
#tWood .tWoodChoice .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tWood .tWoodChoice .tWoodChoiceList {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#tWood .tWoodChoice .tWoodChoiceList li {
  width: calc((100% - 6rem) / 2);
  margin: 0 6rem 0 0;
  padding: 6rem;
  border: solid 1px #4C4948;
  border-radius: 3rem;
}
#tWood .tWoodChoice .tWoodChoiceList li:nth-child(2) {
  margin: 0;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodChoice {
    width: calc(100% - 7rem);
    margin: 0 auto 6rem;
  }
  #tWood .tWoodChoice .wrapper {
    width: 100%;
  }
  #tWood .tWoodChoice .tWoodChoiceList li {
    width: calc((100% - 3rem) / 2);
    margin: 0 3rem 0 0;
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodChoice {
    width: calc(100% - 6rem);
  }
  #tWood .tWoodChoice .tWoodChoiceList {
    flex-wrap: wrap;
  }
  #tWood .tWoodChoice .tWoodChoiceList li {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
  #tWood .tWoodChoice .tWoodChoiceList li:nth-child(2) {
    margin-bottom: 0;
  }
}
#tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceCatch {
  width: 100%;
  height: 7rem;
  font-size: 3.2rem;
  line-height: 7rem;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  color: #FFF;
}
#tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceTitle {
  margin: 3rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceText {
  margin: 2rem 0 0;
  font-size: 2rem;
  line-height: 1.5;
}
#tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceExample {
  margin: 3rem 0 0;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 1.5;
}
#tWood .tWoodChoice .tWoodChoiceFootCatch {
  margin: 3rem 0 0;
  font-size: 6rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceCatch {
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
  }
  #tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
  #tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceText {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }
  #tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceExample {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
  }
  #tWood .tWoodChoice .tWoodChoiceFootCatch {
    font-size: 3.6rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodChoice .tWoodChoiceList .tWoodChoiceExample {
    font-size: 1rem;
  }
  #tWood .tWoodChoice .tWoodChoiceFootCatch {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}



#tWood .tWoodFeatures {
  width: 120rem;
  margin: 0 auto 8rem;
  text-align: center;
  border: solid 1px #4C4948;
  border-radius: 3rem;
}
#tWood .tWoodFeatures .tWoodFeaturesWrapper {
  padding: 6rem;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodFeatures {
    width: calc(100% - 7rem);
    margin: 0 auto 6rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesWrapper {
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodFeatures {
    width: calc(100% - 6rem);
  }
  #tWood .tWoodFeatures .tWoodFeaturesWrapper {
    padding: 3rem 2rem;
  }
}
#tWood .tWoodFeatures .tWoodFeaturesText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tWood .tWoodFeatures .tWoodFeaturesTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tWood .tWoodFeatures .tWoodFeaturesCatch {
  margin: 2rem 0 0;
  font-size: 2rem;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodFeatures .tWoodFeaturesText {
    font-size: 2rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesTitle {
    margin: 3rem 0 0;
    font-size: 4.4rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesCatch {
    margin: 4rem 0 0;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodFeatures .tWoodFeaturesText {
    font-size: 1.3rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesCatch {
    margin: 3rem 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#tWood .tWoodFeatures .tWoodFeaturesList {
  margin: 6.5rem 0 0;
  display: flex;
  flex-wrap: nowrap;
}
#tWood .tWoodFeatures .tWoodFeaturesList li {
  width: calc((100% - 10rem) / 6);
  margin: 0 2rem 0 0;
}
#tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(6) {
  margin: 0;
}
#tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListIcon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
#tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListIcon img {
  width: 10rem;
  height: 10rem;
  vertical-align: bottom;
}
#tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListTitle {
  min-height: 6.5rem;
  margin: 3rem 0 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
#tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(1) .tWoodFeaturesListTitle,
#tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(2) .tWoodFeaturesListTitle,
#tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) .tWoodFeaturesListTitle,
#tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(6) .tWoodFeaturesListTitle {
  line-height: 6.5rem;
}
#tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListText {
  min-height: 20rem;
  margin: 2rem 0 0;
  padding: 3rem 1rem;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.5;
  border-top: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodFeatures .tWoodFeaturesList {
    margin: 6rem 0 0;
    flex-wrap: wrap;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li {
    width: calc((100% - 3rem) / 2);
    margin: 0;
    margin-bottom: 3rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(1),
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(3),
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) {
    margin-right: 3rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) {
    margin-bottom: 0;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(6) {
    margin: 0;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListTitle {
    min-height: auto;
    margin: 2rem 0 0;
    line-height: 1em;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(1) .tWoodFeaturesListTitle,
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(2) .tWoodFeaturesListTitle,
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) .tWoodFeaturesListTitle,
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(6) .tWoodFeaturesListTitle {
    line-height: 1em;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListText {
    min-height: auto;
    margin: 2rem 0 0;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodFeatures .tWoodFeaturesList {
    margin: 3rem 0 0;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(1),
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(3),
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) {
    margin-right: 0;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList li:nth-child(5) {
    margin-bottom: 3rem;
  }
  #tWood .tWoodFeatures .tWoodFeaturesList .tWoodFeaturesListText {
    font-size: 1.4rem;
    text-align: justify;
  }
}



#tWood .tWoodWorksContents {
  width: 100%;
  text-align: center;
}
#tWood .tWoodWorksContents .wrapper {
  width: 120rem;
  margin: 0 auto;
}
#tWood .tWoodWorksContents .tWoodWorksText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#tWood .tWoodWorksContents .tWoodWorksTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWorksContents {
    width: 100%;
    margin: 0 auto;
  }
  #tWood .tWoodWorksContents .wrapper {
    width: calc(100% - 7rem);
  }
  #tWood .tWoodWorksContents .tWoodWorksText {
    font-size: 2rem;
  }
  #tWood .tWoodWorksContents .tWoodWorksTitle {
    margin: 3.5rem 0 0;
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodWorksContents {
    width: 100%;
  }
  #tWood .tWoodWorksContents .tWoodWorksText {
    font-size: 1.3rem;
  }
  #tWood .tWoodWorksContents .tWoodWorksTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}
#tWood .tWoodWorksContents .tWoodWorksSlider {
  position: relative;
  width: 100%;
  margin: 8rem 0 0;
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWorksContents .tWoodWorksSlider {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  
}
#tWood .tWoodWorksContents .tWoodWorksSlider li {
  position: relative;
  width: 41rem;
  height: 45rem;
  margin: 0 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
#tWood .tWoodWorksContents .tWoodWorksSlider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tWood .tWoodWorksContents .tWoodWorksSlider li {
    height: 60rem;
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  #tWood .tWoodWorksContents .tWoodWorksSlider li {
    height: 42rem;
  }
}

/* ----- ドット ----- */

.tWoodWorksSliderDots {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  .tWoodWorksSliderDots {
    padding: 2rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .tWoodWorksSliderDots {
    padding: 1.5rem 0 0;
  }
}
.tWoodWorksSliderDots li {
  width: 1rem!important;
  height: 1rem!important;
  margin: 0 0.5rem;
  background: #C3C3C3;
  border-radius: 50%;
  cursor: pointer;
}
.tWoodWorksSliderDots li:hover,
.tWoodWorksSliderDots li.slick-active {
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
}
.tWoodWorksSliderDots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* ----- アロー ----- */

#tWood .tWoodWorksContents .prev-arrow {
  position: absolute;
  top: -8rem;
  left: calc(50% - 60rem)!important;
  z-index: 1;
  width: 4rem;
  height: 4rem;
}
#tWood .tWoodWorksContents .next-arrow{
  position: absolute;
  top: -8rem;
  right: calc(50% - 60rem)!important;
  z-index: 1;
  width: 4rem;
  height: 4rem;
}



/* ---------------------
  トップ_海外事業
--------------------- */

#tOversea {
  position: relative;
  margin: 18rem 0;
}
#tOversea .wrapper {
  width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #tOversea {
    width: 100%;
    margin: 12rem 0;
  }
  #tOversea .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea {
    width: 100%;
    margin: 8rem auto 0;
  }
  #tOversea .wrapper {
    width: 100%;
  }
}
#tOversea .tOverseaTitleText {
  padding: .5rem;
  font-size: 2.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  color: #FFF;
  display: inline-block;
}
#tOversea .tOverseaTitleCatch {
  margin: 2rem 0 0;
  font-size: 3.4rem;
  line-height: 1.5;
  color: #4C4948;
}
#tOversea .tOverseaTitle {
  position: relative;
  z-index: 1;
  margin: 2rem 0 0;
  font-size: 8rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaTitleText {
    padding: .5rem;
    font-size: 2.2rem;
    line-height: 1em;
  }
  #tOversea .tOverseaTitleCatch {
    margin: 3.4rem 0 0;
    font-size: 3rem;
  }
  #tOversea .tOverseaTitle {
    margin: 3rem 0 0;
    font-size: 7.6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaTitleText {
    margin-left: 3rem;
    padding: .5rem;
    font-size: 1.4rem;
  }
  #tOversea .tOverseaTitleCatch {
    margin: 1.5rem 0 0 3rem;
    font-size: 1.8rem;
  }
  #tOversea .tOverseaTitle {
    margin: 2rem 0 0;
    margin-left: 3rem;
    font-size: 4.6rem;
  }
}
#tOversea .tOverseaFlowLetter {
  position: absolute;
  top: 23rem;
  left: 0;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  display: flex;
}
#tOversea .tOverseaFlowLetter img {
  padding: 0 10rem 0 0;
}
#tOversea .tOverseaFlowLetter img:first-child {
  animation: loop 50s -25s linear infinite;
}
#tOversea .tOverseaFlowLetter img:last-child {
  animation: loop2 50s linear infinite;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaFlowLetter {
    top: 24rem;
    height: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaFlowLetter {
    top: 15rem;
    height: 6.5rem;
  }
}
#tOversea .tOverseaMV {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80rem;
  margin: 10rem 0;
  overflow: hidden;
}
#tOversea .tOverseaMV img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaMV {
    height: 35rem;
    margin: 8rem 0 6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaMV {
    height: 37rem;
    margin: 4rem 0 6rem;
  }
}
#tOversea .tOverseaContents .wrapper {
  width: 132rem!important;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaContents .wrapper {
    width: calc(100% - 7rem)!important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaContents .wrapper {
    width: 100%!important;
  }
}
#tOversea .tOverseaSlider {
  position:relative;
  width: 100%;
}
#tOversea .tOverseaSlider .tOverseaSlider01,
#tOversea .tOverseaSlider .tOverseaSlider02,
#tOversea .tOverseaSlider .tOverseaSlider03,
#tOversea .tOverseaSlider .tOverseaSlider04 {
  padding: 0 6rem;
}
#tOversea .tOverseaSlider .tOverseaSliderWrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderLeft,
#tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight {
  width: calc((100% - 6rem) /  2);
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaSlider .tOverseaSlider01,
  #tOversea .tOverseaSlider .tOverseaSlider02,
  #tOversea .tOverseaSlider .tOverseaSlider03,
  #tOversea .tOverseaSlider .tOverseaSlider04 {
    margin: 0 0.75rem;
    padding: 0;
  }
  #tOversea .tOverseaSlider .tOverseaSliderWrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaSlider .tOverseaSliderWrapper {
    width: 100%;
    flex-direction: column-reverse;
  }
  #tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderLeft,
  #tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight {
    width: 100%;
    text-align: center;
  }
}
#tOversea .tOverseaSlider .tOverseaContentsNumber {
  height: 4.5rem;
  padding: 0 3rem;
  font-size: 2.2rem;
  line-height: 4.5rem;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tOversea .tOverseaSlider .tOverseaContentsTitle {
  margin: 4rem 0 0;
  font-size: 5rem;
  line-height: 1em;
  color: #4C4948;
}
#tOversea .tOverseaSlider .tOverseaContentsCatch {
  margin: 4rem 0 0;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #4C4948;
}
#tOversea .tOverseaSlider .tOverseaContentsList {
  margin: 6rem 0 0;
  border-bottom: solid 1px #4C4948;
}
#tOversea .tOverseaSlider .tOverseaContentsList li {
  padding: 3rem 0;
  padding-left: 1em;
  font-size: 2rem;
  line-height: 1.5;
  text-indent: -1em;
  border-top: solid 1px #4C4948;
  color: #4C4948;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaSlider .tOverseaContentsNumber {
    font-size: 2.6rem;
  }
  #tOversea .tOverseaSlider .tOverseaContentsTitle {
    margin: 1.5rem 0 0;
    font-size: 3.4rem;
    letter-spacing: -.3rem;
  }
  #tOversea .tOverseaSlider .tOverseaContentsCatch {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }
  #tOversea .tOverseaSlider .tOverseaContentsList {
    margin: 4rem 0 0;
  }
  #tOversea .tOverseaSlider .tOverseaContentsList li {
    padding: 1rem 0;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaSlider .tOverseaContentsNumber {
    height: 3rem;
    margin: 2rem 0 0;
    padding: 0 2rem;
    font-size: 1.9rem;
    line-height: 3rem;
  }
  #tOversea .tOverseaSlider .tOverseaContentsTitle {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  #tOversea .tOverseaSlider .tOverseaContentsCatch {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }
  #tOversea .tOverseaSlider .tOverseaContentsList {
    width: calc(100% - 4rem);
    margin: 1.5rem auto 0;
  }
  #tOversea .tOverseaSlider .tOverseaContentsList li {
    padding: 1rem 0;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
  }
}
#tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight .tOverseaSliderRightWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight .tOverseaSliderRightWrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight .tOverseaSliderRightWrapper {
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaSlider .tOverseaSliderWrapper .tOverseaSliderRight .tOverseaSliderRightWrapper {
    height: 23rem;
  }
}

/* ----- ドット ----- */

.tOverseaSliderDots {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  .tOverseaSliderDots {
    padding: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 600px) {
}
.tOverseaSliderDots li {
  width: 1rem!important;
  height: 1rem!important;
  margin: 0 0.5rem;
  background: #C3C3C3;
  border-radius: 50%;
  cursor: pointer;
}
.tOverseaSliderDots li:hover,
.tOverseaSliderDots li.slick-active {
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
}
.tOverseaSliderDots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* ----- アロー ----- */

#tOversea .tOverseaContents .prev-arrow {
  position: absolute;
  bottom: 0;
  left: 6rem!important;
  width: 4rem;
  height: 4rem;
}
#tOversea .tOverseaContents .next-arrow {
  position: absolute;
  bottom: 0;
  right: 6rem!important;
  width: 4rem;
  height: 4rem;
}
#tOversea .tOverseaButton {
  position: relative;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tOversea .tOverseaButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tOversea .tOverseaButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaButton {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tOversea .tOverseaButton {
    width: calc(100% - 4.6rem);
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tOversea .tOverseaButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
#tOversea .tOverseaInfSlider {
  width: 100%;
  margin: 8rem 0 0;
}
#tOversea .tOverseaInfSlider img {
  width: 45rem;
  height: 30rem;
}
@media only screen and (max-width: 1080px) {
  #tOversea .tOverseaInfSlider {
    margin: 6rem 0 0;
  }
  #tOversea .tOverseaInfSlider img {
    width: auto;
    height: 20rem;
  }
}
@media only screen and (max-width: 600px) {
}



/* ---------------------
  トップ_お問い合わせ
--------------------- */

#tContact {
  width: 120rem;
  margin: 18rem auto 8rem;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#tContact .wrapper {
  width: 120rem;
  margin: 0 auto;
  padding: 6rem;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #tContact {
    width: calc(100% - 7rem);
    margin: 6rem auto;
  }
  #tContact .wrapper {
    width: 100%;
    padding: 8rem 6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #tContact {
    width: 100%;
    margin: 6rem auto;
    background: #009944;
    border-radius: 0;
    box-shadow: none;
  }
  #tContact .wrapper {
    width: calc(100% - 7rem);
    margin: 0 auto;
    padding: 6rem 0;
  }
}
#tContact .tContactTitle {
  font-size: 5rem;
  line-height: 1em;
  color: #FFF;
}
#tContact .tContactText {
  margin: 4rem 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
}
#tContact .tContactInner {
  margin: 4rem 0 2.5rem;
  border: solid 1px rgba(255,255,255,.4);
  border-radius: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  #tContact .tContactTitle {
    font-size: 5.4rem;
  }
  #tContact .tContactText {
    margin: 6rem 0 0;
    font-size: 2rem;
  }
  #tContact .tContactInner {
    margin: 5rem 0 4rem;
  }
}
@media only screen and (max-width: 600px) {
  #tContact .tContactTitle {
    font-size: 3.2rem;
  }
  #tContact .tContactText {
    margin: 4rem 0 0;
    font-size: 1.4rem;
  }
  #tContact .tContactInner {
    margin: 3rem 0 0rem;
    border-radius: 3rem;
  }
}
#tContact .TContactInnerWrapper {
  padding: 3rem;
  text-align: center;
  color: #FFF;
}
#tContact .tContactInnerTitle {
  padding: 0 0 2rem;
  font-size: 2.6rem;
  text-align: left;
  line-height: 7.5rem;
  border-bottom: solid 1px rgba(255,255,255,.4);
}
#tContact .tContactInnerText {
  margin: 1.5rem 0;
  font-size: 1.8rem;
  text-align: left;
  line-height: 4rem;
}
#tContact .tContactInnerRequired {
  width: 100%;
  height: 5rem;
  text-align: left;
  line-height: 5rem;
  background-color: rgba(255,255,255,.4);
}
#tContact .tContactInnerRequired span {
  margin: 0 2rem;
}
#tContact .tContactButton {
  position: relative;
  margin: 2.5rem 0 0;
  padding: 0 8rem 0 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
  display: inline-block;
}
#tContact .tContactButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tContact .tContactButton a {
  padding: 2rem;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tContact .tContactInnerTitle {
    padding: 0 0 3rem;
    font-size: 2.8rem;
    line-height: 1em;
  }
  #tContact .tContactInnerText {
    margin: 2rem 0;
    font-size: 2rem;
    line-height: 1em;
  }
  #tContact .tContactInnerRequired span {
    margin: 0 1.5rem;
  }
  #tContact .tContactButton {
    position: relative;
    width: 100%;
    margin: 4rem 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tContact .tContactInnerTitle {
    padding: 0 0 1.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #tContact .tContactInnerText {
    margin: 1.5rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #tContact .tContactInnerRequired {
    width: 100%;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
  }
  #tContact .tContactInnerRequired span {
    margin: 0;
    margin-bottom: 2rem;
    display: block;
  }
  #tContact .tContactInnerRequired span:nth-child(2) {
    margin-bottom: 0;
  }
  #tContact .tContactButton {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tContact .tContactButton svg {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}

/* ---------------------
  トップ_会社概要
--------------------- */

#tCompany {
  width: 120rem;
  margin: 0 auto 11rem;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media only screen and (max-width: 1080px) {
  #tCompany {
    width: calc(100% - 7rem);
    margin: 0 auto 12rem;
  }
}
@media only screen and (max-width: 600px) {
  #tCompany {
    width: calc(100% - 7rem);
    margin: 0 auto 12rem;
  }
}
#tCompany .wrapper {
  padding: 6.5rem 6rem 9rem;
  text-align: center;
}
#tCompany .tCompanyTitle {
  font-size: 5rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 1080px) {
  #tCompany .wrapper {
    padding: 8rem 4rem;
  }
  #tCompany .tCompanyTitle {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #tCompany .wrapper {
    padding: 3rem;
  }
  #tCompany .tCompanyTitle {
    font-size: 3.2rem;
  }
}
#tCompany .tCompanyContent {
  width: 100%;
  margin: 6rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#tCompany .tCompanyLeft,
#tCompany .tCompanyRight {
  width: calc((100% - 6rem) / 2);
}
#tCompany .tCompanyLogo {
  width: 22rem;
  height: auto;
  margin: 0 0 3rem;
}
#tCompany .tCompanyLogo svg {
  width: 22rem;
  height: auto;
}
#tCompany .tCompanyTBLogo {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #tCompany .tCompanyContent {
    width: 100%;
    margin: 6rem 0 0;
    flex-wrap: wrap;
  }
  #tCompany .tCompanyTBLogo {
    width: auto;
    height: 9rem;
    margin: 0 auto;
    display: block;
  }
  #tCompany .tCompanyTBLogo svg {
    width: auto;
    height: 9rem;
  }
  #tCompany .tCompanyLeft,
  #tCompany .tCompanyRight {
    width: 100%;
  }
  #tCompany .tCompanyLeft {
    margin: 8rem 0 0;
  }
  #tCompany .tCompanyRight {
    margin: 3rem 0 0;
  }
  #tCompany .tCompanyLogo {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #tCompany .tCompanyContent {
    width: 100%;
    margin: 3rem 0 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #tCompany .tCompanyLogo {
    width: auto;
    height: 6rem;
  }
  #tCompany .tCompanyLogo svg {
    width: auto;
    height: 6rem;
  }
  #tCompany .tCompanyTBLogo {
    display: none;
  }
  #tCompany .tCompanyLeft,
  #tCompany .tCompanyRight {
    margin: 0;
  }
}
#tCompany .tCompanyTable {
  width: 100%;
}
#tCompany .tCompanyTable tr {
  padding: 3rem 0;
  border-bottom: solid 1px #C3C3C3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#tCompany .tCompanyTable tr:nth-child(1) {
  padding-top: 0;
}
#tCompany .tCompanyTable tr:nth-child(2),
#tCompany .tCompanyTable tr:nth-child(3) {
  width: calc((100% - 6rem) / 2);
  display: inline-flex;
}
#tCompany .tCompanyTable tr:nth-child(2){
  margin-right: 6rem;
}
#tCompany .tCompanyTable th {
  font-size: 1.6rem;
  line-height: 1em;
  color: #4C4948;
}
#tCompany .tCompanyTable td {
  margin: 1rem 0 0;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  color: #4C4948;
}
@media only screen and (max-width: 1080px) {
  #tCompany .tCompanyTable tr {
    padding: 1rem 0;
  }
  #tCompany .tCompanyTable tr:nth-child(2),
  #tCompany .tCompanyTable tr:nth-child(3) {
    width: 100%;;
    display: inline-flex;
  }
  #tCompany .tCompanyTable tr:nth-child(2){
    margin-right: 0;
  }
  #tCompany .tCompanyTable th {
    font-size: 1.0rem;
  }
  #tCompany .tCompanyTable td {
    margin: 1rem 0 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  #tCompany .tCompanyTable th {
    font-size: 1.2rem;
  }
}
#tCompany .tCompanyMap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#tCompany .tCompanyMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tCompany .tCompanyMapButton {
  position: relative;
  margin: 3rem 0 0;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
}
#tCompany .tCompanyMapButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#tCompany .tCompanyMapButton a {
  padding: 2rem 0;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #tCompany .tCompanyMapButton {
    margin: 4rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #tCompany .tCompanyMap {
    width: 100%;
    height: 20rem;
    margin-top: 3rem;
    padding-top: 0;
  }
  #tCompany .tCompanyMapButton {
    position: relative;
    margin: 4rem 0 0;
    font-size: 1.6rem;
    line-height: 1em;
  }
  #tCompany .tCompanyMapButton svg {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform:translateY(-50%);
  }
  #tCompany .tCompanyMapButton a {
    padding: 2rem 0;
    border-radius: 5rem;
    display: block;
  }
}

/* ---------------------
  フッター
--------------------- */

#footer {
  width: 100%;
  padding: 13rem 0 8rem;
  text-align: center;
  background: rgb(68,179,98);
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
}
#footer .wrapper {
  width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #footer {
    padding: 12rem 0;
  }
  #footer .wrapper {
    width: calc(100% - 7rem);
  }
}
@media only screen and (max-width: 600px) {
  #footer {
    padding: 5rem 0;
  }
}
#footer .fLogo {
  width: auto;
  height: 8rem;
}
#footer .fLogo svg {
  width: auto;
  height: 8rem;
}
@media only screen and (max-width: 1080px) {
  #footer .fLogo {
    height: 12rem;
  }
  #footer .fLogo svg {
    height: 12rem;
  }
}
@media only screen and (max-width: 600px) {
  #footer .fLogo {
    height: 7.5rem;
  }
  #footer .fLogo svg {
    height: 7.5rem;
  }
}
#footer .fListUpper {
  margin: 6rem 0 10rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#footer .fListUpper li {
  margin: 0 1.5rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #FFF;
}
#footer .fListUpper li:nth-child(1){
  margin-left: 0;
}
#footer .fListUpper li:nth-child(5){
  margin-right: 0;
}
@media only screen and (max-width: 1080px) {
  #footer .fListUpper {
    margin: 8rem 0 12rem;
  }
  #footer .fListUpper li {
    margin: 0 1.75rem;
    font-size: 2rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #footer .fListUpper {
    margin: 5rem 0 7.5rem;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #footer .fListUpper li {
    margin: 0;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1em;
  }
  #footer .fListUpper li:nth-child(5){
    margin-bottom: 0;
  }
}
#footer .fListLower {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#footer .fListLower li {
  margin: 0 0.7rem;
  font-size: 1.3rem;
  line-height: 2.6rem;
  color: #FFF;
}
#footer .fListLower li:nth-child(1){
  margin-left: 0;
}
#footer .fListLower li:nth-child(2){
  margin-right: 0;
}
#footer .fCopyRight {
  margin:1rem 0 0;
  font-size: 1.2rem;
  line-height: 1em;
  color: #FFF;
}
@media only screen and (max-width: 1080px) {
  #footer .fListLower li {
    margin: 0 0.75rem;
    font-size: 1.8rem;
    line-height: 1em;
  }
  #footer .fCopyRight {
    margin: 1.5rem 0 0;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  #footer .fListLower li {
    margin: 0;
    margin-right: 2rem;
    font-size: 1.6rem;
    line-height: 1rem;
  }
  #footer .fCopyRight {
    margin:2.5rem 0 0;
  }
}



/* ---------------------
  アーカイブ
--------------------- */

#archive {
  width: 100%;
}
#archive .wrapper {
  width: 120rem;
  margin: 0 auto;
  padding: 30rem 0 25rem;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #archive .wrapper {
    width: calc(100% - 7rem);
    padding: 20rem 0 15rem;
  }
}
@media only screen and (max-width: 600px) {
  #archive .wrapper {
    width: calc(100% - 7rem);
  }
}
#archive .archiveText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#archive  .archiveTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#archive .archiveCount {
  margin: 3rem 0 0;
  font-size: 2.2rem;
  line-height: 1em;
}
#archive .archiveContent {
  width: 100%;
  margin: 3rem 0  0;
  display: flex;
  flex-wrap: wrap;
}
#archive .archiveContent .archivePost {
  width: calc((100% - 6rem) / 3);
  margin: 0 3rem 5rem 0;
}
#archive .archiveContent .archivePost:nth-child(3n) {
 margin: 0 0 5rem 0;
}
@media only screen and (max-width: 1080px) {
  #archive .archiveContent .archivePost {
    width: calc((100% - 3rem) / 2);
    margin: 0 2rem 5rem 0;
  }
  #archive .archiveContent .archivePost:nth-child(3n) {
   margin: 0 2rem 5rem 0;
  }
  #archive .archiveContent .archivePost:nth-child(2n) {
    margin: 0 0 5rem 0;
   }
}
@media only screen and (max-width: 600px) {
  #archive .wrapper {
    width: calc(100% - 7rem);
  }
  #archive .archiveContent .archivePost {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  #archive .archiveContent .archivePost:nth-child(3n) {
   margin: 0 0 5rem 0;
  }
  #archive .archiveContent .archivePost:nth-child(2n) {
    margin: 0 0 5rem 0;
  }
}
#archive .archiveContent .archivePost .archivePostImage {
  width: 100%;
  border: solid 1px #4C4948;
}
#archive .archiveContent .archivePost .archivePostImage img {
  width: 100%;
  height: auto;
}
#archive .archiveContent .archivePost .archivePostTitle {
  min-height: 5.2rem;
  margin: 2rem 0 0;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  #archive .archiveContent .archivePost .archivePostTitle {
    min-height: auto;
  }
}
#archive .archiveContent .archivePost .archivePostButton {
  position: relative;
  margin: 3rem 0 0;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
}
#archive .archiveContent .archivePost .archivePostButton svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#archive .archiveContent .archivePost .archivePostButton a {
  padding: 2rem 0;
  border-radius: 5rem;
  display: block;
}
@media only screen and (max-width: 1080px) {
  #archive .archiveContent .archivePost .archivePostButton {
    margin: 4rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #archive .archiveContent .archivePost .archivePostButton {
    position: relative;
    margin: 4rem 0 0;
    font-size: 1.6rem;
    line-height: 1em;
  }
  #archive .archiveContent .archivePost .archivePostButton svg {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform:translateY(-50%);
  }
  #archive .archiveContent .archivePost .archivePostButton a {
    padding: 2rem 0;
    border-radius: 5rem;
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  #archive .archiveText {
    font-size: 2rem;
  }
  #archive  .archiveTitle {
    margin: 3.5rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #archive .archiveText {
    font-size: 1.3rem;
  }
  #archive  .archiveTitle {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}



/* ---------------------
  アーカイブ
--------------------- */

#page {
  width: 100%;
}
#page .wrapper {
  width: 120rem;
  margin: 0 auto;
  padding: 30rem 0 25rem;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #page .wrapper {
    width: calc(100% - 7rem);
    padding: 20rem 0 15rem;
  }
}
@media only screen and (max-width: 600px) {
  #page .wrapper {
    width: calc(100% - 7rem);
  }
}
#page .pageText {
  font-size: 2.2rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#page .pageTitle {
  margin: 2rem 0 0;
  font-size: 4.4rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#page .pageContent {
  width: 100%;
  margin: 5rem 0 0;
}
#page .pageContent .completeTitle {
  font-size: 2.4rem;
  line-height: 1em;
}
#page .pageContent .completeText {
  margin: 2rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
#page .completeTop {
  margin: 3rem 0 0;
  padding: 0 0 0.5rem;
  font-size: 1.8rem;
  line-height: 1em;
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  border-bottom: solid 1px transparent; /* ボーダーを透明に設定 */
  border-image: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%); /* ボーダーにグラデーションを適用 */
  border-image-slice: 1; /* グラデーションがボーダー全体に適用されるように設定 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


#page .pageContent table.CF7_table,
#page .pageContent table.CF7_tableConfirm {
	width: 100%;
	margin: 0 auto;
}
#page .pageContent table.CF7_table tr,
#page .pageContent table.CF7_tableConfirm tr {
  border-top: solid 1px #4C4948;
}
#page .pageContent table.CF7_tableConfirm tr:last-child {
  border-bottom: solid 1px #4C4948;
}
#page .pageContent table.CF7_table tr th,
#page .pageContent table.CF7_table tr td {
  padding: 2rem 0;
}
#page .pageContent table.CF7_tableConfirm tr th,
#page .pageContent table.CF7_tableConfirm tr td {
  padding: 2rem 0;
  text-align: left;
}

#page .pageContent table.CF7_table tr td.flex {
  display:flex;
  flex-wrap:nowrap;
  align-items: flex-start;
}
#page .pageContent table.CF7_table tr th {
  padding-left: 2rem;
}
#page .pageContent table.CF7_table .wpcf7-not-valid-tip {
  margin: 1rem 0 0 2rem;
  font-size: 1.2rem;
  text-align: left;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
#page .pageContent table.CF7_table input {
  width: calc(100% - 2rem);
  margin-left: 2rem;
  padding: 1rem;
	border: 1px solid #4C4948;
}
#page .pageContent table.CF7_table textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
  padding: 1rem;
	border: 1px solid #4C4948;
}
#page .pageContent table.CF7_table::placeholder {
	color:#797979;
}
#page .pageContent .CF7_req {
  margin-right: 1rem;
  padding: 0.5rem;
	font-size: 1.2rem;
	background-color: #E80141;
	color: #FFF;	
}
#page .pageContent .CF7_unreq {
  margin-right: 1rem;
  padding: 0.5rem;
	font-size: 1.2rem;
	background-color: #BDBDBD;
	color: #FFF;
}
#page .pageContent .custom-checkbox input[type="checkbox"] {
  display: none;
}
#page .pageContent .custom-checkbox {
  font-size: 1.6rem;
  text-align: left;
  color: #4C4948;
  cursor: pointer;
}
#page .pageContent .custom-checkbox span {
  margin-left: 2rem;
}
#page .pageContent .custom-checkbox input[type="checkbox"] + span::before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1rem 0 0;
  border: 1px solid #4C4948;
  background-color: #FFF;
  transition: all 0.3s;
  display: inline-flex;
  content: '';
}
#page .pageContent .custom-checkbox input[type="checkbox"]:checked + span::before {
  background-color: #007BFF;
  border-color: #007BFF;
  content: '✔';
  color: #FFF;
  font-size: 1.6rem;
}

#page .pageContent input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 50rem;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 2.4rem;
  line-height: 1em;
  background-color: #E80141;
  border-radius: 5rem;
  color: #FFF;
}

#page .pageContent input[type="button"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 50rem;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 2.4rem;
  line-height: 1em;
  background-color: #4C4948;
  border-radius: 5rem;
  color: #FFF;
}

#page .pageContent span.wpcf7-spinner {
  display: none;
}
#page .pageContent .CF7_btn {
  position: relative;
  width: 50rem;
  margin: 2rem auto 0;
}
#page .pageContent .CF7_btn svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#page .pageContent .CF7_btnBack {
  position: relative;
  width: 50rem;
  margin: 4rem auto 0;
}
#page .pageContent .CF7_btnBack svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#page .pageFormAttention {
  margin: 3rem 0 0;
  font-size: 1.6rem;
  line-height: 1em;
}
#page .pageFormAttention a {
  background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
  border-bottom: solid 1px transparent; /* ボーダーを透明に設定 */
  border-image: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%); /* ボーダーにグラデーションを適用 */
  border-image-slice: 1; /* グラデーションがボーダー全体に適用されるように設定 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media only screen and (max-width: 1080px) {
  #page .pageFormAttention {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 600px) {
  #page .pageContent table.CF7_table {
    width: 100%;
  }
  #page .pageContent table.CF7_table tbody {
    width: 100%;
  }
  #page .pageContent table.CF7_table tr {
    width: 100%;
  }
  #page .pageContent table.CF7_table tr th,
  #page .pageContent table.CF7_table tr td {
    width: 100%;
    padding: 0;
    display: block;
  }
  #page .pageContent table.CF7_table tr th {
    padding: 2rem 0;
  }
  #page .pageContent table.CF7_table tr td {
    padding: 0 0 2rem;
  }
  #page .pageContent table.CF7_table tr th {
    padding-left: 0;
  }
  #page .pageContent .CF7_req {
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: 1em;
  }
  #page .pageContent .CF7_unreq {
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: 1em;
  }
  #page .pageContent table.CF7_table input {
    width: 100%;
    margin-left: 0;
  }
  #page .pageContent table.CF7_table textarea {
    width: auto!important;
    max-width: 100%;
    min-width: 100%;
    min-height: 20rem;
    margin-left: 0;
  }
  #page .pageContent input[type="submit"] {
    width: 100%;
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 1em;
    background-color: #E80141;
    border-radius: 5rem;
    color: #FFF;
  }
  #page .pageContent .CF7_btn {
    width: 100%;
  }
  #page .pageContent .CF7_btn svg {
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
  #page .pageContent input[type="button"] {
    width: 100%;
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 1em;
    background-color: #4C4948;
    border-radius: 5rem;
    color: #FFF;
  }
  #page .pageContent .CF7_btnBack {
    width: 100%;
  }
  #page .pageContent .CF7_btnBack svg {
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
  #page .pageFormAttention {
    margin: 3rem 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #page .pageContent table.CF7_table tr td.flex {
    flex-wrap:wrap;
  }
  #page .pageContent .custom-checkbox {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  #page .pageContent .custom-checkbox:last-child {
    margin: 0;
  }
  #page .pageContent .custom-checkbox span {
    margin-left: 0;
  }
  #page .pageContent .custom-checkbox input[type="checkbox"] + span::before {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem 0 0;
  }
  #page .pageContent .custom-checkbox input[type="checkbox"]:checked + span::before {
    background-color: #007BFF;
    border-color: #007BFF;
    content: '✔';
    color: #FFF;
    font-size: 1.6rem;
  }
  #page .pageContent .completeTitle {
    font-size: 2rem;
    line-height: 1.5;
  }
  #page .pageContent .completeText {
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page .completeTop {
    margin: 3rem 0 0;
    padding: 0 0 0.5rem;
    font-size: 1.8rem;
    line-height: 1em;
    background: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%);
    border-bottom: solid 1px transparent; /* ボーダーを透明に設定 */
    border-image: linear-gradient(90deg, rgba(68,179,98,1) 0%, rgba(41,181,220,1) 100%); /* ボーダーにグラデーションを適用 */
    border-image-slice: 1; /* グラデーションがボーダー全体に適用されるように設定 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }

}

