@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #192751;
  font-size: 1.8rem;
  line-height: 1.61111;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

.bold, strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.contents {
  position: relative;
}

.innerWrap {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1430px) {
  .innerWrap {
    padding: 0 15px;
  }
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1130px) {
  .w1100 {
    padding: 0 15px;
  }
}

/*-------------------------
fadeIn
-------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1.5s;
  transform: translate(0, 20%);
}

.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
page_ttl
-------------------------*/
#page_ttl {
  text-align: center;
  background: url(../img/ttl_bg.png) no-repeat center top;
  background-size: cover;
  min-height: 412px;
  padding-top: 100px;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #page_ttl {
    background-image: url(../img/sp/ttl_bg.png);
    min-height: 175px;
    padding: 60px 15px 65px;
  }
}

#page_ttl h1 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page_ttl h1 {
    font-size: 2.8rem;
  }
}

/*-------------------------
  hd
-------------------------*/
.hd01 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 7px solid #192751;
  padding-left: 30px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 2.7rem;
    border-left-width: 3px;
    padding-left: 14px;
    margin-bottom: 30px;
  }
}

.hd02 {
  background: #192751;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  padding: 11px 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 2rem;
    padding: 8px 15px;
  }
}

/*-------------------------
youtube
-------------------------*/
.youtube {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------
  btn
-------------------------*/
/* 通常ボタン */
.btn01,
.wp-block-button {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.btn01 .btn_inner,
.btn01 .wp-block-button__link,
.wp-block-button .btn_inner,
.wp-block-button .wp-block-button__link {
  position: relative;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  min-height: 80px;
  box-sizing: border-box;
  min-width: 400px;
  color: #192751;
  border: 1px solid #192751;
  padding: 10px;
  border-radius: 0;
  transition: all 0.25s linear;
  font-weight: 700;
  /*&:before{
			content: '';
			@include absolute;
			z-index: -1;
			background: #fff;
		}*/
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner,
  .btn01 .wp-block-button__link,
  .wp-block-button .btn_inner,
  .wp-block-button .wp-block-button__link {
    font-size: 1.8rem;
    min-height: 60px;
    min-width: 280px;
  }
}

.btn01 .btn_inner:after,
.btn01 .wp-block-button__link:after,
.wp-block-button .btn_inner:after,
.wp-block-button .wp-block-button__link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #192751;
  transition: all 0.25s linear;
}

.btn01 .btn_inner:hover,
.btn01 .wp-block-button__link:hover,
.wp-block-button .btn_inner:hover,
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
}

.btn01 .btn_inner:hover:after,
.btn01 .wp-block-button__link:hover:after,
.wp-block-button .btn_inner:hover:after,
.wp-block-button .wp-block-button__link:hover:after {
  right: 0;
}

.btn01 span,
.wp-block-button span {
  position: relative;
  display: inline-block;
}

.btn02,
.speaker_box .wp-block-button {
  text-align: center;
}

.btn02 .btn_inner,
.btn02 .wp-block-button__link,
.speaker_box .wp-block-button .btn_inner,
.speaker_box .wp-block-button .wp-block-button__link {
  color: #192751;
  border: 1px solid #192751;
  background: #ffff;
  line-height: 1.3;
  font-size: 1.3rem;
  border-radius: 8px;
  display: inline-flex;
  text-decoration: none;
  padding: 5px 12px;
}

.btn02 .btn_inner:hover,
.btn02 .wp-block-button__link:hover,
.speaker_box .wp-block-button .btn_inner:hover,
.speaker_box .wp-block-button .wp-block-button__link:hover {
  opacity: 1;
  color: #fff;
  background: #192751;
}

.btn02 .wp-block-button__link,
.speaker_box .wp-block-button .wp-block-button__link {
  min-width: inherit;
  min-height: inherit;
}

/*-------------------------
breadcrumbs
-------------------------*/
#breadcrumbs {
  line-height: 1.2;
  margin-bottom: 45px;
  font-size: 1.7rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 1.4rem;
  }
}

#breadcrumbs .innerWrap {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .innerWrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

#breadcrumbs .breadcrumbs_list {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list {
    white-space: nowrap;
  }
}

#breadcrumbs .breadcrumbs_list a {
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:not(:last-of-type):after {
  content: ">";
  display: inline;
}

#breadcrumbs .breadcrumbs_list li.parent {
  color: #fff;
  background: #192751;
  padding: 1px 5px;
  margin-right: 5px;
}

#breadcrumbs .breadcrumbs_list li.parent:after {
  content: none;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/*-------------------------
FAQ
-------------------------*/
.faq_list .faq_q {
  position: relative;
}

.faq_list .faq_q .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_list .faq_q .btn span {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}

.faq_list .faq_q .btn span:before, .faq_list .faq_q .btn span:after {
  content: "";
  display: block;
  background: #192751;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.25s linear;
}

.faq_list .faq_q .btn span:after {
  transform: rotate(90deg);
}

.faq_list .faq_q.active .btn span:after {
  transform: rotate(0deg);
  margin-top: -1px;
}

.faq_list .faq_a {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 240px;
  line-height: 1;
  background: url(../img/logo.png) no-repeat left top;
  background-size: 100% auto;
  transition: all 0.25s linear;
}

#header .logo:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #header .logo {
    /*width: 165px;
			height: 240px;*/
    width: 70px;
    height: 105px;
  }
}

#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .logo.logo65 {
  top: 245px;
  left: 12px;
  width: 142px;
  height: 118px;
  display: none;
  background-image: url(../img/logo65.png);
}

@media only screen and (max-width: 767px) {
  #header .logo.logo65 {
    display: none !important;
  }
}

#header #header_nav {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 4px solid #BC9F61;
  padding: 3px 65px 3px 190px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

@media only screen and (max-width: 1580px) {
  #header #header_nav {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #header #header_nav {
    background: #fff;
    min-height: 54px;
    padding: 5px 60px 5px 90px;
  }
}

#header #header_nav .sns {
  display: flex;
  align-items: center;
}

#header #header_nav .sns li {
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  #header #header_nav .sns li {
    margin-right: 10px;
  }
}

#header #header_nav .sns img {
  width: auto;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  #header #header_nav .sns img {
    height: 30px;
  }
}

#header .nav_wrap {
  display: flex;
  align-items: center;
}

#header .nav_wrap .menu {
  height: 100%;
  display: flex;
  line-height: 1.3;
}

#header .nav_wrap .menu > li {
  margin-left: 50px;
  position: relative;
}

@media only screen and (max-width: 1580px) {
  #header .nav_wrap .menu > li {
    margin-left: 17px;
  }
}

#header .nav_wrap .menu > li:last-of-type {
  margin-right: 0;
}

#header .nav_wrap .parent {
  font-size: 1.7rem;
  font-weight: 700;
  padding-right: 18px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.25s linear;
  white-space: nowrap;
}

#header .nav_wrap .parent:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 1370px) {
  #header .nav_wrap .parent {
    white-space: inherit;
  }
}

#header .nav_wrap .parent:hover {
  cursor: pointer;
}

#header .nav_wrap .parent:before, #header .nav_wrap .parent:after {
  content: "";
  display: block;
  position: absolute;
}

#header .nav_wrap .parent:after {
  width: 10px;
  height: 7px;
  background: url(../img/ico_arrow01.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.25s linear;
}

#header .nav_wrap .parent:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #BC9F61 transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

#header .nav_wrap .child {
  display: none;
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid #BC9F61;
  border-top: none;
  z-index: 1;
}

#header .nav_wrap .child li {
  border-bottom: 1px dashed #BC9F61;
}

#header .nav_wrap .child li:last-of-type {
  border-bottom: none;
}

#header .nav_wrap .child li a {
  display: block;
  font-size: 1.5rem;
  padding: 7px 23px;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.25s linear;
}

#header .nav_wrap .child li a:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #BC9F61;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s linear;
}

#header .nav_wrap .child li a:hover:before {
  opacity: 1;
}

#header .nav_wrap .child li a:hover {
  background: #fff;
}

#header .nav_wrap li:last-of-type .child {
  transform: none;
  left: auto;
  right: -15px;
}

#header .nav_wrap li.open .parent:after {
  transform: translateY(-50%) rotate(-180deg);
}

#header .nav_wrap li.open .parent:before {
  opacity: 1;
}

/*-------------------------
トップ
-------------------------*/
@media only screen and (max-width: 767px) {
  body.home #header .logo {
    width: 120px;
    height: 175px;
  }
}

body.home #header .logo.logo65 {
  display: block;
}

@media only screen and (max-width: 767px) {
  body.home #header #header_nav {
    padding-right: 135px;
    padding-left: 130px;
  }
}

/*-------------------------
追従時
-------------------------*/
@media only screen and (min-width: 768px) {
  #header.fixed {
    position: fixed;
  }
  #header.fixed .logo {
    background-image: url(../img/logo_fix.png);
    width: 121px;
    height: 80px;
  }
  #header.fixed .logo.logo65 {
    top: 83px;
    left: 7px;
    width: 106px;
    height: 24px;
    background-image: url(../img/logo65_s.png);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  margin-top: 90px;
  border-top: 4px solid #BC9F61;
  background: #192751;
  color: #fff;
  font-weight: 700;
  padding: 84px 20px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 50px;
    padding: 25px 15px 40px;
    font-size: 1.3rem;
  }
}

#footer .logo65 {
  width: 218px;
  position: absolute;
  right: 104px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s linear;
}

@media only screen and (max-width: 1160px) {
  #footer .logo65 {
    right: 30px;
    bottom: 20px;
    top: auto;
    transform: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #footer .logo65 {
    width: 105px;
    bottom: 5px;
    right: 10px;
  }
}

#footer .logo65 img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  display: none;
}

@media only screen and (max-width: 1220px) {
  .menuBtn {
    display: block;
    position: fixed;
    top: -1px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menuBtn {
    top: 0;
  }
}

@media only screen and (max-width: 1220px) {
  #header .nav_wrap {
    display: none;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 48px;
  height: 48px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.85);
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  #spMenuBtn {
    background: none;
  }
}

#spMenuBtn .spMenuBtn_bar {
  width: 28px;
  height: 24px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 4px;
  background-color: #192751;
  border-radius: 50px;
}

#spMenuBtn.open {
  background: none;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 4px;
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
  display: none;
}

#spMenuOverlay.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: url(../img/sp/menu_bg.png) no-repeat center top;
  background-size: cover;
  padding: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  opacity: 1;
  pointer-events: inherit;
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 85px 50px 40px;
}

@media only screen and (max-width: 365px) {
  #spMenu .spMenu_innerWrap {
    padding: 55px 40px 40px;
  }
}

#spMenu .spMenu_inner {
  width: 100%;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
}

#spMenu .spMenu_inner .menu > li {
  margin-bottom: 15px;
}

#spMenu .spMenu_inner .menu > li:last-of-type {
  margin-bottom: 0;
}

#spMenu .spMenu_inner .parent {
  font-weight: 700;
  font-size: 2rem;
  padding-right: 18px;
  display: inline-block;
  position: relative;
}

#spMenu .spMenu_inner .parent:after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/ico_arrow02.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.25s linear;
}

#spMenu .spMenu_inner .parent.active:after {
  transform: translateY(-50%) rotate(-180deg);
}

#spMenu .spMenu_inner .child {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 23px;
  padding-top: 8px;
  display: none;
}

#spMenu .spMenu_inner .child li {
  margin-bottom: 5px;
}

#spMenu .spMenu_inner .child li a {
  display: block;
  padding: 3px 0;
}

#closeBtn {
  z-index: 9999999;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
}

#closeBtn .closeBtn_bar {
  position: relative;
  width: 22px;
  height: 22px;
}

#closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  content: '';
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#closeBtn .closeBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#closeBtn .closeBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#closeBtn .closeBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-pagination {
  width: 100%;
  line-height: 1;
  bottom: 32px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #707070;
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
  margin: 0 7px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #27AECD;
  border-color: #27AECD;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_contents {
  padding-bottom: 80px;
}

#main_contents .main_innerWrap {
  background: #fff;
  max-width: 1280px;
  margin: -170px auto 0;
  border-top: 4px solid #BC9F61;
  padding-top: 38px;
}

@media only screen and (max-width: 767px) {
  #main_contents .main_innerWrap {
    padding-top: 30px;
    margin: -50px 15px 0 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
ログイン時
-------------------------*/
.logged-in #header {
  top: 0;
}

.logged-in .menuBtn {
  top: 45px !important;
}

.admin-bar #header.fixed {
  top: 32px;
}

@media only screen and (max-width: 767px) {
  .admin-bar #header.fixed {
    top: 0;
  }
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 190px 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #notfound {
    padding: 120px 20px 90px;
  }
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #notfound .caption {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

#notfound .btn01 {
  justify-content: center;
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-top: 60px;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border: 1px solid #192751;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #192751;
  border-right: 1px solid #192751;
  transform: rotate(-45deg);
  margin: auto 0;
}

.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  left: 50%;
  margin-left: -5px;
}

.wp-pagenavi .previouspostslink {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #192751;
  border-right: 1px solid #192751;
  transform: rotate(-45deg);
  margin: auto 0;
  transform: rotate(135deg);
}

.wp-pagenavi .previouspostslink:after {
  margin-left: -2px;
}

.wp-pagenavi span.extend, .wp-pagenavi span.pages, .wp-pagenavi a.first, .wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border-color: #192751;
  color: #192751;
}

.wp-pagenavi span.current:after,
.wp-pagenavi a:hover:after {
  border-color: #192751;
}

.navigation {
  max-width: 390px;
  overflow: hidden;
  margin: 60px auto 0;
  position: relative;
}

.navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: all 0.25s linear;
}

.navigation a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.navigation .prev, .navigation .next {
  display: block;
  z-index: 1;
}

.navigation .prev a, .navigation .next a {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #192751;
  border-right: 1px solid #192751;
  transform: rotate(-45deg);
  margin: auto 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.navigation .prev a:after, .navigation .next a:after {
  width: 12px !important;
  height: 12px !important;
  margin-top: -6px !important;
}

.navigation .prev {
  float: left;
}

.navigation .prev a {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #192751;
  border-right: 1px solid #192751;
  transform: rotate(-45deg);
  margin: auto 0;
  transform: rotate(135deg);
}

.navigation .next {
  float: right;
}

.navigation .list {
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 50px;
  text-align: center;
}

.navigation .list a {
  border: 1px solid #192751;
}

@media only screen and (max-width: 767px) {
  .navigation .list a {
    min-width: 185px;
  }
}

/*-------------------------
記事用
-------------------------*/
.wp_editer,
article .entry,
.block-editor-block-list__layout {
  /*ボタン*/
  /*画像*/
  /*キャプション*/
  /*テーブル*/
  /*カラム*/
  /*グループ*/
  /*歴史、スケジュール*/
  /*役職付き名前*/
}

@media only screen and (max-width: 767px) {
  .wp_editer,
  article .entry,
  .block-editor-block-list__layout {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.wp_editer *:last-child,
article .entry *:last-child,
.block-editor-block-list__layout *:last-child {
  margin-bottom: 0 !important;
}

.wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
article .entry p,
article .entry ul,
article .entry ol,
article .entry table,
article .entry figure,
article .entry div,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout table,
.block-editor-block-list__layout figure,
.block-editor-block-list__layout div {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
  article .entry p,
  article .entry ul,
  article .entry ol,
  article .entry table,
  article .entry figure,
  article .entry div,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .block-editor-block-list__layout table,
  .block-editor-block-list__layout figure,
  .block-editor-block-list__layout div {
    margin-bottom: 25px;
  }
}

.wp_editer .alignleft,
article .entry .alignleft,
.block-editor-block-list__layout .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignleft,
  article .entry .alignleft,
  .block-editor-block-list__layout .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .alignright,
article .entry .alignright,
.block-editor-block-list__layout .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignright,
  article .entry .alignright,
  .block-editor-block-list__layout .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .aligncenter,
article .entry .aligncenter,
.block-editor-block-list__layout .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp_editer img,
article .entry img,
.block-editor-block-list__layout img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer img,
  article .entry img,
  .block-editor-block-list__layout img {
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) {
  .wp_editer img.alignleft, .wp_editer img.alignright,
  article .entry img.alignleft,
  article .entry img.alignright,
  .block-editor-block-list__layout img.alignleft,
  .block-editor-block-list__layout img.alignright {
    margin-top: 7px;
  }
}

.wp_editer pre,
article .entry pre,
.block-editor-block-list__layout pre {
  white-space: normal;
}

.wp_editer .wp-caption,
article .entry .wp-caption,
.block-editor-block-list__layout .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

.wp_editer .wp-caption-text,
article .entry .wp-caption-text,
.block-editor-block-list__layout .wp-caption-text {
  font-size: 80%;
  margin: -20px 0 0;
}

.wp_editer em,
article .entry em,
.block-editor-block-list__layout em {
  font-style: italic;
}

.wp_editer strong,
article .entry strong,
.block-editor-block-list__layout strong {
  font-weight: 700;
}

.wp_editer hr,
article .entry hr,
.block-editor-block-list__layout hr {
  height: 1px;
  background: #192751;
  border: none;
  margin: 60px 0;
}

.wp_editer ul, .wp_editer ol,
article .entry ul,
article .entry ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style-position: inside;
}

.wp_editer ul li, .wp_editer ol li,
article .entry ul li,
article .entry ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul li, .wp_editer ol li,
  article .entry ul li,
  article .entry ol li,
  .block-editor-block-list__layout ul li,
  .block-editor-block-list__layout ol li {
    margin-bottom: 5px;
  }
}

.wp_editer ul,
article .entry ul,
.block-editor-block-list__layout ul {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul,
  article .entry ul,
  .block-editor-block-list__layout ul {
    padding-left: 10px;
  }
}

.wp_editer ul li,
article .entry ul li,
.block-editor-block-list__layout ul li {
  padding-left: 27px;
  position: relative;
}

.wp_editer ul li:before,
article .entry ul li:before,
.block-editor-block-list__layout ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(../img/ico_list01.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 0;
}

.wp_editer ol,
article .entry ol,
.block-editor-block-list__layout ol {
  list-style-type: decimal;
}

.wp_editer ol li,
article .entry ol li,
.block-editor-block-list__layout ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.wp_editer a,
article .entry a,
.block-editor-block-list__layout a {
  color: #28CACF;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.wp_editer a:hover,
article .entry a:hover,
.block-editor-block-list__layout a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.wp_editer blockquote,
article .entry blockquote,
.block-editor-block-list__layout blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #F8F8F8;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote,
  article .entry blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 25px 30px;
  }
}

.wp_editer blockquote:before, .wp_editer blockquote:after,
article .entry blockquote:before,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:before,
.block-editor-block-list__layout blockquote:after {
  position: absolute;
  color: #192751;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 6.0rem;
  line-height: 1.0;
}

.wp_editer blockquote:before,
article .entry blockquote:before,
.block-editor-block-list__layout blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:before,
  article .entry blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.wp_editer blockquote:after,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:after,
  article .entry blockquote:after,
  .block-editor-block-list__layout blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.wp_editer blockquote > *:last-child,
article .entry blockquote > *:last-child,
.block-editor-block-list__layout blockquote > *:last-child {
  margin-bottom: 0;
}

.wp_editer * + h1, .wp_editer * + h2, .wp_editer * + h3, .wp_editer * + h4, .wp_editer * + h5, .wp_editer * + h6,
article .entry * + h1,
article .entry * + h2,
article .entry * + h3,
article .entry * + h4,
article .entry * + h5,
article .entry * + h6,
.block-editor-block-list__layout * + h1,
.block-editor-block-list__layout * + h2,
.block-editor-block-list__layout * + h3,
.block-editor-block-list__layout * + h4,
.block-editor-block-list__layout * + h5,
.block-editor-block-list__layout * + h6 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .wp_editer * + h1, .wp_editer * + h2, .wp_editer * + h3, .wp_editer * + h4, .wp_editer * + h5, .wp_editer * + h6,
  article .entry * + h1,
  article .entry * + h2,
  article .entry * + h3,
  article .entry * + h4,
  article .entry * + h5,
  article .entry * + h6,
  .block-editor-block-list__layout * + h1,
  .block-editor-block-list__layout * + h2,
  .block-editor-block-list__layout * + h3,
  .block-editor-block-list__layout * + h4,
  .block-editor-block-list__layout * + h5,
  .block-editor-block-list__layout * + h6 {
    margin-top: 70px;
  }
}

.wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
article .entry h1,
article .entry h2,
article .entry h3,
article .entry h4,
article .entry h5,
article .entry h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
  article .entry h1,
  article .entry h2,
  article .entry h3,
  article .entry h4,
  article .entry h5,
  article .entry h6,
  .block-editor-block-list__layout h1,
  .block-editor-block-list__layout h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h4,
  .block-editor-block-list__layout h5,
  .block-editor-block-list__layout h6 {
    margin-bottom: 15px;
  }
}

.wp_editer h1,
article .entry h1,
.block-editor-block-list__layout h1 {
  font-size: 200%;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1,
  article .entry h1,
  .block-editor-block-list__layout h1 {
    font-size: 160%;
  }
}

.wp_editer h2,
article .entry h2,
.block-editor-block-list__layout h2 {
  font-size: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .wp_editer h2,
  article .entry h2,
  .block-editor-block-list__layout h2 {
    font-size: 146%;
  }
}

.wp_editer h3,
.wp_editer h6,
article .entry h3,
article .entry h6,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h6 {
  font-size: 2.8rem;
  border-left: 2px solid #192751;
  padding-left: 18px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h3,
  .wp_editer h6,
  article .entry h3,
  article .entry h6,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h6 {
    font-size: 134%;
  }
}

.wp_editer h6,
article .entry h6,
.block-editor-block-list__layout h6 {
  text-indent: -1em;
  padding-left: 45px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h6,
  article .entry h6,
  .block-editor-block-list__layout h6 {
    padding-left: 35px;
  }
}

.wp_editer .h3margin,
article .entry .h3margin,
.block-editor-block-list__layout .h3margin {
  margin-left: 20px;
}

.wp_editer .h6margin,
article .entry .h6margin,
.block-editor-block-list__layout .h6margin {
  margin-left: 45px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .h6margin,
  article .entry .h6margin,
  .block-editor-block-list__layout .h6margin {
    margin-left: 35px;
  }
}

.wp_editer h4,
article .entry h4,
.block-editor-block-list__layout h4 {
  font-size: 2.6rem;
}

.wp_editer h5,
article .entry h5,
.block-editor-block-list__layout h5 {
  font-size: 2.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wp_editer .js-scrollable table,
  article .entry .js-scrollable table,
  .block-editor-block-list__layout .js-scrollable table {
    min-width: 400px;
  }
}

.wp_editer .wp-block-button a,
article .entry .wp-block-button a,
.block-editor-block-list__layout .wp-block-button a {
  text-decoration: none;
  transition: all 0.25s linear !important;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-button a,
  article .entry .wp-block-button a,
  .block-editor-block-list__layout .wp-block-button a {
    min-width: inherit;
    width: 100%;
  }
}

.wp_editer .wp-block-button a:hover,
article .entry .wp-block-button a:hover,
.block-editor-block-list__layout .wp-block-button a:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-button > .wp-block-button,
  article .entry .wp-block-button > .wp-block-button,
  .block-editor-block-list__layout .wp-block-button > .wp-block-button {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-buttons.download .wp-block-button,
  article .entry .wp-block-buttons.download .wp-block-button,
  .block-editor-block-list__layout .wp-block-buttons.download .wp-block-button {
    display: block;
    width: 100%;
  }
}

.wp_editer .wp-block-buttons.download a,
article .entry .wp-block-buttons.download a,
.block-editor-block-list__layout .wp-block-buttons.download a {
  padding-left: 85px;
  padding-right: 85px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-buttons.download a,
  article .entry .wp-block-buttons.download a,
  .block-editor-block-list__layout .wp-block-buttons.download a {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wp_editer .wp-block-buttons.download a:before,
article .entry .wp-block-buttons.download a:before,
.block-editor-block-list__layout .wp-block-buttons.download a:before {
  content: "";
  display: block;
  width: 44px;
  height: 100%;
  background: url(../img/ico_dl01.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 38px;
  bottom: 0;
  transition: all 0.25s linear !important;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-buttons.download a:before,
  article .entry .wp-block-buttons.download a:before,
  .block-editor-block-list__layout .wp-block-buttons.download a:before {
    width: 30px;
    left: 15px;
  }
}

.wp_editer .wp-block-buttons.download a:hover:before,
article .entry .wp-block-buttons.download a:hover:before,
.block-editor-block-list__layout .wp-block-buttons.download a:hover:before {
  background-image: url(../img/ico_dl01_w.png);
}

.wp_editer .wp-block-image img,
article .entry .wp-block-image img,
.block-editor-block-list__layout .wp-block-image img {
  margin-bottom: 0;
}

.wp_editer figcaption,
article .entry figcaption,
.block-editor-block-list__layout figcaption {
  text-align: center;
  font-size: 1.4rem;
}

.wp_editer .wp-block-flexible-table-block-table table,
.wp_editer .wp-block-table table,
article .entry .wp-block-flexible-table-block-table table,
article .entry .wp-block-table table,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table,
.block-editor-block-list__layout .wp-block-table table {
  border-top: 1px solid #192751;
  border-left: 1px solid #192751;
}

.wp_editer .wp-block-flexible-table-block-table table tr th, .wp_editer .wp-block-flexible-table-block-table table tr td,
.wp_editer .wp-block-table table tr th,
.wp_editer .wp-block-table table tr td,
article .entry .wp-block-flexible-table-block-table table tr th,
article .entry .wp-block-flexible-table-block-table table tr td,
article .entry .wp-block-table table tr th,
article .entry .wp-block-table table tr td,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table tr th,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table tr td,
.block-editor-block-list__layout .wp-block-table table tr th,
.block-editor-block-list__layout .wp-block-table table tr td {
  border-bottom: 1px solid #192751;
  border-right: 1px solid #192751;
  padding: 13px 15px;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-flexible-table-block-table table tr th, .wp_editer .wp-block-flexible-table-block-table table tr td,
  .wp_editer .wp-block-table table tr th,
  .wp_editer .wp-block-table table tr td,
  article .entry .wp-block-flexible-table-block-table table tr th,
  article .entry .wp-block-flexible-table-block-table table tr td,
  article .entry .wp-block-table table tr th,
  article .entry .wp-block-table table tr td,
  .block-editor-block-list__layout .wp-block-flexible-table-block-table table tr th,
  .block-editor-block-list__layout .wp-block-flexible-table-block-table table tr td,
  .block-editor-block-list__layout .wp-block-table table tr th,
  .block-editor-block-list__layout .wp-block-table table tr td {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}

.wp_editer .wp-block-flexible-table-block-table table tr th,
.wp_editer .wp-block-table table tr th,
article .entry .wp-block-flexible-table-block-table table tr th,
article .entry .wp-block-table table tr th,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table tr th,
.block-editor-block-list__layout .wp-block-table table tr th {
  background: #F8F8F8;
  font-weight: 700;
}

.wp_editer .wp-block-flexible-table-block-table table thead tr th,
.wp_editer .wp-block-table table thead tr th,
article .entry .wp-block-flexible-table-block-table table thead tr th,
article .entry .wp-block-table table thead tr th,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table thead tr th,
.block-editor-block-list__layout .wp-block-table table thead tr th {
  text-align: center;
}

.wp_editer .wp-block-flexible-table-block-table table + figcaption,
.wp_editer .wp-block-table table + figcaption,
article .entry .wp-block-flexible-table-block-table table + figcaption,
article .entry .wp-block-table table + figcaption,
.block-editor-block-list__layout .wp-block-flexible-table-block-table table + figcaption,
.block-editor-block-list__layout .wp-block-table table + figcaption {
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-flexible-table-block-table table + figcaption,
  .wp_editer .wp-block-table table + figcaption,
  article .entry .wp-block-flexible-table-block-table table + figcaption,
  article .entry .wp-block-table table + figcaption,
  .block-editor-block-list__layout .wp-block-flexible-table-block-table table + figcaption,
  .block-editor-block-list__layout .wp-block-table table + figcaption {
    margin-top: -20px;
  }
}

.wp_editer .table_noborder table,
.wp_editer .table_noborder2 table,
article .entry .table_noborder table,
article .entry .table_noborder2 table,
.block-editor-block-list__layout .table_noborder table,
.block-editor-block-list__layout .table_noborder2 table {
  border: none;
}

@media only screen and (max-width: 767px) {
  .wp_editer .table_noborder table tr,
  .wp_editer .table_noborder2 table tr,
  article .entry .table_noborder table tr,
  article .entry .table_noborder2 table tr,
  .block-editor-block-list__layout .table_noborder table tr,
  .block-editor-block-list__layout .table_noborder2 table tr {
    display: block;
    padding-bottom: 15px;
  }
}

.wp_editer .table_noborder table tr th, .wp_editer .table_noborder table tr td,
.wp_editer .table_noborder2 table tr th,
.wp_editer .table_noborder2 table tr td,
article .entry .table_noborder table tr th,
article .entry .table_noborder table tr td,
article .entry .table_noborder2 table tr th,
article .entry .table_noborder2 table tr td,
.block-editor-block-list__layout .table_noborder table tr th,
.block-editor-block-list__layout .table_noborder table tr td,
.block-editor-block-list__layout .table_noborder2 table tr th,
.block-editor-block-list__layout .table_noborder2 table tr td {
  border: none;
  padding: 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .wp_editer .table_noborder table tr th, .wp_editer .table_noborder table tr td,
  .wp_editer .table_noborder2 table tr th,
  .wp_editer .table_noborder2 table tr td,
  article .entry .table_noborder table tr th,
  article .entry .table_noborder table tr td,
  article .entry .table_noborder2 table tr th,
  article .entry .table_noborder2 table tr td,
  .block-editor-block-list__layout .table_noborder table tr th,
  .block-editor-block-list__layout .table_noborder table tr td,
  .block-editor-block-list__layout .table_noborder2 table tr th,
  .block-editor-block-list__layout .table_noborder2 table tr td {
    display: block;
    width: 100% !important;
  }
}

.wp_editer .table_noborder table tr td,
.wp_editer .table_noborder2 table tr td,
article .entry .table_noborder table tr td,
article .entry .table_noborder2 table tr td,
.block-editor-block-list__layout .table_noborder table tr td,
.block-editor-block-list__layout .table_noborder2 table tr td {
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .table_noborder table tr td,
  .wp_editer .table_noborder2 table tr td,
  article .entry .table_noborder table tr td,
  article .entry .table_noborder2 table tr td,
  .block-editor-block-list__layout .table_noborder table tr td,
  .block-editor-block-list__layout .table_noborder2 table tr td {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .table_noborder2 table tr,
  article .entry .table_noborder2 table tr,
  .block-editor-block-list__layout .table_noborder2 table tr {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-media-text,
  article .entry .wp-block-media-text,
  .block-editor-block-list__layout .wp-block-media-text {
    display: block;
  }
}

.wp_editer .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content,
article .entry .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-media-text .wp-block-media-text__content,
  article .entry .wp-block-media-text .wp-block-media-text__content,
  .block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-columns .wp-block-column + .wp-block-column,
  article .entry .wp-block-columns .wp-block-column + .wp-block-column,
  .block-editor-block-list__layout .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: -35px;
  }
}

.wp_editer .wp-block-group__inner-container p,
article .entry .wp-block-group__inner-container p,
.block-editor-block-list__layout .wp-block-group__inner-container p {
  margin-bottom: 15px;
}

.wp_editer ul.history_list,
.wp_editer ul.schedule_list,
article .entry ul.history_list,
article .entry ul.schedule_list,
.block-editor-block-list__layout ul.history_list,
.block-editor-block-list__layout ul.schedule_list {
  padding-left: 0;
}

.wp_editer ul.history_list > li,
.wp_editer ul.schedule_list > li,
article .entry ul.history_list > li,
article .entry ul.schedule_list > li,
.block-editor-block-list__layout ul.history_list > li,
.block-editor-block-list__layout ul.schedule_list > li {
  font-size: 2.8rem;
  font-weight: 700;
  padding-left: 40px;
  padding-bottom: 40px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.history_list > li,
  .wp_editer ul.schedule_list > li,
  article .entry ul.history_list > li,
  article .entry ul.schedule_list > li,
  .block-editor-block-list__layout ul.history_list > li,
  .block-editor-block-list__layout ul.schedule_list > li {
    font-size: 2.2rem;
    padding-left: 35px;
    padding-bottom: 33px;
  }
}

.wp_editer ul.history_list > li:before,
.wp_editer ul.schedule_list > li:before,
article .entry ul.history_list > li:before,
article .entry ul.schedule_list > li:before,
.block-editor-block-list__layout ul.history_list > li:before,
.block-editor-block-list__layout ul.schedule_list > li:before {
  width: 18px;
  height: 18px;
  background: #192751;
  border-radius: 50%;
  top: 11px;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.history_list > li:before,
  .wp_editer ul.schedule_list > li:before,
  article .entry ul.history_list > li:before,
  article .entry ul.schedule_list > li:before,
  .block-editor-block-list__layout ul.history_list > li:before,
  .block-editor-block-list__layout ul.schedule_list > li:before {
    top: 8px;
  }
}

.wp_editer ul.history_list > li:after,
.wp_editer ul.schedule_list > li:after,
article .entry ul.history_list > li:after,
article .entry ul.schedule_list > li:after,
.block-editor-block-list__layout ul.history_list > li:after,
.block-editor-block-list__layout ul.schedule_list > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #192751;
  position: absolute;
  top: 11px;
  left: 8px;
  bottom: 0;
}

.wp_editer ul.history_list > li:last-of-type,
.wp_editer ul.schedule_list > li:last-of-type,
article .entry ul.history_list > li:last-of-type,
article .entry ul.schedule_list > li:last-of-type,
.block-editor-block-list__layout ul.history_list > li:last-of-type,
.block-editor-block-list__layout ul.schedule_list > li:last-of-type {
  padding-bottom: 0;
}

.wp_editer ul.history_list > li:last-of-type:after,
.wp_editer ul.schedule_list > li:last-of-type:after,
article .entry ul.history_list > li:last-of-type:after,
article .entry ul.schedule_list > li:last-of-type:after,
.block-editor-block-list__layout ul.history_list > li:last-of-type:after,
.block-editor-block-list__layout ul.schedule_list > li:last-of-type:after {
  height: calc(100% - 11px);
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.history_list > li:last-of-type:after,
  .wp_editer ul.schedule_list > li:last-of-type:after,
  article .entry ul.history_list > li:last-of-type:after,
  article .entry ul.schedule_list > li:last-of-type:after,
  .block-editor-block-list__layout ul.history_list > li:last-of-type:after,
  .block-editor-block-list__layout ul.schedule_list > li:last-of-type:after {
    height: calc(100% - 8px);
  }
}

.wp_editer ul.history_list > li .wp-block-list,
.wp_editer ul.schedule_list > li .wp-block-list,
article .entry ul.history_list > li .wp-block-list,
article .entry ul.schedule_list > li .wp-block-list,
.block-editor-block-list__layout ul.history_list > li .wp-block-list,
.block-editor-block-list__layout ul.schedule_list > li .wp-block-list {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.history_list > li .wp-block-list,
  .wp_editer ul.schedule_list > li .wp-block-list,
  article .entry ul.history_list > li .wp-block-list,
  article .entry ul.schedule_list > li .wp-block-list,
  .block-editor-block-list__layout ul.history_list > li .wp-block-list,
  .block-editor-block-list__layout ul.schedule_list > li .wp-block-list {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.wp_editer ul.history_list > li .wp-block-list li,
.wp_editer ul.schedule_list > li .wp-block-list li,
article .entry ul.history_list > li .wp-block-list li,
article .entry ul.schedule_list > li .wp-block-list li,
.block-editor-block-list__layout ul.history_list > li .wp-block-list li,
.block-editor-block-list__layout ul.schedule_list > li .wp-block-list li {
  padding-left: 0;
}

.wp_editer ul.history_list > li .wp-block-list li:before,
.wp_editer ul.schedule_list > li .wp-block-list li:before,
article .entry ul.history_list > li .wp-block-list li:before,
article .entry ul.schedule_list > li .wp-block-list li:before,
.block-editor-block-list__layout ul.history_list > li .wp-block-list li:before,
.block-editor-block-list__layout ul.schedule_list > li .wp-block-list li:before {
  content: none;
  display: block;
}

.wp_editer ul.schedule_list > li,
article .entry ul.schedule_list > li,
.block-editor-block-list__layout ul.schedule_list > li {
  font-weight: 500;
}

.wp_editer ul.schedule_list > li strong,
article .entry ul.schedule_list > li strong,
.block-editor-block-list__layout ul.schedule_list > li strong {
  font-weight: 700;
}

.wp_editer ul.schedule_list > li .wp-block-list li,
article .entry ul.schedule_list > li .wp-block-list li,
.block-editor-block-list__layout ul.schedule_list > li .wp-block-list li {
  position: relative;
  padding-left: 7em;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.schedule_list > li .wp-block-list li,
  article .entry ul.schedule_list > li .wp-block-list li,
  .block-editor-block-list__layout ul.schedule_list > li .wp-block-list li {
    padding-left: 0;
  }
}

.wp_editer ul.schedule_list > li .wp-block-list li strong,
article .entry ul.schedule_list > li .wp-block-list li strong,
.block-editor-block-list__layout ul.schedule_list > li .wp-block-list li strong {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.schedule_list > li .wp-block-list li strong,
  article .entry ul.schedule_list > li .wp-block-list li strong,
  .block-editor-block-list__layout ul.schedule_list > li .wp-block-list li strong {
    position: static;
    display: block;
  }
}

.wp_editer ul.committee_list,
article .entry ul.committee_list,
.block-editor-block-list__layout ul.committee_list {
  padding-left: 0;
}

.wp_editer ul.committee_list li,
article .entry ul.committee_list li,
.block-editor-block-list__layout ul.committee_list li {
  padding-left: 0;
}

.wp_editer ul.committee_list li:before,
article .entry ul.committee_list li:before,
.block-editor-block-list__layout ul.committee_list li:before {
  content: none;
}

.wp_editer ul.committee_list > li,
article .entry ul.committee_list > li,
.block-editor-block-list__layout ul.committee_list > li {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.committee_list > li,
  article .entry ul.committee_list > li,
  .block-editor-block-list__layout ul.committee_list > li {
    display: block;
  }
}

.wp_editer ul.committee_list > li ul,
article .entry ul.committee_list > li ul,
.block-editor-block-list__layout ul.committee_list > li ul {
  width: calc(100% - 330px);
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer ul.committee_list > li ul,
  article .entry ul.committee_list > li ul,
  .block-editor-block-list__layout ul.committee_list > li ul {
    width: 100%;
    padding-left: 1em;
  }
}

/*-------------------------
Speakers
-------------------------*/
.block-editor-block-list__layout .speaker_box {
  display: flex;
  align-items: flex-start;
  gap: 0 !important;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box {
    display: block;
    border: 1px solid #192751;
  }
}

.block-editor-block-list__layout .speaker_box * {
  margin: 0;
  flex-basis: auto !important;
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) {
  width: 252px;
  background: #F8F8F8;
  border: 1px solid #192751;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) {
    width: 100%;
    border: none;
    padding: 15px;
    overflow: hidden;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .wp-block-image {
  line-height: 1;
  border-bottom: 1px solid #192751;
  margin-bottom: 15px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .wp-block-image {
    width: 40%;
    border: none;
    float: left;
    margin-bottom: 0;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .wp-block-image img {
  width: 100%;
  height: auto;
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) p {
  padding: 0 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) p {
    font-size: 1.2rem;
    padding-left: 40%;
    padding: 0 0 0 45%;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .wp-block-buttons {
  padding: 12px 15px 20px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .wp-block-buttons {
    text-align: left;
    padding: 5px 5px 0 45%;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .name {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(1) .name {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) {
  width: calc(100% - 252px);
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) {
    width: 100%;
    padding: 15px;
    clear: both;
    margin: 0;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) .hd02 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) .hd02 {
    margin-bottom: 10px;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) p:not(.hd02) {
  padding: 0 15px;
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) p.info {
  border-bottom: 1px solid #192751;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) p.info {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) .txt {
  border-top: 1px solid #192751;
  margin-top: 15px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box .is-layout-flow:nth-of-type(2) .txt {
    margin-top: 10px;
    padding-top: 15px;
  }
}

.block-editor-block-list__layout .speaker_box + .speaker_box {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .speaker_box + .speaker_box {
    margin-top: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #main_vs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs {
    display: block;
    margin-bottom: 0;
  }
}

#page_index #main_vs .slide {
  width: 74.6%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .slide {
    width: 100%;
  }
}

#page_index #main_vs .slide img {
  width: 100%;
  height: auto;
}

#page_index #main_vs .slide .logo65 {
  width: 178px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}

@media only screen and (max-width: 358px) {
  #page_index #main_vs .slide .logo65 {
    right: 15px;
  }
}

#page_index #main_vs .info_area {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .info_area {
    width: 100%;
    flex-direction: row;
    padding: 5px;
  }
}

#page_index #main_vs .info_area .box {
  /*border: 1px solid $color01;
			padding: 23px 20px;
			height: calc(50% - 4px);*/
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .info_area .box {
    width: calc(50% - 2px);
    height: auto;
  }
}

#page_index #main_vs .info_area .box img {
  width: 100%;
  height: auto;
}

#page_index #main_vs .info_area .box .ttl {
  font-size: 1.82vw;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .info_area .box .ttl {
    font-size: 4vw;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■event_info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #event_info {
  text-align: center;
  border-top: 4px solid #BC9F61;
  background: #192751;
  padding: 12px 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #page_index #event_info {
    padding: 7px 17px 20px;
    margin-bottom: 35px;
  }
}

#page_index #event_info img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■dates_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #dates_sec {
  margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec {
    margin-bottom: 40px;
  }
}

#page_index #dates_sec .date_area {
  position: relative;
}

#page_index #dates_sec .date_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #192751;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: -1;
}

#page_index #dates_sec .date_area .slide {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 45px 0 32px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .slide {
    padding: 0 0 0 40px;
    padding: 0 40px;
  }
}

#page_index #dates_sec .date_area .swiper-container {
  width: 100%;
  overflow: visible;
}

#page_index #dates_sec .date_area .swiper-wrapper {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .swiper-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide {
  width: calc(25% - 20px);
  text-align: center;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .swiper-wrapper .swiper-slide {
    width: 79.7% !important;
    width: calc(100% - 12px) !important;
    margin-right: 12px !important;
    font-size: 1.6rem;
    flex: 0 0 auto !important;
  }
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .wrap {
  background: #192751;
  padding: 25px 20px 20px;
  min-height: 213px;
  height: auto;
  border-radius: 12px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .wrap {
    min-height: 130px;
    padding: 19px 15px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .wrap:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #192751;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -12px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .wrap:before {
    width: 17px;
    height: 17px;
    left: -7px;
    margin-top: -8.5px;
  }
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide a {
  transition: all 0.25s linear;
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .date {
  color: #BC9F61;
  font-size: 1.82vw;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .date_area .swiper-wrapper .swiper-slide .date {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}

/*-------------------------
slide
-------------------------*/
#page_index #dates_sec .swiper-button-prev,
#page_index #dates_sec .swiper-button-next {
  width: 50px;
  height: 100%;
  background: url(../img/slide_arrow_l.png) no-repeat left 13px center;
  background-size: 28px auto;
  top: 0;
  bottom: 0;
  margin-top: 0;
  transition: all 0.25s linear;
}

#page_index #dates_sec .swiper-button-prev:hover,
#page_index #dates_sec .swiper-button-next:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .swiper-button-prev,
  #page_index #dates_sec .swiper-button-next {
    background-size: 24px auto;
    background-position: left center;
  }
}

#page_index #dates_sec .swiper-button-prev {
  left: 30px;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .swiper-button-prev {
    left: 3px;
  }
}

#page_index #dates_sec .swiper-button-next {
  right: -25px;
  background-image: url(../img/slide_arrow_r.png);
  background-position: right 5px center;
}

@media only screen and (max-width: 767px) {
  #page_index #dates_sec .swiper-button-next {
    right: 10px;
  }
}

#page_index #dates_sec .few-slides {
  pointer-events: none;
}

#page_index #dates_sec .few-slides a {
  pointer-events: auto;
}

#page_index #dates_sec .few-slides .swiper-button-prev,
#page_index #dates_sec .few-slides .swiper-button-next {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■about_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #about_sec {
  border-top: 4px solid #BC9F61;
  background: url(../img/about_bg.png) no-repeat;
  background-size: cover;
  margin-bottom: 45px;
  padding: 130px 0 54px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec {
    background-image: url(../img/sp/about_bg.png);
    padding: 25px 0  40px;
    margin-bottom: 30px;
  }
}

#page_index #about_sec .logo {
  width: 302px;
  position: absolute;
  top: 105px;
  left: 50%;
  margin-left: 540px;
  z-index: 15;
}

@media only screen and (max-width: 1680px) {
  #page_index #about_sec .logo {
    left: auto;
    right: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1250px) {
  #page_index #about_sec .logo {
    width: 200px;
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .logo {
    display: none;
  }
}

#page_index #about_sec .logo img {
  width: 100%;
  height: auto;
}

#page_index #about_sec .main_txt_area {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .main_txt_area {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
  }
}

#page_index #about_sec .main_txt_area .innerWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
}

#page_index #about_sec .main_txt_area .innerWrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: calc(0px - 100vw);
}

@media only screen and (max-width: 1430px) {
  #page_index #about_sec .main_txt_area .innerWrap:before {
    left: calc(15px - 100vw);
  }
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .main_txt_area .innerWrap:before {
    content: none;
  }
}

#page_index #about_sec .main_txt_area .logo {
  width: 302px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: 540px;
}

@media only screen and (max-width: 1670px) {
  #page_index #about_sec .main_txt_area .logo {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

#page_index #about_sec .main_txt_area .logo img {
  width: 100%;
  height: auto;
}

#page_index #about_sec .main_txt_area .txt_area {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 200px 50px 30px;
  max-width: 1115px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .main_txt_area .txt_area {
    background: none;
    padding: 35px 0 40px 14px;
  }
}

#page_index #about_sec .main_txt_area .txt_area:before {
  content: "";
  display: block;
  width: 7px;
  height: calc(100% - 100px);
  background: #192751;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .main_txt_area .txt_area:before {
    width: 3px;
    height: calc(100% - 75px);
    top: 35px;
    bottom: auto;
  }
}

#page_index #about_sec .main_txt_area .txt_area .hd01 {
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .main_txt_area .txt_area .hd01 {
    margin-bottom: 12px;
  }
}

#page_index #about_sec .main_txt_area .txt_area .txt {
  max-width: 920px;
}

#page_index #about_sec .main_txt_area .txt_area .txt strong {
  font-weight: 700;
  color: #BC9F61;
}

/*-------------------------
movie_wrap
-------------------------*/
#page_index #about_sec .movie_wrap {
  width: 68.4%;
  margin: -65px 0 40px auto;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .movie_wrap {
    width: 100%;
    margin: 0 0 25px;
  }
}

/*-------------------------
about_slide
-------------------------*/
#page_index .about_slide {
  height: 324px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page_index .about_slide {
    height: 165px;
  }
}

#page_index .about_slide li {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #page_index .about_slide li {
    margin: 0 8px;
  }
}

#page_index .about_slide li img {
  width: auto;
  height: 324px;
}

@media only screen and (max-width: 767px) {
  #page_index .about_slide li img {
    height: 165px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sponsor_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sponsor_sec .sponsor_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list {
    display: block;
    padding: 0 12px;
  }
}

.sponsor_sec .sponsor_list dt, .sponsor_sec .sponsor_list dd {
  margin-bottom: 30px;
  height: 100%;
}

.sponsor_sec .sponsor_list dt {
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.32258;
  padding-right: 20px;
  width: 370px;
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list dt {
    font-size: 2rem;
    line-height: 1.25;
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.sponsor_sec .sponsor_list dd {
  width: calc(100% - 370px);
  padding-left: 20px;
  border-left: 4px solid #192751;
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list dd {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-bottom: 25px;
  }
  .sponsor_sec .sponsor_list dd:last-of-type {
    margin-bottom: 0;
  }
}

.sponsor_sec .sponsor_list dd:last-of-type {
  margin-bottom: 0;
}

.sponsor_sec .sponsor_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;
}

.sponsor_sec .sponsor_list .list:before, .sponsor_sec .sponsor_list .list:after {
  content: "";
  display: block;
  width: calc(25% - ((10px * 3) / 4));
}

@media only screen and (max-width: 1000px) {
  .sponsor_sec .sponsor_list .list:before, .sponsor_sec .sponsor_list .list:after {
    width: calc(33.33% - ((10px * 2) / 3));
  }
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list .list:before, .sponsor_sec .sponsor_list .list:after {
    width: calc(50% - 4px);
  }
}

.sponsor_sec .sponsor_list .list:before {
  order: 1;
}

@media only screen and (max-width: 1000px) {
  .sponsor_sec .sponsor_list .list:before {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list .list {
    margin-bottom: -8px;
  }
}

.sponsor_sec .sponsor_list .list li {
  margin-bottom: 10px;
  width: calc(25% - ((10px * 3) / 4));
}

@media only screen and (max-width: 1000px) {
  .sponsor_sec .sponsor_list .list li {
    width: calc(33.33% - ((10px * 2) / 3));
  }
}

@media only screen and (max-width: 767px) {
  .sponsor_sec .sponsor_list .list li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
}

.sponsor_sec .sponsor_list .list .bnr_wrap {
  background: #fff;
  border: 1px solid #707070;
  display: block;
}

.sponsor_sec .sponsor_list .list .bnr_wrap img {
  width: 100%;
  height: auto;
}

.sponsor_sec .sponsor_list .list a {
  transition: all 0.25s linear;
}

.sponsor_sec .sponsor_list .list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■news_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news_sec {
  background: #F8F8F8;
  border-top: 4px solid #BC9F61;
  padding: 45px 0;
}

#news_sec .list_news {
  padding-left: 30px;
  max-height: 170px;
  overflow-y: auto;
  scrollbar-color: #192751 #fff;
  scrollbar-width: 10px;
}

@media only screen and (max-width: 767px) {
  #news_sec .list_news {
    padding-left: 14px;
    scrollbar-width: 5px;
  }
}

.list_news li {
  margin-bottom: 13px;
}

.list_news li .inner {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .list_news li .inner {
    display: block;
    font-size: 1.7rem;
  }
}

.list_news li .post_date {
  font-weight: 700;
  width: 7em;
}

@media only screen and (max-width: 767px) {
  .list_news li .post_date {
    width: 100%;
    font-size: 1.8rem;
  }
}

.list_news li .post_title {
  width: calc(100% - 7em);
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .list_news li .post_title {
    width: 100%;
    padding-left: 0;
  }
}

.list_news li a {
  color: #28CACF;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list_news li a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}
