@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap');




img{
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}



body,
html {
  height: 100%;
  width: 100%;
  color: #2a2a2a;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

body {
  letter-spacing: 0.1rem;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: #249EC9;
  text-decoration: none;
}

a:hover,
input[type="file"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

ul li {
  font-size: 1.6rem;
  list-style-type: none;
}

[data-aos=fade-up] {
  transform: translate3d(0,50px,0);
}

[data-aos=fade-left] {
  transform: translate3d(50px,0,0);
}

[data-aos=fade-right] {
  transform: translate3d(-50px,0,0);
}

.main {
  overflow-x: hidden;
}

.header {
  margin: 70px 70px 60px;
}

.header a {
  color: #2a2a2a;
}

.header .l-header {
  width: 55%;
  padding-right: 10px;
}

.site-name img {
  width: 460px;
}

.site-name .text-wrap {
  margin: 1vh 0 0 16px;
}

.site-name .text-wrap .text {
  font-size: 3rem;
  display: block;
}


.header .nav {
  margin: 0px 0 20px 0;
}

.gecko .nav ul li {
  margin: 0 0px 0 6%;
  position: relative;
  clear: left;
  display: grid;
}

.nav ul li {
  margin: 0 0px 0 7%;
  position: relative;
  clear: left;
}

.nav ul li.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 400px;
  border-left: 1px solid #249EC9;
}

/* .header .nav ul li:nth-child(5) {
  margin: 0 20px 0 20px;
} */

.nav ul li a {
  font-size: 1.5rem;
  /* margin: 0 0 0 40px; */
  /* padding: 0 0 0 1px; */
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 1px solid transparent;
}

.nav ul li a:hover {
  border-left: 1px solid #249EC9;
  padding: 0 0 0 0px;
  opacity: 1;
}

.header .r-header {
  width: 45%;
}

.header .r-header .nav ul .bt-contact {
  color: #fff;
  margin: 0;
  position: fixed;
  top: 290px;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}

.header .r-header .nav ul .bt-contact a {
  color: #fff;
  padding: 28px 12px;
  margin: 0 0px;
  border-radius: 6px 0 0 6px;
  background: #249EC9;
  display: block;
}

.header .r-header .nav ul .bt-contact a:hover {
  border-bottom: 0;
}


.g-header {
  margin: 0px;
}

.g-header .l-header {
  padding: 40px 0 0 30px;
}

.h-cta {
  padding: 20px 20px 0 0;
}

.h-cta .tel {
  font-size: 3rem;
}

.h-cta .tel .icon-tel {
  height: 30px;
}

.h-cta .time {
  padding-left: 47px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.h-cta .time a {
  color: #249EC9;
}

.header .g-navi {
  width: 100%;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 30px 0 0px;
  background: #2D3357;
  z-index: 3;
}

.header .g-navi .nav {
  margin: 0;
  width: 100%;
}

.header .g-navi .nav ul li {
  margin: 0;
  position: initial;
}

.header .g-navi .nav ul li a {
  color: #ddd;
  writing-mode: unset;
  padding: 12px 20px;
  display: block;
}

.header .g-navi .nav ul li a:hover {
  color: #fff;
  border-left: 1px solid transparent;
}

.header .g-navi .nav ul li.current::before {
  display: none;
}

.header .g-navi .nav > ul > li > a:hover,
.header .g-navi .nav > ul > li.current > a {
  padding: 12px 20px 8px;
  border-left: 1px solid transparent;
  border-bottom: 4px solid #249EC9;
}

.header .g-navi .nav > ul > li > ul > li.current dt {
  border: 3px solid #249EC9;
}

.header .g-navi .nav ul li.has-child ul {
  position: absolute;
  left: 5%;
  top: 48px;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.header .g-navi .nav ul li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.header .g-navi .nav ul li.has-child ul li {
  width: 200px;
  background: #2D3357;
}

.header .g-navi .nav > ul > li:last-child a {
  width: 50px;
  height: 156px;
  writing-mode: vertical-lr;
}

.header .g-navi .nav > ul > li:last-child a:hover {
  padding: 28px 12px;
}

.header .g-navi .nav ul li ul li a {
  /* padding: 0px !important; */
  padding: 20px;
  display: block;
}

.header .g-navi .nav ul li ul li:first-child a {
  padding: 20px 5px 20px 20px;
}

.header .g-navi .nav ul li ul li:last-child a {
  padding: 20px 20px 20px 5px;
}


.header .g-navi .nav ul li ul li dt {
  height: 106px;
  overflow: hidden;
}

.header .g-navi .nav ul li ul li dt img {
  transition: all .5s;
}

.header .g-navi .nav ul li ul li:hover dt img {
  transform: scale(1.2);
}


.header .g-navi .nav ul li ul li dd {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0;
}

.header .g-navi .nav ul li ul li:last-child dd {
  padding: 15px 0;
}


.swiper-container {
  margin: 0px 0 0;
  position: relative;
}

.swiper-container-2 {
  margin: 0px 0 0;
  position: relative;
}

.section-kv {
  position: relative;
}

.section-kv .swiper-slide {
  height: 540px;
}

.section-kv .slide-1 {
  background: url("images/slide-01.jpg") no-repeat top 50% left 82%;
  background-size: 140%;
}

.section-kv .slide-15 {
  background: url("images/kv.jpg") no-repeat top 50% left 82%;
  background-size: 140%;
}

.section-kv .slide-2 {
  background: url("images/slide-03.jpg") no-repeat center;
  background-size: cover;
}

.section-kv .slide-3 {
  background: url("images/slide-04.jpg") no-repeat center;
  background-size: 120%;
}

.section-kv .slide-4 {
  background: url("images/slide-05.jpg") no-repeat top 70% center;
  background-size: 140%;
}

.section-kv .slide-4-2 {
  background: url("images/slide-04-2.jpg") no-repeat bottom center;
  background-size: 140%;
}

.section-kv .slide-5 {
  background: url("images/slide-02.jpg") no-repeat center;
  background-size: cover;
}

.section-kv .slide-5-2 {
  background: url("images/slide-05-2.jpg") no-repeat top 70% center;
  background-size: 140%;
}


/* .section-kv .slide-5 {
  background: linear-gradient(90deg, rgba(36,158,201,0.6), rgba(0,0,0,0.1) ) ,url("images/slide-05.jpg") no-repeat center;
} */

.section-kv .text {
  font-size: 6.5rem;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  /* text-shadow: rgba(0,0,0,0.07) -20px 20px; */
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -100px;
  left: 170px;
  z-index: 2;
}

.section-kv .text > span,
.section-kv .text-sub > span {
  background: rgba(255,255,255,0.5);
}

.section-kv .text-sub {
  font-size: 1.6rem;
  line-height: 1.8;
  /* font-family: 'Noto Serif JP', serif; */
  /* text-shadow: rgba(0,0,0,0.07) -20px 20px; */
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -98px;
  left: 105px;
  z-index: 2;
}

.kv-comment {
  font-size: 1.4rem;
}

.gecko .section-kv .text {
  line-height: 1.45;
}

.gecko .section-kv .text > span {
  padding: 0 10px;
}

.gecko .section-kv .text-sub {
  line-height: 1.8;
}

.gecko .section-kv .text-sub > span {
  padding: 0 2px;
}

.swiper-pagination-bullet-active {
  background: #249EC9 !important;
}

.section-kv .video-wrap {
  height: 540px;
  position: relative;
  overflow: hidden;
  background: #fff !important;
}

.section-kv .video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  background: #fff !important;
}


.section-navi {
  margin: 150px 0 0;
}

.section-navi a {
  width: 48%;
  position: relative;
}

.section-navi a .inner {
  /* height: 300px; */
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section-navi a img {
  width: 100%;
  transition-duration: 0.3s;
}

.section-navi a:hover {
  opacity: 1;
  cursor: pointer;
}

.section-navi a:hover img {
  width: 110%;
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.section-navi a .text {
  color: #249EC9;
  font-size: 2em;
  padding: 8px 3%;
  display: block;
}

.section-navi a .bt-text {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  padding: 14px 2%;
  height: 52px;
  margin: auto;
  background: #249EC9;
  position: absolute;
  bottom: -24px;
  width: 240px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  /* border-radius: 6px; */
}

.section-navi a:nth-child(2) .bt-text {
  padding: 2px 2%;
}

.section-navi a .caption {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.section-navi a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(36,158,201,0.7);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-navi a:hover .mask {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}


.section-news {
  max-width: 840px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 100px auto 0;
}

.section-news .title {
  font-size: 2rem;
  line-height: 1;
}

.section-news .title a {
  color: #2a2a2a;
  border-bottom: 3px solid #249EC9;
  padding: 0 0 10px;
  display: inline-block;
}

.section-news ul li {
  font-size: 1.4rem;
  padding: 24px 10px;
  border-top: 1px dashed #ccc;
}

.section-news ul li:last-child {
  border-bottom: 1px dashed #ccc;
}

.section-news ul li .l-block {
  width: 180px;
}

.section-news ul li .date {
  /* color: #249EC9; */
  padding: 0 0 0 0;
  display: inline-block;
  width: 80px;
}

.section-news ul li .r-block {
  width: calc(100% - 180px);
}

a.cat-name {
  color: #249EC9 !important;
  font-size: 1.1rem !important;
  line-height: 1;
  text-align: center;
  display: inline-block !important;
  padding: 2px 2px 1px;
  margin: 3px 0 0 0;
  min-width: 72px;
  height: 18px;
  border: 1px solid #249EC9;
}

a.cat-name::first-letter {
  text-transform: capitalize;  /* 先頭文字だけ大文字化 */
}

.single a.cat-name {
  margin: 6px 0 0 20px;
}

.category a.cat-name,
.archive a.cat-name {
  margin: 6px 28px 0 0;
}

.section-news ul li a {
  color: #2a2a2a;
  font-size: 1.4rem;
  display: block;
}

.section-news .bt-news-list {
  margin: 50px 0 0;
}

.section-news .bt-news-list a {
  color: #2a2a2a;
  font-size: 1.2rem;
  position: relative;
}

.section-news .bt-news-list a::before,
.section-news .bt-news-list a::after {
  content: '';
  display: block;
  position: absolute;
  top: 56%;
  right: 0;
  height: 1px;
  background: #249EC9;
}

.section-news .bt-news-list a::before {
  width: 36px;
  transform: translate(-50px, 0px);
}

.section-news .bt-news-list a::after {
  width: 10px;
  transform-origin: right center;
  transform: translate(-50px, 0px) rotate(35deg);
}

.section-cta {
  width: 100%;
  padding: 100px 6%;
  margin: 100px 0 0;
  background: #F7F7F7;
}

.contact .section-cta {
  display: none;
}

.section-cta .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-cta .inner > div {
  padding: 70px 6%;
  border: 1px solid #F7F7F7;
  background: #fff;
}

.section-cta .inner .l-cta .title {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 6px;
}

.section-cta .inner .l-cta .sub {
  font-size: 1.5rem;
  margin: 0 0 30px;
  display: block;
}

.section-cta .inner .l-cta .line {
  border-bottom: 2px solid #249EC9;
  width: 40px;
  margin: auto;
  display: block;
}

.section-cta .inner .l-cta .text {
  font-size: 1.5rem;
  text-align: center;
  margin: 30px 0 0;
}

.section-cta .inner .r-cta {
  padding: 56px 6% 70px;
}

.tel {
  font-size: 5rem;
  font-family: 'Oswald';
}

.tel .icon-tel {
  height: 46px;
  width: 46px;
  display: inline-block;
  /* background: url("images/icon-phone.svg") no-repeat center !important; */
  background-size: cover !important;
  position: relative;
  bottom: -2px;
}

/* .home .tel {
  color: #249EC9;
}

.home .tel .icon-tel {
  background: url("images/icon-phone-blue.svg") no-repeat center !important;
} */

.tel {
  color: #2D3357;
}

.tel .icon-tel {
  background: url("images/icon-phone-navy.svg") no-repeat center !important;
}

*[id*="rmp-menu-"] .tel {
  font-size: 3.2rem;
}

*[id*="rmp-menu-"] .tel .icon-tel {
  height: 32px;
  width: 32px;
  display: inline-block;
  /* background: url("images/icon-phone.svg") no-repeat center !important; */
  background-size: cover !important;
  position: relative;
  bottom: -2px;
}

/* .home *[id*="rmp-menu-"] .tel {
  color: #249EC9;
}

.home *[id*="rmp-menu-"] .tel .icon-tel {
  background: url("images/icon-phone-blue.svg") no-repeat center !important;
} */

*[id*="rmp-menu-"] .tel {
  color: #2D3357;
}

*[id*="rmp-menu-"] .tel .icon-tel {
  background: url("images/icon-phone-navy.svg") no-repeat center !important;
}

*[id*="rmp-menu-"] .tel img {
  width: 30px;
  vertical-align: bottom;
}

*[id*="rmp-menu-"] .time {
  font-size: 1.2rem;
}


.section-cta .inner .r-cta .time {
  text-align: center;
}

.section-cta .inner .r-cta .bt-contact {
  color: #fff;
  font-size: 1.6rem;
  max-width: 360px;
  padding: 30px;
  margin: 18px auto 0;
  background: #249EC9;
  display: block;
  border-radius: 6px;
}

.bt-effect {
  position: relative;
  overflow: hidden;
}

.bt-effect span {
  position: relative;
  z-index: 1;
}

.bt-effect:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #2D3357;
  transition: .2s;
}

.bt-effect:hover {
  color: #fff;
  opacity: 1;
}

.bt-effect:hover:before {
  left: 0;
}

.tel img {
  height: 46px;
  margin: 0 2px 0 0;
  position: relative;
  bottom: -2px;
}

.page-wrap {
  position: relative;
}

.section-page-kv {
  height: 320px;
  width: 100%;
  z-index: -1;
  margin: 40px 0 0;
}

*[class*="about-us"] .section-page-kv {
  background: url("images/about-kv_220201.jpg") no-repeat center;
  background-size: cover;
}

*[class*="about-us"] table.style-1 tr th {
  width: 120px;
}

.page-title {
  font-size: 3.6rem;
  text-align: left;
  font-weight: normal;
  max-width: 36%;
  min-width: 360px;
  padding: 24px 20px 80px 40px;
  border-left: 5px solid #249EC9;
  background: rgba(36, 158, 201, 0.7);
  position: absolute;
  top: -86px;
}

/* .flow .page-title {
  background: rgba(36, 158, 201, 0.7);
}

.faq .page-title {
  background: rgba(36, 158, 201, 0.8);
}

.contact .page-title {
  background: rgba(36, 158, 201, 0.7);
} */

.page-title .inner {
  text-align: left;
  margin: 0 auto 0;
  display: inline-block;
}

.page-title .en {
  /* color: #249EC9; */
  color: #2D3357;
  font-size: 1.5rem;
  text-align: left;
  padding-top: 10px;
  display: block;
}

.page-title ::first-letter {
  text-transform: capitalize;  /* 先頭文字だけ大文字化 */
}

.wrap {
  margin: 30px 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.wrap-middle {
  max-width: 840px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.breadcrumbs {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: right;
}

.breadcrumbs-2 {
  text-align: left;
  margin: 20px 46px 148px;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs .arrow {
  color: #249EC9;
  padding: 0 10px;
  display: inline-block;
}

.breadcrumbs br {
  display: none;
}

.col-title {
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.sub-title .text-s {
  font-size: 60%;
}

.sub-title .en::first-letter {
  text-transform: capitalize;  /* 先頭文字だけ大文字化 */
}

.col-title .en,
.sub-title .en {
  color: #249EC9;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.wrap-middle ul {
  margin: 10px 0 50px;
}

.wrap-middle ul li {
  position: relative;
  line-height: 2;
  padding-left: 20px;
}

.wrap-middle ul li::before {
  content: "・";
  top: 0px;
  left: 4px;
  position: absolute;
}

table {
  font-size: 1.4rem;
  width: 100%;
}

table tr th,
table tr td {
  font-weight: normal;
  padding: 16px 12px;
  border: 1px double #dfdfdf;
  /* border-top: 4px double #dfdfdf; */
  word-wrap: break-word;
  word-break: break-all;
}

table tr th {
  text-align: left;
  vertical-align: top;
  background: #F3F3F3;
}

table.style-1 tr th,
table.style-1 tr td {
  padding: 36px 12px;
  border-top: 3px double #eee;
  background: transparent;
  border-left: none;
  border-right: none;
}

table.style-1 tr:last-child th,
table.style-1 tr:last-child td {
  border-bottom: 3px double #eee;
}

table.style-2 tr th {
  border-bottom: 3px double #ccc;
}

table.style-2 tr:nth-child(odd) td {
  background: #f7f7f7;
}

*[class*="works"] table tr:nth-child(n+2) th,
*[class*="works"] table tr:nth-child(n+2) td {
  padding: 6px 12px;
}

*[class*="works"] table tr td:nth-child(2) {
  width: 240px;
}

iframe.map {
  width: 100%;
  height: 400px;
}

.sub-sub-title {
  text-align: center;
  margin-bottom: 30px;
}

.sub-sub-title span {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding: 0 0 20px;
  display: inline-block;
}

.sub-sub-title span::after {
  position: absolute;
  content: "";
  width: 60%;
  left: 20%;
  bottom: 10px;
  border-bottom: 2px solid #249EC9;
}

*[class*="works"] .section-page-kv {
  background: url("images/works-kv.jpg") no-repeat center;
  background-size: cover;
}

*[class*="works"] table tr td:first-child {
  width: 96px;
}

*[class*="works"] table tr td:nth-child(3) {
  width: 86px;
}

*[class*="remote-control-boat"] .section-page-kv {
  background: url("images/boat-kv.jpg") no-repeat center;
  background-size: cover;
}

.tab {
  border-bottom: 3px solid #249EC9
}

.section-slider .sliderArea {
  width: calc(100% + 10px);
  margin: 0 0 0 -5px;
  /* padding: 0 25px; */
}

.section-slider .sliderArea.w300 {
  max-width: 300px;
}

.section-slider .slick-slide {
  margin: 0 5px;
}

.section-slider .slick-slide img {
  width: 100%;
  height: auto;
}

.section-slider .slick-prev,
.section-slider .slick-next {
  z-index: 1;
  top: 28%;
  transform: scale(1,1.8);
}

.section-slider .slick-prev:before,
.section-slider .slick-next:before {
  color: #249EC9;
  font-size: 3rem;
}

.section-slider .slick-prev:before {
  content: "<";
}

.section-slider .slick-next:before {
  content: ">";
}

.section-slider .slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

.section-slider .slick-active {
  opacity: 1;
}

.section-slider .slick-current {
  opacity: 1;
}

.section-slider .slick-current p {
  line-height: 1.7;
  margin-top: 5px;
}

.section-slider .slider_thumb_2 {
  margin: 40px 0 120px;
  /* top: -20px;
  position: relative; */
}

.section-slider .slider_thumb_2 .slick-slide {
  cursor: pointer;
}

.section-slider .slider_thumb_2 .slick-slide:hover {
  opacity: .7;
}


.wrap-middle .tab li {
  color: #333;
  line-height: 1.4 !important;
  text-align: center;
  width: 46%;
  padding: 10px 4px 8px;
  background: #F3F3F3;
  cursor: pointer;
  list-style-type: none;
  border-bottom: 2px solid #249EC9;
  cursor: pointer;
}

.wrap-middle .tab-3 li{
  width: 31.3%;
  display: flex;
}

.wrap-middle .tab li:nth-child(1) {
  margin: 0 1% -2px 2%;
}

.wrap-middle .tab li:nth-child(2) {
  margin: 0 2% -2px 1%;
}

.wrap-middle .tab li::before {
  display: none;
}

.wrap-middle .tab-3 li:nth-child(1) {
  margin: 0 0.5% -2px;
}

.wrap-middle .tab-3 li:nth-child(2) {
  margin: 0 0.5% -2px;
}

.wrap-middle .tab-3 li:nth-child(3) {
  margin: 0 0.5% -2px;
}

.wrap-middle .tab li.active {
  color: #fff;
  background: #249EC9;
  cursor: auto;
}

.wrap-middle .tab-3 li span {
  display: block;
  width: 100%;
  margin: auto;
}

.tab-wrap .tab-content {
  display: none;
}

.tab-wrap .tab-content.show {
  display: block;
}

.border-box {
  padding: 40px 10px;
  border: 2px solid #249EC9;
}

.border-box p {
  text-align: center;
}

.title-style-1 {
  text-align: center;
  margin: 80px 0 0;
}

.title-style-1 .inner {
  font-size: 2.8rem;
  padding: 0 0 10px;
  margin: 0 auto;
  border-bottom: 2px solid #2a2a2a;
  font-weight: normal;
  display: inline-block;
}

.title-style-1 .inner .text-s {
  font-size: 70%;
}

.photo-block {
  width: 48%;
}

.yt-block {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.yt-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small-title {
  font-size: 2.2rem;
  font-weight: normal;
  border-bottom: 2px solid #ddd;
  margin: 0 0 20px;
}

.small-title .num {
  color: #249EC9;
  font-size: 5rem;
  font-weight: 100;
  font-style: italic;
  margin: 0 10px 0 0;
  position: relative;
  bottom: -3px;
}

.small-title + p {
  margin: 10px 0 50px;
}

.annotation {
  font-size: 1.4rem;
  /* margin-left: 18px; */
  display: inline-block;
}


*[class*="remote-control-boat"] table tr th {
  width: 200px;
}

*[class*="option"]  .section-page-kv {
  background: url("images/option-kv.jpg") no-repeat center;
  background-size: cover;
}

*[class*="flow"]  .section-page-kv {
  background: url("images/flow-kv.jpg") no-repeat center;
  background-size: cover;
}

.flow-con .block {
  margin: 0 0 120px;
}

.flow-con .block .inner {
  border-right: 4px solid #dfdfdf;
  border-bottom: 4px solid #dfdfdf;
  position: relative;
  padding: 0 30px 0 0;
  margin: 40px 0 0 60px;
  bottom: 6px;
  right: 6px;
}

.flow-con .block .inner .title-wrap {
  padding: 40px 40px 26px;
  position: relative;
  left: -40px;
  top: -40px;
}

.flow-con .block .inner .title-wrap::after {
  border-top: 2px solid #249EC9;
  content: "";
  position: absolute;
  width: 36%;
  left: 0;
  top: 0;
}

.flow-con .block .inner .title-wrap::before {
  border-left: 2px solid #249EC9;
  content: "";
  position: absolute;
  height: 120px;
  left: 0;
  top: 0;
}

.flow-con .block .inner .title-wrap .num {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #249EC9;
  display: inline-block;
  position: relative;
}

.flow-con .block .inner .title-wrap .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.flow-con .block .inner .title-wrap .flow-title {
  font-size: 2rem;
  font-weight: normal;
  padding: 18px 20px;
  width: 200px;
  display: block;
  background: #fff;
}

.flow-con .block .inner p {
  padding: 0 0 0 80px;
  top: -40px;
  position: relative;
}


*[class*="faq"] .section-page-kv {
  background: url("images/faq-kv_220201.jpg") no-repeat center;
  background-size: cover;
}


.title-style-2 {
  font-size: 2.4rem;
  font-weight: normal;
  padding: 10px 20px;
  margin-bottom: 50px;
  border-left: 4px solid #249EC9;
  border-bottom: 2px solid #249EC9;
}

.title-style-3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  border-bottom: 2px solid #2a2a2a;
  padding: 0 24px;
  margin-bottom: 50px;
  display: inline-block;
}

.title-style-4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 1px solid #249EC9;
  margin-bottom: 60px;
}

.title-style-4 span {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  top: 18px;
}

.faq-block {
  margin: 0 0 50px;
}

.faq-block .bt-toggle-1 {
  background: #f0f0f0;
  position: relative;
}

.faq-block .bt-toggle-1:hover {
  opacity: 0.7;
  cursor: pointer;
}

.faq-block .bt-toggle-1 .bt {
  color: #fff;
  font-size: 2rem;
  height: 60px;
  width: 60px;
  position: relative;
  background: #249EC9;
  display: inline-block;
}

.faq-block .bt-toggle-1 .bt::before {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.faq-block .bt-toggle-1.open .bt::before {
  content: "ー";
}

.faq-block .bt-toggle-1 .text-q {
  line-height: 1.5;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  display: inline;
}

.faq-block .faq-content {
  display: none;
  padding: 20px 0 0 80px;
}


.contact .section-page-kv {
  background: url("images/contact-kv.jpg") no-repeat bottom -64px center;
  background-size: cover;
}

.contact .form-con table tr th {
  text-align: left;
  width: 200px;
}

.require {
  color: #fff;
  font-size: 1.2rem;
  padding: 0 4px;
  margin: 0 0 0 10px;
  border-radius: 2px;
  background: #2a2a2a;
  display: inline-block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="submit"],
input[type="date" i],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type="radio"] {
  height: 18px;
  width: 18px;
  position: relative;
  bottom: 2px;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 2px;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

input[type="text"],
input[type="email"],
input[type="date" i],
select,
button,
textarea {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #f7f7f7;
  border: 1px solid #dadada;
}

textarea {
  width: 100%;
}

input[type="date" i] {
  margin: 0 0 8px;
}

input[type="submit"] {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 10px 0;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  display: block;
  background: #249EC9;
  cursor: pointer;
  width: 280px;
}

.sub-bt input {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 6px 0;
  margin: 10px auto 0;
  border: none;
  border-radius: 5px;
  display: block;
  background: #555;
  cursor: pointer;
  width: 200px;
}

.custom-wpcf7c-confirmed .wpcf7c-conf,
.custom-wpcf7c-confirmed input:-internal-autofill-selected {
  background: rgb(232, 240, 254) !important;
}

.custom-wpcf7c-confirmed input[type="text"],
.custom-wpcf7c-confirmed input[type="email"],
.custom-wpcf7c-confirmed input[type="date" i],
.custom-wpcf7c-confirmed select,
.custom-wpcf7c-confirmed button,
.custom-wpcf7c-confirmed textarea {
  border: #fff 1px solid;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.icon-new-window {
  height: 16px;
  width: 16px;
  margin: 0 4px 0 2px;
  background: url("images/icon-new-window.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.thanks + .section-cta,
.thanks .breadcrumbs {
  display: none;
}

.thanks .bt {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 10px;
  margin: auto;
  background: #249EC9;
  display: block;
}

.content h2 {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 2px solid #249EC9;
  margin: 0 0 10px;
}

.content {
  width: 72%;
}

.page .content {
  width: 100%;
}


.bt-back-top {
  text-align: center;
}

.bt-back-top a {
  color: #fff;
  font-size: 1.4rem;
  padding: 18px 0;
  margin: 0 0px;
  width: 240px;
  border-radius: 6px 0 0 6px;
  background: #249EC9;
  display: inline-block;
  border-radius: 6px;
  z-index: 2;
}



.category .wrap + .wrap,
.archive .wrap + .wrap,
.single .wrap + .wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.category .section-page-kv,
.archive .section-page-kv,
.single .section-page-kv {
  background: url("images/news-kv.jpg") no-repeat center;
  background-size: cover;
}

.category .content .post-list .post-block,
.archive .content .post-list .post-block {
  padding: 26px 10px;
  border-bottom: 1px dashed #ddd;
}

.category .content .post-list .post-block a,
.archive .content .post-list .post-block a {
  color: #2a2a2a;
}

.category .content .post-list .post-block a:hover,
.archive .content .post-list .post-block a:hover{
  color: #249EC9 !important;
  opacity: 1;
}

.category .content .post-list .post-block p,
.archive .content .post-list .post-block p {
  font-size: 1.4rem;
}

/* .category .content .post-list .post-block:last-child,
.archive .content .post-list .post-block:last-child {
  border-bottom: 4px double #dfdfdf;
} */

.category .content .post-list .post-block .post-date,
.archive .content .post-list .post-block .post-date {
  width: 100px;
}

.category .content .post-list .post-block .post-title,
.archive .content .post-list .post-block .post-title {
  width: calc(100% - 202px);
}

.single .content .post-date {
  font-size: 1.4rem;
}

.single .content .post-title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  border-bottom: 1px dashed #eee;
  padding: 10px 0 22px;
  margin: 0 0 20px;
}

.single .content .post-title br {
  display: none;
}

.single .content p {
  font-size: 1.4rem;
}

.single .bt-back {
  text-align: center;
  margin-bottom: 60px;
}

.single .bt-back a {
  font-size: 1.6rem;
  color: #fff;
  width: 280px;
  padding: 10px 0px;
  margin: 0 auto;
  border-radius: 6px;
  background: #249EC9;
  display: inline-block;
}

.single .pagenate {
  font-size: 1.3rem;
  text-align: center;
  max-width: 320px;
  margin: 80px auto 0;
}

.single .pagenate > div {
  border-left: 1px solid #dfdfdf;
}

.single .pagenate > div:last-child {
  border-right: 1px solid #dfdfdf;
}

.page-navi {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}

.page-navi .wp-pagenavi {
  width: 100%;
}

.page-navi .wp-pagenavi span.pages {
  display: none;
}

.page-navi .wp-pagenavi a {
  border: none !important;
  border-radius: 0 !important;
}

.page-navi .wp-pagenavi a:hover {
  color: #249EC9 !important;
  background: #efefef !important;
}

.page-navi .wp-pagenavi span.current {
  color: #333 !important;
  background: #f0f0f0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.side {
  width: 18%;
  font-size: 1.5rem;
  font-weight: normal;
}

.side h3 {
  font-weight: normal;
  padding: 20px 0 16px;
  /* border-top: 2px double #dfdfdf; */
  border-bottom: 3px double #eee;
}

.side ul {
  padding: 20px 0 28px;
}

.side ul li {
  font-size: 1.4rem;
  padding: 4px 0 4px;
}

.side ul li a {
  color: #2a2a2a;
}

.side ul li a:hover {
  color: #249EC9 !important;
  opacity: 1;
}

.footer {
  background: url("images/footer-bg-3.jpg") no-repeat top 0 center;
  background-size: cover;
  width: 100%;
}

.footer .inner {
  /* background:rgba(45, 51, 87, 0.7); */
  /* max-width: 1100px; */
  padding: 0px 0 0px;
  margin: auto;
}

.footer .inner a {
  color: #ddd;
}

.footer .inner .l-footer {
  width: 100%;
  padding: 30px 5% 20px;
  /* border-bottom: 1px solid rgba(255,255,255,.1); */
}

.footer .inner .footer-text {
  font-size: 1.2rem;
  margin-top: 12px;
  margin-left: 136px;
}

.footer .inner .logo-wrap {
  /* height: 140px;
  width: 140px;
  border-radius: 50%;
  background: transparent; */
  position: relative;
}

.footer .inner .logo-wrap img {
  max-width: 400px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block; */
}

.footer .inner .site-name .text-wrap {
  margin: 0 0 0 16px;
}

.footer .inner .site-name .text-wrap img {
  width: 318px;
}

.footer .inner .r-footer {
  width: 100%;
  /* max-width: 300px; */
  padding: 20px 5% 20px calc(134px + 5%);
  margin: 0 0 0 0;
  /* border-left: 1px solid rgba(255,255,255,.1); */
}

.footer .inner .r-footer .nav ul li {
  margin: 0 0 6px;
}

.footer .inner .r-footer .nav ul li > span {
  color: #aaa;
}

.footer .inner .r-footer .nav ul li a {
  font-size: 1.5rem;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}

.footer .inner .r-footer .nav ul li a:hover {
  /* text-decoration: underline; */
  padding: 0;
  border: 0;
  opacity: 0.7;
}

.footer .inner .r-footer .nav ul li ul li a {
  padding-left: 20px;
  display: block;
}

.footer .inner .r-footer .nav ul li ul li a:hover {
  padding-left: 20px;
}

.footer .inner .r-footer .nav ul li ul li a::before {
  color: #249EC9;
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
}

.footer .inner .r-footer .nav {
  margin: 0;
}

.copyright {
  color: #ddd;
  font-size: 1.2rem;
  margin: 0 auto 0;
  padding: 22px 0 32px;
  /* border-top: 1px solid rgba(255,255,255,.1); */
}



/*
.category-news .footer .inner {
  max-width: 100%;
  padding: 40px 4% 10px;
}

.category-news .footer .inner .l-footer {
  width: 46%;
}

.category-news .footer .inner .r-footer {
  width: 54%;
  padding: 0;
}

.category-news .footer .inner .r-footer .nav ul {
  display: flex;
  justify-content: flex-end;
}

.category-news .footer .inner .r-footer .nav ul li {
  margin: 0 16px;
  display: inline;
  vertical-align: top;
}

.category-news .footer .inner .r-footer .nav ul li:first-child {
  margin-left: auto;
}

.category-news .footer .inner .r-footer .nav ul li a {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding: 0;
} */


@media only screen and (max-width: 894px) {
  .header .g-navi .nav > ul > li > a {
    font-size: 1.3rem;
    padding: 12px 10px;
  }

  .header .g-navi .nav > ul > li > a:hover,
  .header .g-navi .nav > ul > li.current > a {
    padding: 12px 10px 8px;
  }

  .header .g-navi .nav ul li.has-child ul {
    top: 46px;
  }
}

/* 2. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  p {
    font-size: 1.4rem;
  }

  .header,
  .page .header,
  .category .header,
  .single .header,
  .archive .header {
    margin: 0;
    padding: 24px 0 0 20px;
    min-width: 100%;
  }

  .header .l-header {
    padding-right: 0px;
  }


  .g-header .l-header {
    padding: 0;
  }

  .h-cta {
    display: none;
  }

  .header .g-navi {
    margin: 0;
  }

  .header .g-navi .nav > ul > li:last-child a {
    width: auto;
    height: auto;
  }

  .header .g-navi .nav > ul > li:last-child a:hover {
    padding: 18px 8px;
  }


  .site-name img {
    max-width: 270px;
    margin: 4px 0 0 0;
  }

  .site-name .text-wrap {
    margin: 0 0 0 10px;
  }

  .site-name .text-wrap .text-sub {
    font-size: 1rem;
  }

  .site-name .text-wrap .text {
    font-size: 2.4rem;
  }

  .header .nav li:not(.bt-contact) {
    display: none;
  }

  .header .r-header .nav ul .bt-contact {
    top: 130px;
  }

  .header .r-header .nav ul .bt-contact a {
    font-size: 1.2rem;
    padding: 18px 8px;
  }

  .slick-slider {
    margin-top: 100px;
  }

  .slick-slider  .video-wrap {
    top: -100px;
  }

  .section-kv.slick-style + .section-navi {
    margin: -30px 0 0 0;
  }

  .section-kv .text {
    font-size: 4rem;
    line-height: 1.6;
    top: -60px;
    left: 80px;
  }

  .section-kv .text-sub {
    font-size: 1.2rem;
    top: -60px;
    left: 20px;
  }

  .kv-comment {
    font-size: 11px;
  }

  .gecko .section-kv .text > span {
    padding: 0 6px;
  }

  .gecko .section-kv .text-sub > span {
    padding: 0 2px;
  }

  .swiper-container {
    margin: 100px 0 0;
  }

  .swiper-container-2 {
    margin: 100px 0 0;
    overflow: hidden;
  }

  .section-kv .swiper-slide {
    /* height: calc(100vh - 278px); */
    height: 400px;
  }

  .section-kv .slide-1 {
    background: url("images/slide-01.jpg") no-repeat center;
    background-size: cover;
  }

  .section-kv .slide-15 {
    background: url("images/kv.jpg") no-repeat center;
    background-size: cover;
  }

  .section-kv .slide-2 {
    background: url("images/slide-03.jpg") no-repeat center;
    background-size: cover;
  }

  .section-kv .slide-3 {
    background: url("images/slide-04.jpg") no-repeat center left 20%;
    background-size: cover;
  }

  .section-kv .slide-4 {
    background: url("images/slide-05.jpg") no-repeat bottom -80px center;
    background-size: 200%;
  }

  /* .section-kv .slide-4-2 {
    background: url("images/slide-04-3.jpg") no-repeat top 0 left 27%;
    background-size: 200%;
  } */

  .section-kv .slide-5 {
    background: url("images/slide-02.jpg") no-repeat left center;
    background-size: cover;
  }

  .section-kv .slide-5-2 {
    background: url("images/slide-05-2.jpg") no-repeat left center;
    background-size: cover;
  }

  .section-kv .video-wrap {
    height: 400px;
    margin: 100px 0 0;
  }

  .section-kv .video-wrap video {
    height: 400px;
    width: auto;
  }



  .section-navi {
    margin: 100px 0 0;
  }

  .section-navi a {
    width: 100%;
    margin: 0 0 20px;
  }

  .section-navi a:first-child {
    margin: 0 0 80px;
  }

  .section-navi a .inner {
    height: 168px;
  }

  .section-navi a .text {
    font-size: 1.5em;
    text-align: center;
  }


  .section-news {
    margin: 80px 0 0;
  }

  .section-news .title {
    text-align: center;
    margin: 0 auto 30px;
  }

  .home a.cat-name,
  .page-id-105 a.cat-name {
    width: auto !important;
    margin-top: 2px !important;
  }

  .category a.cat-name,
  .archive a.cat-name {
    margin-top: 6px !important;
  }

  .section-news ul li a {
    margin-top: 2px;
    width: 100%;
  }

  .section-cta {
    width: 100%;
    padding: 80px 8%;
    margin: 80px 0 0;
  }

  .section-cta .inner > div {
    width: 100%;
  }

  .section-cta .inner .l-cta .title {
    font-size: 2.5rem;
  }

  .tel {
    font-size: 4rem;
  }

  .tel .icon-tel {
    height: 36px;
    width: 36px;
  }

  .tel img {
    height: 38px;
  }

  .tel a {
    color: #2D3357;
  }

  .section-cta .inner .r-cta .bt-contact {
    width: 100%;
    padding: 20px;
  }

  .section-page-kv {
    margin-top: 20px;
    height: 205px;
    position: relative;
  }

  .section-page-kv + .wrap {
    padding: 50px 5% 0;
    margin: 40px 0;
  }

  .about-us table.style-1 tr th {
    width: auto;
  }

  .page-title {
    font-size: 2rem;
    line-height: 1.5;
    width: auto;
    min-width: 48%;
    padding: 24px 16px 30px;
    border-top: 2px solid #249EC9;
    border-left: none;
    display: inline-block;
    position: absolute;
    top: 140px;
  }

  .page-title .en {
    font-size: 1.2rem;
    padding: 10px 0 0 2px;
  }

  .wrap,
  .wrap-middle {
    width: 100%;
    margin: 40px 0;
  }

  .breadcrumbs {
    font-size: 1.1rem;
  }

  .col-title {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 50px;
  }

  .sub-title {
    font-size: 2.7rem;
    font-weight: normal;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 50px;
  }

  .sub-title .en {
    font-size: 1.1rem;
    margin-top: 0px;
  }

  table tr th {
    width: 90px;
  }

  .photo-block {
    width: 100%;
  }

  .title-style-1 .inner {
    font-size: 2em;
  }

  .title-style-4 {
    font-size: 2rem;
  }

  .title-style-4 span {
    padding: 0 6px;
  }

  .wrap-middle .tab li {
    font-size: 1.15rem;
    letter-spacing: 0;
    width: 48%;
    background: #F0F0F0;
  }

  .wrap-middle .tab li {
    padding: 10px 0.5% 8px;
  }

  .wrap-middle .tab-3 li{
    width: 32%;
  }

  .wrap-middle .tab li:nth-child(1) {
    margin: 0 1% -2px 1%;
  }

  .wrap-middle .tab li:nth-child(2) {
    margin: 0 1% -2px 1%;
  }

  .wrap-middle .tab-3 li:nth-child(1) {
    margin: 0 0.7% -2px;
  }

  .wrap-middle .tab-3 li:nth-child(2) {
    margin: 0 0.7% -2px;
  }

  .wrap-middle .tab-3 li:nth-child(2) {
    margin: 0 0.7% -2px;
  }

  *[class*="remote-control-boat"] table tr th {
    width: 100px;
  }


  .section-slider .slider_thumb_2 {
    margin: 20px 0 100px;
  }

  .section-slider .slick-current p {
    line-height: 1.7;
  }

  .section-slider .slick-prev,
  .section-slider .slick-next {
    z-index: 1;
    top: 18%;
    transform: scale(1,1.8);
  }

  .section-slider .slick-prev:before,
  .section-slider .slick-next:before {
    font-size: 2.2rem;
  }

  .slick-prev {
    left: -14px;
  }

  .slick-next {
    right: -14px;
  }


  .wrap-middle ul li {
    font-size: 1.4rem;
  }

  *[class*="works"] table tr td:first-child {
    width: auto;
  }

  *[class*="works"] table tr td:nth-child(2) {
    width: auto;
  }

  *[class*="works"] table tr td:nth-child(3) {
    width: auto;
  }



  .flow-con .block {
    margin: 0 0 80px;
  }

  .flow-con .block .inner {
    margin: 40px 0 0 0px;
    bottom: 0px;
    right: 0px;
  }

  .flow-con .block .inner .title-wrap::after {
    width: 84%;
  }

  .flow-con .block .inner .title-wrap::before {
    height: 166px;
  }

  .flow-con .block .inner p {
    padding: 20px 0 0 30px;
  }

  .flow-con .block .inner .title-wrap {
    padding: 40px 0px 26px 30px;
    left: 0px;
    top: 0px;
  }

  .title-style-3 {
    font-size: 1.9rem;
  }

  .title-style-3 span {
    line-height: 1.5;
  }

  .faq-block .bt-toggle-1 .text-q {
    line-height: 1.3;
  }

  .contact .section-page-kv {
    background: url("images/contact-key.jpg") no-repeat bottom -14px center;
    background-size: cover;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
  }

  /* table tr td {
    border-top: 1px dashed #dfdfdf;
  } */

  table.style-1 tr th {
    /* background: #F7F7F7; */
  }

  table.style-1 tr td {
    border-top: none;
  }

  table.style-1 tr th,
  table.style-1 tr td {
    padding: 20px 12px;
    width: 100% !important;
    float: left !important;
    border-bottom: none;
  }

  table.style-1 tr th {
    padding: 20px 12px 4px;
  }

  table.style-1 tr td {
    padding: 4px 12px 20px;
  }

  table.style-1 tr:last-child th {
    border-bottom: none;
  }

  table tr:last-child th {
    border-bottom: none;
  }

  .content {
    width: 100%;
    margin-bottom: 100px;
  }

  .side {
    width: 100%;
  }

  .category .content .post-list,
  .archive .content .post-list {
    margin-top: -20px;
  }

  .category .content .post-list .post-block,
  .archive .content .post-list .post-block {
    padding: 20px 10px 20px;
  }

  .category .content .post-list .post-block .post-title,
  .archive .content .post-list .post-block .post-title {
    width: 100%;
  }

  .footer {
    background: url("images/footer-bg-3.jpg") no-repeat top 0px center;
  }

  .footer .inner {
    /* padding: 80px 5% 70px; */
    margin: auto;
  }

  .footer .inner .footer-text {
    margin-left: 114px;
  }

  .footer .inner .l-footer {
    text-align: center;
    width: 100%;
  }

  /* .footer .inner .l-footer .logo-wrap img {
    width: 64px;
    margin: 0;
  }

  .footer .inner .site-name .text-wrap img {
    width: 220px;
  } */

  .footer .inner .logo-wrap img {
    max-width: 100%;
  }

  .footer .inner .site-name .text-wrap {
      margin: 3.6vh 0 0 12px;
  }

  .footer .inner .logo-wrap img {
    max-width: 338px;
  }

  .footer .inner .r-footer {
    width: 100%;
    max-width: 100%;
    padding: 20px 5% 20px calc(112px + 5%);
    border: none;
  }

  .copyright {
    font-size: 1rem;
    /* text-align: left; */
    /* margin: 0 5% 0; */
    /* padding: 0 0 32px; */
    padding: 12px 5% 22px;
  }

  #dynamic-to-top {
    bottom: 44px !important;
  }

  *[id*="rmp_menu_trigger-"] {
    top: 18px !important;
    border-radius: 0 !important;
  }

  *[id*="rmp_menu_trigger-"],
  .responsive-menu-open *[id*="rmp_menu_trigger-"] {
    background: #fff !important;
  }

  .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after,
  .responsive-menu-open .responsive-menu-pro-inner, .responsive-menu-open .responsive-menu-pro-inner::before, .responsive-menu-open .responsive-menu-pro-inner::after {
    background-color: #249EC9 !important;
  }

  *[id*="rmp-menu-title-"] {
    background: transparent !important;
  }

  *[id*="rmp-menu-"] {
    background: transparent !important;
  }

  *[id*="rmp-menu-wrap-"]{
    background: transparent !important;
  }

  *[id*="rmp-container-"] *[id*="rmp-menu-"] > li.menu-item:first-child > a {
    border-top: none !important;
  }

  *[id*="rmp-container-"] {
    background: rgba(255,255,255,0.95) !important;
    width: 100% !important;
    left: 0;
    transition: transform 0.5s !important;
  }

  *[id*="rmp-menu-wrap-"] ul {
    margin: 0% 0 0 !important;
  }

  /* #rmp-menu-wrap-197,
  #rmp-menu-wrap-197 * {
    background: transparent !important;
    overflow: hidden;
  } */

  *[id*="rmp-container-"] .responsive-menu-search-box {
    display: none !important;
  }

  *[id*="rmp-container-"] *[id*="rmp-menu-"] li.menu-item a {
    font-size: 1.6rem !important;
    text-align: center !important;
    color: #2a2a2a !important;
    line-height: 1.5 !important;
    height: auto !important;
    padding: 10px !important;
    border-bottom: 0px solid #bbb !important;
    background: transparent !important;
  }

  *[id*="rmp-container-"] *[id*="rmp-menu-"] li.current-menu-item a {
    color: #249EC9 !important;
  }

  *[id*="rmp-container-"] *[id*="rmp-menu-"] li.responsive-menu-current-item > .menu-item-link:hover {
    border: none !important;
  }

  *[id*="rmp-search-box-"] {
    display: none !important;
  }

  *[id*="rmp-menu-wrap-"] .rmp-menu-subarrow {
    text-align: right !important;
    top: 9px !important;
    left: 0 !important;
    width: 75% !important;
    color: #000 !important;
    transform: scale(1.2,0.8);
  }

}

/* 3. TB (orientation: portrait)
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (orientation: portrait) {

}

/* 4. TB (orientation: landscape) and PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (orientation: landscape) {

}

@media only screen and (max-width: 994px) {

  .wrap {
    margin: 30px 0;
  }

  .section-cta .inner > div {
    padding: 70px 3%;
  }

  .section-cta .inner .r-cta {
    padding: 36px 4% 50px;
  }

  .footer {
    background: url("images/footer-bg-3.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
  }

}

@media only screen and (min-width: 600px) and (max-width: 768px) {

  .section-navi a .inner {
    height: 300px;
  }

  .section-kv .slide-4-2 {
    background: url("images/slide-04-3.jpg") no-repeat top 40% left 27%;
    background-size: 200%;
  }

}


