@charset "UTF-8";
.tb {
  display: none;
}

.sp {
  display: none;
}

#navi .subs {
  display: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}

body {
  font-family: Open Sans, Helvetica, Arial, Roboto, Droid Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

html,
body {
  min-width: 1200px;
}

html {
  overflow: auto;
}

img {
  text-decoration: none;
  vertical-align: top;
  font-size: 0;
}

article,
aside,
main,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

a {
  box-sizing: border-box;
  outline: none;
}

p {
  color: #333;
}

[v-cloak] {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  line-height: 1;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots button {
  padding: 0;
  margin: 0;
  text-indent: 9999px;
  overflow: hidden;
  border: 0;
  width: 10px;
  height: 10px;
  outline: none;
  background-color: #cecece;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #ffffff;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  padding: 0;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1400px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.l_wrapper {
  position: relative;
}

.l_wrapper__underLayer {
  padding-top: 71px;
}

.l_contents {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0;
}

#header .title {
  position: absolute;
  left: 20px;
  top: 20px;
  /*z-index:10000;*/
}

#header .title h1 {
  margin: 0px;
  padding: 0px;
}

#header .contact {
  position: absolute;
  top: 20px;
  right: 13px;
  /*z-index: 10000;*/
}

#header .reservation {
  position: absolute;
  top: 20px;
  right: 281px;
  /*z-index:10000;*/
}

.l_header {
  background-color: #fff;
  /*padding: 10px 0 0;*/
  border-bottom: #e5e5e5 1px solid;
}

.l_header__fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  transform: translateY(-100%);
  transition: transform 250ms;
}

.l_header__fixed.is_active {
  transform: translateY(0);
}

.l_header__underLayer {
  border-top: 13px solid #1b1c80;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 8px 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.l_header__fixed .l_header_inner {
  margin-top: 100px;
}

.l_header_inner {
  width: 1280px;
  margin: 0 auto;
  padding: 32.5px 0;
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
}

.l_header_logo {
  display: block;
}

.l_header_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.l_header_list li {
  width: 11%;
  min-width: 110px;
  text-align: center;
  /*display: table-cell;*/
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  margin-left: 1px;
  position: relative;
}
.l_header_list li .recruit {
  pointer-events: none;
}
.l_header_list li:hover ul {
  opacity: 1;
  visibility: visible;
}
.l_header_list li ul {
  position: absolute;
  left: 0;
  top: calc(1em + 8px);
  width: 100%;
  display: grid;
  gap: 1px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms;
}
.l_header_list li ul li {
  width: 100%;
}
.l_header_list li ul li a {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  display: block;
  color: #ffffff;
}
.l_header_list li ul li a::after {
  display: none;
}
.l_header_list li ul li a:hover {
  background: rgb(0, 0, 0);
}

.l_header_list > li + li {
  /*margin-left: 40px;*/
  border-left: #333 1px solid;
}

.l_header_list a {
  line-height: 1;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  transition: all 250ms;
  position: relative;
  white-space: nowrap;
}

.l_header_list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1c80;
  transform: scale(0, 1);
  transition: transform 250ms;
  transform-origin: right center;
}

.l_header_list a:hover:after {
  transform: scale(1, 1);
  transform-origin: left center;
}

/* top fixグロナビ 2002変更 */
#navi_area {
  margin-top: 100px;
  background-color: #555;
  background-color: #fff;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
}

#navi {
  /*height: 40px;*/
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  min-width: 960px;
}

#navi ul {
  margin: 0px;
  padding: 32.5px 0;
}

#navi li {
  list-style-type: none;
}

#navi > ul {
  display: table;
  width: 100%;
}

#navi > ul > li {
  position: relative;
  width: 11.1111111111%;
  min-width: 110px;
  display: table-cell;
  text-align: center;
  font-size: 13px;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  margin-left: 1px;
  z-index: 20000;
}

#navi > ul > li + li {
  border-left: #333 1px solid;
}

#navi > ul > li > a {
  /*height: 35px;*/
  /*line-height: 35px;*/
  text-decoration: none;
  color: #333;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-weight: normal !important;
  font-weight: 400 !important;
  transition: all 250ms;
  position: relative;
  white-space: nowrap;
}

#navi > ul > li > a:hover {
  /*color: #F00;*/
}

#navi > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1c80;
  transform: scale(0, 1);
  transition: transform 250ms;
  transform-origin: right center;
}

#navi > ul > li > a:hover:after {
  transform: scale(1, 1);
  transform-origin: left center;
}

#navi ul .subs {
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  position: absolute;
  top: 100%;
  width: 100%;
}

#navi ul.subs li a {
  display: block;
  height: 39px;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  background-color: #8a8a8a;
  color: #fff;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
  _zoom: 1;
  overflow: hidden;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}

#navi ul.subs li a span {
  font-size: 7px;
}

#navi ul.subs li a:hover {
  background-color: #3fc6f3;
  background-color: #e90013;
  background-color: #d9d9d9;
  color: #555;
}

#navi ul.subs li ul {
  width: 240px;
  position: absolute;
  left: 100%;
  top: 0px;
}

#navi ul.subs li ul li a {
  background-color: #ccc;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-color: #999;
  color: #333;
}

/* top fixグロナビ 2002変更　end */
.l_spHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1b1c80;
  height: 60px;
  z-index: 500;
}

.l_spHeader_title {
  position: absolute;
  left: 15px;
  top: 9px;
  width: 200px;
}

.l_spHeader_title img {
  width: 100%;
  height: auto;
}

.l_spHeader_menu {
  position: absolute;
  right: 15px;
  top: 9px;
  width: 29px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.l_spHeader_menu_icon {
  overflow: hidden;
  height: 22px;
  position: relative;
  margin-bottom: 3px;
}

.l_spHeader_menu_icon:before,
.l_spHeader_menu_icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 250ms;
}

.l_spHeader_menu_icon:before {
  top: 0;
}

.l_spHeader_menu_icon:after {
  bottom: 0;
}

.l_spHeader_menu_icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
  text-indent: 9999px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 250ms;
}

.l_spHeader_menu.is_active .l_spHeader_menu_icon:before {
  top: 10px;
  transform: rotate(45deg);
}

.l_spHeader_menu.is_active .l_spHeader_menu_icon:after {
  bottom: 10px;
  transform: rotate(-45deg);
}

.l_spHeader_menu.is_active .l_spHeader_menu_icon span {
  left: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l_spHeader_menu_text {
  font-size: 10px;
  color: #fff;
}

.l_spHeader_menu_text__close {
  display: none;
}

.l_spHeader_menu.is_active .l_spHeader_menu_text {
  display: none;
}

.l_spHeader_menu.is_active .l_spHeader_menu_text__close {
  display: block;
}

.l_spNavi {
  background-color: rgba(27, 28, 128, 0.9);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 90px 30px 40px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 250ms, visibility 250ms;
  z-index: 499;
  display: none;
}

.l_spNavi_list li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(-30px);
  transition: all 100ms;
}
.l_spNavi_list li .recruit {
  pointer-events: none;
}
.l_spNavi_list li ul {
  display: flex;
}
.l_spNavi_list li ul li {
  margin: 0 0 0 20px;
  padding: 0;
}

.l_spNavi_list li + li {
  margin-top: 45px;
}

.l_spNavi_list a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}

.l_spNavi.is_active .l_spNavi_list li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(1) {
  transition: all 400ms ease 135ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(2) {
  transition: all 400ms ease 170ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(3) {
  transition: all 400ms ease 205ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(4) {
  transition: all 400ms ease 240ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(5) {
  transition: all 400ms ease 275ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(6) {
  transition: all 400ms ease 310ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(7) {
  transition: all 400ms ease 345ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(8) {
  transition: all 400ms ease 380ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(9) {
  transition: all 400ms ease 415ms;
}

.l_spNavi.is_active .l_spNavi_list li:nth-child(10) {
  transition: all 400ms ease 450ms;
}

.l_footer_bgBlue {
  background-color: #1b1c80;
}

.l_footer_pagetop {
  color: #fff;
  display: block;
  border-bottom: 1px solid #515298;
  padding: 13px 0;
  text-align: center;
  line-height: 1;
}

.l_footer_pagetop i {
  font-size: 26px;
}

.l_footer_link {
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

.l_footer_link_list {
  width: 25%;
}
.l_footer_link_list.last {
  color: #ffffff;
  flex-grow: 1;
}

.l_footer_link_list:last-child {
  color: #ffffff;
  flex-grow: 1;
}

.l_footer_link_list + .l_footer_link_list {
  border-left: 1px solid #515298;
  padding-left: 50px;
}

.l_footer_link_list li + li {
  margin-top: 5px;
}

.l_footer_link_list a {
  color: #fff;
  text-decoration: none;
  transition: all 250ms;
}

.l_footer_link_list a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.l_footer_link_list a span {
  font-size: 8px;
}

.l_footer_link_logo {
  width: 12%;
  text-align: right;
}

.l_footer_link_logo img {
  width: 100px;
  height: auto;
}

.l_footer_company {
  padding: 35px 0;
}

.l_footer_company_logo {
  margin-bottom: 10px;
  text-align: center;
}

.l_footer_company_logo img {
  width: 200px;
  height: auto;
}

.l_footer_company_address {
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

.l_footer_company_license {
  color: #888;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.l_footer_company_copyright {
  display: block;
  font-size: 13px;
  text-align: center;
}

.c_mincho {
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}

.c_button {
  display: block;
  text-decoration: none;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  width: 220px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #fff;
  position: relative;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c_button span {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 10;
  transition: all 350ms;
}

.c_button .fa-angle-right {
  margin-left: 15px;
}

.c_button .fa-angle-left {
  margin-right: 15px;
}

.c_button:after,
.c_button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  background-color: #fff;
  transform-origin: left center;
}

.c_button:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all 250ms ease;
}

.c_button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 250ms ease 100ms;
}

.c_button:hover span {
  color: #1b1c80;
}

.c_button:hover:after,
.c_button:hover:before {
  transform: scale(1, 1);
}

.c_button__white {
  border: 2px solid #1b1c80;
}

.c_button__white span {
  color: #1b1c80;
}

.c_button__white:after,
.c_button__white:before {
  background-color: #1b1c80;
}

.c_button__white:hover span {
  color: #fff;
}

.c_button__blue {
  border: 2px solid #1b1c80;
  background-color: #1b1c80;
  color: #fff;
}

.c_button__blue span {
  color: #fff;
}

.c_button__blue:after,
.c_button__blue:before {
  background-color: #fff;
}

.c_button__blue:hover span {
  color: #1b1c80;
}

.c_button__gothic {
  font-family: inherit;
}

.c_button__small {
  width: 190px;
  padding: 15px 0;
}

.c_button__small span {
  font-size: 15px;
}

.c_button__noCenter {
  margin: 0;
}

.c_singleContents {
  padding-bottom: 150px;
}

.c_mainArticleHeader {
  padding-top: 100px;
  padding-bottom: 80px;
}

.c_mainArticleHeader_lead {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 60px;
  text-align: center;
}

.c_mainArticleHeader_lead + .c_mainArticleHeader_lead {
  margin-top: 1em;
}

.c_pageTitle {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
  font-size: 36px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  color: #1b1c80;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c_pageTitle__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c_pageTitle span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.c_pageTitle:after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1b1c80;
}

.c_pageTitle_logo {
  margin-right: 5px;
}

.c_formWrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c_formTable {
  display: flex;
  flex-wrap: wrap;
}

.c_formTable dt {
  background-color: #f0f4f7;
  width: 260px;
  padding: 25px 50px 25px 20px;
  position: relative;
}

.c_formTable dd {
  width: calc(100% - 260px);
  padding: 20px;
}

.c_formTable dt:nth-child(n+3) {
  border-top: 1px solid #fff;
}

.c_formTable dd:nth-child(n+3) {
  border-top: 1px solid #eaeaea;
}

.c_formTable_required {
  position: absolute;
  top: 25px;
  right: 20px;
  background-color: #ca3030;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
}

.c_formTable_label {
  display: inline-block;
  padding: 8px 0;
}

.c_formTable_label + .c_formTable_label {
  margin-left: 30px;
}

.c_formTable_inputInfo {
  display: inline-block;
  margin-left: 20px;
}

.c_formTable_confirmText {
  padding: 5px 0;
}

.c_formTable_error {
  color: #ca3030;
  margin-top: 10px;
}

.c_formTable + .c_formTitle {
  margin-top: 55px;
}

.c_formTitle {
  margin-bottom: 15px;
  color: #1b1c80;
  font-size: 18px;
}

.c_input[type=radio] {
  margin-right: 10px;
}

.c_input[type=text] {
  width: 350px;
  padding: 8px;
  line-height: 1;
  border: 1px solid #cecece;
  outline: none;
}

.c_input[type=text]:focus {
  border-color: #1b1c80;
}

.c_input__medium[type=text] {
  width: 250px;
}

.c_formButtonLayout {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.c_formButtonLayout a + a {
  margin-left: 30px;
}

.c_customSelect {
  display: block;
  position: relative;
  width: 120px;
  overflow: hidden;
  border: 1px solid #c5c5c5;
}

.c_customSelect_item {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: calc(100% + 5em);
  outline: none;
  padding: 12px;
  line-height: 1;
  border: 0;
  background: none;
}

.c_customSelect:after {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  height: 100%;
  color: #333;
  background-color: #cecece;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 10px;
  width: 12px;
  font-size: 10px;
}

.c_textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cecece;
  resize: vertical;
  padding: 8px;
}

.c_textarea:focus {
  border-color: #1b1c80;
}

.top_40th {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 75px 0;
  transition: opacity 500ms ease;
}

.top_40th.is_active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_40th_body {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_40th_body_logo {
  width: 225px;
}

.top_40th_body_logo img {
  width: 100%;
  height: auto;
}

.top_40th_body_box {
  width: 600px;
}

.top_40th_body_box_text {
  font-size: 18px;
  line-height: 2;
}

.top_40th_body_box_text + .top_40th_body_box_text {
  margin-top: 1em;
}

.top_openingLogo {
  width: 400px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: all 500ms ease;
}

.top_openingLogo.is_active {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.top_openingBar_item {
  width: 10.1%;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9000;
  background-color: #333;
  transition: height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms;
}

.top_openingBar_item:nth-child(1) {
  left: 0;
  transition-delay: 400ms;
}

.top_openingBar_item:nth-child(2) {
  left: 10%;
  transition-delay: 270ms;
}

.top_openingBar_item:nth-child(3) {
  left: 20%;
  transition-delay: 320ms;
}

.top_openingBar_item:nth-child(4) {
  left: 30%;
  transition-delay: 300ms;
}

.top_openingBar_item:nth-child(5) {
  left: 40%;
  transition-delay: 290ms;
}

.top_openingBar_item:nth-child(6) {
  left: 50%;
  transition-delay: 340ms;
}

.top_openingBar_item:nth-child(7) {
  left: 60%;
  transition-delay: 420ms;
}

.top_openingBar_item:nth-child(8) {
  left: 70%;
  transition-delay: 380ms;
}

.top_openingBar_item:nth-child(9) {
  left: 80%;
  transition-delay: 250ms;
}

.top_openingBar_item:nth-child(10) {
  left: 90%;
  transition-delay: 360ms;
}

.top_openingBar.is_active .top_openingBar_item {
  height: 0;
}

.top_wrapper {
  padding-bottom: 60px;
}

.top_title {
  color: #1b1c80;
  text-align: center;
  line-height: 1;
}

.top_title_english {
  display: block;
  font-size: 60px;
  font-weight: 100;
  display: inline-block;
  overflow: hidden;
}

.top_title_english span {
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
  transform: none;
}

.top_title_japanese {
  display: block;
  margin-top: 5px;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.07em;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  display: inline-block;
  overflow: hidden;
}

.top_title_japanese span {
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
  transform: none;
}

.top_title__white {
  color: #fff;
}

.top_title__about {
  text-align: left;
}

.top_title__about .top_title_japanese {
  font-size: 15px;
  margin-top: 5px;
}

.top_title__about .top_title_english {
  line-height: 1.1;
  display: inline-block;
}

/*インフォメーション*/
.top_subTitle {
  font-size: 26px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  color: #1b1c80;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.07em;
}

.top_subTitle_inner {
  display: inline-block;
  overflow: hidden;
  font-size: inherit;
}

.top_subTitle_inner span {
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
  transform: none;
}

.top_subTitle:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #1b1c80;
  position: absolute;
  left: calc(50% - 35px);
  bottom: 0;
  transform: none;
}

.column_link {
  width: 90%;
  max-width: 550px;
  margin: 30px auto 100px;
}

.top_mainVisual {
  /* height: 660px; */
  height: 53vw;
  border-top: 13px solid #1b1c80;
  position: relative;
  background: url(../img/top/bg_mainVisual_pc01.webp) no-repeat center/cover;
}

.top_mainVisual_inner .slickbox .mv1,
.top_mainVisual_inner .slickbox .mv2,
.top_mainVisual_inner .slickbox .mv3,
.top_mainVisual_inner .slickbox .mv4 {
  width: 100%;
  /* height: 660px; */
  height: 53vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-bottom: 13px solid #fff;
}

.top_mainVisual_inner .slickbox .mv1 {
  background-image: url(../img/top/bg_mainVisual_pc01.webp);
  background-position: top left;
  background-size: cover;
}

.top_mainVisual_inner .slickbox .mv2 {
  background-image: url(../img/top/bg_mainVisual_pc02.jpg);
  background-position: center;
  position: relative;
}

.top_mainVisual_inner .slickbox .mv2 p {
  position: absolute;
  width: 200px;
  height: 60px;
  bottom: 0px;
  right: calc(50% - 607px);
}

.top_mainVisual_inner .slickbox .mv2 a {
  width: 100%;
  height: 100%;
  display: block;
}

.top_mainVisual_inner .slickbox .mv3 {
  background-image: url(../img/top/bg_mainVisual_pc03.webp);
  background-position: top left;
  background-size: cover;
}

.top_mainVisual_inner .slickbox .mv4 {
  background-image: url(../img/top/bg_mainVisual_pc04.jpg);
  background-position: center;
  position: relative;
}

.top_mainVisual_inner .slickbox .mv4 p {
  position: absolute;
  width: 100%;
  height: 500px;
  bottom: 0px;
  /*right:calc(50% - 607px);*/
}

.top_mainVisual_inner .slickbox .mv4 a {
  width: 100%;
  height: 100%;
  display: block;
}

.top_mainVisual .reservation {
  position: absolute;
  top: 20px;
  right: calc(50% - 607px + 280px);
}

.top_mainVisual .contact {
  position: absolute;
  top: 20px;
  right: calc(50% - 607px + 13px);
}

.top_mainVisual .present {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.top_mainVisual .present a {
  display: block;
  transition: 0.5s all;
}
.top_mainVisual .present a:hover {
  opacity: 0.75;
}

.top_mainVisual_inner {
  width: 100%;
  min-width: 1200px;
  height: 647px;
  position: relative;
}

.top_mainVisual_title {
  position: absolute;
  top: 115px;
  left: calc((100% - 1200px) / 2);
}

.top_mainVisual_title_item {
  display: block;
  float: left;
  clear: both;
  max-width: 0;
  overflow: hidden;
}

.top_mainVisual_title_item__1 {
  transition: max-width 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.top_mainVisual_title_item__2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
  color: #1b1c80;
  font-size: 22px;
  line-height: 1;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  transform: translateX(-10px);
  transition: max-width 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
}

.top_mainVisual.is_active .top_mainVisual_title_item {
  max-width: 100%;
}

.top_lead {
  background-color: #f0f4f7;
  padding: 100px 0;
  background-image: url("../img/top/bg_lead_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.top_lead_title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}

.top_lead_title_inner {
  display: inline-block;
  overflow: hidden;
  font-size: inherit;
}

.top_lead_title_inner span {
  display: block;
  overflow: hidden;
  font-size: inherit;
  white-space: nowrap;
  max-width: 100%;
  transform: none;
}

.top_lead_text {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
}

.top_lead_list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 55px auto 0;
}

.top_lead_list_item {
  width: 385px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.top_lead_list_item:nth-child(1) {
  transition: opacity 750ms ease 1s;
}

.top_lead_list_item:nth-child(2) {
  transition: opacity 750ms ease 1.1s;
}

.top_lead_list_item:nth-child(3) {
  transition: opacity 750ms ease 1.2s;
}

.top_lead_list_item_image {
  width: 100%;
  height: auto;
}

.top_lead_list_item_title {
  margin-top: 15px;
  font-size: 16px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  color: #1b1c80;
  vertical-align: center;
}

.top_lead_list_item_title i {
  transition: transform 250ms ease;
}

.top_lead_list_item:hover .top_lead_list_item_title i {
  transform: translateX(5px);
}

.top_lead_list .slick-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 50;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.top_lead_list .slick-arrow i {
  font-size: 46px;
}

.top_lead_list .slick-prev {
  left: 30px;
}

.top_lead_list .slick-next {
  right: 30px;
}

.top_lead_list .slick-dots {
  margin-top: 20px;
}

.top_lead.is_active .top_lead_title span {
  max-width: 100%;
}

.top_lead.is_active .top_lead_text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
}

.top_lead.is_active .top_lead_list_item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_pickup {
  margin-top: 85px;
}

.top_pickup_slider {
  margin-top: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 750ms ease 750ms;
}

.top_pickup_slider .slick-slide {
  padding: 30px 40px;
  outline: none;
}

.top_pickup_slider .slick-slide a {
  transition: box-shadow 250ms;
  display: block;
}

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

.top_pickup_slider .slick-current a {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.top_pickup_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  color: #cecece;
}

.top_pickup_slider .slick-arrow i {
  font-size: 46px;
}

.top_pickup_slider .slick-prev {
  left: calc(50% - 505px);
}

.top_pickup_slider .slick-next {
  right: calc(50% - 505px);
}

.top_pickup.is_active .top_pickup_slider {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_pickup.is_active .top_title_japanese span {
  max-width: 100%;
}

.top_pickup.is_active .top_title_english span {
  max-width: 100%;
}

.top_movie {
  margin-top: 120px;
}

.top_movie_link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  display: block;
  position: relative;
  width: 800px;
  margin: 50px auto 0;
  text-decoration: none;
  transition: opacity ease 500ms 500ms;
}

.top_movie_link:before {
  content: "\f144";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.top_movie_link img {
  width: 100%;
  height: auto;
}

.top_movie.is_active .top_movie_link {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_movie.is_active .top_title_japanese span {
  max-width: 100%;
}

.top_movie.is_active .top_title_english span {
  max-width: 100%;
}

.bnr_list {
  max-width: 800px;
  padding: 0 20px;
  margin: 60px auto 0;
  display: grid;
  gap: 30px;
}
.bnr_list img {
  width: 100%;
}
.bnr_list .reservation img {
  min-width: calc(100% + 30px);
}
.bnr_list .reservation a {
  transition: 0.5s all;
}
.bnr_list .reservation a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 640px) {
  .bnr_list {
    margin: 60px auto 0;
  }
  .bnr_list .reservation img {
    min-width: calc(100% + 3vw);
  }
}
/* top event */
.top_event {
  margin-bottom: 100px;
  padding: 0 20px;
}
.top_event .top_title_english,
.top_event .top_title_japanese {
  text-align: center;
  display: block;
}
.top_event .kasika-yoyakupage-card-container {
  max-width: 1150px;
  width: 100%;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.top_event .kasika-yoyakupage-card-container .kasika-yoyakupage-card {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .top_event .kasika-yoyakupage-card-container {
    margin: 30px auto 0;
    grid-template-columns: 1fr 1fr;
  }
  .top_event .kasika-yoyakupage-card-title {
    font-size: 14px;
    height: auto;
  }
  .top_event .kasika-yoyakupage-info-table th,
  .top_event .kasika-yoyakupage-info-table td {
    display: block;
    width: 100%;
  }
}

/* top report */
.top_report {
  margin: 150px 0 250px;
  padding: 0 20px;
}
.top_report .top_title_english,
.top_report .top_title_japanese {
  text-align: center;
  display: block;
}
.top_report .list {
  max-width: 1150px;
  width: 100%;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.top_report .list p {
  text-align: center;
}
.top_report .list img {
  max-width: 100%;
  height: auto;
}
.top_report .suumo {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top_report {
    margin: 100px 0 100px;
  }
  .top_report .list {
    margin: 30px auto 0;
    grid-template-columns: 1fr 1fr;
  }
}

/* top casestudy */
.top_casestudy {
  margin-bottom: 100px;
  padding: 0 20px;
}
.top_casestudy .top_title_english,
.top_casestudy .top_title_japanese {
  text-align: center;
  display: block;
}
.top_casestudy .top_casestudy_list {
  max-width: 1150px;
  width: 100%;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.top_casestudy .top_casestudy_list .item img {
  width: 100%;
}
.top_casestudy .top_casestudy_list .item .txt {
  text-align: center;
  background: #000;
  padding: 10px 0;
  margin-bottom: 10px;
}
.top_casestudy .top_casestudy_list .item .txt p {
  line-height: 2em;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
}
.top_casestudy .c_button {
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .top_casestudy .top_casestudy_list {
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top_casestudy .top_casestudy_list .item .txt {
    padding: 10px;
  }
  .top_casestudy .top_casestudy_list .item .txt p {
    text-align: left;
  }
  .top_casestudy .top_casestudy_list .item .txt p br {
    display: none;
  }
}

/* top model house */
.top_modelhouse {
  margin: 150px 0 250px;
}
.top_modelhouse .top_title_english,
.top_modelhouse .top_title_japanese {
  text-align: center;
  display: block;
}
.top_modelhouse .top_modelhouse_text {
  text-align: center;
  margin-top: 30px;
}
.top_modelhouse .top_modelhouse_bg {
  margin-top: 150px;
  height: 40vw;
  background: url(../img/top/img_about_2.jpg) no-repeat center/cover;
  position: relative;
}
.top_modelhouse .top_modelhouse_bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(234, 234, 234, 0.9);
  z-index: 0;
}
.top_modelhouse .top_modelhouse_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  max-width: 1095px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_modelhouse .c_button {
  margin: 30px auto 0;
}
.top_modelhouse .tenpo_block {
  margin-top: -100px;
  position: relative;
  border: 1px solid #ccc;
  padding: 9px;
  background: #ffffff;
}
.top_modelhouse .tenpo_block p {
  height: 110px;
  padding: 5px;
}
.top_modelhouse .tenpo_block_photo {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.top_modelhouse .tenpo_block_photo img {
  width: 100%;
}
@media (max-width: 768px) {
  .top_modelhouse {
    margin: 100px 0 100px;
  }
  .top_modelhouse .top_modelhouse_bg {
    margin-top: 50px;
    height: 100%;
    background: url(../img/top/img_about_2.jpg) no-repeat center/cover;
    position: relative;
    padding: 50px 20px;
  }
  .top_modelhouse .top_modelhouse_list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top_modelhouse .tenpo_block {
    margin-top: 0;
    position: relative;
    border: 1px solid #ccc;
    padding: 9px;
    background: #ffffff;
  }
}
@media (max-width: 640px) {
  .top_modelhouse .top_modelhouse_list {
    grid-template-columns: 1fr;
  }
  .top_modelhouse .tenpo_block p {
    height: auto;
  }
}

/**/
.top_search {
  background-color: #333;
  padding: 100px 0;
  margin-top: 120px;
}

.top_search_select {
  width: 1150px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(-10px);
  transition: transform 500ms ease 750ms, opacity 750ms ease 750ms;
}

.top_search_select_input {
  display: none;
}

.top_search_select_input:checked + .top_search_select_item {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.top_search_select_item {
  width: 174px;
  background-color: #fff;
  font-size: 20px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  text-align: center;
  line-height: 1.4;
  padding: 15px;
  cursor: pointer;
}

.top_search_select_item:hover {
  transition: opacity 250ms;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.top_search_select_item + .top_search_select_item {
  margin-left: 24px;
}

/*
.top_search_select_item:nth-child(7) {
    margin-left: 0
}
*/
.top_search_select_item_number {
  font-size: inherit;
  color: #1b1c80;
}

.top_search_select_item_object {
  font-size: 16px;
}

.top_search_select_item__type {
  width: 372px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.top_search_select_item__type + .top_search_select_item__type {
  margin-left: 24px;
}

.top_search_select_item_inner {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.top_search_list {
  display: flex;
  flex-wrap: wrap;
}

/*
.top_search_list.is_limitDisplay .top_search_list_item:nth-child(n + 10) {
    display: none
}
*/
.top_search_list_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: 282px;
  overflow: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
  margin-right: 22px;
}

.top_search_list_item:nth-child(1) {
  transition: transform 500ms ease 100ms, opacity 750ms ease 100ms;
}

.top_search_list_item:nth-child(2) {
  transition: transform 500ms ease 200ms, opacity 750ms ease 200ms;
}

.top_search_list_item:nth-child(3) {
  transition: transform 500ms ease 300ms, opacity 750ms ease 300ms;
}

.top_search_list_item:nth-child(4) {
  transition: transform 500ms ease 400ms, opacity 750ms ease 400ms;
}

.top_search_list_item:nth-child(5) {
  transition: transform 500ms ease 500ms, opacity 750ms ease 500ms;
}

.top_search_list_item:nth-child(6) {
  transition: transform 500ms ease 600ms, opacity 750ms ease 600ms;
}

.top_search_list_item:nth-child(7) {
  transition: transform 500ms ease 700ms, opacity 750ms ease 700ms;
}

.top_search_list_item:nth-child(8) {
  transition: transform 500ms ease 800ms, opacity 750ms ease 800ms;
}

.top_search_list_item:nth-child(9) {
  transition: transform 500ms ease 900ms, opacity 750ms ease 900ms;
}

.top_search_list_item:nth-child(10) {
  transition: transform 500ms ease 1000ms, opacity 750ms ease 1000ms;
}

.top_search_list_item:nth-child(11) {
  transition: transform 500ms ease 1100ms, opacity 750ms ease 1100ms;
}

.top_search_list_item:nth-child(12) {
  transition: transform 500ms ease 1200ms, opacity 750ms ease 1200ms;
}

.top_search_list_item:nth-child(13) {
  transition: transform 500ms ease 1300ms, opacity 750ms ease 1300ms;
}

.top_search_list_item:nth-child(14) {
  transition: transform 500ms ease 1400ms, opacity 750ms ease 1400ms;
}

.top_search_list_item:nth-child(15) {
  transition: transform 500ms ease 1500ms, opacity 750ms ease 1500ms;
}

.top_search_list_item:nth-child(16) {
  /*transition: transform 500ms ease 2600ms, opacity 750ms ease 2600ms;*/
  transition: transform 500ms ease 1600ms, opacity 750ms ease 1600ms;
}

.top_search_list_item:nth-child(17) {
  /*transition: transform 500ms ease 2700ms, opacity 750ms ease 2700ms;*/
  transition: transform 500ms ease 1700ms, opacity 750ms ease 1700ms;
}

.top_search_list_item:nth-child(18) {
  /*transition: transform 500ms ease 2800ms, opacity 750ms ease 2800ms;*/
  transition: transform 500ms ease 1800ms, opacity 750ms ease 1800ms;
}

.top_search_list_item:nth-child(19) {
  /*transition: transform 500ms ease 2900ms, opacity 750ms ease 2900ms;*/
  transition: transform 500ms ease 1900ms, opacity 750ms ease 1900ms;
}

.top_search_list_item:nth-child(20) {
  /*transition: transform 500ms ease 3000ms, opacity 750ms ease 3000ms;*/
  transition: transform 500ms ease 2000ms, opacity 750ms ease 2000ms;
}

.top_search_list_item:nth-child(21) {
  /*transition: transform 500ms ease 3100ms, opacity 750ms ease 3100ms;*/
  transition: transform 500ms ease 2100ms, opacity 750ms ease 2100ms;
}

.top_search_list_item:nth-child(22) {
  /*transition: transform 500ms ease 3200ms, opacity 750ms ease 3200ms;*/
  transition: transform 500ms ease 2200ms, opacity 750ms ease 2200ms;
}

.top_search_list_item:nth-child(23) {
  /*transition: transform 500ms ease 3300ms, opacity 750ms ease 3300ms;*/
  transition: transform 500ms ease 2300ms, opacity 750ms ease 2300ms;
}

.top_search_list_item:nth-child(24) {
  /*transition: transform 500ms ease 3400ms, opacity 750ms ease 3400ms;*/
  transition: transform 500ms ease 2400ms, opacity 750ms ease 2400ms;
}

.top_search_list_item:nth-child(25) {
  /*transition: transform 500ms ease 3500ms, opacity 750ms ease 3500ms;*/
  transition: transform 500ms ease 2500ms, opacity 750ms ease 2500ms;
}

.top_search_list_item:nth-child(26) {
  /*transition: transform 500ms ease 3600ms, opacity 750ms ease 3600ms;*/
  transition: transform 500ms ease 2600ms, opacity 750ms ease 2600ms;
}

.top_search_list_item:nth-child(27) {
  /*transition: transform 500ms ease 3700ms, opacity 750ms ease 3700ms;*/
  transition: transform 500ms ease 2700ms, opacity 750ms ease 2700ms;
}

.top_search_list_item:nth-child(28) {
  /*transition: transform 500ms ease 3800ms, opacity 750ms ease 3800ms;*/
  transition: transform 500ms ease 2800ms, opacity 750ms ease 23800ms;
}

.top_search_list_item:nth-child(29) {
  /*transition: transform 500ms ease 3900ms, opacity 750ms ease 3900ms;*/
  transition: transform 500ms ease 2900ms, opacity 750ms ease 2900ms;
}

.top_search_list_item:nth-child(30) {
  /*transition: transform 500ms ease 4000ms, opacity 750ms ease 4000ms;*/
  transition: transform 500ms ease 3000ms, opacity 750ms ease 3000ms;
}

.top_search_list_item:nth-child(31) {
  /*transition: transform 500ms ease 4100ms, opacity 750ms ease 4100ms;*/
  transition: transform 500ms ease 3100ms, opacity 750ms ease 3100ms;
}

.top_search_list_item:nth-child(32) {
  /*transition: transform 500ms ease 4200ms, opacity 750ms ease 4200ms;*/
  transition: transform 500ms ease 3200ms, opacity 750ms ease 3200ms;
}

.top_search_list_item:nth-child(33) {
  /*transition: transform 500ms ease 4300ms, opacity 750ms ease 4300ms;*/
  transition: transform 500ms ease 3300ms, opacity 750ms ease 3300ms;
}

.top_search_list_item:nth-child(34) {
  /*transition: transform 500ms ease 4400ms, opacity 750ms ease 4400ms;*/
  transition: transform 500ms ease 3400ms, opacity 750ms ease 3400ms;
}

.top_search_list_item:nth-child(35) {
  /*transition: transform 500ms ease 4500ms, opacity 750ms ease 4500ms;*/
  transition: transform 500ms ease 3500ms, opacity 750ms ease 3500ms;
}

.top_search_list_item:nth-child(36) {
  /*transition: transform 500ms ease 4600ms, opacity 750ms ease 4600ms;*/
  transition: transform 500ms ease 3600ms, opacity 750ms ease 3600ms;
}

.top_search_list_item:nth-child(37) {
  /*transition: transform 500ms ease 4700ms, opacity 750ms ease 4700ms;*/
  transition: transform 500ms ease 3700ms, opacity 750ms ease 3700ms;
}

.top_search_list_item:nth-child(38) {
  /*transition: transform 500ms ease 4800ms, opacity 750ms ease 4800ms;*/
  transition: transform 500ms ease 3800ms, opacity 750ms ease 3800ms;
}

.top_search_list_item:nth-child(39) {
  /*transition: transform 500ms ease 4900ms, opacity 750ms ease 4900ms;*/
  transition: transform 500ms ease 3900ms, opacity 750ms ease 3900ms;
}

.top_search_list_item:nth-child(40) {
  /*transition: transform 500ms ease 5000ms, opacity 750ms ease 5000ms;*/
  transition: transform 500ms ease 4000ms, opacity 750ms ease 4000ms;
}

.top_search_list_item:nth-child(41) {
  /*transition: transform 500ms ease 5100ms, opacity 750ms ease 5100ms;*/
  transition: transform 500ms ease 4100ms, opacity 750ms ease 4100ms;
}

.top_search_list_item:nth-child(42) {
  /*transition: transform 500ms ease 5200ms, opacity 750ms ease 5200ms;*/
  transition: transform 500ms ease 4200ms, opacity 750ms ease 4200ms;
}

.top_search_list_item:nth-child(43) {
  /*transition: transform 500ms ease 5300ms, opacity 750ms ease 5300ms;*/
  transition: transform 500ms ease 4300ms, opacity 750ms ease 4300ms;
}

.top_search_list_item:nth-child(44) {
  /*transition: transform 500ms ease 5400ms, opacity 750ms ease 5400ms;*/
  transition: transform 500ms ease 5500ms, opacity 750ms ease 5400ms;
}

.top_search_list_item:nth-child(45) {
  /*transition: transform 500ms ease 5500ms, opacity 750ms ease 5500ms;*/
  transition: transform 500ms ease 4400ms, opacity 750ms ease 4500ms;
}

.top_search_list_item:nth-child(46) {
  /*transition: transform 500ms ease 5600ms, opacity 750ms ease 5600ms;*/
  transition: transform 500ms ease 4600ms, opacity 750ms ease 4600ms;
}

.top_search_list_item:nth-child(47) {
  /*transition: transform 500ms ease 5700ms, opacity 750ms ease 5700ms;*/
  transition: transform 500ms ease 4700ms, opacity 750ms ease 4700ms;
}

.top_search_list_item:nth-child(48) {
  /*transition: transform 500ms ease 5800ms, opacity 750ms ease 5800ms;*/
  transition: transform 500ms ease 4800ms, opacity 750ms ease 4800ms;
}

.top_search_list_item:nth-child(49) {
  /*transition: transform 500ms ease 5900ms, opacity 750ms ease 5900ms;*/
  transition: transform 500ms ease 45900ms, opacity 750ms ease 4900ms;
}

.top_search_list_item:nth-child(50) {
  /*transition: transform 500ms ease 6000ms, opacity 750ms ease 6000ms;*/
  transition: transform 500ms ease 5000ms, opacity 750ms ease 5000ms;
}

.top_search_list_item:nth-child(4n) {
  margin-right: 0;
}

.top_search_list_item:nth-child(n+5) {
  margin-top: 20px;
}

.top_search_list_item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 30%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.76) 100%);
  z-index: 10;
}

.top_search_list_item_tagList {
  position: absolute;
  top: 13px;
  left: 13px;
  display: flex;
}

.top_search_list_item_tagList_item {
  font-size: 13px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
}

.top_search_list_item_tagList_item + .top_search_list_item_tagList_item {
  margin-left: 10px;
}

.top_search_list_item_tagList_item_text {
  line-height: 1;
  color: #fff;
}

.top_search_list_item_tagList_item__new {
  background-color: #ca3030;
}

.top_search_list_item_tagList_item__soldOut {
  background-color: #9c8047;
}

.top_search_list_item_image {
  padding-top: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: transform 750ms ease;
}

.top_search_list_item_data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 15px;
  z-index: 20;
}

.top_search_list_item_data_title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.top_search_list_item_data_description {
  color: #fff;
  font-size: 13px;
  height: 3em;
  overflow: hidden;
}

.top_search_list_item:hover .top_search_list_item_image {
  transform: scale(1.1, 1.1);
}

.top_search_button {
  margin: 60px auto 0;
  width: 280px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 750ms ease 1s;
}

.top_search.is_active .top_search_select {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
}

.top_search.is_active .top_search_list_item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
}

.top_search.is_active .top_search_button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_search.is_active .top_title_japanese span {
  max-width: 100%;
}

.top_search.is_active .top_title_english span {
  max-width: 100%;
}

.top_aboutWrapper {
  margin-top: 100px;
}

.top_aboutWrapper_title {
  text-align: center;
  margin-bottom: 200px;
}

.top_aboutWrapper_title_inner {
  display: inline-block;
  overflow: hidden;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-size: 40px;
  color: #1b1c80;
}

.top_aboutWrapper_title_inner span {
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
  transform: none;
}

.top_aboutWrapper.is_active .top_aboutWrapper_title_inner span {
  max-width: 100%;
}

.top_about {
  margin-top: 150px;
}

.top_about + .top_about {
  margin-top: 170px;
}

.top_about_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 520px;
}

.top_about_inner:before {
  content: "";
  width: 800px;
  height: 600px;
  display: block;
  position: absolute;
  background-color: #f0f4f7;
  top: -110px;
  right: -100px;
  transform: none;
}

.top_about_image {
  width: 830px;
  position: absolute;
  top: 0;
  left: -100px;
  transform: none;
}

.top_about_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1b1c80;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
}

.top_about_image img {
  width: 100%;
  height: auto;
}

.top_about_contents {
  position: relative;
  z-index: 10;
  width: 390px;
}

.top_about_text {
  font-size: 15px;
  line-height: 2.2;
  margin-top: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
}

.top_about_button {
  margin: 30px 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
}

.top_about__first {
  margin-top: 250px;
}

.top_about__reverse .top_about_inner {
  justify-content: flex-start;
}

.top_about__reverse .top_about_inner:before {
  right: inherit;
  left: -100px;
}

.top_about__reverse .top_about_image {
  left: inherit;
  right: -100px;
}

.top_about.is_active .top_about_text,
.top_about.is_active .top_about_button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
}

.top_about.is_active .top_about_inner:before {
  transform: none;
}

.top_about.is_active .top_about_image {
  transform: none;
}

.top_about.is_active .top_about_image:before {
  transform: scale(0, 1);
}

.top_about.is_active .top_title_japanese span {
  max-width: 100%;
}

.top_about.is_active .top_title_english span {
  max-width: 100%;
}

.top_landRecruit {
  margin-top: 150px;
  padding: 50px 0 55px;
  background-image: url("../img/top/bg_landRecruit.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 500ms ease;
}

.top_landRecruit_title {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.top_landRecruit_title_inner {
  font-size: inherit;
  display: inline-block;
  overflow: hidden;
}

.top_landRecruit_title_inner_text {
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  max-width: 0;
  line-height: 1.2;
  transition: max-width 750ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

.top_landRecruit_title_inner_text span {
  font-size: 40px;
}

.top_landRecruit_text {
  font-size: 16px;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 750ms ease 750ms;
}

.top_landRecruit_button {
  margin-top: 35px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 750ms ease 950ms;
}

.top_landRecruit.is_active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_landRecruit.is_active .top_landRecruit_title_inner_text {
  max-width: 100%;
}

.top_landRecruit.is_active .top_landRecruit_text,
.top_landRecruit.is_active .top_landRecruit_button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*インフォメーション	*/
.top_pressRelease {
  margin-top: 60px;
}

.top_pressRelease_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: none;
}

.top_pressRelease_list_item {
  width: 570px;
  text-decoration: none;
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}

.top_pressRelease_list_item:nth-child(1),
.top_pressRelease_list_item:nth-child(2) {
  border-top: 1px solid #cecece;
}

.top_pressRelease_list_item:hover {
  background-color: #e8e8f2;
}

.top_pressRelease_list_item_data {
  display: flex;
}

.top_pressRelease_list_item_data dt {
  width: 120px;
  padding: 0 20px;
  font-size: 16px;
  color: #888;
}

.top_pressRelease_list_item_data dd {
  font-size: 16px;
  padding-right: 15px;
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.top_pressRelease_button {
  margin: 60px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 750ms ease 950ms;
}

.top_pressRelease.is_active .top_pressRelease_list {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_pressRelease.is_active .top_pressRelease_button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_pressRelease.is_active .top_subTitle_inner span {
  max-width: 100%;
  transform: none;
}

.top_pressRelease.is_active .top_subTitle:after {
  transform: none;
}

.top_history {
  margin-top: 140px;
}

.top_history_list {
  margin-top: 80px;
  display: flex;
}

.top_history_list_item {
  display: block;
  width: 386px;
  text-decoration: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.top_history_list_item + .top_history_list_item {
  margin-left: 21px;
}

.top_history_list_item:nth-child(1) {
  transition: opacity 750ms ease 1s;
}

.top_history_list_item:nth-child(2) {
  transition: opacity 750ms ease 1.1s;
}

.top_history_list_item:nth-child(3) {
  transition: opacity 750ms ease 1.2s;
}

.top_history_list_item_image {
  overflow: hidden;
}

.top_history_list_item_image_inner {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: transform 750ms ease;
}

.top_history_list_item_place {
  font-size: 13px;
  color: #888;
  margin-top: 18px;
}

.top_history_list_item_name {
  font-size: 16px;
  margin-top: 5px;
}

.top_history_list_item:hover .top_history_list_item_image_inner {
  transform: scale(1.1, 1.1);
}

.top_history_list .slick-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  z-index: 50;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  transition: opacity 750ms ease;
}

.top_history_list .slick-arrow i {
  font-size: 46px;
}

.top_history_list .slick-prev {
  left: 5px;
}

.top_history_list .slick-next {
  right: 5px;
}

.top_history_list .slick-dots {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 15px;
  transition: opacity 750ms ease;
}

.top_history.is_active .top_history_list_item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_history.is_active .top_history_list .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_history.is_active .top_history_list .slick-dots {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top_history.is_active .top_subTitle_inner span {
  max-width: 100%;
  transform: none;
}

.top_history.is_active .top_subTitle:after {
  transform: translateX(-50%) scale(1, 1);
}

.mind_bgArea {
  height: 790px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
}

.mind_bgArea__1 {
  height: 475px;
  background-image: url("../img/mind/bg_image_1.jpg");
  background-attachment: inherit;
}

.mind_bgArea__2 {
  background-image: url("../img/mind/bg_image_2.jpg");
}

.mind_bgArea__3 {
  background-image: url("../img/mind/bg_image_3.jpg");
}

.mind_bgArea__4 {
  background-image: url("../img/mind/bg_image_4.jpg");
}

.mind_bgArea__5 {
  background-image: url("../img/mind/bg_image_5.jpg");
  background-attachment: inherit;
}

.mind_bgArea__6 {
  background-image: url("../img/mind/bg_image_6.jpg");
}

.mind_bgArea__7 {
  background-image: url("../img/mind/bg_image_7.jpg");
}

.mind_section {
  text-align: center;
  padding: 80px 0;
}

.mind_section_title {
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  line-height: 1;
  font-size: 30px;
}

.mind_section_text {
  font-size: 15px;
  line-height: 2.6;
  margin-top: 40px;
}

.mind_section_text + .mind_section_text {
  margin-top: 1em;
}

.works_lead1 {
  font-size: 26px;
  font-weight: 700;
  color: #1b1c80;
}

.works_lead2 {
  font-size: 12px;
}

.works_historyWrapper {
  position: relative;
  padding-bottom: 150px;
}

.works_historyWrapper:before {
  content: "";
  position: absolute;
  left: 49px;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: linear-gradient(0deg, #1b1c80 33.33%, #fff 33.33%, #fff 50%, #1b1c80 50%, #1b1c80 83.33%, #fff 83.33%, #fff 100%);
  background-size: 12px 12px;
}

.works_history {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

.works_history + .works_history {
  margin-top: 50px;
}

.works_history_year {
  width: 106px;
  height: 106px;
  border-radius: 53px;
  background-color: #1b1c80;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding-top: 40px;
  position: relative;
}

.works_history_year:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 58px;
  background-color: #1b1c80;
  transform: translateY(-50%);
  left: 100%;
  top: 50%;
}

.works_history_data {
  width: calc(100% - 164px);
}

.works_history_mainSection {
  background-color: #1b1c80;
  padding: 30px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.works_history_mainSection_left {
  width: 237px;
}

.works_history_mainSection_left img {
  width: 100%;
  height: auto;
}

.works_history_mainSection_right {
  width: calc(100% - 267px);
}

.works_history_mainSection_title {
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-size: 26px;
  color: #fff;
}

.works_history_mainSection_text {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

.works_history_mainSection__imageLarge .works_history_mainSection_left {
  width: 358px;
}

.works_history_mainSection__imageLarge .works_history_mainSection_right {
  width: calc(100% - 388px);
}

.works_history_subSection {
  border: 3px solid #1b1c80;
  padding: 30px;
  border-radius: 6px;
}

.works_history_mainSection + .works_history_subSection {
  margin-top: 50px;
}

.works_history_thumbnail {
  display: flex;
  justify-content: space-between;
}

.works_history_thumbnail_item {
  width: 232px;
}

.works_history_thumbnail_item img {
  width: 100%;
  height: auto;
}

.works_history_thumbnail_item figcaption {
  font-size: 12px;
  margin-top: 5px;
}

.works_history_listColumn {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.works_history_listColumn_list:nth-child(1) {
  width: 30%;
}

.works_history_listColumn_list:nth-child(2) {
  width: 35%;
}

.works_history_listColumn_list:nth-child(3) {
  width: 35%;
}

.works_history_listColumn_list li {
  color: #1b1c80;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

.works_history_listColumn_list li + li {
  margin-top: 5px;
}

.works_history_recently {
  margin-top: 85px;
}

.works_history_recently_title {
  text-align: center;
  color: #1b1c80;
  font-size: 36px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  margin-bottom: 35px;
}

.works_history_halfGrid {
  display: flex;
  justify-content: space-between;
}

.works_history_halfGrid__reverse {
  flex-direction: row-reverse;
}

.works_history_halfGrid + .works_history_halfGrid {
  margin-top: 30px;
}

.works_history_halfGrid_column {
  width: 465px;
}

.works_history_halfGrid_column img {
  width: 100%;
  height: auto;
}

.works_history_halfGrid_column figcaption {
  font-size: 12px;
  margin-top: 10px;
}

.works_history_halfGrid_title {
  font-size: 65px;
  color: #1b1c80;
  line-height: 1;
}

.works_history_halfGrid_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.works_history_halfGrid_list li {
  font-size: 13px;
  color: #1b1c80;
  width: 50%;
}

.works_history_halfGrid_list li:nth-child(n+3) {
  margin-top: 5px;
}

.youchi_mainLead {
  padding: 115px 0;
  background-image: url("../img/youchi/bg_lead.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  text-align: center;
  color: #fff;
  font-size: 40px;
}

.youchi_wrapper {
  padding: 100px 0 150px;
}

.youchi_wrapper__confirm {
  padding-top: 0;
}

.youchi_subLead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.youchi_buttonLayout {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.youchi_buttonLayout_button {
  display: block;
  border: 2px solid #1b1c80;
  color: #1b1c80;
  text-decoration: none;
  text-align: center;
  width: 450px;
  position: relative;
  font-size: 20px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  line-height: 1.2;
  height: 90px;
  padding-top: 20px;
  transition: color 250ms;
}

.youchi_buttonLayout_button span {
  font-size: 12px;
}

.youchi_buttonLayout_button + .youchi_buttonLayout_button {
  margin-left: 40px;
}

.youchi_buttonLayout_button i {
  font-size: 22px;
  position: absolute;
}

.youchi_buttonLayout_button:after,
.youchi_buttonLayout_button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  background-color: #1b1c80;
  transform-origin: left center;
  z-index: -1;
}

.youchi_buttonLayout_button:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all 250ms ease;
}

.youchi_buttonLayout_button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 250ms ease 100ms;
}

.youchi_buttonLayout_button:hover {
  color: #fff;
}

.youchi_buttonLayout_button:hover:after,
.youchi_buttonLayout_button:hover:before {
  transform: scale(1, 1);
}

.youchi_buttonLayout_button__contact {
  text-decoration: none;
}

.youchi_buttonLayout_button__contact i {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.youchi_buttonLayout_button__mail i {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.youchi_contact {
  display: flex;
  justify-content: center;
  margin: 40px 0 130px;
}

.youchi_contact_item {
  width: 350px;
  text-align: center;
}

.youchi_contact_item + .youchi_contact_item {
  margin-left: 30px;
}

.youchi_contact_title {
  font-size: 16px;
  color: #1b1c80;
}

.youchi_contact_tel {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  color: #1b1c80;
  font-weight: 500;
  text-decoration: none;
}

.youchi_contact_tel i {
  font-size: 36px;
  margin-right: 10px;
  vertical-align: center;
}

.contact_wrapper {
  padding-bottom: 150px;
}

.sitemap_wrapper {
  padding-bottom: 150px;
}

.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.sitemap_list li {
  width: 25%;
  color: #1b1c80;
}

.sitemap_list li:nth-child(n+5) {
  margin-top: 35px;
}

.sitemap_list li:before {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.sitemap_list a {
  font-size: 16px;
  text-decoration: none;
  color: #1b1c80;
}

.sitemap_list a:hover {
  text-decoration: underline;
}

.sitemap_list a[target=_blank]:after {
  content: "\f2d2";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}

.sitemap_list i {
  margin-left: 10px;
}

.advantage_mainSectionAnchor {
  display: flex;
}

.advantage_mainSectionAnchor a {
  text-align: center;
  width: 50%;
  display: block;
  border-top: 2px solid #1b1c80;
  text-decoration: none;
  position: relative;
  color: #1b1c80;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-size: 26px;
  height: 152px;
  padding-top: 35px;
  transition: color 250ms ease;
}

.advantage_mainSectionAnchor a:after,
.advantage_mainSectionAnchor a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  background-color: #1b1c80;
  transform-origin: left center;
  z-index: -1;
}

.advantage_mainSectionAnchor a:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all 250ms ease;
}

.advantage_mainSectionAnchor a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 250ms ease 100ms;
}

.advantage_mainSectionAnchor a:hover {
  color: #fff;
}

.advantage_mainSectionAnchor a:hover:after,
.advantage_mainSectionAnchor a:hover:before {
  transform: scale(1, 1);
}

.advantage_mainSectionAnchor a:nth-child(2) {
  border-left: 2px solid #1b1c80;
}

.advantage_mainSectionAnchor i {
  font-size: 40px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.advantage_mainSection {
  padding-bottom: 130px;
}

.advantage_mainSection_title {
  background-color: #1b1c80;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 30px 0;
}

.advantage_treeMainVisual {
  background-image: url("../img/advantage/bg_saftyTree.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 755px;
}

.advantage_treeMainVisual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage_treeSectionAnchor {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.advantage_treeSectionAnchor a {
  width: 280px;
  display: block;
  color: #1b1c80;
  border: 1px solid #1b1c80;
  text-decoration: none;
  position: relative;
  height: 130px;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
  transition: color 250ms ease;
}

.advantage_treeSectionAnchor a span {
  margin-top: 5px;
  display: block;
  line-height: 1.2;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
}

.advantage_treeSectionAnchor a:after,
.advantage_treeSectionAnchor a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  background-color: #1b1c80;
  transform-origin: left center;
  z-index: -1;
}

.advantage_treeSectionAnchor a:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all 250ms ease;
}

.advantage_treeSectionAnchor a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 250ms ease 100ms;
}

.advantage_treeSectionAnchor a:hover {
  color: #fff;
}

.advantage_treeSectionAnchor a:hover:after,
.advantage_treeSectionAnchor a:hover:before {
  transform: scale(1, 1);
}

.advantage_treeSectionAnchor a + a {
  margin-left: 30px;
}

.advantage_treeSectionAnchor a:nth-child(2) span {
  margin-top: 22px;
}

.advantage_treeSectionAnchor i {
  font-size: 20px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.advantage_treeSection {
  width: 1200px;
  margin: 100px auto 0;
}

.advantage_treeSection + .advantage_treeSection {
  margin-top: 150px;
}

.advantage_treeMainTitle {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #1b1c80;
  letter-spacing: 0.05em;
}

.advantage_treeMainTitle span {
  display: block;
  margin-top: 30px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-size: 26px;
}

.advantage_treeSubSection {
  margin-top: 70px;
}

.advantage_treeSubTitle {
  line-height: 1.8;
  font-size: 22px;
  padding-left: 115px;
  background-repeat: no-repeat;
  background-position: left top;
}

.advantage_treeSubTitle__green {
  background-image: url("../img/advantage/bg_treeTitleGreen.png");
}

.advantage_treeSubTitle__blue {
  background-image: url("../img/advantage/bg_treeTitleBlue.png");
}

.advantage_treeSubTitle__black {
  background-image: url("../img/advantage/bg_treeTitleBlack.png");
}

.advantage_imageColumnLayout {
  display: flex;
  padding-right: 30px;
  justify-content: flex-end;
  min-height: 450px;
  position: relative;
  margin-top: 50px;
}

.advantage_imageColumnLayout_image {
  position: absolute;
  left: -100px;
  top: 0;
}

.advantage_imageColumnLayout_data {
  padding-top: 30px;
  width: 520px;
}

.advantage_imageColumnLayout_text {
  font-size: 15px;
  line-height: 2;
}

.advantage_imageColumnLayout_text + .advantage_imageColumnLayout_text {
  margin-top: 1.5em;
}

.advantage_imageColumnLayout__reverse {
  padding-right: 0;
  padding-left: 30px;
  justify-content: flex-start;
}

.advantage_imageColumnLayout__reverse .advantage_imageColumnLayout_image {
  left: inherit;
  right: -100px;
}

.advantage_imageInfo + .advantage_treeSubSection {
  margin-top: 100px;
}

.advantage_imageInfo {
  padding: 0 30px;
  margin-top: 100px;
}

.advantage_imageInfo + .advantage_imageInfo {
  margin-top: 70px;
}

.advantage_imageInfo img {
  width: 100%;
  height: auto;
}

.advantage_imageInfo figcaption {
  margin-top: 20px;
  font-size: 15px;
}

.advantage_forte {
  padding-top: 80px;
}

.advantage_forte_groupTitle {
  text-align: center;
}

.advantage_forte_articlePerYear {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-top: 65px;
  line-height: 1;
}

.advantage_forte_articlePerYear ruby {
  display: inline-flex;
  flex-direction: column-reverse;
  line-height: 1;
}

.advantage_forte_articlePerYear ruby rt {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  line-height: 1;
  position: relative;
}

.advantage_forte_articlePerYearCaption {
  text-align: center;
  margin-top: 35px;
  font-size: 13px;
}

.advantage_forte_groupImage {
  text-align: center;
  margin-top: 40px;
}

.advantage_forte_groupPowerTitle {
  color: #1b1c80;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  font-size: 30px;
  text-align: center;
  margin-top: 110px;
}

.advantage_forte_groupPowerText {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 70px;
}

.advantage_forte_groupPowerCaption {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

.advantage_forte_groupStrongPoint {
  text-align: center;
  margin-top: 70px;
}

.u_mt0 {
  margin-top: 0 !important;
}

.u_mr0 {
  margin-right: 0 !important;
}

.u_mb0 {
  margin-bottom: 0 !important;
}

.u_ml0 {
  margin-left: 0 !important;
}

.u_pt0 {
  padding-top: 0 !important;
}

.u_pr0 {
  padding-right: 0 !important;
}

.u_pb0 {
  padding-bottom: 0 !important;
}

.u_pl0 {
  padding-left: 0 !important;
}

.u_mt5 {
  margin-top: 5px !important;
}

.u_mr5 {
  margin-right: 5px !important;
}

.u_mb5 {
  margin-bottom: 5px !important;
}

.u_ml5 {
  margin-left: 5px !important;
}

.u_pt5 {
  padding-top: 5px !important;
}

.u_pr5 {
  padding-right: 5px !important;
}

.u_pb5 {
  padding-bottom: 5px !important;
}

.u_pl5 {
  padding-left: 5px !important;
}

.u_mt10 {
  margin-top: 10px !important;
}

.u_mr10 {
  margin-right: 10px !important;
}

.u_mb10 {
  margin-bottom: 10px !important;
}

.u_ml10 {
  margin-left: 10px !important;
}

.u_pt10 {
  padding-top: 10px !important;
}

.u_pr10 {
  padding-right: 10px !important;
}

.u_pb10 {
  padding-bottom: 10px !important;
}

.u_pl10 {
  padding-left: 10px !important;
}

.u_mt15 {
  margin-top: 15px !important;
}

.u_mr15 {
  margin-right: 15px !important;
}

.u_mb15 {
  margin-bottom: 15px !important;
}

.u_ml15 {
  margin-left: 15px !important;
}

.u_pt15 {
  padding-top: 15px !important;
}

.u_pr15 {
  padding-right: 15px !important;
}

.u_pb15 {
  padding-bottom: 15px !important;
}

.u_pl15 {
  padding-left: 15px !important;
}

.u_mt20 {
  margin-top: 20px !important;
}

.u_mr20 {
  margin-right: 20px !important;
}

.u_mb20 {
  margin-bottom: 20px !important;
}

.u_ml20 {
  margin-left: 20px !important;
}

.u_pt20 {
  padding-top: 20px !important;
}

.u_pr20 {
  padding-right: 20px !important;
}

.u_pb20 {
  padding-bottom: 20px !important;
}

.u_pl20 {
  padding-left: 20px !important;
}

.u_mt25 {
  margin-top: 25px !important;
}

.u_mr25 {
  margin-right: 25px !important;
}

.u_mb25 {
  margin-bottom: 25px !important;
}

.u_ml25 {
  margin-left: 25px !important;
}

.u_pt25 {
  padding-top: 25px !important;
}

.u_pr25 {
  padding-right: 25px !important;
}

.u_pb25 {
  padding-bottom: 25px !important;
}

.u_pl25 {
  padding-left: 25px !important;
}

.u_mt30 {
  margin-top: 30px !important;
}

.u_mr30 {
  margin-right: 30px !important;
}

.u_mb30 {
  margin-bottom: 30px !important;
}

.u_ml30 {
  margin-left: 30px !important;
}

.u_pt30 {
  padding-top: 30px !important;
}

.u_pr30 {
  padding-right: 30px !important;
}

.u_pb30 {
  padding-bottom: 30px !important;
}

.u_pl30 {
  padding-left: 30px !important;
}

.u_mt35 {
  margin-top: 35px !important;
}

.u_mr35 {
  margin-right: 35px !important;
}

.u_mb35 {
  margin-bottom: 35px !important;
}

.u_ml35 {
  margin-left: 35px !important;
}

.u_pt35 {
  padding-top: 35px !important;
}

.u_pr35 {
  padding-right: 35px !important;
}

.u_pb35 {
  padding-bottom: 35px !important;
}

.u_pl35 {
  padding-left: 35px !important;
}

.u_mt40 {
  margin-top: 40px !important;
}

.u_mr40 {
  margin-right: 40px !important;
}

.u_mb40 {
  margin-bottom: 40px !important;
}

.u_ml40 {
  margin-left: 40px !important;
}

.u_pt40 {
  padding-top: 40px !important;
}

.u_pr40 {
  padding-right: 40px !important;
}

.u_pb40 {
  padding-bottom: 40px !important;
}

.u_pl40 {
  padding-left: 40px !important;
}

.u_mt45 {
  margin-top: 45px !important;
}

.u_mr45 {
  margin-right: 45px !important;
}

.u_mb45 {
  margin-bottom: 45px !important;
}

.u_ml45 {
  margin-left: 45px !important;
}

.u_pt45 {
  padding-top: 45px !important;
}

.u_pr45 {
  padding-right: 45px !important;
}

.u_pb45 {
  padding-bottom: 45px !important;
}

.u_pl45 {
  padding-left: 45px !important;
}

.u_mt50 {
  margin-top: 50px !important;
}

.u_mr50 {
  margin-right: 50px !important;
}

.u_mb50 {
  margin-bottom: 50px !important;
}

.u_ml50 {
  margin-left: 50px !important;
}

.u_pt50 {
  padding-top: 50px !important;
}

.u_pr50 {
  padding-right: 50px !important;
}

.u_pb50 {
  padding-bottom: 50px !important;
}

.u_pl50 {
  padding-left: 50px !important;
}

.u_mt55 {
  margin-top: 55px !important;
}

.u_mr55 {
  margin-right: 55px !important;
}

.u_mb55 {
  margin-bottom: 55px !important;
}

.u_ml55 {
  margin-left: 55px !important;
}

.u_pt55 {
  padding-top: 55px !important;
}

.u_pr55 {
  padding-right: 55px !important;
}

.u_pb55 {
  padding-bottom: 55px !important;
}

.u_pl55 {
  padding-left: 55px !important;
}

.u_mt60 {
  margin-top: 60px !important;
}

.u_mr60 {
  margin-right: 60px !important;
}

.u_mb60 {
  margin-bottom: 60px !important;
}

.u_ml60 {
  margin-left: 60px !important;
}

.u_pt60 {
  padding-top: 60px !important;
}

.u_pr60 {
  padding-right: 60px !important;
}

.u_pb60 {
  padding-bottom: 60px !important;
}

.u_pl60 {
  padding-left: 60px !important;
}

.u_mt65 {
  margin-top: 65px !important;
}

.u_mr65 {
  margin-right: 65px !important;
}

.u_mb65 {
  margin-bottom: 65px !important;
}

.u_ml65 {
  margin-left: 65px !important;
}

.u_pt65 {
  padding-top: 65px !important;
}

.u_pr65 {
  padding-right: 65px !important;
}

.u_pb65 {
  padding-bottom: 65px !important;
}

.u_pl65 {
  padding-left: 65px !important;
}

.u_mt70 {
  margin-top: 70px !important;
}

.u_mr70 {
  margin-right: 70px !important;
}

.u_mb70 {
  margin-bottom: 70px !important;
}

.u_ml70 {
  margin-left: 70px !important;
}

.u_pt70 {
  padding-top: 70px !important;
}

.u_pr70 {
  padding-right: 70px !important;
}

.u_pb70 {
  padding-bottom: 70px !important;
}

.u_pl70 {
  padding-left: 70px !important;
}

.u_mt75 {
  margin-top: 75px !important;
}

.u_mr75 {
  margin-right: 75px !important;
}

.u_mb75 {
  margin-bottom: 75px !important;
}

.u_ml75 {
  margin-left: 75px !important;
}

.u_pt75 {
  padding-top: 75px !important;
}

.u_pr75 {
  padding-right: 75px !important;
}

.u_pb75 {
  padding-bottom: 75px !important;
}

.u_pl75 {
  padding-left: 75px !important;
}

.u_mt80 {
  margin-top: 80px !important;
}

.u_mr80 {
  margin-right: 80px !important;
}

.u_mb80 {
  margin-bottom: 80px !important;
}

.u_ml80 {
  margin-left: 80px !important;
}

.u_pt80 {
  padding-top: 80px !important;
}

.u_pr80 {
  padding-right: 80px !important;
}

.u_pb80 {
  padding-bottom: 80px !important;
}

.u_pl80 {
  padding-left: 80px !important;
}

.u_mt85 {
  margin-top: 85px !important;
}

.u_mr85 {
  margin-right: 85px !important;
}

.u_mb85 {
  margin-bottom: 85px !important;
}

.u_ml85 {
  margin-left: 85px !important;
}

.u_pt85 {
  padding-top: 85px !important;
}

.u_pr85 {
  padding-right: 85px !important;
}

.u_pb85 {
  padding-bottom: 85px !important;
}

.u_pl85 {
  padding-left: 85px !important;
}

.u_mt90 {
  margin-top: 90px !important;
}

.u_mr90 {
  margin-right: 90px !important;
}

.u_mb90 {
  margin-bottom: 90px !important;
}

.u_ml90 {
  margin-left: 90px !important;
}

.u_pt90 {
  padding-top: 90px !important;
}

.u_pr90 {
  padding-right: 90px !important;
}

.u_pb90 {
  padding-bottom: 90px !important;
}

.u_pl90 {
  padding-left: 90px !important;
}

.u_mt95 {
  margin-top: 95px !important;
}

.u_mr95 {
  margin-right: 95px !important;
}

.u_mb95 {
  margin-bottom: 95px !important;
}

.u_ml95 {
  margin-left: 95px !important;
}

.u_pt95 {
  padding-top: 95px !important;
}

.u_pr95 {
  padding-right: 95px !important;
}

.u_pb95 {
  padding-bottom: 95px !important;
}

.u_pl95 {
  padding-left: 95px !important;
}

.u_mt100 {
  margin-top: 100px !important;
}

.u_mr100 {
  margin-right: 100px !important;
}

.u_mb100 {
  margin-bottom: 100px !important;
}

.u_ml100 {
  margin-left: 100px !important;
}

.u_pt100 {
  padding-top: 100px !important;
}

.u_pr100 {
  padding-right: 100px !important;
}

.u_pb100 {
  padding-bottom: 100px !important;
}

.u_pl100 {
  padding-left: 100px !important;
}

.u_fz10 {
  font-size: 10px !important;
}

.u_fz11 {
  font-size: 11px !important;
}

.u_fz12 {
  font-size: 12px !important;
}

.u_fz13 {
  font-size: 13px !important;
}

.u_fz14 {
  font-size: 14px !important;
}

.u_fz15 {
  font-size: 15px !important;
}

.u_fz16 {
  font-size: 16px !important;
}

.u_fz17 {
  font-size: 17px !important;
}

.u_fz18 {
  font-size: 18px !important;
}

.u_fz19 {
  font-size: 19px !important;
}

.u_fz20 {
  font-size: 20px !important;
}

.u_fz21 {
  font-size: 21px !important;
}

.u_fz22 {
  font-size: 22px !important;
}

.u_fz23 {
  font-size: 23px !important;
}

.u_fz24 {
  font-size: 24px !important;
}

.u_fz25 {
  font-size: 25px !important;
}

.u_fz26 {
  font-size: 26px !important;
}

.u_fz27 {
  font-size: 27px !important;
}

.u_fz28 {
  font-size: 28px !important;
}

.u_fz29 {
  font-size: 29px !important;
}

.u_fz30 {
  font-size: 30px !important;
}

.u_fz31 {
  font-size: 31px !important;
}

.u_fz32 {
  font-size: 32px !important;
}

.u_fz33 {
  font-size: 33px !important;
}

.u_fz34 {
  font-size: 34px !important;
}

.u_fz35 {
  font-size: 35px !important;
}

.u_fz36 {
  font-size: 36px !important;
}

.u_fz37 {
  font-size: 37px !important;
}

.u_fz38 {
  font-size: 38px !important;
}

.u_fz39 {
  font-size: 39px !important;
}

.u_fz40 {
  font-size: 40px !important;
}

.u_fz41 {
  font-size: 41px !important;
}

.u_fz42 {
  font-size: 42px !important;
}

.u_fz43 {
  font-size: 43px !important;
}

.u_fz44 {
  font-size: 44px !important;
}

.u_fz45 {
  font-size: 45px !important;
}

.u_fz46 {
  font-size: 46px !important;
}

.u_fz47 {
  font-size: 47px !important;
}

.u_fz48 {
  font-size: 48px !important;
}

.u_fz49 {
  font-size: 49px !important;
}

.u_fz50 {
  font-size: 50px !important;
}

.u_textRight {
  text-align: right !important;
}

.u_textCenter {
  text-align: center !important;
}

.u_textLeft {
  text-align: left !important;
}

.u_vaBase {
  vertical-align: baseline !important;
}

.u_vaTop {
  vertical-align: top !important;
}

.u_vaMiddle {
  vertical-align: middle !important;
}

.u_vaBottom {
  vertical-align: bottom !important;
}

.u_vaTextTop {
  vertical-align: text-top !important;
}

.u_vaTextBottom {
  vertical-align: text-bottom !important;
}

.u_vaSuper {
  vertical-align: super !important;
}

.u_vaSub {
  vertical-align: sub !important;
}

.u_block {
  display: block !important;
}

.u_inline {
  display: inline !important;
}

.u_inlineBlock {
  display: inline-block !important;
}

.u_flex {
  display: flex !important;
}

.u_fxdRow {
  flex-direction: row !important;
}

.u_fxdRowRev {
  flex-direction: row-reverse !important;
}

.u_fxdCol {
  flex-direction: column !important;
}

.u_fxdColRev {
  flex-direction: column-reverse !important;
}

.u_fxwNo {
  flex-wrap: nowrap !important;
}

.u_fxwWrap {
  flex-wrap: wrap !important;
}

.u_fxwWrapRev {
  flex-wrap: wrap-reverse !important;
}

.u_jcFlexStart {
  justify-content: flex-start !important;
}

.u_jcFlexEnd {
  justify-content: flex-end !important;
}

.u_jcCenter {
  justify-content: center !important;
}

.u_jcSpaceBetween {
  justify-content: space-between !important;
}

.u_jcSpaceAround {
  justify-content: space-around !important;
}

.u_aiFlexStart {
  align-items: flex-start !important;
}

.u_aiFlexEnd {
  align-items: flex-end !important;
}

.u_aiCenter {
  align-items: center !important;
}

.u_aiBase {
  align-items: baseline !important;
}

.u_aiStretch {
  align-items: stretch !important;
}

.u_acFlexStart {
  align-content: flex-start !important;
}

.u_acFlexEnd {
  align-content: flex-end !important;
}

.u_acCenter {
  align-content: center !important;
}

.u_acSpaceBetween {
  align-content: space-between !important;
}

.u_acSpaceAround {
  align-content: space-around !important;
}

.u_acStretch {
  align-content: stretch !important;
}

.u_asAuto {
  align-self: auto !important;
}

.u_asFlexStart {
  align-self: flex-start !important;
}

.u_asFlexEnd {
  align-self: flex-end !important;
}

.u_asCenter {
  align-self: center !important;
}

.u_asBase {
  align-self: baseline !important;
}

.u_asStretch {
  align-self: stretch !important;
}

.u_floatLeft {
  float: left !important;
}

.u_floatRight {
  float: right !important;
}

.u_static {
  position: static !important;
}

.u_relative {
  position: relative !important;
}

.u_absolute {
  position: absolute !important;
}

.u_bgNone {
  background: none !important;
}

.u_fwBold {
  font-weight: 700 !important;
}

.u_fwNormal {
  font-weight: 400 !important;
}

.u_textKerning {
  font-feature-settings: "palt" !important;
}

.u_clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u_wh100p {
  width: 100% !important;
  height: auto !important;
}

.u_marginSideAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u_hover:hover {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: opacity 250ms !important;
}

.u_fontLarge {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  input,
  textarea {
    font-size: 12px;
  }
  html,
  body {
    min-width: 100%;
  }
  .l_wrapper {
    padding-top: 53px;
  }
  .l_contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l_spNavi {
    display: block;
  }
  .l_spNavi.is_active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .l_footer_pagetop {
    padding: 5px 0;
  }
  .l_footer_pagetop i {
    font-size: 36px;
  }
  .l_footer_link {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .l_footer_link_list {
    width: 50%;
  }
  .l_footer_link_list + .l_footer_link_list {
    border-left: 0;
    padding-left: 0;
  }
  .l_footer_link_list:nth-child(n+3) {
    margin-top: 15px;
  }
  .l_footer_link_list li + li {
    margin-top: 15px;
  }
  .l_footer_link_logo {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .l_footer_company {
    padding: 30px 0;
  }
  .l_footer_company_logo img {
    width: 187px;
  }
  .l_footer_company_address {
    margin-bottom: 25px;
  }
  .l_footer_company_license {
    text-align: left;
    font-size: 10px;
  }
  .l_footer_company_copyright {
    font-size: 10px;
  }
  .c_button {
    width: 42%;
    padding: 15px 0;
    border: 1px solid #fff;
  }
  .c_button span {
    font-size: 13px;
  }
  .c_button__white {
    border: 1px solid #1b1c80;
  }
  .c_button__blue {
    border: 1px solid #1b1c80;
  }
  .c_button__small {
    padding: 10px 0;
  }
  .c_singleContents {
    padding-bottom: 50px;
  }
  .c_mainArticleHeader {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .c_mainArticleHeader_lead {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
  .c_pageTitle {
    font-size: 22px;
    padding-bottom: 24px;
  }
  .c_pageTitle:after {
    width: 60px;
    height: 4px;
  }
  .c_pageTitle_logo {
    width: 80px;
    height: auto;
  }
  .c_formWrapper {
    width: 100%;
  }
  .c_formTable {
    flex-direction: column;
  }
  .c_formTable dt {
    font-size: 14px;
    padding: 15px 50px 15px 20px;
    width: 100%;
  }
  .c_formTable dd {
    width: 100%;
    padding: 20px 0;
  }
  .c_formTable dt:nth-child(n+3) {
    border: 0;
  }
  .c_formTable dd:nth-child(n+3) {
    border: 0;
  }
  .c_formTable_required {
    top: 15px;
  }
  .c_formTable_label {
    padding: 0;
  }
  .c_formTable_label + .c_formTable_label {
    margin-left: 20px;
  }
  .c_formTable_inputInfo {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .c_formTable_confirmText {
    padding: 0;
  }
  .c_formTable + .c_formTitle {
    margin-top: 20px;
  }
  .c_formTitle {
    font-size: 17px;
  }
  .c_input[type=text] {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .c_formButtonLayout {
    margin-top: 30px;
  }
  .c_formButtonLayout a + a {
    margin-left: 4%;
  }
  .top_40th {
    padding: 30px 20px;
  }
  .top_40th_body {
    width: 100%;
    flex-direction: column;
  }
  .top_40th_body_logo {
    width: 140px;
    margin-bottom: 30px;
  }
  .top_40th_body_box {
    width: 100%;
  }
  .top_40th_body_box_text {
    font-size: 14px;
  }
  .top_openingLogo {
    width: 180px;
  }
  .top_wrapper {
    padding-bottom: 60px;
  }
  .top_title_english {
    font-size: 35px;
  }
  .top_title_japanese {
    font-size: 13px;
    margin-top: 5px;
  }
  .top_title__about .top_title_japanese {
    margin-top: 0;
  }
  .top_title__about .top_title_english {
    font-size: 40px;
  }
  .top_subTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .top_subTitle:after {
    width: 50px;
  }
  .top_mainVisual {
    width: 100%;
    /* height: calc(100vh - 120px);*/
    height: 150vw;
    border-top: 0;
    position: relative;
    background: url("../img/top/bg_mainVisual_sp01.webp") top left/cover;
  }
  .column_link {
    margin-bottom: 0;
  }
  .top_mainVisual_inner .slickbox .mv1,
  .top_mainVisual_inner .slickbox .mv2,
  .top_mainVisual_inner .slickbox .mv3,
  .top_mainVisual_inner .slickbox .mv4 {
    width: 100vw;
    /* height:calc(100vh - 120px);*/
    height: 150vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top_mainVisual_inner .slickbox .mv1 {
    background-image: url("../img/top/bg_mainVisual_sp01.webp");
    background-position: bottom;
    background-size: cover;
  }
  .top_mainVisual_inner .slickbox .mv2 {
    background-image: url("../img/top/bg_mainVisual_sp02.jpg");
    background-position: center bottom;
    position: relative;
  }
  .top_mainVisual_inner .slickbox .mv2 p {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
  }
  .top_mainVisual_inner .slickbox .mv2 a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .top_mainVisual_inner .slickbox .mv3 {
    background-image: url("../img/top/bg_mainVisual_sp03.webp");
    background-position: center bottom;
    background-size: cover;
  }
  .top_mainVisual_inner .slickbox .mv4 {
    background-image: url("../img/top/bg_mainVisual_sp04.jpg");
    background-position: center bottom;
    position: relative;
  }
  .top_mainVisual_inner .slickbox .mv4 p {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
  }
  .top_mainVisual_inner .slickbox .mv4 a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .top_mainVisual .reservation {
    position: absolute;
    top: 20px;
    right: 100px;
    display: none;
  }
  .top_mainVisual .contact {
    display: none;
  }
  .top_mainVisual .present {
    bottom: auto;
    top: 50px;
  }
  .top_mainVisual .present a img {
    width: 34vw;
  }
  .top_mainVisual_inner {
    width: 100%;
    min-width: 100%;
    /* height: calc(100vh - 120px); */
    height: auto;
    margin: 0;
    padding: 0;
  }
  .top_mainVisual_title {
    top: 40px;
    left: 25px;
  }
  .top_mainVisual_title_item__1 img {
    width: 180px;
    height: auto;
  }
  .top_mainVisual_title_item__2 {
    transform: translateX(-9px);
    font-size: 18px;
    margin-top: 10px;
  }
  .top_lead {
    background-image: url("../img/top/bg_lead_sp.jpg");
    padding: 50px 0;
  }
  .top_lead_title {
    font-size: 20px;
  }
  .top_lead_text {
    font-size: 14px;
    text-align: left;
    margin-top: 25px;
  }
  .top_lead_list {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    position: relative;
  }
  .top_lead_list_item {
    width: 100%;
    padding: 10px 20px 0;
  }
  .top_lead_list_item_image {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  }
  .top_lead_list_item_title {
    font-size: 14px;
  }
  .top_pickup {
    margin-top: 50px;
  }
  .top_pickup_slider {
    margin-top: 0;
  }
  .top_pickup_slider .slick-slide {
    padding: 25px 20px;
  }
  .top_pickup_slider .slick-current a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  .top_pickup_slider .slick-arrow {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  }
  .top_pickup_slider .slick-prev {
    left: 25px;
  }
  .top_pickup_slider .slick-next {
    right: 25px;
  }
  .top_movie {
    margin-top: 50px;
  }
  .top_movie_link {
    width: 100%;
    margin-top: 30px;
  }
  .top_movie_link:before {
    font-size: 70px;
  }
  .top_search {
    margin-top: 50px;
    padding: 45px 0;
  }
  .top_search_select {
    width: 100%;
    margin: 30px 0 50px;
    flex-wrap: wrap;
  }
  .top_search_select_input:checked + .top_search_select_item {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .top_search_select_item {
    font-size: 13px;
    padding: 10px;
    width: 32%;
  }
  .top_search_select_item:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  /*
     .top_search_select_item:nth-child(n + 8) {
         margin-top: 10px
     }
  */
  .top_search_select_item + .top_search_select_item {
    margin-left: 0;
  }
  .top_search_select_item_object {
    font-size: 10px;
  }
  .top_search_select_item_inner {
    font-size: 13px;
  }
  .top_search_list {
    flex-direction: column;
  }
  .top_search_list_item {
    width: 100%;
  }
  .top_search_list_item:nth-child(n+2) {
    margin-top: 15px;
  }
  .top_search_list_item_tagList {
    top: 10px;
    left: 10px;
  }
  .top_search_list_item_tagList_item {
    font-size: 12px;
  }
  .top_search_list_item_data {
    padding: 0 25px 12px;
  }
  .top_search_list_item_data_title {
    font-size: 13px;
  }
  .top_search_list_item_data_description {
    font-size: 12px;
  }
  .top_search_button {
    margin-top: 30px;
  }
  .top_aboutWrapper {
    margin-top: 50px;
  }
  .top_aboutWrapper_title {
    margin-bottom: 0;
  }
  .top_aboutWrapper_title_inner {
    font-size: 24px;
  }
  .top_about {
    margin-top: 50px;
  }
  .top_about + .top_about {
    margin-top: 50px;
  }
  .top_about_inner {
    min-height: inherit;
    display: block;
  }
  .top_about_inner:before {
    top: 20px;
    left: 0;
    height: 285px;
    width: 76%;
  }
  .top_about_image {
    position: relative;
    top: 0;
    left: inherit;
    width: calc(100% + 20px);
  }
  .top_about_contents {
    margin-top: 15px;
    width: 100%;
  }
  .top_about_text {
    font-size: 14px;
    margin-top: 25px;
  }
  .top_about_button {
    margin-top: 20px;
  }
  .top_about__reverse .top_about_inner:before {
    right: 0;
    left: inherit;
  }
  .top_about__reverse .top_about_image {
    left: -20px;
    right: inherit;
  }
  .top_landRecruit {
    margin-top: 50px;
    padding: 20px 0;
  }
  .top_landRecruit_title_inner_text span {
    font-size: 25px;
  }
  .top_landRecruit_title {
    font-size: 15px;
  }
  .top_landRecruit_text {
    margin-top: 10px;
    font-size: 12px;
  }
  .top_landRecruit_button {
    margin-top: 25px;
  }
  .top_pressRelease {
    margin-top: 20px;
  }
  .top_pressRelease_list {
    flex-direction: column;
    margin-top: 0;
  }
  .top_pressRelease_list_item {
    padding: 15px;
    width: 100%;
  }
  .top_pressRelease_list_item:nth-child(2) {
    border-top: none;
  }
  .top_pressRelease_list_item_data {
    flex-direction: column;
  }
  .top_pressRelease_list_item_data dt {
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .top_pressRelease_list_item_data dd {
    padding-right: 0;
    font-size: 12px;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    width: 100%;
  }
  .top_pressRelease_button {
    margin-top: 30px;
  }
  .top_history {
    margin-top: 70px;
  }
  .top_history_list {
    margin-top: 40px;
    display: block;
  }
  .top_history_list_item + .top_history_list_item {
    margin-left: 0;
  }
  .top_history_list_item {
    width: 100%;
  }
  .top_history_list_item_place {
    margin-top: 13px;
  }
  .mind_bgArea {
    height: auto;
    padding-top: 66%;
    background-attachment: inherit;
  }
  .mind_bgArea__1 {
    padding-top: 57%;
  }
  .mind_section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
  }
  .mind_section_title {
    font-size: 20px;
  }
  .mind_section_text {
    font-size: 13px;
    margin-top: 30px;
  }
  .works_lead1 {
    font-size: 20px;
  }
  .works_lead2 {
    font-size: 10px;
  }
  .works_historyWrapper {
    padding-bottom: 60px;
  }
  .works_historyWrapper:before {
    left: 24px;
    width: 5px;
  }
  .works_history + .works_history {
    margin-top: 20px;
  }
  .works_history_year {
    width: 53px;
    height: 53px;
    padding-top: 20px;
    font-size: 15px;
  }
  .works_history_year:before {
    width: 12px;
    height: 2px;
  }
  .works_history_data {
    width: calc(100% - 65px);
  }
  .works_history_mainSection {
    padding: 10px;
  }
  .works_history_mainSection_left {
    width: 75px;
  }
  .works_history_mainSection_right {
    width: calc(100% - 85px);
  }
  .works_history_mainSection_title {
    font-size: 13px;
  }
  .works_history_mainSection_text {
    margin-top: 5px;
    font-size: 10px;
  }
  .works_history_mainSection__imageLarge .works_history_mainSection_left {
    width: 100px;
  }
  .works_history_mainSection__imageLarge .works_history_mainSection_right {
    width: calc(100% - 110px);
  }
  .works_history_subSection {
    border-width: 2px;
    padding: 10px;
  }
  .works_history_mainSection + .works_history_subSection {
    margin-top: 20px;
  }
  .works_history_thumbnail {
    flex-wrap: wrap;
  }
  .works_history_thumbnail_item {
    width: 48%;
  }
  .works_history_thumbnail_item:nth-child(n+3) {
    margin-top: 10px;
  }
  .works_history_thumbnail_item figcaption {
    font-size: 8px;
  }
  .works_history_listColumn {
    flex-direction: column;
    margin-top: 20px;
  }
  .works_history_listColumn_list:nth-child(1) {
    width: 100%;
  }
  .works_history_listColumn_list:nth-child(2) {
    width: 100%;
  }
  .works_history_listColumn_list:nth-child(3) {
    width: 100%;
  }
  .works_history_listColumn_list li {
    font-size: 11px;
  }
  .works_history_recently {
    margin-top: 40px;
  }
  .works_history_recently_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .works_history_halfGrid {
    flex-direction: column;
  }
  .works_history_halfGrid_column {
    width: 100%;
  }
  .works_history_halfGrid_column figcaption {
    font-size: 8px;
    margin-top: 5px;
  }
  .works_history_halfGrid_column + .works_history_halfGrid_column {
    margin-top: 20px;
  }
  .works_history_halfGrid_title {
    font-size: 38px;
  }
  .works_history_halfGrid_list {
    flex-direction: column;
    margin-top: 15px;
  }
  .works_history_halfGrid_list li {
    width: 100%;
  }
  .youchi_mainLead {
    padding: 50px 10px;
    font-size: 22px;
  }
  .youchi_wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .youchi_wrapper__confirm {
    padding-top: 0;
  }
  .youchi_subLead {
    font-size: 14px;
    text-align: left;
  }
  .youchi_buttonLayout {
    margin-top: 40px;
    justify-content: space-between;
  }
  .youchi_buttonLayout_button {
    width: 48%;
    font-size: 13px;
    padding-top: 8px;
    border-width: 2px;
    height: 63px;
  }
  .youchi_buttonLayout_button span {
    font-size: 9px;
  }
  .youchi_buttonLayout_button + .youchi_buttonLayout_button {
    margin-left: 0;
  }
  .youchi_buttonLayout_button i {
    font-size: 18px;
  }
  .youchi_buttonLayout_button__contact i {
    bottom: 0;
  }
  .youchi_buttonLayout_button__mail i {
    display: none;
  }
  .youchi_contact {
    margin: 35px 0;
    flex-direction: column;
  }
  .youchi_contact_item {
    width: 100%;
  }
  .youchi_contact_item + .youchi_contact_item {
    margin-top: 30px;
    margin-left: 0;
  }
  .youchi_contact_title {
    font-size: 13px;
  }
  .youchi_contact_tel {
    font-size: 30px;
  }
  .youchi_contact_tel i {
    font-size: 26px;
  }
  .contact_wrapper {
    padding-bottom: 60px;
  }
  .sitemap_wrapper {
    padding-bottom: 50px;
  }
  .sitemap_list {
    width: 100%;
  }
  .sitemap_list li {
    width: 50%;
  }
  .sitemap_list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .sitemap_list li:before {
    margin-right: 5px;
  }
  .sitemap_list a {
    font-size: 14px;
  }
  .sitemap_list a:hover {
    text-decoration: none;
  }
  .advantage_mainSectionAnchor a {
    font-size: 15px;
    height: 90px;
    border-width: 1px;
    padding-top: 25px;
  }
  .advantage_mainSectionAnchor a:nth-child(2) {
    padding-top: 13px;
    border-width: 1px;
  }
  .advantage_mainSectionAnchor i {
    font-size: 20px;
    bottom: 5px;
  }
  .advantage_mainSection {
    padding-bottom: 50px;
  }
  .advantage_mainSection_title {
    padding: 20px 0;
    font-size: 15px;
  }
  .advantage_treeMainVisual {
    height: auto;
    padding-top: 75%;
  }
  .advantage_treeMainVisual img {
    width: 80%;
    height: auto;
  }
  .advantage_treeSectionAnchor {
    flex-direction: column;
    margin-top: 45px;
  }
  .advantage_treeSectionAnchor a {
    font-size: 17px;
    width: 100%;
    height: auto;
    padding: 10px 10px 0;
  }
  .advantage_treeSectionAnchor a span {
    font-size: 11px;
  }
  .advantage_treeSectionAnchor a + a {
    margin-top: 10px;
    margin-left: 0;
  }
  .advantage_treeSectionAnchor a:nth-child(2) span {
    margin-top: 5px;
  }
  .advantage_treeSectionAnchor i {
    position: static;
    transform: translate(0);
    font-size: 20px;
    bottom: 5px;
  }
  .advantage_treeSection {
    width: 100%;
    margin-top: 50px;
  }
  .advantage_treeSection + .advantage_treeSection {
    margin-top: 50px;
  }
  .advantage_treeMainTitle {
    font-size: 35px;
  }
  .advantage_treeMainTitle span {
    margin-top: 10px;
    font-size: 13px;
  }
  .advantage_treeSubSection {
    margin-top: 40px;
  }
  .advantage_treeSubTitle {
    line-height: 1.6;
    font-size: 15px;
    padding-left: 50px;
    background-size: 35px auto;
  }
  .advantage_imageColumnLayout {
    padding: 0;
    min-height: auto;
    margin-top: 0;
    flex-direction: column;
  }
  .advantage_imageColumnLayout_image {
    position: static;
  }
  .advantage_imageColumnLayout_image img {
    width: 100%;
    height: auto;
  }
  .advantage_imageColumnLayout_data {
    width: 100%;
    padding: 35px 20px 0;
  }
  .advantage_imageColumnLayout_text {
    margin-top: 25px;
    font-size: 13px;
  }
  .advantage_imageInfo + .advantage_treeSubSection {
    margin-top: 45px;
  }
  .advantage_imageInfo {
    padding: 0 20px;
    margin-top: 45px;
  }
  .advantage_imageInfo + .advantage_imageInfo {
    margin-top: 45px;
  }
  .advantage_imageInfo figcaption {
    font-size: 13px;
  }
  .advantage_forte {
    padding-top: 35px;
  }
  .advantage_forte_groupTitle img {
    width: 100%;
    height: auto;
  }
  .advantage_forte_articlePerYear {
    font-size: 24px;
    margin-top: 30px;
  }
  .advantage_forte_articlePerYear ruby rt {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .advantage_forte_articlePerYearCaption {
    margin-top: 20px;
    font-size: 10px;
  }
  .advantage_forte_groupImage {
    margin-top: 55px;
  }
  .advantage_forte_groupImage img {
    width: 100%;
    height: auto;
  }
  .advantage_forte_groupPowerTitle {
    font-size: 22px;
    margin-top: 45px;
  }
  .advantage_forte_groupPowerText {
    margin-top: 25px;
    font-size: 13px;
    line-height: 2;
  }
  .advantage_forte_groupPowerCaption {
    margin-top: 10px;
    font-size: 11px;
    text-align: left;
  }
  .advantage_forte_groupStrongPoint {
    margin-top: 35px;
  }
  .advantage_forte_groupStrongPoint img {
    width: 100%;
    height: auto;
  }
  .u_mt0sp {
    margin-top: 0 !important;
  }
  .u_mr0sp {
    margin-right: 0 !important;
  }
  .u_mb0sp {
    margin-bottom: 0 !important;
  }
  .u_ml0sp {
    margin-left: 0 !important;
  }
  .u_pt0sp {
    padding-top: 0 !important;
  }
  .u_pr0sp {
    padding-right: 0 !important;
  }
  .u_pb0sp {
    padding-bottom: 0 !important;
  }
  .u_pl0sp {
    padding-left: 0 !important;
  }
  .u_mt5sp {
    margin-top: 5px !important;
  }
  .u_mr5sp {
    margin-right: 5px !important;
  }
  .u_mb5sp {
    margin-bottom: 5px !important;
  }
  .u_ml5sp {
    margin-left: 5px !important;
  }
  .u_pt5sp {
    padding-top: 5px !important;
  }
  .u_pr5sp {
    padding-right: 5px !important;
  }
  .u_pb5sp {
    padding-bottom: 5px !important;
  }
  .u_pl5sp {
    padding-left: 5px !important;
  }
  .u_mt10sp {
    margin-top: 10px !important;
  }
  .u_mr10sp {
    margin-right: 10px !important;
  }
  .u_mb10sp {
    margin-bottom: 10px !important;
  }
  .u_ml10sp {
    margin-left: 10px !important;
  }
  .u_pt10sp {
    padding-top: 10px !important;
  }
  .u_pr10sp {
    padding-right: 10px !important;
  }
  .u_pb10sp {
    padding-bottom: 10px !important;
  }
  .u_pl10sp {
    padding-left: 10px !important;
  }
  .u_mt15sp {
    margin-top: 15px !important;
  }
  .u_mr15sp {
    margin-right: 15px !important;
  }
  .u_mb15sp {
    margin-bottom: 15px !important;
  }
  .u_ml15sp {
    margin-left: 15px !important;
  }
  .u_pt15sp {
    padding-top: 15px !important;
  }
  .u_pr15sp {
    padding-right: 15px !important;
  }
  .u_pb15sp {
    padding-bottom: 15px !important;
  }
  .u_pl15sp {
    padding-left: 15px !important;
  }
  .u_mt20sp {
    margin-top: 20px !important;
  }
  .u_mr20sp {
    margin-right: 20px !important;
  }
  .u_mb20sp {
    margin-bottom: 20px !important;
  }
  .u_ml20sp {
    margin-left: 20px !important;
  }
  .u_pt20sp {
    padding-top: 20px !important;
  }
  .u_pr20sp {
    padding-right: 20px !important;
  }
  .u_pb20sp {
    padding-bottom: 20px !important;
  }
  .u_pl20sp {
    padding-left: 20px !important;
  }
  .u_mt25sp {
    margin-top: 25px !important;
  }
  .u_mr25sp {
    margin-right: 25px !important;
  }
  .u_mb25sp {
    margin-bottom: 25px !important;
  }
  .u_ml25sp {
    margin-left: 25px !important;
  }
  .u_pt25sp {
    padding-top: 25px !important;
  }
  .u_pr25sp {
    padding-right: 25px !important;
  }
  .u_pb25sp {
    padding-bottom: 25px !important;
  }
  .u_pl25sp {
    padding-left: 25px !important;
  }
  .u_mt30sp {
    margin-top: 30px !important;
  }
  .u_mr30sp {
    margin-right: 30px !important;
  }
  .u_mb30sp {
    margin-bottom: 30px !important;
  }
  .u_ml30sp {
    margin-left: 30px !important;
  }
  .u_pt30sp {
    padding-top: 30px !important;
  }
  .u_pr30sp {
    padding-right: 30px !important;
  }
  .u_pb30sp {
    padding-bottom: 30px !important;
  }
  .u_pl30sp {
    padding-left: 30px !important;
  }
  .u_mt35sp {
    margin-top: 35px !important;
  }
  .u_mr35sp {
    margin-right: 35px !important;
  }
  .u_mb35sp {
    margin-bottom: 35px !important;
  }
  .u_ml35sp {
    margin-left: 35px !important;
  }
  .u_pt35sp {
    padding-top: 35px !important;
  }
  .u_pr35sp {
    padding-right: 35px !important;
  }
  .u_pb35sp {
    padding-bottom: 35px !important;
  }
  .u_pl35sp {
    padding-left: 35px !important;
  }
  .u_mt40sp {
    margin-top: 40px !important;
  }
  .u_mr40sp {
    margin-right: 40px !important;
  }
  .u_mb40sp {
    margin-bottom: 40px !important;
  }
  .u_ml40sp {
    margin-left: 40px !important;
  }
  .u_pt40sp {
    padding-top: 40px !important;
  }
  .u_pr40sp {
    padding-right: 40px !important;
  }
  .u_pb40sp {
    padding-bottom: 40px !important;
  }
  .u_pl40sp {
    padding-left: 40px !important;
  }
  .u_mt45sp {
    margin-top: 45px !important;
  }
  .u_mr45sp {
    margin-right: 45px !important;
  }
  .u_mb45sp {
    margin-bottom: 45px !important;
  }
  .u_ml45sp {
    margin-left: 45px !important;
  }
  .u_pt45sp {
    padding-top: 45px !important;
  }
  .u_pr45sp {
    padding-right: 45px !important;
  }
  .u_pb45sp {
    padding-bottom: 45px !important;
  }
  .u_pl45sp {
    padding-left: 45px !important;
  }
  .u_mt50sp {
    margin-top: 50px !important;
  }
  .u_mr50sp {
    margin-right: 50px !important;
  }
  .u_mb50sp {
    margin-bottom: 50px !important;
  }
  .u_ml50sp {
    margin-left: 50px !important;
  }
  .u_pt50sp {
    padding-top: 50px !important;
  }
  .u_pr50sp {
    padding-right: 50px !important;
  }
  .u_pb50sp {
    padding-bottom: 50px !important;
  }
  .u_pl50sp {
    padding-left: 50px !important;
  }
  .u_mt55sp {
    margin-top: 55px !important;
  }
  .u_mr55sp {
    margin-right: 55px !important;
  }
  .u_mb55sp {
    margin-bottom: 55px !important;
  }
  .u_ml55sp {
    margin-left: 55px !important;
  }
  .u_pt55sp {
    padding-top: 55px !important;
  }
  .u_pr55sp {
    padding-right: 55px !important;
  }
  .u_pb55sp {
    padding-bottom: 55px !important;
  }
  .u_pl55sp {
    padding-left: 55px !important;
  }
  .u_mt60sp {
    margin-top: 60px !important;
  }
  .u_mr60sp {
    margin-right: 60px !important;
  }
  .u_mb60sp {
    margin-bottom: 60px !important;
  }
  .u_ml60sp {
    margin-left: 60px !important;
  }
  .u_pt60sp {
    padding-top: 60px !important;
  }
  .u_pr60sp {
    padding-right: 60px !important;
  }
  .u_pb60sp {
    padding-bottom: 60px !important;
  }
  .u_pl60sp {
    padding-left: 60px !important;
  }
  .u_mt65sp {
    margin-top: 65px !important;
  }
  .u_mr65sp {
    margin-right: 65px !important;
  }
  .u_mb65sp {
    margin-bottom: 65px !important;
  }
  .u_ml65sp {
    margin-left: 65px !important;
  }
  .u_pt65sp {
    padding-top: 65px !important;
  }
  .u_pr65sp {
    padding-right: 65px !important;
  }
  .u_pb65sp {
    padding-bottom: 65px !important;
  }
  .u_pl65sp {
    padding-left: 65px !important;
  }
  .u_mt70sp {
    margin-top: 70px !important;
  }
  .u_mr70sp {
    margin-right: 70px !important;
  }
  .u_mb70sp {
    margin-bottom: 70px !important;
  }
  .u_ml70sp {
    margin-left: 70px !important;
  }
  .u_pt70sp {
    padding-top: 70px !important;
  }
  .u_pr70sp {
    padding-right: 70px !important;
  }
  .u_pb70sp {
    padding-bottom: 70px !important;
  }
  .u_pl70sp {
    padding-left: 70px !important;
  }
  .u_mt75sp {
    margin-top: 75px !important;
  }
  .u_mr75sp {
    margin-right: 75px !important;
  }
  .u_mb75sp {
    margin-bottom: 75px !important;
  }
  .u_ml75sp {
    margin-left: 75px !important;
  }
  .u_pt75sp {
    padding-top: 75px !important;
  }
  .u_pr75sp {
    padding-right: 75px !important;
  }
  .u_pb75sp {
    padding-bottom: 75px !important;
  }
  .u_pl75sp {
    padding-left: 75px !important;
  }
  .u_mt80sp {
    margin-top: 80px !important;
  }
  .u_mr80sp {
    margin-right: 80px !important;
  }
  .u_mb80sp {
    margin-bottom: 80px !important;
  }
  .u_ml80sp {
    margin-left: 80px !important;
  }
  .u_pt80sp {
    padding-top: 80px !important;
  }
  .u_pr80sp {
    padding-right: 80px !important;
  }
  .u_pb80sp {
    padding-bottom: 80px !important;
  }
  .u_pl80sp {
    padding-left: 80px !important;
  }
  .u_mt85sp {
    margin-top: 85px !important;
  }
  .u_mr85sp {
    margin-right: 85px !important;
  }
  .u_mb85sp {
    margin-bottom: 85px !important;
  }
  .u_ml85sp {
    margin-left: 85px !important;
  }
  .u_pt85sp {
    padding-top: 85px !important;
  }
  .u_pr85sp {
    padding-right: 85px !important;
  }
  .u_pb85sp {
    padding-bottom: 85px !important;
  }
  .u_pl85sp {
    padding-left: 85px !important;
  }
  .u_mt90sp {
    margin-top: 90px !important;
  }
  .u_mr90sp {
    margin-right: 90px !important;
  }
  .u_mb90sp {
    margin-bottom: 90px !important;
  }
  .u_ml90sp {
    margin-left: 90px !important;
  }
  .u_pt90sp {
    padding-top: 90px !important;
  }
  .u_pr90sp {
    padding-right: 90px !important;
  }
  .u_pb90sp {
    padding-bottom: 90px !important;
  }
  .u_pl90sp {
    padding-left: 90px !important;
  }
  .u_mt95sp {
    margin-top: 95px !important;
  }
  .u_mr95sp {
    margin-right: 95px !important;
  }
  .u_mb95sp {
    margin-bottom: 95px !important;
  }
  .u_ml95sp {
    margin-left: 95px !important;
  }
  .u_pt95sp {
    padding-top: 95px !important;
  }
  .u_pr95sp {
    padding-right: 95px !important;
  }
  .u_pb95sp {
    padding-bottom: 95px !important;
  }
  .u_pl95sp {
    padding-left: 95px !important;
  }
  .u_mt100sp {
    margin-top: 100px !important;
  }
  .u_mr100sp {
    margin-right: 100px !important;
  }
  .u_mb100sp {
    margin-bottom: 100px !important;
  }
  .u_ml100sp {
    margin-left: 100px !important;
  }
  .u_pt100sp {
    padding-top: 100px !important;
  }
  .u_pr100sp {
    padding-right: 100px !important;
  }
  .u_pb100sp {
    padding-bottom: 100px !important;
  }
  .u_pl100sp {
    padding-left: 100px !important;
  }
  .u_spHide {
    display: none !important;
  }
  .u_hover:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .u_fontLarge {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .top_lead_title {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .top_movie_link:hover:after {
    content: "";
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  .u_mt0pc {
    margin-top: 0 !important;
  }
  .u_mr0pc {
    margin-right: 0 !important;
  }
  .u_mb0pc {
    margin-bottom: 0 !important;
  }
  .u_ml0pc {
    margin-left: 0 !important;
  }
  .u_pt0pc {
    padding-top: 0 !important;
  }
  .u_pr0pc {
    padding-right: 0 !important;
  }
  .u_pb0pc {
    padding-bottom: 0 !important;
  }
  .u_pl0pc {
    padding-left: 0 !important;
  }
  .u_mt5pc {
    margin-top: 5px !important;
  }
  .u_mr5pc {
    margin-right: 5px !important;
  }
  .u_mb5pc {
    margin-bottom: 5px !important;
  }
  .u_ml5pc {
    margin-left: 5px !important;
  }
  .u_pt5pc {
    padding-top: 5px !important;
  }
  .u_pr5pc {
    padding-right: 5px !important;
  }
  .u_pb5pc {
    padding-bottom: 5px !important;
  }
  .u_pl5pc {
    padding-left: 5px !important;
  }
  .u_mt10pc {
    margin-top: 10px !important;
  }
  .u_mr10pc {
    margin-right: 10px !important;
  }
  .u_mb10pc {
    margin-bottom: 10px !important;
  }
  .u_ml10pc {
    margin-left: 10px !important;
  }
  .u_pt10pc {
    padding-top: 10px !important;
  }
  .u_pr10pc {
    padding-right: 10px !important;
  }
  .u_pb10pc {
    padding-bottom: 10px !important;
  }
  .u_pl10pc {
    padding-left: 10px !important;
  }
  .u_mt15pc {
    margin-top: 15px !important;
  }
  .u_mr15pc {
    margin-right: 15px !important;
  }
  .u_mb15pc {
    margin-bottom: 15px !important;
  }
  .u_ml15pc {
    margin-left: 15px !important;
  }
  .u_pt15pc {
    padding-top: 15px !important;
  }
  .u_pr15pc {
    padding-right: 15px !important;
  }
  .u_pb15pc {
    padding-bottom: 15px !important;
  }
  .u_pl15pc {
    padding-left: 15px !important;
  }
  .u_mt20pc {
    margin-top: 20px !important;
  }
  .u_mr20pc {
    margin-right: 20px !important;
  }
  .u_mb20pc {
    margin-bottom: 20px !important;
  }
  .u_ml20pc {
    margin-left: 20px !important;
  }
  .u_pt20pc {
    padding-top: 20px !important;
  }
  .u_pr20pc {
    padding-right: 20px !important;
  }
  .u_pb20pc {
    padding-bottom: 20px !important;
  }
  .u_pl20pc {
    padding-left: 20px !important;
  }
  .u_mt25pc {
    margin-top: 25px !important;
  }
  .u_mr25pc {
    margin-right: 25px !important;
  }
  .u_mb25pc {
    margin-bottom: 25px !important;
  }
  .u_ml25pc {
    margin-left: 25px !important;
  }
  .u_pt25pc {
    padding-top: 25px !important;
  }
  .u_pr25pc {
    padding-right: 25px !important;
  }
  .u_pb25pc {
    padding-bottom: 25px !important;
  }
  .u_pl25pc {
    padding-left: 25px !important;
  }
  .u_mt30pc {
    margin-top: 30px !important;
  }
  .u_mr30pc {
    margin-right: 30px !important;
  }
  .u_mb30pc {
    margin-bottom: 30px !important;
  }
  .u_ml30pc {
    margin-left: 30px !important;
  }
  .u_pt30pc {
    padding-top: 30px !important;
  }
  .u_pr30pc {
    padding-right: 30px !important;
  }
  .u_pb30pc {
    padding-bottom: 30px !important;
  }
  .u_pl30pc {
    padding-left: 30px !important;
  }
  .u_mt35pc {
    margin-top: 35px !important;
  }
  .u_mr35pc {
    margin-right: 35px !important;
  }
  .u_mb35pc {
    margin-bottom: 35px !important;
  }
  .u_ml35pc {
    margin-left: 35px !important;
  }
  .u_pt35pc {
    padding-top: 35px !important;
  }
  .u_pr35pc {
    padding-right: 35px !important;
  }
  .u_pb35pc {
    padding-bottom: 35px !important;
  }
  .u_pl35pc {
    padding-left: 35px !important;
  }
  .u_mt40pc {
    margin-top: 40px !important;
  }
  .u_mr40pc {
    margin-right: 40px !important;
  }
  .u_mb40pc {
    margin-bottom: 40px !important;
  }
  .u_ml40pc {
    margin-left: 40px !important;
  }
  .u_pt40pc {
    padding-top: 40px !important;
  }
  .u_pr40pc {
    padding-right: 40px !important;
  }
  .u_pb40pc {
    padding-bottom: 40px !important;
  }
  .u_pl40pc {
    padding-left: 40px !important;
  }
  .u_mt45pc {
    margin-top: 45px !important;
  }
  .u_mr45pc {
    margin-right: 45px !important;
  }
  .u_mb45pc {
    margin-bottom: 45px !important;
  }
  .u_ml45pc {
    margin-left: 45px !important;
  }
  .u_pt45pc {
    padding-top: 45px !important;
  }
  .u_pr45pc {
    padding-right: 45px !important;
  }
  .u_pb45pc {
    padding-bottom: 45px !important;
  }
  .u_pl45pc {
    padding-left: 45px !important;
  }
  .u_mt50pc {
    margin-top: 50px !important;
  }
  .u_mr50pc {
    margin-right: 50px !important;
  }
  .u_mb50pc {
    margin-bottom: 50px !important;
  }
  .u_ml50pc {
    margin-left: 50px !important;
  }
  .u_pt50pc {
    padding-top: 50px !important;
  }
  .u_pr50pc {
    padding-right: 50px !important;
  }
  .u_pb50pc {
    padding-bottom: 50px !important;
  }
  .u_pl50pc {
    padding-left: 50px !important;
  }
  .u_mt55pc {
    margin-top: 55px !important;
  }
  .u_mr55pc {
    margin-right: 55px !important;
  }
  .u_mb55pc {
    margin-bottom: 55px !important;
  }
  .u_ml55pc {
    margin-left: 55px !important;
  }
  .u_pt55pc {
    padding-top: 55px !important;
  }
  .u_pr55pc {
    padding-right: 55px !important;
  }
  .u_pb55pc {
    padding-bottom: 55px !important;
  }
  .u_pl55pc {
    padding-left: 55px !important;
  }
  .u_mt60pc {
    margin-top: 60px !important;
  }
  .u_mr60pc {
    margin-right: 60px !important;
  }
  .u_mb60pc {
    margin-bottom: 60px !important;
  }
  .u_ml60pc {
    margin-left: 60px !important;
  }
  .u_pt60pc {
    padding-top: 60px !important;
  }
  .u_pr60pc {
    padding-right: 60px !important;
  }
  .u_pb60pc {
    padding-bottom: 60px !important;
  }
  .u_pl60pc {
    padding-left: 60px !important;
  }
  .u_mt65pc {
    margin-top: 65px !important;
  }
  .u_mr65pc {
    margin-right: 65px !important;
  }
  .u_mb65pc {
    margin-bottom: 65px !important;
  }
  .u_ml65pc {
    margin-left: 65px !important;
  }
  .u_pt65pc {
    padding-top: 65px !important;
  }
  .u_pr65pc {
    padding-right: 65px !important;
  }
  .u_pb65pc {
    padding-bottom: 65px !important;
  }
  .u_pl65pc {
    padding-left: 65px !important;
  }
  .u_mt70pc {
    margin-top: 70px !important;
  }
  .u_mr70pc {
    margin-right: 70px !important;
  }
  .u_mb70pc {
    margin-bottom: 70px !important;
  }
  .u_ml70pc {
    margin-left: 70px !important;
  }
  .u_pt70pc {
    padding-top: 70px !important;
  }
  .u_pr70pc {
    padding-right: 70px !important;
  }
  .u_pb70pc {
    padding-bottom: 70px !important;
  }
  .u_pl70pc {
    padding-left: 70px !important;
  }
  .u_mt75pc {
    margin-top: 75px !important;
  }
  .u_mr75pc {
    margin-right: 75px !important;
  }
  .u_mb75pc {
    margin-bottom: 75px !important;
  }
  .u_ml75pc {
    margin-left: 75px !important;
  }
  .u_pt75pc {
    padding-top: 75px !important;
  }
  .u_pr75pc {
    padding-right: 75px !important;
  }
  .u_pb75pc {
    padding-bottom: 75px !important;
  }
  .u_pl75pc {
    padding-left: 75px !important;
  }
  .u_mt80pc {
    margin-top: 80px !important;
  }
  .u_mr80pc {
    margin-right: 80px !important;
  }
  .u_mb80pc {
    margin-bottom: 80px !important;
  }
  .u_ml80pc {
    margin-left: 80px !important;
  }
  .u_pt80pc {
    padding-top: 80px !important;
  }
  .u_pr80pc {
    padding-right: 80px !important;
  }
  .u_pb80pc {
    padding-bottom: 80px !important;
  }
  .u_pl80pc {
    padding-left: 80px !important;
  }
  .u_mt85pc {
    margin-top: 85px !important;
  }
  .u_mr85pc {
    margin-right: 85px !important;
  }
  .u_mb85pc {
    margin-bottom: 85px !important;
  }
  .u_ml85pc {
    margin-left: 85px !important;
  }
  .u_pt85pc {
    padding-top: 85px !important;
  }
  .u_pr85pc {
    padding-right: 85px !important;
  }
  .u_pb85pc {
    padding-bottom: 85px !important;
  }
  .u_pl85pc {
    padding-left: 85px !important;
  }
  .u_mt90pc {
    margin-top: 90px !important;
  }
  .u_mr90pc {
    margin-right: 90px !important;
  }
  .u_mb90pc {
    margin-bottom: 90px !important;
  }
  .u_ml90pc {
    margin-left: 90px !important;
  }
  .u_pt90pc {
    padding-top: 90px !important;
  }
  .u_pr90pc {
    padding-right: 90px !important;
  }
  .u_pb90pc {
    padding-bottom: 90px !important;
  }
  .u_pl90pc {
    padding-left: 90px !important;
  }
  .u_mt95pc {
    margin-top: 95px !important;
  }
  .u_mr95pc {
    margin-right: 95px !important;
  }
  .u_mb95pc {
    margin-bottom: 95px !important;
  }
  .u_ml95pc {
    margin-left: 95px !important;
  }
  .u_pt95pc {
    padding-top: 95px !important;
  }
  .u_pr95pc {
    padding-right: 95px !important;
  }
  .u_pb95pc {
    padding-bottom: 95px !important;
  }
  .u_pl95pc {
    padding-left: 95px !important;
  }
  .u_mt100pc {
    margin-top: 100px !important;
  }
  .u_mr100pc {
    margin-right: 100px !important;
  }
  .u_mb100pc {
    margin-bottom: 100px !important;
  }
  .u_ml100pc {
    margin-left: 100px !important;
  }
  .u_pt100pc {
    padding-top: 100px !important;
  }
  .u_pr100pc {
    padding-right: 100px !important;
  }
  .u_pb100pc {
    padding-bottom: 100px !important;
  }
  .u_pl100pc {
    padding-left: 100px !important;
  }
  .u_pcHide {
    display: none !important;
  }
}

#OPlogo {
  opacity: 0;
  -moz-animation: anima1 2s ease 0s forwards;
  -webkit-animation: anima1 2s ease 0s forwards;
  -o-animation: anima1 2s ease 0s forwards;
  -ms-animation: anima1 2s ease 0s forwards;
}

/*@-webkit-keyframes anima1 {
     0% { opacity:0; }
     20% { opacity:1; }
     80% { opacity:1; }
     99% { opacity:0; left:50%; }
     100% { opacity:0; left:-500px; }
}*/
.top_mainVisual {
  border-top: 13px solid #333;
}

.top_mainVisual_title_item__2 {
  color: #333;
  padding-left: 10px;
  text-shadow: 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255);
}

.top_title {
  color: #333;
}

.c_button__white {
  border: 2px solid #333;
}

.c_button__white span {
  color: #333;
}

.top_about_inner:before {
  background-color: #eaeaea;
}

.c_button__white:after,
.c_button__white:before {
  background-color: #333;
}

.c_button__white:hover span {
  color: #fff;
}

.top_about_image:before {
  background-color: #333;
}

.top_search {
  background-color: #333;
}

.l_footer_pagetop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.l_footer_bgBlue {
  background-color: #333;
}

.top_subTitle {
  color: #333;
}

.top_subTitle:after {
  background-color: #333;
}

.l_footer_link_list + .l_footer_link_list {
  border-left: 1px solid #999;
}

.l_spHeader {
  background-color: #333;
}

.l_spNavi {
  background-color: rgba(0, 0, 0, 0.9);
}

.top_search_select_item {
  width: 120px;
  background-color: #fff;
  font-size: 18px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  cursor: pointer;
  margin-bottom: 10px;
}

.top_search_select_item a {
  color: #333;
  text-decoration: none;
  line-height: 56px;
}

.l_footer_link {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.l_footer_link_list {
  width: 20%;
  margin-bottom: 15px;
}

.top_comment {
  width: 76%;
  margin: 2em auto;
  padding: 1.5em;
  text-align: left;
  line-height: 200%;
  font-size: 110%;
  border: solid 1px #f00;
}

.top_comment p {
  margin-bottom: 1em;
}

.top_comment strong {
  text-align: center;
  font-weight: bold;
  color: #f00;
}

.top_comment_contact {
  text-align: center;
}

.top_comment_contact img {
  margin: 10px;
}

.top_comment2 {
  width: 60%;
  margin: 2em auto;
  padding: 1em;
  text-align: center;
  line-height: 200%;
  font-size: 110%;
  border: solid 1px #f60;
}

@media (max-width: 768px) {
  .pt {
    display: none;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: inline;
  }
  .l_footer_link_list {
    width: 90%;
    margin: 10px auto 30px auto;
    float: none;
    border: none !important;
  }
  .l_spNavi_list li + li {
    margin-top: 10px;
  }
  .top_comment {
    width: 94%;
    margin: 2em auto;
    padding: 1em;
    text-align: left;
    line-height: 200%;
    font-size: 110%;
    border: solid 1px #f00;
  }
  .top_comment2 {
    width: 94%;
    margin: 2em auto;
    padding: 1em;
    text-align: left;
    line-height: 200%;
    font-size: 110%;
    border: solid 1px #f60;
  }
  footer .foot_CTA {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  footer .foot_CTA div {
    width: 45%;
  }
  footer .foot_CTA img {
    width: 100%;
    height: auto;
  }
}
.l_footer_link_list:nth-child(6) {
  clear: both;
  border: none;
  padding-left: 0;
}

.l_header_list a {
  font-size: 12.5px;
}

.top_about.is_active .top_title_english span {
  max-width: 100%;
  font-size: 100%;
  letter-spacing: 0px;
}

#side_btn {
  position: fixed;
  right: 0;
  top: 200px;
  width: 65px;
  z-index: 200;
}

#side_btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  #side_btn {
    display: none;
  }
}
.SNS {
  width: auto;
  max-width: 1200px;
  margin: 60px auto 30px;
  overflow: hidden;
}

.SNS .snsWrap {
  width: 48%;
}

.SNS .snsWrap.l {
  float: left;
}

.SNS .snsWrap.r {
  float: right;
}

.facebook {
  text-align: center;
}

.sns_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS PMincho;
  margin-bottom: 20px;
  margin-top: 50px;
}

.sns_title span {
  margin: auto;
  display: block;
  width: 70px;
  height: 2px;
  background: #333;
  margin-top: 6px;
}

.sns_title + p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

#instafeed {
  font-size: 0;
  overflow: hidden;
}

#instafeed li {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  margin: 0 1.66666666% 10px 1.66666666%;
  text-align: center;
}

#instafeed li div {
  height: 140px;
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}

#instafeed li span {
  display: inline-block;
  padding-left: 25px;
  background: url(_prcommon/img/common/ht.png) no-repeat left center;
  background-size: 22px;
  height: 22px;
  line-height: 22px;
}

#instafeed li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#instafeed li img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#instagram_block {
  margin-bottom: 50px;
}
#instagram_block * {
  margin: 0;
  padding: 0;
}
#instagram_block .title {
  max-width: 826px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#instagram_block .title p {
  font-size: 14px !important;
}
#instagram_block .title a {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #000000;
  text-decoration: none;
}
#instagram_block .title a span {
  display: block;
  font-size: 24px;
}
#instagram_block .title a::before {
  content: " ";
  width: 60px;
  height: 60px;
  background: url(../../images/footer/instagram/instagram.png) no-repeat;
  background-size: contain;
}
#instagram_block .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 20px;
}
#instagram_block .list .item a {
  display: block;
  /*
  background: #aaaaaa;
  &::before{
    content: ' ';
    width: 100%;
    padding-top: 125%;
    display: block;
  }
    */
}
#instagram_block .list .item a img {
  width: 100%;
}
#instagram_block .list .item a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #instagram_block .title {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 0 29px;
  }
  #instagram_block .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  #instagram_block .list .item:last-child {
    display: none;
  }
}

ul.snsbnr_box {
  width: 800px;
  max-width: 94%;
  margin: 0 auto;
}

ul.snsbnr_box li:first-child {
  width: 380px;
  max-width: 48%;
  float: left;
  margin-bottom: 30px;
}

ul.snsbnr_box li:last-child {
  width: 380px;
  max-width: 48%;
  float: right;
  margin-bottom: 30px;
}

ul.snsbnr_box li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .SNS .snsWrap {
    width: 96%;
    margin: auto;
    margin-bottom: 40px;
  }
  .SNS .snsWrap.l,
  .SNS .snsWrap.r {
    float: none;
  }
  .sns_title {
    font-size: 21px;
  }
  #instafeed li {
    width: 30%;
    height: 100px;
    margin: 0 1.66666666% 10px 1.66666666%;
  }
  #instafeed li div {
    height: 80px;
    overflow: hidden;
  }
  ul.snsbnr_box li:first-child {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  ul.snsbnr_box li:last-child {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.footer_request {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.footer_request img {
  max-width: 100%;
}

#footerBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 100px 0;
  gap: 20px;
  padding: 0;
}
#footerBtns li {
  width: 300px;
  border: solid 1px #cccccc;
  list-style: none;
}
#footerBtns li img {
  width: 100%;
}
#footerBtns li a {
  display: block;
  transition: 0.5s all;
}
#footerBtns li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 640px) {
  #footerBtns {
    margin: 50px auto;
    max-width: 94%;
    flex-direction: column;
  }
  #footerBtns li {
    width: 55vw;
    min-width: 200px;
  }
}