@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 10px;
  margin-top: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*///////////////////////////////

bace

/////////////////////////////*/

/*///////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

/*-----------------------------
font
-----------------------------*/

@font-face {
  font-family: "avenir";
  src: url("../font/avenir-next-medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "avenir bold";
  src: url("../font/avenir-next-bold.ttf") format("truetype");
  font-display: swap;
}

/*-----------------------------
bace
-----------------------------*/

html {
  scroll-behavior: smooth;
}

header,
main,
footer {
  font-weight: 400;
  color: #1e1e1e;
}

main {
  overflow: hidden;
}

p {
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 4rem;
}

.header-logo {
  width: 28rem;
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}

.header-logo a {
  display: block;
  position: relative;
  background: none;
}

.header-logo a::before {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-logo a img {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header_navList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 2rem;
}

.header_navitem {
  margin-right: 2rem;
}

.header_navitem a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

.header_navitem a .icon {
  width: 1.8rem;
  margin-right: 0.5rem;
}

.header_navitem.menu_item--contact a {
  border: 1px solid #257fa3;
  padding: 1rem 2.8rem;
  border-radius: 5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  background-color: #257fa3;
  color: #fff;
}

.header_navitem.menu_item--contact a .icon {
  width: 2.5rem;
  margin-right: 0.8rem;
}

.header_navitem.menu_item--contact:hover a {
  opacity: 0.8;
}

.header-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.5rem;
  height: 9.5rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  background-color: #257fa3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-btn span {
  display: block;
  width: 50%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}

.header-btn span:nth-of-type(1) {
  top: 3rem;
}

.header-btn span:nth-of-type(2) {
  top: 5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-btn span:nth-of-type(3) {
  bottom: 2.5rem;
}

.header-btn.active span {
  background: #fff;
}

.header-btn.active span:nth-of-type(1) {
  top: 30%;
  -webkit-transform: translateY(2rem) rotate(-45deg);
  transform: translateY(2rem) rotate(-45deg);
}

.header-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}

.header-btn.active span:nth-of-type(3) {
  bottom: 24%;
  --webkit-transform: translateY(-2rem) rotate(45deg);
  -webkit-transform: translateY(-2rem) rotate(45deg);
  transform: translateY(-2rem) rotate(45deg);
}

.header_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background: #000;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.header_nav.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: visible;
}

.header-menu {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 100px;
}

.header-menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
}

.header-menu_item:first-of-type .header-menu_link p,
.header-menu_item:last-of-type .header-menu_link p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-left: 0.2rem;
  font-size: 1.3rem;
}

.header-menu_item:not(.border) {
  padding: 2.4rem 0;
}

.header-menu_item-btn {
  width: 48%;
  margin-top: 4rem;
}

.header-menu_item span {
  display: block;
}

.header-menu_item .en {
  font-size: 2.4rem;
}

.header-menu_item .ja {
  color: #65727a;
  font-size: 2rem;
}

.header-menu_link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.header-menu_link p {
  margin-bottom: 10px;
}

.header-menu_link p span {
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border: 2px solid #fff;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.footer .inner {
  padding: 8rem 0 0rem;
}

.footer .sec-ttl .en {
  color: #fff !important;
}

.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.footer_info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem 0;
  border-bottom: 0.1rem solid #fff;
}

.footer_info_item {
  width: calc(50% - 6rem);
}

.footer_info_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  font-weight: bold;
  border-radius: 3rem;
  padding: 3rem;
  min-height: 16rem;
}

.footer_info_item a .img {
  display: block;
  width: 8rem;
  margin-right: 3rem;
}

.footer_info_item a p {
  font-size: 2.5rem;
  line-height: 1.5;
}

.footer_info_item a p span {
  display: block;
  font-size: 1.6rem;
}

.footer_info_item + .footer_info_item {
  margin-left: 5rem;
}

.footer_logo {
  width: 100%;
}

.footer_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_wrap_left {
  width: 12%;
  color: #fff;
  margin-right: 6rem;
}

.footer_wrap_left p {
  margin-top: 3rem;
  font-weight: bold;
}

.footer_wrap_right {
  width: 65%;
  color: #fff;
}

.footer_navlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_nav_item {
  width: 14.2857142857%;
}

.footer_nav_item.insta {
  width: 5rem;
  margin-left: 1.5rem !important;
}

.footer_nav_item a {
  display: block;
}

.footer_nav_item a .ja {
  display: block;
  color: #65727a;
  font-size: 1.2rem;
}

.footer_nav_item + .footer_nav_item {
  margin-left: 3rem;
}

.footer_sns_logo {
  width: 5rem;
  margin: 2rem auto 0;
}

.footer_copy {
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.inner.w-1200 {
  max-width: 1200px;
}

.inner.w-1100 {
  max-width: 1100px;
}

.inner.w-1080 {
  max-width: 1080px;
}

.inner.w-1080 {
  max-width: 990px;
}

.inner.w-900 {
  max-width: 900px;
}

.inner.w-600 {
  max-width: 600px;
}

.sec-ttl {
  text-align: center;
  line-height: 1.2;
}

.sec-ttl span {
  display: block;
}

.sec-ttl .en {
  font-size: 5rem;
  font-family: "avenir", sans-serif;
  color: #336699;
  font-weight: bold;
}

.sec-ttl .ja {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.ttl--l {
  font-weight: bold;
  font-size: 6.5rem;
}

.txt--center {
  text-align: center;
}

.txt--center-sp {
  text-align: center;
}

.txt--left {
  text-align: left;
}

.txt--right {
  text-align: right;
}

.txt--b {
  font-weight: bold;
}

.txt--l {
  font-size: 2.2rem;
}

.txt18 {
  font-size: 1.8rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border {
  border: 1px solid #333;
}

.more_btn {
  max-width: 30rem;
  width: 100%;
  margin: 8rem auto 0;
}

.more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.8rem 2.8rem;
  border: 1px solid #257fa3;
  background-color: #257fa3;
  color: #fff;
  border-radius: 20rem;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.more_btn a::after {
  content: "";
  position: absolute;
  right: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 1.5rem;
  background-image: url(../images/common/more_arrow.png);
  background-size: 2.5rem;
  background-position: center;
}

.table_content_wrap02 {
  width: 100%;
  margin-top: 6rem;
  list-style: none;
}

.table_content_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_content_row {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
}

.table_content_row::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #257fa4;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.table_content_row:last-child {
  border-bottom: none;
}

.table_content_row:last-child::after {
  content: none;
}

.table_h02 {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 1.8;
}

.table_h02_b {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 2rem;
}

.table_d02 {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 1.8;
}

.table_d02_b {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 2;
}

.border {
  border: 1px solid #333;
}

.cmn__sec {
  position: relative;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4rem 0;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  position: relative;
  font-size: 1.8rem;
  padding: 0 2px;
  text-transform: uppercase;
  line-height: 1.3;
}

#breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}

#breadcrumb ul li + li {
  margin-left: 2.5rem;
}

#breadcrumb ul li + li::before {
  content: "＞";
  margin: 0 1rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: -2.8rem;
}

.contentsPage.business #pagerHeader .c-section__inner:after {
  background: url(../images/business/page_header.jpg);
}

.contentsPage.about #pagerHeader .c-section__inner:after {
  background: url(../images/about/page_header.jpg);
}

.contentsPage.archive #pagerHeader .c-section__inner:after {
  background: url(../images/archive/page_header.jpg);
}

.contentsPage.ict #pagerHeader .c-section__inner:after {
  background: url(../images/business/page_header_ict.jpg);
}

.contentsPage.skk #pagerHeader .c-section__inner:after {
  background: url(../images/business/page_header_skk.jpg);
}

#pagerHeader .c-section__inner {
  position: relative;
  height: 440px;
}

#pagerHeader .c-section__inner .c-section__title.type01 {
  top: -55px;
}

#pagerHeader .c-section__inner .c-section__title.type01 .eng {
  left: -5px;
}

#pagerHeader .c-section__inner .c-section__title.type01 .jpn {
  line-height: 1;
  display: block;
  letter-spacing: 0.08em;
}

#pagerHeader .c-section__inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  max-width: 1170px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  top: 0;
  left: 20px;
  z-index: -1;
}

.contentsPage {
  padding-top: 20rem;
}

.c-section__inner {
  width: 100%;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 20px;
}

.c-section__title {
  font-size: 2.5rem;
}

.c-section__title .number {
  font-size: 3rem;
}

.c-section__title .en {
  display: block;
  font-size: 1.8rem;
}

.c-section__catch {
  font-size: 2rem;
  margin-top: 1rem;
  font-family: "hiragino-mincho-pron", sans-serif;
}

.c-section__title {
  font-weight: 600;
}

.c-section__title.type01 {
  position: relative;
}

.c-section__title .eng {
  font-size: 8rem;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.c-section__title .jpn {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-top: 2rem;
}

.fedein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fedein.isAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev {
  left: 4rem;
}

.slick-next {
  right: 4rem;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #00ada9;
  font-size: 2.2rem;
  border: 0.1rem solid #00ada9;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem 1.5rem;
  opacity: 1;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #00ada9;
  font-size: 2.2rem;
  border: 0.1rem solid #00ada9;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem 1.5rem;
  opacity: 1;
}

.slick-slide {
  margin: 0 1.5rem;
}

.index_txt_slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
  /* 背景色は適宜調整 */
}

.slider-track {
  position: absolute;
  bottom: -10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  /* 画像2枚分の横幅 */
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.slider-track img {
  width: auto;
  height: 15rem;
  /* 高さは自由に調整 */
}

.slider-track img + img {
  margin-left: 4rem;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ===============================================
# スライダー：LP-Fukuoka_saga
=============================================== */

.l__slider_wrap {
  overflow: hidden;
  width: 100%;
  padding: 6rem 0 0;
}

.l__slider_list {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.l__slider_track {
  display: flex;
  animation: marqueeScroll linear infinite;
}

.l__slider_item {
  flex: 0 0 auto;
  width: 25rem;
  margin-right: 2rem;
}

.l__slider_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

/* .slick-prev {
  top: 15rem;
  left: -8rem;
}

.slick-next {
  top: 15rem;
  right: -8rem;
}

.slick-prev:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  opacity: 1;
}

.slick-next:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  opacity: 1;
} */

.slide-arrow {
  width: 3.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.prev-arrow {
  left: 2rem;
}

.next-arrow {
  right: 2rem;
}

.slick-slide {
  margin: 0 4.5rem;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.slider-main__img {
  /*   aspect-ratio: 522/471; */
  cursor: pointer;
}

.slider-main__label {
  left: 1.5rem;
  top: 1.75rem;
}

.slider-main__caption {
  font-size: 0.9375rem;
  padding: 0.5625rem 0.9375rem;
}

.slider-thumbnail {
  border-radius: 0 0 15px 15px;
}

.swiper-button-next {
  width: 2rem;
}

.swiper-button-next::before {
  height: 2rem;
  width: 2rem;
}

.modal-btn-wrap {
  right: 1.5625rem;
  top: 1.5625rem;
  width: 4rem;
}

.lineup-modal__content {
  max-width: 532px;
  padding: 3.75rem 6.25rem;
  padding: 1.25rem;
  width: 73vh;
}

.lineup-modal__close-btn-wrap {
  right: -2.25rem;
  top: -2.25rem;
  width: 3.125rem;
}

.lineup-modal__wrap-text {
  font-size: 1.5625rem;
  margin-left: calc(-40vw + 50%);
  width: 80vw;
}

@media screen and (max-width: 1024px) {
  .prev-arrow {
    left: 1rem;
  }

  .next-arrow {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 2.8rem;
  }

  .prev-arrow {
    left: -1.5rem;
  }

  .next-arrow {
    right: -1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .slide-arrow {
    width: 2rem;
  }

  .prev-arrow {
    left: -0.5rem;
  }

  .next-arrow {
    right: -0.5rem;
  }
}

/* ===============================================
# スライダー：サムネイル画像
=============================================== */

.slider-thumbnail {
  background-color: #efefef;
  padding: 1rem;
}

.slider-thumbnail__img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.swiper-slide-thumb-active .slider-thumbnail__img {
  border: 3px solid #2c2c2c;
}

.swiper-button-next::after {
  content: none;
}

.swiper-button-next::before {
  background: url("../images/common/slider-next-arrow.svg") no-repeat center
    center/contain;
  content: "";
  display: inline-block;
  height: 44px;
  width: 44px;
}

/* ===============================================
# モーダル
=============================================== */

.modal-btn-wrap {
  cursor: pointer;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 2.6875rem;
}

.modal-btn {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup-modal {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.lineup-modal__content {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}

.lineup-modal__close-btn-wrap {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -3.125rem;
  width: 2.5rem;
}

.lineup-modal__close-btn {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup-modal__img {
  -o-object-fit: cover;
  aspect-ratio: 732/660;
  height: 100%;
  object-fit: cover;

  width: 100%;
}

.lineup-modal__wrap-text {
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
}

.accordion-item {
  color: #fff;
  margin-top: 8rem;
  counter-increment: home-service-number 1;
}

.index_accordion_title {
  cursor: pointer;
  padding: 3rem 0;
}

.index_accordion_title span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2.2rem;
}

.index_accordion_text {
  display: none;
  padding: 1rem 2rem 3rem;
}

.index_accordion_text span {
  position: relative;
  display: block;
  margin-top: 3rem;
  width: 12rem;
  margin-left: auto;
}

.index_accordion_text span::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  /* ②棒が長くなった分、右へ7px移動 */
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.index_accordion_text span::after {
  /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  width: 1.5rem;
  /* ①棒の長さを15⇒20pxに変更 */
  height: 0.2rem;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.index_accordion_text span a {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 2.5rem;
}

.index_accordion_text span a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.index_accordion_text span a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.index_accordion_text span:hover::before {
  right: -2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}

.index_accordion_text span:hover::after {
  right: -2rem;
  background: #fff;
}

/* タイトルの背景色 */

.accordion-item:nth-of-type(1) {
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.accordion-item:nth-of-type(2) {
  border-top: 1rgba 255, 255, 255, 0.3 solid 1px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.accordion-item:nth-of-type(2) {
  margin-top: 0rem;
}

/* 矢印 */

.index_accordion_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_accordion_title::before {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  content: counter(home-service-number, decimal-leading-zero);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  border: #fff solid 1px;
  border-radius: 50%;
  color: #fff;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.index_accordion_title .fas {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}

.index_accordion_title.open:before {
  background: #fff;
  color: #009b70;
}

.color-blue {
  color: #257fa3;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #333;
}

.color-yellow {
  color: #987b00;
}

.back-green {
  background-color: #257fa3;
}

.back-gray {
  background-color: #f8f8f8;
}

.back-black {
  background-color: #000;
}

.line-green {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.line-green::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #257fa3;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.index_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 80rem; */
  /* background-image: url(../images/main_img.png);
  background-position: center;
  background-size: cover; */
}

.index_main .video_wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  padding-top: 56.5%;
  overflow: hidden;
}

.index_main video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックも無効化：背景動画に使う場合はおすすめ */
}

.index_main .inner {
  position: relative;
  height: inherit;
}

.index_main_copy {
  position: absolute;
  bottom: 18%;
  left: 5%;
  color: #fff;
}

.index_main_copy h1 {
  font-size: 7rem;
  font-family: "avenir", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.8rem;
}

.index_main_copy .sub {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
  font-family: "hiragino-mincho-pron", sans-serif;
}

.index_about {
  padding: 10rem 0 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 5rem;
}

.index_about .sec-ttl .en {
  font-size: 4rem;
  font-weight: bold;
  font-family: "avenir", sans-serif;
  color: #336699;
}

.index_about .sec-ttl .ja {
  font-size: 1.6rem;
  font-weight: 500;
}

.index_about_ttl {
  font-size: 5rem;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.index_about_content {
  max-width: 84rem;
  margin: 3rem auto 0;
  width: 100%;
  font-size: 1.8rem;
}

.index_about_content p {
  line-height: 2;
  font-weight: 500;
}

.index_about_txt {
  width: 90%;
  margin: 0 auto;
}

.index_service {
  position: relative;
  margin-top: 8rem;
  padding: 8rem 0 15rem;
  z-index: 1;
  border-radius: 20rem 0 0 0;
  background-color: #eff4f5;
}

.index_service .inner {
  position: relative;
}

.index_service_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_service_list li {
  position: relative;
  width: calc(40% - 1.5rem);
  z-index: 1;
  background-color: #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6rem;
  border-radius: 1rem;
}

.index_service_list li a {
  color: #fff;
}

.index_service_list li:nth-child(2n) {
  margin-left: 5rem;
}

.index_service_list li:first-child {
  background-image: url(../images/service-card-bg-01.png);
}

.index_service_list li:nth-child(2) {
  background-image: url(../images/service-card-bg-02.png);
}

.index_service_list li:nth-child(3) {
  background-image: url(../images/service-card-bg-03.png);
}

.index_service_list li:nth-child(4) {
  background-image: url(../images/service-card-bg-04.png);
}

.index_service_list li:last-child {
  background-image: url(../images/service-card-bg-05.png);
}

.index_service_txtBox {
  color: #fff;
  padding: 2rem 2rem;
}

.index_service_txtBox h3 .en {
  display: block;
  font-size: 1.5rem;
}

.index_service_txtBox h3 .ja {
  font-size: 2.2rem;
}

.index_service_txtBox p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 3rem;
}

.index_service_txtBox img {
  width: 6rem;
  height: 100%;
}

.index_service_cont {
  padding-top: 19rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_works {
  padding-top: 18rem;
}

.index_works_list {
  margin-top: 6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_works_listwrap {
  margin-top: 4rem;
}

.index_works_list li {
  width: calc(33.3333333333% - 2rem);
}

.index_works_list li img {
  aspect-ratio: 600 / 480;
  object-fit: cover;
  height: 100%;
}

.index_works_txtBox .cont .ttl {
  font-size: 2rem;
}

.index_works_category {
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}

.index_works_category .category-list {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.index_works_category .category {
  background-color: #257fa3;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  width: auto;
}

.index_works_category .category + .category {
  margin-left: 1rem;
}

.index_company {
  margin-top: 8rem;
}

.index_company::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/company_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_company .sec-ttl .en {
  color: #fff !important;
}

.index_company .inner {
  padding: 6rem 0 12rem;
}

.index_company_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_company_list li {
  width: calc(33.3333333333% - 5rem);
}

.index_company_listwrap {
  padding-top: 6rem;
}

.index_company_txt {
  padding-top: 3rem;
  color: #fff;
}

.index_company_txt h3 {
  font-size: 2rem;
}

.index_company_txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_company_txt p .txt {
  font-size: 1.5rem;
  width: 70%;
}

.index_company_txt p img {
  width: 6rem;
  height: auto;
}

.index_news {
  padding: 12rem 0;
}

.index_news .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_news .inner .sec-ttl {
  text-align: left;
}

.index_news .inner .more_btn {
  margin-left: 0;
}

.index_news_ttlwrap {
  width: 20%;
}

.index_news_Listwrap {
  margin-top: 6rem;
  width: 70%;
}

.index_news_img {
  width: 12%;
}

.index_news_txtBox {
  width: 70%;
}

.index_news_category {
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  margin: 0rem 0 3rem;
}

.index_news_category .category {
  margin-right: 3rem;
  background-color: #eaf7fe;
  color: #0080d9;
  border-radius: 2rem;
  padding: 0rem 2rem;
}

.index_news_category .time {
  color: #c1bebe;
}

.index_news_list {
  border-bottom: 0.1rem solid #dcdcdc;
  padding: 3rem 3rem 3rem 0rem;
  list-style: none;
  font-weight: bold;
}

.index_news_list a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_news_list_time {
  width: 15%;
  text-align: center;
}

.index_news_list_cont {
  margin-left: 3rem;
}

.index_news_arrow {
  width: 6rem;
}

.about_desc {
  padding: 10rem 0 5rem;
}

.about_desc .sec-ttl .ja {
  margin-top: 3rem;
}

.about_desc p {
  margin-top: 4rem;
  line-height: 2.5;
}

.about_message {
  margin: 8rem 0;
}

.about_message .c-section__title {
  font-size: 3rem;
}

.about_message .text {
  padding-top: 3rem;
  font-size: 1.8rem;
}

.about_message_txt {
  padding-top: 5rem;
}

.about_message_txt p {
  line-height: 2;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "hiragino-mincho-pron", sans-serif;
}

.about_message_img {
  width: 40%;
}

.about_sec {
  padding: 6rem 0 5rem;
}

.about_sec_list {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 8rem 0;
}

.about_sec_list::after {
  content: "";
  width: 100vw;
  height: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  left: auto;
  right: -19rem;
  bottom: 0;
  background-image: url(../images/about_sec_bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}

.about_sec_left {
  width: 50%;
  margin-right: 3rem;
}

.about_sec_left p {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.6rem;
}

.about_sec_right {
  width: 45%;
}

.about_sec_right .txt--right {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.about_table_sec {
  padding: 10rem 0 5rem;
}

.about_table_wrap + .about_table_wrap {
  margin-top: 10rem;
}

.about_philosophy {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.about_philosophy .c-section__title {
  font-size: 3rem;
}

.about_philosophy h3 {
  font-size: 2.5rem;
  margin: 2rem 0;
}

.about_philosophy h4 {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.about_philosophy .txt{
	  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
	margin-bottom: 3rem;
	font-size: 2.2rem;
}


.about_philosophy .pd-l{
	padding-left: 4rem;
}

.about_philosophy strong {
  font-size: 2rem;
 display: inline-block;
 padding-bottom: 1rem;
}

.about_philosophy p {
  font-size: 1.6rem;
}

.about_access_sec {
  padding: 14rem 0 0;
}

.about_access_map {
  margin-top: 5rem;
}

.contact_sec_formwrap {
  margin-top: 4rem;
}

.contact_sec_formwrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 4rem;
  font-weight: bold;
  background: rgb(243, 159, 125);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(243, 159, 125)),
    to(rgb(231, 33, 26))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(243, 159, 125) 0%,
    rgb(231, 33, 26) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(243, 159, 125) 0%,
    rgb(231, 33, 26) 100%
  );
  color: #fff;
  max-width: 20rem;
  margin: 0 auto;
}

.contact_sec_form table {
  width: 100%;
  margin-bottom: 6rem;
}

.contact_sec_form table th,
.contact_sec_form table td {
  float: left;
  width: 100%;
  padding: 0 0 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.contact_sec_form table td input[type="text"],
.contact_sec_form table td input[type="email"],
.contact_sec_form table td input[type="tel"],
.contact_sec_form table td textarea {
  height: 6rem;
  font-size: 1.2rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid #404040;
}

.contact_sec_form table td input[type="text"],
.contact_sec_form table td input[type="email"],
.contact_sec_form table td input[type="tel"],
.contact_sec_form table td input[type="number"],
.contact_sec_form table td select,
.contact_sec_form table td textarea {
  color: #333;
  width: 100%;
  height: 4.5rem;
  font-size: 1.3rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
}

.contact_sec_form_btn input {
  width: 100%;
  border: none;
  cursor: pointer;
  color: #333 !important;
  border-radius: 8rem;
  padding: 1.5rem 3.3rem;
  margin-bottom: 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: transparent;
  font-size: 1.8rem;
}

.form-section {
  position: relative;
  margin-top: 8rem;
}

.form-section table {
  width: 100%;
}

.form-section table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.form-section table tr:last-child {
  border: none;
}

.form-section table th {
  vertical-align: middle;
  font-weight: bold !important;
  border-width: 1px 0px 1px 1px !important;
  width: 30%;
  text-align: center;
}

.form-section table td {
  width: 70%;
}

.form-section table th,
.form-section table td {
  /* border: #ddd solid !important; */
  border: none;
  padding: 3rem 1.5rem;
  line-height: 1.2em;
  vertical-align: top;
  font-weight: bold;
}

.form-section .txt18,
.rq {
  font-size: 1.8rem;
}

.form-section .rq .form-section .txt20 {
  margin: 4rem 0 2rem;
  font-size: 1.8rem;
}

.form-section .name-list td {
  display: block;
}

.form-section .name-list td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-section .name-list td .name {
  display: inline-block;
  width: 15%;
}

.form-section td input[type="text"],
.form-section td input[type="email"],
.form-section td input[type="tel"],
.form-section td input[type="number"],
.form-section td select,
.form-section td textarea {
  color: #333;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2rem 3rem 2rem 2rem;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  background: #fff;
}

.form-section td .note {
  color: #969696;
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.form-section .remaining p {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #de0000;
  line-height: 1.4em;
  text-align: center;
}

.form-section .number {
  font-size: 1.8rem;
  line-height: 1.4em;
}

.items {
  font-size: 1.8rem;
}

.essential {
  background: #ff462e;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.3rem 1.2rem;
  font-weight: normal;
  border-radius: 0.5rem;
  margin-left: 2rem;
}

.form-section .wpcf7-list-item {
  display: block;
  margin: 0;
  border-radius: 5px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 3rem;
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  padding-left: 2.5rem;
  display: inline-block;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background-image: url(../images/common/check_blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 1.5rem;
  left: 0.3rem;
  position: absolute;
  top: 0.3rem;
  width: 1.5rem;
}

.form-section .btn-wrapper {
  text-decoration: none;
  position: relative;
  display: block;
  width: 20rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: none;
  margin: 5rem auto;
}

.form-section .btn {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.wpcf7-submit:disabled {
  background-color: #d6d6d6;
  cursor: default;
}

.service_desc {
  padding: 5rem 0;
}

.service_desc .sec-ttl {
  line-height: 1.8;
}

.service_desc .sec-ttl .ja {
  margin-top: 3rem;
  font-size: 3rem;
}

.service_desc p {
  margin-top: 3rem;
  line-height: 2.5;
  font-size: 1.8rem;
}

.service_desc_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_desc_listwrap {
  margin-top: 7rem;
}

.service_desc_list li {
  width: calc(33.3333333333% - 4rem);
}

.service_desc_list li h3 {
  font-size: 2rem;
}

.service_desc_list li a {
  position: relative;
  padding: 1.5rem;
  display: block;
  -webkit-box-shadow: 0.8rem 0.8rem 1rem 0.1rem rgba(89, 87, 87, 0.5);
  box-shadow: 0.8rem 0.8rem 1rem 0.1rem rgba(89, 87, 87, 0.5);
}

.service_desc_list li a::after {
  position: absolute;
  top: 2.2rem;
  right: 2rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/service_arrow.png);
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.service_desc_list li + li {
  margin-left: 3rem;
}

.service_sec {
  padding: 8rem 0;
}

.service .service_sec:nth-child(even) {
  background-color: #ecf2f3;
}

.service_sec_ttl {
  font-size: 2.6rem;
  color: #00786a;
}

.service_sec_info {
  margin: 5rem 0 5rem;
}

.service_sec_info#feature {
  margin: 0 0 5rem;
}

.service_sec_info#rental
  .service_sec_info_list
  li:first-child
  .service_sec_infoImg
  img {
  width: 15rem;
}

.service_sec_info p {
  margin-top: 3rem;
  font-weight: 500;
}

.service_sec_infoImg img {
  width: 10rem;
  margin: 0 auto 4rem;
}

.service_sec_infoInner {
  margin-top: 4rem;
}

.service_sec_infoInner p {
  font-weight: 500;
}

.service_sec_info_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.service_sec_info_list li {
  width: calc(25% - 3rem);
}

.service_sec_info_list li p {
  font-weight: 500;
  font-size: 1.6rem;
}

.service_sec_info_desc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}

.service_sec_info_desc_img {
  width: 30%;
}

.service_sec_info_desc_cont {
  width: 66%;
  font-size: 1.8rem;
}

.service_sec_info_desc_cont p {
  margin-top: 0;
}

.service_sec_strongInner {
  margin-top: 8rem;
}

.service_sec_strong_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_sec_strong_list li {
  width: calc(33.3333333333% - 2rem);
  -webkit-box-shadow: 0.8rem 0.8rem 1rem 0.1rem rgba(89, 87, 87, 0.5);
  box-shadow: 0.8rem 0.8rem 1rem 0.1rem rgba(89, 87, 87, 0.5);
      background: #fff;
}

.service_sec_strong_list li .service_sec_strongImg{
  aspect-ratio: 600 / 400;
}

.service_sec_strong_list li .service_sec_strongImg img{
	width: 100%;
	height: 100%;
}

.service_sec_strong_ttl {
  text-align: center;
  min-height: 15rem;
}

.service_sec_strong_ttl h3 {
  font-size: 2.4rem;
  background-color: #057c46;
  color: #fff;
  padding: 0.8rem 0;
}

.service_sec_strong_ttl p {
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.5;
}

.service_sec_strong_txtBox {
  padding: 2rem 2.5rem;
  background: #fff;
}

.service_sec_strong_txtBox h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}

.service_sec_strong_txtBox h3:before {
  content: "";
  width: 0.5rem;
  height: 100%;
  display: block;
  background: #005da8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1.4rem;
}

.service_sec_strong_txtBox p {
  margin-top: 0rem;
}

.service_sec_second .inner {
  padding: 0rem 0 10rem;
}

.service_sec_second_wrap {
  position: relative;
  background-color: #fff;
  padding: 4rem 4rem;
  z-index: 1;
  border: 0.1rem solid #257fa3;
}

.service_sec_second_wrap .c-section__title {
  font-size: 3rem;
}

.service_sec_second_wrap .text {
  padding-top: 3rem;
  font-size: 1.8rem;
}

.service_sec_second .c-section__catch {
  font-size: 2.4rem;
  padding-top: 4rem;
}

.service_sec_second_img {
  width: 30%;
  position: absolute !important;
  display: block;
  top: 50px;
  right: 45px;
  z-index: -1 !important;
}

.service_sec_job {
  margin: 6rem 0;
}

.service_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.service_list_inner {
  position: relative;
}

.service_list_inner h3 {
  font-size: 3rem;
  font-weight: bold;
}

.service_list_txt {
  width: 100%;
}

.service_list_txt p {
  line-height: 2;
  font-weight: 500;
  font-size: 1.8rem;
}

.service_list_img {
  margin: 6rem 0;
}

.single_movie_wrap {
  margin-top: 3rem;
}

.single_movie_wrap video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#archive li {
  list-style: none;
}

.archive_sec_ {
  padding-bottom: 15rem;
}

.archive_sec_inner {
  padding: 5rem 0 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive_sec_sidebar {
  margin-top: 6rem;
  width: 18%;
}

.archive_sec_sidebar .widget {
  list-style: none;
}

.archive_sec_sidebar .widget + .widget {
  margin-top: 8rem;
}

.archive_sec_sidebar .widget.widget_archive li {
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  padding: 0 3rem;
  margin-top: 3rem;
}

.archive_sec_sidebar .widgettitle {
  border-bottom: 0.3rem solid #333;
  font-size: 2rem;
}

.archive_sec_sidebar .cat-item {
  margin-top: 3rem;
}

.archive_sec_sidebar .current-cat a {
  position: relative;
  padding-left: 3rem;
}

.archive_sec_sidebar .current-cat a::before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 3rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.archive_sec_sidebar .current-cat a::after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 3rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14.6rem;
}

.archive_sec_sidebar .children {
  margin-top: 3rem;
}

.archive_sec_sidebar .children .cat-item {
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}

.archive_sec_sidebar .children .cat-item a {
  padding-left: 0;
}

.archive_sec_sidebar .children .cat-item a::before {
  content: none;
}

.archive_sec_sidebar .children .cat-item a::after {
  content: none;
}

.archive_sec_sidebar-wrapsp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #333;
  width: 48%;
}

.archive_sec_sidebar-wrapsp_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive_sec_sidebar-wrapsp select {
  width: 100%;
  padding: 2rem 3rem 2rem;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis;
  z-index: 1;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
}

.archive_sec_sidebar-wrapsp + .archive_sec_sidebar-wrapsp {
  margin-left: 3rem;
}

.archive_sec_content {
  width: 77%;
}

.ict .archive_sec_content{
	width: 100%;
	padding-bottom: 15rem;
}

.archive_sec_content_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive_sec_content_item {
  width: calc(33.3333333333% - 1.5rem);
  margin-top: 6rem;
}

.archive_sec_content_img {
  aspect-ratio: 600 / 480;
}

.archive_sec_content_img img {
  object-fit: cover;
  height: 100%;
}

.archive_sec_content_item:nth-child(3n-1) {
  margin: 6rem 2rem 0;
}

.archive_sec_content_item a {
  display: block;
}

.archive_sec_content_item_txtBox {
  margin-top: 1rem;
}

.archive_sec_content_item .heading3 {
  font-size: 1.8rem;
  padding: 0.5rem 0;
}

.archive_sec_content_item_characters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 2rem 0 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  flex-flow: column;
}

.archive_sec_content_item .characters {
  display: inline-block;
  margin: 0 0.2rem;
}

.archive_sec_content_item .category-list {
  display: flex;
  flex-wrap: wrap;
}

.archive_sec_content_item .category {
  background-color: #257fa3;
  color: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  display: inline-block;
  margin: 0.2rem;
}

#single li {
  list-style: none;
}

.single_sec {
  padding-bottom: 15rem;
}

.single_sec_inner {
  padding: 10rem 0 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_sec_sidebar {
  width: 20%;
}

.single_sec_sidebar .widget {
  list-style: none;
}

.single_sec_sidebar .widget + .widget {
  margin-top: 8rem;
}

.single_sec_sidebar .widget.widget_archive li {
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  padding: 0 3rem;
  margin-top: 3rem;
}

.single_sec_sidebar .widgettitle {
  border-bottom: 0.3rem solid #333;
  font-size: 2rem;
}

.single_sec_sidebar .cat-item {
  margin-top: 3rem;
}

.single_sec_sidebar .current-cat a {
  position: relative;
  padding-left: 3rem;
}

.single_sec_sidebar .current-cat a::before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 3rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.single_sec_sidebar .current-cat a::after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 3rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14.6rem;
}

.single_sec_sidebar .children {
  margin-top: 3rem;
}

.single_sec_sidebar .children .cat-item {
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  padding: 0 3rem;
}

.single_sec_sidebar .children .cat-item a {
  padding-left: 0;
}

.single_sec_sidebar .children .cat-item a::before {
  content: none;
}

.single_sec_sidebar .children .cat-item a::after {
  content: none;
}

.single_sec_content {
  width: 70%;
  background-color: #efefef;
  padding: 6rem;
}

.news .single_sec_content {
  width: 90%;
  margin: 0 auto;
}

.single_sec_content_desc {
  margin-top: 3rem;
}

.single_sec_content p {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.single_sec_content h1 {
  font-size: 3.3rem;
}

.single_sec_content h2 {
  font-size: 2.6rem;
}

.single_sec_content h3 {
  font-size: 2.3rem;
}

.single_sec_content h4 {
  font-size: 2.2rem;
}

.single_sec_heading {
  font-size: 2.4rem;
  padding: 0.5rem 0;
}

.single_sec_tag_list {
  margin: 1rem 0 3rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.single_sec_tag_time {
  display: inline-block;
}

.single_sec_tag_category {
  padding: 0.5rem 1rem;
  width: 18rem;
  margin-left: 1rem;
  display: flex;
  width: 100%;
}

.single_sec_tag_category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #cdcdcd;
  padding: 0.5rem 1.5rem;
  background-color: #257fa3;
  color: #fff;
  border-radius: 2rem;
}

.single_sec_tag_category a + a {
  margin-left: 2rem;
}

.single_sec .topics_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  margin-bottom: 6rem;
}

.single_sec .topics_links .links_move {
  width: 50%;
  padding: 0 4rem;
  text-align: center;
}

.single_sec .topics_links .links_move + .links_move {
  border-left: 0.1rem solid #333;
}

.single_sec .topics_links .links_move.prev {
  position: relative;
}

.single_sec .topics_links .links_move.prev::before {
  position: absolute;
  left: 3rem;
  content: "";
  width: 0.8rem;
  height: 2.8rem;
  background-image: url(../images/common/icon_arrow02.png);
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.single_sec .topics_links .links_move.prev a {
  position: relative;
}

.single_sec .topics_links .links_move.next {
  position: relative;
}

.single_sec .topics_links .links_move.next::after {
  position: absolute;
  right: 3rem;
  content: "";
  width: 0.8rem;
  height: 2.8rem;
  background-image: url(../images/common/icon_arrow.png);
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.single_sec .more_btn {
  width: 26rem;
  margin: 0 auto;
}

.single_sec .more_btn a {
  padding: 1.5rem 0;
}

#news_archive {
  padding: 8rem 0;
}

#news_archive a {
  text-decoration: none;
  color: #333;
}

.blog-cont .media {
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #e9e9e9;
}

.media .category-news .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.media .media-body a {
  width: 20%;
  margin-right: 3rem;
}

.media .media-body .image {
  position: relative;
  margin-top: 3rem;
}

.media .media-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media .media-body .entry-meta_items_term {
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 1rem;
  padding: 0.8rem 2rem;
  background-color: #333;
}

.media-body .post-content .media-heading {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  /*   padding: 40px 0 20px; */
  color: #333;
}

.media-body .post-content {
  text-align: left;
  margin-top: 5rem;
  width: 80%;
}

.media-body .post-content .heading3 {
  font-size: 2.2rem;
}

.media-body .post-content a {
  color: #000;
}

.media-body .post-content a p {
  line-height: 2;
}

.media-body .post-content .media-heading a:hover {
  color: #333;
  text-decoration: underline;
}

.media-body .post-content .media-body_excerpt:hover {
  text-decoration: underline;
}

.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .color-white-pc {
    color: #fff;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media (max-width: 960px) {
  #pagerHeader .c-section__inner .c-section__title.type01 {
    top: -5.5rem;
  }

  #pagerHeader .c-section__inner .c-section__title.type01 .eng {
    left: -1rem;
  }

  #pagerHeader .c-section__inner {
    height: 40rem;
  }

  #pagerHeader .c-section__inner::after {
    left: 2rem;
  }

  .contentsPage {
    padding-top: 25rem;
  }

  .c-section__inner {
    padding: 1rem 2rem;
  }

  .c-section__title .eng {
    font-size: 6.5rem;
  }

  .c-section__title .jpn {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 2.2rem;
  }

  .header-logo {
    width: 30rem;
  }

  .header-btn {
    margin-left: 2rem;
  }

  .footer {
    padding: 5rem 0 1rem;
  }

  .footer_info {
    display: block;
    padding: 8rem 0;
  }

  .footer_info_item {
    width: 100%;
  }

  .footer_info_item a {
    padding: 4rem 3rem 4rem 12rem;
  }

  .footer_info_item a .img {
    width: 9rem;
  }

  .footer_info_item a p {
    font-size: 2.6rem;
  }

  .footer_info_item a p span {
    font-size: 2rem;
  }

  .footer_info_item + .footer_info_item {
    margin-left: 0;
    margin-top: 5rem;
  }

  .footer_logo {
    width: 15rem;
    margin: 5rem auto 3rem;
  }

  .footer_wrap {
    display: block;
    padding-bottom: 6rem;
  }

  .footer_wrap_left {
    width: 100%;
  }

  .footer_wrap_left p {
    text-align: center;
    margin: 3rem 0 4rem;
  }

  .footer_wrap_right {
    width: 100%;
  }

  .footer_navlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_nav_item {
    width: calc(33.3333333333% - 2rem);
    margin: 2rem 0;
  }

  .footer_nav_item a {
    font-size: 2rem;
  }

  .footer_nav_item a .ja {
    font-size: 1.6rem;
  }

  .footer_nav_item + .footer_nav_item {
    margin-left: 0;
  }

  .footer_copy {
    padding-bottom: 0;
  }

  .sec-ttl .en {
    font-size: 5.5rem;
  }

  .sec-ttl .ja {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }

  .ttl--l {
    font-size: 6rem;
  }

  .txt--center-sp {
    text-align: left;
  }

  .txt--l {
    font-size: 2.4rem;
  }

  .more_btn {
    max-width: 35rem;
    margin: 10rem auto 0;
  }

  .more_btn a {
    padding: 2rem 3rem;
    font-size: 2.2rem;
  }

  #pagerHeader .c-section__inner {
    height: 45rem;
  }

  .c-section__inner {
    padding: 1.5rem 2.5rem;
  }

  .c-section__title {
    font-size: 3rem;
  }

  .c-section__title .number {
    font-size: 3.3rem;
  }

  .c-section__title .en {
    font-size: 2.2rem;
  }

  .c-section__catch {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }

  .slider-track {
    bottom: -5rem;
  }

  .slider-track img {
    height: 12rem;
  }

  .index_accordion_text {
    padding: 1rem 2rem 3rem 8rem;
    font-size: 1.8rem;
  }

  .index_accordion_title .fas {
    font-size: 3rem;
  }

  .color-white-pc {
    color: #000;
  }

  .index_main {
    height: 100rem;
  }

  .index_main .video_wrapper {
    padding-top: 0;
    width: 100%;
  }

  .index_main .video_wrapper video {
    width: auto;
  }

  .index_main_copy h1 {
    font-size: 5rem;
  }

  .index_main_copy .sub {
    font-size: 3.3rem;
  }

  .index_about .sec-ttl .en {
    font-size: 4.5rem;
  }

  .index_about .sec-ttl .ja {
    font-size: 2rem;
    margin-top: 1.5rem;
  }

  .index_about_ttl {
    margin-top: 3.3rem;
    font-size: 5.2rem;
  }

  .index_about_content {
    max-width: 100%;
    margin: 3.8rem auto 0;
  }

  .index_service {
    margin-top: 10rem;
    padding: 8rem 0;
  }

  .index_service_list {
    display: block;
  }

  .index_service_list li {
    width: 90%;
    margin: 6rem auto;
  }

  .index_service_list li + li {
    margin: 6rem auto;
  }
  .index_service_list li:nth-child(2n) {
    margin: 6rem auto;
  }

  .index_service_list li:nth-child(4) {
    margin: 6rem auto;
  }

  .index_service_txtBox {
    padding: 4rem 4rem;
  }

  .index_service_txtBox h3 .en {
    font-size: 2rem;
  }

  .index_service_txtBox h3 .ja {
    font-size: 2.6rem;
  }

  .index_service_txtBox p {
    font-size: 2rem;
  }

  .index_works {
    padding-top: 15rem;
  }

  .index_works_list {
    display: block;
  }

  .index_works_listwrap {
    margin-top: 6.5rem;
  }

  .index_works_list li {
    width: 100%;
  }

  .index_works_list li + li {
    margin-top: 6rem;
  }

  .index_works_category .category + .category {
    margin-top: 0;
  }

  .index_works_txtBox .cont .ttl {
    font-size: 2.4rem;
  }

  .index_works_category {
    font-size: 1.8rem;
    margin: 2rem 0;
  }

  .index_works_category .time {
    font-size: 2rem;
  }

  .index_company {
    margin-top: 10rem;
  }

  .index_company .inner {
    padding: 8rem 0 10rem;
  }

  .index_company_list {
    display: block;
  }

  .index_company_list li {
    width: 90%;
    margin: 6rem auto 0;
  }

  .index_company_listwrap {
    padding-top: 0rem;
  }

  .index_company_txt h3 {
    font-size: 2.6rem;
  }

  .index_company_txt p .txt {
    width: 80%;
    margin-top: 1rem;
    font-size: 1.8rem;
  }

  .index_company_txt p img {
    width: 7rem;
    height: auto;
  }

  .index_news {
    padding: 10rem 0;
  }

  .index_news .inner {
    display: block;
  }

  .index_news .inner .sec-ttl {
    text-align: center;
  }

  .index_news .inner .more_btn {
    margin: 10rem auto 0;
  }

  .index_news_ttlwrap {
    width: 100%;
  }

  .index_news_Listwrap {
    width: 100%;
  }

  .index_news_img {
    width: 15%;
  }

  .index_news_txtBox {
    width: 65%;
  }

  .index_news_list_time {
    width: 20%;
  }

  .index_news_arrow {
    width: 5rem;
  }

  .about_message_img {
    margin-top: 4rem;
    width: 100%;
  }
	
  .contact_sec_formwrap a {
    max-width: 25rem;
    font-size: 2rem;
  }

  .service_desc_list {
    display: block;
  }

  .service_desc_listwrap {
    margin-top: 4rem;
  }

  .service_desc_list li {
    width: 90%;
    margin: 3rem auto 0;
  }

  .service_desc_list li h3 {
    font-size: 2.2rem;
  }

  .service_desc_list li a {
    padding: 2.5rem 2rem;
  }

  .service_desc_list li + li {
    margin-left: auto;
  }

  .service_sec {
    padding: 6rem 0 0;
  }

  .service_sec_info#feature {
    margin: 8rem 0;
  }

  .service_sec_info#rental
    .service_sec_info_list
    li:first-child
    .service_sec_infoImg
    img {
    width: 12rem;
  }

  .service_sec_infoInner {
    margin-top: 5rem;
  }

  .service_sec_info_list li {
    width: calc(50% - 2rem);
  }

  .service_sec_info_desc {
    display: block;
  }

  .service_sec_info_desc_img {
    width: 100%;
  }

  .service_sec_info_desc_cont {
    width: 100%;
  }

  .service_sec_info_desc_cont p {
    margin-top: 3rem;
  }

  .service_sec_strongImg {
    height: 30rem;
  }

  .service_sec_strongImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service_sec_strong_list {
    display: block;
  }

  .service_sec_strong_list li {
    width: 100%;
    margin-top: 5rem;
  }

  .service_sec_strong_ttl {
    min-height: auto;
    margin-bottom: 3rem;
  }

  .service_sec_strong_ttl h3 {
    font-size: 2.6rem;
  }

  .service_sec_strong_txtBox h3 {
    font-size: 2rem;
  }

  .service_list {
    padding-top: 3rem;
    display: block;
    padding-bottom: 3rem;
  }

  .service_list_inner {
    padding: 3rem 0 0;
  }

  .service_list_txt p {
    font-size: 1.8rem;
  }

  .service_list_txt {
    width: 100%;
    padding-top: 3rem;
  }

  .archive_sec_sidebar-wrapsp select {
    font-size: 2.2rem;
  }

  .archive_sec_inner {
    display: block;
    padding: 5rem 0;
  }

  .archive_sec_content {
    width: 100%;
  }
	
	.ict .archive_sec{
		padding-top: 6rem;
	}
	
	.ict .archive_sec_content {
		padding-bottom: 10rem;
	}

  .archive_sec_content_item {
    width: calc(50% - 1.5rem);
  }

  .archive_sec_content_item:nth-child(3n-1) {
    margin: 6rem 0 0;
  }

  .archive_sec_content_item:nth-child(2n) {
    margin-left: 3rem;
  }

  .archive_sec_content_item .heading3 {
    font-size: 2.5rem;
  }

  .single_sec_inner {
    display: block;
  }

  .single_sec_content {
    width: 100%;
    margin-top: 5rem;
    padding: 6rem 4rem;
  }

  .single_sec_content h2 {
    font-size: 2.8rem;
  }

  .single_sec_content h3 {
    font-size: 2.5rem;
  }

  .single_sec_heading {
    font-size: 2.8rem;
  }

  .single_sec_tag_list {
    font-size: 2.2rem;
    margin: 2rem 0 3rem;
  }

  .single_sec .topics_links {
    border: none;
  }

  .single_sec .topics_links .links_move {
    padding: 0 1.5rem;
  }

  .single_sec .topics_links .links_move.prev::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0rem;
    width: 0.6rem;
    background-size: 0.6rem;
  }

  .single_sec .topics_links .links_move.prev a {
    font-size: 1.6rem;
  }

  .single_sec .topics_links .links_move.next::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0rem;
    width: 0.6rem;
    background-size: 0.6rem;
  }

  .single_sec .topics_links .links_move.next a {
    font-size: 1.8rem;
  }

  .single_sec .more_btn {
    width: 30rem;
  }

  .form-section table tr {
    display: block;
  }

  .form-section table th {
    text-align: left;
    padding-bottom: 0;
  }

  .form-section table th,
  .form-section table td {
    width: 100%;
    display: block;
    font-size: 2.2rem;
  }

  .form-section .wpcf7-list-item {
    font-size: 2.2rem;
  }

  .form-section .txt18,
  .rq {
    font-size: 2.2rem;
  }

  .form-section td .note {
    font-size: 2rem;
  }

  .form-section .btn {
    font-size: 2.2rem;
  }

  .media .category-news .media-body {
    display: block;
  }

  .media .category-news .media-body .heading3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }

  .media .media-body .image {
    width: 100%;
    margin-right: 0;
    height: 100%;
  }

  .media .media-body .image img {
    min-height: auto;
    height: 100%;
  }

  .media .media-body .post-content {
    text-align: left;
    margin-top: 40px;
  }

  .about_philosophy .c-section__title {
    font-size: 3.4rem;
  }
	
	  .about_philosophy h4 {
    font-size: 3.3rem;
  }
	
	.about_philosophy .txt{
		font-size: 2.4rem;
	}
	
	.about_philosophy strong{
		font-size: 2.4rem;
	}

  .about_philosophy h3 {
    font-size: 2.8rem;
  }

  .about_philosophy p {
    font-size: 2rem;
  }
	
	.about_sec_list::after{
		right: -3.8rem;
	}
	
	.about_sec_list{
		flex-flow: column-reverse;
		padding: 6rem 0;
	}
	
	.about_sec_right{
		width: 100%;
	}
	
	.about_sec_left {
		width: 100%;
       margin-right: 0;
	}
	
	.about_sec_left p {
		margin-top: 3rem;
		font-size: 1.8rem;
	}
	
	.about_table_sec{
		padding: 5rem 0 10rem;
	}

}

.service_sec_info h1 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 2em;
}

.table-container {
  max-width: 900px;
  margin: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* 影を少し薄く調整 */
  border-radius: 12px;
  overflow: hidden;
  margin-top: 6rem;
}

.business table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

.business th,
td {
  padding: 1.6rem 2rem;
  text-align: left;
  border: 1px solid #dfe6e9;
  vertical-align: middle;
}

.business thead th {
  background-color: #34495e;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.business tbody tr {
  background-color: #ffffff;
}

.business tbody tr:hover {
  background-color: #f5f8ff;
}

/* セル結合した際のテキストを中央揃えに */
.business td[rowspan],
td[colspan] {
  text-align: center;
}

/* 大分類のヘッダー色分け (視認性のために維持) */
.category-header {
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}

.header-executive {
  background-color: #3498db;
}

.header-mid-level {
  background-color: #2ecc71;
}

.header-junior {
  background-color: #f39c12;
}

/* ★ SSKアカデミーの特別強調スタイル (視認性のために維持) ★ */
.highlight-ssk {
  font-size: 1.8em;
  font-weight: 900;
  color: #c0392b;
  background-color: #fffbe6 !important;
  line-height: 1.4;
}

.main-title {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 2em;
}

.sub-title {
  text-align: center;
  color: #6c757d;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 1.5em;
}

/* ========== 成長マップ（PC表示） ========== */
.growth-map {
  position: relative;
  padding-left: 50px;
  /* 能力レベルの軸スペース */
  padding-bottom: 40px;
  /* 地面のラインのスペース */
}

/* 【修正】能力レベルの向きを修正 */
.skill-axis {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 4rem;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  /* transform: rotate(180deg); を削除 */
  color: #6c757d;
  font-weight: 500;
}

.skill-axis::after {
  content: "▲";
  display: block;
  margin-bottom: 5px;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* 下揃え */
  position: relative;
}

.ground-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: #e6e0d4;
  border-top: 2px solid #d4c8b0;
}

.step {
  width: 18%;
  text-align: center;
  position: relative;
}

.step-bubble {
  background-color: var(--c-light-gray);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.step-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--c-light-gray);
}

.step-bubble h3 {
  margin: 0;
  font-size: 1em;
  color: #34495e;
  margin-bottom: 5px;
}

.step-plant {
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

/* 【修正】絵文字のサイズ調整 */
#step0 .step-plant {
  font-size: 3em;
}

#step1 .step-plant {
  font-size: 4em;
}

#step2 .step-plant {
  font-size: 5.5em;
}

#step3 .step-plant {
  font-size: 7em;
}

/* ミニサイズ */
#step4 .step-plant {
  font-size: 9em;
}

/* 大サイズ */

.step-timeframe {
  font-weight: bold;
  color: #333;
}

/* 【修正】Step 4のテキストレイアウト調整 */
#step4 .step-bubble {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  min-height: 100px;
}

#step4 .step-bubble h3 {
  font-size: 0.9em;
  /* 文字を少し小さく */
  background-color: #fff;
  padding: 8px;
  /* パディングを少し調整 */
  border-radius: 8px;
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* ========== 成長目標セクション ========== */
.goals-container {
  margin-top: 60px;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
}

.goal-item {
  display: flex;
  border-bottom: 1px solid var(--c-border);
}

.goal-item:last-child {
  border-bottom: none;
}

.goal-label {
  flex-shrink: 0;
  width: 120px;
  padding: 20px;
  background: var(--c-light-gray);
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goal-description {
  padding: 20px;
  flex-grow: 1;
}

#goal1 .goal-label {
  background-color: #e7f5e5;
  color: #2e7d32;
}

#goal2 .goal-label {
  background-color: #e3f2fd;
  color: #1565c0;
}

#goal3 .goal-label {
  background-color: #fff8e1;
  color: #f57f17;
}

#goal4 .goal-label {
  background-color: #f3e5f5;
  color: #6a1b9a;
}

#goal4 .goal-description ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#goal4 .goal-description li {
  margin-bottom: 10px;
}

#goal4 .goal-description li:last-child {
  margin-bottom: 0;
}

/* ========== スマホ向けレスポンシブ対応 ========== */
@media (max-width: 992px) {
  .growth-map {
    padding-left: 0;
  }

  .skill-axis {
    display: none;
  }

  .steps-container {
    flex-direction: column;
    align-items: stretch;
  }

  .step {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    /* 植物を下に */
    align-items: center;
  }

  .ground-line,
  .step-bubble::after {
    display: none;
  }

  .step-bubble {
    margin-bottom: 0;
    margin-top: 1.5rem;
    width: 90%;
  }

  #step4 .step-bubble {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #step4 .step-bubble h3 {
    min-height: auto;
  }

  .goal-item {
    flex-direction: column;
  }

  .goal-label {
    width: 100%;
    text-align: center;
  }
}

.pager_style {
  text-align: center;
  padding: 8rem 0 0 0;
}

.pager_style li {
  width: 5rem;
  border: 0.2rem solid #ccc;
  background: #fff;
  display: inline-block;
  margin: 0 0.8rem 0;
  transition: all 0.5s ease;
}

.pager_style li:hover {
  background: #257fa4;
}

.pager_style li:hover a {
  color: #fff !important;
}

.pager_style li.on {
  background: #257fa4;
  color: #fff;
}

.pager_style li a {
  font-size: 2rem;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
}

.pager_style li.on a {
  color: #fff !important;
  text-align: center;
}

.pager_style li a:hover {
  color: #fff;
}

.pager_style li.prev {
  margin: 0 1rem 0 0;
}

.pager_style li.next {
  margin: 0 0 0 1rem;
}

.c-side-nav-sns {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 9999;
}

.c-side-nav-sns .sns {
  height: inherit;
}

.c-side-nav-sns a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-side-nav-sns a img {
  max-width: 100%;
  width: 7rem;
  height: auto;
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  .c-side-nav-sns a img {
    width: 9rem;
  }
}
