@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #2B2B2B;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    scroll-padding-top: 7.2rem;
    font-size: 10px;
  }
}

body {
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #2B2B2B;
}

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

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

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

.midashi01 {
  margin-bottom: 1.2em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
.midashi01:before {
  width: 0.5rem;
  height: 1em;
  margin-right: 0.4em;
  content: '';
  background-color: #F46D13;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  display: inline-block;
  vertical-align: -0.125em;
}
@media only screen and (max-width: 780px) {
  .midashi01:before {
    width: 0.4rem;
  }
}
.midashi02 {
  margin-bottom: 2em;
  padding: 0.5em 1.2em;
  font-weight: 500;
  color: #ffffff;
  background-image: url("../img/midashi_bg01.png");
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 781px) {
  .midashi02 {
    font-size: 2rem;
  }
  .midashi02:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    margin-bottom: 1.2em;
    padding: 0.5em 0.8em;
    font-size: 1.7rem;
  }
}
.midashi02:before {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  content: '';
  background-image: url("../img/midashi_icon01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 781px) {
  .midashi02 span {
    padding-top: 0.3em;
    font-size: 0.7em;
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .midashi02 span {
    font-size: 0.76em;
    display: block;
  }
}
.midashi03 {
  margin-bottom: 2em;
  padding-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #D3D1C3;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .midashi03 {
    margin-bottom: 1.25em;
    font-size: 1.6rem;
  }
}
.midashi03:after {
  width: 10rem;
  height: 1px;
  content: '';
  background-color: #F46D13;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .midashi03:after {
    width: 7.2rem;
  }
}

.btn01 {
  width: 34rem;
  padding: 0.8em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background-image: url("../img/midashi_bg01.png");
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.7rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.7rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.7rem 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  -webkit-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 30rem;
    font-size: 1.6rem;
  }
}
.btn01:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 9rem;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 7.2rem;
  }
}

@media only screen and (min-width: 781px) {
  .wrap {
    padding-top: 7.2rem;
    padding-bottom: 13.6rem;
    background: url(../img/wrap_bg_top.jpg) no-repeat center top/1920px auto, url(../img/wrap_bg_bottom.jpg) no-repeat center bottom/1920px auto;
  }
}
@media only screen and (max-width: 780px) {
  .wrap {
    padding-top: 2.8rem;
    padding-bottom: 7.2rem;
  }
}
.wrap.no_bg {
  background: none !important;
}
@media only screen and (min-width: 781px) {
  .wrap > .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .wrap .contents_area {
    width: 84rem;
    float: left;
  }
}
@media only screen and (min-width: 781px) {
  .wrap .sidebar {
    width: 28rem;
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .wrap .sidebar {
    margin-top: 3.5rem;
  }
}

.inner {
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .inner {
    width: 1220px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 94%;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  background-color: #ffffff;
  border-top: solid 0.3rem #F46D13;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 781px) {
  #header {
    min-width: 1220px;
  }
}
#header .inner {
  height: 8.7rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  #header .inner {
    height: 6.9rem;
  }
}
#header h1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#header h1 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #F46D13;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 780px) {
  #header h1 a {
    font-size: 1.9rem;
  }
}
#header h1 a .logo {
  width: 20rem;
  margin-right: 0.25em;
}
@media only screen and (max-width: 780px) {
  #header h1 a .logo {
    width: 16.8rem;
  }
}
#header h1 a .logo + span {
  padding-bottom: 0.25em;
}
@media only screen and (min-width: 781px) {
  #header h1 .fukidashi {
    margin-left: 1.5em;
    padding: 0.1em 0.75em;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #D3D1C3;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    position: relative;
  }
  #header h1 .fukidashi:before, #header h1 .fukidashi:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    border: solid transparent;
  }
  #header h1 .fukidashi:before {
    margin-top: -0.4rem;
    border-width: 0.4rem 0.7rem 0.4rem 0;
    border-right-color: #D3D1C3;
  }
  #header h1 .fukidashi:after {
    margin-top: -0.3rem;
    border-width: 0.3rem 0.6rem 0.3rem 0;
    border-right-color: #ffffff;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right .sp_menu_btn {
    width: 4.8rem;
    height: 4.8rem;
    background-image: url("../img/sp_menu_open.png");
    -webkit-background-size: cover;
    background-size: cover;
  }
  #header .header_right .sp_menu_btn.open {
    position: fixed;
    top: 1.6rem;
    left: 1.6rem;
    z-index: 99;
    background-image: url("../img/sp_menu_close.png");
  }
  #header .header_right .sp_menu_btn.open + nav {
    left: 0;
    opacity: 1;
  }
  #header .header_right .sp_menu_btn.open + nav ul {
    left: 20%;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(43, 43, 43, 0.8);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 90;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 781px) {
  #header .header_right nav ul {
    display: table;
  }
  #header .header_right nav ul > * {
    display: table-cell;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right nav ul {
    width: 80%;
    height: 100vh;
    padding: 9.2rem 3.8rem 3.8rem 3.8rem;
    background-color: #F46D13;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}
@media only screen and (min-width: 781px) {
  #header .header_right nav ul li {
    font-size: 1.4rem;
    font-weight: 500;
    border-left: solid 1px #D6D6D6;
  }
  #header .header_right nav ul li:first-child {
    border-left: none;
  }
  #header .header_right nav ul li a {
    padding: 0 1.7em;
  }
  #header .header_right nav ul li a:after {
    width: 1.14em;
    height: 1.14em;
    margin-left: 0.57em;
    content: '';
    background-image: url("../img/icon_arrow01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.25em;
  }
  #header .header_right nav ul li a:hover {
    color: #F46D13;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_right nav ul li {
    font-size: 1.7rem;
    font-weight: 500;
  }
  #header .header_right nav ul li + li {
    margin-top: 3.5rem;
  }
  #header .header_right nav ul li a {
    color: #ffffff;
  }
}

/*フッターブロック*/
#footer {
  width: 100%;
  background-color: #F5F5F2;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 781px) {
  #footer {
    padding: 5.4rem 0;
    min-width: 1220px;
  }
}
@media only screen and (max-width: 780px) {
  #footer {
    overflow: hidden;
  }
}
#footer .pagetop {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  #footer .pagetop {
    width: 4.8rem;
    height: 4.8rem;
    background-image: url("../img/pagetop.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    bottom: -4.8rem;
    right: 0;
    z-index: 90;
  }
  #footer .pagetop.visible {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media only screen and (max-width: 780px) {
  #footer .pagetop {
    padding: 0.57em 0;
    background-color: #C6C3AC;
    background-image: url("../img/pagetop_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 7.2rem auto;
    background-size: 7.2rem auto;
  }
}
@media only screen and (min-width: 781px) {
  #footer .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  #footer .inner .footer_navi {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .inner .footer_navi ul {
    display: table;
  }
  #footer .inner .footer_navi ul > * {
    display: table-cell;
  }
}
@media only screen and (max-width: 780px) {
  #footer .inner .footer_navi ul {
    width: 106%;
    margin: 0 -3%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .inner .footer_navi ul li {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #footer .inner .footer_navi ul li {
    padding-top: 1em;
    padding-left: 2.85em;
  }
  #footer .inner .footer_navi ul li a:hover {
    color: #F46D13;
  }
}
@media only screen and (max-width: 780px) {
  #footer .inner .footer_navi ul li {
    width: 50%;
    border-right: solid 1px #E0DFD2;
    border-bottom: solid 1px #E0DFD2;
    text-align: center;
  }
  #footer .inner .footer_navi ul li:nth-child(2n) {
    border-right: none;
  }
  #footer .inner .footer_navi ul li a {
    padding: 1.14em 0;
    display: block;
  }
}
#footer .inner .logo_area {
  text-align: center;
}
#footer .inner .logo_area a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #F46D13;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 780px) {
  #footer .inner .logo_area a {
    font-size: 1.7rem;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#footer .inner .logo_area a .logo {
  width: 20rem;
  margin-right: 0.25em;
}
@media only screen and (max-width: 780px) {
  #footer .inner .logo_area a .logo {
    width: 14rem;
  }
}
#footer .inner .logo_area a .logo + span {
  padding-bottom: 0.25em;
}
#footer .inner .logo_area .fukidashi {
  margin-top: 1rem;
  padding: 0.1em 0.75em;
  font-weight: 500;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #footer .inner .logo_area .fukidashi {
    font-size: 1.3rem;
  }
}
#footer .inner .logo_area .fukidashi:before, #footer .inner .logo_area .fukidashi:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
}
#footer .inner .logo_area .fukidashi:before {
  margin-left: -0.5rem;
  border-width: 0 0.5rem 0.9rem 0.5rem;
  border-bottom-color: #ffffff;
}
#footer .inner .logo_area .fukidashi:after {
  margin-left: -0.4rem;
  border-width: 0 0.4rem 0.8rem 0.4rem;
  border-bottom-color: #ffffff;
}
#footer .inner .copyright {
  color: #C7C7C7;
}
@media only screen and (min-width: 781px) {
  #footer .inner .copyright {
    font-size: 1rem;
    position: absolute;
    bottom: 2.5rem;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  #footer .inner .copyright {
    padding: 2em 0 4.3em 0;
    font-size: 1.2rem;
    text-align: center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  padding: 2.4rem 0;
  background-color: #F5F5F2;
  border-bottom: solid 3.4rem #EDEADE;
}
@media only screen and (min-width: 781px) {
  .p-top__mv {
    min-width: 1220px;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    padding: 1.2rem;
    border-bottom: solid 2.4rem #EDEADE;
  }
}
.p-top__mv .splide .splide__track .splide__slide a {
  display: block;
}
.p-top__mv .splide .splide__track .splide__slide img {
  width: 100%;
}
.p-top__mv .splide .splide__pagination {
  bottom: -4.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .splide .splide__pagination {
    bottom: -3rem;
  }
}
.p-top__mv .splide .splide__pagination li button {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem;
  background-color: #ffffff;
}
.p-top__mv .splide .splide__pagination li button.is-active {
  background-color: #F46D13;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (min-width: 781px) {
  .p-top__wrap {
    padding-top: 4.8rem;
  }
}
.p-top__bnr_box01 {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box01 {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__bnr_box01 dt.midashi01 {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box01 dd {
    width: 94%;
    margin: 0 auto;
  }
}
.p-top__bnr_box01 dd + dd {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box01 dd + dd {
    margin-top: 2rem;
  }
}
.p-top__bnr_box01 dd a {
  display: block;
}
.p-top__bnr_box01 dd a figure {
  width: 100%;
}
.p-top__bnr_box01 dd a figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__bnr_box01 dd a figure figcaption {
  margin-top: 0.8rem;
  line-height: 1.33;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box01 dd a figure figcaption {
    font-size: 1.3rem;
  }
}
.p-top__bnr_box01 dd a:hover figure img {
  opacity: 0.8;
}
.p-top__bnr_box01 dd a:hover figure figcaption {
  color: #F46D13;
}
.p-top__bnr_box02 dd {
  width: 77%;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box02 dd {
    width: 94%;
  }
}
.p-top__bnr_box02 dd + dd {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr_box02 dd + dd {
    margin-top: 1.2rem;
  }
}
.p-top__bnr_box02 dd a {
  display: block;
}
.p-top__bnr_box02 dd a img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__bnr_box02 dd a:hover img {
  opacity: 0.8;
}
.p-top__infomation {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__infomation {
    margin-bottom: 1.6rem;
  }
}
.p-top__infomation .video_info_area {
  margin-bottom: 3.3rem;
}
.p-top__infomation .video_info_area p {
  margin-top: 1em;
  line-height: 1.33;
}
.p-top__infomation .text_info_area {
  width: 100%;
  height: 25rem;
  padding: 2.4rem 1.2rem 2.4rem 2.4rem;
  border: solid 1px #D3D1C3;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__infomation .text_info_area {
    height: 21rem;
    padding: 1.2rem 0.6rem 1.2rem 1.2rem;
  }
}
.p-top__infomation .text_info_area .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1.2rem;
  overflow: auto;
}
@media only screen and (max-width: 780px) {
  .p-top__infomation .text_info_area .scroll {
    padding-right: 0.6rem;
  }
}
.p-top__infomation .text_info_area ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #EAEAEA;
}
.p-top__infomation .text_info_area ul li a {
  display: block;
}
.p-top__infomation .text_info_area ul li a:hover p {
  color: #F46D13;
}
.p-top__infomation .text_info_area ul li .date {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ACACAC;
}
.p-top__infomation .text_info_area ul li p {
  font-weight: 500;
}
.p-top__label {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__label {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__label ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__label ul {
    width: 94%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__label ul li {
    width: 48.5%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__label ul li {
    margin-bottom: 2rem;
  }
}
.p-top__label ul li a {
  display: block;
}
.p-top__label ul li a h3 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__label ul li a h3 {
    font-size: 1.6rem;
  }
}
.p-top__label ul li a h3:before {
  width: 0.44em;
  height: 0.44em;
  margin-right: 0.44em;
  content: '';
  background-color: #2B2B2B;
  display: inline-block;
  vertical-align: 0.2em;
}
.p-top__label ul li a figure {
  width: 100%;
}
.p-top__label ul li a figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__label ul li a figure figcaption {
  margin-top: 1em;
  line-height: 1.33;
  color: #818181;
}
@media only screen and (max-width: 780px) {
  .p-top__label ul li a figure figcaption {
    font-size: 1.3rem;
  }
}
.p-top__label ul li a:hover h3 {
  color: #F46D13;
}
.p-top__label ul li a:hover h3:before {
  background-color: #F46D13;
}
.p-top__label ul li a:hover figure img {
  opacity: 0.8;
}
.p-top__label ul li a .tag {
  margin-top: 0.7em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ACACAC;
  letter-spacing: -0.4em;
}
.p-top__label ul li a .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-top__label ul li a .tag {
    font-size: 1.2rem;
  }
}
.p-top__label ul li a .tag span {
  margin-right: 1.2em;
}
.p-top__bosyu a {
  display: block;
}
.p-top__bosyu a figure {
  width: 100%;
}
.p-top__bosyu a figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top__bosyu a figure figcaption {
  margin-top: 1em;
}
.p-top__bosyu a figure figcaption h3 {
  margin-bottom: 0.6em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__bosyu a figure figcaption h3 {
    font-size: 1.6rem;
  }
}
.p-top__bosyu a figure figcaption p {
  font-weight: 500;
  line-height: 1.33;
  color: #818181;
}
@media only screen and (max-width: 780px) {
  .p-top__bosyu a figure figcaption p {
    font-size: 1.3rem;
  }
}
.p-top__bosyu a:hover figure img {
  opacity: 0.8;
}
.p-top__bosyu a:hover figure figcaption {
  color: #F46D13;
}

/*下層ページ*/
.pankuzu {
  background-color: #EDEADE;
}
.pankuzu .inner {
  padding: 0.75em 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a {
  color: #868478;
}
.pankuzu a:after {
  margin: 0 1em;
  content: '>';
  color: #F46D13;
  display: inline-block;
}
.pankuzu a:hover {
  color: #F46D13;
}
.pankuzu span {
  color: #BEBCB3;
}

.p-lineup__label_list {
  padding-bottom: 2.4rem;
  background-color: #ffffff;
  border: solid 1px #D3D1C3;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__label_list {
    padding-bottom: 1.2rem;
  }
}
.p-lineup__label_list dt {
  margin-bottom: 2.4rem;
  padding: 0.8em 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #D3D1C3;
}
@media only screen and (max-width: 780px) {
  .p-lineup__label_list dt {
    margin-bottom: 1.2rem;
    padding: 0.8em -1.2rem;
    font-size: 1.6rem;
  }
}
.p-lineup__label_list dd {
  padding: 0 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__label_list dd {
    padding: 0 1.2rem;
  }
}
.p-lineup__label_list dd + dd {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__label_list dd + dd {
    margin-top: 1.2rem;
  }
}
.p-lineup__label_list dd a {
  display: block;
}
.p-lineup__label_list dd a p {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.p-lineup__label_list dd a p:before {
  width: 0.44em;
  height: 0.44em;
  margin-right: 0.44em;
  content: '';
  background-color: #2B2B2B;
  display: inline-block;
  vertical-align: 0.2em;
}
.p-lineup__label_list dd a img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-lineup__label_list dd a:hover p {
  color: #F46D13;
}
.p-lineup__label_list dd a:hover p:before {
  background-color: #F46D13;
}
.p-lineup__label_list dd a:hover img {
  opacity: 0.8;
}
.p-lineup__original_list {
  margin-top: 4rem;
  padding-bottom: 2.4rem;
  background-color: #ffffff;
  border: solid 1px #D3D1C3;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__original_list {
    padding-bottom: 1.2rem;
  }
}
.p-lineup__original_list dt {
  margin-bottom: 2.4rem;
  padding: 0.8em 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #D3D1C3;
}
@media only screen and (max-width: 780px) {
  .p-lineup__original_list dt {
    margin-bottom: 1.2rem;
    padding: 0.8em -1.2rem;
    font-size: 1.6rem;
  }
}
.p-lineup__original_list dd {
  padding: 0 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__original_list dd {
    padding: 0 1.2rem;
  }
}
.p-lineup__original_list dd + dd {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-lineup__original_list dd + dd {
    margin-top: 1.2rem;
  }
}
.p-lineup__original_list dd a {
  display: block;
}
.p-lineup__original_list dd a img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-lineup__original_list dd a:hover img {
  opacity: 0.8;
}
@media only screen and (min-width: 781px) {
  .p-lineup__book_list .midashi01 {
    margin-bottom: 1.5em;
    font-size: 2.6rem;
    font-weight: 700;
  }
}
.p-lineup__book_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-lineup__book_list ul li {
    width: 22.8%;
    margin: 0 2.933% 6.4rem 0;
  }
  .p-lineup__book_list ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) and (min-width: 481px) {
  .p-lineup__book_list ul li {
    width: 32%;
    margin: 0 2% 3.2rem 0;
  }
  .p-lineup__book_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lineup__book_list ul li {
    width: 48%;
    margin: 0 4% 3.2rem 0;
  }
  .p-lineup__book_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-lineup__book_list ul li a {
  display: block;
}
.p-lineup__book_list ul li a figure {
  width: 100%;
}
.p-lineup__book_list ul li a figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-lineup__book_list ul li a figure figcaption {
  margin: 0.55em 0;
  font-size: 1.06em;
  font-weight: 500;
  line-height: 1.125;
}
.p-lineup__book_list ul li a .author {
  margin-bottom: 0.6em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38;
}
@media only screen and (max-width: 780px) {
  .p-lineup__book_list ul li a .author {
    font-size: 1.2rem;
  }
}
.p-lineup__book_list ul li a .meta {
  margin-bottom: 1.4em;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .p-lineup__book_list ul li a .meta {
    font-size: 1rem;
  }
}
.p-lineup__book_list ul li a .meta .status {
  margin-right: 0.6em;
  padding: 0.1em 0.3em;
  white-space: nowrap;
  color: #ffffff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.p-lineup__book_list ul li a .meta .status.is-ongoing {
  background-color: #F52700;
}
.p-lineup__book_list ul li a .meta .status.is-complete {
  background-color: #1FAD40;
}
.p-lineup__book_list ul li a .meta .category {
  padding: 0.1em 0;
  color: #818181;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.p-lineup__book_list ul li a .point {
  font-size: 1.3rem;
  font-weight: 700;
  color: #F46D13;
  letter-spacing: -0.4em;
}
.p-lineup__book_list ul li a .point > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-lineup__book_list ul li a .point {
    font-size: 1.2rem;
  }
}
.p-lineup__book_list ul li a .point span {
  margin: 0 0.5em 0.5em 0;
  padding: 0.1em 0.5em;
  border: solid 1px #F46D13;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.p-lineup__book_list ul li a:hover figure img {
  opacity: 0.8;
}
.p-lineup__book_list ul li a:hover figure figcaption {
  color: #F46D13;
}

.p-bosyu__biggining {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__biggining {
    margin-bottom: 3.2rem;
  }
}
.p-bosyu__biggining .icatch {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__biggining .icatch {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-bosyu__biggining .midashi03 {
    margin-bottom: 1em;
    font-size: 2.6rem;
  }
}
.p-bosyu__biggining p {
  font-size: 1.06em;
  line-height: 1.9;
}
.p-bosyu__biggining .btn {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__biggining .btn {
    margin-top: 2rem;
  }
}
.p-bosyu__pr {
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__pr {
    margin-bottom: 6.4rem;
  }
}
.p-bosyu__pr ul {
  padding: 4rem 4.8rem;
  background-color: #ffffff;
  border: solid 0.3rem #F46D13;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-bosyu__pr ul {
    width: 94.6%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-bosyu__pr ul {
    padding: 2rem;
    border: solid 1px #F46D13;
  }
}
.p-bosyu__pr ul li + li {
  margin-top: 6rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__pr ul li + li {
    margin-top: 3rem;
  }
}
.p-bosyu__pr ul li h2 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__pr ul li h2 {
    font-size: 1.8rem;
  }
}
.p-bosyu__pr ul li .img_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-bosyu__pr ul li .img_area .img {
  width: 48%;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__pr ul li .img_area .img {
    margin-bottom: 1.5rem;
  }
}
.p-bosyu__pr ul li .img_area .img img {
  width: 100%;
}
.p-bosyu__pr ul li p {
  font-size: 1.06em;
  line-height: 1.8;
}
.p-bosyu__publish-platform {
  position: relative;
  z-index: 1;
}
.p-bosyu__publish-platform:after {
  width: 100vw;
  height: calc(100% + 13.6rem - 2.2rem);
  content: '';
  background: #FCFCFC url(../img/wrap_bg_bottom.jpg) no-repeat center bottom/1920px auto;
  background-blend-mode: multiply;
  position: absolute;
  top: 2.2rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform:after {
    height: calc(100% + 7.2rem - 2rem);
    background: none;
    background-color: #FCFCFC;
    top: 2rem;
  }
}
.p-bosyu__publish-platform .headding {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform .headding {
    margin-bottom: 2.5rem;
  }
}
.p-bosyu__publish-platform .headding .fukidashi {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform .headding .fukidashi {
    margin-bottom: 1.6rem;
  }
}
.p-bosyu__publish-platform .headding .fukidashi span {
  padding: 0.4em 5em;
  font-size: 2rem;
  font-weight: 500;
  background-color: #F7D933;
  border: solid 1px #F7D933;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform .headding .fukidashi span {
    padding: 0.4em 2em;
    font-size: 1.4rem;
  }
}
.p-bosyu__publish-platform .headding .fukidashi span:before, .p-bosyu__publish-platform .headding .fukidashi span:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}
.p-bosyu__publish-platform .headding .fukidashi span:before {
  margin-left: -0.7rem;
  border-width: 1.6rem 0.7rem 0 0.7rem;
  border-top-color: #F7D933;
}
.p-bosyu__publish-platform .headding .fukidashi span:after {
  margin-left: -0.6rem;
  border-width: 1.5rem 0.6rem 0 0.6rem;
  border-top-color: #F7D933;
}
.p-bosyu__publish-platform .headding h2 {
  text-align: center;
  overflow: hidden;
}
.p-bosyu__publish-platform .headding h2 > span {
  padding: 0 1.65em;
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform .headding h2 > span {
    padding: 0;
    font-size: 2.4rem;
  }
}
.p-bosyu__publish-platform .headding h2 > span small {
  font-size: 0.6em;
  display: block;
}
.p-bosyu__publish-platform .headding h2 > span b {
  color: #F46D13;
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .p-bosyu__publish-platform .headding h2 > span:before, .p-bosyu__publish-platform .headding h2 > span:after {
    width: 9999px;
    height: 1px;
    content: '';
    background-color: #DDDDDD;
    position: absolute;
    bottom: 0.75em;
  }
  .p-bosyu__publish-platform .headding h2 > span:before {
    right: 100%;
  }
  .p-bosyu__publish-platform .headding h2 > span:after {
    left: 100%;
  }
}
.p-bosyu__publish-platform ul {
  padding: 3.2rem 3.2rem 0 3.2rem;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .p-bosyu__publish-platform ul {
    padding: 2rem 2rem 0 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-bosyu__publish-platform ul li {
    width: 24%;
    margin: 0 1.33% 3.2rem 0;
  }
  .p-bosyu__publish-platform ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) and (min-width: 481px) {
  .p-bosyu__publish-platform ul li {
    width: 32%;
    margin: 0 2% 2rem 0;
  }
  .p-bosyu__publish-platform ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-bosyu__publish-platform ul li {
    width: 49%;
    margin: 0 2% 2rem 0;
  }
  .p-bosyu__publish-platform ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-bosyu__publish-platform ul li a {
  display: block;
}
.p-bosyu__publish-platform ul li a:hover figure img {
  opacity: 0.8;
}
.p-bosyu__publish-platform ul li a:hover figure figcaption {
  color: #F46D13;
}
.p-bosyu__publish-platform ul li figure {
  width: 100%;
}
.p-bosyu__publish-platform ul li figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-bosyu__publish-platform ul li figure figcaption {
  margin-top: 0.6em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.p-company__outline {
  max-width: 880px;
  margin: 0 auto;
}
.p-company__outline h2 {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-company__outline h2 {
    font-size: 2rem;
  }
}
.p-company__outline .table {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .table {
    margin-bottom: 3.6rem;
  }
}
.p-company__outline .table table {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .table table {
    font-size: 1.3rem;
  }
}
.p-company__outline .table table tbody tr td {
  padding: 1.6em 0;
  vertical-align: top;
  border-bottom: solid 1px #D3D1C3;
}
.p-company__outline .table table tbody tr td:first-child {
  width: 30%;
  padding-right: 1em;
  font-weight: 700;
  position: relative;
}
.p-company__outline .table table tbody tr td:first-child:after {
  width: 12.7rem;
  height: 1px;
  content: '';
  background-color: #F46D13;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .table table tbody tr td:first-child:after {
    width: 6.5rem;
  }
}
.p-company__outline .table table tbody tr td a {
  text-decoration: underline;
  color: #0E93D9;
}
.p-company__outline .contact_btn a {
  padding: 2.77em 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #FCFCFC;
  border: solid 1px #DDDDDD;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .contact_btn a {
    padding: 1.5em 0;
    font-size: 1.6rem;
  }
}
.p-company__outline .contact_btn a:before {
  width: 1.77em;
  height: 1.77em;
  margin-right: 0.88em;
  content: '';
  background-image: url("../img/icon_mail01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.45em;
}
.p-company__outline .contact_btn a:hover {
  background-color: #F5F5F2;
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  .container {
    padding: 0 !important;
  }

  #header {
    position: static !important;
  }

  img {
    display: block !important;
  }
}
