@charset "utf-8";

/* sp */
/* 共通設定 */
html {
  font-size: 14px;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

body.menuopen {
  overflow: hidden;
}

header, main, footer {
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

header {
}

main {
  padding-top: 66px;
  z-index: 90;
}
main#pr {
  padding-top: 12px;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.img-90 {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.img-80 {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.img-70 {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.img-60 {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.img-50 {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.img-40 {
  width: 40%;
  height: auto;
  margin: 0 auto;
}
.img-midashi {
  padding-top: 0.5rem;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.bg-blue {
  background-color: #BADFFF;
}
.bg-gray {
  background-color: #e5e5e5;
}
.bg-d-blue {
  background-color: #458fec;
}

.b-blue {
  font-weight: bold;
  color: #458fec;
}

.hl1, .hl1-2row {
  width: 90%;
  aspect-ratio: 1280 / 196;
  margin: 0 auto;
  padding: 2rem 0 0;
/*
  object-fit: cover;
*/
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../img/common/midashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
}
.hl1 p, .hl1-2row p {
  font-size: 20px;
  font-weight: bold;
  color: #458fec;
  margin: 0;
  margin-left: 10%;
  margin-top: 1%;
  padding: 0;
}

.hl1-2row {
  aspect-ratio: 1280 / 284;
  background-image: url("../img/common/midashi2.png");
}
.hl1-2row p {
  line-height: 120%;
}

.hl1-nobg {
  font-size: 20px;
  font-weight: bold;
  color: #458fec;
  text-align: center;
  margin: 0;
  padding: 2rem 0 0;
}

.hl2 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  text-align: center;
}

.text-box {
  width: 85%;
  padding: 1.2rem 0 0;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-box.reference, .text-box.contact {
  padding-bottom: 2rem;
}
.text-box-white {
  width: 85%;
  padding: 1.2rem 1rem;
  margin: 1rem auto 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.text-box-white > p {
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.text-box-white > p.small {
  margin: 0;
  margin-top: 1.2rem;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}

.text-box-announce {
  width: 80%;
  padding: 1rem;
  margin: 1rem auto 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  border: 4px solid #FF7484;
}
.text-box-announce > p {
  margin: 0;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: bold;
}
.text-box-announce > p.red {
  color: #ff0000;
  font-size: 18px;
}

.bt_detail {
  width: 100%;
  padding: 1rem 0 2rem;
}
.bt_detail img {
  width: 30%;
  min-width: 128px;
  max-width: 240px;
}
.bt_detail.center {
  text-align: center;
}
.bt_detail.right {
  text-align: right;
}
.bt_detail.right img {
  padding-right: 1rem;
}

.bt_progress {
  width: 100%;
  padding: 1rem 0 2rem;
}
.bt_progress img {
  width: 100%;
  min-width: 128px;
  max-width: 300px;
}
.bt_progress img.qa {
  width: 100%;
  min-width: 128px;
  max-width: 260px;
}
.bt_progress.center {
  text-align: center;
}

hr.blue {
  height: 2px;
  border: none;
  background-color: #458fec;
  width: 90%;
  margin: 1rem auto;
}

hr.white {
  height: 2px;
  border: none;
  background-color: #ffffff;
  width: 90%;
  margin: 1rem auto;
}

/* header */
#header-section-pc {
  display: none;
}
#header-section {
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;

  display:flex;
  justify-content: center;
  align-items: center;

  background: #ffffff;

}

#top-logo img {
  width: auto;
  height: 58px;
}

.menu-btn {
  position: fixed;
  top: 22px; right: 4px;
  cursor: pointer;
  width: 60px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  z-index: 200;
}

.menu-btn span.bar {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 4px;
  height: 2px;
  border-radius: 2px;
  background: #312f2f;
  width: 26%;
}

.menu-btn span.bar:nth-of-type(1) {
  top: 8px; 
}

.menu-btn span.bar:nth-of-type(2) {
  top: 14px;
}

.menu-btn span.bar:nth-of-type(3) {
  top: 20px;
}

.menu-btn.active span.bar:nth-of-type(1) {
  top: 8px;
  left: 2px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.menu-btn.active span.bar:nth-of-type(2) {
  opacity: 0;
}

.menu-btn.active span.bar:nth-of-type(3){
  top: 20px;
  left: 2px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
#menu-str {
  position: absolute;
  font-size: 10px;
  top: 10px;
  left: 22px;
  color: #312f2f;
  font-weight: bold;
}
#menu-str:before {
  content: 'MENU';
}
#menu-str.active {
  top: 10px;
  left: 20px;
}
#menu-str.active:before {
  content: 'CLOSE';
}

#menu-overlay {
  background-color: #d3eaff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  display: none;
  overflow-y: scroll;
}

#overlay-logo {
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  background-color: #ffffff;
  height: 64px;
}
#overlay-logo img {
  width: auto;
  height: 58px;
}
.overlay-menu-link {
  text-align: center;
}
#overlay-content {
  padding-top: 10px;
}

#overlay-action {
  margin: 2rem;
}
#overlay-action .item {
  padding-top: 0.5rem;
}
#overlay-action .item a {
  font-weight: bold;
  text-decoration: underline;
  color: #312f2f;
}
/* end header */

/* footer */
.inquiry-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
}
.inquiry-area a {
  color: #ffffff;
}
.img-mail {
  width: auto;
  height: 1rem;
  margin: 0 0.2rem 0.2rem 0.8rem;
  vertical-align: middle;
}
.inquiry-area .l-item {
  width: 48%;
  text-align: right;
}
.inquiry-area .r-item {
  width: 48%;
  text-align: left;
}
.v-line {
  width: 4%;
  margin: 0 1rem;
  text-align: center;
}
.img-vline {
  width: 2px;
  height: 2rem;
}

.footer-nav {
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding-bottom: 2rem;
  text-align: center;
}
.footer-nav div {
  width: 50%;
  text-align: center;
}
.footer-nav a {
  color: #ffffff;
}

#footer-section {
  background: #00549C;
}
.copyright {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0 3rem;
}

/* end footer */

/* top */
.btn-floating {
  position: fixed;
  z-index: 100;
  bottom: 1%;
  right: 1%;
}
.btn-floating img {
  width: 100px;
  height: 100px;
}
.skill-list {
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.skill-list div {
  padding: 0;
}
.skill-list-pc {
  display: none;
}
.feature-list {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.feature-list div {
  padding-top: 0.5rem;
}
.feature-list-pc {
  display: none;
}
.go-logo {
  display: block;
}
.group-logo {
  padding-top: 1.5rem;
}
.group-logo div {
  padding-top: 0.5rem;
}
.other-group-logo {
  margin: 1rem auto;
  padding: 1rem 0;
  background-color: #ffffff;
  border-radius: 16px;
  width: 90%;
}

.bt_more {
  width: 100%;
  padding: 1rem 0 0;
  text-align: center;
}
.bt_more img {
  width: 40%;
  min-width: 128px;
  max-width: 240px;
}
#member-area {
  padding-bottom: 2rem;
}

#member-toggle {
  cursor: pointer;
}
#member-box {
  font-size: 12px;
  width: 85%;
  padding: 1.2rem 0 0;
  margin: 0 auto;

  display: none;
}
#member-box.active {
  display: block;
}
.member-list {
  color: #535353;
  padding-bottom: 1rem;
}
.member-list div {
  margin-left:1rem;
}
.member-detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.member-detail .member-pic {
  width: 30%;
  padding: 0.8rem;
  text-align: center;
}
.member-detail .member-pic img {
  width: 100%;
}
.member-detail .member-introduction {
  width: 70%;
  padding: 0.8rem;
}
.member-detail .member-introduction .member-name {
  font-size: 16px;
  font-weight: bold;
}

.news-list {
  padding: 1rem;
}
.news-item {
  width: 100%;
  padding: 0.6rem 0;
  border-bottom: 2px solid #e5e5e5;
  box-sizing: border-box;
}
.news-title {
  padding-left: 1rem;
}
.news-title a {
  display: inline-block;
  width: 100%;
}
.news-detail {
  width: 100%;
  padding: 0.6rem 0;
  border-bottom: 2px solid #BADFFF;
  box-sizing: border-box;
}
.news-detail-title {
  font-weight: bold;
}
.news-detail-contents {
  padding-top: 1rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.img-news-icon {
  width: auto;
  height: 1.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

#user-voice {
  margin-top: -80px;
  padding-top: 80px;
}
.text-box-uservoice {
  width: 85%;
  margin: 1rem auto 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  border: 4px solid #f5c36c;
}
.text-box-uservoice-inner {
  width: 100%;
  margin: 1rem auto;
}
.uservoice-midashi {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0.2rem 0;
  background-color: #f5c36c;
}
.uservoice-link {
  padding-right: 1rem;
  text-align: right;
}
.uservoice-link a {
  color: #458fec;
  text-decoration: underline;
}

/* end top */

/* about */
.movie {
  padding-top: 1rem;
  margin: 0 auto 1rem;
  width: 95%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.about-section {
  padding-bottom: 1.2rem;
}

.hl-blue {
  background-color: #458fec;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 1.5rem auto 0;
  padding: 0.3rem 0;
  border-radius: 6px;
}
.hl-blue br {
  display: none;
}
.about-skill-list {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.about-skill-list div img {
  padding-top: 0.2rem;
}
.about-skill-row3 {
  display:block;
}
.about-skill-row2 {
  display:block;
}
.about-skill-rowcolumn {
  display:block;
}
.user-voice-box {
  width: 85%;
  margin: 1rem auto 2rem;
}
.user-voice-list {
  text-align: left;
}
.user-voice-item {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: #e5e5e5 dotted 2px;
  align-items: flex-start;
}
.user-voice-item-m {
  display: flex;
  padding: 0.6rem;
  border-bottom: #e5e5e5 dotted 2px;
  align-items: flex-start;
}

.user-voice-item .user-voice-faceimg, .user-voice-item-m .user-voice-faceimg {
  width: 20%;
}
.user-voice-item div.l::before, .user-voice-item-m div.l::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20%;
  border-right: 12px solid #cacaca;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.user-voice-item div.l::after, .user-voice-item-m div.l::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -11px;
  top: 20%;
  border-right: 12px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.user-voice-item div.l, .user-voice-item-m div.l {
  position: relative;
  display: flex;
  width: 80%;
  font-size: 14px;
  margin-left: 1rem;
  padding: 0.6rem;
  border: #cacaca solid 1px;
  background-color: #ffffff;
  border-radius: 8px;
  align-items: center;
  box-shadow: 0 1.5px 2.4px rgb(0 0 0 / 15%);
}
.user-voice-item div.r::before, .user-voice-item-m div.r::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20%;
  border-left: 12px solid #cacaca;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.user-voice-item div.r::after, .user-voice-item-m div.r::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -11px;
  top: 20%;
  border-left: 12px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.user-voice-item div.r, .user-voice-item-m div.r {
  position: relative;
  display: flex;
  width: 80%;
  font-size: 14px;
  margin-right: 1rem;
  padding: 0.6rem;
  border: #cacaca solid 1px;
  background-color: #ffffff;
  border-radius: 8px;
  align-items: center;
  box-shadow: 0 1.5px 2.4px rgb(0 0 0 / 15%);
}
.user-voice-highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.nextstep {
  width: 100%;
  margin: 4rem auto 2rem;
}
/* end about */

/* join */
.join-list {
  padding-bottom: 2rem;
}

.join-box {
  width: 92%;
  margin: 0 auto;
}
.join-box a {
  color: #FF7484;
}
.join-text-box-white > p {
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.join-text-box-white > p.num:first-letter {
  color: #458fec;
}
.join-text-box-white > p.tips-caption {
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.join-text-box-white > p.tips-text {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.join-text-box-white {
  width: 100%;
  padding: 1.2rem 1rem;
  margin: 1rem auto 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.join-step-box a {
  color: #458fec;
  text-decoration: underline;
}
.announce-checklist, .join-contents-list {
  padding-left: 1rem;
  text-indent: -1rem;
}
.announce-checklist p:before, .join-contents-list p:before {
  content: "・";
}
.announce-checklist p, .join-contents-list p {
  margin: 0;
}
.announce-checklist p a {
  color: #458fec;
  text-decoration: underline;
  font-weight: bold;
}
.join-banner-gift {
  text-align: right;
  width: 100%;
}
.join-banner-gift img {
  width: 50%;
}
.join-step-row {
  display: block;
}
.join-step-box {
  border: 3px solid #BADFFF;
  margin: 0.6rem;
  width: 90%;
}
.join-step-title {
  display: flex;
  align-items: center;
}
.join-step-title div:nth-child(1) {
  width: 15%;
}
.join-step-title div:nth-child(2) {
  width: 85%;
  background-color: #ffffff;
  flex-grow: 1;
  font-weight: bold;
  padding-left: 0.5rem;
  line-height: 100%;
}
.join-step-box-text {
  padding: 0.8rem;
}
.join-step-box-text-small {
  font-size: 12px;
}

.prd-20220817 {
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.5rem;
}
.prd-20220817 > br:nth-child(1) {
  display: none;
}
/* end join */

/* inquiry */
.inquiry-list {
  padding-bottom: 2rem;
}
.qa_text_red {
  color: #ff0000;
}
.qa_a_detail a {
  color: #FF7484;
}
.qa_text_mail {
  color: #FF7484;
}
.qa_text_bold {
  font-weight: bold;
}
.list_marker_bold {
  margin-left: -0.5rem;
}
.list_marker_bold li {
  font-weight: bold;
}
.list_numeral_bold {
  width: 90%;
  margin-left: -0.5rem;
}
.list_numeral_bold li {
  list-style: none;
  font-weight: bold;
  text-indent: -1.25rem;
}
.list_normal {
  margin-left: -1rem;
}
.list_normal li {
  padding-bottom: 1rem;
}
.qa_category {
  font-weight: bold;
  padding-top: 1rem;
  padding-left: 1rem;
}

.qa_block {
  width: 96%;
  margin: 0 auto 1rem;
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}
.qa_q_blcok {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
}
.qa_q {
  font-weight: bold;
  color: #458fec;
}
.qa_q_toggle {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 8%;
  cursor: pointer;
}

.qa_q_text {
  font-weight: bold;
  padding: 0.4rem;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  flex-grow: 1;
  width: 92%;
}
.qa_a_block {
  display: none;
}
.qa_a {
  font-weight: bold;
  color: #458fec;
}
.qa_a_text {
  font-weight: bold;
  padding: 0.4rem;
}
.qa_a_detail {
  padding: 0.4rem;
}
/* end inquiry */

/* summary */
.introduction-list {
  padding-bottom: 2rem;
}
.introduction-block {
  width: 96%;
  background-color: #ffffff;
  margin: 1rem auto 0;
  padding: 1rem;
  box-sizing:border-box;
  font-size: 14px;
  border-radius: 10px;

}
.introduction-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.introduction-pic {
  width: 60%;
}
.introduction-name {
  text-align: center;
  padding-top: 1rem;
}
.introduction-name > p.name {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.introduction {
  padding-top: 1.2rem;
}
.introduction-block-other {
  width: 96%;
  background-color: #ffffff;
  margin: 1rem auto 0;
  padding: 1rem;
  box-sizing:border-box;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
}
.introduction-block-other span {
  font-weight: bold;
  font-size: 16px;
}
.contact-box {
  margin: 1rem auto 2rem;
  text-align: center;
}
.contact-name {
  font-weight: bold;
}

/* end summary */

/* news */
.pagination-block {
  text-align: center;
  padding-bottom: 3rem;
}
.pagination {
  display: inline-block;
  margin: 2rem auto 0;
  font-size: 20px;
}

.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #e5e5e5;
  border-radius: 6px;
}
.pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
}

.news-area {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* end news */
/* contact */
.contact-caption {
  font-weight:bold;
  padding-bottom:0.5rem;
}
.contact-contents {
  font-size:14px;
}
.contact-contents a {
  text-decoration: underline;
  color: #458fec;
}
.contact-link {
  text-align: center;
  font-weight: bold;
  padding-top: 1rem;
}
/* end contact */
/* tos */
.tos-box {
  font-size: 14px;
  padding-bottom: 1rem;
}
.tos-headline {
  font-weight: bold;  
}
ol.tos-list-first li {
  padding-bottom: 0.4rem;
}
ol.tos-list-second li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: -2rem;
}
ol.tos-list-second li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
/* end tos */

/* pr */
.pr-text-box {
  width: 85%;
  padding: 1.2rem 1rem;
  margin: 1rem auto 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.pr-text-box > p > br {
  display: none;
}
.entry_close_text {
  font-weight: bold;
  color: #FF7484;
}
.pr_entry_close_text {
  font-weight: bold;
  color: #FF7484;
  text-align: center;
}
.bt_entry_s {
  width: 100%;
  padding: 1rem 0 2rem;
}
.bt_entry_s img {
  width: 90%;
  min-width: 128px;
  max-width: 420px;
}
.bt_entry_l {
  width: 100%;
  padding: 1rem 0 2rem;
  text-align: center;
}
.bt_entry_l img {
  width: 85%;
  min-width: 128px;
  max-width: 380px;
}

/* end pr */

/* end sp */

@media screen and (min-width:321px){
/* sp(s) */
html {
  font-size: 16px;
}
main {
  padding-top: 82px;
}

.menu-btn {
  top: 26px; right: 8px;
  width: 70px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}

.menu-btn span.bar {
  left: 6px;
  height: 2px;
  border-radius: 2px;
  width: 26%;
}

.menu-btn span.bar:nth-of-type(1) {
  top: 8px; 
}

.menu-btn span.bar:nth-of-type(2) {
  top: 16px;
}

.menu-btn span.bar:nth-of-type(3) {
  top: 24px;
}

.menu-btn.active span.bar:nth-of-type(1) {
  top: 10px;
  left: 4px;
  width: 30%;
}
.menu-btn.active span.bar:nth-of-type(3){
  top: 22px;
  left: 4px;
  width: 30%;
}
#menu-str {
  font-size: 12px;
  top: 10px;
  left: 28px;
}
#menu-str.active {
  top: 10px;
  left: 26px;
}

#header-section {
  height: 80px;
}
#top-logo img {
  height: 62px;
}

#overlay-logo {
  height: 80px;
}
#overlay-logo img {
  height: 62px;
}

.hl2 {
  font-size: 18px;
}
.member-detail .member-introduction .member-name {
  font-size: 18px;
}
.text-box-white > p {
  font-size: 18px;
}
.join-text-box-white > p {
  font-size: 18px;
}
.join-text-box-white > p.tips-caption {
  font-size: 14px;
}
.join-text-box-white > p.tips-text {
  font-size: 14px;
}
.text-box-announce > p.red {
  font-size: 20px;
}

}

@media screen and (min-width:520px){
/* tab */
html {
  font-size: 18px;
}

.hl1 > p {
  font-size: 30px;
}
.hl1-2row > p {
  font-size: 30px;
}
.hl1-nobg {
  font-size: 30px;
}

.member-list {
  font-size: 16px;
}
.member-list div br {
  display: none;
}

.member-detail .member-pic img {
  width: 90%;
}

.introduction-profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.introduction-pic {
  width: 30%;
}
.introduction-name {
  width: 70%;
  text-align: left;
  padding: 0;
  padding-left: 2rem;
}

}
/* end tab */

@media screen and (min-width:960px){
/* pc */
body {
  background: url(../img/bg.png);
  background-size:100% auto;
}
main {
  max-width: 1080px;
  padding-top: 182px;
  background-color: transparent;
}
main#pr {
  padding-top: 102px;
}

header, footer {
  max-width: 100%;
}
.container {
  width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
}
.footer-nav {
  font-size: 16px;
}

#top-logo img {
  width: auto;
  height: 76px;
  padding: 0.4rem 0 0.4rem;
}

#header-section-pc-pr {
  display: block;
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #ffffff;
  text-align: center;
}

#header-section-pc {
  display: block;
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  width: 100%;
  height: 158px;
  background: #ffffff;
  text-align: center;
}
#header-section {
  display: none;
}
#menu-top {
  width: 100%;
}
#menu-list-wrap {
  width: 100%;
  background: #ffffff;
  border-bottom: 4px solid #e5e5e5;
}
#menu-list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-list div {
  height: 1.5rem;
}
#menu-list div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #312f2f;
}
#menu-list div a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #458fec;
  bottom: -4px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0,1);
  transform-origin: center top;
  transition: 0.3s;
}
#menu-list div a:hover {
  color: #458fec;
}
#menu-list div a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  transform: scale(1,1);
}
#menu-list div a.cp {
  color: #458fec;
}
#menu-list div a.cp::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #458fec;
  bottom: -4px;
  visibility: visible;
  opacity: 1;
  transform: scale(1,1);
}
#menu-sub-wrap {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
#menu-sub {
  width: 100%;
  max-width: 1080px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0.4rem 0;
  text-align: right;
}
#menu-sub a {
  color: #312f2f;
}
#menu-sub span {
  padding-left: 1rem;
}
#menu-sub a:hover {
  text-decoration: underline;
}

.menu-btn {
  display: none;
}

.text-box-uservoice-inner p {
  font-size: 16px;
}
#user-voice {
  margin-top: -158px;
  padding-top: 158px;
}
.user-voice-item, .user-voice-item-m {
  align-items: normal;
}
.user-voice-item .user-voice-faceimg {
  width: 15%;
  padding: 0 1rem 1rem 1rem;
}
.user-voice-item-m .user-voice-faceimg{
  width: 15%;
  padding: 0 1rem 1rem 1rem;
}
.user-voice-item div.l::before, .user-voice-item-m div.l::before {
  left: -20px;
  border-right: 20px solid #cacaca;
  border-bottom: 20px solid transparent;
}
.user-voice-item div.l::after, .user-voice-item-m div.l::after {
  left: -19px;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.user-voice-item div.l, .user-voice-item-m div.l {
  width: 85%;
  margin-right: 1rem;
  font-size: 16px;
}
.user-voice-item div.r::before, .user-voice-item-m div.r::before {
  right: -20px;
  border-left: 20px solid #cacaca;
  border-bottom: 20px solid transparent;
}
.user-voice-item div.r::after, .user-voice-item-m div.r::after {
  right: -19px;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
.user-voice-item div.r, .user-voice-item-m div.r {
  width: 85%;
  margin-left: 1rem;
  font-size: 16px;
}

.nextstep {
  width: 70%;
}
.skill-list {
  display: none;
}
.skill-list-pc {
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.feature-list {
  display: none;
}
.feature-list-pc {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.go-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-caption {
  font-size: 16px;
}
#member-box {
  font-size: 16px;
}
.btn-floating img {
  width: 180px;
  height: 180px;
}
.contact-link {
  font-weight: bold;
  padding-top: 1rem;
}
.contact-link br {
  display: none;
}

.join-step-row {
  display: flex;
}
.join-step-box {
  border: 3px solid #BADFFF;
  margin: 0.6rem;
  width: 50%;
}

.qa_q_toggle {
  width: 6%;
}
.qa_q_text {
  width: 94%;
}

.hl-blue br {
  display: block;
}
.about-skill-row3 {
  display:flex;
}
.about-skill-row2 {
  display:flex;
  justify-content: center;
}
.about-skill-rowcolumn {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 260px;
}
.prd-20220817 > br:nth-child(1) {
  display: block;
}

/* pr */
.pr-text-box > p > br {
  display: block;
}
/* end pr */

}
/* end pc */