@charset "UTF-8";
/*!
global > variable
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  /*	outline: 0;*/
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  /*	border-collapse: separate;*/
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  /*\*/
  overflow: hidden;
  /**/
}

option {
  padding-right: 10px;
}

/* HTML5 ELEMENTS */
header, article, aside, section, footer,
nav, menu, details, hgroup, summary {
  display: block;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  scroll-padding-top: 70px;
}

input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}

p {
  line-height: 2;
  font-size: 1.8rem;
  padding-bottom: 1em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #660000;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:link {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

sup {
  vertical-align: super;
  font-size: smaller;
  font-weight: bold;
}

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*!
layout > main
------------------------------
*/
section {
  padding: 2em 0;
  background-color: #fff;
}
section:last-of-type {
  padding-bottom: 6em;
}
@media screen and (max-width: 767px) {
  section:last-of-type {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 1em 0;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}
.container .inner {
  max-width: 750px;
  margin: 0 auto;
}

.head {
  background-color: #fff;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .head {
    padding: 2em 0;
  }
}
.head .head_title {
  font-size: 4rem;
  font-weight: 600;
  color: #660000;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .head .head_title {
    padding: 0;
    font-size: 3rem;
  }
}
.head .head_title span {
  max-width: 380px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.head .head_title span::before, .head .head_title span::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: dotted 2px #660000;
  display: block;
}
.head .head_title span::before {
  margin-right: 15px;
}
.head .head_title span::after {
  margin-left: 15px;
}

/*!
layout > header
------------------------------
*/
header {
  background-color: #f5dfc3;
  background-image: url("../images/common/header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 3;
    background-image: url("../images/common/header_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    position: relative;
    z-index: 1001;
    padding: 10px 1em;
  }
}
header .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  header .logo a img {
    position: absolute;
    height: 45px;
    top: 0;
    padding: 0;
  }
}
header .logo .body_link {
  color: #006060;
  font-size: 1.2rem;
  position: absolute;
  right: 65px;
}
header .logo .body_link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #006060;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: -1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .container {
  height: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .container {
    display: none;
  }
}
header .pc_menu .right_menu {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .pc_menu .right_menu li {
  border-radius: 5px;
  margin-right: 1em;
  text-align: center;
  background: #fff;
}
header .pc_menu .right_menu li a {
  display: block;
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .pc_menu .right_menu li a {
    font-size: 1.4rem;
  }
}
header .pc_menu .right_menu .mail {
  border-radius: 5px;
  margin-right: 1em;
  text-align: center;
}
header .pc_menu .right_menu .mail a {
  display: block;
  font-size: 1.5rem;
  padding: 0.125em 1.5em 0.125em 3em;
  border-radius: 5px;
  border: 1px solid #660000;
  color: #fff;
  background: #660000;
  position: relative;
}
header .pc_menu .right_menu .mail a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url("../images/common/icon_mail_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  left: 1em;
  margin: auto;
}
header .pc_menu .right_menu .mail a:hover {
  color: #660000;
  background: #fff;
  opacity: 1;
}
header .pc_menu .right_menu .mail a:hover:before {
  background-image: url("../images/common/icon_mail_on.png");
}
/* ////////////////////////// */
header .pc_menu .right_menu .jp {
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
  text-align: center;
}
header .pc_menu .right_menu .jp a {
  display: block;
  font-size: 1.5rem;
  padding: 0.125em 1em 0.125em 1em;
  border-radius: 5px 0 0 5px;
  border: 1px solid #660000;
  color: #fff;
  background: #660000;
  position: relative;
}
header .pc_menu .right_menu .jp a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  left: 1em;
  margin: auto;
}
header .pc_menu .right_menu .jp a:hover {
  color: #660000;
  background: #fff;
  opacity: 1;
}
/* ///////////////////////// */
header .pc_menu .right_menu .en {
  border-radius: 0 5px 5px 0;
  margin-right: 1em;
  text-align: center;
}
header .pc_menu .right_menu .en a {
  display: block;
  font-size: 1.5rem;
  padding: 0.125em 1em 0.125em 1em;
  border-radius: 0 5px 5px 0;
  border: 1px solid #660000;
  color: #fff;
  background: #660000;
  position: relative;
}
header .pc_menu .right_menu .en a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  left: 1em;
  margin: auto;
}
header .pc_menu .right_menu .en a:hover {
  color: #660000;
  background: #fff;
  opacity: 1;
}
/* ///////////////////////// */
header .pc_menu .container {
  height: auto;
}
header .pc_menu .container .menu_list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .pc_menu .container .menu_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
  position: relative;
}
header .pc_menu .container .menu_list li:first-child {
  line-height: 3;
}
header .pc_menu .container .menu_list li:last-child {
  line-height: 3;
}
header .pc_menu .container .menu_list li:last-child a::after {
  content: none;
}
header .pc_menu .container .menu_list li a {
  display: block;
  color: #fff;
  padding: 0.25em 2em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .pc_menu .container .menu_list li a {
    font-size: 1.2rem;
    padding: 0.25em 1.5em;
  }
}
header .pc_menu .container .menu_list li a::after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .pc_menu .container .menu_list li a:hover {
  color: #660000;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
}
header .pc_menu_bg {
  background-color: #660000;
  width: 100%;
}
header .fixed {
  position: fixed;
  z-index: 3;
  top: 0;
}
header .global_menu_sp {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  opacity: 1;
  padding-top: 60px;
  height: auto;
  background-color: transparent;
  overflow-y: scroll;
}
header .global_menu_sp p {
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .global_menu_sp p {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}
header .global_menu_sp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
header .global_menu_sp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  max-width: 840px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  header .global_menu_sp ul li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
header .global_menu_sp ul li a {
  padding: 0.5em 2em;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
  color: #660000;
  text-align: left;
  position: relative;
}
header .global_menu_sp ul li a::after {
  content: "";
  position: absolute;
  right: 2.5em;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #660000;
  border-right: 2px solid #660000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .global_menu_sp ul li a:hover {
  background-color: #660000;
  color: #fff;
}
header .global_menu_sp ul li a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
header .global_menu_sp ul li:last-child {
  border-bottom: none;
}
header .active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
header .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
header .nav_toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.8;
  /*text-align: center;*/
}
@media screen and (max-width: 767px) {
  header .nav_toggle {
    width: 65px;
    height: 60px;
    /* display: flex;
    align-items: center; */
  }
}
header .nav_toggle img {
  padding-left: 1em;
  padding-top: 5px;
}
header .nav_toggle span {
  display: block;
  position: absolute;
  width: 40px;
  border-bottom: solid 5px #660000;
  border-radius: 20px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  right: 7px;
}
header .nav_toggle span:nth-child(1) {
  top: 14px;
  right: 15px;
}
header .nav_toggle span:nth-child(2) {
  top: 28px;
  right: 15px;
}
header .nav_toggle span:nth-child(3) {
  top: 42px;
  right: 15px;
}
header .nav_toggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 1.2rem;
  font-weight: bold;
  top: 40px;
  right: 15px;
}
header .active span:nth-child(1) {
  top: 24px;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  header .active span:nth-child(1) {
    top: 30px;
    right: 1.2em;
  }
}
header .active span:nth-child(2), header .active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  header .active span:nth-child(2), header .active span:nth-child(3) {
    top: 30px;
    right: 1.2em;
  }
}

/*!
layout > footer
------------------------------
*/
.footer {
  background-color: #660000;
  background-image: url("../images/common/footer_pen.png");
  background-repeat: no-repeat;
  background-position: right 30px top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    background-position: right 10px top;
  }
}
.footer .footer_box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer_box {
    display: block;
    text-align: center;
    padding-top: 2em;
  }
}
.footer .footer_box .footer_menu {
  display: inline-block;
  text-align: left;
  padding: 1em 0;
}
.footer .footer_box .footer_menu li {
  display: inline-block;
  padding-right: 4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer_box .footer_menu li {
    padding: 0 1em;
  }
}
.footer .footer_box .footer_menu li::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer_box .footer_menu li::after {
    right: 0em;
  }
}
.footer .footer_box .footer_menu li:last-child::after {
  content: none;
}
.footer .footer_box .footer_menu li a {
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_box .footer_menu li a {
    font-size: 1.4rem;
  }
}
.footer .footer_box .copy {
  position: absolute;
  right: 0;
  font-size: 1.6rem;
  margin: 1em 0;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_box .copy {
    font-size: 1rem;
  }
}

/*!
component > common
------------------------------
*/
.title_01 {
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  color: #660000;
  padding: 1em 0;
  position: relative;
}
.title_01:before {
  content: "";
  position: absolute;
  bottom: 95px;
  left: 0em;
  right: 0em;
  width: 100px;
  margin: auto;
  border-bottom: 2px solid #660000;
}
@media screen and (max-width: 767px) {
  .title_01:before {
    bottom: 61px;
  }
}
.title_01:after {
  content: "";
  position: absolute;
  bottom: 92px;
  left: 0em;
  right: 0em;
  width: 80px;
  margin: auto;
  border-bottom: 1px solid #660000;
}
@media screen and (max-width: 767px) {
  .title_01:after {
    bottom: 58px;
  }
}
.title_01 span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .title_01 span {
    padding-top: 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title_01 {
    font-size: 3rem;
  }
}

.title_02 {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .title_02 {
    font-size: 3rem;
  }
}

.title_03 {
  font-size: 4rem;
  text-align: center;
  color: #660000;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .title_03 {
    font-size: 2.5rem;
  }
}
.title_03 span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .title_03 span {
    font-size: 1.5rem;
  }
}

.title_04 {
  font-size: 3.6rem;
  text-align: center;
  color: #660000;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #660000;
}
@media screen and (max-width: 767px) {
  .title_04 {
    font-size: 3rem;
  }
}

.white_box {
  background-color: #fff;
  padding: 4em;
  margin-bottom: 2em;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .white_box {
    padding: 2em 1em;
  }
}

.button_01 {
  text-align: center;
  padding: 1em 0;
}
.button_01 a {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.6rem;
  background: #660000;
  border: 2px #660000 solid;
}
@media screen and (max-width: 767px) {
  .button_01 a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.button_01 a .arrow {
  position: relative;
  padding: 0.125em 3em;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_01 a .arrow {
    padding: 0.125em 2em;
  }
}
.button_01 a .arrow:after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .button_01 a .arrow:after {
    right: 1em;
    width: 6px;
    height: 6px;
  }
}
.button_01 a:hover {
  opacity: 1;
  background: #fff;
  color: #660000;
}
.button_01 a:hover .arrow:after {
  border-top: 2px #660000 solid;
  border-right: 2px #660000 solid;
}

.button_02 {
  text-align: center;
  padding: 1em 0;
}
.button_02 a {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.8rem;
  background: #660000;
  border: 2px #660000 solid;
}
@media screen and (max-width: 767px) {
  .button_02 a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.button_02 a .arrow {
  position: relative;
  padding: 0.25em 2em;
  width: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_02 a .arrow {
    padding: 0.5em 2em;
    max-width: 180px;
  }
}
.button_02 a .arrow:after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .button_02 a .arrow:after {
    right: 1.25em;
  }
}
.button_02 a:hover {
  opacity: 1;
  background: #fff;
  color: #660000;
}
.button_02 a:hover .arrow:after {
  border-top: 2px #660000 solid;
  border-right: 2px #660000 solid;
}

.button_03 {
  text-align: center;
  padding: 1em 0;
}
.button_03 a {
  color: #660000;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.8rem;
  background: #fff;
  border: 2px #fff solid;
}
@media screen and (max-width: 767px) {
  .button_03 a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.button_03 a .arrow {
  position: relative;
  padding: 0.25em 2em;
  width: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_03 a .arrow {
    padding: 0.5em 2em;
    max-width: 180px;
  }
}
.button_03 a .arrow:after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #660000;
  border-right: 2px solid #660000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .button_03 a .arrow:after {
    right: 1.25em;
  }
}
.button_03 a:hover {
  opacity: 1;
  background: #660000;
  color: #fff;
  border: 2px #fff solid;
}
.button_03 a:hover .arrow:after {
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
}
input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .checkbox_text::after {
  opacity: 1;
}

.checkbox_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox_text::before {
  background: #fff;
  border: 2px solid #660000;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox_text::after {
  border-right: 3px solid #660000;
  border-bottom: 3px solid #660000;
  content: "";
  display: block;
  height: 10px;
  left: 11px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.form_note {
  font-size: 1.4rem;
  text-indent: -1em;
  display: block;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .form_note {
    font-size: 1.2rem;
  }
}

.textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #660000;
}
.textarea::-webkit-input-placeholder {
  color: #bca3a3;
  font-size: 1.4rem;
}
.textarea::-moz-placeholder {
  color: #bca3a3;
  font-size: 1.4rem;
}
.textarea:-ms-input-placeholder {
  color: #bca3a3;
  font-size: 1.4rem;
}
.textarea::-ms-input-placeholder {
  color: #bca3a3;
  font-size: 1.4rem;
}
.textarea::placeholder {
  color: #bca3a3;
  font-size: 1.4rem;
}

.textbox {
  border: 1px solid #660000;
  color: #660000;
  width: 100%;
}
.check_item {
  padding: 1em 0 0;
  margin-bottom: 2em;
}
.check_item .check {
  display: none;
}
.check_item .check:checked + label:after {
  opacity: 1;
}
.check_item label {
  font-size: 1.6rem;
  color: #660000;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .check_item label {
    font-size: 1.4rem;
  }
}
.check_item label:before, .check_item label:after {
  content: "";
  position: absolute;
  display: block;
}
.check_item label:before {
  top: 2px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #660000;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .check_item label:before {
    width: 15px;
    height: 15px;
  }
}
.check_item label:after {
  top: 2px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-bottom: 2px solid #660000;
  border-right: 2px solid #660000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .check_item label:after {
    left: 4px;
    width: 7px;
    height: 10px;
  }
}

.bg {
  background-image: url("../images/common/bg_01.png");
  background-repeat: repeat;
}

.section_breadcrumb {
  padding: 1em 0;
  background-image: url("../images/common/bg_02.png");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section_breadcrumb {
    padding: 0.5em 0;
  }
}
.section_breadcrumb .breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section_breadcrumb .breadcrumb .breadcrumb_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section_breadcrumb .breadcrumb .breadcrumb_list li {
    display: inline-block;
  }
}
.section_breadcrumb .breadcrumb .breadcrumb_list li a {
  font-size: 1.4rem;
  color: #660000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_breadcrumb .breadcrumb .breadcrumb_list li a {
    font-size: 1.2rem;
  }
}
.section_breadcrumb .breadcrumb .breadcrumb_list li span {
  font-size: 1.4rem;
  color: #660000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_breadcrumb .breadcrumb .breadcrumb_list li span {
    font-size: 1.2rem;
  }
}

.breadcrumb_list > * + * {
  margin-left: 0.5em;
}

.breadcrumb_list > * + *::before {
  content: ">";
  color: #660000;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list > * + *::before {
    margin-left: 0em;
    margin-right: 0.5em;
  }
}

.interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interview_list li {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .interview_list li {
    width: 50%;
  }
}
.interview_list li .name {
  font-size: 1.8rem;
  color: #660000;
  font-weight: 600;
  padding: 0.5em 0 0;
}
.interview_list li .text {
  font-size: 1.6rem;
  color: #660000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .interview_list li .text {
    font-size: 1.4rem;
    line-height: 1.6;
    height: 35px;
  }
}
.interview_list li img {
  max-height: 150px;
}
.interview_list li .button_01 {
  margin-bottom: 2em;
}
.interviewlist .sub_title {
  color: #660000;
}

.radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio_list li {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .radio_list li {
    width: 50%;
  }
}
.radio_list li .name {
  font-size: 1.8rem;
  color: #660000;
  font-weight: 600;
  padding: 0.5em 0;
}
.radio_list li .text {
  font-size: 1.6rem;
  color: #660000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .radio_list li .text {
    font-size: 1.4rem;
    line-height: 1.6;
    height: 35px;
  }
}
.radio_list li img {
  max-height: 150px;
}
.radio_list li .button_01 {
  padding-top: 0em;
  margin-bottom: 2em;
}
.radio_title {
  color: #660000;
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #660000;
  bottom: 7em;
  right: 1em;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  padding-bottom: 0;
  cursor: pointer;
}
.pagetop a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
  }
}
.pagetop:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 4px #660000;
  border-right: solid 4px #660000;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .pagetop:after {
    border-top: solid 2px #660000;
    border-right: solid 2px #660000;
  }
}
.pagetop:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #660000;
  border: 2px solid #fff;
}
.pagetop:hover:after {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media screen and (max-width: 767px) {
  .pagetop:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

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

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*!
project > home
------------------------------
*/
.home .main_head .sns {
  text-align: right;
  margin-bottom: 2em;
}
.home .main_head .sns li {
  display: inline-block;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .home .main_head .sns li {
    max-width: 90px;
  }
}
.home .main_head .catch {
  font-weight: 400;
  font-size: 3.6rem;
  text-align: center;
  color: #660000;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .home .main_head .catch {
    font-size: 2rem;
  }
}
.home .main_head .subcatch {
  font-weight: 400;
  font-size: 3.6rem;
  text-align: center;
  color: #660000;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .home .main_head .subcatch {
    font-size: 1.6rem;
  }
}
.home .main_archives .news_box {
  margin: 4em 2em 2em;
  position: relative;
}
.home .main_archives .news_box .bg_archives::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 228px;
  background-image: url("../images/common/bg_book_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: -13.5em;
  right: -2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .home .main_archives .news_box .bg_archives::after {
    right: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .home .main_archives .news_box .bg_archives::after {
    width: 120px;
    height: 110px;
    top: -2.5em;
    right: -0.5em;
  }
}
.home .main_archives .news_box .news_slide {
  position: relative;
}
.home .main_archives .news_box .news_slide .news_prev {
  position: absolute;
  left: -1.5em;
  top: 30%;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.home .main_archives .news_box .news_slide .news_prev a {
  display: block;
  position: relative;
  z-index: 1;
}
.home .main_archives .news_box .news_slide .news_next {
  position: absolute;
  right: -1.5em;
  top: 30%;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.home .main_archives .news_box .news_slide .news_next a {
  display: block;
  position: relative;
  z-index: 1;
}
.home .main_archives .news_box .news_slide .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2em;
  position: relative;
  z-index: 1;
}
.home .main_archives .news_box .news_slide .news_list li {
  width: 25%;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .home .main_archives .news_box .news_slide .news_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .main_archives .news_box .news_slide .news_list li:not(:first-child) {
    display: none;
  }
}
.home .main_archives .news_box .news_slide .news_list li figure {
  margin: 0;
  text-align: center;
}
.home .main_archives .news_box .news_slide .news_list li figure img {
  max-height: 180px;
}
.home .main_archives .news_box .news_slide .news_list li figcaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 1em 0;
  height: 52px;
}
.home .main_archives .news_box .news_slide .news_list li a {
  font-size: 1.6rem;
  color: #fff;
}
.home .main_archives .news_box .news_slide .news_list li a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home .main_archives .news_box .news_slide .news_list li a {
    text-align: center;
  }
}
.home .main_archives {
  background-image: url("../images/common/bg_01.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}
.home .main_archives .search_box {
  position: relative;
  margin: 4em 2em;
}
.home .main_archives .search_box h4 {
  font-size: 1.8rem;
  color: #660000;
  font-weight: bold;
  padding: 1em 0 0.5em;
}
.home .main_archives .search_box form {
  text-align: center;
}
.home .main_archives .search_box p {
  text-align: center;
}
.home .main_archives .search_box dl {
  width: 40%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl {
    font-size: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5em;
  }
}
.home .main_archives .search_box dl:last-of-type {
  width: 100%;
  border-bottom: none;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl:last-of-type {
    margin-bottom: 1em;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl:last-of-type dt {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl:last-of-type dd {
    width: 100%;
  }
}
.home .main_archives .search_box dl dt {
  width: 100%;
  color: #660000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl dt {
    width: 40%;
    text-align: left;
    clear: left;
    float: left;
  }
}
.home .main_archives .search_box dl dd {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl dd {
    width: 60%;
  }
}
.home .main_archives .search_box dl .select_wrap {
  position: relative;
}
.home .main_archives .search_box dl .select_wrap:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 1em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
.home .main_archives .search_box dl .select_wrap .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #660000;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 0.75em;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl .select_wrap .select {
    padding: 0.5em;
  }
}
.home .main_archives .search_box dl .select_wrap .select:focus {
  outline: none;
}
.home .main_archives .search_box dl .select_wrap .select option {
  background-color: #fff;
  color: #660000;
}
.home .main_archives .search_box dl .keyword::after {
  content: none;
}
.home .main_archives .search_box dl input, .home .main_archives .search_box dl select {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box dl input, .home .main_archives .search_box dl select {
    font-size: 1.4rem;
  }
}
.home .main_archives .search_box dl .text_box {
  width: 80%;
  border-radius: 5px;
  border: 1px solid #660000;
  text-align: center;
  line-height: 2;
  padding: 0.5em;
  color: #660000;
}

.home .main_archives .search_box .tag_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .main_archives .search_box .tag_search label {
  display: inline-block;
  width: 25%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.75em;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box .tag_search label {
    width: 50%;
  }
}
.home .main_archives .search_box .tag_search label form input {
  display: none;
}
.home .main_archives .search_box .tag_search label form span {
  color: #660000;
  font-size: 1.4rem;
  border: 1px solid #660000;
  border-radius: 5px;
  display: block;
  padding: 0.4em;
}
.home .main_archives .search_box .tag_search label form input:checked + span {
  color: #FFF;
  background: #660000;
  border: 1px solid #660000;
}
.home .main_archives .search_box .button_wrap {
  position: relative;
}
.home .main_archives .search_box .button_wrap:hover:after {
  background-image: url("../images/common/icon_loupe_on.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .main_archives .search_box .button_wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_loupe_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box .button_wrap:after {
    width: 16px;
    height: 16px;
  }
}
.home .main_archives .search_box .button_wrap .submit {
  font-size: 1.8rem;
  width: 200px;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background-color: #660000;
  border: 1px solid #660000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .home .main_archives .search_box .button_wrap .submit {
    padding: 0.5em;
    font-size: 1.5rem;
  }
}
.home .main_archives .search_box .button_wrap .submit:hover {
  color: #660000;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.home .main_archives .news_box {
  margin: 4em 2em 2em;
  position: relative;
}
.home .main_archives .news_box .bg_archives::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 228px;
  background-image: url("../images/common/bg_book_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: -13.5em;
  right: -2.5em;
}
.home .main_archives .pickup_box {
  margin: 4em 2em;
  position: relative;
}
.home .main_archives .pickup_box .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home .main_archives .pickup_box .pickup_list {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.home .main_archives .pickup_box .pickup_list li {
  width: 21%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .main_archives .pickup_box .pickup_list li {
    width: 50%;
    padding: 1em 1em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.home .main_archives .pickup_box .pickup_list li .name {
  font-size: 1.6rem;
  text-align: center;
  padding: 1em 0 0;
  font-weight: bold;
}
.home .main_archives .pickup_box .pickup_list li img {
  max-height: 216px;
}
.home .main_archives .pickup_box .pickup_list li .button_01 {
  padding: 0.5em 0;
}
.home .main_archives .pickup_box .pickup_list li .button_01 a {
  width: 100%;
  font-size: 1.4rem;
}
.home .main_archives .pickup_box .pickup_list li .button_01 a .arrow {
  padding: 0.125em 0;
}
.home .main_archives .pickup_box .pickup_list li .button_01 a .arrow::after {
  width: 5px;
  height: 5px;
  right: 0.75em;
}
.home .main_archives .pickup_box .bg_tv {
  position: relative;
}
.home .main_archives .pickup_box .bg_tv::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 158px;
  height: 172px;
  background-image: url("../images/common/bg_tv_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -2.5em;
  left: -3em;
}
@media screen and (max-width: 767px) {
  .home .main_archives .pickup_box .bg_tv::before {
    background-image: none;
  }
}
.home .main_archives .screenplay_box .screenplay_button {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .main_archives .screenplay_box .screenplay_button {
    width: 100%;
    max-width: 100%;
  }
}
.home .main_archives .screenplay_box .screenplay_button a {
  width: 100%;
  padding: 1em;
  font-size: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .main_archives .screenplay_box .screenplay_button a {
    font-size: 1.8rem;
  }
}
.home .main_archives .database_box {
  margin: 4em 2em;
  position: relative;
}
.home .main_archives .database_box .database_button {
  max-width: 360px;
  margin: 0 auto;
}
.home .main_archives .database_box .database_button a {
  width: 100%;
  padding: 0.25em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .main_archives .trapezoid {
  position: relative;
  padding: 10px;
  background: #660000;
  -webkit-box-shadow: 0 -35px 0 0 #cc6600, 30px 0 0 0 #660000, -30px 0 0 0 #660000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -35px 0 0 #cc6600, 30px 0 0 0 #660000, -30px 0 0 0 #660000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  height: 45px;
  width: calc(100% + 92px);
  left: -56px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .home .main_archives .trapezoid {
    left: -15px;
    width: calc(100% + 12px);
    right: -10px;
  }
}
.home .main_archives .trapezoid::before {
  content: " ";
  position: absolute;
  top: -36px;
  left: -30px;
  width: 0;
  height: 0;
  border-width: 0 0 36px 30px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #cc6600;
}
.home .main_archives .trapezoid::after {
  content: " ";
  position: absolute;
  top: -36px;
  right: -30px;
  width: 0;
  height: 0;
  border-width: 0 31px 36px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #cc6600;
}
.home .main_interview {
  background-color: #660000;
  background-image: url("../images/common/bg_radio_01.png"), url("../images/home/bg_box.png");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px, center bottom 0px;
  background-size: auto, 100%;
  padding-bottom: 4em;
}
@media screen and (max-width: 1000px) {
  .home .main_interview {
    background-color: #fff;
    background-image: url("../images/home/interview_bgbottom_sp.jpg"), url("../images/home/interview_bgtop_sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom 0px, center top 0px;
    background-size: contain;
    padding-bottom: 4em;
  }
}
.home .main_link .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
.home .main_link .link_list li {
  width: 33.3333333333%;
  text-align: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .main_link .link_list li {
    padding: 0.5em;
  }
}
.home .main_sartras {
  text-align: center;
  font-size: 1.6rem;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .home .main_sartras {
    padding: 2em 0;
  }
}
.home .main_sartras p {
  color: #660000;
  padding-bottom: 0;
  font-size: 1.6rem;
}
.home .main_sartras a {
  color: #cc6600;
}

.home .fb-button {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #1877f2;
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .home .fb-button {
    position: relative;
    height: 15px;
    box-sizing: border-box;
    padding: 3px 8px 3px 8px;
    background-color: #1877f2;
    color: #fff;
    border-radius: 9999px;
    cursor: pointer;
    font-size: 13px;
  }
  .home .x-button svg{
    height: 12px;
  }
}
.home .x-button {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
}
.home .x-button svg{
  height: 14px;
}
@media screen and (max-width: 1000px) {
  .home .x-button {
    position: relative;
    height: 15px;
    box-sizing: border-box;
    padding: 3px 8px 3px 8px;
    background-color: #000;
    color: #fff;
    border-radius: 9999px;
    cursor: pointer;
    font-size: 13px;
  }
  .home .x-button svg{
    height: 12px;
  }
}

/*!
project > interview
------------------------------
*/
.interviewlist .section_interview {
  background-image: url("../images/common/bg_score.png"), url("../images/common/bg_radio_02.png"), url("../images/common/bg_tv_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top right, bottom 30px right 30px, top 200px left 10%, center;
  background-size: auto;
  padding: 6em 0 4em;
}
@media screen and (max-width: 767px) {
  .interviewlist .section_interview {
    padding: 2em 0;
  }
}
.interviewlist .section_interview .interview_list {
  padding-top: 1em;
}

.interview .section_interview {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
@media screen and (max-width: 767px) {
  .interview .section_interview {
    padding: 2em 0;
  }
}
.interview .section_interview .video {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 2em 0;
}
.interview .section_interview .video iframe {
  width: 100%;
  height: 100%;
}
.interview .section_interview .search_box p {
  text-align: center;
}
.interview .section_interview .search_box dl {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .interview .section_interview .search_box dl {
    font-size: 1.4rem;
  }
}
.interview .section_interview .search_box dl dt {
  width: 100%;
  color: #660000;
  font-weight: 600;
}
.interview .section_interview .search_box dl dd {
  padding: 10px 0;
}
.interview .section_interview .search_box dl input, .interview .section_interview .search_box dl select {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .interview .section_interview .search_box dl input, .interview .section_interview .search_box dl select {
    font-size: 1.4rem;
  }
}
.interview .section_interview .search_box dl .text_box {
  width: 80%;
  border-radius: 5px;
  border: 1px solid #660000;
  text-align: center;
  line-height: 2;
  padding: 0.5em;
  color: #660000;
}
.interview .section_interview .search_box .button_wrap {
  position: relative;
}
.interview .section_interview .search_box .button_wrap:hover:after {
  background-image: url("../images/common/icon_loupe_on.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interview .section_interview .search_box .button_wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_loupe_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .interview .section_interview .search_box .button_wrap:after {
    width: 16px;
    height: 16px;
  }
}
.interview .section_interview .search_box .button_wrap .submit {
  font-size: 1.8rem;
  width: 200px;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background-color: #660000;
  border: 1px solid #660000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .interview .section_interview .search_box .button_wrap .submit {
    padding: 0.5em 0;
  }
}
.interview .section_interview .search_box .button_wrap .submit:hover {
  color: #660000;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.interview .section_other {
  padding-top: 6em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .interview .section_other {
    padding-top: 4em;
  }
}
.interview .section_other .title_03 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .interview .section_other .title_03 {
    font-size: 2.5rem;
  }
}
.interview .section_other .interview_slide {
  position: relative;
  padding: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .interview .section_other .interview_slide li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview .section_other .interview_slide li:not(:first-child) {
    display: none;
  }
}
.interview .section_other .interview_slide .interview_prev {
  position: absolute;
  left: 3em;
  top: 15%;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .interview .section_other .interview_slide .interview_prev {
    left: 1em;
    top: 20%;
  }
}
.interview .section_other .interview_slide .interview_prev a {
  display: block;
  position: relative;
  z-index: 1;
}
.interview .section_other .interview_slide .interview_next {
  position: absolute;
  right: 3em;
  top: 15%;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .interview .section_other .interview_slide .interview_next {
    right: 1em;
    top: 20%;
  }
}
.interview .section_other .interview_slide .interview_next a {
  display: block;
  position: relative;
  z-index: 1;
}
.interview .person_name{
  color: #660000;
}

/*!
project > viewer
------------------------------
*/
.viewer .button_02 .pdf {
  position: relative;
}
@media screen and (max-width: 767px) {
  .viewer .button_02 .pdf {
    padding: 0.5em 3em;
  }
}
.viewer .button_02 .pdf:hover:before {
  background-image: url("../images/common/icon_pdf_on.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.viewer .button_02 .pdf:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icon_pdf_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  left: 1em;
  margin: auto;
}
.viewer .section_viewer {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
.viewer .section_viewer .viewer_box {
  width: 100%;
  height: 800px;
  border-radius: 10px;
  background-color: #fff;
  margin: 4em 0 2em;
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .viewer_box {
    height: 400px;
  }
}
.viewer .section_viewer .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .detail_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.viewer .section_viewer .detail_box dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .detail_box dl {
    width: 100%;
  }
  .viewer .section_viewer .detail_box dl:last-child dt:nth-of-type(3) {
    border-bottom: none;
  }
  .viewer .section_viewer .detail_box dl:last-child dd:nth-of-type(3) {
    border-bottom: none;
  }
}
.viewer .section_viewer .detail_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 40%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.viewer .section_viewer .detail_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .detail_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 150px;
  }
}
.viewer .section_viewer .detail_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: 60%;
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.viewer .section_viewer .detail_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .detail_box dl dd:last-child {
    border-bottom: 1px solid #660000;
  }
}
@media screen and (max-width: 767px) {
  .viewer .section_viewer .detail_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}

/*!
project > detail
------------------------------
*/
.detail .section_detail {
  background-image: url("../images/common/bg_score.png"), url("../images/common/bg_radio_02.png"), url("../images/common/bg_tv_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top right, bottom 30px right 30px, top 200px left 10%, center;
  background-size: auto;
  padding: 6em 0 4em;
}
@media screen and (max-width: 767px) {
  .detail .section_detail {
    padding: 2em 0 4em;
  }
}
.detail .section_detail .button_02 .arrow {
  padding: 0.5em 3em;
}
.detail .section_detail .button_02 .back {
  padding: 0.5em 3em;
}
.button_02 a .back {
  position: relative;
  padding: 0.25em 2em;
  width: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_02 a .back {
    padding: 0.5em 2em;
    max-width: 180px;
  }
}
#back{
	margin-bottom: 10px;
}
.detail .section_detail figure {
  text-align: center;
  margin: 3em 0;
}
.detail .section_detail .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.detail .section_detail .detail_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .detail .section_detail .detail_box dl {
    width: 100%;
  }
}
.detail .section_detail .detail_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 200px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.detail .section_detail .detail_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .detail .section_detail .detail_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 150px;
  }
}
.detail .section_detail .detail_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.detail .section_detail .detail_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .detail .section_detail .detail_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}
.detail .section_detail .button_02 {
  margin-top: 2em;
}

/*!
project > survey
------------------------------
*/
.survey .section_survey .button_wrap .submit {
  font-size: 1.8rem;
  width: 200px;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background-color: #660000;
  border: 1px solid #660000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.survey .section_survey {
  background-image: url("../images/common/bg_score.png"), url("../images/common/bg_radio_02.png"), url("../images/common/bg_tv_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top right, bottom 30px right 30px, top 200px left 10%, center;
  background-size: auto;
  padding: 6em 0 4em;
}
@media screen and (max-width: 767px) {
  .survey .section_survey {
    padding: 2em 0 4em;
  }
}
.survey .section_survey .button_02 .arrow {
  padding: 0.5em 3em;
}
.survey .section_survey figure {
  text-align: center;
  margin: 3em 0;
}
.survey .section_survey .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.surve .section_survey .detail_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .survey .section_survey .detail_box dl {
    width: 100%;
  }
}
.survey .section_survey .detail_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 200px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.survey .section_survey .detail_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .survey .section_survey .detail_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 150px;
  }
}
.survey .section_survey .detail_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.survey .section_survey .detail_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .survey .section_survey .detail_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}
.survey .section_survey .button_02 {
  margin-top: 2em;
}

/*!
project > search
------------------------------
*/
/* //////////////////////////////////////////// */
.result_message {
  font-size: 2rem;
  text-align: center;
  color: #660000;
  font-weight: 600;
  line-height: 1;
  padding-top: 1em;
}
.search .head {
  text-align: center;
  color: #660000;
}
.search .head .head_title{
  padding: 0.5em 0 0.1em;
}
.search .head .subcatch{
  font-size: 1.5em;
}
@media screen and (max-width: 1000px) {
  .search .head .subcatch{
    font-size: 1.4em;
  }
}
.search .head .subcatch2{
  font-size: 1.3em;
}
@media screen and (max-width: 1000px) {
  .search .head .subcatch2{
    font-size: 1.2em;
  }
}
.search .search_box {
  position: relative;
}
.search .search_box form {
  text-align: center;
}
.search .search_box .bg_archives::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 228px;
  background-image: url("../images/common/bg_book_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: -4.5em;
  right: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .search .search_box .bg_archives::after {
    right: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .search .search_box .bg_archives::after {
    width: 120px;
    height: 110px;
    top: -2.5em;
    right: -0.5em;
  }
}
.search .search_box p {
  text-align: center;
}
.search .search_box dl {
  width: calc(33.3333333333% - 3px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .search .search_box dl {
    font-size: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
  }
}
.search .search_box dl:last-of-type {
  width: 100%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .search .search_box dl:last-of-type {
    margin-bottom: 1em;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .search .search_box dl:last-of-type dt {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .search .search_box dl:last-of-type dd {
    width: 100%;
  }
}
.search .search_box dl dt {
  width: 100%;
  color: #660000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .search .search_box dl dt {
    width: calc(100% - 200px);
    text-align: left;
    clear: left;
    float: left;
  }
}
.search .search_box dl dd {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .search .search_box dl dd {
    width: calc(100% - 130px);
  }
}
.search .search_box dl .select_wrap {
  position: relative;
}
.search .search_box dl .select_wrap:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 1em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
.search .search_box dl .select_wrap .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #660000;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 0.75em;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search .search_box dl .select_wrap .select {
    padding: 0.5em;
  }
}
.search .search_box dl .select_wrap .select:focus {
  outline: none;
}
.search .search_box dl .select_wrap .select option {
  background-color: #fff;
  color: #660000;
}
.search .search_box dl input, .search .search_box dl select {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .search .search_box dl input, .search .search_box dl select {
    font-size: 1.4rem;
  }
}
.search .search_box dl .text_box {
  width: 80%;
  border-radius: 5px;
  border: 1px solid #660000;
  text-align: center;
  line-height: 2;
  padding: 0.5em;
  color: #660000;
}
.search .search_box .button_wrap {
  position: relative;
}
.search .search_box .button_wrap:hover:after {
  background-image: url("../images/common/icon_loupe_on.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search .search_box .button_wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_loupe_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 3px;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .search .search_box .button_wrap:after {
    width: 16px;
    height: 16px;
  }
}
.search .search_box .button_wrap .submit {
  font-size: 1.8rem;
  width: 200px;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background-color: #660000;
  border: 1px solid #660000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .search .search_box .button_wrap .submit {
    padding: 0.5em;
    font-size: 1.5rem;
  }
}
.search .search_box .button_wrap .submit:hover {
  color: #660000;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.search .search_box .tag_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search .search_box .tag_search label form {
  display: inline-block;
  width: 24%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.75em;
}
@media screen and (max-width: 767px) {
  .search .search_box .tag_search label form {
    width: 50%;
  }
}
.search .search_box .tag_search label form input {
  display: none;
}
.search .search_box .tag_search label form span {
  color: #660000;
  font-size: 1.4rem;
  border: 1px solid #660000;
  border-radius: 5px;
  display: block;
  padding: 0.4em;
}
.search .search_box .tag_search label form input + span:hover {
  color: #FFF;
  background: #660000;
  border: 1px solid #660000;
}

/* /////////////////////////////// */
.search .section_result {
  background-image: url("../images/common/bg_score.png"), url("../images/common/bg_radio_02.png"), url("../images/common/bg_tv_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top right, bottom 30px right 30px, top 30px left 10%, center;
  background-size: auto;
  padding: 2em 0 2em;
}
.search .section_result .result_box {
  text-align: center;
}
.search .section_result .result_box .pagination {
  text-align: center;
  display: inline-block;
  position: relative;
}
.search .section_result .result_box .pagination .pickup_prev {
  position: absolute;
  padding-top: 0.25em;
  left: -3em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .pagination .pickup_prev {
    width: 20px;
    height: 20px;
  }
}
.search .section_result .result_box .pagination .pickup_prev a {
  display: block;
  position: relative;
  z-index: 1;
}
.search .section_result .result_box .pagination .pickup_prev a img {
  vertical-align: top;
}
.search .section_result .result_box .pagination .pickup_next {
  position: absolute;
  padding-top: 0.25em;
  right: -3em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .pagination .pickup_next {
    width: 20px;
    height: 20px;
  }
}
.search .section_result .result_box .pagination .pickup_next a {
  display: block;
  position: relative;
  z-index: 1;
}
.search .section_result .result_box .pagination .pickup_next a img {
  vertical-align: top;
}
.search .section_result .result_box .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search .section_result .result_box .pagination ul li {
  padding: 0 0.5em;
}
.search .section_result .result_box .pagination ul li a {
  font-size: 1.8rem;
  color: #660000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .pagination ul li a {
    font-size: 1.4rem;
  }
}
.search .section_result .result_box .pagination ul li .active {
  border-bottom: 2px solid #660000;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1000px) {
  .search .section_result .result_box .result {
    overflow: scroll;
  }
}
.search .section_result .result_box .result .result_list {
  margin: 2em 0;
  border-top: 1px solid #660000;
  border-bottom: 1px solid #660000;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .search .section_result .result_box .result .result_list {
    width: 970px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .result .result_list {
    width: 100%;
    font-size: 1.2rem;
  }
}
.search .section_result .result_box .result .result_list tbody tr:nth-child(even) {
  background-color: #fff;
}
.search .section_result .result_box .result .result_list tbody tr:nth-child(odd) {
  background-color: #f4f0f0;
}
.search .section_result .result_box .result .result_list tbody th {
  border-right: 1px solid #fff;
  border-left: none;
  background-color: #660000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.search .section_result .result_box .result .result_list tbody th:last-child {
  border-right: none;
}
.search .section_result .result_box .result .result_list tbody td {
  border-right: 1px solid #660000;
  border-left: none;
  color: #660000;
  text-align: left;
  vertical-align: middle;
}
.search .section_result .result_box .result .result_list tbody td:nth-of-type(1), .search .section_result .result_box .result .result_list tbody td:nth-of-type(2) {
  text-align: center;
}
.search .section_result .result_box .result .result_list tbody td:last-child {
  border-right: none;
}
.search .section_result .result_box .result .result_list tbody td, .search .section_result .result_box .result .result_list tbody th {
  border-collapse: collapse;
  padding: 0.5em 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .result .result_list tbody td, .search .section_result .result_box .result .result_list tbody th {
    padding: 0.25em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .search .section_result .result_box .result .result_list tbody .button_01 {
    padding: 0.5em 0;
  }
}
.search .section_result .result_box .result .result_list tbody .button_01 a {
  padding: 0.25em 1.5em;
  line-height: 1.4;
  font-size: 1.4rem;
}
.search .section_sartras {
  text-align: center;
  font-size: 1.6rem;
  padding: 4em 0;
}
.search .section_sartras p {
  color: #660000;
  padding-bottom: 0;
  font-size: 1.6rem;
}
.search .section_sartras a {
  color: #cc6600;
}

/*!
project > about
------------------------------
*/
.about .section_about {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
.about .section_about figure {
  margin: 4em auto 2em;
  text-align: center;
}

/*!
project > enquete
------------------------------
*/
.enquete .section_enquete {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
.enquete .section_enquete .enquete_box {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.enquete .section_enquete .enquete_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
}
.enquete .section_enquete .enquete_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 200px;
  text-align: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.enquete .section_enquete .enquete_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .enquete .section_enquete .enquete_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 100%;
  }
}
.enquete .section_enquete .enquete_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.enquete .section_enquete .enquete_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .enquete .section_enquete .enquete_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 100%;
  }
}
.enquete .section_enquete .enquete_box dl dd .other {
  display: inline-block;
  padding-right: 0;
}
.enquete .section_enquete .enquete_box dl dd .textbox_line {
  border: none;
  border-bottom: 2px solid #660000;
  color: #660000;
}
.enquete .section_enquete .note {
  font-size: 1.4rem;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .enquete .section_enquete .note {
    font-size: 1.2rem;
  }
}
.enquete .section_enquete .button_list {
  text-align: center;
}
.enquete .section_enquete .button_list li {
  display: inline-block;
  padding: 0 1em;
}
.enquete .section_detail .button_02 .enquete_select {
  padding: 0.5em 3em;
}
.enquete .button_02 a .enquete_select {
  position: relative;
  padding: 0.25em 2em;
  width: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .enquete .button_02 a .enquete_select {
    padding: 0.5em 2em;
    max-width: 180px;
  }
}
#i_am_teacher, #i_am_student {
	margin-bottom: 10px;
}

/*!
project > privacy
------------------------------
*/
.privacy .section_privacy {
  background-image: url("/images/common/bg_book_02.png"), url("/images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
.privacy h2{
  color: #660000;
}
.privacy ul{
  padding-bottom: 1.5em;
}
.privacy ul li{
  color: #660000;
  font-size: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}

/*!
project > terms
------------------------------
*/
.terms .section_terms {
  background-image: url("/images/common/bg_book_02.png"), url("/images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
.terms h2{
  color: #660000;
}
.terms ul{
  padding-bottom: 1.5em;
}
.terms ul li{
  color: #660000;
  font-size: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}


/*!
project > database
------------------------------
*/
.section_database {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 4em 0;
}
.section_database .result_box {
  text-align: center;
}
.section_database .result_box .pagination {
  text-align: center;
  display: inline-block;
  position: relative;
}
.section_database .result_box .pagination .pickup_prev {
  position: absolute;
  padding-top: 0.25em;
  left: -3em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .section_database .result_box .pagination .pickup_prev {
    width: 20px;
    height: 20px;
  }
}
.section_database .result_box .pagination .pickup_prev a {
  display: block;
  position: relative;
  z-index: 1;
}
.section_database .result_box .pagination .pickup_prev a img {
  vertical-align: top;
}
.section_database .result_box .pagination .pickup_next {
  position: absolute;
  padding-top: 0.25em;
  right: -3em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .section_database .result_box .pagination .pickup_next {
    width: 20px;
    height: 20px;
  }
}
.section_database .result_box .pagination .pickup_next a {
  display: block;
  position: relative;
  z-index: 1;
}
.section_database .result_box .pagination .pickup_next a img {
  vertical-align: top;
}
.section_database .result_box .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section_database .result_box .pagination ul li {
  padding: 0 0.5em;
}
.section_database .result_box .pagination ul li a {
  font-size: 1.8rem;
  color: #660000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section_database .result_box .pagination ul li a {
    font-size: 1.4rem;
  }
}
.section_database .result_box .pagination ul li .active {
  border-bottom: 2px solid #660000;
  padding-bottom: 0.25em;
}
.section_database .result_box .result {
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .section_database .result_box .result {
    overflow: scroll;
  }
}
.section_database .result_box .result .result_note {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_database .result_box .result .result_note {
    font-size: 1.2rem;
  }
}
.section_database .result_box .result .result_list {
  margin: 0 0 2em;
  border-top: 1px solid #660000;
  border-bottom: 1px solid #660000;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .section_database .result_box .result .result_list {
    width: 970px;
    font-size: 1.2rem;
  }
}
.section_database .result_box .result .result_list tbody tr:nth-child(even) {
  background-color: #fff;
}
.section_database .result_box .result .result_list tbody tr:nth-child(odd) {
  background-color: #f4f0f0;
}
.section_database .result_box .result .result_list tbody th {
  border-right: 1px solid #fff;
  border-left: none;
  background-color: #660000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.section_database .result_box .result .result_list tbody th:last-child {
  border-right: none;
}
.section_database .result_box .result .result_list tbody td {
  border-right: 1px solid #660000;
  border-left: none;
  color: #660000;
  text-align: left;
  vertical-align: middle;
}
.section_database .result_box .result .result_list tbody td:nth-of-type(1), .section_database .result_box .result .result_list tbody td:nth-of-type(2) {
  text-align: center;
}
.section_database .result_box .result .result_list tbody td:nth-of-type(1).en {
  text-align: center;
}
.section_database .result_box .result .result_list tbody td:nth-of-type(2).en {
  text-align: left;
}
.section_database .result_box .result .result_list tbody td:last-child {
  border-right: none;
}
.section_database .result_box .result .result_list tbody td, .section_database .result_box .result .result_list tbody th {
  border-collapse: collapse;
  padding: 0.5em 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section_database .result_box .result .result_list tbody td, .section_database .result_box .result .result_list tbody th {
    padding: 0.25em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .section_database .result_box .result .result_list tbody .button_01 {
    padding: 0.5em 0;
  }
}
.section_database .result_box .result .result_list tbody .button_01 a {
  padding: 0.25em 1.5em;
  line-height: 1.4;
  font-size: 1.4rem;
}
.section_database .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
.section_database .detail_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_database .detail_box dl {
    width: 100%;
  }
}
.section_database .detail_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 200px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.section_database .detail_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .section_database .detail_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 150px;
  }
}
.section_database .detail_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.section_database .detail_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .section_database .detail_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}
.section_database .detail_box dl .half {
  width: calc(50% - 200px);
}
@media screen and (max-width: 767px) {
  .section_database .detail_box dl .half {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}

/*!
project > pickup
------------------------------
*/
.pickup .section_pickup {
  background-image: url("../images/common/bg_book_02.png"), url("../images/common/bg_01.png");
  background-repeat: no-repeat, repeat;
  background-position: top 15px right 15px, center;
  background-size: auto;
  padding: 6em 0 4em;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup {
    padding: 4em 0;
  }
}
.pickup .section_pickup .pickup_box {
  margin: 4em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .pickup_box {
    margin: 2em 0 0;
  }
}
.pickup .section_pickup .pickup_box .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .pickup_box .pickup_list {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pickup .section_pickup .pickup_box .pickup_list li {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .pickup_box .pickup_list li {
    width: 50%;
    padding: 1em 1em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.pickup .section_pickup .pickup_box .pickup_list li .name {
  font-size: 1.6rem;
  text-align: center;
  padding: 1em 0 0;
  font-weight: bold;
}
.pickup .section_pickup .pickup_box .pickup_list li img {
  max-height: 216px;
}
.pickup .section_pickup .pickup_box .pickup_list li .button_01 {
  padding: 0.5em 0;
}
.pickup .section_pickup .pickup_box .pickup_list li .button_01 a {
  width: 100%;
  font-size: 1.4rem;
}
.pickup .section_pickup .pickup_box .pickup_list li .button_01 a .arrow {
  padding: 0.125em 0;
}
.pickup .section_pickup .pickup_box .pickup_list li .button_01 a .arrow::after {
  width: 5px;
  height: 5px;
  right: 0.75em;
}
.pickup .section_pickup figure {
  text-align: center;
  margin: 3em 0;
}
.pickup .section_pickup .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
.pickup .section_pickup .detail_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .detail_box dl {
    width: 100%;
  }
}
.pickup .section_pickup .detail_box dl dt {
  font-size: 1.5rem;
  background-color: #660000;
  color: #fff;
  width: 200px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.pickup .section_pickup .detail_box dl dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .detail_box dl dt {
    font-size: 1.4rem;
    padding: 0.75em;
    width: 150px;
  }
}
.pickup .section_pickup .detail_box dl dd {
  font-size: 1.8rem;
  color: #660000;
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #660000;
}
.pickup .section_pickup .detail_box dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .pickup .section_pickup .detail_box dl dd {
    font-size: 1.4rem;
    padding: 0.75em;
    width: calc(100% - 150px);
  }
}
.pickup .section_pickup .detail_box a {
  text-decoration: underline;
}

.detail_box .search_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail_box .search_tags form {
  margin-right: 1em;
}

.post_link {
  background-color: transparent;
  color: blue;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

.post_link:hover {
  color: #0033cc;
}
