@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
// form
input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
*/
/*
font-weight: 400;
font-style: normal;
*/
/* DemiLight
font-weight: 300;
font-style: normal;
*/
/*
font-weight: 500;
font-style: normal;
*/
/*
font-weight: 700;
font-style: normal;
*/
.bold {
  font-weight: bold;
}

.red {
  color: #EB1C24;
}

.no_disp {
  display: none !important;
}

.mt50{
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
.mt50{
	margin-top: 10vw;
}
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 62.5%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: "NotoSansCJKjp", "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  color: #1A1A1A;
  position: relative;
}

.sp {
  display: none !important;
}

.pc_line{
  display: block;
}

.sp_line{
  display: inline;
}

.pc_sp_line{
  display: block;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  .pc_line{
    display: inline;
  }

  .sp_line{
    display: block;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

#about #keyv {
  position: relative;
  background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
  background-size: 401px 363px ,cover;
  background-repeat: no-repeat;
  background-position: calc(50% + 565px) 3px, top center;
  height: 190px;
}

@media screen and (max-width: 1500px) {
  #about #keyv {
    background-position: 68vw 3px,top center;
  }
}

#about #keyv .keyv_inner_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#about #keyv .keyv_title {
  width: 90%;
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.2em;
  color: #007245;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#about .nav_content {
  width: 865px;
  height: 140px;
  margin: 54px auto 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
#about .nav_content {
  width: 100%;
}
#about .nav_content span{
	font-size: 0.8em;
}
}

@media screen and (max-width: 768px) {
#about .nav_content span{
	font-size: 1.0em;
}
}

#about .nav_content .nav_content_link_item {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  color: #1D5E52;
  width: 50%;
  display: block;
  text-align: center;
  border-left: 1px solid #999999;
  padding: 10px 10px;
  background: URL("../img/green_arrow_under.svg");
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: center 125px;
  background-color:#D8E9E8;
}

#about .nav_content .nav_content_link_item:last-child {
  border-right: 1px solid #999999;
}

#about #about_content {
  padding: 45px 0;
}

#about #about_content .about_content_inner_wrap {
  margin-bottom: 100px;
}

#about #about_content .about_content_inner_wrap .text_area {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#about #about_content .about_content_inner_wrap .text_area .text_area_title {
  font-size: 21px;
  line-height: 65px;
  text-indent: 30px;
  width: 100%;
  height: 65px;
  background: #D2D921;
}

#about #about_content .about_content_inner_wrap .text_area .text_area_image {
  margin: 20px auto 0;
  width: 100%;
  height: 100%;
}

#about #about_content .about_content_inner_wrap .text_area .text_area_text {
  margin: 20px 0 20px;
  font-size: 15px;
  line-height: 27px;
}

#about ul.text_area_text,
#about ol.text_area_text {
  padding-left: 20px;
}

#about ul.text_area_text > li {
  list-style: disc;
}

#about ol.text_area_text > li {
  list-style-type: decimal;
}

#about .box_content_link {
  color: #007245;
  word-break: break-all;
}

#about .box_content_title {
  border-left: 7px solid #D2D921;
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 15px;
}

#about h3 {
  position: relative;
  /*margin: 40px 0 10px 10px;
  padding: 5px 10px 5px 0;*/
  margin: 40px 0 10px 0;
  padding: 5px 10px 5px 0;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #fbd8d0;
}

#about h3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 20%;
  height: 3px;
  background: #f98469;
}

#about h4 {
  margin: 30px 0 20px 10px;
  font-weight: bold;
  font-size: 14px;
}

#about #privacy_anker {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*検索結果
--------------------------------------*/
  .network_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: -5px -8px; }
    @media screen and (max-width: 750px) {
      .network_list {
        flex-flow: column; }
  }
  .network_list .item {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 22px 22px 67px 22px;
    position: relative;
    width: calc(25% - 16px);
    page-break-inside: avoid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .network_list .item {
        width: calc(100% - 16px); } 
  }
  .network_list.three .item {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    width: calc(33% - 16px);
    page-break-inside: avoid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 751px) and (max-width: 959px) {
      .network_list.three .item {
        width: calc(50% - 16px); } 
  }
    @media screen and (max-width: 750px) {
      .network_list.three .item {
        width: calc(100% - 16px); } 
  }
.network_list.two .item {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    width: calc(50% - 16px);
    page-break-inside: avoid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .network_list.two .item {
        width: calc(100% - 16px); } 
  }
  .network_list .item .layer {
    background: #2d735a;
    background: rgba(22, 100, 75, 0.9);
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  .network_list .item .layer img {
    margin: 0 -10px 0 9px;
    vertical-align: middle;
  }
  .network_list .item .inbox {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: -25px 0 0;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 226px;
  }
  .network_list .item a.inbox:hover {
    color: #16644B;
    background-color: #fff;
  }
  .network_list .item .inbox + .inbox {
    margin-top: 30px;
  }
  .network_list .item:hover .inbox {
    top: 50%;
  }
  .network_list .item .bottom {
    margin-top: 10px;
  }
  .network_list .item:hover .layer {
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    height: 100%; 
  }
  .network_list .item:hover .inbox {
    top: 50%; 
  }
  .network_list .item .layer:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )"; 
  }
  .network_list .item .bottom {
    margin-top: 10px; 
  }
  .network_list .item .file,
  .network_list .item .type {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    vertical-align: bottom;
  }
  .network_list .item .file {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .network_list .item .file img {
    height: 22px;
    vertical-align: bottom;
  }
  .network_list .item .type {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #505050;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 1px 7px 0 7px;
  }
  .network_list .item .file + .type {
    max-width: 200px;
  }
  .network_list .item sub {
    font-size: .75em;
    vertical-align: baseline;
  }
  .network_list .label {
    list-style: none;
    margin-bottom: 14px;
  }
  .network_list .label:after {
    clear: left;
    content: "";
    display: block;
  }
  .network_list .label li {
    float: left;
    margin-left: 7px;
    margin-bottom: 7px;
    background: #E3E48D;
    border: 1px solid #c4c4c4;
    font-size: 12px;
    color: #505050;
    padding: 5px 10px;
  }
  .network_list .label.orange li {
    background: #F46700;
    color: #fff;
  }
/*
  .network_list .label li:first-child {
    margin-left: 0;
  }
*/
  .network_list .logo {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 192px;
    width: 100%;
  }
  .network_list .logo:first-child {
    margin-top: 43.49px;
  }
  .network_list .label img,
  .network_list .logo img {
    vertical-align: top;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 10px;
    max-height: 172px;
    height: auto;
  }
  .network_list .label img {
    border: 1px solid #c4c4c4;
  }
  .network_list .name {
    font-size: 20px;
    font-weight: bold;
    line-height:1.5em;
    margin-bottom: 15px;
  }
  .network_list.three .name {
    font-size: 15px;
  }
  .network_list .name a {
    color:#1A1A1A;
  }
  .network_list .name b {
    margin: 0 8px 0 0;
  }
  .network_list .name .red_box {
    margin: 0;
  }
  .network_list .name:last-child {
    margin-bottom: 5px;
  }
  .network_list .text {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .network_list .date {
    margin-bottom: 5px;
    font-size: 15px;
  }

/*成功事例紹介
--------------------------------------*/
.box_matching {
  margin-top:30px;
}

.box_matching .box_left {
  float: left;
  width: 70%;
}

.box_matching .box_left .rei {
  float:left;
  width:45%;
  text-align:center;
  border:1px #048667/*#00C0A9*/ solid;
}

.box_matching .box_left .rei dt {
  padding:10px 0;
  background-color:#048667/*#00C0A9*/;
  color:#fff;
  font-size:16px;
}

.box_matching .box_left .kakeru {
  float:left;
}

.box_matching .box_left .kakeru img {
  margin:30px 0;
}

.box_matching .box_left h3 {
  margin:30px 0 0 0!important;
  padding:5px 0 10px 0!important;
  font-size:16px;
  font-weight:bold;
  border-bottom:1px #00C0A9 solid!important;
}

.box_matching .box_left h3:before {
	display: none;
}

.box_matching .box_right {
  float: right;
  width: 25%;
}

.box_matching .box_right > div {
  margin-top:30px;
  margin-bottom:15px;
}

.box_matching .box_right > div:first-child {
  margin-top:10px;
}

.box_matching .box_right img {
  width: 100%;
  height: auto;
}

/*会員ページ
--------------------------------------*/
.box_profile .box_left {
  float: left;
  width: 60%;
}

.box_profile .box_left h4{
	position: relative;
	padding-left: 1.0em;
	font-weight: bold;
}

.box_profile .box_left h4:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	display: block;
}

.box_profile .box_left ul li {
	margin: 0 0 0.8em 1.5em;
	list-style: disc;
}

.box_profile .box_right {
  float: right;
  width: 35%;
}

.box_profile .box_right > div {
  margin-top:30px;
  margin-bottom:15px;
}

.box_profile .box_right > div:first-child {
  margin-top:10px;
}

.box_profile .box_right img {
  width: 100%;
  height: auto;
}

/*アイコン
--------------------------------------*/
.link_icon_pdf {
  display:inline-block;
  padding-left:30px;
  background: url(../img/pdf.png) no-repeat left top / 1.3em;
}
.link_icon_pdf_big{
  display:inline-block;
  padding-left:30px;
  background: url(../img/pdf.png) no-repeat left center / 1.7em;
  line-height:2.5em;
}
.link_icon_movie {
  display:inline-block;
  padding-left:30px;
  background: url(../img/movie.png) no-repeat left center / 1.3em;
}
.link_icon_gaibu {
  display:inline-block;
  padding-left:30px;
  background: url(../img/gaibu.png) no-repeat left center / 1.3em;
}

.link_icon_ppt {
  display:inline-block;
  padding-left:30px;
  background: url(../img/ppt.png) no-repeat left center / 1.7em;
  line-height:2.5em;
}

.link_icon_xls {
  display:inline-block;
  padding-left:30px;
  background: url(../img/xls.png) no-repeat left top / 1.3em;
}

.link_icon_word {
  display:inline-block;
  padding-left:30px;
  background: url(../img/word.png) no-repeat left center / 1.7em;
  line-height:2.5em;
}
.link_icon_email {
  display:inline-block;
  padding-left:30px;
  padding-top: -20px;
  background: url(../img/email.png) no-repeat left center / 1.3em;
}


/*その他
--------------------------------------*/
.popup_mailer{
  cursor: pointer;
}
.chuuou {
  text-align: center!important
}
.ao_to_line {
    text-decoration: underline!important;
    color: #0000CC!important
}
.lh135{
        line-height: 1.35!important
    }
.fuchidori {
  display        : inline-block;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}

.hutoji{
    font-weight: bold!important
}
.lh135{
    line-height: 1.35!important
}
.lh150{
    line-height: 1.5!important
}
.kazari_waku{
  padding:2em;
  border:dashed 2px #b3ada4;
}
.kazari_waku_nashi{
  padding:2em 2em 1em;
}

@media screen and (min-width: 751px) {
  .big_text#about #keyv .keyv_title {
    font-size: calc(33px * 1.2);
  }
  .big_text#about .nav_content {
    width: auto;
    max-width: 800px;
  }
  .big_text#about .nav_content .nav_content_link_item {
    font-size: calc(17px * 1.2);
  }
  .big_text#about .btn_arrow {
    font-size: calc(15px * 1.2);
  }
  .big_text#about h3 {
    font-size: calc(16px * 1.2);
  }
  .big_text#about h4 {
    font-size: calc(14px * 1.2);
  }
  .big_text#about label span {
    font-size: calc(14px * 1.2);
  }
  .big_text#about .network_list .label li {
    font-size: calc(14px * 1.2);
  }
  .big_text#about .network_list .name {
    font-size: calc(20px * 1.2);
  }
  .big_text#about .network_list .text {
    font-size: calc(15px * 1.2);
  }
  .big_text#about .network_list .date {
    font-size: calc(15px * 1.2);
  }
  .big_text#about .network_list .type {
    font-size: calc(12px * 1.2);
  }
  .big_text#about .box_matching .box_left .rei dt {
    font-size: calc(16px * 1.2);
  }
  .big_text#about .box_matching .box_left h6 {
    font-size: calc(16px * 1.2);
  }
  .big_text#about #about_content .text_area .text_area_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#about #about_content .text_area .text_area_text {
    font-size: calc(15px * 1.2);
  }
  .big_text#about .box_content_link {
    color: #007245;
  }
  .big_text#about .box_content_title {
    font-size: calc(21px * 1.2);
    line-height: calc(28px * 1.2);
  }

  .big_text#about #about_content .toiawase > p {
    font-size: calc(16px * 1.2);
  }
  .big_text#about #about_content .tag > li {
    font-size: calc(12px * 1.2);
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  body {
    min-width: 100vw;
  }
  .big_text #link_area .link_title {
    font-size: calc(2.08333vw * 1.2);
  }
  .big_text #footer .footer_wrap .footer_inner .footer_corp_num {
    font-size: calc(1.16667vw * 1.2);
    line-height: 2.08333vw;
  }
  .big_text #footer .footer_wrap .footer_inner .footer_link_area a {
    font-size: calc(1.16667vw * 1.2);
    line-height: 2.08333vw;
  }
  .big_text #footer .footer_wrap .footer_inner .footer_copy {
    font-size: calc(1.08333vw * 1.2);
    line-height: 2.25vw;
  }
  #about #keyv {
    background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
    background-size: 33.41667vw 30.25vw, cover;
    background-repeat: no-repeat;
    background-position: calc(50% + 34.16667vw) 0.25vw, top center;
    height: 15.83333vw;
  }
  #about #keyv .keyv_inner_wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #about #keyv .keyv_title {
    font-size: 2.75vw;
    width: 90%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #about #about_content {
    padding: 3.75vw 0;
  }
  #about #about_content .about_content_inner_wrap {
    margin-bottom: 8.33333vw;
  }
  #about #about_content .about_content_inner_wrap .text_area {
    max-width: 83.33333vw;
    width: 100%;
    margin: auto;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_title {
    font-size: 1.83333vw;
    line-height: 5.41667vw;
    text-indent: 2.5vw;
    width: 100%;
    height: 5.41667vw;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_image {
    margin: 1.66667vw auto 0;
    width: 100%;
    height: 100%;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_text {
    font-size: 1.25vw;
    line-height: 2.25vw;
    margin: 1.66667vw 0 1.66667vw;
  }
  #about .box_content_link {
    color: #007245;
  }
  #about .box_content_title {
    border-left: 0.58333vw solid #D2D921;
    font-size: 1.75vw;
    line-height: 2.33333vw;
    font-weight: bold;
    padding-left: 1.25vw;
    margin-top: 3.33333vw;
    margin-bottom: 1.66667vw;
  }
  .big_text#about #keyv .keyv_title {
    font-size: calc(2.75vw * 1.2);
  }
  .big_text#about #about_content .text_area .text_area_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#about #about_content .text_area .box_content_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#about #about_content .text_area .text_area_text {
    font-size: calc(1.25vw * 1.2);
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  body {
    width: 100%;
    min-width: auto;
  }
  #about #keyv {
    position: relative;
    background: url("../img/keyv_bg_sp2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 25.73333vw;
  }
  #about #keyv .keyv_title {
    width: 100%;
    text-align: center;
    left: 50%;
    font-size: 4.4vw;
    line-height: 7.73333vw;
    top: 50%;
  }
  #about .nav_content {
    width: 88vw;
    height: 30vw;
    margin: 5.33333vw auto 5.33333vw;
  }
  #about .nav_content .nav_content_link_item {
    font-size: 2.4vw;
    line-height: 4vw;
    width: 50%;
    display: block;
    text-align: center;
    border-left: 1px solid #999999;
    padding: 2.66667vw 0;
    background: URL("../img/green_arrow_under.svg");
    background-repeat: no-repeat;
    background-size: 2.13333vw 1.33333vw;
    background-position: center 85%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color:#D8E9E8;
  }
  #about #about_content {
    padding: 6vw 0;
    width: 88vw;
    margin: auto;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 9.33333vw;
    text-indent: 3.33333vw;
    width: 100%;
    height: 9.33333vw;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_image {
    margin: 20px auto 0;
    width: 100%;
    height: 100%;
  }
  #about #about_content .about_content_inner_wrap .text_area .text_area_text {
    margin: 2.66667vw 0 2.66667vw;
    font-size: 2.8vw;
    line-height: 4.93333vw;
  }
  #about .box_content_link {
    color: #007245;
  }
  #about .box_content_title {
    border-left: 0.93333vw solid #D2D921;
    font-size: 2.8vw;
    line-height: 3.73333vw;
    font-weight: bold;
    padding-left: 2vw;
    margin-top: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  #about #privacy_anker {
    display: block;
    padding-top: 16vw;
    margin-top: -16vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .big_text #keyv .keyv_title {
    font-size: calc(7.46667vw * 1.2);
  }
  #about.big_text #about_content .about_content_inner_wrap .text_area .text_area_title {
    font-size: calc(4vw * 1.2);
    line-height: calc(4.53333vw * 1.2);
    height: auto;
    padding: calc(2.26667vw * 1.2) 2.26667vw;
    text-indent: 0;
    width: auto;
  }
  #about.big_text #about_content .about_content_inner_wrap .text_area .text_area_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.93333vw * 1.2);
  }
  #about .box_content_title {
    border-left: 0.93333vw solid #D2D921;
    font-size: calc(2.8vw * 1.2);
    line-height: calc(3.73333vw * 1.2);
  }

  /*成功事例紹介
  --------------------------------------*/
  .box_matching .box_left {
    float: none;
    width: 100%;
  }

  .box_matching .box_left .rei {
    float:none;
    width:100%;
  }

  .box_matching .box_left .kakeru img {
    margin:10px 0;
  }

  .box_matching .box_left .kakeru {
    float:none;
    text-align:center;
  }

  .box_matching .box_right {
    float: none;
    width: 100%;
  }

  .box_matching .box_right > div:first-child {
    margin-top:30px;
  }
  
 
  /*会員ページ
  --------------------------------------*/
  .box_profile .box_left {
    float: none;
    width: 100%;
  }

  .box_profile .box_right {
    float: none;
    width: 100%;
  }
}
.text_right{
    text-align: right!important;
}


/*プラットフォーム会員折り畳みメニュー
--------------------------------------*/
.submenu__block[open] .submenu__accordion-button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.submenu__block[open] .submenu__accordion-button::after {
  opacity: 0;
}

.submenu__heading,
.submenu__heading__link,
.submenu__link {
  color: #ffffff;
}

.submenu__heading__link,
.submenu__link {
  text-decoration: none;
}

.submenu__heading--only,
.submenu__heading__link {
  line-height: 1.5;
}

.submenu__heading {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}

.submenu__head:focus{
	outline-offset: -2px;
	outline-color: #FFF!important;
	outline: 1px solid;
}

.submenu__heading--only {
  padding: 14px 20px;
}

.submenu__heading__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 57px;
  position: relative;
  height: 100%;
  width: 100%;
}

.submenu__heading__link::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(/content/000000591.svg) left center/22px no-repeat;
}

@media print, screen and (min-width: 600px) {
  .submenu__heading__link::before {
    left: 21px;
  }
}

@media print, screen and (max-width: 599px) {
  .submenu__heading__link::before {
    left: 16px;
  }
}

@media (hover: hover) {
  .submenu__heading__link:hover {
    color: #ffffff;
    background-color: #005E1B;
  }
}

/*.submenu__heading__link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: -5px;
  outline-color: #ffffff;
}*/

.submenu__heading__link--home {
  padding: 17px 17px 17px 57px;
}

.submenu__head {
  position: relative;
  width: 100%;
  height: 45px;
  display: block;
}

/*.submenu__head:focus {
  outline-offset: 4px;
  outline-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}*/

/* アコーディオンを上に展開するための追加スタイル */
.submenu__block{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2C725C;
}

.submenu__body {
  position: absolute;
  bottom: 100%; /* summaryの上に配置 */
  left: 0;
  right: 0;
  background: rgba(44, 114, 92, .9);
  z-index: 10;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease-in-out;
  border-top: 1px solid #ffffff;
}

.submenu__block[open] > .submenu__body {
  max-height: 50vh; /* 画面の高さの半分を上限に展開 */
}

@media (hover: hover) {
  .submenu__head:hover {
    background-color: #005E1B;
  }
}

.submenu__head__content {
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.submenu__accordion-button {
  position: absolute;
  top: 11px;
  left: 11px;
  border: 1px solid #ffffff;
  display: block;
  width: 23px;
  min-width: 23px;
  min-height: 23px;
}

.submenu__accordion-button::before, .submenu__accordion-button::after {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 47.5%;
  right: 4px;
  width: 16px;
  height: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.submenu__accordion-button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.submenu__list {
  padding: 20px 20px 10px 20px;
}

.submenu__list li {
  margin-bottom: 10px;
}

.submenu__list li a {
  padding: 10px;
  background: #FFF;
  text-align: center;
  font-size: 16px;
  color: #000;
  display: block;
  cursor: pointer;
}

