@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;
}

.pc {
  display: block;
}

#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: #fd9b1c;
}

a.is-orange {
  color: #fd9b1c;
  transition: all 0.3s;
}

p.is-attention {
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}

.txc {
  text-align: center;
}

.fz14 {
  font-size: 14px;
}

/*ヘッダー*/

#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: #fd9b1c;
}

/*パンくず*/
#topicpath {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited {
  color: #fd9b1c;
}

/*LV*/

.firstview {
  width: 100%;
}

.firstview__inner img {
  width: 100%;
}

.firstview__img__pc {
  display: block;
}

.firstview__img__sp {
  display: none;
}

/*セクション*/

.section {
  padding: 60px 0;
}

.section__point {
  margin-top: 3rem;
}

.section__namelist {
  width: 60%;
  margin: auto;
}

.section__namelist2 {
  width: 70%;
  margin: auto;
}

.section__linkbtn {
  margin-top: 3.2rem;
}

.section--txc {
  text-align: center;
}

.section--gray {
  background: #f7f5f5;
}

.section--bottom_dot {
  padding-bottom: 0;
}

.section--bottom_dot::after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 72px;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left, #fd9b1c, #fd9b1c 2px, transparent 2px, transparent 6px);
  background-image: linear-gradient(to right, #fd9b1c, #fd9b1c 2px, transparent 2px, transparent 6px);
}

/*タイトル*/

.section__title {
  text-align: center;
  margin-bottom: 40px;
}

/*ページトップ*/
.pagetop {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px 0px 0px auto;
  border-radius: 45% 55% 45% 55% / 54% 56% 44% 46%;
  background-color: #fd9b1c;
  transition: 0.3s;
}

.pagetop:hover {
  opacity: 0.7;
}

.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;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.header__logo {
  width: 200px;
}
.logo__mhlw {
  margin-right: 10px;
}

.logo__entry,
.logo__download {
  text-decoration: none;
  margin-right: 20px;
  width: 220px;
  border-radius: 1.8rem;
  text-align: center;
  line-height: 2.6rem;
  display: block;
  text-decoration: none;
}

.logoBox a {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .logoBox a:hover {
    opacity: 0.7;
  }
}

.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: #fd9b1c;
}

.logo__download {
  background: #ffb75c;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__logoinfo {
  width: 210px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.about__text {
  margin-left: 72px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}

.rulelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-bottom: 100px;
}

.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;
}

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: #fd9b1c;
}

.point {
  text-align: center;
  line-height: 1.4;
}

.point__inner {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.point__inner--full {
  width: 100%;
}

.linkbtn {
  text-align: center;
  background: #fd9b1c;
  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: 16px;
  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;
}

.namelist__info:not(.namelist__info--noborder)::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  height: 1rem;
  width: 1px;
  background: #333333;
}

.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);
}

.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: 40px;
  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:nth-child(2) {
}
.table th,
.table td {
  padding: 10px;
}

.table td.w-400 {
  width: 400px;
  max-width: 100%;
}

.table thead {
  border-bottom: 1px solid #333333;
}

.table thead th {
  font-weight: normal;
}

/*.table tbody {
    border-bottom: 1px solid #333333;
}*/

.table tbody tr:nth-child(even) {
  background: #fcf8f4;
}

.table tbody th:first-child {
  background: url(../images/bg_thleft.svg) left 16px center no-repeat;
}

.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: #fd9b1c;
}

.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: #fd9b1c;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}

.yesno {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.yesno__item {
  width: 300px;
  margin: 0 40px;
}

.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: 0;
  text-align: center;
  bottom: 0;
  font-size: 14px;
  color: #000;
}

.logosample__imgblock {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 120px;
  display: block;
  margin: 0 auto 10px;
}

.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: 40px;
  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;
}

.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: 20px 0 30px;
  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 #fd9b1c;
  border-width: 0 0 3px 3px;
}

.downloadblock__control input {
  display: none;
}

/*追加*/
.firstview {
  border-top: 8px solid #fd9b1d;
  border-bottom: 8px solid #fd9b1d;
}

.firstview__container {
  background: url(../images/index_lv_bg.png);
}

.firstview__border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.firstview__subTitle {
  display: block;
  color: #ffffff;
  font-family: ;
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1.142;
  font-size: 28px;
}

.firstview__title {
  margin-top: 20px;
  /*	display: block;
	color: #FFFFFF;
	font-family: ;
	font-weight: 700;
	letter-spacing:-0.05em ;
	line-height: 1.142;
	font-size: 55px;
	margin-top: 20px;*/
}

.firstview__title__container {
}

.firstview__title__imgContainer {
  width: 233px;
  height: 233px;
  margin-left: 88px;
}

.firstview__title__picture {
  width: 100%;
  height: 100%;
}

.firstview__title__picture source,
.firstview__title__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__content01__container {
  display: flex;
}

.about__content01__container:first-of-type {
  margin-bottom: 80px;
}

.about__content01__sentence01 {
  margin-top: 20px;
}

.about__content01__imgContainer {
  margin-left: 40px;
}

.about__content02__imgContainer {
  margin-top: 40px;
}

.news__list {
  margin-bottom: 32px;
  text-align: left;
}

.news__list li a {
  margin-top: 6px;
  display: inline-block;
}

.yesno__item a {
  white-space: nowrap;
  padding: 20px 0;
}

.section--dotbg {
  background: url(../images/section_dotbg.png) left top repeat;
  background-color: #fcf8f4;
}

.is-pb30 {
  padding-bottom: 30px !important;
}
.is-tri {
  position: relative;
}
.is-tri::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.is-tri > .linkbtn__inner {
  margin-left: 14px;
}
a.is-orange:hover {
  opacity: 0.6;
  text-decoration: none;
}
#topicpath a {
  transition: opacity 0.3s;
}
#topicpath a:hover {
  opacity: 0.6;
}
.advisor_picture source,
.advisor_picture img {
  height: 90px !important;
}
.container01__figure > img {
  display: block;
  margin: 20px auto 0 auto;
  width: 240px;
  height: 80.34%;
}
.container01__figure > figcaption {
  /*    display: flex;
    justify-content: center;*/
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
