@charset "UTF-8";
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

.l-conetnt {
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1290px) {
  .l-conetnt {
    font-size: 0.7751937984vw;
  }
}
@media screen and (max-width: 750px) {
  .l-conetnt {
    font-size: 1.3333333333vw;
  }
}

.p-hero {
  position: relative;
  font-size: 10px;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .p-hero {
    height: 84.7em;
    background: url(../img/kv_bg.jpg) no-repeat center top/192em auto;
  }
}
@media screen and (max-width: 1380px) {
  .p-hero {
    font-size: 0.7246376812vw;
  }
}
@media screen and (max-width: 750px) {
  .p-hero {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .p-hero__title > img {
    top: 1.66em;
    position: absolute;
    top: 0.2em;
    max-width: 192em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-section-01 {
  padding: 10em 0 12em;
  background: url(../img/about_bg_01.png) no-repeat center top/192em auto, url(../img/about_bg_02.png) repeat-y center top/192em auto;
}
@media screen and (max-width: 750px) {
  .c-section-01 {
    padding: 5.5em 2.2em 14.8em;
    background: url(../img/sp/about_bg_01.png) no-repeat center top/contain, url(../img/sp/about_bg_03.png) no-repeat center bottom/contain, url(../img/sp/about_bg_02.png) repeat-y center/contain;
  }
}
.c-section-02 {
  padding: 11em 0;
  background: #F2E50D url(../img/present_bg.png) no-repeat center top/192em auto;
}
@media screen and (max-width: 750px) {
  .c-section-02 {
    padding: 6em 2.2em 13.6em;
    background: url(../img/sp/present_bg_01.png) no-repeat center top/contain, url(../img/sp/present_bg_02.png) no-repeat center bottom/contain, #F2E50D;
  }
}
.c-section__title {
  text-align: center;
}
.c-section__title.__about {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 750px) {
  .c-section__title.__about {
    margin-bottom: 5.5em;
  }
}
.c-section__title.__about > img {
  width: 28.7em;
}
@media screen and (max-width: 750px) {
  .c-section__title.__about > img {
    width: 24em;
  }
}
.c-section__title.__present {
  margin-bottom: 8.5em;
}
@media screen and (max-width: 750px) {
  .c-section__title.__present {
    margin-bottom: 6.5em;
  }
}
.c-section__title.__present > img {
  width: 30.3em;
}
.c-section__title--sub {
  position: relative;
  margin-bottom: 5em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-section__title--sub {
    margin-bottom: 5.8em;
  }
}

.c-cmn__column {
  position: relative;
  border-style: solid;
  border-width: 7.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .c-cmn__column {
    width: 113.5em;
  }
}
@media screen and (max-width: 750px) {
  .c-cmn__column {
    border-width: 6.8em;
  }
}
.c-cmn__column--in {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .c-cmn__column--in {
    margin-left: -3em;
    margin-right: -3em;
  }
  .c-cmn__column--in > .c-cmn__text {
    font-size: 2.3em;
    line-height: 1.6;
  }
}
.c-cmn__column.__about {
  -o-border-image: url(../img/about_frame.png) 72 repeat repeat;
     border-image: url(../img/about_frame.png) 72 repeat repeat;
}
@media screen and (max-width: 750px) {
  .c-cmn__column.__about {
    -o-border-image: url(../img/about_frame.png) 68 repeat repeat;
       border-image: url(../img/about_frame.png) 68 repeat repeat;
  }
}
.c-cmn__column.__about .c-cmn__column--in {
  padding: 4.5em 0 8.5em;
}
@media screen and (max-width: 750px) {
  .c-cmn__column.__about .c-cmn__column--in {
    padding: 0 0 0.7em;
  }
}
@media screen and (max-width: 750px) {
  .c-cmn__column.__about .c-section__title--sub:not(.c-cmn__line) {
    margin-top: -1em;
  }
}
.c-cmn__column.__present {
  -o-border-image: url(../img/present_frame.png) 72 repeat repeat;
     border-image: url(../img/present_frame.png) 72 repeat repeat;
}
@media screen and (max-width: 750px) {
  .c-cmn__column.__present {
    -o-border-image: url(../img/present_frame.png) 68 repeat repeat;
       border-image: url(../img/present_frame.png) 68 repeat repeat;
  }
}
.c-cmn__column.__present .c-cmn__column--in {
  padding: 2em 0 3.8em;
}
@media screen and (max-width: 750px) {
  .c-cmn__column.__present .c-cmn__column--in {
    padding: 2em 0 1.4em;
  }
}

.c-cmn__line {
  margin-bottom: 9.5em;
}
@media screen and (max-width: 750px) {
  .c-cmn__line {
    margin-bottom: 7.5em;
  }
}
.c-cmn__line:before {
  content: "";
  display: block;
  margin-top: 7.5em;
  padding-top: 7.5em;
  border-top: 0.2em dashed #000000;
}
.c-cmn__title {
  margin-bottom: 0.75em;
  font-size: 2.4em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.075em;
}
@media screen and (max-width: 750px) {
  .c-cmn__title {
    margin-bottom: 0.5em;
    font-size: 3.4em;
  }
}
.c-cmn__text {
  font-size: 2.4em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
.c-cmn__text + .c-cmn__text {
  margin-top: 1em;
}
.c-cmn__text--min {
  margin-bottom: 1.25em;
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-cmn__text--min {
    margin-bottom: 1em;
    font-size: 2.3em;
  }
}
.c-cmn__text.__note {
  font-size: 2em;
}
.c-cmn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -2.2em;
  left: 50%;
  width: 22em;
  height: 4.1em;
  padding-bottom: 0.25em;
  border-radius: 0.5em;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-cmn__item .c-cmn__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-cmn__item {
    top: -3em;
    width: 24em;
    height: 5.5em;
  }
  .c-cmn__item .c-cmn__text {
    font-size: 3em;
  }
}
.c-cmn__item:before, .c-cmn__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 4.1em;
  top: 0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-cmn__item:before, .c-cmn__item:after {
    height: 5.5em;
  }
}
.c-cmn__item:before {
  left: 1.8em;
}
.c-cmn__item:after {
  right: 1.8em;
}
.c-cmn__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(100% - 2em);
  height: 4em;
  margin: 1.6em auto 0;
  border-radius: 4em;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-cmn__btn:after {
  content: "▲";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1, -0.6);
          transform: translateY(-50%) rotate(-90deg) scale(1, -0.6);
  font-size: 1.25em;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .c-cmn__btn {
    margin-top: 2em;
    height: 6.5em;
  }
  .c-cmn__btn:after {
    font-size: 2em;
  }
}
.c-cmn__btn.__radiko {
  background-color: #35B3E8;
}
@media screen and (min-width: 751px) {
  .c-cmn__btn.__radiko:hover {
    background-color: #0683CF;
  }
}
.c-cmn__btn.__bbs {
  background-color: #ED1C24;
}
@media screen and (min-width: 751px) {
  .c-cmn__btn.__bbs:hover {
    background-color: #C90007;
  }
}
.c-cmn__btn > span {
  font-size: 2em;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .c-cmn__btn > span {
    font-size: 2.6em;
  }
}
.c-cmn__figure {
  margin-bottom: 4em;
  text-align: center;
}
.c-cmn__figure > img {
  position: relative;
  width: 51.2em;
  left: 1.8em;
}
@media screen and (max-width: 750px) {
  .c-cmn__figure {
    margin-bottom: 4.8em;
  }
  .c-cmn__figure > img {
    left: 1.4em;
  }
}

.c-talk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.7em 2.5em;
}
@media screen and (max-width: 750px) {
  .c-talk__list {
    gap: 5.8em;
  }
}
.c-talk__list > li {
  width: 40em;
  padding: 0 3em 3em;
}
@media screen and (min-width: 751px) {
  .c-talk__list > li:not(:first-child), .c-talk__list > li:not(:last-child) {
    border-radius: 1.5em;
    border: 4px solid #EF1B1B;
  }
  .c-talk__list > li:not(:first-child) .c-cmn__item, .c-talk__list > li:not(:last-child) .c-cmn__item {
    background-color: #EF1B1B;
  }
  .c-talk__list > li:first-child, .c-talk__list > li:last-child {
    border-radius: 1.5em;
    border: 4px solid #0683CF;
  }
  .c-talk__list > li:first-child .c-cmn__item, .c-talk__list > li:last-child .c-cmn__item {
    background-color: #0683CF;
  }
}
@media screen and (max-width: 750px) {
  .c-talk__list > li {
    width: 100%;
    padding: 0 3em 4em;
  }
  .c-talk__list > li:nth-child(odd) {
    border-radius: 1.5em;
    border: 4px solid #0683CF;
  }
  .c-talk__list > li:nth-child(odd) .c-cmn__item {
    background-color: #0683CF;
  }
  .c-talk__list > li:nth-child(even) {
    border-radius: 1.5em;
    border: 4px solid #EF1B1B;
  }
  .c-talk__list > li:nth-child(even) .c-cmn__item {
    background-color: #EF1B1B;
  }
}

.p-post__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80em;
  height: 10.8em;
  margin: 0 auto 3em;
  padding-bottom: 0.4em;
  border-radius: 10em;
  background-color: #ED1C24;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-post__btn:hover {
    background-color: #C90007;
  }
}
.p-post__btn:after {
  content: "▲";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1, -0.6);
          transform: translateY(-50%) rotate(-90deg) scale(1, -0.6);
  font-size: 2.8em;
  color: #FFFFFF;
}
.p-post__btn > span {
  font-size: 3.6em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-post__btn {
    width: 57.8em;
    height: 13em;
  }
  .p-post__btn:after {
    font-size: 3.4em;
    right: 0.75em;
  }
}

.p-note__text {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-note__text {
    font-size: 2em;
    line-height: 1.4;
  }
}

.p-img {
  position: absolute;
  z-index: 3;
}
.p-img-01 {
  width: 19.2em;
  left: -14em;
  top: -10em;
}
@media screen and (max-width: 750px) {
  .p-img-01 {
    width: 13.5em;
    left: -8.5em;
    top: -11em;
  }
}
.p-img-02 {
  width: 24.1em;
  top: -10em;
  right: -13.5em;
}
@media screen and (max-width: 750px) {
  .p-img-02 {
    width: 21em;
    top: -9em;
    right: -5em;
  }
}
.p-img-03 {
  width: 19.7em;
  left: -13em;
  bottom: -8.6em;
}
@media screen and (max-width: 750px) {
  .p-img-03 {
    width: 17em;
    left: -8.8em;
    bottom: -10em;
  }
}
.p-img-04 {
  width: 14.4em;
  top: -13em;
  right: -8em;
}
@media screen and (max-width: 750px) {
  .p-img-04 {
    width: 12em;
    top: -12em;
    right: -8em;
  }
}
.p-img-05 {
  width: 14.2em;
  left: -9em;
  bottom: -13em;
}
@media screen and (max-width: 750px) {
  .p-img-05 {
    width: 11.2em;
    left: -7.5em;
    bottom: -15em;
  }
}
.p-img-06 {
  width: 86.1em;
}
@media screen and (max-width: 750px) {
  .p-img-06 {
    width: 57.3em;
  }
}
.p-img-07 {
  width: 37.8em;
}
.p-img-08 {
  width: 58.2em;
}

.u-color-01 {
  color: #FFFFFF;
}

@media screen and (min-width: 751px) {
  .u-for--sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .u-for--pc {
    display: none;
  }
}

.footer-cmn-sub .txt-footer {
  padding: 1em 0 !important;
  text-align: center;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pcDetail {
    display: none;
  }

  .spDetail {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }
}

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