@charset "UTF-8";
/* ------------------------------
   font
------------------------------ */
/* ------------------------------
   Content
------------------------------ */
/* ------------------------------
   Color
------------------------------ */
/* ------------------------------
   Breakpoint
------------------------------ */
/*! 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 {
  vertical-align: top;
  padding: 0;
}

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

/* ------------------------------
   global
------------------------------ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Europa", "Noto Sans JP", sans-serif;
  color: #005BA1;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contents_inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
}

.sp_br {
  display: none;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: 0.7s;
}
.fadeIn.is-show {
  opacity: 1;
}

@media screen and (max-width: 950px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .contents_inner {
    width: 85%;
  }
  .sp_br {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

p {
  line-height: 1.8;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

.sp_img {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
}
/* ------------------------------
    メインビジュアル
------------------------------ */
.mv_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  z-index: 2000;
}
.mv_fixed .nav {
  width: 150px;
}
.mv_fixed .nav ul {
  overflow: hidden;
}
.mv_fixed .nav ul li {
  float: right;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
  margin-left: 10px;
}
.mv_fixed .nav ul li:last-child {
  margin-left: 0;
}
.mv_fixed .nav ul li a {
  display: block;
  writing-mode: vertical-rl;
  padding: 20px 12px 47px;
  background-color: #fff;
  font-size: 1.6rem;
  position: relative;
}
.mv_fixed .nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/mv/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.mv_fixed .nav ul li a:hover {
  opacity: 1;
}
.mv_fixed .nav ul li a:hover:after {
  bottom: 17px;
}
.mv_fixed .btn_present {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 255px;
}
.mv_fixed .btn_present .btn {
  float: right;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.mv_fixed .btn_present .btn a {
  display: block;
  writing-mode: vertical-rl;
  background-color: #E88F83;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px 12px 47px;
  position: relative;
}
.mv_fixed .btn_present .btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/mv/arrow_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.mv_fixed .btn_present .btn a:hover {
  opacity: 1;
}
.mv_fixed .btn_present .btn a:hover:after {
  bottom: 17px;
}
.mv_fixed .btn_present .present {
  width: 200px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  padding: 15px 25px;
  float: right;
  margin-left: 10px;
}
.mv_fixed .btn_present .present .thumbnail {
  width: 100%;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 17px;
}
.mv_fixed .btn_present .present .thumbnail img {
  width: 100%;
  height: 100%;
}
.mv_fixed .btn_present .present .title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.mv_fixed .btn_present .present p {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.mainvisual {
  position: relative;
}
.mainvisual .main_img {
  width: 100%;
}
.mainvisual .mv_container {
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mainvisual .mv_container .mv_logo {
  width: 467px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
}
.mainvisual .mv_container .mv_logo h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.mainvisual .mv_container .mv_about {
  position: absolute;
  width: 290px;
  bottom: 130px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 10;
}
.mainvisual .mv_container .mv_about .date_time {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  margin-bottom: 5px;
}
.mainvisual .mv_container .mv_about .date_time .date {
  font-size: 6rem;
  width: 205px;
  float: left;
  position: relative;
}
.mainvisual .mv_container .mv_about .date_time .date span {
  background-color: #fff;
  color: #0089D2;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 2.4em;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainvisual .mv_container .mv_about .date_time .time {
  width: 80px;
  float: right;
  text-align: center;
  font-weight: 700;
  margin-top: 4px;
}
.mainvisual .mv_container .mv_about .date_time .time ul {
  position: relative;
}
.mainvisual .mv_container .mv_about .date_time .time ul li {
  font-size: 1.9rem;
}
.mainvisual .mv_container .mv_about .date_time .time ul li:first-child {
  margin-bottom: 15px;
}
.mainvisual .mv_container .mv_about .date_time .time ul:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url(../img/mv/time_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.mainvisual .mv_container .mv_about .place {
  text-align: center;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.mainvisual .mv_container .mv_about .place span {
  font-size: 1.4rem;
}
.mainvisual .mv_container .free {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #005BA1;
  right: 0;
  bottom: 63px;
  z-index: 1000;
  font-size: 2.6rem;
  line-height: 1.1;
  padding: 44px 0;
}
.mainvisual:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url(../img/global/boundary_item_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .mv_fixed {
    width: 90%;
  }
  .mv_fixed .nav {
    width: auto;
    display: inline-block;
  }
  .mv_fixed .nav ul li {
    display: inline-block;
    background-color: #fff;
    width: 35px;
  }
  .mv_fixed .nav ul li a {
    font-size: 1.3rem;
  }
  .mv_fixed .nav ul li a:hover:after {
    bottom: 20px;
  }
  .mv_fixed .btn_present {
    width: 50%;
    border-radius: 0 0 15px 15px;
  }
  .mv_fixed .btn_present .present {
    width: 62%;
    padding: 13px 15px;
  }
  .mv_fixed .btn_present .present .thumbnail {
    height: 14vw;
    margin-bottom: 10px;
  }
  .mv_fixed .btn_present .present .title {
    font-size: 1.22rem;
  }
  .mv_fixed .btn_present .present p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .mv_fixed .btn_present .btn {
    width: 35px;
    background-color: #E88F83;
  }
  .mv_fixed .btn_present .btn a {
    font-size: 1.3rem;
  }
  .mv_fixed .btn_present .btn a:hover:after {
    bottom: 20px;
  }
  .mainvisual .mv_container {
    width: 90%;
  }
  .mainvisual .mv_container .mv_logo {
    width: 65%;
    top: 22vh;
  }
  .mainvisual .mv_container .mv_about {
    bottom: 70px;
  }
  .mainvisual .mv_container .mv_about .date_time {
    width: 220px;
    margin: auto;
  }
  .mainvisual .mv_container .mv_about .date_time .date {
    font-size: 4.5rem;
    width: 152px;
  }
  .mainvisual .mv_container .mv_about .date_time .date span {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 2.4em;
  }
  .mainvisual .mv_container .mv_about .date_time .time {
    transform: scale(0.8);
    margin-top: -3px;
    width: 65px;
  }
  .mainvisual .mv_container .mv_about .place {
    font-size: 1.8rem;
  }
  .mainvisual .mv_container .free {
    width: 100px;
    height: 100px;
    font-size: 1.7rem;
    padding: 29px 0;
    bottom: -35px;
  }
}
.reservation_close {
  text-align: center;
  background-color: rgba(0, 91, 161, 0.1);
  width: 600px;
  border-radius: 20px;
  padding: 25px 0;
  margin: 0 auto 40px;
}
.reservation_close p {
  line-height: 1.5;
  font-size: 1.8rem;
}
.reservation_close p span {
  font-size: 2.2rem;
  display: inline-block;
  position: relative;
}
.reservation_close p span:before, .reservation_close p span:after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #005BA1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.reservation_close p span:before {
  left: -18px;
  transform: rotate(-35deg);
}
.reservation_close p span:after {
  right: -13px;
  transform: rotate(35deg);
}

.overview_sec .event_overview .reservation_close {
  margin: 30px auto 0;
}
.overview_sec .event_overview .reservation_close p {
  font-size: 1.6rem;
}
.overview_sec .event_overview .reservation_close p span {
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  .reservation_close {
    width: 100%;
    padding: 7vw 5vw;
  }
  .reservation_close p {
    font-size: 1.5rem;
  }
  .reservation_close p span {
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .reservation_close p span:before, .reservation_close p span:after {
    height: 45px;
  }
  .reservation_close p span:before {
    transform: rotate(-35deg);
  }
  .reservation_close p span:after {
    transform: rotate(35deg);
  }
  .overview_sec .event_overview .reservation_close {
    margin: 30px auto 0;
  }
  .overview_sec .event_overview .reservation_close p {
    font-size: 1.3rem;
  }
  .overview_sec .event_overview .reservation_close p span {
    font-size: 1.7rem;
  }
}
/* ------------------------------
    グローバルナビ
------------------------------ */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 2px solid #0089D2;
  z-index: 9999;
  display: none;
}
header .header_inner {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 16px 0;
}
header .header_inner .logo {
  width: 374px;
  float: left;
}
header .header_inner .nav_btn {
  width: 390px;
  float: right;
  overflow: hidden;
}
header .header_inner .nav_btn ul {
  display: flex;
  flex-wrap: wrap;
  width: 390px;
  float: left;
  padding: 5px 0;
}
header .header_inner .nav_btn ul li a {
  font-size: 1.6rem;
  display: block;
  padding: 10px;
}
header .header_inner .nav_btn .btn {
  width: 115px;
  border-radius: 100px;
  float: right;
  overflow: hidden;
}
header .header_inner .nav_btn .btn a {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 15px 0;
  background-color: #E88F83;
}

@media screen and (max-width: 834px) {
  header .header_inner {
    width: 90%;
    padding: 11px 0;
  }
  header .header_inner .logo {
    width: 85%;
    float: none;
    margin: 0 auto 3px;
  }
  header .header_inner .nav_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
  }
  header .header_inner .nav_btn ul {
    width: auto;
  }
  header .header_inner .nav_btn ul li a {
    font-size: 1.2rem;
    padding: 2px 6px;
  }
  header .header_inner .nav_btn ul li a span {
    display: none;
  }
  header .header_inner .nav_btn .btn {
    width: auto;
    margin-left: 8px;
  }
  header .header_inner .nav_btn .btn a {
    font-size: 1.2rem;
    padding: 7px 14px 8px;
  }
}
/* ------------------------------
    footer
------------------------------ */
.footer_container {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 50px 0 70px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .footer_container {
    width: 100%;
    font-size: 1.2rem;
  }
}
/* ------------------------------
    to top
------------------------------ */
.to_top_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 100px;
  border: 1.5px solid #005BA1;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: none;
  z-index: 8888;
}
.to_top_btn a {
  padding: 41px 15px 20px;
  text-align: center;
  line-height: 1;
  display: block;
}
.to_top_btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/mv/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.to_top_btn:hover a {
  opacity: 1;
}
.to_top_btn:hover a:before {
  top: 14px;
}

@media screen and (max-width: 834px) {
  .to_top_btn:hover a:before {
    top: 17px;
  }
}
/* ------------------------------
   来場予約ボタン
------------------------------ */
.reservation_btn {
  width: 280px;
  margin: auto;
  overflow: hidden;
  border-radius: 100px;
  background-color: #E88F83;
}
.reservation_btn a {
  color: #fff;
  display: block;
  position: relative;
  padding: 18px 20px;
  font-weight: 700;
}
.reservation_btn a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../img/global/arrow_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.reservation_btn a:hover {
  opacity: 1;
}
.reservation_btn a:hover:after {
  right: 16px;
}

@media screen and (max-width: 834px) {
  .reservation_btn {
    width: 240px;
  }
  .reservation_btn a:hover:after {
    right: 20px;
  }
}
/* ------------------------------
   メインビジュアル下
------------------------------ */
.main_text {
  width: 660px;
  margin: 0 auto 50px;
}
.main_text p {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.main_slider {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1);
  margin-bottom: 50px;
  overflow: hidden;
}
.main_slider .item {
  width: 210px;
  margin-right: 20px;
}
.main_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.main_text02 {
  width: 456px;
  margin: auto;
  position: relative;
}
.main_text02 p {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.main_text02:before, .main_text02:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #005BA1;
  width: 1px;
  height: 77px;
  top: -5px;
}
.main_text02:before {
  transform: rotate(25deg);
  left: -45px;
}
.main_text02:after {
  transform: rotate(-25deg);
  right: -45px;
}

@media screen and (max-width: 834px) {
  .main_slider {
    margin-left: -7.5vw;
  }
  .main_text {
    width: 100%;
    text-align: justify;
  }
  .main_text02 {
    width: 70%;
  }
  .main_text02 p {
    text-align: justify;
  }
  .main_text02:before {
    height: 85px;
    left: -30px;
  }
  .main_text02:after {
    height: 85px;
    right: -30px;
  }
}
/* ------------------------------
   開催概要
------------------------------ */
.overview_sec {
  background-image: url(../img/global/overview_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 280px 0 160px;
}
.overview_sec .event_overview {
  width: 880px;
  background-color: #fff;
  border-radius: 50px;
  margin: auto;
  position: relative;
  z-index: 1000;
  padding: 82px 40px 57px;
}
.overview_sec .event_overview h3 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.overview_sec .event_overview table {
  width: 100%;
}
.overview_sec .event_overview table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
}
.overview_sec .event_overview table tr th {
  width: 195px;
  padding: 23px 0;
}
.overview_sec .event_overview table tr td {
  padding: 23px 0;
}
.overview_sec .event_overview table tr td a {
  text-decoration: underline;
}
.overview_sec .event_overview table tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.overview_sec .event_overview .present {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.overview_sec .event_overview .present .thumbnail {
  width: 160px;
  height: 87px;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.overview_sec .event_overview .present .thumbnail img {
  width: 100%;
  height: 100%;
}
.overview_sec .event_overview .present .text {
  width: 605px;
  float: right;
}
.overview_sec .event_overview .present .text .title {
  font-size: 2.5rem;
  margin-bottom: 7px;
}
.overview_sec .event_overview .present .text p {
  font-size: 1.6rem;
  line-height: 1.3;
}
.overview_sec .event_overview .present.present02 .text {
  width: 100%;
}
.overview_sec .event_overview .reservation_btn {
  margin-top: 27px;
}
.overview_sec .event_overview:before {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 177px;
  background-image: url(../img/global/overview_item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -125px;
  right: 0;
  left: 0;
  margin: auto;
}
.overview_sec:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 0;
}
.overview_sec:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .overview_sec {
    padding: 140px 0 85px;
  }
  .overview_sec .event_overview {
    width: 90%;
    padding: 65px 30px 50px;
  }
  .overview_sec .event_overview table tr th {
    display: block;
    padding: 20px 0 15px;
  }
  .overview_sec .event_overview table tr td {
    display: block;
    padding: 0 0 20px;
  }
  .overview_sec .event_overview:before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .overview_sec .event_overview .present .thumbnail {
    margin-bottom: 10px;
  }
  .overview_sec .event_overview .present .text {
    width: 100%;
  }
  .overview_sec .event_overview .present .text .title {
    font-size: 2.2rem;
  }
}
/* ------------------------------
   会場でできること
------------------------------ */
.cando_titile {
  margin-top: 10px;
  margin-bottom: 50px;
}
.cando_titile h2 {
  text-align: center;
  font-size: 3.2rem;
}

.cando_contents {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.cando_contents .head {
  padding: 45px 35px 45px 244px;
  position: relative;
}
.cando_contents .head .icon {
  width: 209px;
  height: 145px;
  text-align: center;
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cando_contents .head .icon img {
  width: auto;
  height: 100%;
}
.cando_contents .head .title {
  margin-bottom: 15px;
}
.cando_contents .head .title h3 {
  font-size: 2.6rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.cando_contents .head .title p {
  font-size: 1.6rem;
  font-weight: 600;
}
.cando_contents .head .open_btn {
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  padding: 12px 40px 12px 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}
.cando_contents .head .open_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid rgb(0, 0, 0);
  border-right: 1.5px solid rgb(0, 0, 0);
  border-top: 1.5px solid rgba(0, 0, 0, 0);
  border-left: 1.5px solid rgba(0, 0, 0, 0);
  transform: rotate(45deg);
  right: 17px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.cando_contents .head .open_btn.open:after {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  border-right: 1.5px solid rgba(0, 0, 0, 0);
  border-top: 1.5px solid rgb(0, 0, 0);
  border-left: 1.5px solid rgb(0, 0, 0);
  top: 0;
  bottom: -3px;
}
.cando_contents .contents {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.cando_contents .contents .planner_list {
  display: flex;
  flex-wrap: wrap;
}
.cando_contents .contents .planner_list .item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  width: 287px;
  margin-right: 28px;
  margin-bottom: 28px;
}
.cando_contents .contents .planner_list .item .head {
  padding: 0 0 0 66px;
  position: relative;
  margin-bottom: 26px;
  height: 52px;
}
.cando_contents .contents .planner_list .item .head .icon {
  width: 55px;
  height: 55px;
  left: 0;
}
.cando_contents .contents .planner_list .item .head h4 {
  font-size: 2rem;
  font-weight: 500;
}
.cando_contents .contents .planner_list .item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cando_contents .contents .planner_list .item:nth-child(3) .head h4, .cando_contents .contents .planner_list .item:nth-child(5) .head h4, .cando_contents .contents .planner_list .item:nth-child(6) .head h4 {
  padding: 13px 0;
}
.cando_contents .contents .planner_list .item:nth-child(3n) {
  margin-right: 0;
}
.cando_contents .contents .planner_list .item:nth-child(4), .cando_contents .contents .planner_list .item:nth-child(5), .cando_contents .contents .planner_list .item:nth-child(6) {
  margin-bottom: 0;
}
.cando_contents .contents .region_cat {
  font-size: 2.6rem;
  font-weight: 600;
  padding-top: 157px;
  width: 888px;
  margin: -157px auto 48px;
}
.cando_contents .contents .region_list {
  display: flex;
  flex-wrap: wrap;
  width: 888px;
  margin: 0 auto 50px;
}
.cando_contents .contents .region_list .item {
  width: 420px;
  margin-right: 48px;
  margin-bottom: 48px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cando_contents .contents .region_list .item:nth-child(2n) {
  margin-right: 0;
}
.cando_contents .contents .region_list .other_item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 48px;
}
.cando_contents .contents .region_list .other_item .thumbnail {
  width: 336px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cando_contents .contents .region_list .other_item .thumbnail img {
  width: 100%;
  height: 100%;
}
.cando_contents .contents .region_list .other_item .text {
  width: 490px;
  float: right;
}
.cando_contents .contents .region_list .other_item .text .name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.cando_contents .contents .region_list .other_item .text p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.cando_contents .contents .region_list:last-child {
  margin-bottom: 0;
}
.cando_contents .contents .region_list:last-child .other_item:last-child {
  margin-bottom: 0;
}
.cando_contents .contents .job_live_cat {
  font-size: 2.6rem;
  margin-bottom: 38px;
  font-weight: 400;
  padding-top: 15px;
}
.cando_contents .contents .job_live_item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 45px;
  margin-bottom: 38px;
}
.cando_contents .contents .job_live_item h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 26px;
}
.cando_contents .contents .job_live_item p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cando_contents .contents .job_live_item:last-child {
  margin-bottom: 0;
}
.cando_contents.planner {
  background-color: #F4F8ED;
  color: #008F52;
}
.cando_contents.region {
  background-color: #FDF2F2;
}
.cando_contents.region .contents {
  border-top: none;
}
.cando_contents.job_live {
  background-color: #EFF7F9;
}
.cando_contents.job_live .contents {
  padding: 40px 56px;
}
.cando_contents .anc_nav {
  background-color: #fff;
  width: 997px;
  padding: 25px 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 82px;
  display: none;
}
.cando_contents .anc_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.cando_contents .anc_nav ul li {
  margin-right: 26px;
}
.cando_contents .anc_nav ul li a {
  font-size: 1.6rem;
  padding-right: 17px;
  position: relative;
}
.cando_contents .anc_nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid #005BA1;
  border-right: 1.5px solid #005BA1;
  transform: rotate(45deg);
  right: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
}
.cando_contents .anc_nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .cando_contents .head {
    padding: 30px 30px 40px;
  }
  .cando_contents .head .icon {
    position: static;
    height: 100px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .cando_contents .head .title h3 {
    font-size: 2rem;
  }
  .cando_contents .head .title p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .cando_contents .contents {
    padding: 30px;
  }
  .cando_contents .contents .planner_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cando_contents .contents .planner_list .item .head .icon {
    position: absolute;
    margin-bottom: 0;
  }
  .cando_contents .contents .planner_list .item .head h4 {
    font-size: 1.8rem;
  }
  .cando_contents .contents .planner_list .item:nth-child(4), .cando_contents .contents .planner_list .item:nth-child(5) {
    margin-bottom: 20px;
  }
  .cando_contents .contents .region_list {
    width: 100%;
  }
  .cando_contents .contents .region_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cando_contents .contents .region_list .other_item .thumbnail {
    width: 100%;
    height: 40vw;
    margin-bottom: 13px;
  }
  .cando_contents .contents .region_list .other_item .text {
    width: 100%;
  }
  .cando_contents .contents .region_list .other_item .text .name {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .cando_contents .contents .region_list .other_item .text p {
    font-size: 1.3rem;
    text-align: justify;
  }
  .cando_contents .contents .region_cat {
    width: 100%;
    font-size: 2rem;
  }
  .cando_contents .contents .job_live_cat {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .cando_contents .contents .job_live_item {
    padding: 20px 25px;
  }
  .cando_contents .contents .job_live_item h4 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .cando_contents .contents .job_live_item p {
    font-size: 1.3rem;
    text-align: justify;
  }
  .cando_contents.job_live .contents {
    padding: 30px;
  }
  .cando_contents .anc_nav {
    width: 100%;
    padding: 15px 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cando_contents .anc_nav:-webkit-scrollbar {
    display: none;
  }
  .cando_contents .anc_nav ul {
    width: 440px;
  }
  .cando_contents .anc_nav ul li a {
    font-size: 1.3rem;
  }
}
/* ------------------------------
   セミナー紹介
------------------------------ */
.sec_title {
  text-align: center;
  margin-bottom: 70px;
}
.sec_title h2 {
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.sec_title h2 span {
  font-size: 2.6rem;
  font-family: "Europa", "Noto Sans JP", sans-serif;
}

.seminar_sec {
  background-color: #FEECEC;
  padding: 273px 0 300px;
  position: relative;
}
.seminar_sec .contents_inner {
  z-index: 1000;
  position: relative;
}
.seminar_sec .seminar_item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.seminar_sec .seminar_item .thumbnail {
  width: 294px;
  height: 278px;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 37px;
}
.seminar_sec .seminar_item .thumbnail img {
  width: 100%;
  height: 100%;
}
.seminar_sec .seminar_item .contents {
  width: 668px;
  position: relative;
}
.seminar_sec .seminar_item .contents h4 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 44px;
  padding-top: 10px;
}
.seminar_sec .seminar_item .contents .cat {
  font-size: 2.6rem;
  font-weight: 600;
}
.seminar_sec .seminar_item .contents .detail_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 276px;
  margin: auto;
  overflow: hidden;
  border-radius: 100px;
  background-color: #E88F83;
}
.seminar_sec .seminar_item .contents .detail_btn a {
  color: #fff;
  display: block;
  position: relative;
  padding: 18px 20px;
  font-weight: 700;
}
.seminar_sec .seminar_item .contents .detail_btn a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../img/global/arrow_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.seminar_sec .seminar_item .contents .detail_btn:hover a {
  opacity: 1;
}
.seminar_sec .seminar_item .contents .detail_btn:hover a:after {
  right: 17px;
}
.seminar_sec .seminar_item .contents .detail_btn.comingsoon {
  width: 345px;
}
.seminar_sec .seminar_item .contents .detail_btn.comingsoon:hover a:after {
  right: 20px;
}
.seminar_sec .seminar_item:last-child {
  margin-bottom: 0;
}
.seminar_sec:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 0;
}
.seminar_sec:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .sec_title h2 {
    font-size: 3.5rem;
  }
  .sec_title h2 span {
    font-size: 1.6rem;
  }
  .seminar_sec {
    padding: 60px 0 55px;
  }
  .seminar_sec .seminar_item .thumbnail {
    width: 100%;
    height: 78vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .seminar_sec .seminar_item .contents h4 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .seminar_sec .seminar_item .contents .cat {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .seminar_sec .seminar_item .contents .detail_btn {
    position: static;
    width: 100%;
  }
  .seminar_sec .seminar_item .contents .detail_btn.comingsoon {
    width: 95%;
  }
  .seminar_sec .seminar_item .contents .detail_btn.comingsoon a {
    font-size: 1.55rem;
  }
}
/* ------------------------------
   ワークショップ
------------------------------ */
.workshop_sec {
  background-color: #E1F3EC;
  padding: 273px 0 300px;
  position: relative;
}
.workshop_sec .workshop_item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: relative;
  margin-bottom: 47px;
}
.workshop_sec .workshop_item .about {
  padding: 40px 35px;
  overflow: hidden;
}
.workshop_sec .workshop_item .about .thumbnail {
  width: 247px;
  height: 268px;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.workshop_sec .workshop_item .about .thumbnail img {
  width: 100%;
  height: 100%;
}
.workshop_sec .workshop_item .about .contents {
  width: 638px;
  float: right;
}
.workshop_sec .workshop_item .about .contents h4 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.workshop_sec .workshop_item .about .contents table {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.workshop_sec .workshop_item .about .contents table tr th {
  width: 97px;
  padding-bottom: 20px;
}
.workshop_sec .workshop_item .about .contents table tr td {
  padding-bottom: 20px;
}
.workshop_sec .workshop_item .about .contents .open_btn {
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  padding: 12px 40px 12px 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}
.workshop_sec .workshop_item .about .contents .open_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid rgb(0, 0, 0);
  border-right: 1.5px solid rgb(0, 0, 0);
  border-top: 1.5px solid rgba(0, 0, 0, 0);
  border-left: 1.5px solid rgba(0, 0, 0, 0);
  transform: rotate(45deg);
  right: 17px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.workshop_sec .workshop_item .about .contents .open_btn.open:after {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  border-right: 1.5px solid rgba(0, 0, 0, 0);
  border-top: 1.5px solid rgb(0, 0, 0);
  border-left: 1.5px solid rgb(0, 0, 0);
  top: 0;
  bottom: -3px;
}
.workshop_sec .workshop_item .about .contents .reservation_btn {
  margin: 0 0 50px;
}
.workshop_sec .workshop_item .detail {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 65px 35px;
  display: none;
}
.workshop_sec .workshop_item .detail p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.workshop_sec .workshop_item .detail p.comingsoon {
  text-align: center;
  font-size: 3rem;
  opacity: 0.4;
}
.workshop_sec .workshop_item .detail p.reservation_text {
  text-align: center;
  padding-top: 15px;
}
.workshop_sec .workshop_item .detail p a {
  text-decoration: underline;
}
.workshop_sec .workshop_item .detail .img_list {
  display: flex;
  flex-wrap: wrap;
}
.workshop_sec .workshop_item .detail .img_list .item {
  width: 214px;
  height: 157px;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 21px;
}
.workshop_sec .workshop_item .detail .img_list .item img {
  width: 100%;
  height: 100%;
}
.workshop_sec .workshop_item .detail .img_list .item:last-child {
  margin-right: 0;
}
.workshop_sec .workshop_item .detail .reservation_btn {
  margin-top: 55px;
}
.workshop_sec .workshop_item:last-child {
  margin-bottom: 0;
}
.workshop_sec:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 0;
}
.workshop_sec:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  background-image: url(../img/global/boundary_item_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .workshop_sec {
    padding: 60px 0 55px;
  }
  .workshop_sec .workshop_item .about {
    padding: 34px 30px;
  }
  .workshop_sec .workshop_item .about .thumbnail {
    width: 100%;
    height: 45vw;
    margin-bottom: 25px;
  }
  .workshop_sec .workshop_item .about .contents {
    width: 100%;
  }
  .workshop_sec .workshop_item .about .contents h4 {
    font-size: 2rem;
  }
  .workshop_sec .workshop_item .about .contents table tr th {
    display: block;
    padding: 5px 0;
  }
  .workshop_sec .workshop_item .about .contents table tr td {
    display: block;
    padding: 0 0 10px;
  }
  .workshop_sec .workshop_item .about .contents .reservation_btn {
    width: 100%;
  }
  .workshop_sec .workshop_item .detail {
    padding: 35px 30px;
  }
  .workshop_sec .workshop_item .detail p.comingsoon {
    font-size: 2.5rem;
    margin-top: 15px;
  }
  .workshop_sec .workshop_item .detail .img_list .item {
    width: 47.5%;
    height: 23vw;
    margin-right: 5%;
  }
  .workshop_sec .workshop_item .detail .img_list .item:nth-child(2n) {
    margin-right: 0;
  }
}
/* ------------------------------
   参加者の声
------------------------------ */
.voice_sec {
  padding: 30px 0;
}
.voice_sec .voice_slider {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1);
  overflow: hidden;
}
.voice_sec .voice_slider .voice_item {
  width: 250px;
  height: auto;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 20px 30px;
  margin: 0 20px;
}
.voice_sec .voice_slider .voice_item .head {
  padding-left: 64px;
  position: relative;
  margin-bottom: 26px;
}
.voice_sec .voice_slider .voice_item .head .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.voice_sec .voice_slider .voice_item .head .icon img {
  width: 100%;
  height: 100%;
}
.voice_sec .voice_slider .voice_item .head .name {
  font-size: 2.1rem;
  padding: 10px 0;
}
.voice_sec .voice_slider .voice_item .contents p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .voice_sec .voice_slider {
    margin-left: -7.5vw;
  }
  .voice_sec .voice_slider .voice_item {
    width: 220px;
    margin: 0 10px;
  }
  .voice_sec .voice_slider .voice_item .head {
    margin-bottom: 15px;
  }
  .voice_sec .voice_slider .voice_item .head .name {
    line-height: 1.4;
  }
  .voice_sec .voice_slider .voice_item .contents p {
    font-size: 1.4rem;
  }
}
#anc03 {
  padding-top: 50px;
  margin-top: -50px;
}
#anc03 .sec_title {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */