@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

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

.col.reverse {
  flex-direction: column-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-1 {
    margin-left: 0;
  }
}

.col-offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-offset-2 {
    margin-left: 0;
  }
}

.col-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .col-offset-3 {
    margin-left: 0;
  }
}

.col-offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-4 {
    margin-left: 0;
  }
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

html {
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  position: relative;
  font-size: 100%;
  height: auto;
  overflow-x: hidden;
  background: #121212 !important;
  color: white;
}

main {
  margin: 0 !important;
}

img {
  display: block;
  max-width: 100%;
}

main {
  margin: 80px 0 0;
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1;
  }
}

.third01 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .third01 {
    order: 1;
  }
}

.third02 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .third02 {
    order: 3;
  }
}

.third03 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .third03 {
    order: 2;
  }
}

.inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .inline {
    display: inline-block !important;
  }
}

.readmore {
  display: inline;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #675852;
  text-decoration: underline dotted;
}

h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h4 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h5 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 0.03em !important;
  }
}

h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
    line-height: 1.75;
    font-size: 14px;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
  color: #272727;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 32px);
    padding: 0 !important;
  }
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.singlePage {
  padding: 80px 0;
}
.singlePage span {
  margin-bottom: 16px;
}
.singlePage h6 {
  font-size: clamp(24px, 2.4vw, 32px);
  border-bottom: 1px dotted #777;
  margin-bottom: 3rem;
  padding-bottom: 14px;
}
.singlePage .container {
  border-bottom: 1px dotted #777;
  min-height: 100vw;
  width: 100%;
  display: block;
}
.singlePage img {
  aspect-ratio: 16 / 9;
    height: auto;
}

.info_link {
  margin: 24px 0;
}
.info_link li {
  display: inline-block;
  margin: 0 24px;
}
.info_link li i {
  margin-right: 8px;
}
.info_link li a {
  color: white;
}
.info_link li a::after {
  content: "→";
  margin-left: 8px;
}
.info_link li a:hover {
  opacity: 0.5;
}

#top_nav {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  width: 100%;
  z-index: 999;
}

#global_nav {
  width: calc(100% - 16px);
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #global_nav {
    width: calc(100% - 16px);
    padding: 8px 0;
  }
}
#global_nav .logo {
  font-size: 20px;
  display: inline-block;
  justify-content: flex-start;
  position: relative;
  z-index: 9999;
}
#global_nav .logo img {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  #global_nav .logo img {
    margin-left: 0;
    width: 250px;
  }
}

.nav-button {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nav {
  margin: 0;
}
.nav li {
  display: inline-block;
  padding: 0 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 16px;
}
.nav li a {
  color: #fefefe;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.nav li a:hover {
  color: #036EB8;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nav-wrap {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 8888;
    background-color: rgba(250, 250, 250, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
        position:absolute;
	  top:50%;
	  left:50%;
	 transform: translate(-50%,-50%);
  }
  .nav-wrap .nav li {
    margin: 1.5em 0;
    text-align: center !important;
    margin: 0;
    padding: 0;
	display: block;
  }
  .nav-wrap .nav li a {
    color: #272727;
    font-size: 20px;
    position: relative;
    text-align: center !important;
    transition: all 0.3s ease;
    display: block;
    padding: 16px 0;
    margin: 0;
  }
  .nav-wrap .nav li a:hover {
    opacity:0.5;
  }
  .sp-nav {
    background: #0068B6;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 40px !important;
    margin-top: 120px;
  }
  .sp-nav h6 {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    margin: 1rem 0;
  }
  .sp-nav li {
    width: 33.3333333333% !important;
    border: 1px solid white;
  }
  .sp-nav li a {
    font-size: 14px !important;
    white-space: nowrap;
    color: white !important;
    letter-spacing: 0.01em;
  }
  .sp-nav li a i {
    display: block;
    font-size: 48px;
  }
  .sp-nav li:last-of-type {
    background: none !important;
    padding: 0 !important;
    border-radius: 0px !important;
    margin: 0 !important;
  }
  .sp-nav li:last-of-type i {
    margin-right: 0px !important;
    padding: 0 !important;
    border: none;
    transform: rotateZ(0deg);
  }
  .sp-nav li:last-of-type i:hover {
    transform: rotateZ(360deg);
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 9999;
    position: fixed;
    width: 32px;
    height: 22px;
    right: 16px;
    top: 32px;
  }
  .nav-button span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
    width: 80%;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
	  background-color: #272727;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
	  background-color: #272727;
  }
}
#main_visual {
  position: relative;
}
#main_visual .slide {
  position: relative;
  z-index: 0;
}
#main_visual .slide::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_visual .container-fluid {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_visual .container-fluid img {
  position: absolute;
  top: 50%;
  left: calc(16px + 2vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #main_visual .container-fluid img {
    width: 50%;
  }
}
#main_visual .information_one {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 24px 0 24px 16px;
}
#main_visual .information_one a {
  color: white;
}
#main_visual .information_one a span {
  margin-right: 8px;
}

#about_detile {
  padding: 8vw 0;
}
#about_detile h2 {
  font-size: clamp(20px, 2vw, 3.2vw);
  margin-bottom: 2vw;
}
#about_detile h2 span {
  font-size: 70%;
  display: block;
}
#about_detile p {
  white-space: pre-line;
}

#information {
  background: url(../img/2018yosakoi_001_tps-40.png) no-repeat;
  background-size: cover;
  padding: 8vw 0;
  position: relative;
  z-index: 0;
}
#information .bg_mask {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#information .container {
  position: relative;
  z-index: 3;
}
#information h5 {
  font-size: clamp(20px, 2vw, 64px);
}
#information h5 span {
  font-size: 16px;
  display: block;
}
#information ul {
  margin-top: 80px;
}
#information ul li {
  display: block;
  margin: 16px 0;
  padding: 16px 0;
  border-bottom: 1px solid #fefefe;
}
#information ul li a {
  color: white;
}
#information ul li a span {
  display: block;
  font-size: 14px;
  margin-bottom: 1.5rem;
}

#entry_detile {
  padding: 8vw 0;
}
#entry_detile h5 {
  font-size: clamp(20px, 2vw, 64px);
}
#entry_detile h5 span {
  font-size: 16px;
  display: block;
}

.tab {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  color: #272727 !important;
}

/* タブメニュー */
.tab__menu {
  display: flex;
  align-items: flex-end;
  /* メニューを下揃え */
  justify-content: flex-start;
  min-height: 50px;
  /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  list-style: none;
  width: 230px;
  padding: 8px 5px;
  /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #cdcdcd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
  /* アニメーション */
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #fefefe;
  padding: 12px 5px;
}

/* タブパネル */
.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 80px 16px;
}

.tab__panel-box001 {
  background-color: #fefefe;
  display: none;
}

.tab__panel-box002 {
  background-color: #fefefe;
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

#entry_detile h6 {
  font-size: 20px;
  margin: 1rem 0;
}
#entry_detile p {
  line-height: 1.75;
}

.tab__panel {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.tab__panel h6 {
  margin: 0.5rem;
  font-size: 20px;
}
.tab__panel h6 span {
  font-size: 80%;
}
.tab__panel h4 {
  margin: 1rem 0;
  font-size: 16px;
}
.tab__panel h5 {
  font-size: 20px !important;
}
.tab__panel p {
  margin: 0 !important;
}
.tab__panel p span {
  display: block;
}
.tab__panel ol li {
  line-height: 2.5;
  white-space: pre-line;
}
.tab__panel ol li span {
  display: block;
}
.tab__panel ol ol {
  margin-left: 16px;
  margin: 0;
}

.Social {
  padding: 8vw 0;
}
.Social h5 {
  font-size: clamp(20px, 2vw, 64px);
}
.Social h5 span {
  font-size: 16px;
  display: block;
}

.banner img {
  width: 70%;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
.banner img {
  width: 95%;
  margin: 80px auto;
}
}
footer {
  text-align: center;
}
footer h2 {
  font-size: clamp(24px, 2.4vw, 32px);
}
footer span {
  display: block;
  border-top: 1px solid #888;
  padding: 24px 0;
  margin: 40px 0 0;
}
footer p{
  color:white;
	text-decoration:none　!important;
}
footer a{
  color:white;
	text-decoration:none　!important;
}
.contact_Page {
  padding: 80px 0;
}
.contact_Page .page_title {
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
  text-transform: uppercase;
}
.contact_Page .page_title span {
  font-size: 50%;
  display: block;
}

#contact_form .container {
  max-width: 736px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}
#contact_form table {
  table-layout: fixed;
  width: 100%;
}
#contact_form table tr {
  margin: 16px 0;
  display: block;
}
#contact_form table tr th, #contact_form table tr td {
  display: block;
  margin: 1rem 0;
}
#contact_form table input {
  background: #f2f2f2;
  border: 1px solid #272727;
  border-radius: 6px;
  padding: 12px 8px;
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 16px 8px;
  margin: 8px 0;
  border: 1px solid #eee;
  border-radius: 6px;
}

select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 16px 8px;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
}

.wpcf7 input[type=submit] {
  max-width: 250px;
  padding: 16px 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #036EB8;
  transition: 0.3s;
  font-size: clamp(18px, 2.2vw, 20px);
  color: white;
  display: block;
  margin: 3rem auto;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 20px;
}

.wpcf7-submit:hover {
  background: yellow;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  color: #272727;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  outline: none;
  z-index: 666;
  margin: 0 32px;
  font-weight: 700;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    margin: 0 8px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.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: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 16px;
  background: white;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: black !important;
  font-size: 28px;
}

.slick-next {
  right: 16px;
  background: white;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: black !important;
  font-size: 28px;
}

/* 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;
  margin: 0 4px;
  width: 30px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  background: #E0E0E0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #E0E0E0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button::before {
  background: #F2C802 !important;
}

/* 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 {
  width: 100%;
  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;
}/*# sourceMappingURL=style.css.map */