@charset "utf-8";

/* CSS Document */

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  background: #fff;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp {
  display: none !important;
}

.din,
.box-faq div .num,
.box-faq div .ans,
[id^="faq-m-"] .num,
.box-anchor .ttl,
.step li span:last-child,
#index section:not(.index-intro) h2,
.index-people .box-people p,
section.type h2,
section.related h2 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
}

a.arw {
  display: block;
  padding-left: 17px;
  background: url(../images/common/icon_arw_1.png) left center no-repeat;
  -webkit-background-size: 7px 13px;
  background-size: 7px 13px;
}

a.link-tel,
a.link-tel:hover {
  text-decoration: none !important;
  cursor: default;
}

.img {
  text-align: center;
}

strong.bg {
  background: #ffe602;
  font-weight: normal;
}

strong.color {
  color: #ff850b;
}

h4.color {
  color: #ff850b;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  margin-top: 16px;
}

strong.border {
  border-bottom: 2px solid #ff8811;
}

strong.interviewer {
  position: relative;
  padding-left: 40px;
}
strong.interviewer::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

a.textlink {
  color: #01bff9;
  text-decoration: underline;
}

a.textlink:hover {
  text-decoration: none;
}

.main-img {
  margin-bottom: 10px;
}

.content .frame-bg {
  margin-bottom: 70px;
  padding: 60px 60px 1px;
  background: #f9f9f9;
}

.content .frame-border {
  margin-bottom: 70px;
  padding: 60px 60px 1px;
  border: 1px solid #182949;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .main-img {
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .content .frame-bg,
  .content .frame-border {
    padding: 30px 15px 1px;
    margin-bottom: 40px;
  }
}

/*****************************************************
*
* 下層基本
*
******************************************************/

article:not(.spy) {
  overflow: hidden;
  padding-top: 100px;
}

.spy section:first-child {
  padding-top: 100px;
}

.vision article {
  position: relative;
  padding-top: 0;
  margin-top: -80px;
}

#eval article {
  padding-top: 70px;
}

article section {
  padding-bottom: 50px;
}

section p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.4rem;
  @media screen and (max-width: 991px) {
    font-size: 1.2rem;
  }
}

section ul,
section ol,
section table {
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 1.4rem;
  @media screen and (max-width: 991px) {
    font-size: 1.2rem;
  }
}

section ul.std li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 1.4rem;
  @media screen and (max-width: 991px) {
    font-size: 1.2rem;
  }
}

section ul.std li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ff8811;
}

section ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}

section ol li {
  margin-bottom: 10px;
}

.content-img-right {
  flex-direction: row-reverse;
}

.content a,
.content-img-right a,
.content-img-left a {
  text-decoration: underline;
}

.content a:hover,
.content-img-right a:hover,
.content-img-left a:hover {
  text-decoration: none;
}

section .content {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

section .content-img-right::after,
section .content-img-left::after {
  content: " ";
  display: block;
  clear: both;
}

section .content-img-right .img {
  float: right;
  width: 400px;
  margin-left: 60px;
  margin-bottom: 60px;
}

section .content-img-left .img {
  float: left;
  width: 400px;
  margin-right: 60px;
  margin-bottom: 70px;
}

.lead-img p {
  margin-bottom: 70px;
}

.lead-img div:last-child {
  padding-left: 45px;
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 80px;
  }
  .spy section:first-child {
    padding-top: 0;
  }
  #eval article {
    padding-top: 40px;
  }
  article section {
    padding-bottom: 20px;
  }
  section {
    padding-bottom: 15px;
  }
  section h3 span {
    padding-bottom: 15px;
  }
  section h3 span em {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.6rem;
  }
  section p,
  section ul,
  section ol,
  section table {
    margin-bottom: 40px;
  }
  section p + p,
  section p + ul,
  section p + ol {
    margin-top: 0;
  }
  section h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  section .lead {
    margin-top: 0;
    text-align: left;
  }
  section .content-img-right .img,
  section .content-img-left .img {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
  }
  .lead-img p {
    margin-bottom: 40px;
  }
}

/*****************************************************
*
* テーブル
*
******************************************************/

table.txt th,
table.txt td {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}

table.std {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table.std th,
table.std td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.std th {
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  table.txt th,
  table.txt td {
    padding: 10px 5px;
  }
  table.txt th {
    width: 25%;
  }
}

/*****************************************************
*
* ボタン
*
******************************************************/

section .btn {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 17px 40px;
  border: none;
  border-radius: 0;
  background-color: #30b5df;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

section .btn:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  background-color: #57eafb;
  text-decoration: none !important;
}

section .btn:active,
section .btn:visited,
section .btn:focus {
  color: #fff;
}

section .btn-back {
  background-color: #182949;
}

section .btn-back:hover {
  background-color: #2e4b7d;
}

@media screen and (max-width: 991px) {
  section .btn {
    padding: 15px 20px;
  }
}

/*****************************************************
*
* メインビジュアル
*
******************************************************/

header {
  position: relative;
  height: 300px;
  margin-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
}

.vision header {
  height: 360px;
}

header.noscale {
  -webkit-background-size: auto;
  background-size: auto;
}

header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

header div {
  height: 300px;
  padding-top: 50px;
}

header div h1 {
  color: #fff;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: bold;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

header div h1 .din {
  font-size: 6rem;
}

header div h1 small {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  header {
    height: 170px;
  }
  .vision header {
    height: 240px;
  }
  header div h1 .din {
    font-size: 4.4rem;
    line-height: 1.2;
  }
  header div h1 small {
    font-size: 2rem;
    line-height: 1.6;
  }
  header.noscale {
    -webkit-background-size: cover;
    background-size: cover;
  }
  header div {
    height: 170px;
    padding-top: 0;
  }
  header div h1 {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  header div h1 span {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}

/*****************************************************
*
* ページャー
*
******************************************************/

.paging {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paging li {
  display: inline-block;
  margin: 5px;
}

.paging li span {
  display: block;
  border-radius: 24px;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.paging li a {
  display: block;
  border-radius: 24px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none !important;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.paging li a:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.paging li.disabled span {
  background: #eee;
}

.paging li.active span {
  background: #182949;
  color: #fff;
}

/*******************************
	SNS
********************************/

#sns-area {
  margin: -30px 0 40px;
}

#sns-area::after {
  content: " ";
  display: block;
  clear: both;
}

#sns-area > div {
  margin: 0 1% 1%;
  width: -webkit-calc(90% / 5);
  width: calc(90% / 5);
  float: left;
}

#sns-area > div a {
  display: block;
  padding: 5px 5px 5px 50px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

#sns-area > div a:hover {
  opacity: 0.7;
}

#sns-area > div.twitter-btn a {
  background-color: #1da1f2;
  background-image: url(../images/common/social_twitter.png);
}

#sns-area > div.facebook-btn a {
  background-color: #3c5a99;
  background-image: url(../images/common/social_facebook.png);
}

#sns-area > div.hatena-btn a {
  background-color: #00a4de;
  background-image: url(../images/common/social_hatena.png);
}

#sns-area > div.line-btn a {
  background-color: #19bc03;
  background-image: url(../images/common/social_line.png);
}

#sns-area > div.google-btn a {
  background-color: #de5e53;
  background-image: url(../images/common/social_google.png);
}

#sns-bar {
  bottom: -0.4px;
  position: fixed;
  background-color: rgba(89, 208, 89, 0.8);
  text-align: center;
  width: 100%;
  letter-spacing: -0.4em;
  height: 48px;
}

#sns-bar > div {
  margin: 0 20px;
  display: inline-block;
}

#sns-bar > div a {
  display: inline-block;
  height: 48px;
  width: 38px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
}

#sns-bar > div a:hover {
  opacity: 0.7;
}

#sns-bar > div a span {
  display: none;
}

#sns-bar > div.twitter-btn a {
  background-image: url(../images/common/social_twitter.png);
}

#sns-bar > div.facebook-btn a {
  background-image: url(../images/common/social_facebook.png);
}

#sns-bar > div.hatena-btn a {
  background-image: url(../images/common/social_hatena.png);
}

#sns-bar > div.line-btn a {
  background-image: url(../images/common/social_line.png);
}

#sns-bar > div.google-btn a {
  background-image: url(../images/common/social_google.png);
}

@media screen and (max-width: 991px) {
  #sns-area > div a {
    height: 44px;
    padding: 0;
    background-position: center center;
  }
  #sns-area > div a span {
    display: none;
  }
  #sns-bar {
    text-align: left;
  }
  #sns-bar div {
    margin: 0 6px;
  }
}

/*****************************************************
*
* 基本
*
******************************************************/

section h1 {
  font-size: 2.4rem;
  padding: 25px;
  margin-bottom: 100px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url(../images/h1_bg.svg) center center no-repeat;
  background-size: 100% 100%;
}

.vision h1 {
  padding: 40px 25px;
}

section h2 {
  position: relative;
  font-size: 4rem;
  margin-bottom: 90px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #01bff9;
}

section h2 span {
  position: relative;
  z-index: 1;
}

section h2::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/h2_bg_1.svg) center center no-repeat;
  z-index: 0;
}

section h2.triangle2::before {
  background: url(../images/h2_bg_2.svg) center center no-repeat;
}

section h2.triangle3::before {
  background: url(../images/h2_bg_3.svg) center center no-repeat;
}

section .h3-lead {
  position: relative;
  margin: 60px auto 30px;
}

section h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
  position: relative;
  width: 520px;
  padding: 20px 20px 30px;
  margin: 80px auto 60px;
  background: url(../images/h3_bg.svg) center center no-repeat;
  background-size: 100% 100%;
}

section .violet h3 {
  background: url(../images/h3_bg_violet.svg) center center no-repeat;
  background-size: 100% 100%;
}

section .h3-lead h3 {
  margin: 0 auto 0 0;
}

section .h3-lead p {
  font-size: 1.6rem;
  width: 704px;
  margin: -80px 0 0 auto;
  padding: 30px 80px 30px 120px;
  background: url(../images/h3_lead_bg.svg) center center no-repeat;
  background-size: 100% 100%;
}

section h4.shape-title-light-blue {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  color: #00bff8;
  text-align: center;
  padding: 20px;
  margin: 40px auto;
  background: url(../images/h4_long_bg.svg) center center no-repeat;
  background-size: 100% 100%;
}

section h3.long + h4.long {
  margin-top: -40px;
}

section ul.standard {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

section ul.standard li {
  position: relative;
  padding-left: 30px;
}

section ul.standard li::before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  background: #ff850b;
}
section ul.standard .star::before {
  content: "☆";
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  left: 5px;
  top: 0;
  color: #ff850b;
  background: none;
}

section ul.standard + .supplement {
  margin-top: -20px;
}

.supplement small {
  font-size: 1.4rem;
}

table.standard tr {
  border-bottom: 1px solid #ddd;
}

table.standard th {
  width: 20%;
}

table.standard dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

table.standard dt {
  width: 10%;
  margin: 0;
}

table.standard dd {
  width: 90%;
  margin-left: 0;
  text-indent: -1em;
}

table.standard .standard {
  font-size: 16px;
}

table.standard .standard:last-of-type {
  margin-bottom: 0;
}

table small {
  font-size: 1.4rem;
}

section .lead {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

section div.lead dt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  background: #ffe602;
  margin-bottom: 20px;
}

section div.lead dd:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  section .h3-lead p {
    margin-top: -40px;
  }
}

@media screen and (max-width: 991px) {
  section h1 {
    font-size: 1.6rem;
    margin: 0 -15px 60px;
  }
  .vision h1 {
    font-size: 2.4rem;
    padding: 30px 20px 40px;
  }
  section h2 {
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
  section h2 br {
    display: none;
  }
  section h2::before {
    transform: translate(-50%, -50%) scale(0.75);
  }
  section h3 {
    font-size: 1.6rem;
    max-width: 85%;
    margin: 60px auto 40px;
    padding: 15px 15px 20px;
  }
  section h4.shape-title-light-blue {
    font-size: 1.6rem;
  }
  section .h3-lead {
    margin: 40px auto 20px;
  }
  section .h3-lead p {
    max-width: 90%;
    margin-top: -32px;
    padding: 38px 30px 40px 44px;
    font-size: 1.4rem;
  }
  section ul.standard {
    font-size: 1.4rem;
  }
  section .lead {
    font-size: 1.6rem;
  }
  section div.lead dt {
    font-size: 1.8rem;
  }
  table.standard th {
    width: 25%;
  }
  table.standard dt {
    width: 20%;
  }
  table.standard dd {
    width: 80%;
  }
  table.standard .standard {
    font-size: 14px;
  }
}

/*****************************************************
*
* ボックス
*
******************************************************/

.w-6 {
  width: calc(100% / 12 * 6);
  margin: 0 auto;
}

.w-8 {
  width: calc(100% / 12 * 8);
  margin: 0 auto;
}

.w-10 {
  width: calc(100% / 12 * 10);
  margin: 0 auto;
}

.w-11 {
  width: calc(100% / 12 * 11);
  margin: 0 auto;
}

.box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.box-line > div {
  margin-bottom: 30px;
}

.box-line > div > div {
  position: relative;
  border: 2px solid #01bff9;
  background: #fff;
  height: calc(100% - 30px);
  margin: 15px;
  padding: 80px 60px 60px 80px;
}

.box-line > div.col-md-4 > div {
  margin: 10px;
  padding: 45px;
  height: calc(100% - 20px);
}

.box-line > div.img > div {
  margin: 10px;
  padding: 0;
}

.box-line > div > div::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #80dffc;
}

.box-line > div.violet > div {
  border-color: #6b85fe;
}

.box-line > div.orange > div {
  border-color: #ff850b;
}

.box-line > div.green > div {
  border-color: #59d059;
}

.box-line > div.yellow > div {
  border-color: #f4dd0d;
}

.box-line > div.violet > div::before {
  border-color: #b5c2fe;
}

.box-line > div.orange > div::before {
  border-color: #ffc285;
}

.box-line > div.green > div::before {
  border-color: #ace7ac;
}

.box-line > div.yellow > div::before {
  border-color: #f9ee86;
}

.box-line dl dt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  background: #ffe602;
  margin-bottom: 20px;
}

.box-line dl dd:not(:last-child) {
  margin-bottom: 30px;
}

.box-line h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}

.box-line p {
  margin-bottom: 20px;
}

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

.box-line img {
  display: block;
  width: 107px;
  margin: 0 auto 20px;
}

.box-line .img div {
  border: none !important;
  height: calc(100% - 20px) !important;
}

.box-line .img img {
  width: auto;
  margin: 0;
}

.box-break {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  background: #fff;
}

.box-break > div {
  position: relative;
  padding: 40px 25px;
}

.box-break > div::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background: #ddd;
}

.box-break > .border::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #ddd;
}

.box-break > div:nth-of-type(3n)::before,
.box-break > div:last-child::before {
  content: none;
}

.box-break h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.box-break img {
  display: block;
  margin: 0 auto 20px;
  max-width: 107px;
}

.box-break p {
  margin: 0;
  text-align: center;
}

.box-img > div {
  margin-bottom: 50px;
}

.box-img div div {
  margin: 0 15px;
}

.box-img h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}

.box-img .img {
  position: relative;
  margin-bottom: 30px;
}

.box-img .img::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid #7fdffb;
}

.box-img .green .img::after {
  border-color: #ace7ac;
}

.box-img .yellow .img::after {
  border-color: #f9ee86;
}

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

.box-bloglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-bloglist a {
  display: block;
  position: relative;
  width: 90%;
  height: calc(100% - 155px);
  margin: 155px 15px 0 auto;
  padding: 20px 20px 20px 25px;
  transition: all 0.3s ease;
}

.box-bloglist .col-md-3 a {
  margin-top: 140px;
  height: calc(100% - 140px);
}

.box-bloglist a:hover {
  padding: 25px 15px 15px 30px;
}

.box-bloglist a:hover div::after {
  right: -5px;
  bottom: -5px;
}

.box-bloglist > div {
  position: relative;
  margin-bottom: 60px;
}

.box-bloglist img {
  position: absolute;
  z-index: 0;
  width: calc((100% - 30px) * 0.9);
  height: auto;
  left: 15px;
  top: 0;
}

.box-bloglist div div::before,
.box-bloglist div div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-bloglist div div::before {
  right: -5px;
  bottom: -5px;
  background: #cdf1cd;
}

.box-bloglist div:nth-of-type(2n) div::before {
  background: #fcf5b6;
}

.box-bloglist div div::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.box-bloglist .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 1.4rem;
  z-index: 1;
}

.box-bloglist .info span:nth-of-type(2n) {
  color: #ff850b;
}

.box-bloglist h4 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  max-height: 90px;
  overflow: hidden;
  z-index: 1;
}

.box-bloglist .intro {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 0;
  z-index: 1;
  max-height: 94px;
  overflow: hidden;
}

.box-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-faq a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  text-decoration: none !important;
}

.box-faq a:hover div {
  padding: 25px 25px 35px 35px;
}

.box-faq a:hover div::after {
  right: -5px;
  bottom: -5px;
}

.box-faq div {
  position: relative;
  height: 100%;
  padding: 20px 30px 40px;
  transition: all 0.3s ease;
}

.box-faq div::before,
.box-faq div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-faq div::before {
  right: -5px;
  bottom: -5px;
  background: #b3ecfd;
}

.box-faq.violet div::before {
  background: #d2daff;
}

.box-faq div::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.box-faq div .num {
  font-size: 5.2rem;
  text-align: center;
  color: #01bff9;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.box-faq div .ans {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #01bff9;
  border: 2px solid #01bff9;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
}

.box-faq div h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 25px;
}

.box-faq.violet div .num,
.box-faq.violet div .ans {
  color: #6b85fe;
}

.box-faq.violet div .ans {
  border-color: #6b85fe;
}

.box-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-anchor a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  text-decoration: none !important;
}

.box-anchor a:hover div {
  padding: 25px 25px 55px 35px;
}

.box-anchor a:hover div::after {
  right: -5px;
  bottom: -5px;
}

.box-anchor div {
  position: relative;
  height: 100%;
  padding: 20px 30px 60px;
  transition: all 0.3s ease;
}

.box-anchor div::before,
.box-anchor div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-anchor div::before {
  right: -5px;
  bottom: -5px;
  background: #b3ecfd;
}

.box-anchor.violet div::before {
  background: #d2daff;
}

.box-anchor div::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.box-anchor div .ttl {
  font-size: 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.box-anchor div .sub {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.box-anchor div .sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 7px);
  border-top: 14px solid #01bff9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.box-anchor div h4 {
  font-size: 1.8rem;
  color: #01bff9;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .w-8,
  .w-10,
  .w-11 {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .box-line {
    margin-bottom: 40px;
  }
  .box-line > div {
    margin-bottom: 0;
  }
  .box-line > div > div {
    padding: 40px 30px 30px 40px;
  }
  .box-line > div > div::before {
    left: 10px;
    top: 10px;
  }
  .box-line > div.col-md-4 > div {
    padding: 30px;
  }
  .box-line dl dt {
    font-size: 1.8rem;
  }
  .box-break {
    margin-bottom: 40px;
  }
  .box-break > div {
    width: 49.5%;
    padding: 30px 20px;
  }
  .box-break > div:nth-of-type(3n)::before {
    content: "";
  }
  .box-break > div:nth-of-type(2n)::before {
    content: none;
  }
  .box-break h4 {
    font-size: 1.8rem;
  }
  .box-break br {
    display: none;
  }
  .box-img > div {
    margin-bottom: 30px;
  }
  .box-img .img::after {
    top: 10px;
    left: 10px;
  }
  .box-bloglist > div {
    margin-bottom: 30px;
  }
  .box-bloglist a {
    margin-right: 0;
  }
  .box-faq a {
    margin-bottom: 20px;
  }
  .box-faq div {
    padding: 10px 30px 20px;
  }
  .box-faq div .num {
    font-size: 3.6rem;
  }
  .box-faq div h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .box-faq div .ans {
    font-size: 1.8rem;
  }
  .box-anchor a {
    margin-bottom: 20px;
  }
  .box-anchor div {
    padding: 10px 30px 40px;
  }
  .box-anchor div .ttl {
    font-size: 3.6rem;
  }
  .box-anchor div h4 {
    font-size: 1.6rem;
  }
  .box-anchor div .sub {
    font-size: 1.4rem;
  }
  .box-anchor div .sub::after {
    bottom: -25px;
  }
}

/*****************************************************
*
* faq modal
*
******************************************************/

[id^="faq-m-"] {
  max-width: 1140px;
  padding: 44px 0 44px 44px;
  position: relative;
  border-left: 20px solid #b3ecfd;
  border-bottom: 20px solid #b3ecfd;
}

[id^="faq-m-"] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0 44px 0 0;
}

[id^="faq-m-"] .num {
  font-size: 5.2rem;
  color: #01bff9;
  margin-right: 30px;
  margin-top: -15px;
}

[id^="faq-m-"] .q {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

[id^="faq-m-"] .a {
  font-size: 2.4rem;
  color: #ff660b;
  font-weight: bold;
  margin-bottom: 20px;
}

[id^="faq-m-"] p {
  margin-bottom: 30px;
}

[id^="faq-m-"] p:last-child {
  margin-bottom: 0;
}

[id^="faq-m-"] img {
  flex-shrink: 1;
  margin-left: 40px;
  height: auto;
}

[id^="faq-m-"] .people {
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  [id^="faq-m-"] {
    padding: 30px 0 30px 30px;
  }
  [id^="faq-m-"] > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
  }
  [id^="faq-m-"] .num {
    margin: 0;
  }
  [id^="faq-m-"] h4 {
    font-size: 2rem;
  }
}

/*****************************************************
*
* Diezon's style
*
******************************************************/

section.blue {
  padding-top: 100px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  background: rgba(2, 192, 250, 0.1);
}

.d-style {
  max-width: 720px;
  border-bottom: 1px solid #02c0fa;
  margin: 70px auto;
}

.d-style dt {
  position: relative;
  border: 1px solid #02c0fa;
  border-bottom: none;
  background: #fff;
  color: #02c0fa;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 25px;
  cursor: pointer;
}

.d-style dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-top: 14px solid #02c0fa;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.d-style dd {
  display: none;
  border: 1px solid #02c0fa;
  border-bottom: none;
  padding: 30px 45px;
}

.d-style dd p {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.d-style dd p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .d-style {
    margin: 60px auto 40px;
  }
  .d-style dt {
    font-size: 1.8rem;
    padding: 20px 40px 20px 20px;
  }
  .d-style dt::after {
    right: 20px;
  }
  .d-style dd {
    padding: 30px 20px;
  }
  .d-style dd p {
    font-size: 1.6rem;
  }
}

/*****************************************************
*
* infographics
*
******************************************************/

.infograph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 70px;
  background: #fff;
}

.infograph h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.infograph .infograph__img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
}

.infograph .infograph__comment {
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.infograph .infograph__comment strong {
  font-size: 2.4rem;
  font-weight: bold;
}

.infograph p {
  margin: 0;
  text-align: center;
}

.infograph .infograph__2col,
.infograph .infograph__item {
  position: relative;
  padding: 40px 10px;
}

.infograph .infograph__2col::after,
.infograph .infograph__item::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background: #ddd;
}

.infograph .infograph__2col::before,
.infograph .infograph__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
  height: calc(100% - 80px);
  background: #ddd;
}

.infograph div:nth-of-type(2)::before,
.infograph div:nth-of-type(5)::before,
.infograph div:last-child::before {
  content: none;
}

.infograph .border_none::after {
  content: none;
}

.infograph .infograph__2col {
  flex-direction: row-reverse;
}

.infograph .infograph__2col h4 {
  width: 200px;
  margin: 30px 0 20px;
}

.infograph .infograph__2col .infograph__img {
  float: right;
  margin: -70px 0 0 20px;
  width: 50%;
}

.infograph .col-xs-12.infograph__2col {
  padding: 40px 80px;
}

.infograph .col-xs-12.infograph__2col h4 {
  width: 380px;
  margin: 90px 0 20px;
}

.infograph .col-xs-12.infograph__2col .infograph__img {
  margin: -130px 0 0 20px;
}

.member__com {
  display: block;
  position: relative;
  max-width: 1140px;
  margin: auto;
}

.member__com__sp {
  display: none;
}

.com__item {
  position: absolute;
  text-align: center;
}

.com__item strong {
  font-size: 1.8rem;
}

.com__item:nth-child(2) {
  top: 11%;
  left: 9%;
  width: 20%;
}

.com__item:nth-child(3) {
  top: 5%;
  left: 33.5%;
  width: 20%;
}

.com__item:nth-child(4) {
  top: 7%;
  left: 59%;
  width: 24%;
}

.com__item:nth-child(5) {
  top: 44%;
  left: 14.5%;
  width: 20%;
}

.com__item:nth-child(6) {
  top: 38%;
  left: 39.5%;
  width: 24%;
}

.com__item:nth-child(7) {
  top: 31%;
  left: 70.5%;
  width: 22%;
}

.caption {
  font-size: 1.2rem;
  color: #999;
  text-align: right;
  margin: 20px 0 50px;
}

.welfare__item {
  padding: 0 10px;
  margin: 0 0 20px;
  text-align: center;
}

.welfare__img {
  margin: 0 auto 30px;
  text-align: center;
}

.welfare__title {
  display: inline-flex;
  color: #02c0fa;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 1px #02c0fa solid;
  border-radius: 24px;
  padding: 5px 30px;
  margin: 0 0 20px;
  background: none;
  width: auto;
  font-style: unset;
  position: unset;
}

.tal {
  text-align: left;
}

.welfare__other {
  text-align: center;
  float: left;
}

.welfare__other .welfare__title {
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 30px;
  margin: 0 10px 20px;
}

@media screen and (max-width: 1199px) {
  .com__item {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .infograph {
    margin: 0 auto 40px;
  }
  .infograph h4 {
    font-size: 1.8rem;
  }
  .infograph .infograph__2col,
  .infograph .infograph__item {
    width: 100%;
    padding: 30px 20px;
  }
  .infograph .infograph__2col::before,
  .infograph .infograph__item::before {
    content: none;
  }
  .infograph .border_none::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #ddd;
  }
  .infograph div:last-child::after {
    content: none;
  }
  .infograph .infograph__2col {
    flex-direction: unset;
  }
  .infograph .infograph__2col h4 {
    width: auto;
    margin: 0 0 20px;
  }
  .infograph .infograph__2col .infograph__img {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 240px;
  }
  .infograph .col-xs-12.infograph__2col {
    padding: 30px 20px;
  }
  .infograph .col-xs-12.infograph__2col h4 {
    width: auto;
    margin: 0 0 20px;
  }
  .infograph .col-xs-12.infograph__2col .infograph__img {
    margin: 0 auto 20px;
    max-width: 460px;
  }
  .member__com {
    display: none;
  }
  .member__com__sp {
    display: block;
    position: relative;
    height: 800px;
    margin: 0 0 40px;
  }
  .member__com__sp .com__item {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    position: unset;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
  }
  .member__com__sp p {
    padding: 20px 0;
  }
  .com__item strong {
    font-size: 1.6rem;
  }
  .com__item:nth-child(1) {
    background: url(../images/welfare/comment_01.png) no-repeat center center /
      contain;
    height: 116px;
    top: 0;
  }
  .com__item:nth-child(2) {
    background: url(../images/welfare/comment_02.png) no-repeat center center /
      contain;
    height: 114px;
    top: 100px;
    z-index: 4;
    right: -20px;
  }
  .com__item:nth-child(3) {
    background: url(../images/welfare/comment_03.png) no-repeat center center /
      contain;
    height: 117px;
    top: 200px;
  }
  .com__item:nth-child(4) {
    background: url(../images/welfare/comment_04.png) no-repeat center center /
      contain;
    height: 146px;
    z-index: 10;
    top: 305px;
    right: -20px;
  }
  .com__item:nth-child(5) {
    background: url(../images/welfare/comment_01.png) no-repeat center center /
      contain;
    height: 116px;
    top: 440px;
  }
  .com__item:nth-child(6) {
    background: url(../images/welfare/comment_02.png) no-repeat center center /
      contain;
    height: 110px;
    top: 545px;
    right: -30px;
  }
  .caption {
    width: 100%;
    height: 100px;
    text-align: left;
    margin: 0 0 20px;
    position: absolute;
    bottom: 30px;
    background: url(../images/welfare/welfare_member.png) no-repeat center
      center / contain;
  }
  .caption > p {
    margin-bottom: 0;
    position: absolute;
    bottom: -75px;
  }
  .welfare__item {
    margin: 0;
    padding: 0 30px;
  }
  .welfare__other .welfare__title {
    display: inline-block;
    font-size: 1.3rem;
    padding: 3px 25px;
    margin: 0 5px 15px;
  }
}

/*****************************************************
*
* requirement
*
******************************************************/

.require-column .field__title {
  position: relative;
  margin: 0 0 5px;
  padding: 5px 0 5px 100px;
  font-weight: bold;
}

.require-column .field__title img {
  position: absolute;
  top: 0;
  left: 0;
}

.require-column .field__text {
  margin: 0 0 15px;
  padding: 0 0 20px 100px;
  height: auto;
  border-bottom: 1px solid #ddd;
  min-height: 66px;
  font-size: 1.4rem;
}

.require-column .field__text:last-child {
  border: 0;
  padding-top: 0;
}

.box-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.box-reward a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  text-decoration: none;
}

.box-reward a:focus {
  outline: none;
}
.box-reward .double {
  position: relative;
  height: 100%;
  padding: 40px 20px 30px;
  transition: all 0.3s ease;
}

.box-reward .double::before,
.box-reward .double::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-reward .double::before {
  right: -5px;
  bottom: -5px;
  background: #fcf5b6;
}

.box-reward a:nth-of-type(even) .double::before {
  background: #cdf1cd;
}

.box-reward .double::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.reward__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.reward__detail {
  width: calc(100% - 80px);
  text-align: center;
}

.reward__name {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.reward__career {
  font-size: 1.4rem;
  text-align: center;
  color: #222;
  margin-bottom: 0;
}

.reward__post {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}

.reward__title {
  font-size: 1.8rem;
  text-align: left;
  color: #222;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 25px;
  height: 64px;
}

.reward__description {
  z-index: 1;
  position: relative;
}

.box-reward .reward__btn {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #f9c300;
  border: 2px solid #f9c300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  transition: all 0.3s ease;
}

.box-reward .double:hover .reward__btn {
  color: #fff;
  background: #f9c300;
  transition: all 0.3s ease;
}

.box-reward a:nth-of-type(even) .reward__btn {
  color: #59d05a;
  border: 2px solid #59d05a;
}

.box-reward a:nth-of-type(even) .double:hover .reward__btn {
  background: #59d05a;
}

.box-reward a.commit .double::before {
  background: #b3ecfd;
}

.commit__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1;
  margin: 0 auto 10px;
}

.commit__sub {
  font-size: 1.6rem;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
  height: 56px;
}

.commit__btn {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #01bff9;
  border: 2px solid #01bff9;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  transition: all 0.3s ease;
}

.box-reward a.commit .double:hover .commit__btn {
  color: #fff;
  background: #01bff9;
  transition: all 0.3s ease;
}

.require-column dl.standard dd {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .box-reward .double {
    padding: 20px 30px 20px;
  }
  .reward__name {
    font-size: 2rem;
  }
  .reward__title {
    font-size: 1.6rem;
    height: auto;
    margin: 0 auto 15px;
  }
  .commit__title {
    font-size: 2rem;
    margin: 0 auto 5px;
  }
  .commit__sub {
    height: auto;
    margin: 0 auto 10px;
  }
  .box-reward .reward__btn,
  .commit__btn {
    font-size: 1.6rem;
  }
  .box-reward .double:hover .reward__btn {
    color: #f9c300;
    background: none;
  }
  .box-reward a:nth-of-type(even) .double:hover .reward__btn {
    color: #59d05a;
    background: none;
  }
  .box-reward a.commit .double:hover .commit__btn {
    color: #01bff9;
    background: none;
  }
  .box-reward .col-xs-12 {
    margin-bottom: 30px;
  }
  .require-column .field__text {
    min-height: auto;
    font-size: 1.2rem;
  }
  .require-column dl.standard dd {
    font-size: 1.4rem;
  }
}

/*****************************************************
*
* simple form
*
******************************************************/

section.green {
  padding: 70px 0;
  background: rgba(89, 208, 89, 0.1);
}

.form-faq {
  max-width: 800px;
  margin: 0 auto;
}

.form-faq textarea {
  width: 100%;
  height: 240px;
  padding: 20px;
  margin-bottom: 30px;
}

.form-faq div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-faq p {
  margin: 0;
}

.form-faq p.supplement {
  margin-right: 30px;
}

/*****************************************************
*
* Button
*
******************************************************/

.w-360 {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.w-480 {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.w-720 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.w-960 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.button {
  margin: 0 auto 70px;
}

.button a,
.button button {
  position: relative;
  display: block;
  text-decoration: none !important;
}

.button a::before,
.button a::after,
.button button::before,
.button button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.button a::before,
.button button::before {
  background: #b3ecfd;
  bottom: -5px;
  right: -5px;
}

.button.orange a::before,
.button.orange button::before {
  background: #ffdab5;
}

.button.green a::before,
.button.green button::before {
  background: #cdf1cd;
}

.button.white a span,
.button.white button span {
  color: #59d059;
}

.button.white a::before,
.button.white button::before {
  background: #cdf1cd;
}

.button a::after,
.button button::after {
  background: #02c0fa;
  bottom: 0;
  right: 0;
}

.button.orange a::after,
.button.orange button::after {
  background: #ff850b;
}

.button.green a::after,
.button.green button::after {
  background: #59d059;
}

.button.white a::after,
.button.white button::after {
  background: rgba(255, 255, 255, 0.9);
}

.button span {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.3s ease;
}

.button.small {
  flex-shrink: 0;
}

.button.small span {
  font-size: 1.8rem;
  padding: 15px 25px;
}

.button a:hover::after,
.button button:hover::after {
  right: -5px;
  bottom: -5px;
}

.button a:hover span,
.button button:hover span {
  padding: 25px 15px 15px 25px;
}

.button.small a:hover span,
.button.small button:hover span {
  padding: 20px 20px 10px 30px;
}

.button-fukidasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.button-fukidasi li {
  position: relative;
  width: 48%;
  background: #ffe602;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.button-fukidasi li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -14px;
  left: calc(50% - 7px);
  border-top: 14px solid #ffe602;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 90px !important;
  }
  .button a span {
    font-size: 1.8rem;
    padding: 20px;
  }
  .button.small span {
    font-size: 1.6rem;
  }
}

/*****************************************************
*
* flow
*
******************************************************/

.flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.flow dt {
  position: relative;
  background: #fff;
  text-align: center;
  position: relative;
  width: 30%;
  margin-bottom: 30px;
  color: #ff850b;
  border: 1px solid #ff850b;
  padding: 10px;
}

.flow dt:nth-of-type(1) {
  color: #fff;
  border: none;
  background: #ff850b;
}

.flow dt.sub {
  font-size: 14px;
  border: 1px solid #999;
  color: #999;
  width: 12%;
  margin-left: 18%;
}

.flow::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #ff850b;
  left: 15%;
  bottom: 0;
}

.flow dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #ff850b;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: calc(50% - 7px);
  bottom: -30px;
}

.flow dt:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flow dd:nth-last-of-type(1) {
  margin-top: 0;
}

.flow dt:nth-last-of-type(1)::before,
.flow dt:nth-last-of-type(1)::after,
.flow dt.noarw::after {
  content: none;
}

.flow dt.sub::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 1px;
  background: #999;
  left: -26%;
  bottom: 50%;
}

.flow dt.sub::after {
  left: calc(-25% - 9px);
}

.flow dd {
  margin-top: -30px;
  width: 65%;
  font-size: 1.4rem;
}

.require-column .standard th,
.require-column .standard td {
  padding: 30px 10px;
}

.require-column .standard strong,
.italic {
  color: #03c0fa;
  font-style: italic;
}

.require-column .supplement a,
.require-column .standard a {
  text-decoration: underline;
}
.require-column .supplement a:hover,
.require-column .standard a:hover {
  text-decoration: none;
  color: #00bff8;
}

@media screen and (max-width: 991px) {
  .flow dt.sub {
    width: 30%;
    margin-left: 0;
  }
  .flow dt.sub::before {
    content: none;
  }
  .flow dt.sub::after {
    left: calc(50% - 7px);
  }
}

/*****************************************************
*
* field modal
*
******************************************************/

[id^="field-y-"] {
  max-width: 1140px;
  padding: 44px 0 44px 44px;
  position: relative;
  border-left: 20px solid #fcf5b6;
  border-bottom: 20px solid #fcf5b6;
}

[id^="field-g-"] {
  max-width: 1140px;
  padding: 44px 0 44px 44px;
  position: relative;
  border-left: 20px solid #cdf1cd;
  border-bottom: 20px solid #cdf1cd;
}

[id^="field-"] > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0 44px 0 0;
}

[id^="field-"] .reward__name {
  font-size: 1.8rem;
  margin: 20px 30px 0 0;
  width: 80px;
}

[id^="field-"] .reward__career {
  margin: 0 30px 0 0;
  width: 80px;
}

[id^="field-"] .reward__title {
  font-size: 2.4rem;
  margin: 30px 0 5px;
  height: auto;
}

[id^="field-"] p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  [id^="field-"] {
    padding: 30px 0 30px 30px;
  }
  [id^="field-"] > div {
    position: relative;
    flex-direction: column;
    padding-right: 30px;
  }
  [id^="field-"] img {
    position: absolute;
  }
  [id^="field-"] .reward__name {
    margin: 20px 30px 0 80px;
    width: 100%;
  }
  [id^="field-"] .reward__career {
    margin: 0 30px 0 80px;
    width: 100%;
  }
  [id^="field-"] .reward__title {
    font-size: 1.6rem;
    margin: 30px 0 5px;
    height: auto;
  }
}

/*****************************************************
*
* reward modal
*
******************************************************/

[id^="reward-"] {
  max-width: 1140px;
  padding: 44px 0 44px 44px;
  position: relative;
  border-left: 20px solid #b3ecfd;
  border-bottom: 20px solid #b3ecfd;
}

[id^="reward-"] > div {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0 44px 0 0;
}

[id^="reward-"] .commit__title {
  text-align: left;
  margin-bottom: 5px;
}

[id^="reward-"] p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  [id^="reward-"] {
    padding: 30px 0 30px 30px;
  }
  [id^="reward-"] > div {
    flex-direction: column;
    padding-right: 30px;
  }
}

/*****************************************************
*
* Anchor
*
******************************************************/

.page-anchor {
  margin: 40px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-anchor li {
  position: relative;
  margin: 5px;
}

.page-anchor li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  min-width: 120px;
  height: 100%;
}

.page-anchor li a::before,
.page-anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.page-anchor li a::before {
  bottom: -5px;
  right: -5px;
  background: #b3ecfd;
}

.page-anchor li.violet a::before {
  background: #d2daff;
}

.page-anchor li a::after {
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.page-anchor li span {
  position: relative;
  font-style: normal;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-anchor li a:hover::after {
  bottom: -5px;
  right: -5px;
}

.page-anchor li a:hover span {
  left: 5px;
  top: 5px;
}

@media screen and (max-width: 991px) {
  .page-anchor {
    margin: 40px auto;
  }
}

/*****************************************************
*
* Pager
*
******************************************************/

.page-list {
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-list li {
  position: relative;
  margin: 10px;
}

.page-list li a,
.page-list li span {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.page-list li a::before,
.page-list li a::after,
.page-list li span::before,
.page-list li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.page-list li a::before,
.page-list li span::before {
  bottom: -5px;
  right: -5px;
  background: #ddd;
}

.page-list li.next a::before,
.page-list li.prev a::before {
  background: #fcf5b6;
}

.page-list li.next em,
.page-list li.prev em {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.page-list li.next em::before,
.page-list li.prev em::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.page-list li.prev em::before {
  border-right: 10px solid #333;
}

.page-list li.next em::before {
  border-left: 10px solid #333;
}

.page-list li span::before {
  background: #cdf1cd;
}

.page-list li a::after,
.page-list li span::after {
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.page-list li.dots {
  padding-top: 5px;
}

.page-list li em {
  position: relative;
  font-style: normal;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.page-list li a:hover::after {
  bottom: -5px;
  right: -5px;
}

.page-list li a:hover em {
  left: 5px;
  top: 5px;
}

/*****************************************************
*
* Step
*
******************************************************/

.step {
  margin: -40px auto 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step li {
  width: 120px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step li span:first-child {
  margin-bottom: 15px;
  font-weight: bold;
  color: #999999;
  font-style: italic;
}

.step li.current span:first-child,
.step li.past span:first-child {
  color: #ff850b;
}

.step li span:last-child {
  position: relative;
  padding: 0 10px 2px 0;
  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;
  font-size: 2rem;
  width: 48px;
  height: 42px;
  color: #999;
  background: url(../images/step_bg.svg) center center no-repeat;
}

.step li span:last-child::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 140px;
  left: 40px;
  bottom: 22px;
  z-index: 0;
  background: #ddd;
}

.step li:last-child span:last-child::before {
  content: none;
}

.step li.past span:last-child::before {
  background-color: #ff850b;
}

.step li.current span:last-child {
  color: #fff;
  background: url(../images/step_current_bg.svg) center center no-repeat;
}

.step li.past span:last-child {
  color: #ff850b;
  background: url(../images/step_past_bg.svg) center center no-repeat;
}

@media screen and (max-width: 991px) {
  .step {
    margin-bottom: 60px;
  }
  .step li {
    margin: 0 5px;
  }
  .step li span:first-child {
    font-size: 1.1rem;
  }
  .step li span:last-child::before {
    width: 160%;
  }
}

/*****************************************************
*
* Step
*
******************************************************/

.require-column .row {
  display: flex;
}

.require-column dl.standard {
  font-size: 1.6rem;
  @media screen and (max-width: 991px) {
    font-size: 1.4rem;
  }
}

.require-column dl.standard dt {
  margin-bottom: 10px;
}

.require-column dl.standard dt:not(:first-child) {
  margin-top: 30px;
}

#read {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
}

.read::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -5px;
  bottom: -5px;
  background: #ffdab5;
}

.read li:not(.button) {
  position: relative;
  padding: 15px 15px 15px 45px;
  margin-bottom: 1px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.9);
}

.read li:not(.button)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 15px;
  top: calc(50% - 10px);
  border: 2px solid #ff850b;
}

.read li.past::before {
  background: #ff850b;
}

.read li.past::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  top: calc(50% - 7px);
  left: 17px;
  background: url(../images/flow_check.png) center center no-repeat;
  background-size: 16px 14px;
}

.read li.button {
  margin-bottom: 0;
}

.read li.button span {
  font-size: 1.8rem;
  padding: 15px;
}

.read li.button:hover span {
  padding: 20px 10px 10px 20px;
}

.read li.button a::before {
  content: none;
}

.read li.button a::after {
  background: #ff850b;
}

td.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table .button {
  margin: 0 0 0 20px;
}

table .button span {
  font-size: 1.6rem;
  padding: 10px 20px 10px 40px;
  color: #222;
}

table .button span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  top: calc(50% - 5px);
  border-left: 10px solid #ff850b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: all 0.3s ease;
}

table .button a::before {
  background: #ffdab5;
}

table .button a::after {
  background: rgba(255, 255, 255, 0.9);
}

table .button a:hover span {
  padding: 15px 15px 5px 45px;
}

table .button a:hover span::before {
  left: 20px;
  top: calc(50%);
}

@media screen and (max-width: 991px) {
  td.flex {
    display: block;
  }
  table .button {
    margin: 15px 0 0 0;
  }
}

/*****************************************************
*
* notice
*
******************************************************/

.notice {
  max-width: 960px;
  background: #fdfada;
  padding: 40px;
  margin: 0 auto;
}

.notice h4 {
  color: #ff850b;
  margin-bottom: 5px;
}

.notice h5 {
  margin-bottom: 5px;
}

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

.notice a,
.contact a {
  color: #00bff8;
  text-decoration: underline;
}

.notice a:hover,
.contact a:hover {
  text-decoration: none;
}

.badge {
  margin: 0 0 2px 8px;
}

.contact small {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.recruit-notice {
  display: block;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  max-width: 320px;
  width: 100%;
  margin: 20px auto 0;
  background: #1b2c74;
  font-size: 1.8rem;
  font-style: normal;
}

/*****************************************************
*
* message
*
******************************************************/

#message section h2 {
  text-align: left;
  color: #222;
  margin-bottom: 50px;
}

#message section h2::before {
  content: none;
}

#message section p {
  font-size: 1.8rem;
}

#message .row {
  position: relative;
  left: 50px;
  padding-bottom: 20px;
}

#message .row:nth-of-type(3) {
  padding-bottom: 0;
}

#message .profile {
  position: relative;
  width: 880px;
  margin: 100px auto;
}

#message .profile .text {
  padding: 80px 100px 60px 120px;
  width: 530px;
  margin: 80px 0 0 auto;
  background: url(../images/message_bg.svg) left top no-repeat;
  background-size: cover;
}

#message .profile .text h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#message .profile .text p {
  font-size: 1.6rem;
}

#message .profile .img {
  position: absolute;
  width: 400px;
  height: 380px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  #message {
    padding-top: 60px;
  }
  #message section p {
    font-size: 1.6rem;
  }
  #message .row {
    left: 0px;
    padding-bottom: 0px;
  }
  #message .profile {
    width: 100%;
    margin-top: calc(80vw / 400 * 380 * 0.8 + 60px);
  }
  #message .profile .img {
    width: 80vw;
    height: calc(80vw / 400 * 380);
    top: calc(80vw / 400 * 380 * -0.8);
  }
  #message .profile .text {
    padding: 80px 40px 30px;
    margin: 0 0 60px;
    width: 100%;
  }
  #message .profile .text h4 {
    font-size: 1.8rem;
  }
  #message .profile .text p {
    font-size: 1.4rem;
  }
}

/*****************************************************
*
* INDEX
*
******************************************************/

#index section h2::before {
  content: none;
}

/* TYPE ******************************************************/

#index .index-type {
  padding: 60px 0 0;
}

.box-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}

.box-type a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  text-decoration: none;
}

.box-type .double {
  position: relative;
  height: 100%;
  padding: 30px 10px;
  transition: all 0.3s ease;
}

.box-type .double::before,
.box-type .double::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-type .double::before {
  right: -5px;
  bottom: -5px;
  background: #ffddbb;
}

.box-type .double::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.index-type .box-type .Occupation {
  font-size: 3rem !important;
  line-height: 1.5;
  text-align: center !important;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #222;
  width: auto;
  padding: 0;
  margin: 0 auto !important;
  background: none;
}

.box-type .sub {
  font-size: 1.6rem;
  text-align: center;
  color: #ff850b;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

.box-type .job-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100px;
  min-height: 100px;
}

.box-type .job-list ul {
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.box-type ul li {
  position: relative;
  padding-left: 30px;
}

.box-type ul li::before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  background: #222;
}

.box-type ul li.star::before {
  content: "★";
  position: absolute;
  display: block;
  height: 19px;
  width: 16px;
  left: 5px;
  top: 0;
  color: #ff850b;
  background: none;
}

.box-type .ans {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #ff850b;
  border: 2px solid #ff850b;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  transition: all 0.3s ease;
}

.box-type .double:hover .ans {
  color: #fff;
  background: #ff850b;
  transition: all 0.3s ease;
}

.index-type .present {
  margin: 0 auto 5px;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: #1b2c74;
}

.index-type .annotation {
  text-align: right;
  margin: 0;
}

.index-type .annotation li {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
}

.index-type span.star {
  color: #ff850b;
}

@media screen and (max-width: 991px) {
  .index-type {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .box-type .sub {
    font-size: 1.4rem;
  }
  .box-type .job-list {
    min-height: auto;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .box-type .job-list ul {
    font-size: 1.4rem;
    height: auto;
  }
  .index-type .present {
    width: calc(100% - 30px);
  }
  .index-type .annotation {
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .index-type .annotation li {
    font-size: 1.2rem;
    display: block;
    margin-left: 0px;
  }
}

/* INTRO ******************************************************/

#index .index-intro {
  padding: 120px 0;
  background: url(../images/index/bg.gif) center bottom;
}

.index-intro .lead {
  margin-bottom: 60px;
}

#index .index-intro h1 {
  font-size: 4rem;
  text-align: center !important;
  padding: 0;
  margin: 0 auto 60px;
  color: #01bff9;
  background: none;
}

@media screen and (max-width: 991px) {
  #index .index-intro {
    background-position: 65% bottom;
    padding: 80px 0;
  }
  #index .index-intro h2 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

/* vision ******************************************************/

.index-vision .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-vision {
  background: url(../images/index/index_bg_5.jpg) no-repeat center bottom /
    cover;
}

.index-vision h2,
.index-vision h3,
.index-vision p {
  color: #fff;
}

.index-vision h3 {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: none;
}

.index-vision p {
  font-weight: bold;
  font-size: 1.8rem;
}

.index-vision .button {
  margin: 0 auto 0 0;
}

.index-vision h2 img {
  transform: translate(20px, -20px);
}

.box-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.box-vision a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  text-decoration: none;
}

.box-vision a:hover .double {
  padding: 35px 55px 25px 45px;
}

.box-vision a:hover .double::after {
  right: -5px;
  bottom: -5px;
}

.box-vision .double {
  position: relative;
  height: 100%;
  padding: 30px 60px 30px 40px;
  transition: all 0.3s ease;
}

.box-vision .double::before,
.box-vision .double::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.box-vision .double::before {
  right: -5px;
  bottom: -5px;
  background: #cdf1cd;
}

.box-vision .double::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.box-vision h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #59d059;
  margin-bottom: 10px;
}

.box-vision .tag {
  font-size: 1.2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  font-weight: normal;
  color: #999;
  margin-bottom: 15px;
}

.box-vision .description {
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  font-weight: normal;
  color: #222;
  margin-bottom: 0;
}

.box-vision .arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 93%;
  border-left: 14px solid #59d059;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s ease;
}

.box-vision a:hover .arrow::after {
  top: calc(50% + 5px);
  left: calc(93% + 5px);
  transition: all 0.3s ease;
}

.box-vision .regolith::after {
  background: rgba(255, 255, 255, 0.9) url(../images/index/regolith_icon.png)
    85% 110% no-repeat;
}

.box-vision .markt::after {
  background: rgba(255, 255, 255, 0.9) url(../images/index/markt_icon.png) 85%
    110% no-repeat;
}

.box-vision .vislite::after {
  background: rgba(255, 255, 255, 0.9) url(../images/index/vislite_icon.png) 88%
    110% no-repeat;
}

@media screen and (max-width: 991px) {
  #index .index-vision .button {
    margin-bottom: 60px;
  }
  .box-vision a:hover .double {
    padding: 35px 55px 25px 45px;
  }
  .box-vision .double {
    position: relative;
    height: 100%;
    padding: 30px 50px 30px 30px;
    transition: all 0.3s ease;
  }
  .box-vision h4 {
    font-size: 2rem;
  }
  .box-vision .description {
    font-size: 1.4rem;
  }
}

/* misc ******************************************************/

#index .index-misc {
  padding: 120px 0 40px;
  background: url(../images/index/index_bg_3.gif) center top no-repeat;
}

.index-misc h2,
.index-misc h3 {
  color: #6b85fe;
}

.index-misc h3 {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: none;
}

.index-misc .item {
  float: left;
  width: 46%;
  position: relative;
  margin-right: 8%;
  margin-bottom: 8%;
  padding: 80px 40px 40px;
  transition: all 0.3s ease;
}

.index-misc .item:hover {
  padding: 85px 35px 35px 45px;
}

.index-misc .item:hover::after {
  right: -5px;
  bottom: -5px;
}

.index-misc .item::before,
.index-misc .item::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.index-misc .item::before {
  background: #ccd5ff;
  right: -5px;
  bottom: -5px;
}

.index-misc .item::after {
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
}

.index-misc .item:nth-of-type(2n) {
  transform: translateY(200px);
  margin-right: 0;
}

.index-misc .item > img {
  width: 200px;
  height: auto;
  position: absolute;
  right: 30px;
  top: -160px;
  z-index: 2;
}

.index-misc .item .inner {
  position: relative;
  z-index: 1;
}

.index-misc .item .next {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  background: #6b85fe;
}

.index-misc .item .next::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 14px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.index-misc h2 img {
  transform: translate(20px, -20px);
}

@media screen and (max-width: 991px) {
  .index-misc .item {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 40px;
    padding: 60px 30px 30px;
  }
  .index-misc .item:nth-of-type(2n) {
    transform: none;
  }
  .index-misc p {
    margin-bottom: 30px !important;
  }
  .index-misc .item > img {
    top: -110px;
    width: 140px;
  }
  .index-misc .item:nth-of-type(2n) > img {
    right: 60px;
  }
  .index-misc .item .next {
    margin-bottom: 0 !important;
    width: 40px;
    height: 40px;
  }
  .index-misc .item .next::after {
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

/* NEED YOU ******************************************************/

#index .index-need {
  padding-bottom: 0;
  background: url(../images/index/index_bg_2.jpg) center bottom no-repeat;
  background-size: cover;
}

.index-need .inner {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 0 80px auto;
  padding: 80px 40px 40px;
}

.index-need .inner::before,
.index-need .inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.index-need .inner::before {
  right: -5px;
  bottom: -5px;
  background: #ffdab5;
}

.index-need .inner::after {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.index-need .inner .content {
  position: relative;
  z-index: 1;
}

.index-need h2,
.index-need h3 {
  color: #ff850b;
}

.index-need h3 {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: none;
}

.index-need ul {
  margin-bottom: 0;
}

.index-need ul li {
  position: relative;
  display: block;
  color: #222;
  padding: 5px 0px 5px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.index-need ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0px;
  top: 8px;
  background: #ff850b;
}

.index-need ul li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  top: 10px;
  left: 2px;
  background: url(../images/flow_check.png) center center no-repeat;
  background-size: 16px 14px;
}

@media screen and (max-width: 991px) {
  .index-need .inner {
    margin-bottom: -80px;
    padding: 40px 30px 30px;
  }
  .index-need ul li {
    font-size: 1.3rem;
    padding: 5px 0px 5px 25px;
  }
  .index-need ul li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
  .index-need ul li::after {
    width: 12px;
    height: 10px;
    top: 10px;
    left: 2px;
    background-size: 12px 10px;
  }
}

/* BLOG ******************************************************/

#index .index-blog {
  padding: 120px 0;
  background: url(../images/index/index_bg_3.gif) center bottom no-repeat;
}

.index-blog h2,
.index-blog h3 {
  color: #59d059;
}

.index-blog h3 {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: none;
}

.index-blog h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.index-blog h2 img {
  transform: translate(20px, -20px);
}

@media screen and (max-width: 991px) {
  #index .index-blog {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

/* MEMBER ******************************************************/

#index .index-people {
  padding: 0 0 120px;
  background: url(../images/index/index_bg_4.jpg) center center no-repeat;
  background-size: cover;
}

.index-people h2,
.index-people h3 {
  color: #02c0fa;
}

.index-people h3 {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: none;
}

.index-people .box-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-people .box-people > div > div {
  position: relative;
  height: 100%;
}

.index-people .box-people > div > div::before,
.index-people .box-people > div > div::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.index-people .box-people > div > div::before {
  background: #b3ecfd;
  right: -5px;
  bottom: -5px;
}

.index-people .box-people > div > div::after {
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
}

.index-people .box-people a,
.index-people .box-people span {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.3s ease;
}

.index-people .box-people > div > .people__on:hover a {
  transform: translate(5px, 5px);
}

.index-people .box-people > div > .people__on:hover::after {
  right: -5px;
  bottom: -5px;
}

.index-people .box-people span {
  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;
  color: #999;
  font-size: 2rem;
  height: 180px;
}

.index-people .box-people img {
  display: block;
  margin-bottom: 30px;
}

.index-people .box-people ul {
  margin: 0 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #02c0fa;
}

.index-people .box-people ul li {
  border: 1px solid #02c0fa;
  border-left: none;
  color: #02c0fa;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.index-people .box-people h4 {
  margin: 0 30px 30px;
  font-size: 2rem;
  font-weight: bold;
}

.index-people h2 img {
  transform: translate(20px, -20px);
}

@media screen and (max-width: 991px) {
  #index .index-people {
    padding: 0;
  }
  .index-people .box-people > div {
    margin-bottom: 40px;
  }
  .index-people .box-people p {
    padding: 100px 20px;
  }
  .index-people .box-people span {
    height: 180px;
  }
}

/*****************************************************
*
* evaluation
*
******************************************************/

#eval section .content-img-right {
  padding: 60px 40px 40px;
}

#eval section .content-img-right .img {
  width: 100px;
  margin: 30px 0 30px 20px;
}

@media screen and (max-width: 991px) {
  #eval section .content-img-right .img {
    margin: 0 auto 30px;
  }
  #eval .box-break > .border__sp::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #ddd;
  }
  #eval section .content-img-right {
    padding: 40px 30px 30px;
  }
}

/*****************************************************
*
* VISION
*
******************************************************/

.vision .graph div {
  padding: 60px 40px 20px;
  text-align: center;
}

.vision .graph img {
  width: auto;
}

.vision .graph__title {
  font-size: 1.8rem;
  font-style: unset;
  font-weight: bold;
  color: #222;
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
}

.vision .graph__comment {
  margin: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #02c0fa;
}

.vision .box-anchor div {
  padding: 40px 0 60px;
}

.vision .box-anchor a:hover div {
  padding: 45px 0 55px 10px;
}

.vision .box-anchor div h4 {
  font-size: 2.4rem;
}

.vision .box-anchor div .sub {
  color: #999;
  font-size: 1.8rem;
}

.vision .double-445 {
  justify-content: center;
}

.vision .double-365 div {
  width: 365px;
  padding: 60px 40px;
  height: auto;
  margin-top: 60px;
}

.vision .double-445 div div {
  width: 445px;
  padding: 60px 80px;
  height: auto;
}

.vision .double-365 img,
.vision .double-445 img,
.vision .capture img {
  width: auto;
  margin-bottom: 30px;
}

.vision .button span {
  font-size: 2rem;
  padding-right: 40px;
  background: url(../images/common/icon_linkblank_white.png) right 20px top 30px
    no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.vision .button a:hover span {
  padding-right: 35px;
  background: url(../images/common/icon_linkblank_white.png) right 15px top 35px
    no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.vision .button.none a::before {
  background: #eee;
}

.vision .button.none a::after {
  background: #ccc;
}

.vision .button.none span {
  padding-right: 20px;
  background: none;
}

.vision .button.none a:hover::after {
  right: 0;
  bottom: 0;
}

.vision .button.none a:hover span {
  padding: 20px;
  background: none;
}

@media screen and (max-width: 991px) {
  .vision .box-line {
    justify-content: center;
  }
  .vision .graph {
    width: auto;
  }
  .vision .graph__comment {
    font-size: 2rem;
  }
  .vision .graph div {
    padding: 60px 30px 30px;
  }
  .vision .graph__title {
    max-width: 100%;
  }
  .vision .double-365 div,
  .vision .double-445 div div {
    width: auto;
    padding: 60px 30px;
    margin: 0;
  }
}

/*****************************************************
*
* BLOG
*
******************************************************/

#blog article .container {
  max-width: 800px;
  background-color: #ffffff;
}

#blog .article-detail {
  background: url(../images/blog/index_bg_3.gif) center top;
}

#blog section p,
#blog section ul,
#blog section ol,
#blog section table {
  margin-bottom: 70px;
}

#blog section p + p:not(.img),
#blog section p + ul,
#blog section p + ol,
#blog section ul + p {
  margin-top: -30px;
}

/* #blog section p + p:not(.img),
#blog section p + ul,
#blog section p + ol {
  margin-top: -30px;
} */

#blog h1 {
  text-align: left;
  color: #222;
  margin: 0 0 50px;
  background: none;
  padding: 0;
  font-style: normal;
}

#blog h2 {
  text-align: left;
  color: #222;
  font-size: 2.8rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #59d059;
  font-style: normal;
}

#blog h2::before {
  content: none;
}

#blog h3 {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  color: #222;
  background: none;
  padding: 0 0 10px;
  margin: 0 0 30px;
  font-style: normal;
  border-bottom: 1px solid #222;
}

#blog h4 {
  font-size: 2rem;
  margin-bottom: 30px;
}

#blog h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#blog hr {
  margin: 0 0 70px;
  border-top: 1px solid #ddd;
}

#blog section.type,
#blog section.related {
  border-top: 1px solid #ddd;
  padding: 80px 0 90px;
  background: #fff;
}

#blog section.type h2,
#blog section.related h2 {
  font-size: 5.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
}

#blog section.type h6,
#blog section.related h6 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}

#blog section.type h2,
#blog section.type h6 {
  color: #ff850b;
}

#blog section.related h2,
#blog section.related h6 {
  color: #59d059;
}

#blog section.type {
  text-align: center;
}

#blog section.type .present {
  margin: 0 auto 40px;
  padding: 10px 15px;
  font-weight: bold;
  background: #1b2c74;
  display: inline-block;
  color: #fff;
}

#blog section.type ul {
  margin-top: 0 !important;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ff850b;
  border-right: 1px solid #ff850b;
}

#blog section.type ul li {
  border-top: 1px solid #ff850b;
  border-left: 1px solid #ff850b;
  width: 50%;
}

#blog section.type ul li:last-child {
  background: #ff850b;
}

#blog section.type ul li a {
  padding: 15px 20px;
  display: block;
  text-align: left;
  color: #ff850b;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

#blog section.type ul li:last-child a {
  color: #fff;
}

#blog section.type ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 20px;
  top: calc(50% - 7px);
  border-left: 14px solid #ff850b;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#blog section.type ul li:last-child a::after {
  border-left-color: #fff;
}

#blog .box-bloglist h4 {
  font-size: 1.6rem;
  margin: 0;
}

#blog section.related {
  padding: 80px 0;
}

#blog .anchor li {
  position: relative;
  margin-bottom: 1px;
}

#blog .anchor li strong {
  font-weight: bold !important;
}

#blog .anchor li::before,
#blog .anchor li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

#blog .anchor li::before {
  background: #cdf1cd;
  right: -5px;
  bottom: -5px;
}

#blog .anchor li::after {
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
}

#blog .anchor li:hover::after {
  right: -5px;
  bottom: -5px;
}

#blog .anchor li a {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  z-index: 1;
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: #222 !important;
}

#blog .anchor .list-block a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  top: 50%;
  border-top: 10px solid #59d059;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translate(0, -5px);
  transition: all 0.3s ease;
}

#blog .anchor .list-block:hover a {
  padding: 15px 5px 5px 45px;
}

#blog .anchor .list-block:hover a::before {
  transform: translate(5px, 0);
}

@media screen and (max-width: 991px) {
  #blog section h2 {
    font-size: 2.2rem;
  }
  #blog section h3 {
    font-size: 2rem;
    max-width: none;
  }
  #blog section h4 {
    font-size: 1.8rem;
  }
  #blog section h5 {
    font-size: 1.6rem;
  }
  #blog section.type h2,
  #blog section.related h2 {
    font-size: 4.8rem !important;
  }
  #blog section.type,
  #blog section.related {
    padding: 60px 0 70px;
  }
  #blog section.type ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #blog section.type ul li {
    width: 100%;
  }
  #blog section.type ul li a {
    font-size: 1.8rem;
  }
  #blog .writer {
    margin-bottom: 30px;
  }
}

/*****************************************************
*
* パンくず
*
******************************************************/

#directory {
  margin-bottom: 40px;
  padding-top: 10px;
}

#directory .container {
  padding: 0;
  margin: 0;
}

#directory .container li {
  position: relative;
  float: left;
  margin-right: 46px;
  font-size: 1.4rem;
}

#directory .container li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -26px;
  top: 50%;
  border-left: 6px solid #666;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

#directory .container li.current {
  color: #999;
  margin-right: 0;
}

#directory .container li.current::after {
  display: none;
}

#directory .container li a:hover {
  text-decoration: underline;
}

/*****************************************************
*
* Contact
*
******************************************************/

.contact .step {
  margin-bottom: 50px;
}

.contact .lead {
  margin-bottom: 50px;
}

.contact .badge {
  background: #ff850b;
  border-radius: 0;
  padding: 4px;
}

.contact .form-check label {
  margin-right: 10px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  margin-top: 8px;
}

.form-control {
  height: 50px;
}

.selection-flow {
  background-color: #f5f5f5;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  margin-top: -30px;
}
.selection-flow__title {
  color: #1b2c74;
  font-weight: bold;
}
.selection-flow__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 60px;
}
.selection-flow__item {
  padding: 8px 14px;
  color: #01bff9;
  position: relative;
  border: 1px solid #01bff9;
  background-color: #fff;
  font-weight: bold;
}
.selection-flow__item:first-child {
  position: relative;
}
.selection-flow__item:first-child::after {
  content: "まずはここから！";
  display: block;
  font-size: 10px;
  color: #01bff9;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.selection-flow__item:nth-child(n + 2) {
  margin-left: 28px;
}
.selection-flow__item:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #01bff9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
}
.selection-flow__item--first {
  background-color: #01bff9;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .contact .step {
    margin-bottom: 30px;
  }
  .contact .lead {
    margin-bottom: 30px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .selection-flow {
    width: 100%;
    flex-direction: column;
    padding: 5px 24px 12px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
  .selection-flow__list {
    margin-left: 0px;
    font-size: 12px;
    margin-top: 12px;
  }
  .selection-flow__item {
    padding: 4px 8px;
  }
}

/*****************************************************
*
* HOTワード
*
******************************************************/

.hotword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #1b2c74;
  margin-bottom: 15px;
}

.hotword__head {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 16px;
}

.hotword__item {
  display: inline-block;
  padding: 5px 15px;
  background: #f5f5f5;
  margin-bottom: 15px;
  font-size: 14px;
}

.hotword__item:not(:last-of-type) {
  margin-right: 10px;
}

.container .hotword {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .hotword {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    justify-content: flex-start;
  }
}

/*****************************************************
*
* インタビュー
*
******************************************************/
.interview-characters {
  margin-top: 24px;
  margin-bottom: 70px;
}
.interview-character {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.interview-character__image {
  width: 150px;
  margin-right: 16px;
}
.interview-character__prof {
  flex: 1;
}
.interview-character__prof p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .interview-character__image {
    width: 100px;
  }
  .interview-character {
    margin-top: 24px;
  }
}

/*****************************************************
*
* blog
*
******************************************************/
.table-of-contents-wrap {
  position: relative;
  margin-bottom: 70px;
  padding: 50px;
}
.table-of-contents-wrap::before {
  right: -5px;
  bottom: -5px;
  background: #cdf1cd;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.table-of-contents-wrap::after {
  right: 0;
  bottom: 0;
  background: #ffffffe6;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.table-of-contents {
  position: relative;
  z-index: 1;
}
.table-of-contents > li {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.table-of-contents > li:nth-of-type(n + 2) {
  margin-top: 16px;
}
.table-of-contents > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 8px;
  border-top: 10px solid #59d059;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  transition: all 0.3s ease;
}
.table-of-contents > li a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.table-of-contents > li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #59d059;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.table-of-contents > li a:hover::after {
  transform: scale(1, 1);
}
/* ーーーーーーーーー */
/* .table-of-contents-detail {
  margin-bottom: 0 !important;
}
.table-of-contents-detail li a {
  font-weight: 500 !important;
  font-size: 15px !important;
  padding-left: 50px !important;
}
.table-of-contents-detail li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 25px;
  top: 50%;
  border-top: 10px solid #59d059;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translate(0, -5px);
  transition: all 0.3s ease;
}
.table-of-contents-detail li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 26px;
  top: 50%;
  border-top: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: translate(0, -4.4px);
  transition: all 0.3s ease;
}
.table-of-contents-detail li:hover a {
  padding: 15px 5px 5px 55px !important;
}
.table-of-contents-detail li:hover a::before {
  transform: translate(5px, 0);
}
.table-of-contents-detail li:hover a::after {
  transform: translate(5px, 0.5px);
} */
/* ーーーーーーー */

.list-detail a,
.list-detail-more a {
  font-weight: 500 !important;
  font-size: 15px !important;
  padding-left: 50px !important;
}
.list-detail-more {
  padding-left: 10px;
}
.list-detail-more a {
  position: relative;
}
.list-detail-more a::before {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.list-detail a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 25px;
  top: 50%;
  border-top: 10px solid #59d059;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translate(0, -5px);
  transition: all 0.3s ease;
}
.list-detail a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 26px;
  top: 50%;
  border-top: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: translate(0, -4.4px);
  transition: all 0.3s ease;
}
.list-detail:hover a {
  padding: 15px 5px 5px 55px !important;
}
.list-detail:hover a::before {
  transform: translate(5px, 0);
}
.list-detail:hover a::after {
  transform: translate(5px, 0.5px);
}

.table-of-contents-detail {
  margin-bottom: 0 !important;
}

.blog-wrap {
  position: relative;
  padding: 50px;
  margin-bottom: 70px;
}
.blog-wrap-in {
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
}
.blog-wrap::before {
  right: -5px;
  bottom: -5px;
  background: #ffdab5;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.blog-wrap::after {
  right: 0;
  bottom: 0;
  background: #ffffffe6;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.margin-adjustment {
  margin-bottom: 30px !important;
}

.blog-normal-list li {
  position: relative;
  font-weight: bold;
  margin-bottom: 4px;
}

.blog-square-list li {
  position: relative;
  font-weight: bold;
  list-style-type: none;
  margin-left: 1.6rem;
  text-indent: -1.9rem;
  margin-bottom: 4px;
}
ul.blog-square-list li:before {
    content: '■'; /* リストマーカーを「■」に設定 */
    color: #45C0FA;
    font-weight: bold;
}

.blog-list li {
  position: relative;
  display: block;
  color: #222;
  padding: 5px 0px 5px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.blog-list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0px;
  top: 8px;
  background: #ff850b;
}
.blog-list li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  top: 10px;
  left: 2px;
  background: url(../images/flow_check.png) center center no-repeat;
  background-size: 16px 14px;
}
.check-treatment {
  position: relative;
  padding-left: 26px;
}
.check-treatment::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  left: 0px;
  top: -1px;
  background: #ff850b;
}
.check-treatment::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 2px;
  left: 2px;
  background: url(../images/flow_check.png) center center no-repeat;
  background-size: 16px 14px;
}
.margin-top-adjustment {
  margin-top: 0px !important;
}
.margin-bottom-adjustment--0 {
  margin-bottom: 0 !important;
}
.margin-bottom-adjustment--30 {
  margin-bottom: 30px !important;
}
.margin-bottom-adjustment--40 {
  margin-bottom: 40px !important;
}
.margin-bottom-adjustment--50 {
  margin-bottom: 50px !important;
}
.left-mark {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.marker {
  background: #ffe602;
}
.block {
  display: block;
  margin-top: 0;
}
.left-mark::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  border-top: 10px solid #000;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  transform: translate(0, -5px);
  transition: all 0.3s ease;
}
.underline {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 991px) {
  .blog-wrap,
  .table-of-contents-wrap {
    padding: 40px 30px 30px;
  }
}
.note {
  text-align: left;
  font-size: 14px;
  display: block;
}
span.bg {
  background: #ffe602;
  font-weight: bold;
}

/*****************************************************
*
* Growth flow after joining the company
*
******************************************************/

.content-flow {
  counter-reset: number 0;
}

.content-flow__head {
  font-size: 18px;
  color: #ff850b;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.content-flow__head::before {
  display: inline-block;
  counter-increment: number 1;
  content: "STEP" counter(number);
  color: #fff;
  padding: 6px 20px;
  background: #ff850b;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
}

.content-flow__body {
  margin-left: 115px;
}

.content-flow__body:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .content-flow__head {
    font-size: 16px;
  }
  .content-flow__head::before {
    font-size: 14px;
    padding: 6px 10px;
    margin-right: 10px;
  }

  .content-flow__body {
    margin-left: 0;
  }
}
