@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* _setting CSS */
html {
  font-size: 10px;
  background: #fff;
}

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

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 2;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 2;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

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

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: #dbd8c9;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #dbd8c9;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
#common_header {
  position: relative;
  z-index: 10000;
}

.scf._opacity {
  opacity: 0;
  transition: 1s;
}
.scf.scf_on {
  opacity: 1;
}

@keyframes hscroll {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1001px) {
  .sp {
    display: none !important;
  }

  body {
    min-width: 1000px;
  }

  #header {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }

  #common_header {
    display: none !important;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #281446;
}

.i_search .cls-1 {
  fill: none;
  stroke: #a08c78;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.i_search .cls-2 {
  fill: #a08c78;
}
.i_search .cls-3 {
  fill: #281446;
}
@media screen and (max-width: 1000px) {
  .i_search {
    width: 12vw;
    height: 13.3333333333vw;
  }
}

.i_menu,
.i_close {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
}
.i_menu::before, .i_menu::after,
.i_menu span,
.i_close::before,
.i_close::after,
.i_close span {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 24px;
  padding: 2px 0 0;
  background: #a08c78;
  margin: -9px 0 0 -12px;
}
.i_menu::before,
.i_close::before {
  margin-top: -16px;
}
.i_menu::after,
.i_close::after {
  margin-top: -2px;
}
.i_menu._bg,
.i_close._bg {
  background: #a08c78;
}
.i_menu._bg::before, .i_menu._bg::after,
.i_menu._bg span,
.i_close._bg::before,
.i_close._bg::after,
.i_close._bg span {
  background: #fff;
}
.i_menu._bg .i_menu_text .cls-1,
.i_close._bg .i_menu_text .cls-1 {
  fill: #fff;
}
.i_menu .i_menu_text,
.i_close .i_menu_text {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.i_menu .i_menu_text .cls-1,
.i_close .i_menu_text .cls-1 {
  fill: #a08c78;
}
@media screen and (max-width: 1000px) {
  .i_menu .i_menu_text,
.i_close .i_menu_text {
    top: 8.6666666667vw;
    width: 10.6666666667vw;
    height: 1.0933333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .i_menu,
.i_close {
    width: 12vw;
    height: 13.3333333333vw;
  }
  .i_menu::before, .i_menu::after,
.i_menu span,
.i_close::before,
.i_close::after,
.i_close span {
    width: 4.6666666667vw;
    padding: 0.3066666667vw 0 0;
    margin: -1px 0 0 -2.3333333333vw;
  }
  .i_menu span,
.i_close span {
    margin-top: -3.2vw;
  }
  .i_menu::before,
.i_close::before {
    margin-top: -1.7333333333vw;
  }
  .i_menu::after,
.i_close::after {
    margin-top: -0.2666666667vw;
  }
}

.i_close span {
  display: none;
}
.i_close::before, .i_close::after {
  width: 35px;
  padding: 1px 0 0;
  margin-left: -18px;
  margin-top: 0;
  transform: rotate(45deg);
}
.i_close::after {
  transform: rotate(-45deg);
}
.i_close._bg::before, .i_close._bg::after {
  width: 28px;
  margin-left: -14px;
  margin-top: -8px;
}
@media screen and (max-width: 1000px) {
  .i_close::before, .i_close::after {
    width: 5.3333333333vw;
    padding: 0.2666666667vw 0 0;
    margin-left: -2.6666666667vw;
  }
  .i_close._bg::before, .i_close._bg::after {
    width: 5.3333333333vw;
    margin-top: -1.8666666667vw;
    margin-left: -2.6666666667vw;
  }
}

#contentes_wrap {
  position: relative;
}

@keyframes header_switch_list1 {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes header_switch_list1_2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 180px;
  padding: 10px 20px 0;
  transition: 0.6s;
  background: linear-gradient(180deg, rgba(40, 20, 70, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
#header .h_logo {
  width: 244px;
  padding: 15px 0 0;
}
#header .h_logo picture {
  display: block;
}
#header .h_logo img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  #header .h_logo a {
    transition: 0.3s;
  }
  #header .h_logo a:hover {
    opacity: 0.8;
  }
}
#header .list1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#header .list1 > ul > li > a {
  border: 1px solid #3cc8eb;
  background: none;
  color: #461e82;
}
#header .list1 > ul > li li {
  margin: 0;
}
#header .list1 .all {
  margin: 0 0 0 28px;
}
#header .list1 .all a {
  color: #a08c78;
  font-size: 1.5rem;
}
#header .list1_2 {
  flex: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 15px 0 0;
}
#header .list1_2 > ul {
  flex-wrap: nowrap;
  padding: 0 0 0 40px;
}
#header .list1_2 > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  min-width: 52px;
  margin: 3px 2px;
}
#header .list1_2 > ul > li:nth-child(1) {
  display: block;
  margin: 0 0 0 0;
}
#header .list1_2 > ul > li > a {
  width: 100%;
  line-height: 1.4;
  padding: 2px 0 0;
  background: none;
  border: 1px solid #3cc8eb;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1001px) {
  #header .list1_2 > ul > li > a:hover {
    background: #3cc8eb;
    color: #281446;
  }
}
#header .list1_2 > ul > li:nth-child(n+2) {
  position: relative;
  margin: 0 0 0 9px;
}
#header .list1_2 > ul > li:nth-child(n+2) a {
  min-width: 80px;
  padding: 2px;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  #header .list1_2 > ul > li:nth-child(n+2) a {
    min-width: 60px;
  }
}
#header .list1_2 > ul > li:nth-child(2) {
  margin: 0 0 0 auto;
}
#header .list1_2 > ul > li ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header .list1_2 > ul > li ul li {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 5px;
}
#header .list1_2 > ul > li ul li::before {
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 6px 0 0;
  background: #fff;
}
#header .list1_2 > ul > li ul li::after {
  content: "";
  margin: 0 6px 0 0;
}
#header .list1_2 > ul > li ul li a {
  line-height: 1.6;
  padding: 1px 6px 0;
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
#header .list1_2 > ul > li ul li:first-child::before, #header .list1_2 > ul > li ul li.line_f::before {
  content: "";
  background: none;
}
#header .list1_2 > ul > li ul li:first-child::before {
  display: none;
}
#header .list1_2 .all {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  padding: 0 0 0 5px;
}
#header .list1_2 .all a {
  color: #a08c78;
  font-size: 1.4rem;
}
#header .list1_2 .all a::after {
  bottom: 5px;
}
#header .list2 {
  display: flex;
  position: relative;
  top: -10px;
  right: -20px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  #header .list2 {
    right: 0;
  }
}
#header .list2 a {
  display: block;
}
#header.on {
  animation: header_animation 1s cubic-bezier(0.12, 0.37, 0.31, 0.84) 0s alternate;
  pointer-events: all !important;
}
#header.on .list1 {
  display: none !important;
  animation: header_switch_list1 0.5s linear 0s alternate both;
}
#header.on .list1_2 {
  display: block !important;
  animation: header_switch_list1_2 0.3s linear 0.2s alternate both;
}
@media screen and (max-width: 1000px) {
  #header.on .list1_2 {
    display: none !important;
  }
}
#header.on .list1 .all a {
  color: #a08c78;
}
#header.on .menu_open a::before, #header.on .menu_open a::after,
#header.on .menu_open a span {
  background: #a08c78;
}
#header._category {
  animation: header_animation 1s cubic-bezier(0.12, 0.37, 0.31, 0.84) 0s alternate;
}
#header._category .list1 {
  display: flex;
  align-items: center;
}
#header._category .list1 > ul > li > a {
  border: 1px solid #3cc8eb;
  background: #3cc8eb;
  color: #461e82;
}
#header._category .list1 > ul > li li {
  margin: 0;
}
#header._category .list1 .all {
  margin: 0 0 0 28px;
}
#header._category .list1 .all a {
  color: #a08c78;
  font-size: 1.5rem;
}
#header._hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #header {
    height: auto;
    padding: 0 1.3333333333vw 0 3.3333333333vw;
  }
  #header .h_logo {
    width: 36.6666666667vw;
    padding: 4vw 0 0;
  }
  #header .h_logo img {
    width: 100%;
  }
  #header .list1 {
    display: flex;
    align-items: center;
  }
  #header .list1 .all {
    margin: 0 0 0 28px;
  }
  #header .list1 .all a {
    color: #a08c78;
    font-size: 1.5rem;
  }
  #header .list2 {
    display: flex;
    top: 0;
  }
  #header._top {
    position: fixed;
  }
  #header._hide {
    opacity: 0;
    pointer-events: none;
  }
}

#pagenation {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 23px 0;
  background: #b4b4b4;
}
#pagenation li {
  margin: 0 6px;
}
#pagenation li a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  #pagenation li a {
    transition: 0.3s;
  }
  #pagenation li a:hover {
    opacity: 0.8;
  }
}
#pagenation .current a {
  background: #281446;
  color: #fff;
}

#footer {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  #footer a {
    transition: 0.3s;
  }
  #footer a:hover {
    opacity: 0.8;
  }
}
#footer #page_top {
  background: #a08c78;
}
#footer #page_top a {
  display: block;
  padding: 17px 20px 21px;
  text-align: center;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 37px 44px;
}
#footer .inner h2 {
  margin: 0 0 8px;
  padding: 10px 0 0;
}
#footer .inner h2 img {
  width: 328px;
}
#footer .inner ul {
  display: flex;
}
@media screen and (min-width: 1001px) {
  #footer .inner ul {
    position: relative;
    top: 4px;
  }
}
#footer .inner ul li {
  margin: 0 18px 0 -1px;
}
#footer .logo {
  padding: 17px 9px 0 0;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
#footer .logo a {
  display: block;
  margin: 0 12px 29px;
}
#footer .logo span {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  #footer #page_top a {
    display: block;
    padding: 4.2666666667vw 34vw 5.0666666667vw;
    text-align: center;
  }
  #footer .inner {
    display: block;
    padding: 8.6666666667vw 17.3333333333vw 4vw;
  }
  #footer .inner h2 {
    margin: 0 0 2.6666666667vw;
    padding: 0 3.3333333333vw 0 0;
  }
  #footer .inner h2 img {
    width: 100%;
  }
  #footer .inner ul {
    justify-content: center;
    margin: 0 0 4.6666666667vw;
  }
  #footer .inner ul li {
    width: 8.6666666667vw;
    margin: 0 1.3333333333vw;
  }
  #footer .inner .logo {
    padding: 6.6666666667vw 0 0;
    border-top: 1px solid #fff;
  }
  #footer .inner .logo a {
    width: 36.9532666667vw;
    margin: 0 auto 4.8vw;
  }
}

#gmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  min-height: 705px;
  background: rgba(40, 20, 70, 0.95);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
#gmenu .menu_close {
  transition: 0.3s;
}
#gmenu.non .menu_close {
  top: 60px;
}
#gmenu.non .menu_close a::before, #gmenu.non .menu_close a::after {
  width: 35px;
  padding-top: 1px;
  margin-top: -8px;
  margin-left: -13px;
}
#gmenu.non .menu_close a::after {
  margin-top: 6px;
}
#gmenu.on {
  opacity: 1;
  pointer-events: all;
}
#gmenu.on .menu_close a::before, #gmenu.on .menu_close a::after {
  width: 35px;
  padding-top: 1px;
  margin-top: 0;
  margin-left: -16px;
  transform: rotate(45deg);
  transition-property: width, margin, padding, transform;
  transition-delay: 0.1s, 0.1s, 0.1s, 0.4s;
}
#gmenu.on .menu_close a::after {
  transform: rotate(-45deg);
}
#gmenu h2 {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 244px;
}
@media screen and (min-width: 1001px) {
  #gmenu h2 a {
    transition: 0.3s;
  }
  #gmenu h2 a:hover {
    opacity: 0.8;
  }
}
#gmenu .menu_close {
  position: absolute;
  top: 0;
  right: 1px;
}
#gmenu .menu_close a::before, #gmenu .menu_close a::after {
  width: 26px;
  padding-top: 2px;
  margin-top: -5px;
  margin-left: -12px;
  transform: rotate(0);
  transition: 0.5s;
}
#gmenu .menu_close a::after {
  margin-top: 5px;
}
#gmenu .list_wrap {
  width: 980px;
  margin: 0 auto;
  padding: 160px 0 100px;
  color: #fff;
  font-size: 1.8rem;
}
#gmenu .list_wrap .list1 {
  display: flex;
  justify-content: space-between;
  height: 340px;
}
#gmenu .list_wrap .list1 > li {
  width: 260px;
  margin-right: 70px;
}
#gmenu .list_wrap .list1 > li:last-child {
  margin: 0;
}
#gmenu .list_wrap .list1 > li.main li {
  margin: 0 0 27px;
}
#gmenu .list_wrap .list1 > li.main._4 {
  margin: 0;
}
#gmenu .list_wrap .list1 > li.main a {
  display: block;
  position: relative;
  line-height: 1.7;
  padding: 1px 15px 0;
  border: 1px solid #3cc8eb;
  transition: 0.3s;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
#gmenu .list_wrap .list1 > li.main a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
}
@media screen and (min-width: 1001px) {
  #gmenu .list_wrap .list1 > li.main a:hover {
    background: #3cc8eb;
    color: #fff;
  }
}
#gmenu .list_wrap .list1 > li.category {
  width: 180px;
}
#gmenu .list_wrap .list1 > li.category > span,
#gmenu .list_wrap .list1 > li.category > a {
  display: block;
  position: relative;
  padding: 6px 0 4px 15px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
#gmenu .list_wrap .list1 > li.category > span::before,
#gmenu .list_wrap .list1 > li.category > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 15px;
  background: #3cc8eb;
  transform: translateY(-50%);
}
#gmenu .list_wrap .list1 > li.category > span::after,
#gmenu .list_wrap .list1 > li.category > a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#gmenu .list_wrap .list1 > li.category > a::after {
  width: 0;
}
@media screen and (min-width: 1001px) {
  #gmenu .list_wrap .list1 > li.category > a {
    transition: 0.3s;
  }
  #gmenu .list_wrap .list1 > li.category > a:hover {
    opacity: 0.8;
  }
}
#gmenu .list_wrap .list1 > li.category ul {
  position: relative;
  margin: 25px 0 0;
  padding: 0 0 0 5px;
}
#gmenu .list_wrap .list1 > li.category ul li {
  line-height: 1.4;
  margin: 0 0 10px;
}
#gmenu .list_wrap .list1 > li.category ul li a {
  display: inline-block;
  padding: 3px 10px 0;
  border-radius: 2px;
  transition: 0.3s;
  font-size: 1.4rem;
}
#gmenu .list_wrap .list1 > li.category ul li a.on {
  background: #fff !important;
  color: #281446;
}
@media screen and (min-width: 1001px) {
  #gmenu .list_wrap .list1 > li.category ul li a:hover {
    background: #3cc8eb;
    color: #281446;
  }
}
#gmenu .list_wrap .list1 > li._0 {
  position: relative;
  top: -13px;
  width: 70px;
  margin-right: 65px;
}
#gmenu .list_wrap .list1 > li._1 {
  position: relative;
  top: -13px;
  width: 180px;
}
#gmenu .list_wrap .list1 > li._1 p {
  padding: 5px 0 0 15px;
}
#gmenu .list_wrap .list1 > li._1 p a {
  color: #a08c78;
  font-size: 1.4rem;
  text-decoration: underline;
}
#gmenu .list_wrap .list1 > li p {
  line-height: 2.45;
  margin-top: 23px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
#gmenu .list_wrap .list1 > li p:last-child {
  margin-top: 17px;
  font-size: 1rem;
}
#gmenu .list_wrap .list2 {
  display: flex;
  position: absolute;
  left: 94px;
  bottom: 69px;
}
#gmenu .list_wrap .list2 li {
  margin: 0 17px 0 0;
}
@media screen and (min-width: 1001px) {
  #gmenu .list_wrap .list2 li a {
    transition: 0.3s;
  }
  #gmenu .list_wrap .list2 li a:hover {
    opacity: 0.8;
  }
}
#gmenu .logo {
  position: absolute;
  bottom: 71px;
  right: 83px;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
#gmenu .logo a {
  display: block;
  margin: 0 3px 20px;
}
#gmenu .logo span {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1001px) {
  #gmenu .logo a {
    transition: 0.3s;
  }
  #gmenu .logo a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu {
    height: 100%;
    padding: 29.3333333333vw 4vw 6.6666666667vw;
  }
  #gmenu.non .inner .menu_close {
    top: 6.6666666667vw;
  }
  #gmenu.non .inner .menu_close a::after, #gmenu.non .inner .menu_close a::before {
    width: 5.3333333333vw;
    margin-left: -2.6666666667vw;
  }
  #gmenu.on .menu_close a::before, #gmenu.on .menu_close a::after {
    width: 5.3333333333vw;
    margin-left: -2.6666666667vw;
  }
  #gmenu .inner {
    max-height: 100%;
    overflow: scroll;
  }
  #gmenu .inner h2 {
    width: 44.1333333333vw;
  }
  #gmenu .inner .menu_close {
    top: 0;
    right: 0;
    margin-left: -2.6666666667vw;
  }
  #gmenu .inner .list_wrap {
    width: 100%;
    overflow: hidden;
    padding: 2.6666666667vw 9.3333333333vw 0;
    color: #fff;
    font-size: 1.3rem;
  }
  #gmenu .inner .list_wrap .list1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
  #gmenu .inner .list_wrap .list1 > li {
    width: 100% !important;
    margin: 0 0 5.3333333333vw;
  }
  #gmenu .inner .list_wrap .list1 > li > p {
    line-height: 2.2;
    margin-top: 4vw;
    font-size: 1rem;
  }
  #gmenu .inner .list_wrap .list1 > li > p:last-child {
    margin-top: 1.3333333333vw;
  }
  #gmenu .inner .list_wrap .list1 > li a span {
    padding: 0 0 0 0.2666666667vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  #gmenu .inner .list_wrap .list1 > li a:hover span::before {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list1 > li > span,
#gmenu .inner .list_wrap .list1 > li > a {
    padding: 0 0 0 2vw;
    font-size: 1.3rem;
  }
  #gmenu .inner .list_wrap .list1 > li > span::before,
#gmenu .inner .list_wrap .list1 > li > a::before {
    width: 0.5333333333vw;
    height: 2.5333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list1 > li.main a {
    padding: 1px 2.9333333333vw;
    border: 1px solid #3cc8eb;
    transition: 0.3s;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  #gmenu .inner .list_wrap .list1 > li.main a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg) skew(12deg, 12deg);
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list1 > li.main {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list1 > li._1 {
    top: 0;
    min-width: 0;
    margin: 0 0 9.3333333333vw;
  }
  #gmenu .inner .list_wrap .list1 > li._1:nth-of-type(3n) {
    margin: 0;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4vw -8.6666666667vw 0;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul li {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 2.2666666667vw;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul li::before {
    content: "";
    width: 1px;
    height: 13px;
    margin: 0 2vw 0 0;
    background: #fff;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul li::after {
    content: "";
    margin: 0 2vw 0 0;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul li a {
    line-height: 1.6;
    padding: 0 2.9333333333vw;
    border-radius: 2px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  #gmenu .inner .list_wrap .list1 > li._1 ul li:first-child::before, #gmenu .inner .list_wrap .list1 > li._1 ul li.line_f::before {
    content: "";
    background: none;
  }
  #gmenu .inner .list_wrap .list1 > li._1 .all {
    margin-top: 1.8666666667vw;
    padding: 0;
    text-align: center;
  }
  #gmenu .inner .list_wrap .list1 > li._1 .all a {
    color: #a08c78;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list1 > li._4 {
    padding: 5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .list_wrap .list2 {
    position: static;
    flex-direction: inherit;
    width: 100%;
    margin: 2vw 0 0 -1.3333333333vw;
  }
  #gmenu .inner .list_wrap .list2 li {
    width: 8vw !important;
    margin: 0 2vw 0 0;
  }
  #gmenu .inner .list_wrap .list2 li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  #gmenu .inner .logo {
    position: static;
    top: 0;
    right: -0.9333333333vw;
    margin: 13.3333333333vw 2.1333333333vw 0 auto;
  }
  #gmenu .inner .logo a {
    display: inline-block;
    width: 23.9013333333vw;
    margin: 0 0.8vw 2.1333333333vw;
  }
  #gmenu .inner .logo span {
    display: block;
    font-size: 2.4vw;
    letter-spacing: 0.1em;
  }
}

#search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 17px 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
#search_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.95);
}
#search_wrap.on {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
#search_wrap.on.non {
  top: 65px;
  padding-top: 23px;
}
#search_wrap.on .list1 {
  bottom: -70px;
}
#search_wrap.on .list1 li:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #search_wrap.on.non {
    top: 8vw;
    padding-top: 23px;
  }
  #search_wrap.on .list1 {
    bottom: -13.3333333333vw;
  }
}
#search_wrap .tag {
  display: flex;
  position: relative;
  width: 65%;
}
#search_wrap .tag h2 {
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 1.4rem;
}
#search_wrap .tag ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#search_wrap .tag ul li {
  margin: 0 10px 1px 0;
}
#search_wrap .tag ul li a {
  color: #281446;
  font-size: 1.3rem;
  text-decoration: underline;
}
#search_wrap .input {
  position: relative;
  width: 30%;
}
#search_wrap .input p {
  display: flex;
}
#search_wrap .input p input {
  flex: 1;
  height: 30px;
  padding: 0 4px;
  border: none;
  border-radius: 0;
  color: #111;
}
#search_wrap .input p button {
  width: 70px;
  background: #a08c78;
  color: #281446;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
#search_wrap .list1 {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.6s;
  transition-delay: 0.3s;
}
#search_wrap .list1 li {
  margin: 0 0 0 2px;
}
#search_wrap .list1 li:nth-child(1) {
  opacity: 0;
  transform: translateY(-30px);
  transition: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1000px) {
  #search_wrap {
    display: block;
    padding: 4vw 4vw 8.8vw;
  }
  #search_wrap .tag {
    display: block;
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
  #search_wrap .tag h2 {
    margin: 0 0 2vw;
    font-size: 1.2rem;
    text-align: center;
  }
  #search_wrap .tag ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  #search_wrap .tag ul li {
    line-height: 1.4;
    margin: 0 2.6666666667vw 1.3333333333vw 0;
  }
  #search_wrap .tag ul li a {
    font-size: 1.1rem;
  }
  #search_wrap .input {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  #search_wrap .input p {
    display: flex;
  }
  #search_wrap .input p input {
    flex: 1;
    width: 100%;
    height: 6.6666666667vw;
    border: none;
  }
  #search_wrap .input p button {
    width: 14.4vw;
    min-width: 14.4vw;
    font-size: 1.15rem;
    white-space: nowrap;
  }
  #search_wrap .list1 {
    display: flex;
    position: absolute;
    right: 0;
  }
  #search_wrap .list1 li {
    margin: 0 0 0 1px;
  }
  #search_wrap .list1 li a {
    width: 12vw;
    height: 13.3333333333vw;
    margin: 0;
  }
  #search_wrap .list1 li .i_menu::before, #search_wrap .list1 li .i_menu::after,
#search_wrap .list1 li .i_menu span {
    width: 4.6666666667vw;
    padding: 0.3066666667vw 0 0;
    margin: -1px 0 0 -2.3333333333vw;
  }
  #search_wrap .list1 li .i_menu span {
    margin-top: -3.2vw;
  }
  #search_wrap .list1 li .i_menu::before {
    margin-top: -1.7333333333vw;
  }
  #search_wrap .list1 li .i_menu::after {
    margin-top: -0.2666666667vw;
  }
}

.tag_line {
  position: relative;
  z-index: 10000;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  background: #a08c78;
  white-space: nowrap;
}
.tag_line ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll 16s linear infinite;
}
.tag_line ul li {
  display: inline-block;
  letter-spacing: 0.08em;
}
.tag_line ul li::after {
  content: "　";
}
.tag_line ul li a {
  color: #1e1e50;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .tag_line ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1000px) {
  .tag_line {
    line-height: 8vw;
  }
  .tag_line ul li a {
    font-size: 1.1rem;
    font-weight: normal;
  }
}

.top_head {
  clear: both;
  position: relative;
  top: -180px;
  z-index: 100;
}
@media screen and (min-width: 1001px) {
  .top_head {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .top_head {
    top: 0;
  }
}
.top_head .hd {
  position: relative;
  z-index: 100;
  order: 2;
}
@media screen and (min-width: 1001px) {
  .top_head .hd {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .top_head .hd {
    padding: 0 4vw;
  }
}
.top_head .hd .inner {
  position: sticky;
  top: 0;
  padding: 125px 0 190px;
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner {
    padding: 12vw 0 7.3333333333vw;
  }
}
.top_head .hd .inner .list1 {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner .list1 {
    top: 0;
    right: -4vw;
  }
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner .list1 .menu_open {
    margin: 0;
  }
}
.top_head .hd .inner .logo {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .top_head .hd .inner .logo {
    width: 332px;
  }
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner .logo {
    width: 74.2666666667vw;
    margin: 0 auto 4vw;
    padding: 3.3333333333vw 2vw 2.6666666667vw 0;
  }
}
.top_head .hd .inner .cat_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner .cat_list {
    margin-bottom: 6vw;
  }
}
.top_head .hd .inner .cat_list .category {
  margin-bottom: 35px;
}
.top_head .hd .inner .cat_list .category ul {
  margin-bottom: 3px;
}
.top_head .hd .inner .cat_list .category ul a {
  padding: 0 28px;
}
@media screen and (max-width: 1000px) {
  .top_head .hd .inner .cat_list .category {
    margin-bottom: 6.6666666667vw;
  }
  .top_head .hd .inner .cat_list .category ul {
    margin-bottom: 1.3333333333vw;
  }
  .top_head .hd .inner .cat_list .category ul a {
    padding: 0 3.2vw;
  }
}
.top_head .hd .inner .cat_list li {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.1s;
}
.top_head .hd .inner .cat_list li a {
  letter-spacing: 0;
}
.top_head .hd .inner .cat_list li:nth-child(2) {
  transition-delay: 0.2s;
}
.top_head .hd .inner .cat_list li:nth-child(3) {
  transition-delay: 0.3s;
}
.top_head .hd.scf_on .inner .cat_list li {
  opacity: 1;
}
.top_head .hd.scf_on .inner .all {
  opacity: 1;
}
.top_head .hd.scf_on .inner .all::after {
  opacity: 1;
}
.top_head .list {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .top_head .list {
    width: 100%;
  }
}
.top_head .list .slide {
  position: relative;
  width: 100%;
  border-bottom: 8px solid #a08c78;
}
.top_head .list .slide .headline_item::after {
  height: 100%;
}
.top_head .list .slide .headline_item a {
  min-height: 640px;
}
@media screen and (max-width: 1000px) {
  .top_head .list .slide .headline_item a {
    min-height: 64vw;
  }
}
.top_head .list .slide .headline_item a .title {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .top_head .list .slide .headline_item a .title {
    font-size: 1.6rem;
  }
}
.top_head .list .slide .slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 14px;
  opacity: 0;
  transition-delay: 0.4s;
}
.top_head .list .slide .slick-dots li {
  margin: 0 6px;
}
.top_head .list .slide .slick-dots li button {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 6px;
  padding: 6px 0 0;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
.top_head .list .slide .slick-dots .slick-active {
  margin: 0 3px;
}
.top_head .list .slide .slick-dots .slick-active button {
  width: 10px;
  padding: 8px 0 0;
  background: #3cc8eb;
  border: 1px solid #a0a0a0;
}
.top_head .list .slide.scf_on .slick-dots {
  opacity: 1;
}
.top_head .list .headline_list li._m {
  width: 50%;
}
.top_head .list .headline_list li._l {
  width: 100%;
}
.top_head .all {
  position: relative;
  opacity: 0;
  text-align: center;
  transition: 1s;
  transition-delay: 0.25s;
}
.top_head .all a {
  color: #a08c78;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .top_head .all a {
    font-size: 1.2rem;
  }
}

.all a {
  position: relative;
  transition: 0.3s;
}
.all a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a08c78;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .all a:hover {
    opacity: 0.8;
  }
}

.list_head,
.detail_head {
  padding: 45px 0 42px;
}
.list_head.serialization_list,
.detail_head.serialization_list {
  margin-top: -27px;
  padding-top: 0;
}
.list_head .list_hd,
.detail_head .list_hd {
  position: relative;
  color: #fff;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.list_head .list_hd.ls2,
.detail_head .list_hd.ls2 {
  transition: 0s;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}
.list_head .list_hd.serach,
.detail_head .list_hd.serach {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.list_head .list_hd.serialization,
.detail_head .list_hd.serialization {
  padding-bottom: 23px;
}
.list_head .list_hd.serialization::after,
.detail_head .list_hd.serialization::after {
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .list_head .list_hd.serialization,
.detail_head .list_hd.serialization {
    padding-bottom: 2.6666666667vw;
  }
  .list_head .list_hd.serialization::after,
.detail_head .list_hd.serialization::after {
    margin-top: 0.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .list_head .list_hd,
.detail_head .list_hd {
    font-size: 1.9rem;
  }
}
.list_head .list_hd .parent,
.detail_head .list_hd .parent {
  display: inline-block;
  line-height: 1.7;
  margin: 0 0 15px;
  padding: 0 50px;
  border: 1px solid #3cc8eb;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 1000px) {
  .list_head .list_hd .parent,
.detail_head .list_hd .parent {
    margin: 0;
    padding: 0 6.6666666667vw;
    font-size: 1.3rem;
  }
}
.list_head .list_hd::after,
.detail_head .list_hd::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 1px auto;
  background: #50dcc8;
}
@media screen and (max-width: 1000px) {
  .list_head .list_hd::after,
.detail_head .list_hd::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
.list_head .list_hd.cat,
.detail_head .list_hd.cat {
  letter-spacing: 0.3em;
}
.list_head .list_hd.cat::after,
.detail_head .list_hd.cat::after {
  background: #fa5073;
}
.list_head .list_hd.request::after,
.detail_head .list_hd.request::after {
  background: #3cc8eb;
}
.list_head .list_hd.research::after,
.detail_head .list_hd.research::after {
  background: #0096dc;
}
.list_head .list_hd.region::after,
.detail_head .list_hd.region::after {
  background: #3bc800;
}
.list_head .list_hd.global::after,
.detail_head .list_hd.global::after {
  background: #ff8c41;
}
.list_head .list_hd.culture::after,
.detail_head .list_hd.culture::after {
  background: #ffe637;
}
.list_head .list_hd.business::after,
.detail_head .list_hd.business::after {
  background: #4128a0;
}
.list_head .list_hd.person::after,
.detail_head .list_hd.person::after {
  background: #9628f0;
}
.list_head .list_hd .r1::after,
.detail_head .list_hd .r1::after {
  background: #BE0F0F;
}
.list_head .list_hd .r2::after,
.detail_head .list_hd .r2::after {
  background: #8C6EB9;
}
.list_head .list_hd .r3::after,
.detail_head .list_hd .r3::after {
  background: #64C8F0;
}
.list_head .list_hd .r4::after,
.detail_head .list_hd .r4::after {
  background: #F596A5;
}
@media screen and (max-width: 1000px) {
  .list_head,
.detail_head {
    padding: 9.0666666667vw 0 4vw;
  }
  .list_head.serialization_list,
.detail_head.serialization_list {
    margin-top: 0;
    padding: 8vw 0 6.6666666667vw;
  }
  .list_head .cat_list,
.detail_head .cat_list {
    margin: 0 12.2666666667vw 12vw;
  }
  .list_head .cat_list li,
.detail_head .cat_list li {
    width: 23.3333333333vw;
  }
  .list_head .cat_list li a,
.detail_head .cat_list li a {
    padding: 0.6666666667vw 1.3333333333vw;
  }
}

@media screen and (max-width: 1000px) {
  .detail_head {
    padding: 16vw 0 0;
  }
  .detail_head .cat_list {
    margin: 0 12.2666666667vw;
  }
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.cat_list li {
  position: relative;
  width: 160px;
  margin: 0 10px;
}
.cat_list li > a {
  display: block;
  position: relative;
  padding: 1px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
.cat_list li > a:hover {
  background: #3cc8eb;
  color: #281446;
}
.cat_list li.main a {
  border: 1px solid #3cc8eb;
}
.cat_list li.on a {
  background: #7edff7;
  color: #555;
}
@media screen and (max-width: 1000px) {
  .cat_list._detail {
    padding: 5.3333333333vw 4vw 0;
  }
  .cat_list._detail .category {
    margin-bottom: 4.6666666667vw;
  }
  .cat_list .main {
    width: 34.6666666667vw;
    margin: 0 0 0 8.6666666667vw;
  }
  .cat_list .main a {
    line-height: 1.8;
    padding: 0.4vw;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .cat_list .main._last {
    margin: 0 8.6666666667vw 0 0;
  }
  .cat_list .all {
    margin-top: 1.8666666667vw;
    padding: 0;
    text-align: center;
  }
  .cat_list .all a {
    color: #a08c78;
    font-size: 1.2rem;
  }
}
.cat_list .open {
  z-index: 1;
}
.cat_list .category {
  width: 100%;
  margin: 0 0 35px;
}
.cat_list .category h2 {
  margin: 0 0 12px;
  color: #a08c78;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cat_list .category h2 {
    margin: 0 0 1.8666666667vw;
    font-size: 1.2rem;
  }
}
.cat_list .category ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 520px;
  margin: 0 auto 5px;
}
.cat_list .category ul li {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 10px;
}
.cat_list .category ul li::before {
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 10px 0 0;
  background: #fff;
}
.cat_list .category ul li::after {
  content: "";
  margin: 0 10px 0 0;
}
.cat_list .category ul li a {
  line-height: 1.6;
  padding: 1px 23px;
  border-radius: 2px;
}
.cat_list .category ul li:first-child::before, .cat_list .category ul li.line_f::before {
  content: "";
  background: none;
}
@media screen and (max-width: 1000px) {
  .cat_list .category ul {
    width: 85.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .cat_list .category ul li {
    margin-bottom: 1.6vw;
  }
  .cat_list .category ul li::before, .cat_list .category ul li::after {
    margin: 0 2vw 0 0;
  }
  .cat_list .category ul li a {
    padding: 0 2vw;
    background: none;
    color: #fff;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1001px) {
  .cat_list .on {
    z-index: 100;
  }
  .cat_list .on > a {
    background: #3cc8eb;
    color: #281446;
  }
  .cat_list .on > a::after {
    opacity: 1;
  }
  .cat_list .on .select_wrap {
    opacity: 1;
    pointer-events: all;
  }
  .cat_list .select_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .cat_list .select_wrap li {
    border-bottom: 1px solid #fff;
  }
  .cat_list .select_wrap li a {
    display: block;
    padding: 4px 10px 4px 18px;
    background: #d9d9d9;
    color: #461e82;
    font-size: 1.1rem;
  }
  .cat_list .select_wrap li a::before {
    content: "●";
    color: #fa5073;
  }
  .cat_list .select_wrap li .research::before {
    color: #0096dc;
  }
  .cat_list .select_wrap li .region::before {
    color: #3bc800;
  }
  .cat_list .select_wrap li .global::before {
    color: #ff8c41;
  }
  .cat_list .select_wrap li .culture::before {
    color: #ffe637;
  }
  .cat_list .select_wrap li .business::before {
    color: #4128a0;
  }
  .cat_list .select_wrap li .person::before {
    color: #9628f0;
  }
  .cat_list .select_wrap li .r1::before {
    color: #BE0F0F;
  }
  .cat_list .select_wrap li .r2::before {
    color: #8C6EB9;
  }
  .cat_list .select_wrap li .r3::before {
    color: #64C8F0;
  }
  .cat_list .select_wrap li .r4::before {
    color: #F596A5;
  }
}
@media screen and (max-width: 1000px) {
  .cat_list {
    justify-content: space-between;
  }
  .cat_list > li {
    width: 29.3333333333vw;
    margin: 0;
  }
  .cat_list > li > a {
    padding: 1.3333333333vw;
    font-size: 1.2rem;
  }
}

#top_head {
  max-height: 10000px;
  transition: 0.3s;
  transition-delay: 0.3s;
}

#main_list {
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  #main_list {
    top: -180px;
    margin-bottom: -180px;
  }
}
#main_list .top_wrap {
  width: 100%;
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.6s;
  transition-delay: 1.8s;
  transition-timing-function: cubic-bezier(0.92, 0, 0.61, 0.98);
}
#main_list .top_wrap #category_name {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 2.3s;
}
#main_list #category_name {
  pointer-events: none;
  transition: 0.3s;
  transition-delay: 0.2s;
  margin: 5px 0 42px;
  overflow: hidden;
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
#main_list #category_name.ls2 {
  transition: 0s;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}
#main_list #category_name.ls3 {
  transition: 0s;
}
#main_list #category_name::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 1px auto 0;
  background: #fa5073;
}
@media screen and (max-width: 1000px) {
  #main_list #category_name {
    margin: 13.3333333333vw 0 7.3333333333vw;
    font-size: 1.9rem;
  }
  #main_list #category_name::after {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    margin: 1px auto 0;
    background: #50dcc8;
  }
}
#main_list #category_name.cat::after {
  background: #fa5073;
}
#main_list #category_name.c_all::after {
  background: #50dcc8;
}
#main_list #category_name.study::after {
  background: #fa5073;
}
#main_list #category_name.research::after {
  background: #0096dc;
}
#main_list #category_name.region::after {
  background: #3bc800;
}
#main_list #category_name.global::after {
  background: #ff8c41;
}
#main_list #category_name.culture::after {
  background: #ffe637;
}
#main_list #category_name.business::after {
  background: #4128a0;
}
#main_list #category_name.person::after {
  background: #9628f0;
}
#main_list #category_name .r1::after {
  background: #BE0F0F;
}
#main_list #category_name .r2::after {
  background: #8C6EB9;
}
#main_list #category_name .r3::after {
  background: #64C8F0;
}
#main_list #category_name .r4::after {
  background: #F596A5;
}
#main_list .cat_list {
  transition: 0.3s;
  transition-delay: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #main_list .cat_list {
    padding: 0 4vw;
  }
  #main_list .cat_list .category {
    margin-bottom: 4.6666666667vw;
  }
}
#main_list .all {
  text-align: center;
  transition: 1s;
  transition-delay: 0.25s;
}
#main_list .all a {
  color: #a08c78;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  #main_list .all a {
    font-size: 1.2rem;
  }
}

@keyframes list_animation {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_animation {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  #wrapper #header._top {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #wrapper #header._top {
    max-height: 10000px;
  }
}
#wrapper.show #header {
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  #wrapper.show #header {
    position: sticky;
    max-height: 30vw;
    transition-delay: 0.5s;
  }
}
#wrapper.show #footer,
#wrapper.show #pagenation {
  animation: list_animation 1.45s linear 0s alternate;
}
#wrapper.show #top_head {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
}
#wrapper.show #top_head .slide {
  transform: scale(0.6);
  opacity: 0;
  transition: 0.5s;
}
#wrapper.show #top_head .hd {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 1001px) {
  #wrapper.show #top_head .hd {
    transition: 0.3s;
    transition-delay: 0s;
  }
}
#wrapper.show #top_head .headline_list .headline_item {
  transform: scale(0.6);
  opacity: 0;
  transition: 0.2s;
}
#wrapper.show #top_head .headline_list .headline_item:nth-child(odd) {
  transition-delay: 0.2s;
}
#wrapper.show #top_head .headline_list .headline_item:nth-child(even) {
  transition-delay: 0.15s;
}
#wrapper.show #top_head .headline_list .headline_item:nth-child(3n) {
  transition-delay: 0.1s;
}
#wrapper.show #top_head .headline_list .headline_item:nth-child(4n) {
  transition-delay: 0.05s;
}
#wrapper.show #main_list {
  animation: list_animation 1.45s linear 0s alternate;
}
#wrapper.show #main_list .top_wrap {
  max-height: 1000px;
  opacity: 1;
  padding: 140px 0 0;
}
#wrapper.show #main_list .top_wrap #category_name {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #wrapper.show #main_list .top_wrap {
    padding: 5.3333333333vw 0 0;
  }
}

.headline_list {
  display: flex;
  flex-wrap: wrap;
}
.headline_list li._m {
  width: 25%;
}
.headline_list li._l {
  width: 50%;
}
.headline_list li a {
  border-bottom: 8px solid #a08c78;
}
@media screen and (max-width: 1000px) {
  .headline_list li._m {
    width: 50%;
  }
  .headline_list li._l {
    width: 100%;
  }
}

.headline_item {
  position: relative;
  overflow: hidden;
}
.headline_item.scf::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #233278;
  transition: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.12, 0.37, 0.31, 0.84);
  opacity: 0;
}
.headline_item.scf.study::before {
  background: #fa5073;
}
.headline_item.scf.research::before {
  background: #0096dc;
}
.headline_item.scf.region::before {
  background: #3bc800;
}
.headline_item.scf.global::before {
  background: #ff8c41;
}
.headline_item.scf.culture::before {
  background: #ffe637;
}
.headline_item.scf.business::before {
  background: #4128a0;
}
.headline_item.scf.person::before {
  background: #9628f0;
}
.headline_item.scf.line_2::before {
  transition-delay: 0.2s;
}
.headline_item.scf.line_2 a {
  transition-delay: 0.75s;
}
.headline_item.scf.line_3::before {
  transition-delay: 0.4s;
}
.headline_item.scf.line_3 a {
  transition-delay: 0.95s;
}
.headline_item.scf.line_4::before {
  transition-delay: 0.6s;
}
.headline_item.scf.line_4 a {
  transition-delay: 1.15s;
}
.headline_item.scf a {
  opacity: 0;
}
.headline_item.scf_on::before {
  top: 0;
  opacity: 0.3;
}
.headline_item.scf_on a {
  z-index: 10;
  opacity: 1;
}
.headline_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 8px);
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .headline_item:hover::after {
    opacity: 0.2;
  }
  .headline_item:hover a::before {
    width: 103%;
    height: 103%;
  }
}
.headline_item a {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 426px;
  padding: 30px 20px 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  background-position: center;
  background-size: cover;
  transition: 1s;
  transition-delay: 0.55s;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .headline_item a {
    min-height: 66.6666666667vw;
    padding: 4vw 2.6666666667vw 2vw;
  }
}
.headline_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: inherit;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
  transition: 0.8s;
  transition-timing-function: cubic-bezier(0.29, 0.54, 0, 0.68);
}
.headline_item a .text_wrap {
  position: relative;
  z-index: 1;
}
.headline_item a .text_wrap span {
  display: block;
}
.headline_item a .text_wrap .date {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
.headline_item a .text_wrap .date b {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .headline_item a .text_wrap .date b {
    font-size: 1.1rem;
  }
}
.headline_item a .text_wrap .date b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fa5073;
  border-radius: 100%;
  transform: translateY(-50%);
}
.headline_item a .text_wrap .date .research::before {
  border-color: #0096dc;
}
.headline_item a .text_wrap .date .region::before {
  border-color: #3bc800;
}
.headline_item a .text_wrap .date .global::before {
  border-color: #ff8c41;
}
.headline_item a .text_wrap .date .culture::before {
  border-color: #ffe637;
}
.headline_item a .text_wrap .date .business::before {
  border-color: #4128a0;
}
.headline_item a .text_wrap .date .person::before {
  border-color: #9628f0;
}
.headline_item a .text_wrap .date .r1::before {
  border-color: #BE0F0F;
}
.headline_item a .text_wrap .date .r2::before {
  border-color: #8C6EB9;
}
.headline_item a .text_wrap .date .r3::before {
  border-color: #64C8F0;
}
.headline_item a .text_wrap .date .r4::before {
  border-color: #F596A5;
}
.headline_item a .text_wrap .title {
  line-height: 1.5;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .headline_item a .text_wrap .title {
    font-size: 1.25rem;
  }
}
.headline_item a .text_wrap .tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .headline_item a .text_wrap .tag {
    margin: 8px 0 0;
  }
}
.headline_item a .text_wrap .tag span {
  margin: 8px 1em 3px 0;
}
@media screen and (max-width: 1000px) {
  .headline_item a .text_wrap .tag span {
    line-height: 1.5;
    margin: 0 1em 3px 0;
  }
}
.headline_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(40, 20, 70, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1000px) {
  .headline_item a::after {
    height: 70%;
  }
}
.headline_item._pr a .pr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 66px;
  padding: 2px 0;
  line-height: 1.5;
  background: rgba(60, 200, 235, 0.8);
  font-size: 1.4rem;
  text-align: center;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
}
.headline_item._right a {
  padding-right: 53%;
}

#detail_wrap .progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 6px;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .progress {
    height: 1.6vw;
  }
}
#detail_wrap .progress .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #3CC8EB;
}
#detail_wrap .hd_wrap {
  position: relative;
  z-index: 2;
  width: 880px;
  margin: 0 auto -240px;
  padding: 40px 0 0;
}
#detail_wrap .hd_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(40, 20, 70, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
#detail_wrap .hd_wrap.study .text {
  border-color: #fa5073;
}
#detail_wrap .hd_wrap.research .text {
  border-color: #0096dc;
}
#detail_wrap .hd_wrap.region .text {
  border-color: #3bc800;
}
#detail_wrap .hd_wrap.global .text {
  border-color: #ff8c41;
}
#detail_wrap .hd_wrap.culture .text {
  border-color: #ffe637;
}
#detail_wrap .hd_wrap.business .text {
  border-color: #4128a0;
}
#detail_wrap .hd_wrap.person .text {
  border-color: #9628f0;
}
#detail_wrap .hd_wrap .text {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px 40px 25px 24px;
  border-left: 14px solid #50dcc8;
  color: #fff;
}
#detail_wrap .hd_wrap .text > * {
  order: 2;
}
#detail_wrap .hd_wrap .text .cat {
  order: 1;
  margin: 0 0 10px;
}
#detail_wrap .hd_wrap .text .cat b {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
#detail_wrap .hd_wrap .text .cat b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #fa5073;
  border-radius: 100%;
  transform: translateY(-50%);
}
#detail_wrap .hd_wrap .text .cat .research::before {
  border-color: #0096dc;
}
#detail_wrap .hd_wrap .text .cat .region::before {
  border-color: #3bc800;
}
#detail_wrap .hd_wrap .text .cat .global::before {
  border-color: #ff8c41;
}
#detail_wrap .hd_wrap .text .cat .culture::before {
  border-color: #ffe637;
}
#detail_wrap .hd_wrap .text .cat .business::before {
  border-color: #4128a0;
}
#detail_wrap .hd_wrap .text .cat .person::before {
  border-color: #9628f0;
}
#detail_wrap .hd_wrap .text .cat .r1::before {
  border-color: #BE0F0F;
}
#detail_wrap .hd_wrap .text .cat .r2::before {
  border-color: #8C6EB9;
}
#detail_wrap .hd_wrap .text .cat .r3::before {
  border-color: #64C8F0;
}
#detail_wrap .hd_wrap .text .cat .r4::before {
  border-color: #F596A5;
}
#detail_wrap .hd_wrap .text .hd {
  line-height: 1.4;
  margin: 0 0 10px;
  font-size: 2.6rem;
  font-weight: 500;
}
#detail_wrap .hd_wrap .text .lead {
  line-height: 1.5;
  margin: 0 0 15px;
  font-size: 1.5rem;
}
#detail_wrap .hd_wrap .text .tag {
  display: flex;
  flex-wrap: wrap;
}
#detail_wrap .hd_wrap .text .tag li {
  margin: 0 18px 0 0;
}
#detail_wrap .hd_wrap .text .tag li a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#detail_wrap .detail_main {
  position: relative;
  padding: 265px 0 0;
  background: #e8e8e8;
}
#detail_wrap .detail_main > .inner {
  width: 880px;
  margin: 0 auto;
}
#detail_wrap .detail_main .sns_share {
  display: flex;
  margin: 0 0 50px;
}
#detail_wrap .detail_main .sns_share li {
  margin: 0 10px 0 0;
}
#detail_wrap .detail_main .sns_share li .fb_iframe_widget > span {
  vertical-align: top !important;
}
#detail_wrap .detail_main .detail {
  width: 880px;
  margin: 0 auto;
  padding: 0 0 50px;
}
#detail_wrap .detail_main .detail * {
  font-weight: 300;
}
#detail_wrap .detail_main .detail * b, #detail_wrap .detail_main .detail * strong {
  font-weight: bold;
}
#detail_wrap .detail_main .detail *:first-child {
  margin-top: 0 !important;
}
#detail_wrap .detail_main .detail *:last-child {
  margin-bottom: 0 !important;
}
#detail_wrap .detail_main .detail h2 {
  display: flex;
  position: relative;
  line-height: 1.7;
  margin: 70px 0 45px;
  padding: 18px 37px 15px 10px;
  background: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
#detail_wrap .detail_main .detail h2::before {
  content: "";
  display: block;
  min-width: 3px;
  margin: 3px 22px 3px 0;
  background: #461e82;
}
#detail_wrap .detail_main .detail a.txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.3s;
  background: url("../images/i_arrow_right.svg") no-repeat 3px 8px/8px 12px;
}
#detail_wrap .detail_main .detail a.txt[target=_blank] {
  background: url("../images/i_blank.svg") no-repeat left 8px/12px 12px;
}
#detail_wrap .detail_main .detail a.txt.download {
  background: url("../images/i_dl.svg") no-repeat 1px 8px/10px 12px;
}
@media screen and (min-width: 1001px) {
  #detail_wrap .detail_main .detail a.txt:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail a.txt {
    background-position: 0 2.1333333333vw !important;
  }
}
#detail_wrap .detail_main .detail figure {
  width: 720px;
  margin: 35px auto;
}
#detail_wrap .detail_main .detail figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
#detail_wrap .detail_main .detail figure figcaption {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: left;
}
#detail_wrap .detail_main .detail figure figcaption center {
  display: block;
  text-align: center;
}
#detail_wrap .detail_main .detail figure + figure {
  margin-top: -15px;
}
#detail_wrap .detail_main .detail .talk {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
#detail_wrap .detail_main .detail .talk dt {
  width: 80px;
  font-weight: bold;
  margin-top: 40px;
  padding: 7px 10px 0 0;
  line-height: 1.4;
  font-size: 1.4rem;
}
#detail_wrap .detail_main .detail .talk dt:first-child {
  margin-top: 0;
}
#detail_wrap .detail_main .detail .talk dt:first-child + dd {
  margin-top: 0;
}
#detail_wrap .detail_main .detail .talk dd {
  width: calc(100% - 80px);
  margin-top: 40px;
  font-size: 1.4rem;
}
#detail_wrap .detail_main .writer {
  width: 880px;
  margin: 100px auto 0;
  padding: 46px 0 0;
  border-top: 1px solid #a08c78;
}
#detail_wrap .detail_main .writer + .writer {
  margin-top: 50px;
}
#detail_wrap .detail_main .writer .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detail_wrap .detail_main .writer .inner figure {
  position: relative;
  left: 17px;
  width: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0;
}
#detail_wrap .detail_main .writer .inner figure img {
  width: 100%;
}
#detail_wrap .detail_main .writer .inner figure + dl:not([class]) {
  width: 630px;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) {
  width: 100%;
  font-size: 1.4rem;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dt {
  margin: 0 0 15px;
  font-weight: 500;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dt span {
  font-size: 1.8rem;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dd {
  margin-top: 30px;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dd p {
  margin-top: 25px;
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dd p:first-child {
  margin-top: 0;
}
#detail_wrap .detail_main .writer .inner .relatedLink {
  position: relative;
  width: 100%;
  margin: 45px 0 0;
  padding: 20px 30px 20px 175px;
  background: #fff;
}
#detail_wrap .detail_main .writer .inner .relatedLink dt {
  width: 130px;
  margin: 0;
  color: #3cc8eb;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  #detail_wrap .detail_main .writer .inner .relatedLink dt {
    position: absolute;
    top: 20px;
    left: 30px;
  }
}
#detail_wrap .detail_main .writer .inner .relatedLink dd {
  width: 670px;
  font-size: 1.4rem;
  font-weight: 500;
}
#detail_wrap .detail_main .writer .inner .relatedLink dd a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.3s;
  background: url("../images/i_arrow_right.svg") no-repeat 3px 8px/8px 12px;
}
#detail_wrap .detail_main .writer .inner .relatedLink dd a[target=_blank] {
  background: url("../images/i_blank.svg") no-repeat left 8px/12px 12px;
}
#detail_wrap .detail_main .writer .inner .relatedLink dd a.download {
  background: url("../images/i_dl.svg") no-repeat 1px 8px/10px 12px;
}
@media screen and (min-width: 1001px) {
  #detail_wrap .detail_main .writer .inner .relatedLink dd a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
#detail_wrap .detail_main .writer.interview .inner {
  position: relative;
}
#detail_wrap .detail_main .writer.interview .inner figure {
  position: absolute;
  top: 0;
  left: 0;
}
#detail_wrap .detail_main .writer.interview .inner dl:not([class]) {
  width: 100%;
}
#detail_wrap .detail_main .writer.interview .inner dl:not([class]) dt {
  padding: 10px 0 0 243px;
  min-height: 200px;
}
#detail_wrap .detail_main .related {
  width: 880px;
  margin: 0 auto;
  padding: 57px 0 133px;
  border-top: 1px solid #a08c78;
}
#detail_wrap .detail_main .related h2 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.15em;
}
#detail_wrap .detail_main .related #related_slide {
  position: relative;
}
#detail_wrap .detail_main .related #related_slide .headline_item {
  width: 251px;
  margin: 0 19px;
}
#detail_wrap .detail_main .related #related_slide .headline_item a {
  min-height: 260px;
  padding: 15px 15px 10px;
}
#detail_wrap .detail_main .related #related_slide .headline_item a .date {
  font-size: 1rem;
}
#detail_wrap .detail_main .related #related_slide .headline_item a .date b {
  font-size: 1rem;
}
#detail_wrap .detail_main .related #related_slide .headline_item a .title {
  font-size: 1.3rem;
}
#detail_wrap .detail_main .related #related_slide .headline_item:nth-child(3n-1)::before {
  transition-delay: 0.2s;
}
#detail_wrap .detail_main .related #related_slide .headline_item:nth-child(3n)::before {
  transition-delay: 0.4s;
}
#detail_wrap .detail_main .related #related_slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 38px;
  height: 0;
  padding: 36px 0 0;
  overflow: hidden;
  border-top: 2px solid #3cc8eb;
  border-left: 2px solid #3cc8eb;
  transform: translateY(-50%) rotate(-45deg) skew(-20deg, -20deg);
}
#detail_wrap .detail_main .related #related_slide .slick-next {
  left: auto;
  right: -45px;
  border: none;
  border-right: 2px solid #3cc8eb;
  border-bottom: 2px solid #3cc8eb;
}
#detail_wrap .detail_main .related #related_slide .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}
#detail_wrap .detail_main .related #related_slide .slick-dots li {
  margin: 0 10px;
}
#detail_wrap .detail_main .related #related_slide .slick-dots li button {
  display: block;
  width: 10px;
  height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
}
#detail_wrap .detail_main .related #related_slide .slick-dots .slick-active button {
  background: #3cc8eb;
}
@media screen and (max-width: 1000px) {
  #detail_wrap {
    overflow: hidden;
  }
  #detail_wrap .hd_wrap {
    position: relative;
    z-index: 2;
    width: 140vw;
    margin: 0;
    padding: 18vw 0 0;
  }
  #detail_wrap .hd_wrap::after {
    display: none;
  }
  #detail_wrap .hd_wrap .img {
    position: relative;
    left: -20vw;
  }
  #detail_wrap .hd_wrap .text {
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    padding: 0 8vw 4vw 5.8666666667vw;
    border-left-width: 2.1333333333vw;
    color: #fff;
  }
  #detail_wrap .hd_wrap .text > * {
    order: 2;
  }
  #detail_wrap .hd_wrap .text .cat {
    order: 1;
    margin: 0 0 0.6666666667vw;
  }
  #detail_wrap .hd_wrap .text .cat b {
    padding: 0 0 0 4vw;
    font-size: 1rem;
  }
  #detail_wrap .hd_wrap .text .cat b::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 1px;
  }
  #detail_wrap .hd_wrap .text .hd {
    line-height: 1.4;
    margin: 0 0 1.3333333333vw;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #detail_wrap .hd_wrap .text .lead {
    line-height: 1.6;
    margin: 0 0 0.6666666667vw;
    font-size: 1rem;
  }
  #detail_wrap .hd_wrap .text .tag {
    display: flex;
    flex-wrap: wrap;
  }
  #detail_wrap .hd_wrap .text .tag li {
    line-height: 1.6;
    margin: 0 3.4666666667vw 0 0;
  }
  #detail_wrap .hd_wrap .text .tag li a {
    font-size: 1rem;
  }
  #detail_wrap .detail_main {
    position: relative;
    padding: 6.6666666667vw 0 13.3333333333vw;
    background: #e8e8e8;
  }
  #detail_wrap .detail_main > .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
  #detail_wrap .detail_main .sns_share {
    display: flex;
    margin: 0 0 6.6666666667vw;
  }
  #detail_wrap .detail_main .sns_share li {
    margin: 0 10px 0 0;
  }
  #detail_wrap .detail_main .sns_share li .fb_iframe_widget > span {
    vertical-align: top !important;
  }
  #detail_wrap .detail_main .detail {
    width: 90.6666666667vw;
    margin: 0 auto;
    padding: 0 0 10.6666666667vw;
    font-size: 1.3rem;
  }
  #detail_wrap .detail_main .detail *:first-child {
    margin-top: 0 !important;
  }
  #detail_wrap .detail_main .detail *:last-child {
    margin-bottom: 0 !important;
  }
  #detail_wrap .detail_main .detail p {
    font-size: inherit;
  }
  #detail_wrap .detail_main .detail h2 {
    display: flex;
    position: relative;
    line-height: 1.4;
    margin: 13.3333333333vw 0 6.6666666667vw;
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 2.6666666667vw;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #detail_wrap .detail_main .detail h2::before {
    content: "";
    display: block;
    min-width: 0.8vw;
    margin: 1.3333333333vw 2.6666666667vw 1.3333333333vw 0;
    background: #461e82;
  }
  #detail_wrap .detail_main .detail figure {
    width: 100%;
    margin: 8vw auto;
  }
  #detail_wrap .detail_main .detail figure img {
    max-width: 100%;
  }
  #detail_wrap .detail_main .detail figure figcaption {
    font-size: 1.2rem;
  }
  #detail_wrap .detail_main .detail .talk {
    margin: 9.3333333333vw 0;
  }
  #detail_wrap .detail_main .detail .talk dt {
    width: 23.4666666667vw;
    margin-top: 9.3333333333vw;
    font-size: 1.3rem;
  }
  #detail_wrap .detail_main .detail .talk dd {
    width: 66.6666666667vw;
    margin-top: 9.3333333333vw;
    font-size: 1.3rem;
  }
  #detail_wrap .detail_main .writer {
    width: 90.6666666667vw;
    margin-top: 12.6666666667vw;
    padding: 10.6666666667vw 0 0;
  }
  #detail_wrap .detail_main .writer + .writer {
    margin-top: 10.6666666667vw;
  }
  #detail_wrap .detail_main .writer .inner {
    display: block;
    padding: 0;
  }
  #detail_wrap .detail_main .writer .inner figure {
    left: 0;
    width: 48vw;
    margin: 0 auto 4vw;
  }
  #detail_wrap .detail_main .writer .inner figure img {
    width: 100%;
  }
  #detail_wrap .detail_main .writer .inner figure figcaption {
    display: block;
    font-size: 1.3rem;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) {
    width: 100% !important;
    font-size: 1.3rem;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) dt {
    margin: 0 0 4vw;
    font-weight: 500;
    text-align: center;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) dt span {
    font-size: 1.8rem;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) dd {
    margin-top: 8vw;
    font-size: 1.2rem;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) dd p {
    margin-top: 6.6666666667vw;
    font-size: 1.2rem;
  }
  #detail_wrap .detail_main .writer .inner dl:not([class]) dd p:first-child {
    margin-top: 0;
  }
  #detail_wrap .detail_main .writer .inner .relatedLink {
    display: block;
    margin: 5.3333333333vw 0 0;
    padding: 4.6666666667vw 5.3333333333vw;
  }
  #detail_wrap .detail_main .writer .inner .relatedLink dt {
    width: 100%;
    margin: 0 0 0.9333333333vw;
    color: #3cc8eb;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
  }
  #detail_wrap .detail_main .writer .inner .relatedLink dd {
    width: 100%;
    padding: 0 0 0 5.3333333333vw;
    font-size: 1.3rem;
    font-weight: 500;
  }
  #detail_wrap .detail_main .writer .inner .relatedLink dd a {
    background-position: 0 2.1333333333vw !important;
  }
  #detail_wrap .detail_main .writer.interview .inner {
    position: relative;
  }
  #detail_wrap .detail_main .writer.interview .inner figure {
    position: static;
  }
  #detail_wrap .detail_main .writer.interview .inner dl:not([class]) dt {
    padding: 0;
    min-height: 0;
    text-align: left;
  }
  #detail_wrap .detail_main .related {
    width: 90.6666666667vw;
    padding: 10.6666666667vw 0 10.6666666667vw;
    border-top: 1px solid #a08c78;
  }
  #detail_wrap .detail_main .related h2 {
    margin: 0 0 5.3333333333vw;
    font-size: 2rem;
    text-align: center;
  }
  #detail_wrap .detail_main .related #related_slide {
    position: relative;
    left: 0;
    width: 61.6vw;
    margin: 0 auto;
  }
  #detail_wrap .detail_main .related #related_slide .slick-list {
    overflow: visible;
  }
  #detail_wrap .detail_main .related #related_slide .headline_item {
    width: 100%;
    margin: 0 4.2666666667vw;
  }
  #detail_wrap .detail_main .related #related_slide .headline_item a {
    min-height: 62.5333333333vw;
    padding: 15px 15px 10px;
  }
  #detail_wrap .detail_main .related #related_slide .headline_item a .date {
    font-size: 1rem;
  }
  #detail_wrap .detail_main .related #related_slide .headline_item a .date b {
    font-size: 1rem;
  }
  #detail_wrap .detail_main .related #related_slide .headline_item a .title {
    font-size: 1.5rem;
  }
  #detail_wrap .detail_main .related #related_slide .slick-arrow {
    display: none !important;
  }
  #detail_wrap .detail_main .related #related_slide .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -9.3333333333vw;
    left: 0;
    width: 100%;
  }
  #detail_wrap .detail_main .related #related_slide .slick-dots li {
    margin: 0 2.6666666667vw;
  }
  #detail_wrap .detail_main .related #related_slide .slick-dots li button {
    display: block;
    width: 1.8666666667vw;
    height: 0;
    padding: 1.8666666667vw 0 0;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
  }
  #detail_wrap .detail_main .related #related_slide .slick-dots .slick-active button {
    background: #3cc8eb;
  }
}

.sp_select_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 29.3333333333vw 12.6666666667vw;
  background: rgba(40, 20, 70, 0.95);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  color: #fff;
}
.sp_select_wrap.on {
  opacity: 1;
  pointer-events: all;
}
.sp_select_wrap h2 {
  line-height: 1;
  margin: 0 0 8vw;
  padding: 0 0 0 2.6666666667vw;
  border-left: 0.6666666667vw solid #fff;
  font-size: 1.5rem;
}
.sp_select_wrap .sw_close {
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
}
.sp_select_wrap .sw_close a::before, .sp_select_wrap .sw_close a::after {
  background: #fff;
}
.sp_select_wrap ul li {
  margin: 0 0 1.3333333333vw;
}
.sp_select_wrap ul li a {
  display: block;
  font-size: 1.4rem;
}
.sp_select_wrap ul li a::before {
  content: "● ";
  color: #fa5073;
  font-size: 1.2rem;
}
.sp_select_wrap ul li .research::before {
  color: #0096dc;
}
.sp_select_wrap ul li .region::before {
  color: #3bc800;
}
.sp_select_wrap ul li .global::before {
  color: #ff8c41;
}
.sp_select_wrap ul li .culture::before {
  color: #ffe637;
}
.sp_select_wrap ul li .business::before {
  color: #4128a0;
}
.sp_select_wrap ul li .person::before {
  color: #9628f0;
}
.sp_select_wrap ul li .r1::before {
  color: #BE0F0F;
}
.sp_select_wrap ul li .r2::before {
  color: #8C6EB9;
}
.sp_select_wrap ul li .r3::before {
  color: #64C8F0;
}
.sp_select_wrap ul li .r4::before {
  color: #F596A5;
}

.filter.on {
  background: #fff !important;
  color: #281446 !important;
}

.sec_serialization {
  width: 864px;
  margin: 0 auto 68px;
  padding: 0 0 45px;
  border: 1px solid #a08c78;
}
@media screen and (max-width: 1000px) {
  .sec_serialization {
    width: 80vw;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 7.3333333333vw;
  }
}
.sec_serialization:last-child {
  margin-bottom: 125px;
}
@media screen and (max-width: 1000px) {
  .sec_serialization:last-child {
    margin-bottom: 16.6666666667vw;
  }
}
.sec_serialization .serialization_hd {
  position: relative;
  padding: 20px 0 18px;
  border-bottom: 1px solid #a08c78;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .serialization_hd {
    padding: 4.6666666667vw 4vw;
    font-size: 1.7rem;
  }
}
.sec_serialization .serialization_hd::before, .sec_serialization .serialization_hd::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #a08c78 transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .sec_serialization .serialization_hd::before, .sec_serialization .serialization_hd::after {
    border-width: 2.6666666667vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.sec_serialization .serialization_hd::after {
  margin-top: -2px;
  border-color: #281446 transparent transparent transparent;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .serialization_hd::after {
    margin-top: -1px;
  }
}
.sec_serialization .serialization_hd + .headline_list {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .serialization_hd + .headline_list {
    padding-top: 9.3333333333vw;
  }
}
.sec_serialization .serialization_text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 20px 0 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .serialization_text {
    min-height: 20.8vw;
    line-height: 1.8;
    padding: 4.6666666667vw 4vw 3.3333333333vw;
    font-size: 1.2rem;
    text-align: left;
  }
}
.sec_serialization .headline_list {
  justify-content: center;
  width: 1075px;
  margin: 0 0 25px -95px;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .headline_list {
    flex-wrap: wrap;
    width: 94.6666666667vw;
    margin: 0 0 5.3333333333vw -7.3333333333vw;
  }
}
.sec_serialization .headline_list > li {
  width: 256px;
  margin: 0 5px;
  transition-delay: 0s;
}
.sec_serialization .headline_list > li::before {
  transition-delay: inherit;
}
.sec_serialization .headline_list > li a {
  min-height: 348px;
  padding: 30px 20px 20px;
  transition-delay: 0.35s;
}
.sec_serialization .headline_list > li:nth-of-type(2) {
  transition-delay: 0.1s;
}
.sec_serialization .headline_list > li:nth-of-type(2)::before {
  transition-delay: inherit;
}
.sec_serialization .headline_list > li:nth-of-type(2) a {
  transition-delay: 0.45s;
}
.sec_serialization .headline_list > li:nth-of-type(3) {
  transition-delay: 0.2s;
}
.sec_serialization .headline_list > li:nth-of-type(3)::before {
  transition-delay: inherit;
}
.sec_serialization .headline_list > li:nth-of-type(3) a {
  transition-delay: 0.55s;
}
.sec_serialization .headline_list > li:nth-of-type(4) {
  transition-delay: 0.3s;
}
.sec_serialization .headline_list > li:nth-of-type(4)::before {
  transition-delay: inherit;
}
.sec_serialization .headline_list > li:nth-of-type(4) a {
  transition-delay: 0.65s;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .headline_list > li {
    width: 44.9333333333vw;
    margin: 1.3333333333vw 0.6666666667vw 0;
  }
  .sec_serialization .headline_list > li a {
    min-height: 61.3333333333vw;
    padding: 2.6666666667vw;
  }
  .sec_serialization .headline_list > li a .text_wrap .date b {
    font-size: 1rem;
  }
  .sec_serialization .headline_list > li a .text_wrap .title {
    font-size: 1rem;
  }
  .sec_serialization .headline_list > li a .text_wrap .tag span {
    margin-top: 0;
  }
}
.sec_serialization .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 170px;
  height: 36px;
  margin: 0 auto;
  padding: 2px 0 0;
  background: #3cc8eb;
  transition: 0.4s;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .more a {
    width: 40.8vw;
    height: 8.6666666667vw;
    font-size: 1.1rem;
  }
}
.sec_serialization .more a::before, .sec_serialization .more a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 1px;
  transition: inherit;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .more a::before, .sec_serialization .more a::after {
    bottom: 1.3333333333vw;
  }
}
.sec_serialization .more a::before {
  width: 20px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 1000px) {
  .sec_serialization .more a::before {
    width: 4vw;
  }
}
.sec_serialization .more a::after {
  right: -14px;
  width: 17px;
  height: 5px;
  border-right: 1px solid #3cc8eb;
  border-bottom: 1px solid #3cc8eb;
  transform: skewX(45deg);
}
@media screen and (max-width: 1000px) {
  .sec_serialization .more a::after {
    width: 4.9333333333vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1001px) {
  .sec_serialization .more a:hover {
    filter: brightness(1.1);
  }
  .sec_serialization .more a:hover::before, .sec_serialization .more a:hover::after {
    margin: 0 -3px 0 0;
  }
  .sec_serialization .more a:hover::before {
    width: 15px;
  }
  .sec_serialization .more a:hover::after {
    width: 20px;
  }
}

.sec_contact {
  width: 880px;
  margin: 0 auto 100px;
  padding: 2px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec_contact {
    width: 93.3333333333vw;
    margin-bottom: 5.3333333333vw;
    overflow: hidden;
  }
}
.sec_contact .thanks_text {
  margin-top: -10px;
  padding: 0 0 100px 10px;
  color: #fff;
  line-height: 2.1;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.sec_contact .thanks_text dl {
  padding: 0 0 10px;
}
.sec_contact .thanks_text dt {
  margin: 0 0 10px;
  font-size: 2rem;
}
.sec_contact .thanks_text * {
  line-height: inherit;
}
@media screen and (max-width: 1000px) {
  .sec_contact .thanks_text {
    position: relative;
    z-index: 1;
    margin-top: -2.9333333333vw;
    padding: 0 1.3333333333vw 0;
    color: #fff;
    line-height: 2.1;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .sec_contact .thanks_text dl {
    padding: 0;
  }
  .sec_contact .thanks_text dt {
    margin: 0 0 4vw;
    font-size: 1.6rem;
  }
}
.sec_contact .notice_text1 {
  margin: 0 0 42px;
  color: #fff;
  line-height: 2.2;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .sec_contact .notice_text1 {
    line-height: 1.8;
    margin-bottom: 6vw;
    padding: 0 1.3333333333vw;
  }
}
.sec_contact table {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tbody {
    display: block;
  }
}
.sec_contact table tr {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr {
    display: block;
  }
}
.sec_contact table tr th,
.sec_contact table tr td {
  padding: 22px 21px;
  background: #b4b4b4;
  font-size: 1.3rem;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr th,
.sec_contact table tr td {
    display: block;
    padding: 4.2666666667vw 4vw;
    font-size: 1.5rem;
  }
}
.sec_contact table tr th {
  width: 200px;
  line-height: 1.6;
  background: #a08c78;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec_contact table tr th span {
  display: inline-block;
  margin-top: 3px;
  font-weight: normal;
}
.sec_contact table tr th .req {
  margin: 0;
  color: #b40000;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr th {
    width: 100%;
    padding: 2.8vw 4vw;
  }
  .sec_contact table tr th span {
    display: block;
    margin: -0.4vw 0 -0.6266666667vw;
    font-size: 1.2rem;
  }
  .sec_contact table tr th .req {
    display: inline-block;
    margin: 0;
    color: #b40000;
    font-size: 1.2rem;
  }
}
.sec_contact table tr td input[type=text],
.sec_contact table tr td textarea {
  display: block;
  width: 100%;
  height: 25px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  color: #222;
  font-size: inherit;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr td input[type=text],
.sec_contact table tr td textarea {
    height: 8.6666666667vw;
    padding: 0 2.6666666667vw;
    border-radius: 3px;
  }
}
.sec_contact table tr td textarea {
  height: 130px;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr td textarea {
    height: 96.5333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.sec_contact table tr td ul {
  display: flex;
  flex-wrap: wrap;
}
.sec_contact table tr td ul li {
  margin: 0 24px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.sec_contact table tr td ul li input {
  position: relative;
  top: 1px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr td ul {
    justify-content: center;
  }
  .sec_contact table tr td ul li {
    min-width: 18.6666666667vw;
    margin: 0;
  }
  .sec_contact table tr td ul li input {
    margin: 0 2vw 0 0;
  }
  .sec_contact table tr td ul.age li {
    min-width: 25.3333333333vw;
  }
}
.sec_contact table tr td .attention {
  line-height: 1.8;
  margin-bottom: -20px;
  color: red;
  font-size: 1.2rem;
}
.sec_contact table tr td .attention + .notice {
  margin-top: 17px;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr td .attention {
    margin: 0;
    font-size: 1.3rem;
  }
}
.sec_contact table tr td .notice {
  line-height: 1.6;
  margin-bottom: -20px;
  color: #5a5a5a;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .sec_contact table tr td .notice {
    margin: 2.4vw 0 -2.4vw;
    font-size: 1.3rem;
  }
}
.sec_contact table tr:last-child {
  border: none;
}
.sec_contact .agree_text_wrap {
  height: 250px;
  margin: 50px 0 0;
  padding: 30px 0;
  background: #fff;
  color: #000;
}
.sec_contact .agree_text_wrap .inner {
  height: 100%;
  padding: 0 50px;
  overflow: scroll;
}
.sec_contact .agree_text_wrap h3 {
  margin: 0 0 13px;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec_contact .agree_text_wrap p {
  line-height: 2.2;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.sec_contact .agree_text_wrap .indnet {
  display: inline-block;
  padding: 0 0 0 15px;
  text-indent: -15px;
}
@media screen and (max-width: 1000px) {
  .sec_contact .agree_text_wrap {
    height: 34.6666666667vw;
    margin: 6.6666666667vw 0 0;
    padding: 4vw 0 1.3333333333vw;
  }
  .sec_contact .agree_text_wrap .inner {
    padding: 0 5.3333333333vw;
  }
  .sec_contact .agree_text_wrap .inner h3 {
    margin: 0 0 2.6666666667vw;
    font-size: 1.25rem;
  }
  .sec_contact .agree_text_wrap .inner .indnet {
    display: inline-block;
    padding: 0 0 0 2.6666666667vw;
    text-indent: -2.6666666667vw;
  }
}
.sec_contact .agree_check {
  margin: 17px 0 0;
  text-align: center;
}
.sec_contact .agree_check label {
  display: inline-block;
  padding: 3px 0;
}
.sec_contact .agree_check input {
  display: none;
}
.sec_contact .agree_check input:checked + span i {
  position: relative;
}
.sec_contact .agree_check input:checked + span i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #a08c78;
  border-bottom: 2px solid #a08c78;
  transform: translate(-45%, -75%) rotate(-40deg);
}
.sec_contact .agree_check span {
  display: flex;
  align-items: center;
  color: #a08c78;
  font-weight: 500;
}
.sec_contact .agree_check span i {
  width: 15px;
  height: 15px;
  margin: 0 12px 0 0;
  border: 1px solid #a08c78;
}
.sec_contact .agree_check .attention {
  display: inline-block;
  color: red;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec_contact .agree_check {
    margin: 2.6666666667vw 0 0;
  }
  .sec_contact .agree_check label {
    padding: 0.9333333333vw 0;
  }
  .sec_contact .agree_check input:checked + span i::before {
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    border-width: 1px;
  }
  .sec_contact .agree_check span {
    font-weight: bold;
  }
  .sec_contact .agree_check span i {
    width: 4vw;
    height: 4vw;
    margin: 0 2.6666666667vw 0 0;
  }
}
.sec_contact .g-recaptcha {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .sec_contact .g-recaptcha {
    margin-top: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec_contact .g-recaptcha div {
  margin: 0 auto;
}
.sec_contact .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.sec_contact .btn_wrap p {
  order: 2;
  margin: 0 20px;
  background: #fff;
  border-radius: 100px;
}
.sec_contact .btn_wrap a,
.sec_contact .btn_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 60px;
  border-radius: 100px;
  background: #3cc8eb;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .sec_contact .btn_wrap a:hover,
.sec_contact .btn_wrap button:hover {
    opacity: 0.7;
  }
}
.sec_contact .btn_wrap a::after,
.sec_contact .btn_wrap button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #461e82;
  border-right: 2px solid #461e82;
  transform: translateY(-50%) rotate(45deg) skew(12deg, 12deg);
}
.sec_contact .btn_wrap .submit_wrap {
  display: none;
}
.sec_contact .btn_wrap .back_wrap {
  order: 1;
}
.sec_contact .btn_wrap .back_wrap a,
.sec_contact .btn_wrap .back_wrap button {
  background: #fff;
  color: #000;
}
.sec_contact .btn_wrap .back_wrap a::after,
.sec_contact .btn_wrap .back_wrap button::after {
  left: 20px;
  right: auto;
  border: none;
  border-left: 2px solid #461e82;
  border-bottom: 2px solid #461e82;
}
.sec_contact .btn_wrap .thanks {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .sec_contact .btn_wrap {
    display: block;
    margin-top: 9.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .sec_contact .btn_wrap p {
    width: 74.6666666667vw;
    margin: 0 auto 1.3333333333vw;
    border-radius: 1000px;
  }
  .sec_contact .btn_wrap a,
.sec_contact .btn_wrap button {
    width: 74.6666666667vw;
    height: 16vw;
    border-radius: 1000px;
  }
  .sec_contact .btn_wrap a::after,
.sec_contact .btn_wrap button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
  .sec_contact .btn_wrap .back_wrap a::after,
.sec_contact .btn_wrap .back_wrap button::after {
    left: 4.6666666667vw;
    right: auto;
    border-width: 0.5333333333vw;
  }
}

.noentry {
  padding: 100px 0 200px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
