@charset "UTF-8";

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

a,
abbr,
acronym,
address,
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: "游明朝体", "Yu明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS P明朝", "MS PMincho", serif;
  background: #fff !important;
}

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
-----------------------------*/

/*-----------------------------
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-weight: 300;
  font-style: normal;
}

.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 8rem;
  background-color: #fff;
}

.header-logo {
  width: 20rem;
  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_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;
  padding: 2rem 0;
}

.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;
  width: 100%;
  font-size: 1.8rem;
  border-left: 0.1rem solid #333;
  padding-left: 2rem;
}

.header_navitem.menu_item--contact a {
  border: 0.1rem solid #595757;
  padding: 1rem 2.8rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  background-color: #595757;
  line-height: 1.5;
  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_navitem:first-child a {
  border-left: none;
}

.header-btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  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: #333;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}

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

.header-btn span:nth-of-type(2) {
  top: 4rem;
  -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: 22%;
  -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 {
  background-image: url(../images/common/footer_bg.png);
  background-position: center;
  background-size: cover;
}

.footer .sec-ttl .en {
  background: none;
}

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

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

.footer .sec-ttl .en::after {
  content: "";
  width: 10rem;
  height: 0.4rem;
  display: inline-block;
  background-color: #9fa0a0;
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 5rem);
}

.footer_logo {
  width: 100%;
}

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

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

.footer_wrap_center {
  width: 50%;
}

.footer_wrap_center table {
  width: 100%;
}

.footer_wrap_center table tr {
  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;
}

.footer_wrap_center table th,
.footer_wrap_center table td {
  text-align: left;
  font-size: 2rem;
}

.footer_wrap_center table th {
  width: 25%;
}

.footer_wrap_center table td {
  width: 70%;
  line-height: 1.8;
}

.footer_wrap_right {
  width: 35%;
  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_nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.footer_nav li + li {
  margin-left: 2rem;
}

.footer_copy {
  font-weight: bold;
  padding: 2.5rem 0;
  background-color: #727171;
}

.footer_copy p {
  font-size: 1.4rem;
}

.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: 3.3rem;
  color: #333;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #d2d2d2));
  background: -webkit-linear-gradient(transparent 80%, #d2d2d2 0%);
  background: linear-gradient(transparent 80%, #d2d2d2 0%);
  display: inline-block;
}

.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: 25rem;
  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: 1rem 2.5rem;
  border: 0.1rem solid #333;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

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

.more_btn span {
  display: block;
}

.border {
  border: 0.1rem 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;
}

.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;
}

.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;
}

.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%);
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #333;
}

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

.back-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/top/back_gray.png);
  background-position: center;
  background-size: cover;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90%;
  z-index: -1;
}

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

.index_main {
  width: 100%;
  position: relative;
  height: 800px;
  background-image: url(../images/top/main_img.png);
  background-position: bottom;
  background-size: cover;
  margin-top: 14.5rem;
  background-repeat: no-repeat;
}

.index_about {
  padding: 8rem 0;
  background-image: url(../images/top/about_main_img.png);
  background-position: center;
  background-size: cover;
}

.index_about_txtBox {
  width: 50%;
  margin-left: auto;
}

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

.index_about_content {
  font-size: 1.8rem;
  margin-top: 4rem;
}

.index_about_content .head {
  font-size: 2.2rem;
  line-height: 2.5;
}

.index_about_content .desc {
  margin-top: 6rem;
}

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

.index_message {
  margin-top: 8rem;
}

.index_message .inner {
  padding: 6rem;
}

.index_message_txtBox {
  width: 50%;
  margin-right: auto;
}

.index_message_txtBox .cont {
  padding-top: 4rem;
}

.index_message_txtBox .index_message_img {
  margin-top: 6rem;
}

.index_message .index_message_img_right {
  position: absolute;
  top: 10%;
  right: 0;
  width: 45%;
  max-width: 85rem;
}

.index_message_imgBox {
  width: 45%;
  position: relative;
}

.index_message_imgBox .index_message_img_list {
  position: absolute;
  left: 0;
  bottom: 10rem;
}

.index_message_imgBox .index_message_img_list .index_message_img:last-child {
  position: relative;
  margin-top: 10rem;
  margin-left: -8rem;
  z-index: -1;
}

.index_message_img_sp_inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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_message_img_spitem {
  width: calc(50% - 3rem);
}

.index_message_img_spitem:last-child {
  margin: 5rem 0 0 6rem;
  width: 60%;
}

.index_menu {
  margin-top: 10rem;
}

.index_menu .inner {
  padding: 8rem 6rem 10rem;
}

.index_menu .back-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/top/back_gray.png);
  background-position: center;
  background-size: cover;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  z-index: -1;
}

.index_menu_txtBox {
  width: 42%;
  margin-left: auto;
}

.index_menu_txtBox .cont {
  padding-top: 4rem;
}

.index_menu_txtBox .index_menu_img {
  margin-top: 6rem;
}

.index_menu .index_menu_img_left {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
  max-width: 85rem;
}

.index_menu_imgBox {
  width: 55%;
  position: relative;
}

.index_menu_imgBox .index_menu_img_list {
  position: absolute;
  left: 0;
  bottom: 10rem;
}

.index_menu_imgBox .index_menu_img_list .index_menu_img:last-child {
  position: relative;
  margin-top: 10rem;
  margin-left: -8rem;
  z-index: -1;
}

.index_menu_img_wrap {
  position: absolute;
  bottom: -8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6rem;
  width: 90%;
}

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

.index_menu_img_wrap ul li + li {
  margin-left: 2rem;
}

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

.index_menu_img_sp_inner + .index_menu_img_sp_inner {
  margin-top: 6rem;
}

.index_menu_img_sp_inner + .index_menu_img_sp_inner .index_menu_img_sp_item {
  width: 40rem;
  position: absolute;
  top: 0;
}

.index_menu_img_sp_inner + .index_menu_img_sp_inner .index_menu_img_sp_item + .index_menu_img_sp_item {
  right: 0;
  z-index: -1;
  margin-top: 10rem;
}

.index_menu_img_sp_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
}

.index_menu_img_sp_list li:nth-child(2n) {
  margin: 0rem 0 1rem 1rem;
}

.index_menu_img_sp_item {
  width: 48%;
}

.index_experience {
  margin-top: 20rem;
}

.index_experience .inner {
  padding: 6rem;
}

.index_experience_txtBox {
  width: 42%;
  margin-right: auto;
}

.index_experience_txtBox .cont {
  padding-top: 4rem;
}

.index_experience_txtBox .index_experience_img {
  margin-top: 6rem;
}

.index_experience_txtBox .more_btn {
  max-width: 38rem;
}

.index_experience_txtBox .more_btn a {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
}

.index_experience_txtBox .more_btn a::after {
  right: 10%;
}

.index_experience_txtBox .more_btn a span {
  font-size: 1.6rem;
}

.index_experience .index_experience_img_right {
  position: absolute;
  top: 10%;
  right: 0;
  width: 55%;
  max-width: 85rem;
}

.index_experience_imgBox {
  width: 55%;
  position: relative;
}

.index_experience_imgBox .index_experience_img_list {
  position: absolute;
  left: 0;
  bottom: 0rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_experience_imgBox .index_experience_img_list .index_experience_img {
  width: 56%;
}

.index_experience_imgBox .index_experience_img_list .index_experience_img:last-child {
  margin-top: -8rem;
}

.index_experience_imgBox .index_experience_img_list .index_experience_img:nth-child(2) {
  position: relative;
  margin-top: 18rem;
  margin-left: -8rem;
  z-index: -1;
}

.index_experience_img_spwrap {
  margin-top: 40rem;
}

.index_experience_img_sp_inner {
  -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_experience_img_sp_inner + .index_experience_img_sp_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6rem;
}

.index_experience_img_sp_inner + .index_experience_img_sp_inner .index_experience_img_spitem:first-child {
  margin-top: 8rem;
}

.index_experience_img_spitem {
  width: 48%;
}

.index_sns_01 {
  margin-top: 10rem;
}

.index_sns_01 .index_sns_wrap {
  position: relative;
  margin-top: 6rem;
  background-image: url(../images/top/top_sns01_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 8rem 0;
}

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

.index_sns_01 .index_sns_item + .index_sns_item {
  margin-left: 2rem;
}

.index_sns_02 {
  margin-top: 10rem;
}

.index_event {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.index_works {
  margin-top: 10rem;
  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_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 {
  margin-left: 2rem;
  background-color: #257fa3;
  color: #fff;
  border-radius: 2rem;
  padding: 0rem 2rem;
}

.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: 100%;
}

.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;
}

.sp-none {
  display: none;
}

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

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media (max-width: 1400px) {
  .index_main {
    height: 80rem;
  }
}

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

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

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

  .header-inner {
    padding: 0 4rem;
  }

  .header-logo {
    width: 28rem;
  }

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

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

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

  .footer_wrap_left {
    width: 100%;
    margin: 0 auto;
  }

  .footer_wrap_center {
    width: 100%;
    margin: 5rem 0;
  }

  .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: 3.8rem;
  }

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

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

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

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

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

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

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

  .back-gray::before {
    height: 100%;
  }

  .index_main {
    height: 100rem;
    margin-top: 10rem;
  }

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

  .index_about_txtBox {
    width: 100%;
  }

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

  .index_about_content {
    font-size: 2rem;
  }

  .index_about_content .head {
    font-size: 2.4rem;
  }

  .index_message {
    margin-bottom: 30rem;
  }

  .index_message .inner {
    padding: 8rem 6rem;
    display: block;
  }

  .index_message_txtBox {
    width: 100%;
  }

  .index_message .index_message_img_right {
    top: unset;
    bottom: -50%;
    width: 70%;
    max-width: 100%;
  }

  .index_menu {
    margin-bottom: 30rem;
  }

  .index_menu_txtBox {
    width: 80%;
  }

  .index_menu .index_menu_img_left {
    width: 70%;
    top: unset;
    bottom: -33%;
  }

  .index_experience {
    margin-top: 45rem;
  }

  .index_experience_txtBox {
    width: 80%;
  }

  .index_experience .index_experience_img_right {
    width: 70%;
    top: unset;
    bottom: -28%;
  }

  .index_sns_01 {
    margin-top: 15rem;
  }

  .index_sns_01 .index_sns_wrap {
    padding: 12rem 0;
  }

  .index_sns_01 .index_sns_list {
    display: block;
  }

  .index_sns_01 .index_sns_item + .index_sns_item {
    margin-left: 0;
    margin-top: 3rem;
  }

  .index_sns_01 .index_sns_item video {
    width: 100%;
  }

  .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_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;
  }
}