@charset "utf-8";

/* =========================================================
 リセット ※手を入れない！
========================================================= */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

iframe {
  vertical-align: bottom;
}

/* =========================================================
 font
========================================================= */
@font-face {
  font-family: "source-han-sans-cjk-ja";
  font-weight: 300;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_n.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_n.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "source-han-sans-cjk-ja";
  font-weight: 400;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_r.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_r.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "source-han-sans-cjk-ja";
  font-weight: 500;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_m.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_m.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "source-han-sans-cjk-ja";
  font-weight: 700;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_b.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/shs_b.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "corporate";
  font-weight: 400;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/corporate_m.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/corporate_m.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "corporate";
  font-weight: 700;
  src: local("source-han-sans-cjk-ja"),
    url("https://cinimg.awscf.net/cin-gr.com/font/corporate_b.woff2") format("woff2"),
    url("https://cinimg.awscf.net/cin-gr.com/font/corporate_b.woff") format("woff");
  font-display: swap;
}

/* =========================================================
 animataion
========================================================= */
.animated {
  opacity: 0;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  opacity: 1;
}

/* =========================================================
 base
========================================================= */
/****clearfix****/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #ffffff;
  font-size: 4.8vw;
  color: #272727;
  font-family: source-han-sans-cjk-ja, sans-serif;
  text-align: justify;
  line-height: 1.75;
}

a {
  text-decoration: underline;
  color: #ff6283;
  font-weight: inherit;
}


/*Sp Pc の表示分け*/
@media screen and (min-width: 981px) {
  body {
    text-align: justify;
    max-width: 1920px;
    min-width: 980px;
    font-size: 20px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }

  .forSp {
    display: none !important;
  }

  .forPc {
    display: block;
  }

  .pc-ninety-percent {
    width: 90%;
  }

  .pc-one-third {
    width: 66.7%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 980px) {
  .forSp {
    display: block;
  }

  .forPc {
    display: none !important;
  }
}


/* =========================================================
 header
--------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  top: 0;
  left: 0;
}

#headerWrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header #headerLogo img {
  width: 100%;
}

header #headerRight p {
  float: right;
  margin: 0 3% 0 0;
}

header #headerRight #mainContactBtn {
  max-width: 138px;
  width: 21.5%;
}

header #headerRight #mainContactBtn a {
  padding: 0;
}

header #headerRight #mainMenuBtn {
  max-width: 78px;
  width: 12%;
  z-index: 4;
  position: relative;
  transition: all 0.5s 0s ease;
  border: 1px solid #ff6283;
}

header #headerRight #mainMenuBtn img:last-child {
  display: none;
}

.open header #headerRight #mainMenuBtn {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 5px 0 #ffffff;
}

.open header #headerRight #mainMenuBtn img:first-child {
  display: none;
}

.open header #headerRight #mainMenuBtn img:last-child {
  display: block;
}

@media screen and (min-width: 981px) {
  header {
    max-width: 1920px;
    height: 100px;
    padding: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }

  #headerWrap {
    width: 1040px;
    height: 100%;
    margin: 0 auto;
  }

  #headerLogo {
    width: 199px;
  }

  .headerItem {
    display: flex;
    justify-content: space-between;
  }

  #headerWrap nav ul {
    display: flex;
    justify-content: space-between;
  }

  #headerWrap nav li {
    width: 167px;
    height: 50px;
    line-height: 50px;
    text-indent: 0;
    padding-left: 0;
    box-sizing: border-box;
    border-right: 1px solid #d1d9e3;
  }

  #headerWrap nav li:last-child {
    border-right: 0;
  }

  #headerWrap nav li a {
    color: inherit;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  #headerWrap nav li a span {
    font-weight: 700;
    position: relative;
  }

  #headerWrap nav li a span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s ease;
  }

  #headerWrap nav li a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }

  #mainContactBtn {
    width: 130px;
    height: 48px;
    line-height: 44px;
    border-radius: 24px;
    background-color: #e40057;
    border: 2px solid #e40057;
    box-sizing: border-box;
    transition: all .2s ease;
  }

  #mainContactBtn a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
  }

  #mainContactBtn:hover {
    background-color: #ffffff;
  }

  #mainContactBtn:hover a {
    color: #e40057;
  }

}

@media screen and (max-width: 980px) {
  header {
    box-shadow: 0 0.7vw 1vw rgba(0, 0, 0, 0.2);
    height: 16vw;
  }

  #headerWrap {
    width: 94%;
    margin: 0 auto;
  }

  #headerLogo {
    width: 37%;
  }

  .headerItem {
    width: 40%;
  }

  .headerButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerButtons p.contact {
    background-color: #e40057;
    color: #ffffff;
    font-size: 0.7em;
    width: 66%;
    text-align: center;
    height: 8vw;
    line-height: 7.75vw;
    border-radius: 4vw;
  }

  .contact a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }

  .headerButtons p.menuButton {
    width: 8vw;
    height: 7vw;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .menuButton span {
    display: block;
    background-color: #515050;
    width: 100%;
    height: 0.6vw;
    position: absolute;
    transition: all .35s ease;
  }

  .open .menuButton span {
    background-color: #ffffff;
    width: 118%;
  }

  .menuButton span:nth-of-type(1) {
    top: 0;
  }

  .open .menuButton span:nth-of-type(1) {
    transform: rotate(45deg) translate(0, 0);
    top: 46%;
    left: -7%;
  }

  .menuButton span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .open .menuButton span:nth-of-type(2) {
    opacity: 0;
  }

  .menuButton span:nth-of-type(3) {
    bottom: 0;
  }

  .open .menuButton span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-50%);
    top: 49%;
    bottom: auto;
    left: -5%;
  }

  .menuList {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #ff6283;
    padding-top: 16vw;
    transition: all .3s ease;
    opacity: 0;
  }

  .open .menuList {
    transform: translateX(-100%);
    opacity: 1;
  }

  .menuList li {
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6%;
  }

  .menuList li:last-of-type {
    margin-bottom: 0;
  }

  .menuList a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
  }
}

/* =========================================================
 パンクズ
--------------------------------------------------------- */
#topicPathWrap {
  background-color: #515050;
  width: 100%;
}

#topicPath {
  width: 94%;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
  height: 6vw;
  display: flex;
  align-items: center;
}

#topicPath li {
  float: left;
  padding: 0;
  text-indent: 0;
  font-size: 0.55em;
}

#topicPath li:after {
  content: '\00226b';
  font-size: 14px;
  padding: 0 1.5px;
}

#topicPath li:last-child:after {
  content: '';
}

#topicPath li a {
  color: inherit;
  text-decoration: none;
}

#topicPath li a:hover {
  text-decoration: none;
}

#topicPath li a span {
  text-decoration: underline;
}

@media screen and (min-width: 981px) {
  #topicPathWrap {
    width: 100%;
  }

  #topicPath {
    width: 1040px;
    margin: 0 auto;
    position: relative;
    height: 32px;
    font-size: 14px;
  }

  #topicPath li:after {
    font-size: 14px;
    padding: 0 1.5px;
  }

  #topicPath li span {
    font-size: 14px;
  }
}


/* =========================================================
 共通装飾
--------------------------------------------------------- */
.contentWrap {
  padding-top: 16vw;
}

/*画像がh1の場合*/
.contentWrap h1.topImage {
  padding: 0;
}

.heading {
  text-align: center;
}

.heading h1 {
  color: #ff6283;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 2% 0;
}

h2 {
  margin: 0 auto;
  color: #ff6283;
  font-weight: 700;
  text-align: center;
  line-height: 2.3;
}

h3 {
  color: #ffffff;
  background-color: #212121;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  width: 100%;
  position: relative;
}

.contentBlock {
  width: 94%;
  margin: 0 auto;
  padding: 7% 0 5%;
}

/* テーブル型 */
.tableStyle dl:last-child {
  margin-bottom: 0;
}

/* テーブル型 横並び */
.tableStyle.colTable dl {
  display: table;
  width: 100%;
}

.textCenter {
  text-align: center;
}

p.note {
  background-color: #ededed;
  box-sizing: border-box;
  line-height: 2;
}

.heading p span,
.textBlock p span:not([class]) {
  background-color: #fffabd;
  font-weight: 500;
}

.textBlock p span.textPink {
  color: #ff6283;
}

.textBlock p span.textSmall {
  font-size: 0.85em;
  font-weight: 400;
}

.textBlock li {
  font-weight: 500;
}

.movieBox {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.movieBox iframe {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.startBtn {
  background-image: url(/img/common/icon_play.svg);
  background-repeat: no-repeat;
  background-size: 11% auto;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center center;
  pointer-events: none;
  transition: opacity .2s ease;
}

.play .startBtn {
  opacity: 0;
}

.imageBlock {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 981px) {
  .contentWrap {
    padding-top: 100px;
  }

  .heading {
    margin-bottom: 5px;
  }

  .heading h1 {
    font-size: 40px;
  }

  .heading p {
    font-size: 18px;
    margin-top: 15px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    margin-bottom: 20px;
  }

  .contentBlock {
    width: 960px;
    padding: 50px 0;
  }

  .textCenterPc {
    text-align: center;
  }

  p.note {
    padding: 50px;
    text-align: center;
  }

  .textBlock {
    margin: 20px auto 0;
  }

  .textBlock p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .heading p span,
  .textBlock p span {
    font-weight: 500;
  }

  .textBlock ul {
    background-color: #fffabd;
    padding: 20px 30px;
    margin-bottom: 20px;
  }

  .textBlock li {
    font-size: 18px;
    line-height: 2;
  }

  .content:not(:last-child) {
    margin-bottom: 90px;
  }

  .movieBox iframe {
    border-radius: 10px;
  }

}

@media screen and (max-width: 980px) {
  .heading {
    margin-bottom: 1%;
  }

  .heading h1 {
    font-size: 1.35em;
  }

  .heading p {
    font-size: 0.7em;
  }

  h2 {
    line-height: 1.5;
    padding: 1% 0;
    font-size: 1.15em;
  }

  h3 {
    font-size: 0.75em;
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
    margin-bottom: 3%;
  }

  .contentBlock .pickUpArea li {
    font-size: 0.75em;
  }

  .pickUpArea li span.annotation {
    display: block;
    font-size: 0.8em;
  }

  .textCenterSp {
    text-align: center;
  }

  p.note {
    margin-top: 7%;
    font-size: 0.65em;
    padding: 4%;
    font-weight: 500;
  }

  .textBlock {
    margin: 3% auto 0;
  }

  .textBlock p {
    font-size: 0.7em;
    margin-bottom: 6%;
  }

  .textBlock p:last-child {
    margin-bottom: 0;
  }

  .heading p span .textBlock p span {
    font-weight: 700;
  }

  .textBlock ul {
    background-color: #ffeaee;
    padding: 2.5% 3%;
    margin-bottom: 6%;
  }

  .textBlock li {
    font-size: 0.7em;
    color: #ff6283;
  }

  .pickUpArea {
    padding: 3% 4%;
  }

  .pickUpArea ul::after {
    font-size: 0.75em;
    display: block;
    line-height: 1.7;
  }

  .content:not(:last-child) {
    margin-bottom: 13%;
  }

  .movieBox iframe {
    border-radius: 1.2vw;
  }

  .startBtn {
    display: none
  }

}

/*****************************************************************************
共通パーツ アコーディオン */
.accordionTable dl {
  margin-bottom: 1.5%;
}

.accordionTable dt {
  background-color: #f7f7f7;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.accordionTable dt::before {
  content: "";
  display: inline-block;
  background-image: url(/img/common/icon_q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.2em;
  margin-right: 0.6em;
}

.accordionTable dt::after {
  content: "";
  display: block;
  background-image: url(/img/common/icon_accordion.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.8em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: transform .3s ease;
}

.accordionTable .active dt::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordionTable dd {
  padding: 3%;
}

@media screen and (min-width: 981px) {
  .accordionTable dl {
    margin-bottom: 10px;
  }

  .accordionTable dt {
    padding: 16px 20px;
    font-size: 22px;
  }

  .accordionTable dd {
    padding: 13px 20px;
  }

}

@media screen and (max-width: 980px) {
  .accordionTable {
    margin-top: 4%;
  }

  .accordionTable dl {
    font-size: 0.8em;
  }

  .accordionTable dt {
    padding: 3% 10% 3% 2.5em;
    line-height: 1.5;
    text-indent: -1.7em;
  }

  .accordionTable dd {
    font-size: 0.9em;
  }
}

/**********************************************************
iframeムービー
--------------------------------------------------------- */
@media screen and (min-width: 981px) {
  .movieBox {
    padding: 0;
    margin: 30px auto 50px;
    width: 100%;
    max-width: 980px;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  .movieBox iframe.movieBlock {
    border-radius: 1vw;
  }
}


/* =========================================================
 装飾
--------------------------------------------------------- */
/* フォント装飾*/
.textBold,
.textBold span {
  font-weight: bold;
}

/* 見出し装飾 */
.glitterTitleWrap {
  text-align: center;
}

.contentWrap .glitterTitle img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 981px) {
  .glitterTitleWrap {
    margin-bottom: 90px;
  }

  .contentWrap .glitterTitle {
    height: 165px;
  }

  .glitterTitleWrap p {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 980px) {
  .glitterTitleWrap {
    margin-bottom: 9%;
  }

  .contentWrap .glitterTitle {
    height: 4.35em;
  }

  .glitterTitleWrap p {
    font-size: 0.7em;
  }
}

/* リンク装飾 */
.detailLink {
  text-align: center;
}

.detailLink a {
  border: 2px solid;
  color: #ff6283;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  transition: all .2s ease;
}

@media screen and (min-width:981px) {
  .detailLink {
    height: 50px;
    margin: 25px auto 30px;
  }

  .detailLink a {
    border-radius: 25px;
    padding: 0 28px;
    line-height: 46px;
    font-size: 18px;
  }

  .detailLink a:hover {
    background-color: #ff6283;
    color: #ffffff;
  }
}

@media screen and (max-width:980px) {
  .detailLink {
    margin: 5% auto;
  }

  .detailLink a {
    font-weight: 500;
    line-height: calc(9vw - 4px);
    border-radius: 4.5vw;
    font-size: 1em;
    padding: 0 7%;
  }
}

/* ボタン装飾 */
.flatBtn {
  text-align: center;
}

.flatBtn>* {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.flatBtn a::after {
  content: ">";
  transform: scale(0.4, 1) translateY(-50%);
  display: inline-block;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 6%;
  font-size: 1.3em;
}

.flatBtn.noArrow a::after {
  content: none;
}

@media screen and (min-width: 981px) {
  .flatBtn {
    width: 390px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 7px;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all .2s ease;
    border-width: 2px;
    border-style: solid;
    position: relative;
  }

  #contact .flatBtn.short {
    width: 280px;
  }

  .flatBtn a {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    transition: all .2s ease;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .flatBtn:hover {
    background-color: #ffffff !important;
  }

  .flatBtn:hover a {
    color: inherit;
  }
}

@media screen and (max-width: 980px) {
  .flatBtn {
    width: 50%;
    height: 11vw;
    line-height: 11vw;
    margin: 0 auto;
    border-radius: 11vw;
    box-shadow: 0 0.3vw 0.5vw rgba(0, 0, 0, 0.35);
  }

  .flatBtn a {
    font-size: 0.8em;
  }
}

/* =========================================================
 footer
--------------------------------------------------------- */
footer {
  position: relative;
}

#returnTop {
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 15%;
  display: none;
  cursor: pointer;
  background-color: #ff6283;
}

#returnTop::after {
  content: "";
  display: inline-block;
  background-image: url(/img/common/img_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

#returnTop.returnTopStop {
  position: absolute;
  bottom: 0;
  top: -30%;
}

#copyright {
  text-align: center;
  background-color: #ff6283;
  color: #ffffff;
}

#groupLogo {
  background-color: #2b2b2b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#groupLogo img {
  width: 28%;
}

@media screen and (min-width: 981px) {
  footer {
    max-width: 1920px;
    min-width: 980px;
    margin: 0 auto;
  }

  #returnTopBox {
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 10;
  }

  #returnTopWrap {
    position: absolute;
    left: 902px;
  }

  #returnTop {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: none;
  }

  #returnTop::after {
    width: 17px;
    height: 30px;
  }

  #returnTop.returnTopStop {
    position: absolute;
    bottom: 0;
    top: -30%;
  }

  #copyright {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  #copyright a {
    color: #ffffff;
    text-decoration: none;
  }

  #copyright a:hover {
    text-decoration: underline;
  }

  #groupLogo {
    height: 120px;
  }

  #groupLogo img {
    width: 179px;
  }
}

@media screen and (max-width: 980px) {
  img {
    width: 100%;
    height: auto;
  }

  #jobCategoryBox h1.topImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  #returnTop {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
  }

  #returnTop::after {
    width: 3.4vw;
    height: 6vw;
  }

  #groupLogo {
    height: 17.5vw;
  }

  #copyright {
    font-size: 0.45em;
    line-height: 2.5;
  }

  #copyright a {
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 981px) {
  #jobCategoryBox h1.topImage {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 979px) {
  #bn_line {
    display: none;
  }
}

/* =========================================================
 moneyBox
--------------------------------------------------------- */
.moneyBox {
  display: flex;
}

.tableStyle {
  border: 1px solid #a5a5a5;
  height: fit-content;
}

.tableStyle dl {
  background-color: #ffffff;
  border-bottom: 1px solid #a5a5a5;
  text-align: center;
}

.tableStyle dt {
  background-color: #a5a5a5;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: 700;
  display: table-cell;
}

.tableStyle dd {
  font-weight: 700;
  display: table-cell;
}

.tableStyle dl:last-of-type,
.tableStyle dl:last-of-type dt {
  border-bottom: 0;
}

.tableStyle dl span {
  font-weight: inherit;
}

@media screen and (min-width: 981px) {
  .moneyBox {
    margin: 5px 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .tableStyle {
    width: 480px;
  }

  .tableStyle dl {
    height: 60px;
    line-height: 60px;
  }

  .tableStyle dt {
    font-size: 26px;
    width: 166px;
  }

  .tableStyle dd {
    font-size: 28px;
  }

  .tableStyle dd span {
    font-size: 20px;
  }

  .moneyBox p {
    width: 460px;
  }
}

@media screen and (max-width: 979px) {
  .moneyBox {
    flex-direction: column-reverse;
  }

  .tableStyle {
    margin-top: 5%;
    height: auto;
  }

  .tableStyle dl {
    height: 9.5vw;
    line-height: 9.5vw;
    font-size: 0.9em;
  }

  .tableStyle dt {
    width: 40%;
  }

  .tableStyle dd {
    width: 60%;
  }

  .tableStyle dl span {
    font-size: 0.7em;
  }

  .moneyBox p {
    font-size: 0.7em;
  }
}


/* =========================================================
お店一覧
--------------------------------------------------------- */
.relationLinkCollection {
  display: flex;
  flex-wrap: wrap;
}

.relationLinkCollection>* {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.shopList {
  background-color: #f3f4fa;
}

.shopList .linkImage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 11 / 6;
}

.shopList .linkImage iframe {
  position: absolute;
  pointer-events: none;
}

.shopList .linkImage p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shopList .deli .linkImage p {
  background-color: #ff6283;
}

.shopList .cosplay .linkImage p {
  background-color: #c44ed9;
}

.shopList .tsuma .linkImage p {
  background-color: #e04062;
}

.shopList .kyonyu .linkImage p {
  background-color: #33c3e2;
}

.shopList .pocha .linkImage p {
  background-color: #35a783;
}

.shopList .onakura .linkImage p {
  background-color: #ff68c4;
}

.shopList .linkItem {
  width: 100%;
}

.shopList .linkTitle img {
  height: 100%;
  width: auto;
  max-width: 90%;
}

.shopList .linkTable {
  border: 1px solid #a5a5a5;
}

.shopList .linkTable dl {
  width: 100%;
}

.shopList .linkTable dt {
  background-color: #a5a5a5;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.shopList .linkTable dd {
  line-height: 1.2;
}

.shopList .linkTable dl:last-child dt,
.shopList .linkTable dl:last-child dd {
  border-bottom: 0;
}

.shopList .linkText {
  overflow: hidden;
  position: relative;
}

.shopList .linkText::after {
  content: "…";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}

.shopList .flatBtn {
  background-color: #ff6f48;
  border: 2px solid #ff6f48;
}

@media screen and (min-width: 981px) {
  .shopList .relationLinkCollection {
    margin: 10px 0 80px;
    width: 976px;
  }

  .shopList .relationLinkCollection>* {
    width: 228px;
    margin-right: 16px;
    margin-bottom: 13px;
    padding: 10px;
  }

  .shopList .linkImage {
    overflow: hidden;
  }

  .shopList .linkImage iframe {
    transition: all .2s ease;
    top: -46px;
    height: calc(100% + 46px);
  }

  .shopList .relationLinkCollection>*:hover .linkImage iframe {
    transform: scale(1.05);
    opacity: 0.8;
  }

  .shopList .linkImage p {
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }

  .shopList .linkTitle {
    height: 50px;
    text-align: center;
    margin: 10px 0 15px;
  }

  .shopList .linkTable dl {
    display: table;
    height: auto;
  }

  .shopList .linkTable dt {
    font-size: 14px;
    width: 54px;
    display: table-cell;
    border-bottom: 1px solid #ffffff;
  }

  .shopList .linkTable dd {
    font-size: 14px;
    padding: 10px 4px;
    border-bottom: 1px solid #a5a5a5;
    display: table-cell;
  }

  .shopList .linkText {
    font-size: 16px;
    line-height: 1.35;
    transition: opacity .2s ease;
    height: 90px;
  }

  .shopList .relationLinkCollection>*:hover .linkText {
    opacity: 0.8;
  }

  .shopList .flatBtn:hover a {
    color: #ff6f48;
  }
}

@media screen and (max-width: 980px) {
  .shopList .relationLinkCollection {
    margin: 2% auto 10%;
    justify-content: space-between;
  }

  .shopList .relationLinkCollection>* {
    width: 48.5%;
    margin-bottom: 3%;
    padding: 2.5%;
  }

  .shopList .linkImage {
    width: 100%;
  }

  .shopList .linkImage iframe {
    top: -44%;
    height: calc(100% + 2em);
  }

  .shopList .linkImage p {
    text-align: center;
    color: #ffffff;
    font-size: 0.65em;
    line-height: normal;
  }

  .shopList .linkItem {}

  .shopList .linkTitle {
    height: 9vw;
    width: auto;
    margin: 1% auto 3%;
    text-align: center;
  }

  .shopList .linkTable dt {
    font-size: 0.75em;
    padding: 1% 0;
  }

  .shopList .linkTable dd {
    font-size: 0.75em;
    padding: 3% 3% 4%;
  }

  .shopList .linkText {
    font-size: 0.6em;
    line-height: 1.5;
    height: 6.2em;
  }
}


/* =========================================================
ご質問・ご相談
--------------------------------------------------------- */
#contact h2 {
  color: #06c755;
}

#contact p {
  line-height: 1.75;
}

#contact .flatBtn {
  background-color: #06c755;
  color: #06c755;
  width: 70%;
}

@media screen and (min-width: 981px) {
  #contact p {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  #contact p {
    font-size: 0.75em;
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 981px) {
  .contentForm {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 980px) {
  .contentForm {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}


/* =========================================================
tableBlock
--------------------------------------------------------- */
.tableBlock {
  margin: 0 auto;
}

.tableBlock li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tableBlock li p {
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
}

.tableBlock li p:first-of-type {
  background-color: #ff6283;
  color: #ffffff;
}

.tableBlock li p:last-of-type {
  background-color: #ededed;
}

.tableBlock li p span {
  font-weight: 700;
}

@media screen and (min-width: 981px) {
  .tableBlock {
    width: 640px;
    margin: 10px auto 20px;
  }

  .tableBlock li {
    margin-bottom: 5px;
    height: 68px;
    line-height: 68px;
  }

  .tableBlock li p:first-of-type {
    width: 317px;
    font-size: 24px;
  }

  .tableBlock li p:first-of-type.textAdjust {
    font-size: 22px;
  }

  .tableBlock li p:last-of-type {
    width: 320px;
    font-size: 24px;
  }

  .tableBlock li p span {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .tableBlock {
    margin: 3% auto;
  }

  .tableBlock ul {
    margin-bottom: 3%;
  }

  .tableBlock li {
    margin-bottom: 1%;
    height: 10vw;
    line-height: 10vw;
  }

  .tableBlock li p {
    font-size: 0.825em;
  }

  .tableBlock li p:first-of-type {
    width: 52%;
  }

  .tableBlock li p:last-of-type {
    width: 47%;
    font-weight: 700;
  }

  .tableBlock li p:first-of-type.textAdjust {
    font-size: 0.75em;
  }

  .tableBlock li p span {
    font-size: 1.4em;
  }
}

/* =========================================================
examplebox
--------------------------------------------------------- */
.examplebox {
  background-color: #ffeaee;
}

.examplebox li {
  line-height: 2;
}

.examplebox ul li::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #ff6283;
  border-radius: 0.5em;
  vertical-align: -0.1em;
  margin-right: 0.2em;
}

.examplebox+p span {
  font-size: 0.85em;
}

@media screen and (min-width: 981px) {
  .examplebox {
    padding: 20px;
    margin: 25px auto;
    text-align: center;
  }

  .examplebox ul,
  .examplebox ol {
    display: inline-block;
    text-align: left;
  }

  .examplebox p {
    text-align: center;
    line-height: 2.5;
  }
}

@media screen and (max-width: 980px) {
  .examplebox {
    margin: 5% auto;
    padding: 3%;
    text-align: center;
  }

  .examplebox ul,
  .examplebox ol {
    margin: 0 auto 2%;
    display: inline-block;
  }

  .examplebox li {
    text-align: left;
    font-size: 0.75em;
  }

  .examplebox p {
    text-align: left;
    font-size: 0.75em;
    line-height: 2;
  }

  .examplebox+p {
    text-align: center;
  }

  .examplebox+p span {
    display: block;
  }
}


/* =========================================================
retouchBox
--------------------------------------------------------- */
.retouchBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.retouchImage {
  text-align: center;
  line-height: 1.3;
}

.contentBlock .retouchBox p {
  text-align: right;
  width: 100%;
}

.retouchImage span {
  font-weight: 500;
}

@media screen and (min-width: 981px) {
  .retouchBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .retouchImage {
    width: 210px;
  }

  .retouchImage span {
    font-size: 18px;
  }

  .contentBlock .retouchBox p {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 980px) {
  .retouchBox {
    margin-top: 5%;
  }

  .retouchImage {
    width: 23%;
    line-height: 1;
  }

  .retouchImage span {
    font-size: 0.6em;
  }
}

/* =========================================================
listBlock
--------------------------------------------------------- */
.listBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listBlock li {
  font-weight: 500;
  line-height: 2;
}

.listBlock li::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #ff6283;
  border-radius: 0.5em;
  vertical-align: -0.1em;
  margin-right: 0.2em;
}

.listBlock li a {
  color: inherit;
  font-weight: inherit;
}

p.supplementText {
  text-align: right;
  font-weight: 500;
}

@media screen and (min-width: 981px) {
  .listBlock {
    margin: 30px auto 0;
  }

  .listBlock.threeRows {
    width: 665px;
  }

  .listBlock.short {
    width: 820px;
  }

  .listBlock.veryShort {
    width: 700px;
  }

  .listBlock li {
    font-size: 22px;
    width: 50%;
  }

  .listBlock.shortest {
    width: 520px;
  }

  .listBlock.short li {
    font-size: 20px;
  }

  .listBlock.veryShort li {
    font-size: 20px;
    width: 47%;
  }

  .listBlock.threeRows li {
    width: calc(100% / 3);
    font-size: 20px;
  }

  .listBlock.textSmall li {
    font-size: 18px;
  }

  .listBlock li a:hover {
    text-decoration: none;
  }

  p.supplementText {
    font-size: 16px;
    margin: 10px auto 0;
  }

  .listBlock.threeRows+.supplementText {
    width: 665px;
  }
}

@media screen and (max-width: 980px) {
  .listBlock {
    background-color: #ffeaee;
    padding: 5%;
    margin-top: 5%;
  }

  .listBlock li {
    font-size: 0.75em;
    width: 100%;
  }

  .listBlock.threeRows li {
    width: 50%;
  }

  p.supplementText {
    font-size: 0.6em;
    margin-top: 2%;
  }
}

/* =========================================================
listBlock
--------------------------------------------------------- */
.linkBlock {
  background-color: #ffeaee;
}

.linkBlock p {
  font-weight: 500;
}

.linkBlock p a {
  color: #ff6283;
  text-underline-offset: 0.4em;
}

@media screen and (min-width: 981px) {
  .linkBlock {
    padding: 8px 25px;
  }

  .linkBlock.side {
    display: flex;
    justify-content: space-evenly;
  }

  .linkBlock p {
    line-height: 2.5;
    font-size: 18px;
  }

  .linkBlock p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 980px) {
  .linkBlock {
    padding: 3%;
  }

  .linkBlock p {
    font-size: 0.7em;
  }

  .linkBlock p a {
    display: block;
  }
}