@charset "UTF-8";

/*共通*/

body {
  text-align: left;
}

main {
  font-family: 'Original Yu Gothic', 'Yu Gothic', '游ゴシック', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
}

/*@media screen and (max-width: 767px){

	main {
		font-size: 14px;
	}

	}*/

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

#wrapper {
  width: 100%;
}

#topicpath,
.firstview__inner,
.section__inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

#h_inner {
  max-width: 1000px;
  margin: 0 auto;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #ea618c;
}

a.is-pink {
  color: #ea618c;
}

p.is-attention {
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  p.is-attention {
    font-size: 14px;
  }
}

.txc {
  text-align: center;
}

.fz14 {
  font-size: 14px;
}

.is-center {
  text-align: center;
}

/*ヘッダー*/

#gnavi {
  background: unset;
}

#gnavi::before {
  display: none;
}

#header #utility.wide::after {
  display: none;
}

#header #utility.wide {
  margin-bottom: 0;
}

#size_area {
  display: none;
}

/*フッター*/

#footer {
  background-color: #fff;
}

#footer #copyright {
  background-color: #f395a5;
}

/*パンくず*/
#topicpath {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited {
  color: #ea618c;
}

@media screen and (max-width: 767px) {
  #topicpath {
    font-size: 12px;
  }
}

/*LV*/

.firstview {
  width: 100%;
  border-top: 8px solid #f395a5;
  border-bottom: 8px solid #f395a5;
}

.firstview__border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: url(../../common/img/firstview_bg_p.png) left top;
}

.firstview__inner img {
  width: 100%;
}

.firstview__img__pc {
  display: block;
}

.firstview__img__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .firstview__img__sp {
    display: block;
  }

  .firstview__img__pc {
    display: none;
  }

  .firstview__inner {
    box-sizing: border-box;
    max-width: 500px;
  }
}

/*セクション*/

.section {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section__point {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .section__point {
    margin-top: 1.5rem;
  }
}

.section__namelist {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section__namelist {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.section__namelist2 {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section__namelist {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.section__linkbtn {
  margin-top: 3.2rem;
}

.section--txc {
  text-align: center;
}

.section--dotbg {
  background: url(../images/section_dotbg.png) left top repeat;
}

.section--gray {
  background: #f7f5f5;
}

.section--bottom_dot {
  padding-bottom: 0;
}

.section--bottom_dot::after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  margin: auto;
  height: 2px;
  margin-top: 7.2rem;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left, #ea618c, #ea618c 2px, transparent 2px, transparent 6px);
  background-image: linear-gradient(to right, #ea618c, #ea618c 2px, transparent 2px, transparent 6px);
}

@media screen and (max-width: 767px) {
  .section--bottom_dot::after {
    margin-top: 36px;
  }
}

/*タイトル*/

.section__title {
  text-align: center;
  margin-bottom: 1.6rem;
}

/*ページトップ*/
.pagetop {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px 0px 0px auto;
  border-radius: 45% 55% 45% 55% / 54% 56% 44% 46%;
  background-color: #ea618c;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
  }
}

.pagetop::before {
  display: none;
}

.pagetop a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pagetop img {
  width: 50%;
  height: 50%;
  margin-left: 5px;
}

/*ロゴ (workingribbonオリジナルヘッダーコンテンツ)*/

.logoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.logo__entry,
.logo__download {
  text-decoration: none;
  margin-top: 20px;
  width: 220px;
  border-radius: 1.8rem;
  text-align: center;
  line-height: 2.6rem;
  display: block;
  text-decoration: none;
}

.logoBox .logo__entry:link,
.logoBox .logo__entry:visited,
.logoBox .logo__download:link,
.logoBox .logo__download:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.logo__entry {
  background: #ea618c;
}

.logo__download {
  background: #f18295;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
    align-items: center;
  }
}

.about__logoinfo {
  width: 210px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.about__text {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 20px;
    margin-left: 0;
  }
}

.rulelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  padding-bottom: 120px;
}

.rulelist__item {
  position: relative;
  padding-top: 44px;
  width: calc((100% - 40px) / 3);
}

.is-annotation {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  padding-left: 2em;
  font-size: 12px;
}

.is-annotation01::before {
  content: '※1';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .rulelist {
    justify-content: space-around;
    padding-bottom: 130px;
  }

  .rulelist__item {
    width: calc((100% - 20px) / 2);
  }

  .rulelist__item:nth-of-type(even) {
    margin-left: 20px;
  }

  .rulelist__item:nth-of-type(n + 3) {
    padding-top: 64px;
  }
}

@media screen and (max-width: 599px) {
  .rulelist {
    flex-direction: column;
    align-items: center;
  }

  .rulelist__item {
    width: 100%;
    max-width: 300px;
  }

  .rulelist__item:nth-of-type(even) {
    margin-left: 0;
  }

  .rulelist__item:nth-of-type(n + 3) {
    padding-top: unset;
  }

  .rulelist__item:not(:first-of-type) {
    padding-top: 70px;
  }
}

body {
  counter-reset: rule;
}

.rulebox {
  height: calc(100% - 56px);
  background: #fff;
  position: relative;
  border-radius: 4px;
  padding: 36px 28px 20px;
  counter-increment: rule;
}

.rulebox::before {
  position: absolute;
  z-index: 0;
  content: '0' counter(rule);
  display: block;
  text-align: center;
  color: #f395a5;
  line-height: 86px;
  font-size: 32px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}

.rulebox__title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rulebox__title::after {
  content: '';
  display: block;
  width: 4.8rem;
  height: 0.2rem;
  margin: 20px auto 16px;
  background: #ea618c;
}

.point {
  text-align: center;
  line-height: 1.4;
}

.point__inner {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.point__inner--full {
  width: 100%;
}

.linkbtn {
  text-align: center;
  background: #f395a5;
  border-radius: 40px;
  padding: 20px 50px;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  display: block;
}

.linkbtn__inner {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  color: #fff;
}

.linkbtn__inner--full {
  width: 100%;
}

.linkbtn__label {
  vertical-align: middle;
  margin-right: 30px;
}

.linkbtn:hover {
  opacity: 0.6;
}

.namelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.namelist__name {
  padding-right: 24px;
  width: calc(6em + 24px);
  text-align: right;
}

.namelist.isOpen .namelist__nametext {
  position: relative;
}

.namelist.isOpen .namelist__nametext::before {
  position: absolute;
  left: -3.6rem;
  top: -0.1rem;
  content: url(../images/icon_ribbon.png);
}

.namelist__info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .namelist {
    flex-direction: column;
  }

  .namelist__name {
    padding-right: 0;
    text-align: center;
  }

  .namelist__info {
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }

  .section__adovisor .namelist__info {
    padding-top: 10px;
    margin-top: 3px;
    text-align: center;
    border-top: 1px solid #393035;
  }
}

.namelist__info:not(.namelist__info--noborder)::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  height: calc(100% - 1rem);
  width: 1px;
  background: #393035;
  min-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .namelist__info:not(.namelist__info--noborder)::before {
    display: none;
  }
}

.namelist__infoname {
  display: block;
}

.namelist--toggle {
  cursor: pointer;
}

.namelist--toggle .namelist__info::after {
  content: '';
  display: block;
  width: 96px;
  height: 23px;
  background: no-repeat center;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  background-image: url(../images/icon_message_close.png);
}

@media screen and (max-width: 767px) {
  .namelist--toggle .namelist__info::after {
    margin: auto;
  }
}

.namelist--toggle.isOpen .namelist__info::after {
  background-image: url(../images/icon_message_open.png);
}

.namelist__comment {
  width: 100%;
  margin: 2rem 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
}

.namelist.isOpen .namelist__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.namelist__commentimgblock {
  margin-right: 3.2rem;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.namelist__commentimgblock::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.namelist__commentimg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.namelist__commenttext {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.namelist + .namelist {
  margin-top: 20px;
}

.namelist--mblarge + .namelist--mblarge {
  margin-top: 40px;
}

.table {
  margin-top: 32px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table th {
  font-weight: normal;
  text-align: left;
  min-width: 112px;
}

.table th:first-child {
  padding-left: 38px;
}

.table th,
.table td {
  padding: 10px;
}

.table thead {
  border-bottom: 1px solid #c0c0c0;
}

.table thead th {
  font-weight: normal;
}

.table tbody {
  border-bottom: 1px solid #c0c0c0;
}

.table tbody tr:nth-child(even) {
  background-color: #f7f5f5;
}

.table tbody tr {
  background-image: url(../images/bg_thleft.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 15px center;
}

@media screen and (max-width: 767px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
    max-width: 84%;
    margin: auto;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }

  .table th:first-child,
  .table td:first-child {
    padding-left: 0;
    margin-top: 10px;
  }

  .table th:last-child,
  .table td:last-child {
    margin-bottom: 10px;
  }
}

.news__list {
  margin-bottom: 32px;
  text-align: left;
}

.news__list > li {
  position: relative;
  padding: 0 0 16px 16px;
}

.news__list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.news__list > li:last-of-type {
  padding-bottom: 0px;
}

.news__list > li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #333;
}

.news__year {
  display: inline-block;
  margin-bottom: 24px;
}

.news__details summary {
  cursor: pointer;
}

.news__details summary::marker {
  color: #ea618c;
}

.news__toggle-wrap {
  text-align: center;
}

.news__toggle {
  /* reset */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* style */
  margin-top: 16px;
  color: #ea618c;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}

.yesno {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.yesno__item {
  width: 300px;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}

.yesno__note {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1rem;
  line-height: 1.35;
  display: inline-block;
}

.logosample {
  position: relative;
}

.logosample__logo {
  position: absolute;
  right: 20px;
  text-align: center;
  bottom: 40px;
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 613px) {
  .logosample__logo {
    right: 0;
    bottom: 70px;
  }
}

@media screen and (max-width: 500px) {
  .logosample__logo {
    position: static;
    margin-top: 20px;
    font-size: 12px;
    color: #000;
  }
}

.logosample__imgblock {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  display: block;
  margin: 0 auto 5px;
}

.logosample__imgblock::after {
  position: relative;
  content: '';
  display: block;
  padding-top: 100%;
  z-index: 2;
}

.logosample__img {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
}

.downloadblock__rule {
  margin-top: 30px;
  border: 1px solid #000;
  border-radius: 16px;
  background: #fff;
  height: 500px;
  padding: 24px 10px 24px 24px;
  text-align: left;
}

.downloadblock__ruleinner {
  overflow-y: scroll;
  height: 100%;
  padding-right: 20px;
}

.downloadblock__control {
  margin: 20px auto 40px;
  width: 320px;
  max-width: 100%;
}

.checkboxinput:not(:checked) + label + a {
  opacity: 0.4;
  pointer-events: none;
}

.checkboxinput {
  overflow: hidden;
  width: 0;
  height: 0;
}

.checkbox {
  position: relative;
  padding-left: 40px;
  margin: 10px 0 20px;
  display: inline-block;
  cursor: pointer;
}

.checkbox::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

input:checked + .checkbox::after {
  position: absolute;
  left: 1px;
  top: 36%;
  margin-left: 4px;
  margin-top: -4px;
  content: '';
  display: block;
  width: 15px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #ea618c;
  border-width: 0 0 3px 3px;
}

.downloadblock__control input {
  display: none;
}

.about__in__title {
  font-size: 18px;
  font-weight: 700;
}

.about__in__title02 {
  font-size: 16px;
  font-weight: 700;
}

.link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
}
.link-list li:not(:last-of-type) {
  margin-right: 20px;
}
.link-list figure {
  margin: 0 !important;
}
.link-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__figcaption {
  text-align: center;
}
.link-list a {
  transition: 0.3s all;
}
.link-list a:hover {
  opacity: 0.8;
}

.action-list {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-left: 72px;
  margin-bottom: 48px;
  gap: 8px;
  width: 100%;
}
.action-list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  width: calc((100% / 3) - (16px / 3));
  height: 100%;
}
.action-list__item02 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: rgba(243, 149, 165, 0.3);
}
.action-list__number {
  padding: 12px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.action-list__title {
  display: grid;
  place-content: center;
  text-align: center;
  min-height: 24px;
  font-size: 16px;
  line-height: 1.2;
  color: #ea618c;
}

.action-list__image {
  width: 50px;
}

.action-list__image img {
  width: 100%;
}
.action-list__text {
  margin-top: 10px;
  max-width: 87%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about__text-wrap {
    width: 100%;
  }
  .action-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .action-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .action-list__item02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: rgba(243, 149, 165, 0.3);
  }
  .action-list__title {
    min-height: 24px;
    font-size: 1.5em;
  }
  .action-list__number {
    padding: 1em 0;
    font-size: 2em;
  }
  .action-list__image {
    width: 36%;
  }
  .action-list__text {
    margin-top: 10px;
    max-width: 80%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }

  .namelist__info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
