@charset "UTF-8";
/* Scss Document */
/* Reset CSS
---------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.block {
  display: block;
}

body {
  line-height: 1;
}

.main_orange {
  color: #eb6100;
}

.accent_orange {
  color: #B41D23;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

address,
em {
  font-style: normal;
}

img {
  vertical-align: bottom;
}


@media screen and (min-width: 1400px) {
  .about_br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about_br {
    display: none;
  }
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-weight: 500;
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#global_link {
  position: relative;
  top: -9px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 53px;
  padding: 5px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 580px) {
  #global_link {
    position: fixed;
    background-color: #1a1a1a;
    width: 100%;
  }
}

#global_link a {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 10px !important;
  background: none !important;
  color: #ccc !important;
  text-decoration: none !important;
}

#global_link a:hover {
  color: #fff !important;
}

#global_link ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 580px) {
  #global_link ul {
    display: inline-block !important;
    padding: 2em 0 0 0 !important;
    width: 100%;
  }
}

#global_link li {
  width: auto !important;
  height: auto !important;
  margin: 0 8px !important;
  padding: 0 !important;
  background: none !important;
  letter-spacing: 0.05em;
  font-size: 0.8em;
}

@media screen and (max-width: 580px) {
  #global_link li {
    width: auto !important;
    height: auto !important;
    margin: 0 8px !important;
    padding: 10px 0 !important;
    background: none !important;
    letter-spacing: 0.05em;
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
  }
}

#global_link li:first-child {
  padding: 0 10px;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 580px) {
  #global_link li:first-child {
    padding: 10px 0 !important;
  }
}

#global_link li:nth-of-type(2) {
  margin-left: auto !important;
}

@media screen and (max-width: 580px) {
  #global_link li:nth-of-type(2) {
    margin-left: 8px !important;
  }
}

#global_link li:last-of-type {
  margin-right: 10px !important;
}

#global_link li:not(:first-child) a {
  display: inline-block !important;
  position: relative;
  padding: 0 0 0 10px !important;
}

#global_link li:first-child a img {
  width: auto;
  height: 30px;
}

#global_link li:first-child a:hover img {
  opacity: 0.7;
}

#global_link li:not(:first-child) a:before {
  position: absolute;
  left: 0;
  top: 50%;
  border: 4px solid transparent;
  border-left: 5px solid #ccc;
  transform: translateY(-50%);
  content: "";
}

/* Scss Document */
/* 記述例
p {
  @include font-size(12);
}*/
/* 記述例
@include media(sp) {
	background-color: green;
}*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-weight: 400;
  color: #0d0d1b;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::after {
  box-sizing: border-box;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
}

.l-inner:after {
  content: "";
  clear: both;
  display: block;
}

/* Scss Document */
a {
  text-decoration: none;
  color: #0079c3;
  outline: none;
}

.nolink a,
.nolink-bg a {
  pointer-events: none;
  cursor: default;
}

.nolink a {
  opacity: 0.5;
}

.nolink-bg {
  background-color: #cccccc !important;
}

.nolink2 a {
  pointer-events: none;
  cursor: default;
}

.title1 {
  text-align: center;
  margin-bottom: 30px;
}

.title1__head {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #eb6100;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .title1__head {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.title1__head:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: rgba(254, 163, 68, 0.7);
  z-index: -1;
}

.title2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.title2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #0d0d1b;
  margin: 20px auto 0;
}

.title3 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #eb6100;
  padding: 6px 0;
}

.title4 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 5px solid #0d0d1b;
  border-bottom: 1px solid #0d0d1b;
  padding-left: 10px;
}

.title-main {
  text-align: center;
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .title-main {
    padding: 30px 0 30px;
  }
}

.title-main__head {
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .title-main__head {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.title-main__head:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 7px;
  left: 0px;
  background-color: rgba(52, 52, 105, 0.5);
  z-index: -1;
}

#plant .title-main__head:before {
  background-color: rgba(78, 93, 157, 0.5);
}

#water .title-main__head:before {
  background-color: rgba(0, 143, 212, 0.5);
}

#energy .title-main__head:before {
  background-color: rgba(222, 108, 39, 0.5);
}

#security .title-main__head:before {
  background-color: rgba(0, 147, 68, 0.5);
}

.title-main__head__new {
  color: #e02634;
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  top: -25px;
  left: -20px;
  transform: rotate(-15deg);
}

.title-main__head br {
  display: none;
}

@media screen and (max-width: 768px) {
  .title-main__head br {
    display: inline-block;
  }
}

/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 100%;
  margin: 0 auto;
}

.menu-mobile {
  display: none;
  padding: 12px 20px;
  background-color: #eb6100;
  color: white;
}

@media screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile:after {
  content: url(../img/icon_menu.png);
  width: 32px;
  height: 32px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

.menu-dropdown-icon:before {
  content: url(../img/icon_arrow_down.png);
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .menu-dropdown-icon:before {
    display: block;
  }
}

.menu>ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu>ul {
    display: none;
    flex-flow: column;
  }

  .menu>ul.show-on-mobile {
    display: block;
  }
}

.menu>ul:before {
  content: "";
  display: table;
}

.menu>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li {
  background: #0d0d1b;
  /* width: calc(100% / 6); */
  width: calc(100% / 4);
  /* width: calc(100% / 4.5); */
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .menu>ul>li {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .menu>ul>li br {
    display: none;
  }
}

.menu>ul>li:nth-of-type(1) {
  font-size: 0.75em;
  letter-spacing: -0.5px;
}

/* .menu>ul>li:nth-of-type(4) {
  background-color: #0079c3;
} */

.menu>ul>li a {
  display: block;
  padding: 5px 0;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 100%;
  /* border-left: 1px solid #fff; */
}

.menu>ul>li {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .menu>ul>li a {
    text-align: left;
    padding: 15px 10px;
    border-left: 0px;
  }

  .menu>ul>li {
    border-left: 0px;
  }
}

.menu>ul>li>ul>li a {
  border-left: 0px;
}

.menu>ul>li:nth-child(6) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .menu>ul>li:nth-child(6) {
    border-right: 0px;
  }
}

.menu>ul>li p {
  display: block;
  padding: 10px 0;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu>ul>li p {
    text-align: left;
    padding: 15px 10px;
  }
}

.menu>ul>li {
  background-color: #eb6100;
}

.menu>ul>li>ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #eb6100;
  padding: 40px;
  margin: 0;
  z-index: 99;
  box-sizing: border-box;
}




@media screen and (max-width: 768px) {
  .menu>ul>li>ul {
    position: relative;
    top: 0;
    padding: 20px;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }
}

.menu>ul>li>ul:before {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li>ul>li {
  float: left;
  width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
  }
}

.menu>ul>li>ul>li a {
  display: block;
  width: 90%;
  text-align: left;
  border-bottom: 1px solid #9b9bce;
}

.menu>ul>li>ul>li>ul {
  display: block;
  margin: 10px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li>ul {
    position: relative;
  }
}

.menu>ul>li>ul>li>ul:before {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li>ul>li {
    float: none;
  }
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.menu>ul>li>ul>li>ul>li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eb6100;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.menu>ul>li>ul>li>ul>li a:hover::after {
  transform: scale(1, 1);
}

.menu>ul>li>ul>li>ul>li a:after {
  background: white;
}

.menu>ul>li>ul.normal-sub {
  width: 300px;
  left: auto;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

header {
  background: #fff;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 580.1px) {
  .headInfo {
    margin-top: 4em;
  }
}

.headInfo--inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  /* min-height: 100px; */
  /* height: 100%; */
  margin: 20px auto 5px;
  justify-content: center;
}


.headInfo__logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headInfo__logo {
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

/* .headInfo__logo img {
  width: 250px;
} */

/* @media screen and (max-width: 768px) {
  .headInfo__logo img {
    width: 80%;
  }
} */

.headInfo__date {
  line-height: 1.8;
  margin: 0 0 0 10px;
  font-weight: 600;
  /* min-width: 350px; */
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .headInfo__date {
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.headInfo__date span a {
  display: inline-block;
  background-color: #eb6100;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding: 0px 15px;
  margin-left: 5px;
  transition: opacity 0.3s ease;
}

.headInfo__date span a:hover {
  opacity: 0.5;
}

.headInfo__jma {
  margin-left: auto;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .headInfo__jma {
    display: none;
  }
}

.headInfo__jma li a {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 6px;
  width: 9em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
}

.headInfo__jma li:nth-child(1) {
  margin-bottom: 5px;
}

.headInfo__jma li:nth-child(1) a {
  background: #0093cf;
  color: #fff;
}

.headInfo__jma li:nth-child(2) a {
  border: 1px solid #0093cf;
  background: #fff;
  color: #0093cf;
}



nav {
  background-color: #eb6100;
}

.keyVisual {
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
  position: relative;
  margin-top: 0px;
  /* top: 10.8em; */
}

@media screen and (max-width: 540px) {
  .keyVisual {
    width: 100%;
    /* height: 310px; */
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    /* top: 16.5em; */
  }
}

@media screen and (max-width: 414px) {
  .keyVisual {
    width: 100%;
    /* height: 310px; */
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    /* top: 8.8em; */
  }
}

.keyVisual video {
  width: 100%;
  margin-top: 5em;
}

@media screen and (max-width: 540px) {
  .keyVisual video {
    width: 100%;
    margin-top: 0em;
  }
}

.keyVisual__slider img {
  max-width: none;
}

.keyVisual__pop1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dd551a;
  font-weight: 800;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.65rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
  vertical-align: top;
  width: 1000px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  .keyVisual__pop1 {
    width: 100%;
    font-size: 22px;
    font-size: 1.1rem;
    padding: 20px;
    display: inline-block;
  }

  /* .keyVisual__pop1 br {
    display: none;
  } */
}

.keyVisual__pop1 img {
  width: 80%;
}

.keyVisual__pop1 .btn-flat-border {
  width: 50%;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .keyVisual__pop1 .btn-flat-border {
    font-size: 0.8em;
    width: 100%;
  }
}

.keyVisual__pop2 {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .keyVisual__pop2 {
    width: 100%;
    display: inline-block;
  }
}

.keyVisual__pop2 li+li {
  margin-top: 20px;
}

.keyVisual__pop2 a:hover {
  opacity: 0.8;
}

.information {
  background: white;
}

.information--inner {
  max-width: 900px;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 20px;
}

.information--inner:before {
  content: "";
  display: block;
  width: 0;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  .information--inner {
    width: 100%;
    flex-flow: column;
  }

  .information--inner:before {
    min-height: 0;
  }
}

.information__title {
  width: 20%;
  padding-right: 4em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .information__title {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
  }
}

.information__body {
  padding-left: 4em;
  border-left: 1px solid #0d0d1b;
}

@media screen and (max-width: 768px) {
  .information__body {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}

.information__body dt {
  clear: both;
  float: left;
  width: 7em;
}

@media screen and (max-width: 768px) {
  .information__body dt {
    float: none;
  }
}

.information__body dd {
  margin-left: 7em;
}

@media screen and (max-width: 768px) {
  .information__body dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.information__body dd a {
  position: relative;
  display: inline-block;
}

.information__body dd a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eb6100;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.information__body dd a:hover::after {
  transform: scale(1, 1);
}

.contact {
  background: white;
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0 30px;
  }
}

.contact--inner {
  max-width: 800px;
}

.contact__document {
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact__document {
    flex-flow: column;
  }
}

.contact__document ul {
  width: 50%;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .contact__document ul {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

.contact__document ul li {
  position: relative;
}

.contact__document ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #0d0d1b;
  border-bottom: 2px solid #0d0d1b;
  transform: rotate(-45deg);
}

.contact__document figure {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .contact__document figure {
    width: 100%;
    text-align: center;
  }
}

.contact__btn {
  margin: 0 10px 40px;
}

.contact__btn a {
  display: block;
  width: 100%;
  color: white;
  background: #e02634;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.contact__btn a:hover {
  opacity: 0.5;
}

.contact__box {
  max-width: 100%;
  margin: 0 10px;
  background: white;
  border: 1px solid #eb6100;
}

.contact__box__title {
  background: #eb6100;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: white;
  padding: 10px 0;
}

.contact__box__address {
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  .contact__box__address {
    flex-flow: column;
  }
}

.contact__box__address dl {
  width: 50%;
  padding: 40px 0 0 50px;
}

@media screen and (max-width: 768px) {
  .contact__box__address dl {
    width: 100%;
    padding: 20px;
  }
}

.contact__box__address dl dt:nth-of-type(2) {
  margin-bottom: 5px;
}

.contact__box__address dl dd.contact--tel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.contact__box__address dl dd.contact--tel span a {
  font-size: 36px;
  font-size: 2.25rem;
  color: darkorange;
}

.contact__box__address dl dd.contact--jma-address {
  font-size: 13px;
  font-size: 0.8125rem;
}

.contact__box__address dl dd.contact--jma-address a {
  display: inline-block;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}

.contact__box__address dl dd.contact--jma-address a:hover {
  opacity: 0.5;
}

.contact__box__address figure {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact__box__address figure {
    display: none;
  }
}

.contact__box__address figure img {
  width: 100%;
}

.footer {
  padding: 50px 0 50px;
  background-color: #eb6100;
  color: white;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 30px;
  }
}

.footer--inner {
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .footer--inner {
    flex-flow: column;
    padding-left: 20px;
  }
}

.footer--inner>div {
  width: calc(100% / 4);
  padding: 0px 0 50px;
}

@media screen and (max-width: 768px) {
  .footer--inner>div {
    padding: 0px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer--inner>div {
    width: 100%;
  }
}

.footer--inner>div a {
  color: white;
  background: url(../img/icon_arrow_right.png) no-repeat left center;
  padding-left: 20px;
}

.footer--inner>div>ul>li {
  margin-top: 30px;
}

.footer--inner>div>ul>li:first-child {
  margin-top: 0;
}

.footer--inner>div>ul>li>a {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer--inner>div>ul>li>dl dt a {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer--inner>div>ul>li>dl dd {
  margin-top: 10px;
}

.footer--inner>div>ul>li>dl dd ul li {
  margin-top: 3px;
}

.footer--inner>div>ul>li>dl dd ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}

.footer--inner>div>ul>li>dl dd ul li a:hover {
  opacity: 0.5;
}

.footer__logo {
  /* text-align: center; */
  margin-bottom: 10px;
}

.footer__logo img {
  width: 100px;
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  display: block;
  width: 70px;
}

@media screen and (max-width: 768px) {
  #page-top a {
    width: 45px;
  }
}

#page-top a:hover {
  opacity: 0.5;
}

.page-top-link {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-top-link a {
  display: inline-block;
  background-color: #eb6100;
  color: white;
  padding: 3px 15px 3px 35px;
  position: relative;
}

.page-top-link a i {
  position: absolute;
  top: 5px;
  left: 5px;
}

body .table-style {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #008fd4;
  background-color: white;
}

body .table-style tr {
  border-bottom: 1px solid #008fd4;
}

body .table-style tr td {
  border-left: 1px solid #008fd4;
  padding: 20px;
}

body .table-style tr .table-style__title {
  font-size: 20px;
  font-size: 1.25rem;
}

body .table-style tr .table-style__category {
  background-color: rgba(0, 143, 212, 0.2);
}

body .table-style tr .table-style__red {
  color: #e02634;
  font-style: italic;
}

body .table-style th {
  padding: 20px;
  background-color: rgba(0, 143, 212, 0.2);
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 600px;
    padding: 20px;
  }
}

/* .wrapper div {
  width: 46.5%;
} */
.wrapper div .information {
  max-width: 550px;
  width: 100%;
}

.top_information {
  max-width: 550px;
  /* width: 46.5%; */
  margin: 25px 10px 40px;
}

.wid {
  max-width: 100% !important;
}

.top_information ul {
  overflow: auto;
  margin: 0 10px;
  /* max-height: 320px; */
  max-height: 220px;
}

.top_information li {
  display: flex;
  align-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.top_information li time {
  min-width: 90px;
}

.top_information li.new time::before {
  display: block;
  color: #c00;
  line-height: 1;
  content: "NEW";
}

.top_information li div b {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 1em;
}

.top_information li div b.info {
  background: #eb6100;
}

.top_information li div b.press {
  background: #73a808;
}

/* .top_information li div p {
  width: 450px;
} */
.top_information li div a {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .top_information {
    max-width: none;
    width: auto;
    margin: 25px 5px 30px;
    /* padding-top: 5em; */
  }
}

@media screen and (max-width: 414px) {
  .top_information {
    padding-top: 0em;
  }

  .top_information ul {
    max-height: 260px;
  }

  .top_information li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .top_information li time {
    min-width: 80px;
    font-size: 1.1rem;
  }

  .top_information li div {
    display: inline;
  }

  .top_information li div b {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .top_information li div p a {
    display: block;
    padding: 10px 0;
  }
}

.information_topic {
  border-bottom: solid 3px #eb6100;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 20px;
  /* margin-bottom: 30px; */
  padding-top: 30px;
  color: #eb6100;
}

.information_topic:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.information_topic_k {
  border-bottom: solid 3px #dd551a;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 20px;
  /* margin-bottom: 30px; */
  padding-top: 30px;
  color: #dd551a;
}

.information_topic_k:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.top_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_banners>div {
  max-width: 560px;
  width: 46.5%;
  margin: 0 10px;
}

.top_banners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_banners ul:after {
  content: "";
  display: block;
  width: 160px;
}

.top_banners li {
  overflow: hidden;
  max-width: 160px;
  margin-bottom: 5px;
  border-bottom: 0px;
}

@media screen and (max-width: 640px) {
  #top_information {
    max-width: none;
    width: auto;
    margin: 25px 5px 30px;
  }

  #top_information ul {
    max-height: 260px;
  }

  #top_information li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  #top_information li time {
    min-width: 80px;
    font-size: 1.1rem;
  }

  #top_information li div {
    display: inline;
  }

  #top_information li div b {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 0;
    font-size: 1rem;
  }

  #top_information li div p a {
    display: block;
    padding: 10px 0;
  }
}

.em12 {
  margin-top: 12em !important;
}

@media screen and (max-width: 768px) {
  .em12 {
    margin-top: 17em !important;
  }
}

@media screen and (max-width: 414px) {
  .em12 {
    margin-top: 12em !important;
  }
}

.top_em11 {
  padding-top: 11em;
}

@media screen and (max-width: 768px) {
  .top_em11 {
    padding-top: 17em !important;
  }
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.pt240 {
  padding-top: 240px;
}

.pb80 {
  padding-bottom: 80px;
}

.left_side {
  text-align: left;
  margin-left: 30px;
}

.right_side {
  text-align: right;
  margin-right: 30px;
}

.footer_width {
  max-width: 1200px;
  margin: 0 auto;
}

.footer_width a {
  color: #fff !important;
}

.top_inline_img {
  width: 23%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top_inline_img {
    display: none;
  }
}

.top_inline_img2 {
  width: 23%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top_inline_img2 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .top_inline_img3 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_inline_img3 {
    width: 100%;
    display: inline-block;
  }
}

.top_inline_p {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 90%;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .top_inline_p {
    width: 100%;
  }
}

.top_inline_p span {
  font-size: 50%;
}

.wrapper>div {
  width: 46.5%;
}

@media screen and (max-width: 768px) {
  .wrapper>div {
    width: 100%;
  }
}

a:hover {
  opacity: 0.5 !important;
  transition: 0.2s !important;
}

.top_stage {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

#interview h1 {
  margin: 0 auto;
  padding: 70px 30px;
  border-bottom: 1px dotted #999;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.05em;
  text-align: center;
  /* color: #fff; */
}

#interview h1 span {
  font-size: 1.8rem;
  vertical-align: middle;
}

@media screen and (max-width: 540px) {
  #interview h1 span {
    font-size: 1rem;
  }
}

.webiner_top h1 {
  margin: 0 auto;
  padding: 20px 30px 10px !important;
  border-bottom: 0px !important;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.05em;
  text-align: center;
  color: #dd551a !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

#interview h2 span:first-of-type {
  margin: 0 25px 0 15px;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
  font-family: "Noto Sans Japanese";
}

/* @media screen and (max-width: 768px) {
  #interview h2 span:first-of-type {
    display: block;
    margin: 0;
    padding: 2.67vw;
    background: #333;
    color: #fff;
    font-size: 1.6rem;
} */
#interview h2 span:last-of-type {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
  margin-left: auto;
  padding: 0 20px;
  background: #999;
  color: #fff;
}

#interview h2 span:last-of-type:before {
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 100%;
  background: #999;
  transform: skewX(-25deg);
  content: "";
}

@media screen and (max-width: 768px) {
  #interview h2 span:last-of-type {
    display: none;
  }
}

#interview h2 b {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  word-break: break-all;
  text-align: right;
}

#interview .interview_name_1 {
  background: #999;
  padding: 2px 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

#interview .interview_comment {
  font-weight: bold;
  margin: 5px 0px;
  font-size: 1em;
  padding-bottom: 5px;
  border-bottom: #999 dotted 1px;
  letter-spacing: -1px;
}

#interview .interview_comment span {
  font-weight: normal;
}

#interview .interview_name_2 {
  font-weight: bold;
  font-size: 1.1em;
}

#interview .interview_representative {
  font-weight: bold;
  margin-left: 10px;
}

#interview .interview_representative span {
  margin-bottom: -10px;
  font-weight: normal;
}

#interview .interview_box {
  margin-bottom: 50px;
}

#interview .interview_box {
  background: #ebebeb;
  padding: 10px;
  height: calc(100% - 10px);
}

#interview .interview_box a {
  text-align: center;
}

#interview .interview_box img {
  margin-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px;
}

#interview dd {
  margin-left: 10px;
  font-size: 1em;
}

#interview dd dl {
  margin-bottom: 10px;
}

#interview dd dt.zimukyoku {
  background: #ebebeb;
}

#interview dd dt {
  display: inline-block;
  min-width: 54px;
  margin: 5px 10px 5px 0;
  padding: 5px;
  border-radius: 5px;
  border-left: none;
  background: #d2eaf9;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#interview dt {
  font-size: 1.2em;
  margin: 30px 0 10px;
  padding-left: 15px;
  border-left: #ccc 5px solid;
  font-weight: bold;
}

#interview dd>p {
  margin-bottom: 20px;
}

.interview_title_sub {
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .interview_title_sub {
    max-width: 800px;
  }
}

.interview_title_sub h3 {
  font-size: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flex_none {
    display: none;
  }
}

#interview .inner>p {
  margin: 25px 0 10px 30px;
}

#interview a {
  margin: 30px auto;
  /* width: 50%; */
}

a.box:not(.soon) {
  display: block;
  overflow: hidden;
  outline: none;
  position: relative;
  padding: 22px 10px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

a.box i.icon_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  border: 8px solid transparent;
  border-left: 8px solid currentColor;
  transform: translateY(-50%);
  content: "";
}

[class^="icon_"],
[class*=" icon_"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
  font-size: 10px;
  color: #0d0d1b;
}

a.box:not(.soon):after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

a.box:before {
  top: 0;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

a.box:not(.soon):hover {
  background-color: #333;
  color: #fff;
  transition: all 0.7s;
  opacity: 1 !important;
}

#interview dd>span {
  font-weight: bold;
}

#interview dt.interviewee02 {
  background: #d8f9d2;
}

#interview .inner>p {
  margin: 25px 0 10px 30px;
}

.link_block {
  width: 100%;
}

.interview_box a:hover {
  opacity: 0.5 !important;
  transition: 0.2s !important;
}

.tx_left {
  text-align: left;
}

.tx_center {
  text-align: center;
}

.tx_right {
  text-align: right;
}

.mini_moji {
  font-size: 0.8em;
}

.mini_moji_2 {
  font-size: 0.65em;
}

.big_moji {
  font-size: 1.4em;
}

.white_bg {
  background: #fff;
  padding: 0px 20px 20px 20px;
}

/* .outline_show {
  margin-top: 50px;
} */
.outline_show img {
  margin-top: 30px;
  width: 600px;
}

.outline_show ul {
  margin-left: 1.5em;
}

.outline_show ul li {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 10px;
  letter-spacing: -1px;
}

.outline_show ul li span {
  font-size: 0.8em;
  font-weight: 300;
}

.outline_show h2 {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #fff !important;
  letter-spacing: -1px;
  display: block !important;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .outline_show h2 {
    text-align: left;
  }
}

.outline_show .outline_subtitle_1 {
  color: #475499;
}

.outline_show .outline_subtitle_2 {
  color: #eb6100;
}

.outline_show .outline_subtitle_3 {
  color: #df5f43;
}

.outline_show .outline_subtitle_4 {
  color: #de6a08;
}

.outline_show .outline_subtitle_5 {
  color: #0086d1;
}

.outline_show .outline_subtitle_6 {
  color: #eb6100;
}

.outline_show .outline_subtitle_7 {
  color: #8a62a1;
}

.outline_show h3 {
  background-color: #dd551a;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  margin-top: 20px;
}

.outline_p {
  padding: 0 20px;
}

.button_out {
  pointer-events: none;
}

.water_schdule_button .button_out {
  pointer-events: none;
  background-color: #999;
  border: #999;
}

#interview table {
  margin: 20px auto 0;
  border: 1px solid #0d0d1b;
  width: 100%;
}

#interview table th {
  width: 15%;
  padding: 10px;
  border: 1px solid #0d0d1b;
  vertical-align: middle;
  color: #fff;
  background: #999;
}

@media screen and (max-width: 540px) {
  #interview table th {
    width: 100%;
    display: inline-block;
  }
}

/* #interview .top_stage th {
  width: 15%;
  padding: 10px;
  border: 1px solid #0D0D1B;
  vertical-align: middle;
  font-weight: 300;
  color:#0D0D1B;
  background: #fff;
}
@media screen and (max-width: 540px) {
  #interview .top_stage th {
    width: 100%;
    display: inline-block;
  }
} */

#interview table td {
  width: 60%;
  padding: 10px 10px 10px 20px;
  border: 1px solid #0d0d1b;
}

@media screen and (max-width: 540px) {
  #interview table td {
    width: 100%;
    display: inline-block;
  }
}

#interview .top_stage td {
  width: 40%;
  vertical-align: middle;
  background: #fff;
}

@media screen and (max-width: 540px) {
  #interview .top_stage td {
    width: 100%;
    display: inline-block;
  }
}

.btn-flat-border {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #ffa600;
  color: white;
  border: solid 2px #ffa600;
  border-radius: 3px;
  transition: 0.2s;
  text-align: center;
  width: 50%;
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .btn-flat-border {
    width: 100%;
  }
}

.btn-flat-border2 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #0aa7e6;
  color: white;
  border: solid 2px #0aa7e6;
  border-radius: 3px;
  transition: 0.2s;
  text-align: center;
  width: 50%;
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .btn-flat-border2 {
    width: 100%;
  }
}

h1 .btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffa600;
  color: white;
  border: solid 2px #ffa600;
  border-radius: 3px;
  transition: 0.2s;
  text-align: center;
  width: 80%;
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.btn-flat-border:hover {
  color: #ffa600;
  background-color: #fff;
  border: solid 2px #ffa600;
  border-radius: 3px;
}

.exhibit_inline {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .exhibit_inline {
    width: 100%;
    text-align: center;
  }
}

.exhibit_box p span {
  padding: 3px 5px;
  background: #ffff00;
}

.exhibit_inline h2 {
  color: #fff;
  background: #0d0d1b !important;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.exhibit_box h2 {
  font-size: 1.6em;
  background: #fff !important;
  margin-bottom: 20px;
  padding-left: 3em;
  text-indent: -3em;
}

.margin_auto {
  margin: 0 auto;
}

.transportation_flex {
  /* display: flex; */
}

.transportation_inline {
  padding: 15px;
  border: 2px solid #333;
  background: #eb6100;
  color: #fff;
  margin: 4px;
  width: 24%;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
  .transportation_inline {
    width: 48%;
  }
}

@media screen and (max-width: 414px) {
  .transportation_inline {
    width: 100%;
    margin: 5px 0px;
  }
}

.top_stage .topic_sentence {
  width: 80%;
  margin: 0 auto;
}

.topic_sentence {
  font-size: 1.4em;
}

.topic_sentence span {
  padding: 0px 5px;
  background: #ffff00;
  font-weight: 600;
}

.transportation_title {
  font-size: 4rem !important;
}

@media screen and (max-width: 540px) {
  .transportation_title {
    font-size: 2rem !important;
  }
}

.download_box {
  border: 1px solid #333;
  vertical-align: middle;
  display: table-cell;
}

.download_box img {
  vertical-align: middle;
}

#download .information_topic {
  border-bottom: solid 3px #eb6100;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 30px;
  padding-top: 15px;
  color: #eb6100;
  width: 100%;
  background: #fff;
}

#download table {
  border: 0px;
  border-spacing: 20px 0;
  border-collapse: separate;
}

#download table tr {
  border: 0px;
}

@media screen and (max-width: 540px) {
  #download table tr {
    display: inline-block;
    width: 100%;
  }
}

#download table th {
  background: #fff;
  width: 50%;
  border: 1px solid #333;
}

#download table td {
  background: #fff;
  border: 0px;
  text-align: center;
  padding: 20px 30px;
  width: 40%;
}

@media screen and (max-width: 540px) {
  #download table td {
    display: inline-block;
    width: 100%;
  }
}

#download .dotted {
  border-bottom: 1px dotted #333;
  padding: 0 20px;
}

.water_table table th {
  color: #fff;
  background: #eb6100;
  padding: 10px;
}

.water_table table tr {
  color: #333;
  background: #daf2e8;
  padding: 5px;
  letter-spacing: -1px;
  border: 1px solid #eb6100;
}

.water_table table tr:nth-of-type(even) {
  color: #333;
  background: #fff;
  padding: 5px;
  letter-spacing: -1px;
  border: 1px solid #eb6100;
}

.water_table table td {
  border: 1px solid #eb6100;
  vertical-align: middle;
  text-align: left;
  padding: 3px;
  font-size: 0.9em;
  width: 35%;
}

.water_schdule {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.water_schdule_title h2 {
  color: #fff;
  background: #eb6100;
  width: 100%;
  padding: 10px 5px;
}

.water_schdule_box {
  padding: 10px;
  border: 3px solid #daf2e8;
  border-radius: 10px;
  margin: 10px 0;
}

.water_schdule_topic {
  margin-top: 5px;
  padding: 5px;
  background: #eb6100;
  color: #fff;
}

.water_schdule_arart {
  padding: 5px;
  background: #ff0000;
  color: #fff;
}

.water_schdule_button {
  margin: 0 auto;
  text-align: center;
}

.footer_width p span {
  padding: 3px 5px;
  color: #fff;
  background: #eb6100;
}

.base_width {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .base_width {
    width: 90%;
  }
}

.inline_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inline_flex img {
  margin: 5px 10px;
}

.main_title {
  margin: 0 auto;
  padding: 50px 0 30px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main_title {
    font-size: 1.8em;
    padding: 60px 0 0px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 980px;
  margin-top: 20px;
  border-top: 1px solid #9cb4a5;
  border-bottom: 1px solid #9cb4a5;
}

table tr th {
  border-bottom: 1px dotted #9cb4a5;
  padding: 2px 0px;
  background-color: #d5e6da;
  vertical-align: middle;
}

table td {
  border-bottom: 1px dotted #999;
  padding: 8px 15px;
}

.inline_2 {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
}

.toparea {
  top: 15em;
  position: relative;
}

.exhibit_box_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.exhibit_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.exhibit_box_area .exhibit_box {
  width: 48%;
  border: 4px solid #dd551a;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .exhibit_box_area .exhibit_box {
    width: 100% !important;
  }
}

.exhibit_box_area .exhibit_box h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #dd551a;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box h3 .new {
  color: #0d0d1b;
  background-color: #ffee00;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 10px;
  font-size: 0.7em;
  vertical-align: top;
}

.exhibit_box_area .exhibit_box h3 .mini_moji {
  font-size: 0.6em !important;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #dd551a;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box ul {
  display: inline-block;
  width: 48%;
  padding: 10px;
  vertical-align: top;
  letter-spacing: -0.7px;
}

.exhibit_box_area .exhibit_box ul li span {
  color: #dd551a;
}

.exhibit_box img {
  width: 48%;
  padding: 5px 2px;
}

@media screen and (max-width: 768px) {
  .exhibit_box img {
    width: 100%;
    text-align: center;
  }
}

.exhibit_box_area .exhibit_box:nth-of-type(1) {
  width: 48%;
  border: 4px solid #a47230;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(2) {
  width: 48%;
  border: 4px solid #d92f27;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(3) {
  width: 48%;
  border: 4px solid #172a88;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(4) {
  width: 48%;
  border: 4px solid #eca016;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(5) {
  width: 48%;
  border: 4px solid #27afd2;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(6) {
  width: 48%;
  border: 4px solid #1398a0;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(7) {
  width: 48%;
  border: 4px solid #0c753f;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box:nth-of-type(8) {
  width: 48%;
  border: 4px solid #8fc31f;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box .type1 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #a47230;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type1 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #a47230;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type1 ul li span {
  color: #a47230;
}

.exhibit_box_area .exhibit_box .type2 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #d92f27;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type2 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #d92f27;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type2 ul li span {
  color: #d92f27;
}

.exhibit_box_area .exhibit_box .type3 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #172a88;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type3 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #172a88;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type3 ul li span {
  color: #172a88;
}

.exhibit_box_area .exhibit_box .type4 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #eca016;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type4 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #eca016;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type4 ul li span {
  color: #eca016;
}

.exhibit_box_area .exhibit_box .type5 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #27afd2;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type5 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #27afd2;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type5 ul li span {
  color: #27afd2;
}

.exhibit_box_area .exhibit_box .type6 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #1398a0;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type6 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #1398a0;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type6 ul li span {
  color: #1398a0;
}

.exhibit_box_area .exhibit_box .type7 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #0c753f;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type7 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #0c753f;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type7 ul li span {
  color: #0c753f;
}

.exhibit_box_area .exhibit_box .type8 h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #8fc31f;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type8 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #8fc31f;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type8 ul li span {
  color: #8fc31f;
}

.exhibit_table td {
  vertical-align: middle !important;
  padding: 8px !important;
}

.main_zone {
  width: 30%;
}

.sub_zone {
  width: 50%;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 768px) {
  .exhibit_table tr td:nth-of-type(1) {
    display: none;
  }
}

.main_zone span {
  padding: 2px 5px;
  color: #e60012;
  background-color: #f5c720;
  font-weight: 600;
}

.exhibit_type1 {
  background-color: #a8742f;
  padding: 10px;
  border: 4px solid #a8742f;
}

.exhibit_type1 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type1 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type2 {
  background-color: #d92f27;
  padding: 10px;
  border: 4px solid #d92f27;
}

.exhibit_type2 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type2 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type3 {
  background-color: #172a88;
  padding: 10px;
  border: 4px solid #172a88;
}

.exhibit_type3 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type3 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type4 {
  background-color: #f5a400;
  padding: 10px;
  border: 4px solid #f5a400;
}

.exhibit_type4 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type4 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type5 {
  background-color: #8476b5;
  padding: 10px;
  border: 4px solid #8476b5;
}

.exhibit_type5 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type5 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type6 {
  background-color: #00713c;
  padding: 10px;
  border: 4px solid #00713c;
}

.exhibit_type6 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type6 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type7 {
  background-color: #00a0e9;
  padding: 10px;
  border: 4px solid #00a0e9;
}

.exhibit_type7 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type7 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type8 {
  background-color: #8fc31f;
  padding: 10px;
  border: 4px solid #8fc31f;
}

.exhibit_type8 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type8 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type9 {
  background-color: #bf545f;
  padding: 10px;
  border: 4px solid #bf545f;
}

.exhibit_type9 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type9 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type10 {
  background-color: #da9249;
  padding: 10px;
  border: 4px solid #da9249;
}

.exhibit_type10 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type10 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type11 {
  background-color: #0099b4;
  padding: 10px;
  border: 4px solid #0099b4;
}

.exhibit_type11 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type11 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.exhibit_type12 {
  background-color: #a62d6f;
  padding: 10px;
  border: 4px solid #a62d6f;
}

.exhibit_type12 .main_zone p {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}

.exhibit_type12 .sub_zone {
  padding: 10px;
  background-color: #fff;
}

.food__visit__subUnit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

@media screen and (max-width: 414px) {
  .food__visit__subUnit {
    display: inline-block;
  }
}

.food__visit__define2 {
  width: 48%;
  font-size: 0.8em;
  padding: 0 10px;
}

@media screen and (max-width: 414px) {
  .food__visit__define2 {
    width: 100%;
  }
}

.food__visit__define2 dt {
  clear: left;
  float: left;
  width: 18em;
  letter-spacing: -0.8px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 414px) {
  .food__visit__define2 dt {
    width: 100%;
  }
}

.food__visit__define2__title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #e32b37;
}

.application_area table tr {
  border: 1px solid #eb6100;
}

.application_area table tr td {
  border-top: 5px solid #c5c5c5;
  border-bottom: 5px solid #c5c5c5;
  border-left: 5px solid #c5c5c5;
  border-right: 5px solid #c5c5c5;
}

.ver_mid {
  vertical-align: middle;
  text-align: center;
}

.application_area .application_time_box_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.application_area .topic_moji {
  font-size: 1.4em;
  padding-left: 5px;
}

.application_area .application_time_box_area .application_time_box {
  max-width: 250px;
  min-width: 200px;
  border: 3px solid #dd551a;
  margin: 5px;
  min-height: 200px;
}

#hkd .application_area .application_time_box_area .application_time_box {
  max-width: 200px;
  min-width: 150px;
  border: 3px solid #eb6100;
  margin: 5px;
  min-height: 170px;
}

.application_area .application_time_box_area .application_time_box h4 {
  text-align: center;
  color: #fff;
  background-color: #dd551a;
  padding: 5px;
}

#hkd .application_area .application_time_box_area .application_time_box h4 {
  text-align: center;
  color: #fff;
  background-color: #eb6100;
  padding: 5px;
}

.application_area .application_time_box_area .application_time_box h5 {
  text-align: center;
  padding: 2.5px 5px;
}

.application_area .application_time_box_area .application_time_box p {
  padding: 0 10px 5px;
  max-width: 200px;
}

.application_cost_area table {
  margin: 0;
}

.application_cost_area table tr {
  border: 1px solid #eb6100;
  text-align: center;
}

.application_cost_area table tr th {
  border: 1px solid #eb6100;
  background-color: #facfd2;
}

@media screen and (max-width: 414px) {
  .application_cost_area table tr th {
    font-size: 0.8em;
  }
}

#kyushu .application_cost_area table tr th {
  border: 1px solid #dd551a;
  background-color: #ec7f51;
  color: #fff;
}

@media screen and (max-width: 414px) {
  #kyushu .application_cost_area table tr th {
    font-size: 0.8em;
  }
}

.application_cost_area table tr td {
  border: 1px solid #eb6100;
}

@media screen and (max-width: 414px) {
  .application_cost_area table tr td {
    font-size: 0.8em;
  }
}

.template_inline {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .template_inline {
    width: 100%;
  }
}

.template_inline_m {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}

@media screen and (max-width: 414px) {
  .template_inline_m {
    width: 100%;
  }
}

.option_title {
  font-size: 1.2em;
  padding: 5px 10px;
  color: #fff;
  background-color: #eb6100;
  text-align: center;
}

.option_title .new {
  color: #0d0d1b;
  background-color: #fff;
  padding: 2px 10px;
  margin-left: 10px;
  border-radius: 10px;
}

#kyushu .option_title {
  font-size: 1.2em;
  padding: 5px 10px;
  color: #fff;
  background-color: #ec7f51;
  text-align: center;
}

.mg_auto {
  margin: 0 auto;
  display: inline-block;
}

.option_table .option_table_main {
  border: none;
}

.option_table .option_table_main tr {
  border: none;
}

.option_table .option_table_main tr th {
  border: none !important;
  color: #fff;
  padding: 3px 10px;
  background-color: #fff !important;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .option_table .option_table_main tr th {
    width: 100%;
    display: inline-block;
  }
}

.option_table .option_table_main tr th p {
  background-color: #0079c3;
  border-radius: 15px;
  padding: 5px;
}

.option_table .option_table_main tr td {
  border: none;
  text-align: left;
}

@media screen and (max-width: 414px) {
  .option_table .option_table_main tr td {
    width: 100%;
    display: inline-block;
  }
}

.option_table .option_table_sub table {
  margin: 0;
}

.option_table .option_table_sub table tr {
  border: 1px solid #eb6100 !important;
  text-align: center !important;
}

.option_table .option_table_sub table tr th {
  border: 1px solid #eb6100 !important;
  background-color: #facfd2 !important;
  color: #0d0d1b !important;
}

.option_table .option_table_sub table tr td {
  border: 1px solid #eb6100 !important;
  text-align: center !important;
}

#kyushu .option_table .option_table_sub table tr th {
  border: 1px solid #dd551a !important;
  background-color: #ec7f51 !important;
  color: #fff !important;
}

#kyushu .option_table .option_table_sub table tr td {
  border: 1px solid #dd551a !important;
  text-align: center !important;
}

.osusume_box_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.osusume_box {
  max-width: 250px;
  margin: 10px;
}

.osusume_box span {
  font-size: 0.9em;
}

/* @media screen and (max-width: 963px) {
  .telnumber {
    display: none!important;
  }
}
@media screen and (max-width: 820px) {
  .header_none {
    display: none!important;
  }
}
@media screen and (min-width: 820px) {
  .header_open {
    display: none!important;
  }
}
@media screen and (max-width: 819px) {
  .header_open {
    display: inline!important;
  }
} */

.packageplan a {
  text-align: center;
  padding: 20px;
  border: 1px solid #a5a5a5;
  display: block;
  max-width: 350px;
  margin: 20px auto;
}

.red_color {
  color: #ff0000;
}

.btn_flex {
  display: flex;
  flex-wrap: wrap;
}

.btn_flex_2 {
  display: flex;
  flex-wrap: wrap;
}

.btn_flex_2 .btn {
  max-width: 1000px !important;
  min-width: 995px !important;
}

.btn_flex_2 .btn a {
  padding: 10px;
  color: #fff;
  background-color: #dd551a;
  border: 2px solid #dd551a;
  min-width: 500px;
  width: 100%;
  display: block;
  font-weight: 600;
}

.dld {
  display: inline-block;
  width: 48%;
  margin-bottom: 30px;
  vertical-align: top;
}

#logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#logo #dlbtn p {
  margin-left: 20px;
}

footer .footer_button a {
  color: #fff !important;
}

footer .footer_button {
  margin-bottom: 50px;
}

.lp_body .lp_title {
  background: #fbcd73;
  padding: 60px 20px 20px;
  text-align: center;
}

.lp_body .lp_title h1 {
  font-size: 2em;
  font-weight: 600;
  color: #005bac;
  font-family: "Meiryo UI";
}

.lp_body .lp_map {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.lp_body .lp_map img {
  width: 1200px;
}

.lp_main {
  background: #bae3f9;
  padding: 20px 0;
}

.lp_main .lp_button {
  padding: 10px 15px;
  background: #fff;
  border: 3px solid #ea5514;
  margin: 20px 0;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 2px rgb(0 0 0 / 25%);
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button {
    display: block;
  }
}

.lp_main .lp_button .lp_inline_1 {
  width: 100%;
  max-width: 480px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_1 {
    max-width: 100%;
  }
}

.lp_main .lp_button .lp_inline_1::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ea5514;
}

.lp_main .lp_button .lp_inline_2 {
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.lp_main .lp_button .lp_inline_2 .lp_season {
  color: #fff;
  background: #002e6b;
  padding: 5px;
  font-weight: 600;
}

.lp_main .lp_button .lp_inline_2 table {
  border: 0px;
  margin: 0;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_2 table {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
  }
}

.lp_main .lp_button .lp_inline_2 table tr {
  border: 0px;
}

.lp_main .lp_button .lp_inline_2 table tr td {
  border: 0px;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_2 table tr td {
    font-size: 0.9em;
  }
}

.lp_main .lp_button .lp_inline_2 table tr th {
  border: 0px;
  background: #fff;
  min-width: 50px;
  text-align: right;
}

.local_navi_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

ul.list_local_navi {
  display: flex;
  justify-content: space-evenly;
}

ul.list_local_navi li {
  width: calc(calc(100% - 15px) / 5);
}

ul.list_local_navi li a.list_kansai {
  background: #bd673f;
  color: #ffffff;
}

ul.list_local_navi li a {
  text-align: center;
  padding: 8px 0;
  background: #fd9952;
  display: block;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #333;
}

ul.list_local_navi li a:hover {
  background: #ffb27b;
  color: #ffffff;
}

@media only screen and (min-width: 789px) {
  ul.list_local_navi li br {
    display: none;
  }
}

.list_sub {
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
}

.mini_header_sub {
  padding: 2px 10px;
  background-color: #0079c3;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}

.interview_video video {
  width: 46.5%;
  margin: 0 10px;
}

.interview_video div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.height600 {
  height: 600px;
}

.table_mask {
  position: relative;
  margin: 0;
}

.caption {
  background: rgba(0, 0, 0, 0.4);
  font-family: "sans-serif";
  font-size: 1.2em;
  color: red;
  height: 5.8em;
  left: auto;
  line-height: 5;
  overflow: hidden;
  padding: 0.5em;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 20%);
  top: 5%;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
}

.top_bg_img {
  background: url(../img/bg_main_img.jpg) no-repeat center center;
  min-height: 640px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  background-repeat: no-repeat;
}

.top_main_area {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top_main_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.top_main_flex figure img {
  width: 300px;
  margin: 5px;
}

@media only screen and (max-width: 929px) {
  .top_main_flex figure img {
    width: 200px;
    margin: 5px;
  }
}

.top_main_flex p {
  padding: 10px 5px;
  /* background-color: #0079c3; */
  background-color: #fccc00;
  width: 100%;
  max-width: 350px;
  margin: 3px 10px;
  border: #fff 4px solid;
  font-weight: 600;
}

/* .top_main_flex p:nth-of-type(1),.top_main_flex p:nth-of-type(2){
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% { background: red; }
  50% { background: orange; }
  100% { background: pink; }
}
@-moz-keyframes blink{
  0% { background: red; }
  50% { background: orange; }
  100% { background: pink; }
}
@keyframes blink{
  0% { background: red; }
  50% { background: orange; }
  100% { background: pink; }
} */

.top_main_flex p:nth-of-type(1) {
  padding: 10px 5px;
  background-color: #0079c3;
  width: 100%;
  max-width: 350px;
  margin: 3px 10px;
  border: #fff 4px solid;
  font-weight: 600;
}

.top_main_flex p a {
  color: #fff;
  font-size: 1.2em;
  display: block;
}

.header_btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header_btn_flex img {
  width: 50px;
  margin: 1px 5px;
  padding: 7px;
}

.flexbox-vertical-center {
  display: flex;
  flex-direction: column;
  margin: 0 5px;
  text-align: center;
}

#header li a {
  color: #333;
}

.icon_box {
  background: #0079c3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.icon_box i {
  font-size: 30px;
  color: #fff;
  padding: 15px;
}

#header li .icon_box img {
  margin: 10px;
  max-width: 28px;
  max-height: 28px;
}

#header li .icon_box_text {
  padding-top: 5px;
  font-size: 9px;
  line-height: 1.2em;
  text-align: center;
  color: #333 !important;
}

.icon_box_red {
  background-color: #eb6100;
}

.icon_box_green {
  background-color: #fccc00;
}

.icon_box_purple {
  background-color: #b9319e;
}

.icon_box_gray {
  background-color: #b1b1b1;
}

.exhibit_flex_img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.exhibit_flex_img_box img {
  margin: 5px;
  width: 230px;
}

.comment_box {
  display: block;
  margin-bottom: 100px;
}

.comment_box img {
  float: right;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .comment_box img {
    float: none;
  }

  .exhibit_flex_img_box,
  #application .information_topic_k {
    margin-top: 30px;
  }
}

.button_wid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#sidenavi li a {
  width: 110px;
  /* height: 65px; */
  background: #0079c3;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 3px;
  box-sizing: border-box;
  font-size: 0.85em;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  letter-spacing: 0 !important;
}

#sidenavi li:first-child a {
  background: #eb6100;
}

#sidenavi {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  z-index: 9999;
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-laptop:before {
  content: "\f109";
}

#sidenavi li i {
  font-size: 1.4em;
  display: block;
  margin: 0 auto 5px;
}

.fa,
.fas {
  font-weight: 900;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.kouen img {
  height: 35px !important;
}

.outline_flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.outline_flex_box {
  max-width: 660px;
}

.outline_flex_area .area_flex_ul {
  min-width: 300px;
  letter-spacing: -0.5px;
}

.outline_topic h3 {
  font-size: 1.2em;
  font-weight: 600;
  padding: 15px;
  background-color: #ffd747;
}

.outline_visit ul li {
  border-radius: 10px;
  padding: 6px;
  /* background-color: #f8cfe1; */
  background-color: #F8E2CF;
  text-align: center;
  margin: 5px;
  font-weight: 600;
  min-width: 300px;
}

.business ul li {
  border-radius: 10px;
  padding: 6px;
  background-color: #ffd747;
  text-align: center;
  margin: 5px;
  font-weight: 600;
  min-width: 300px;
}

.exhibition_flow_dl_flow {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 20px;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow {
    display: block;
    margin: 0 auto 20px;
  }
}

.exhibition_flow_dl {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 20px;
  justify-content: space-around;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .exhibition_flow_dl {
    display: block;
    margin: 0 auto 20px;
  }
}

.exhibition_flow_dl_flow dt {
  background: #eb6100;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 326px;
  position: relative;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dt {
    width: 100%;
    width: 100%;
    padding: 10px;
  }
}

.exhibition_flow_dl_flow dt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eb6100 transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.exhibition_flow_dl_last dt::after {
  display: none;
}

.exhibition_flow_dl_flow dd {
  background: #fff;
  border: 1px solid #eb6100;
  padding: 20px 40px;
  flex: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dd {
    width: 100%;
    padding: 10px;
    flex: auto;
    position: relative;
  }
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dd::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #eb6100 transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
}

@media (max-width: 768px) {
  .exhibition_flow_dl_last dd::after {
    display: none;
  }
}

.exhibition_flow_dl_flow dd h3 {
  font-size: 1.2em;
  font-weight: 700;
}

.exhibition_application_box {
  border: 1px solid #eb6100;
  padding: 15px;
  background-color: #fff;
}

.application_area {
  border-collapse: initial;
  border-spacing: 2px;
  max-width: 900px;
  margin: 0 auto;
}

#lp_flow h4 {
  margin: 0;
  text-align: center;
}

.exhibition_flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.exhibition_flex ul li {
  width: 300px;
  margin: 30px 0;
}

.exhibition_flex ul li a {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 7px;
  vertical-align: middle;
}

.exhibit_visit .exhibit_flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

@media (max-width: 959px) {
  .exhibit_visit .exhibit_flex_area {
    justify-content: space-around;
  }
}

.exhibit_visit .exhibit_flex_area .exhibit_flex_checkbox {
  margin: 10px;
}

.overlay {
  /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#pop-up {
  display: none;
}

#pop-up:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

.popWindow {
  border-radius: 5px;
  overflow: auto;
  /* スクロールバー用 */
  max-height: 95%;
  /* すき間 */
  min-width: fit-content;
  /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%;
  /* すき間 */
  position: fixed;
  top: 50%;
  /* 中央に */
  left: 50%;
  /* 中央に */
  transform: translate(-50%, -50%);
  /* 中央に */
  z-index: 100010;
  font-size: 16px;
  line-height: 22px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #fff;
  /* 枠の色 */
  text-align: left;
  /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}

@media (max-width: 450px) {
  .popWindow {
    left: 10%;
    /* 中央に */
    transform: translate(-5%, -50%);
    /* 中央に */
  }
}

.popWindow .ptitle {
  font-size: 18px;
  margin: 8px;
  color: #333;
}

.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}

.popWindow .close:hover {
  color: #06d85f;
}

.popWindow::-webkit-scrollbar-track {
  background: none;
}

.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.clickable:hover {
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  #pop-up:checked+.overlay {
    visibility: hidden;
    opacity: 0;
  }
}

#pop-up02 {
  display: none;
}

#pop-up02:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up03 {
  display: none;
}

#pop-up03:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up04 {
  display: none;
}

#pop-up04:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up05 {
  display: none;
}

#pop-up05:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up06 {
  display: none;
}

#pop-up06:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up07 {
  display: none;
}

#pop-up07:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up08 {
  display: none;
}

#pop-up08:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up09 {
  display: none;
}

#pop-up09:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up10 {
  display: none;
}

#pop-up10:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up11 {
  display: none;
}

#pop-up11:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

#pop-up12 {
  display: none;
}

#pop-up12:checked+.overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000d0;
  width: 100%;
}

.exhibit_img img:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.popWindow .ptitle p:nth-of-type(1) {
  border-bottom: 1px solid #000;
}

.visit_h3 {
  font-size: 1.2em;
  color: #eb6100;
}

.visit_h3 span {
  display: inline-block;
  background: #eb6100;
  padding: 0.4em 1em 0.2em 1em;
  color: #fff;
}

#application .visit-way_flex,
#application2 .visit-way_flex {
  display: flex;
  gap: 3%;
}

@media screen and (max-width: 750px) {

  #application .visit-way_flex,
  #application2 .visit-way_flex {
    flex-direction: column;
  }
}

#application .visit-way_box,
#application2 .visit-way_box {
  background: #fff;
  flex-basis: 50%;
  /* box-shadow: 5px 5px 10px rgb(0 0 0 / 25%); */
  border: 1px solid #eb6100;
  border-radius: 5px;
}

@media screen and (max-width: 750px) {
  .visit-way_box:nth-child(2) {
    margin-top: 10px;
  }
}

#application .title__box_l,
#application2 .title__box_l {
  background-color: #eb6100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1em;
  padding: 3% 0;
  color: #fff;
  line-height: 1em;
}

#application .visit-way_inner,
#application2 .visit-way_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 15px 15px 0 15px; */
  padding: 15px;
  max-height: 100%;
  /* min-height: 185px; */
  min-height: 220px;
}

#application .btn_style__320 a,
#application2 .btn_style__320 a {
  width: 320px;
}

#application .btn_style02 a,
#application2 .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffa600;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffa600 1px solid;
  font-size: 1em;
}

.small {
  font-size: 0.8em !important;
}

#atdQa dl dt {
  font-size: 1.1em;
  font-weight: bold;
  border-left: 5px solid #ef801b;
  padding-left: 5px;
  margin-bottom: 5px;
}

#atdQa dl dd {
  margin-left: 10px;
  margin-bottom: 15px;
}

#application table tr th,
#application2 table tr th {
  color: #fff;
  background-color: #424040;
  border: 1px solid #292828;
  width: 35%;
  padding: 15px;
}

#application table tr td,
#application2 table tr td {
  border: 1px solid #292828;
}

.bg_orange {
  background-color: #fff8ec;
  padding-top: 0px;
  overflow: auto;
}

#application table tr td,
#application2 table tr td {
  border: 1px solid #292828;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.visit_textbox {
  background-color: #fff;
  padding: 20px;
}

.header_list {
  margin: 30px 0 50px;
  background: #fff;
  padding: 20px 20px 15px;
  background-color: #fff8ec;
  position: relative;
  z-index: 1;
}

.header_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  /* margin-left: 2em; */
  color: #333 !important;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
}

.arrow_u:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 0.3em;
  color: #ff7826;
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #1a1a1a;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  transition: ease 0.4s;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}

@media screen and (min-width: 580.1px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    justify-content: end;
    width: 100%;
    padding-top: 1em;
    background-color: #1a1a1a;
  }

  #foodbeverage .header__nav {
    padding: 0;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
}

.hamburger {
  background-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}

@media screen and (min-width: 580.1px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header__inner .mob_menu {
  display: none;
}

@media screen and (max-width: 580.1px) {
  .header__inner .mob_menu {
    display: block;
  }
}

#animate_delay dl:nth-of-type(2) {
  animation-delay: 0.4s;
}

#animate_delay dl:nth-of-type(3) {
  animation-delay: 0.6s;
}

#animate_delay dl:nth-of-type(4) {
  animation-delay: 0.7s;
}

#animate_delay dl:nth-of-type(5) {
  animation-delay: 0.9s;
}

#animate_delay dl:nth-of-type(6) {
  animation-delay: 1.1s;
}

#documents .main_title {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 5rem;
  color: #717071;
  display: block;
  line-height: 1;
  text-align: center;
}

#documents h2 {
  font-size: 1.4em;
  color: #fff;
  background-color: #eb6100;
  padding: 10px;
}

#documents h3 {
  font-size: 1.2em;
}

.documents_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 10px auto 0;
}

#documents article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

#cocktail {
  padding-bottom: 50px;
}

#cocktail .cocktail__top h2 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  color: #fff;
  /* background-image: linear-gradient(160deg,
      rgba(14, 244, 255, 1),
      rgba(65, 164, 253, 1)); */
}





#cocktail .cocktail__about {
  background-color: #d6f2ff;
  padding: 1em;
  border-radius: 15px;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto 0;
}

#cocktail .cocktail__about h2 {
  font-size: 1.4em;
  font-weight: bold;
}

#cocktail .cocktail__about ul {
  margin: 20px 0;
}

#cocktail .cocktail__about ul li span {
  color: #e5006c;
}

#cocktail .cocktail__main {
  margin-top: 50px;
}

#cocktail .cocktail__main .cocktail__main--images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #cocktail .cocktail__main .cocktail__main--images {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #cocktail .cocktail__main .cocktail__main--images img {
    margin: 10px 0;
  }
}

#cocktail .cocktail__main h2 {
  font-size: 1.4em;
  color: #fff;
  background-color: #e5006c;
  padding: 0.5em 1em;
  text-align: center;
  margin-top: 20px;
}

#cocktail .cocktail__main h2 span {
  font-size: 0.8em;
  color: #00a0e9;
  background-color: #fff;
  padding: 0 0.5em;
  border-radius: 10px;
  margin-left: 1em;
}

#cocktail .cocktail__main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #cocktail .cocktail__main ul {
    justify-content: center;
  }
}

#cocktail .cocktail__main ul li {
  background-color: #d6f2ff;
  width: 300px;
  min-height: 155px;
  margin: 20px 0;
}

#cocktail .cocktail__main ul li h3 {
  font-size: 1.2em;
  color: #fff;
  background-color: #00a0e9;
  padding: 0.5em;
  text-align: center;
}

#cocktail .cocktail__main ul li p {
  font-size: 1em;
  color: #007db8;
  margin: 1em;
}

#cocktail .cocktail__main .cocktail__main--text {
  font-size: 1.6em;
  font-weight: 600;
  color: #e5006c;
}

/*PCでは無効（改行しない）*/
.sma {
  display: none !important;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 700px) {
  .sma {
    display: block !important;
  }

  .sma_inline {
    display: inline;
  }
}

/* スマホのみマージン */
@media screen and (max-width: 768px) {
  .mt10_mb {
    margin-top: 10px !important;
  }

  .mt20_mb {
    margin-top: 10px !important;
  }

  .mb10_mb {
    margin-top: 10px !important;
  }

  .mb20_mb {
    margin-top: 10px !important;
  }
}

#seminar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 4em;
}

#seminar h2 {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.8px;
}

#seminar table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#seminar table tr th {
  color: #fff;
  padding: 5px 0;
  background-color: #eb6100;
  border: 1px solid #e4e3e3;
}

#seminar table tr .time {
  width: 12% !important;
  text-align: center;
  vertical-align: middle;
}

#seminar table tr td {
  width: 44%;
  padding: 8px 15px;
  border: 1px solid #999;
  background-color: #fff;
}

#seminar .seminar_img img {
  float: right;
  width: 100px;
  padding: 0 0 0.2em 0.2em
}

#seminar .contents table tr td p .time_flame {
  font-weight: 600;
  padding: 0.2em 0.5em;
  border: 1px solid #eb6100;
}

#seminar .contents table tr td .seminar_no {
  padding: 0em 0.5em;
  color: #fff;
  background-color: #eb6100;
  border: 1px solid #eb6100;
}

#seminar .contents table tr td .seminar_text {
  font-size: 0.9em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #000;
}

.btn_01 a {
  padding: 10px 0;
  display: block;
  background-color: #ffa600;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffa600 1px solid;
  font-size: 1em;
}

.btn_02 a {
  padding: 10px 0;
  display: block;
  background-color: #eb6100;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #eb6100 1px solid;
  font-size: 1em;
}


@media screen and (min-width: 769px) {
  .w1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.contents {
  padding: 0 20px;
}

.contents h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.btn_red {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: #b9319e;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.btn_blue {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: #0079c3;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.btn_purple {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: #8c00c3;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}


.accesstable th {
  background-color: #eb6100 !important;
}

#application .accesstable tr td,
#application2 .accesstable tr td {
  border: none;
  border-bottom: 1px dotted #999;
}

.accesstable {
  border-top: 1px solid #eb6100 !important;
  border-bottom: 1px solid #eb6100 !important;
}

/* 0822 */

.menu>ul>li:nth-of-type(4) {
  /* background-color: #eb6100; */
  /* background-color: #0079c3; */
}

.menu>ul {
  justify-content: center;
}

.menu>ul>li>ul.normal-sub {
  /* width: 400px; */
  width: 250px;
  /* width: calc(100% / 3.5); 20250619 */
  width: calc(100% / 4);
  left: auto;
}

.menu>ul>li:nth-of-type(4)>ul.normal-sub {
  width: calc(100% / 4);
}

.menu>ul>li>ul {
  position: absolute;
  /* top: 70px; */
  top: 43px;
  left: 0;
  width: 100%;
  background: #eb6100;
  /* padding: 40px; */
  padding: 40px 0 40px 10px;
  margin: 0;
  z-index: 99;
  box-sizing: border-box;
}

@media screen and (max-width: 1380px) {
  .menu>ul>li>ul {
    top: 60px;
  }
}

.menu>ul>li>ul>li a {
  display: block;
  width: 90%;
  text-align: left;
  border-bottom: 1px solid #fff;
}


@media screen and (max-width: 769px) {
  .menu .infomenu-title ul {
    /* top: 190px !important; */
    top: 170px !important;
  }
}

.mov-sec h3 {
  color: #eb6100;
  font-size: 1.5em;
}

.mov-sec {
  padding: 30px 0;
  text-align: center;
  margin: 30px auto;
}

.n-gr-bg {
  background-color: #22ac38;
  color: #fff;
  padding: 10px 5px;
}

.semi-btn-cont {
  display: flex;
  justify-content: center;
}

.semi-btn-cont a {
  background-color: #ffa600;
  margin: 20px !important;
}

.semi-btn-cont a:hover {
  background-color: rgba(255, 166, 0, 0.8) !important;
  color: #fff !important;
}

.semi-btn-cont p {
  text-align: center;
}

.yubirezi {
  position: absolute;
  top: 130px;
  right: 0;
}

.rela {
  position: relative;
}

@media screen and (max-width: 768px) {
  .semi-btn-cont {
    flex-direction: column;
  }
}

/* キャンペーン */
.unline-yellow {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.f12em {
  font-size: 1.2em;
}

.f16em {
  font-size: 1.6em;
}

.lh16 {
  line-height: 1.6 !important;
}

.bgc_beige {
  background-color: #fff8ec;
}

.camp_content {
  padding: 10px 20px;
  box-sizing: border-box;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.content_2 {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.heading01::before,
.heading01::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #ed3737;
}

.heading01::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading01::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.midashi.sub {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}

.pink_arrow {
  color: #EF858C;
  font-size: 24px;
}

.campfigure img {
  max-width: 500px;
}

.camp-p-sec a {
  color: #009944;
}

.content_2.tx_left {
  text-align: left !important;
}

/* カクテルステージ */
.redfont {
  color: red;
}

.cack_flex_two,
.cack_flex_three {
  margin-top: 20px;
}

.cack_flex_two img:nth-child(2) {
  margin-left: 10px;
}

.cack_flex_three img {
  margin-left: 10px;
}

.cack_flex_three img:nth-child(1) {
  margin: 0;
  height: 120px;
}

.cack_flex_three img:nth-child(2) {
  height: 120px;
}

#cocktail img {
  display: inline-block;
}

.cack3 img {
  margin-bottom: 20px;
}


#cocktail ul li {
  list-style: inside;
  /* list-style-type: none; */
}

.cack4 {
  display: flex;
  align-items: flex-start;
}

.sch_flex {
  display: flex;
  margin-top: 10px;
}

.sch_flex img:nth-child(1) {
  margin-right: 10px;
}

.cack3 img {
  margin: 10px 0;
}

.cackstage_box {
  padding: 10px;
  border: 1px solid #eb6100;
  margin-bottom: 20px;
}

.cackstage_box ul {
  margin-top: 10px;
}

.sch_box {
  padding: 10px 20px;
  border: 1px solid #eb6100;
  margin-bottom: 20px;
}

.cack1 .redfont {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 10px;
}

.cack4 img {
  margin-left: 20px;
}

.sch_flex_outer {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.description {
  margin-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .cack_flex_two {
    display: flex;
  }

  .cack_flex_two img {
    margin: 0;
  }

  .cack_flex_two img:nth-child(2) {
    margin-left: 10px;
  }

  .sch_flex_outer {
    flex-direction: column;
  }

  .sch_flex {
    align-items: center;
  }
}

.next-bnr img {
  display: inline-block;
  max-width: 560px;
  margin-bottom: 50px;
}

/* 会場の様子 */

.venue_table {
  max-width: 980px;
  margin-top: 20px;
  border-top: 1px solid #9CB4A5;
  border-bottom: 1px solid #9CB4A5;
  border-spacing: 0;
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  font-size: 16px;
}

.venue_table th,
.venue_table td {
  padding: 10px 30px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.venue_inline {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .venue_inline {
    /* display: inline-block; */
    width: 100%;
    vertical-align: middle;
  }
}

.forum_img {
  margin-top: 30px;
}

.venue_table th {
  background-color: #fff8ec;
}

.subtitle_gb {
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  background-color: #22ac38;
}

#seminar .next_table_01 {
  margin-top: 10px;
}

#seminar .next_table_01 tr th {
  background-color: #686868;
}

#seminar .next_table_01 .gre_num {
  color: #22ac38;
  margin-right: 10px;
}

#seminar .next_table_02 {
  margin-top: 10px;
}

#seminar .next_table_02 .p_title td {
  background-color: #686868 !important;
  text-align: center;
  color: #fff !important;
}

.flex_nexttable {
  display: flex;
  align-items: flex-end;
}

.flex_nexttable img:nth-child(2) {
  display: inline-block;
  margin-left: 30px;
}

/* 20241017 */
.visit-way_flex .pointernone a {
  background-color: gray !important;
  border-color: gray !important;
}

.pointernone div {
  background-color: gray !important;
  border-color: gray !important;
  pointer-events: none;
}

.pointernone a {
  pointer-events: none;
}

/* 20241028 */
.grayout {
  pointer-events: none;
  background-color: gray !important;
}

/* 20241030 */
.contactbtn {
  margin-top: 20px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #ffa600;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffa600 1px solid;
  min-width: 400px;
}

.packageplan {
  position: relative;
}

.graycover {
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.8) !important;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* カクテルページ2025 */
.stage_main_sec .information_topic_k {
  font-size: 1.6em !important;
  margin-bottom: 20px !important;
}

.stage_main_sec h3 {
  font-size: 1.2em;
  color: #eb6100;
}

.stage_main_cont_box {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eb6100;
  width: 30%;
}

.stage_main_cont_box p {
  font-weight: bold;
}

.stage_main_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .stage_main_cont_box {
    width: 100%;
  }

  .stage_main_flex {
    flex-wrap: wrap;
  }

  .stage_main_flex img {
    width: 45% !important;
    margin-top: 10px;
  }

  .contactbtn {
    width: 100%;
    min-width: 300px;
  }

}

/* メルマガ */
.header_btn_box {
  position: relative;
}

/* .merumaga_k a {
  text-decoration-line: underline !important;
} */

/* 20271227更新 */
.outline_flex_box {
  max-width: 430px;
}

@media screen and (min-width: 768px) {
  .outline_exhibit .outline_flex_area ul:nth-of-type(3) {
    margin-top: 20px;
  }
}

.outline_exhibit ul li {
  border-radius: 10px;
  padding: 6px;
  background-color: #d5e6da;
  text-align: center;
  margin: 5px;
  font-weight: 600;
  min-width: 300px;
}

.outline_exhibit ul li:nth-of-type(1) {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .exhibit_flex_area img {
    display: inline-block;
    margin-top: 10px;
  }

  .exhibit_flex_area img:nth-last-of-type(1) {
    margin-top: 0;
  }
}

.top_main_area a:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
  .option_table_schedule.option_table .option_table_sub tr th {
    display: table-cell;
  }

  .option_table_schedule.option_table .option_table_sub tr td {
    display: table-cell;
  }

  .res_pr40 {
    padding-right: 40px !important;
  }
}



@media screen and (max-width: 768px) {
  .top_main_area .wow {
    padding: 0 10px;
  }

  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .btn-flat-border {
    padding: 1em 0.5em;
  }
}

/* 全国出展パッケージプラン */

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.databox_1 {
  justify-content: space-between;
}

#package .flex-container.databox_1 div,
#package .flex-container.databox_2 div {
  width: calc(96%/3);
}


#package .flex-container.databox_2 .or {
  width: 13%;
  display: flex;
  align-items: center;
}

.flex-container.databox_2 {
  justify-content: center;
}

.optionplan_box.flex-container {
  flex-wrap: nowrap;
  align-items: center;
}

.bgc_gray01 {
  background-color: #CECECE;
}

#foot-order .content_in {
  max-width: 800px;
  padding: 30px 0;
  margin: 0 auto;
}

.box {
  margin: 20px;
  border-radius: 8px;
}

.bgc_white {
  background-color: #fff !important;
}

.box dl {
  padding: 30px;
}

.box dt {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}

#foot-order .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
  /* 特殊 */
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  .inner_grey {
    background-color: #cecece;
    padding: 10px;
  }

  #package .flex-container.databox_1 div,
  #package .flex-container.databox_2 div {
    width: 80%;
    margin: 10px;
  }

  .plus-r {
    width: 25%;
    margin: 20px;
  }

  #package .flex-container.databox_2 .or {
    width: 40%;
  }

  #package .main_title {
    padding-bottom: 10px;
  }

}

/* 20250128修正 */
.new_tag {
  background-color: #ffedac !important;
  padding: 10px !important;
  width: 200px !important;
  min-width: 200px !important;
  color: #B34002;
  margin: 0 auto !important;
}

.ord_tag {
  background-color: #e5e5e5 !important;
  padding: 10px !important;
  width: 200px !important;
  min-width: 200px !important;
  color: #333;
  margin: 0 auto !important;
}

.outline_exhibit ul li:nth-of-type(2) {
  background-color: transparent;
}

.negote_flex {
  display: flex;
  justify-content: space-between;
}

.negote_flex .negote_flex_div {
  width: 48%;
}

.negote_flex_02 {
  display: flex;
  justify-content: space-between;
}

.negote_flex_02 .negote_flex_div {
  width: 30%;
  font-weight: 700;
}

.negote_flex_02 .negote_flex_div div p {
  display: inline-block;
  font-size: 1.4em;
  margin-left: 10px;
  font-weight: 700;
  color: #ff0000;
}

/* .negote_outer {
  border: 1px solid #eb6100;
  border-radius: 10px;
  padding: 20px 20px;
}

.negote_outer .gray_back {
  background-color: #ccc;
  border-radius: 10px;
  padding: 20px 10px;
  max-width: 700px;
  margin: 0 auto;
} */

@media screen and (max-width: 768px) {
  .ord_tag {
    margin-top: 10px !important;
  }

  .negote_flex,
  .negote_flex_02 {
    flex-wrap: wrap;
  }

  .negote_flex .negote_flex_div {
    width: 100%;
  }

  .negote_flex .negote_flex_div:nth-of-type(2) {
    margin-top: 10px;
  }

  .negote_flex_02 .negote_flex_div {
    width: 100%;
    margin-top: 10px;
  }

  .negote_flex .negote_flex_div:nth-of-type(1) {
    margin-top: 0;
  }
}

#east_asia .four_re_title {
  font-size: 2em;
  color: #eb6100;
}

.eastasia_inner_01 .yellow_outer {
  padding: 20px 10px;
  width: 48%;
  border: 3px solid #ffd747;
}

.eastasia_inner_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}

.eastasia_inner_01 .yellow_outer:nth-of-type(n+3) {
  margin-top: 20px;
}

.eastasia_inner_02 {
  display: flex;
  justify-content: space-between;
}

.eastasia_inner_02 div {
  width: 48%;
}

.eastasia_inner_02 div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eastasia_inner_02 div:nth-of-type(2) img {
  width: 48%;
}

.eastasia_inner_02 div:nth-of-type(2) img:nth-of-type(n+3) {
  margin-top: 20px;
}


@media screen and (max-width: 768px) {
  .eastasia_inner_01 .yellow_outer {
    width: 100%;
  }

  .eastasia_inner_01 .yellow_outer:nth-of-type(2) {
    margin-top: 20px;
  }

}

.nav_16 a {
  font-size: 16px !important;
}

.top_information li {
  flex-direction: column;
}

.top_information {
  margin: 25px 0 40px;
}

.information_outer {
  padding: 10px;
  /* background-color: #F8E2CF; */
  background-color: #fff3e8;
  border: 8px solid #ccc;
}

.top_information li div a {
  margin-left: 0;
}

.p_appoint_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.p_appoint_flex_items:nth-of-type(1) {
  width: 30%;
}

.p_appoint_flex_items:nth-of-type(1) .p_appoint_num {
  font-size: 1.5em;
}

.p_appoint_flex_items:nth-of-type(1) .p_appoint_num span {
  font-size: 2em;
  color: #eb6100;
}

.p_appoint_flex_items:nth-of-type(2) {
  width: 65%;
  display: flex;
  justify-content: space-between;
}

.p_appoint_flex_items:nth-of-type(2) img {
  width: 45%;
  display: inline-block;
}

#p_appoint .prev_buyer {
  padding: 10px;
  background-color: #ffedac;
  border-radius: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p_appoint_flex {
    flex-wrap: wrap;
  }

  .p_appoint_flex_items:nth-of-type(1) {
    width: 100%;
  }

  .p_appoint_flex_items:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }

  .sma_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/* ネクストリーダーズ出展ページ */
.next_e_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.next_e_flex .first_p {
  font-weight: 700;
  font-size: 1.4em;
  background-color: #ffe9d9;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  .next_e_flex {
    flex-direction: column;
  }

  .next_e_flex div,
  .next_e_flex img {
    max-width: 100% !important;
  }
}


/* .boothkado_contents_attention {
  border: 1px solid #5d6970;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
  margin-left: 30px;
  box-sizing: border-box;
}

.boothkado_contents_attention h3 {
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #fff899;
}

@media screen and (max-width: 768px) {
  .boothkado_contents p:nth-of-type(1) {
    margin-top: 10px;
  }

  .left_side,
  .boothkado_contents_attention {
    margin-left: 0 !important;
  }
} */

#hospitality .flex {
  display: flex;
  justify-content: space-between;
}

#hospitality .flex_1 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

#hospitality .flex ul {
  width: 49%;
}

#hospitality .flex ul .purpletxt {
  color: #6e3e7b;
  font-size: 1.2em;
  font-weight: 700;
}

#hospitality .hospitality_inner_02 .flex_item {
  width: 49%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff1e6;
}

#hospitality .hospitality_inner_02 .flex_item h3 {
  text-align: center;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  #hospitality .flex {
    flex-direction: column;
  }

  #hospitality .flex ul {
    width: 100%;
  }

  #hospitality .flex ul .purpletxt {
    font-size: 1em;
  }

  #hospitality .hospitality_inner_02 .flex_item {
    width: 100%;
  }
}



/* 英語ページ */
.en_Categories_cont,
.en_featured_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.entitle {
  border-bottom: solid 3px #dd551a;
  position: relative;
}

.entitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.en_Categories_cont:nth-of-type(2) {
  justify-content: center;
}

.en_Categories_item {
  width: 49%;
  text-align: center;
}

.en_Categories_item h3 {
  max-width: 400px;
  color: #fff;
  padding: 5px 0;
  background-color: #9B3128;
  margin: 0 auto 10px;
}

.en_Categories_cont .en_Categories_item:nth-of-type(2) h3 {
  background-color: #6E3E7B;
}

.en_Categories_title_flex img {
  display: block;
  width: 30px;
  margin-right: 10px;
}

.en_Categories_title_flex h3 {
  font-size: 1.2em;
  color: #9B3128;
}

.en_Categories_item p {
  margin-top: 10px;
  padding-left: 40px;
}

.en_featured_item:nth-of-type(1) {
  width: 30%;
}

.en_featured_item:nth-of-type(2) {
  width: 69%;
}

.en_featured_box {
  padding: 10px;
  margin-top: 10px;
  background-color: #dcdcdc;
}

.en_featured_box {
  margin-top: 5px;
}

.en_featured_box:nth-of-type(1) {
  margin-top: 0;
}

.en_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
}

.en_wrapper.bac_color {
  background-color: #efefef;
}

.en_wrapper.bac_color_2 {
  margin-top: 0;
}

.en_outline_cont tbody {
  background-color: #fff;
}

.en_sec .btn-flat-border {
  padding: 10px !important;
}

.buyer_flex {
  display: flex;
  flex-direction: column;
}

.buyer_flex img {
  display: block;
}

.buyer_flex img:nth-of-type(n+2) {
  margin-top: 10px;
}

#en_visitor_cont_1 .en_btn_box {
  margin-top: 20px;
}

#en_visitor_cont_1 .en_btn_box .visit-way_inner,
#en_visitor_cont_4 .en_btn_box .visit-way_inner {
  flex-direction: row;
  align-items: flex-end;
  min-height: 115px;
  padding: 15px;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

#en_visitor_cont_3 table tr th {
  color: #fff;
  width: 35%;
  padding: 15px;
  border: none;
  border-bottom: 1px dotted #999;
}

#en_visitor_cont_3 table tr td {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.link_en_wrapper {
  margin-top: -54px;
  padding-top: 54px;
}

.en_visitor_white_box {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eb6100;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .en_Categories_cont {
    flex-direction: column;
  }

  .en_Categories_item {
    width: 80%;
    margin: 0 auto;
  }

  .buyer_flex {
    width: 80%;
    margin: 0 auto;
  }

  #gaiyo tr th {
    min-width: 61px;
  }

  #out_op .mini_moji {
    margin-top: 10px;
  }

  #out_attend .information_topic {
    line-height: 1.4;
  }

  #out_attend .mini_moji {
    font-size: 0.7em;
    margin-top: 5px;
    display: block;
  }

  #en_visitor_cont_1 .en_btn_box .visit-way_inner,
  #en_visitor_cont_4 .en_btn_box .visit-way_inner {
    flex-direction: column;
  }

  .en_visitor_cont #application .btn_style__320 a,
  .en_visitor_cont #application2 .btn_style__320 a {
    width: 100%;
    display: block;
  }

  .en_visitor_cont .visit-way_inner>div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .en_visitor_cont .visit-way_inner>div:nth-of-type(2) {
    margin-top: 10px;
  }

  #application .title__box_l,
  #application2 .title__box_l {
    padding: 3% 10px;
  }

  .scroll {
    overflow-x: scroll;
  }

  .scroll .accesstable {
    min-width: 540px;
  }
}

/* 英語メニュー */
.navbar_en {
  background-color: #eb6100;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  z-index: 1000;
  transition: top 0.2s;
}

.menu_en {
  list-style: none;
  display: flex;
}

.menu_en li {
  border-right: 2px solid white;
}

.menu_en li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
}

.menu_en li:last-child {
  border-right: none;
}

.menu-toggle_en {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  /* スムーズなアニメーション */
}

.bar_en {
  height: 3px;
  width: 34px;
  background-color: white;
  margin: 3px 0;
}

/* バツのマークのスタイル */
.menu-toggle_en.active .bar_en:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
  position: relative;
}

.menu-toggle_en.active .bar_en:nth-child(2) {
  opacity: 0;
}

.menu-toggle_en.active .bar_en:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px;
  position: relative;
}


/* PCのみ */
@media (min-width: 768px) {
  .navbar_en.scroll_fixed {
    position: fixed;
    top: 0;
  }
}

/* スマホサイズのスタイル */
@media (max-width: 768px) {
  .navbar_en {
    position: fixed;
    top: 44px !important;
    height: 53px;
  }

  .menu_en {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    /* ナビゲーションバーの下に表示 */
    left: 0;
    right: 0;
    background-color: #eb6100;
    border: 2px solid white;
  }

  .menu_en li {
    border-right: none;
    /* スマホでは右の線を消す */
    border-bottom: 2px solid white;
  }

  .menu_en li:last-child {
    border-bottom: none;
    /* 最後のメニュー項目の下側の線を消す */
  }

  .menu-toggle_en {
    display: flex;
    position: absolute;
    right: 6px;
    top: 10px;
  }

  .menu_en.active {
    display: flex;
    /* メニューがアクティブなときに表示 */
  }
}

/* スライダー */
.slick-prev,
.slick-next {
  background-color: #eb6100;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #fff;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #eb6100;
  color: #fff;
}

.slider_contents img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .slick-prev,
  .slick-next {
    margin-top: 140px;
  }

  .slick-dots {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* top_修正20250417 */

.information_outer_2025 {
  display: flex;
  align-items: center;
}

.information_outer_2025 h2 {
  font-size: 1.2em;
  margin-right: 10px;
  color: #eb6100;
}

.information_outer_2025 li {
  display: flex;
}

@media screen and (max-width: 768px) {
  .information_outer_2025 {
    flex-direction: column;
    margin-top: -210px;
    position: relative;
    z-index: 800;
  }

  .information_outer_2025 h2 {
    margin-bottom: 10px;
    margin: 0 0 10px 0;
  }
}

.header-flex {
  display: flex;
  padding: 8px 20px 8px;
  justify-content: space-between;
  flex-direction: column;
}

.header-flex_item {
  box-sizing: border-box;
}

.header-flex_item:nth-of-type(1) {
  width: 52%;
  align-items: center;
}

.headInfo--inner {
  align-items: flex-end !important;
  margin-top: 0 !important;
}

.header-flex_item:nth-of-type(2) {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .header-flex_item:nth-of-type(2) .headInfo--inner .header_btn_flex {
    flex-wrap: nowrap;
  }
}

.merumaga_k {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .header_fixed {
    position: fixed;
    top: 0;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 768px) {
  .header-flex {
    flex-direction: column;
    padding: 0;
    padding-top: 50px;
  }

  .header-flex_item:nth-of-type(1) {
    flex-direction: column;
    width: 100%;
  }

  .header-flex_item:nth-of-type(1) br {
    display: none;
  }

  .headInfo__logo {
    margin: 0 auto;
  }

  .header-flex_item:nth-of-type(2) {
    width: 100%;
    margin-top: 5px;
  }

  .headInfo__date {
    margin: 10px 0 0 0;
  }

  .sp_header_fixed {
    position: fixed;
    top: 44px;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu .title_sem ul {
    top: 225px !important;
  }

  .menu .title_ex ul {
    top: 117px !important;
  }

  .headInfo--inner {
    justify-content: flex-end;
  }

  .venue_table th,
  .venue_table td {
    padding: 10px;
  }

  .merumaga_k {
    margin-right: 20px;
  }

  #p_appoint .main_title {
    padding-bottom: 10px;
  }

  #cocktail .main_title {
    padding-bottom: 30px;
  }

  .menu>ul>li:nth-of-type(4)>ul.normal-sub {
    width: 100%;
  }

}

#out_exhibit,
#out_attend,
#out_negote,
#out_op,
#topic,
#lp_flow {
  padding-top: 161px;
  margin-top: -161px;
}

.top_slider {
  padding-top: 71px;
  padding-bottom: 71px;
}

.slick-list a {
  display: inline-block;

}

.slick-list a:hover {
  opacity: 1 !important;
}

.normal-sub li:nth-of-type(n+2) {
  margin-top: 5px;
}

.other_icoon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url('../../common/img/icon_other_white.png');
  background-position: center;
  background-size: cover;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.icon_box {
  display: inline-block;
}

.icon_box_text {
  margin-top: 0;
}

#category2 .exhibition_flow_dl_flow:nth-last-of-type(1) {
  margin-bottom: 0;
}

.indent_text {
  position: relative;
  padding-left: 17px;
}

.indent_text span {
  position: absolute;
  left: 0;
  top: 0;
}

.slider_contents_btn_add {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.slider_contents_btn_add .btn_style02 {
  position: absolute;
  display: block;
  background-color: #ffa600;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  border: #ffa600 1px solid;
  font-size: 1em;
  width: 45%;
}


.slider_contents_btn_add .btn_style02 a {
  color: #fff;
  display: block;
  /* padding: 20px 0; */
  padding: 5px 0;
  font-size: 22px;
  transition: all
}

.slider_contents_btn_add .btn_style02 a:hover {
  opacity: 0.7 !important;
}

.sli_btn.sli_btn_01 {
  bottom: 25px;
  left: 20px;
}

.sli_btn.sli_btn_02 {
  bottom: 25px;
  right: 20px;
  background-color: #B41D23;
  border: #B41D23 1px solid;
}


@media screen and (max-width: 768px) {
  .slider_contents_btn_add .btn_style02 {
    width: 46%;
  }

  .slider_contents_btn_add .btn_style02 a {
    padding: 3px 0;
    font-size: 5px;
  }

  .slider_contents_btn_add .sli_btn_01 {
    bottom: 10px;
    left: 5px;
  }

  .slider_contents_btn_add .sli_btn_02 {
    bottom: 10px;
    right: 5px;
  }

  .header_list ul {
    flex-direction: column;
    align-items: flex-start;
  }
}

#toVisit {
  padding-top: 272px;
  margin-top: -262px;
}

#outline_visit {
  padding-top: 272px;
  margin-top: -262px;
}

#atdQa,
#v_stage {
  padding-top: 272px;
  margin-top: -292px;
}

.sli_logo_contents {
  position: absolute;
  top: 170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}

.sli_logo_contents a {
  transition: all 0.5s;
}

.sli_logo_contents a:hover {
  opacity: 0.7 !important;
}

.sli_text_contents {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}

.sli_text_contents img {
  display: block;
  width: 100%;
}

.no_float {
  float: none;
}

.seminar_flex {
  display: flex;
  justify-content: space-between;
}

.seminar_table td {
  position: relative;
}

.pre_semi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
}

.pre_adj {
  min-height: 136px;
}

.pre_adj_2 {
  min-height: 1000px;
}

#seminar h3 {
  color: #dd551a;
}

.semi_link_box,
.ov_link_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}

.top_semi_link_box .btn_01 {
  width: 45%;
}

.btn a {
  padding: 0.5em;
  color: #fff !important;
  background: #eb6100;
  border-radius: 5px;
  width: 400px;
  max-width: 95%;
  text-align: center;
  margin: 20px auto 20px;
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.semi_link_box .btn_style02,
.ov_link_box .btn_style02 {
  display: block;
  background-color: #ffa600;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  border: #ffa600 1px solid;
  width: 45%;
}

.semi_link_box .btn_style02 a,
.ov_link_box .btn_style02 a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.5s;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.semi_link_box .btn_style02 a:hover,
.ov_link_box .btn_style02 a:hover {
  opacity: 0.7 !important;
}

#semi_01 {
  margin-top: -282px;
  padding-top: 282px;
}

#semi_02 {
  margin-top: -282px;
  padding-top: 332px;
}

.semi_link_box .btn_style02:nth-of-type(2),
.ov_link_box .btn_style02:nth-of-type(2) {
  background-color: #eb6100;
}

.semi_flex_1 {
  display: flex;
  justify-content: space-between;
}

.semi_flex_1 img {
  display: block;
}

.semi_flex_1 .semi_flex_p1 {
  margin-right: 5px;
}

.semi_flex_1 .semi_img {
  max-width: 110px;
}

.pre_semi img {
  display: block;
  width: 110px;
}

.top_exhibit_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.top_exhibit_items {
  width: 32%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.top_exhibit_items:nth-of-type(1) {
  background-color: #fff1d4;
}

.top_exhibit_items:nth-of-type(2) {
  background-color: #ffcecc;
}

.top_exhibit_items:nth-of-type(3) {
  background-color: #f5dcff;
}

.top_exhibit_items a {
  color: #0d0d1b;
}

.top_exhibit_items p b {
  font-size: 1.1em;
}


.top_brand_flex img {
  display: block;
  width: 32%;
}

.organiser_flex {
  flex-wrap: wrap;
}

.organiser_flex img {
  display: block;
  margin: 5px 0;
}

.top_semi_link_box {
  justify-content: center;
}

.organiser_flex img:nth-of-type(n+2) {
  width: 32%;
}

.bg_coler {
  background-color: #fff3e8;
}

.voice_cont img {
  display: block;
  width: 90%;
}

#voice,
#brand_stage,
#organiser,
#prev {
  padding-bottom: 30px;
}

.vision_text {
  background: linear-gradient(45deg, rgba(255, 199, 120, 0.4), rgba(235, 97, 0, 0.4));
  padding: 20px;
  border-radius: 20px;
}

#information {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#information .information_outer {
  background-color: #fff;
}

/* インタビューポップアップ */
.voice_cont {
  position: relative;
  display: inline-block;
}

.voice_cont img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}

.popup-text {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-container:hover img {
  opacity: 0.5;
}

.popup-container:hover .popup-text {
  opacity: 1;
}

.popup-text_1 {
  font-size: 1.1em;
}

.popup-text_2 {
  margin-top: 10px;
}

.section_title {
  border-bottom: solid 3px #eb6100;
  position: relative;
  /* font-size: 1.4em; */
  font-size: 2.5rem;
  margin-bottom: 20px;
  /* margin-bottom: 30px; */
  padding-top: 30px;
  color: #eb6100;
  text-align: center;
}

#top .section_title {
  color: #000;
}

#top_main .section_title {
  color: #eb6100;
}

.section_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.section_sub_title {
  font-size: 1.4em;
  text-align: center;
}

.section_title_2 {
  width: 80%;
  font-size: 1.8em;
  margin: 0 auto;
  color: #333;
}

.section_title_mini {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  color: #eb6100;
}

.ov_link_sec {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #dcdcdc;
}

.ov_link_box {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sli_logo_contents {
    top: 85px;
  }

  .sli_text_contents {
    top: 125px;
  }

  #seminar .seminar_table {
    width: 570px;
  }

  .semi_link_box {
    margin-top: 20px;
  }

  .semi_link_box,
  .ov_link_box {
    flex-direction: column;
  }

  .semi_link_box .btn_style02,
  .ov_link_box .btn_style02 {
    width: 100%;
    margin-top: 10px;
  }

  #semi_01 {
    margin-top: -162px;
    padding-top: 162px;
  }

  #semi_02 {
    margin-top: -122px;
    padding-top: 162px;
  }

  .outline_topic h3 {
    padding: 15px 10px;
  }

  .semi_flex_1 {
    flex-direction: column-reverse;
  }

  .semi_flex_1 .semi_img {
    margin-top: 10px;
  }

  .semi_flex_1 .semi_flex_p1 {
    margin-right: 0;
  }

  .semi_btn_cont a {
    margin: 20px auto 30px !important;
  }

  .top_exhibit_flex {
    flex-direction: column;
  }

  .top_exhibit_items {
    width: 100%;
  }

  .top_exhibit_items:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .top_brand_flex img {
    width: 100%;
  }

  .top_brand_flex img:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .information_outer_2025 {
    margin-top: 0;
  }
}

/* ヘッダー修正 */
.header-flex_v2 {
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.headInfo__logo img {
  display: block;
  width: 300px;
}

.headInfo__date {
  line-height: 1;
}

.headInfo__date p {
  display: flex;
  align-items: flex-end;
}

.headInfo__date .time {
  justify-content: flex-end;
}

.headInfo__date p:nth-of-type(3) a {
  display: flex;
  align-items: flex-end;
}

.headInfo__date img {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.headInfo__date .other {
  margin-left: 5px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .header-flex_v2 {
    flex-direction: column;
  }

  #sp_ham {
    margin-top: 0 !important;
  }
}




/* 国内販路 */
.base_flex {
  display: flex;
  justify-content: space-between;
}

#foodbeverage img {
  display: block;
}

#foodbeverage .cont {
  margin-top: 20px;
}

.food_flex_01 .food_flex_item_01 {
  width: 38%;
}

.food_flex_01 .food_flex_item_02 {
  width: 60%;
}

.check_text {
  padding-left: 25px;
}

.check {
  top: 3px;
}

.check img {
  width: 20px;
}

.merit_text {
  font-size: 1.8em;
  display: flex;
  align-items: center;
}

.merit img {
  width: 80px;
  max-width: none;
}

.merit_title {
  padding-left: 10px;
}

.cont_2 table td {
  padding: 5px;
}

.cont_2 .table_outer {
  padding: 10px;
  background-color: #ffefcc;
}

.cont_2 .table_outer td {
  width: 50%;
}

.food_flex_02 img {
  width: 33%;
}

.food_flex_03_item {
  width: 32%;
}

.other_exh {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #fff3e8;

}

.other_exh h2,
.panf_exh h2 {
  font-size: 1.8em;
  text-align: center;
}

.other_exh_flex {
  margin-top: 20px;
}

.other_exh_flex a {
  display: block;
  width: 32%;
  color: #333;
}

.other_exh_flex div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.other_exh a div .other {
  margin-left: 5px;
  width: 16px;
  position: relative;
  top: -4px;
}

.panf_exh_flex {
  align-items: flex-end;
}

.panf_exh_flex img {
  max-width: 200px;
}

.panf_exh_flex ul {
  padding-left: 10px;
}

.panf_exh_flex div:nth-of-type(1) {
  width: 45%;
  display: flex;
  align-items: flex-end;
}

.panf_exh_flex div:nth-of-type(2) {
  width: 50%;
}

.panf_exh {
  background-color: #e8ffff;
  padding: 30px 0;
}

/* ブランドステージ */
.under_arrow img {
  width: 70px;
}

#cocktail .cont .section_sub_title {
  font-size: 1.6em;
}

.onayami_title {
  max-width: 600px;
  margin: 0 auto;
}

.cocktai_flex_item {
  width: 24%;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #ffefcc;
}

.coc_text {
  padding: 20px 10px;
  color: #eb6100;
  font-weight: 500;
}

.coc_image {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 30px 30px 0 0;
}

.cocktai_flex_item:nth-of-type(1) .coc_image {
  background-image: url('../../special_cocktail/common/img/onayami_01.jpg');
}

.cocktai_flex_item:nth-of-type(2) .coc_image {
  background-image: url('../../special_cocktail/common/img/onayami_02.jpg');
}

.cocktai_flex_item:nth-of-type(3) .coc_image {
  background-image: url('../../special_cocktail/common/img/onayami_03.jpg');
}

.cocktai_flex_item:nth-of-type(4) .coc_image {
  background-image: url('../../special_cocktail/common/img/onayami_04.jpg');
}

#cocktail .cont_2 .section_sub_title {
  color: #eb6100;
}

.cocktai_flex_02 {
  flex-wrap: wrap;
}

.cocktai_flex_item_02 {
  width: 33%;
}

.cocktai_flex_02 .cocktai_flex_item_02:nth-of-type(n+4) {
  margin-top: 20px;
}

.bar_text {
  color: #eb6100;
  font-weight: bold;
}

.bar_text b {
  color: #000;
  font-size: 1.1em;
}

.bar_image {
  margin-bottom: 10px;
}

.coc_p_01 img {
  width: 300px;
}

.coc_p_text {
  font-size: 1.4em;
  font-weight: bold;
}

.cocktai_flex_item_03:nth-of-type(1) .cont_3_item {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px dotted #333;
}

.cocktail_category {
  padding: 30px;
}

.cocktail_category_item {
  background-color: #eb6100;
  border-radius: 20px;
  width: 33%;
  text-align: center;
  font-size: 1.2em;
}

.cocktail_category_item:nth-of-type(2) {
  background-color: #228b22;
}

.cocktail_category_item:nth-of-type(3) {
  background-color: #8c2222;
}

.cocktail_category_item a {
  padding: 20px 10px;
  display: block;
  color: #fff;
}

.cocktail_category_item img {
  width: 30px;
  margin: 10px 0 0;
}

.cocktail_category_item img:nth-of-type(1) {
  margin: 0 0 10px;
}

#cocktail .cont_2 {
  background-color: #ffefcc;
  padding: 20px 10px;
  border-radius: 30px;
}


#cocktail_1,
#cocktail_2,
#cocktail_3 {
  margin-top: -140px;
  padding-top: 140px;
}

/* 東アジア */
#east_asia table tr th {
  text-align: left;
  padding: 5px;
  background-color: #ecd5ca;
}

#east_asia .cont_2 .table_outer {
  background-color: #ecd5ca;
}

.eastasia_box {
  padding: 20px;
  background-color: #ecd5ca;
}

.eastasia_box,
.eastasia_box .big_moji {
  font-size: 1.2em;
}

#east_asia .food_flex_03_item {
  width: 48%;
}

#east_asia .four_re_desc {
  font-size: 1.1em;
}

.big_orange {
  font-size: 1.4em;
  color: #c22112;
  display: inline-block;
  padding: 0 5px;
}

.merit_text .big_orange {
  font-size: 1.2em;
}




/* top */
/* logo_slider */
.t_overseas_buyer {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}


.t_overseas_buyer img {
  display: block;
  margin: 0 10px;
}

.t_overseas_buyer .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
    /* transform: translateX(-50%); */
  }
}

.logos {
  flex-shrink: 0;
}

.t_overseas_buyer ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.t_overseas_buyer ul li {
  display: inline-block;
}

.t_overseas_buyer ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.t_overseas_buyer ul li>a img {
  transition: 0.4s;
}

.t_overseas_buyer ul li>a img {
  max-width: 100% !important;
}

.t_overseas_buyer h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#overseas_buyer .base_flex {
  /* max-width: 740px; */
  margin: 0 auto;
}

#overseas_buyer .youtube,
.overseas_movie .youtube {
  width: 45%;
}

#overseas_buyer .youtube img {
  margin: 0;
  width: 16px;
  display: inline-block;
  position: relative;
  bottom: 5px;
}


/* visit/index.html */
#v_stage .cocktail__top .stage_title {
  background: linear-gradient(to bottom right, #eb6100, #ff9a00);
  margin: 40px 0 30px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  color: #fff;
}


.visiters_voice {
  max-width: 500px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff1e6;
  margin: 30px auto 0;
}

#application .visit_appli .visit-way_inner {
  min-height: 110px;
}

#application .visit_appli .visit-way_box:nth-child(2) {
  border: 1px solid #eb6100;
}

#application .visit_appli .visit-way_box:nth-child(2) .title__box_l {
  background-color: #AB391C;
}


#brand_stage .btn_01 a,
.t_overseas_buyer .btn_02 a {
  width: 45%;
  margin: 0 auto;
}

/* 海外バイヤーページ */
.overseas_ligo_flex {
  flex-wrap: wrap;
  margin-top: 30px;
}

.overseas_ligo_flex img {
  width: 300px;
  display: block;
  margin-top: 10px;
}



#overseas .btn_02 {
  max-width: 414px;
  margin: 0 auto;
}

#overseas .main_title {
  padding: 70px 0 0;
}

#overseas_movie {
  margin-top: -282px;
  padding-top: 282px;
}

.t_overseas_buyer_title {
  position: relative;
}

.t_overseas_buyer_title img {
  position: absolute;
  top: 0;
  right: 160px;
  display: block;
  width: 180px;
  transform: rotate(7deg);
}



@media screen and (max-width: 768px) {

  .base_flex,
  .panf_exh_flex div:nth-of-type(1) {
    flex-direction: column;
  }

  .section_title {
    font-size: 1.8em;
  }

  .section_title_2 {
    font-size: 1.5em;
    width: 95%;
  }

  .food_flex_01 .food_flex_item_01,
  .food_flex_02 img,
  .food_flex_03_item,
  .other_exh_flex a,
  .panf_exh_flex div,
  .food_flex_01 .food_flex_item_02,
  .panf_exh_flex div:nth-of-type(1),
  .panf_exh_flex div:nth-of-type(2) {
    width: 100%;
  }

  .food_flex_item_02 {
    margin-top: 10px;
  }

  .merit_title {
    font-size: 18px;
    padding: 0;
    margin-top: 20px;
  }

  .merit_text {
    flex-direction: column;
  }

  .cont_2 .big_moji {
    font-size: 16px;
  }

  .eastasia_box .big_moji {
    font-size: 1.2em;
  }

  .food_flex_02 img:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .other_exh_flex a:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .panf_exh_flex div:nth-of-type(1) {
    align-items: center;
    margin-top: 10px;
  }

  .panf_exh_flex div:nth-of-type(2),
  .food_flex_03_item:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .panf_exh_flex ul {
    margin-top: 10px;
    width: 100%;
  }

  .merit img {
    width: 60px;
  }

  #cocktail .section_sub_title,
  #cocktail .cont .section_sub_title {
    font-size: 1.2em;
  }

  .coc_p_text {
    font-size: 1.1em;
  }

  .cocktail_category_item,
  .cocktai_flex_item_02 {
    width: 100%;
  }

  .cocktai_flex_item {
    width: 49%;
  }

  .base_flex.cocktai_flex_01 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cocktail_category_item:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .cocktai_flex_item:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .cocktai_flex_item_02:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .cont_3_item .tx_right {
    font-size: 0.9em;
  }

  .cocktai_flex_item_03:nth-of-type(1) .cont_3_item:nth-of-type(1) {
    margin-top: 0;
  }

  #cocktail_1,
  #cocktail_2,
  #cocktail_3 {
    margin-top: -100px;
    padding-top: 100px;
  }

  /* top */
  .t_overseas_buyer ul img {
    width: 200px;
  }

  .top_semi_link_box .btn_01 {
    width: 100%;
  }

  .information_topic .mini_moji {
    line-height: 1.3;
    display: block;
  }

  #brand_stage .btn_01 {
    padding: 0 20px;
  }

  #brand_stage .btn_01 a {
    width: 100%;
  }

  .t_overseas_buyer {
    margin-top: -60px;
  }

  .t_overseas_buyer h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .base_flex.organiser_flex {
    flex-direction: row;
  }

  #overseas_buyer .youtube,
  .overseas_movie .youtube {
    width: 100%;
  }

  #overseas_buyer .youtube:nth-of-type(2),
  .overseas_movie .youtube:nth-of-type(2) {
    margin-top: 10px;
  }

  .base_flex.overseas_ligo_flex {
    align-items: center;
  }

  .t_overseas_buyer .btn_02 a {
    width: 100%;
    max-width: 335px;
  }

  .overseas_ligo_flex img.pc_only {
    display: none;
  }

  .t_overseas_buyer_title img {
    width: 110px;
    top: 20px;
    right: 0;
  }

  #overseas .main_title {
    padding: 90px 0 0;
  }

  /* 東アジア */
  #east_asia .food_flex_03_item {
    width: 100%;
  }

  #east_asia .food_flex_03_item:nth-of-type(2) {
    margin-top: 20px;
  }
}


#seminar .next_table_outline {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

#seminar .next_table_outline td {
  border: 1px solid #ccc;
  padding: 8px;
}

#seminar .next_table_outline td {
  width: auto;
}

/* 1カラム目のスタイル */
#seminar .next_table_outline td:first-child {
  width: 50px;
  background-color: #e0e0e0;
  text-align: center;
}

.bland_main_text {
  margin-top: 30px;
}

.bland_main_text .main_orange {
  font-size: 2.2rem;
}


.btn_bland_btn a {
  display: block;
  color: #fff;
  width: 300px;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  background-color: #B41D23;
}

.btn_bland_btn .btn_bland_btn_big {
  font-size: 1.2em;
  font-weight: bold;
}

.btn_bland_btn_flex {
  max-width: 700px;
  margin: 20px auto 0;
}

.btn_bland_btn_flex .btn_bland_btn:nth-of-type(2) a {
  background: linear-gradient(to top, #228b22, #b4ffb4);
}

.wagyu_title {
  margin: 30px auto 20px;
  color: #B41D23;
  text-align: center;
  font-size: 2.5rem;
}

.wagyu_title_02 {
  color: #B41D23;
}

.wagyu_flex_01_div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-size: 1.2em;
  width: calc(100% - 300px);
  box-sizing: border-box;
}

.cocktai_flex_02_v2 .bar_text {
  color: #0d0d1b;
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: 2px solid #eb6100;
  border-bottom: 2px solid #eb6100;
}

.cocktai_flex_02_v2 .cocktai_flex_item_02 {
  width: 16%;
}

.wagyu_main_visual {
  display: block;
  width: 300px;
}

#wagyu,
#tea {
  padding-bottom: 50px;
}

.wagyu_flex_01 {
  padding: 10px;
  background-color: #fba9ac;
  border-radius: 20px;
}

#wagyu .semi_link_box .btn_style02 {
  background-color: #B41D23;
  border-color: #B41D23;
}

#wagyu .semi_link_box .btn_style02:nth-of-type(2) {
  background-color: #eb6100;
  border-color: #eb6100;
}

.tea_title {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 2.5rem;
  color: #006400;
}

.tea_flex_01 {
  background-color: #c2ffc2;
  border-radius: 20px;
  padding: 10px;
}

.tea_flex_03 {
  width: 48%;
  align-items: flex-end;
}

.green_bar {
  margin-bottom: -15px;
  border-top: 2px solid #006400;
  border-bottom: 2px solid #006400;
  padding: 10px 0;
  display: block;
}

.tea_main_visual {
  display: block;
  max-width: 300px;
}

.tea_text_01 {
  min-width: 140px;
  padding-right: 10px;
}

#tea .semi_link_box .btn_style02 {
  background-color: #006400;
  border-color: #006400;
}

#tea .semi_link_box .btn_style02:nth-of-type(2) {
  background-color: #eb6100;
  border-color: #eb6100;
}

.youtube_flex {
  flex-wrap: wrap;
  justify-content: center;
}

.youtube_flex .youtube {
  margin: 20px;
}

.high_light {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

#wagyu .wagyu_flex_01 .big_moji {
  font-size: 1.2em;
}

.semi_flex_2p {
  display: flex;
  justify-content: space-between;
}

.semi_flex_3 {
  display: flex;
  justify-content: space-between;
}

.seminer-time {
  background-color: #cdffbe;
  font-size: 1.1em;
  margin: 20px;
  font-weight: bold;
  padding: 20px 10px;
}

.section_sub_title_02 {
  font-size: 2em;
  text-align: center;
}

/* .pavilion_title {
  color: #0000cd;
  margin: 30px auto 20px;
  text-align: center;
  font-size: 2.5rem;

} */

/* 20250821 */
.exhibit_items_02 {
  width: 32%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.exhibit_items_02:nth-of-type(1) {
  background-color: #3399ff;
}

.exhibit_items_02:nth-of-type(2) {
  background-color: #3399ff;
  ;
}

.exhibit_items_02:nth-of-type(3) {
  background-color: #3399ff;
}

.exhibit_items_02 a {
  color: #0d0d1b;
}

.exhibit_items_02 p b {
  font-size: 1.1em;
}

.exhibit_items_03 {
  display: block;
  margin: 0 auto;
  width: 60%;
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.exhibit_items_03:nth-of-type(1) {
  background-color: #3399ff;
}

.exhibit_items_03:nth-of-type(2) {
  background-color: #3399ff;
}

.exhibit_items_03:nth-of-type(3) {
  background-color: #3399ff;
}

.exhibit_items_03 a {
  color: #0d0d1b;
}

.exhibit_items_03 p b {
  font-size: 1.1em;
}

.exhibit_items_02 img {
  display: block;
  margin: 0 auto;
}

.exhibit_items_02 p {
  color: #fff;
  text-align: center;
}

.exhibit_items_03 img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 0 auto;
}

.exhibit_items_03 p {
  color: #fff;
  text-align: center;
}

.pavilion_items img {
  display: block;
  margin: 0 auto;
}

.exhibit_items_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  box-sizing: border-box;
  border-radius: 10px;
}

.exhibit_items_04 img {
  width: 32%;
  object-fit: cover;
  display: block;
}


.pavilion_title {
  color: black;
  margin: 30px auto 20px;
  text-align: center;
  font-size: 2.5rem
}

.pavilion_title .high_light {
  color: #0000cd
}

.flex_visit {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_visit img {
  display: flex;
}

.flex_visit dl {
  flex: 1;
  min-width: 250px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}

.flex_visit figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100px;
  background-color: #eb6100;
}

#event #kitchencar ul li {
  width: calc(50% - 1.5rem);
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

#event #kitchencar ul li figure img {
  border-radius: 0.5rem;
  width: 100%;
}

#event #kitchencar ul li div p {
  margin-top: 0.5rem;
  line-height: 1.4;
}

#event #kitchencar ul li h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: #ccc dotted 0.1rem;
}

#event #kitchencar>p {
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
}

#event #kitchencar ul li h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: #ccc dotted 0.1rem;
}

#event #kitchencar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#event #kitchencar ul li {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#event #kitchencar ul li figure img {
  border-radius: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #event #kitchencar ul li {
    width: 100%;
  }
}

#event #kitchencar ul li figure {
  overflow: hidden;
}

#event #kitchencar ul li figure img {
  width: 2000%;
  margin-left: -10%;
}


.exhibit-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 50px;
  justify-content: space-between
}

.exhibit-container>* {
  flex: 1 1 calc(20% - 20px);
  box-sizing: border-box;
  max-width: 1 1 calc(25% - 20px);
  height: 200px;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #c5c5c5;
  margin-top: 20px;
  aspect-ratio: 3 / 4;
}

.exhibit-container h3 {
  margin: 0 0 5px;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.exhibit-container p {
  margin: 0;
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.exhibit-container>*::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

.exhibit-container h3,
.exhibit-container p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.pickup_logo_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 10px;
}

.pickup_logo_flex a {
  flex: 0 0 calc(25% - 20px);
  max-width: 300px;
  box-sizing: border-box;
}

.pickup_logo_flex img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {}



@media screen and (max-width: 768px) {
  .base_flex.cocktai_flex_02_v2 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cocktai_flex_02_v2 .cocktai_flex_item_02 {
    width: 32%;
    margin-top: 0px;
  }

  .cocktai_flex_02_v2 .cocktai_flex_item_02:nth-of-type(n+4) {
    margin-top: 20px;
  }

  .wagyu_flex_01_div {
    padding: 0 0 10px 0;
  }

  .wagyu_flex_01 {
    align-items: center;
  }

  .tea_flex_03 {
    width: 100%;
    align-items: center;
  }

  .tea_text_01 {
    width: 100%;
    margin-bottom: 10px;
  }

}