@charset "UTF-8";
/* CSS Document */
.Step-flow {
  margin-top: 60px;
}

.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}

.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: start;
}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}

.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
}
.List-Item-Content-Number span {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #F4D600;
  color: #000;
  font-size: 36px;
  display: block;
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
  }
  .List-Item-Content-Number span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #111;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin: 20px 0px 0 20px;
    font-size: 18px;
  }
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
.List-Item-Content-Description p {
  margin-top: 15px;
}
.List-Item-Content-Description .btns {
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 20px;
    font-weight: normal;
    font-size: 13px;
  }
}
.tit-sub2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 30px;
}
.tit-sub2 h2 {
  font-weight: bold;
  line-height: 1.4;
}
.tit-sub2 span {
  color: #F4D600;
  font-size: 1.4rem;
  display: block;
}

.page-tit__business {
  background: #F4D600;
  padding: 80px 0;
}
.page-tit__business h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.page-tit__business h1 span {
  display: block;
  font-size: 1.2rem;
}

.pankuzu__business {
  background: #F3F3F3;
}

.business01 {
  background: #F3F3F3;
  padding: 60px 0;
}

.tab_box {
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px;
}
.tab_box .btn_area.col4 .tab_btn {
  width: calc(100% / 4 - 20px);
}
.tab_box .btn_area .tab_btn {
  margin: 0 10px 40px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: .4s;
}
.tab_box .btn_area .tab_btn .num {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  text-align: left;
}
.tab_box .btn_area .tab_btn p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.4;
}
.tab_box .btn_area .tab_btn.active .num {
  color: #F4D600;
}
.tab_box .btn_area .tab_btn.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.tab_box .btn_area .tab_btn:hover {
  opacity: .7;
}
.tab_box .panel_area .tab_panel {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
.tab_box .panel_area .tab_panel .hukidashi-area {
  display: -webkit-box;
  display: flex;
  padding-bottom: 50px;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box {
  width: calc(100% / 3 - 40px);
  position: relative;
  margin: 0 20px;
  display: -webkit-box;
  display: flex;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .txt {
  background: #E2F6FF;
  padding: 20px 30px 40px;
  border-radius: 10px;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .txt p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .txt p:last-child {
  margin-bottom: 0;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .txt p b {
  background: #F4D600;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .illust {
  position: absolute;
  bottom: -70px;
  left: -30px;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .illust::before, .tab_box .panel_area .tab_panel .hukidashi-area .box .illust::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #E2F6FF;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .illust::before {
  top: 15px;
  right: -50px;
  width: 25px;
  height: 25px;
}
.tab_box .panel_area .tab_panel .hukidashi-area .box .illust::after {
  top: 30px;
  right: -20px;
  width: 15px;
  height: 15px;
}
.tab_box .panel_area .tab_panel.active {
  display: block;
}

.arrow-down {
  position: relative;
}
.arrow-down::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 45px solid transparent;
  border-top: 25px solid #D8D8D8;
}

.bnr_contact.result {
  background: none;
  padding: 0;
  color: #333;
}
.bnr_contact.result::before {
  display: none;
}

.business02 {
  padding: 30px 0 60px;
}
.business02 .service-area {
  margin-top: 50px;
}
.business02 .service-area .li-in {
  background: none;
}
.business02 .service-area .img {
  border: 1px #ccc solid;
  text-align: center;
  margin-bottom: 10px;
}

.business03 {
  background: #F3F3F3;
  padding: 60px 0;
}

.tit-sub3 {
  background: #222;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.tit-sub3 h3 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: url("../image/business/winner.png") no-repeat left center/contain;
  padding-left: 50px;
}

.tit-icon {
  text-align: center;
  margin-top: 40px;
}
.tit-icon h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.tit-icon i.bgico {
  background: left center / contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
}
.tit-icon i.bgico.ico_tit01 {
  background-image: url("../image/business/ico_tit01.png");
}
.tit-icon i.bgico.ico_tit02 {
  background-image: url("../image/business/ico_tit02.png");
}

.list-interview {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.list-interview .box {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  border: 1px #ccc solid;
}
.list-interview .box .logo {
  padding: 20px;
}
.list-interview .box .tit {
  border-top: 1px #ccc solid;
  padding: 20px 10px 20px;
  line-height: 1.3;
}
.list-interview .box .tit span {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 1.0rem;
}
.list-interview .box a {
  color: #333;
  text-decoration: none;
}

.business04 {
  padding: 60px 0;
}

.bg-line {
  background: linear-gradient(transparent 60%, #F4D600 60%);
  font-weight: bold;
}

.bord h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
.bord .copy {
  text-align: center;
  margin-bottom: 30px;
}

.copy-bus {
  text-align: center;
  margin-top: 50px;
}
.copy-bus p {
  font-size: 1rem;
}
.copy-bus .tit {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-top__busSub .img {
  margin-top: 50px;
  text-align: center;
}
.p-top__busSub .bord {
  max-width: 800px;
  margin: 50px auto 0;
}
.p-top__busSub .box-col3 {
  margin-top: 50px;
}
.p-top__busSub .box-col3 b span {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}
.p-top__busSub .bg-glay {
  margin: 50px auto 0;
  max-width: 800px;
  font-size: 1.2rem;
  text-align: center;
  background: #eee;
  padding: 30px 20px;
}
.p-top__busSub .bg-glay h2 {
  font-weight: bold;
}
.p-top__busSub .bg-glay span {
  font-weight: normal;
  font-size: 94%;
}
.p-top__busSub .btn-area {
  margin-top: 50px;
}

.page-tit__tomoiku {
  background: #079276 url("../image/tomoiku/bg01.png") no-repeat center/cover;
  padding: 80px 0;
  color: #fff;
}
.page-tit__tomoiku h1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.page-tit__tomoiku h1 span {
  display: inline-block;
  font-size: 1.2rem;
  background: #9eb61b;
  padding: 10px;
  border-radius: 30px;
}
.page-tit__tomoiku h1 strong {
  display: block;
  font-size: 2.8rem;
}
.page-tit__tomoiku h1 ruby {
  font-weight: bold;
}

.tomoiku .disc {
  padding-left: 20px;
}
.tomoiku .disc li {
  list-style: disc;
}
.tomoiku .text_box {
  font-size: 16px;
  max-width: 910px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .tomoiku .text_box {
    margin-bottom: 40px;
  }
}
.tomoiku_main {
  margin-bottom: 80px;
}
.tomoiku_main_img {
  position: relative;
  margin-bottom: 20px;
}
.tomoiku_main .box1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.tomoiku_main .box1 img {
  width: 33%;
  max-width: 400px;
}
.tomoiku_main_btm {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tomoiku_main_btm .tomoiku_main_box {
  position: relative;
}
.tomoiku_main_btm .circle {
  position: absolute;
  bottom: 30px;
  width: 40%;
  max-width: 140px;
}
.tomoiku_main_btm .box2, .tomoiku_main_btm .box3 {
  width: 26%;
}
.tomoiku_main_btm .box2 .circle {
  left: calc(100% - 20px);
}
.tomoiku_main_btm .box3 .circle {
  right: calc(100% - 20px);
}
.tomoiku_main_txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tomoiku_main {
    margin-bottom: 40px;
  }
  .tomoiku_main .box1 {
    position: static;
    margin-bottom: 20px;
  }
  .tomoiku_main .box1 img {
    width: 56%;
  }
  .tomoiku_main_btm .circle {
    width: 36%;
    bottom: calc(100% - 10px);
  }
  .tomoiku_main_btm .box2, .tomoiku_main_btm .box3 {
    width: 48%;
  }
  .tomoiku_main_btm .box2 .circle {
    left: calc(30% - 20px);
  }
  .tomoiku_main_btm .box3 .circle {
    right: calc(30% - 20px);
  }
}
.tomoiku_para {
  margin-bottom: 60px;
}
.tomoiku_para .h2tit {
  color: #339b7d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tomoiku_para .h2tit span {
  border-bottom: 2px #97b53f solid;
}
.tomoiku_para .tomoiku_para01_in {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.tomoiku_para .tomoiku_para01_in .txt {
  border: 3px #339b7d double;
  padding: 10px;
  width: calc(40% - 10px);
  font-size: 16px;
  background: #fff;
}
.tomoiku_para .tomoiku_para01_in .img {
  width: calc(30% - 30px);
}
@media screen and (max-width: 768px) {
  .tomoiku_para {
    margin-bottom: 30px;
  }
  .tomoiku_para .h2tit {
    font-size: 20px;
  }
  .tomoiku_para .tomoiku_para01_in {
    flex-wrap: wrap;
  }
  .tomoiku_para .tomoiku_para01_in .txt {
    width: 100%;
    margin-bottom: 16px;
  }
  .tomoiku_para .tomoiku_para01_in .img {
    width: calc(50% - 8px);
  }
}
.tomoiku_para02 {
  margin-bottom: 100px;
}
.tomoiku_para02 P {
  font-size: 16px;
  margin: 0 auto 20px;
}
.tomoiku_para02 .tomoiku_step .step {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
}
.tomoiku_para02 .tomoiku_step .step li {
  position: relative;
  padding: 20px 30px;
  width: calc(100% / 3);
  box-sizing: border-box;
  color: #fff;
}
.tomoiku_para02 .tomoiku_step .step li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-width: 32px 15px;
  border-style: solid;
  z-index: 10;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(1) {
  background: #97b53f;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(1)::after {
  border-color: transparent transparent transparent #97b53f;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(2) {
  background: #51a377;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(2)::after {
  border-color: transparent transparent transparent #51a377;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(3) {
  background: #339b7d;
}
.tomoiku_para02 .tomoiku_step .step li:nth-child(3)::after {
  display: none;
}
.tomoiku_para02 .tomoiku_step .step li dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tomoiku_para02 .tomoiku_step .step li dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tomoiku_para02 {
    margin-bottom: 60px;
  }
  .tomoiku_para02 .tomoiku_step .step li {
    width: calc(100%);
    padding: 20px 13px;
  }
  .tomoiku_para02 .tomoiku_step .step li::after {
    border-width: 30px 15px;
    top: calc(100% - 15px);
    left: 3%;
    right: auto;
    transform: rotate(90deg);
  }
  .tomoiku_para02 .tomoiku_step .step li dl dt {
    font-size: 19px;
  }
}
.tomoiku_footer {
  background: #339b7d;
  display: -webkit-box;
  display: flex;
  padding: 20px;
  color: #fff;
}
.tomoiku_footer a {
  color: #fff;
  text-decoration: underline;
}
.tomoiku_footer .price_area {
  display: -webkit-box;
  display: flex;
  width: calc(70% - 20px);
}
.tomoiku_footer .price_area .box {
  width: calc(50% - 20px);
  border-right: 1px #fff solid;
  padding: 20px;
}
.tomoiku_footer .price_area .price {
  font-size: 24px;
}
.tomoiku_footer .price_area .price strong {
  font-size: 34px;
  display: inline-block;
  margin: 0 5px;
}
.tomoiku_footer .contact_area {
  width: calc(30% - 20px);
  padding: 20px;
  box-sizing: border-box;
}
.tomoiku_footer h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tomoiku_footer h3 span {
  background: #fff;
  padding: 10px;
  color: #339b7d;
}
.tomoiku_footer h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.tomoiku_footer h4 span {
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .tomoiku_footer {
    display: block;
    padding: 0px;
  }
  .tomoiku_footer .price_area {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .tomoiku_footer .price_area .box {
    width: 100%;
    border-right: none;
    border-bottom: 1px #fff solid;
    padding: 20px;
  }
  .tomoiku_footer .price_area .price {
    font-size: 20px;
  }
  .tomoiku_footer .price_area .price strong {
    font-size: 32px;
  }
  .tomoiku_footer .contact_area {
    width: 100%;
    padding: 20px;
  }
  .tomoiku_footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .tomoiku_footer h3 span {
    padding: 5px 10px;
  }
  .tomoiku_footer h4 {
    font-size: 15px;
  }
}

.tomoiku-list .logo {
  padding: 20px 10px 20px;
}
.tomoiku-list .logo img {
  height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .tomoiku-list .logo img {
    height: 12vw;
  }
}
@media screen and (max-width: 670px) {
  .tomoiku-list .logo img {
    height: 26vw;
  }
}
.tomoiku-list .box .tit {
  padding-top: 0;
  border-top: 0;
}
.tomoiku-list .box .tit .p-news__date {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 670px) {
  .tit-sub2 {
    font-size: 1.5rem;
    padding-top: 10px;
  }
  .tit-sub2 span {
    font-size: 0.8rem;
  }

  .page-tit__business {
    padding: 40px 0;
  }
  .page-tit__business h1 {
    font-size: 1.6rem;
  }
  .page-tit__business h1 span {
    font-size: 0.8rem;
  }

  .business01 {
    padding: 30px 0;
  }

  .tab_box {
    margin-top: 30px;
  }
  .tab_box .btn_area {
    flex-wrap: wrap;
  }
  .tab_box .btn_area.col4 .tab_btn {
    width: calc(100% / 2 - 20px);
  }
  .tab_box .btn_area .tab_btn {
    margin: 0 10px 20px;
  }
  .tab_box .btn_area .tab_btn .num {
    font-size: 1.8rem;
  }
  .tab_box .btn_area .tab_btn img {
    display: none;
  }
  .tab_box .btn_area .tab_btn p {
    text-align: left;
    margin-top: 5px;
  }
  .tab_box .panel_area .tab_panel .hukidashi-area {
    display: block;
    padding-bottom: 0px;
  }
  .tab_box .panel_area .tab_panel .hukidashi-area .box {
    width: 100%;
    margin: 0 0 90px;
  }
  .tab_box .panel_area .tab_panel .hukidashi-area .box .txt {
    padding: 10px 20px 20px;
  }

  .arrow-down::before {
    top: 98%;
  }

  .business02 {
    padding: 30px 0 0px;
  }

  .business03 {
    padding: 40px 0;
  }

  .tit-sub3 {
    padding: 10px;
  }
  .tit-sub3 h3 {
    font-size: 1.2rem;
  }

  .tit-icon {
    margin-top: 20px;
  }

  .list-interview {
    margin-top: 10px;
  }
  .list-interview .box {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }

  .business04 {
    padding: 40px 0;
  }

  .bord h5 {
    font-size: 1.0rem;
  }
  .bord .copy {
    margin-bottom: 20px;
  }
  .bord .copy p {
    text-align: left;
  }

  .page-tit__tomoiku {
    padding: 40px 0;
  }
  .page-tit__tomoiku h1 {
    font-size: 1.2rem;
  }
  .page-tit__tomoiku h1 span {
    font-size: 0.8rem;
  }
  .page-tit__tomoiku h1 strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 670px) and (max-width: 420px) {
  .page-tit__tomoiku h1 {
    font-size: 1.0rem;
  }
  .page-tit__tomoiku h1 strong {
    font-size: 6vw;
  }
}

.free_paper-anker {
  margin-top: 20px;
}
.free_paper-anker li {
  margin: 0 10px 10px 0;
}
.free_paper-anker li .c-btn {
  box-sizing: border-box;
  font-size: 1.0rem;
  min-width: 0;
}

.free_paper .copy {
  margin-bottom: 30px;
}
.free_paper .copy h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.free_paper .copy p {
  font-size: 1.0rem;
}
.free_paper .imgList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.free_paper .imgList li {
  width: calc(100% / 6 - 40px);
  margin: 0 20px 40px;
}
.free_paper .imgList li .img {
  margin-bottom: 5px;
}
.free_paper .imgList li .note {
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .free_paper .copy {
    margin-bottom: 30px;
  }
  .free_paper .imgList {
    margin: 0 -10px;
  }
  .free_paper .imgList li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
  }
  .free_paper .imgList li .note {
    font-size: 0.7rem;
  }
}
.award-up {
  max-width: 800px;
  margin: 40px auto 0;
}
.award-up .bord {
  padding: 40px;
}

.tit_line {
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.tit_line > * {
  font-size: 1.2rem;
  font-weight: bold;
}

.award-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.award-list > li {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.award-list > li .txt {
  width: calc(100% - 200px);
}
.award-list > li .txt .saitaku {
  border: 1px #999 solid;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}
.award-list > li .txt .class-name {
  margin-bottom: 5px;
}
.award-list > li .txt .name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.award-list > li .txt .more-btn {
  cursor: pointer;
}
.award-list > li .txt .more-btn::before {
  content: '＋';
  display: inline-block;
  margin-right: 5px;
}
.award-list > li .txt .more-btn:hover {
  opacity: .7;
  text-decoration: underline;
}
.award-list > li .txt .more-btn.active::before {
  content: 'ー';
}
.award-list > li .txt .prof-area {
  display: none;
}
.award-list > li .img {
  width: 180px;
  text-align: center;
}
.award-list > li .img .c-btn {
  margin-top: 5px;
}

@media screen and (max-width: 670px) {
  .award-up .bord {
    padding: 20px;
  }
  .award-up .bord p.floatL {
    margin-bottom: 15px;
  }

  .tit_line > * {
    font-size: 1.0rem;
  }

  .award-list {
    display: block;
  }
  .award-list > li {
    width: 100%;
    margin: 0 5px 20px;
  }
  .award-list > li .txt {
    width: calc(100% - 120px);
  }
  .award-list > li .img {
    width: 100px;
  }
}
.grant-list > h3 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
}
.grant-list .list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 20px;
}
.grant-list .list li {
  background: #fff;
}
.grant-list .list > li {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 30px;
  box-sizing: border-box;
}
.grant-list .list > li .txt {
  padding: 10px;
}
.grant-list .list > li .txt h5 {
  margin-bottom: 5px;
}
.grant-list .list > li .txt h5 a {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.grant-list .list > li .txt h5 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 670px) {
  .grant-list .list {
    display: block;
    margin: 30px 0 20px;
  }
  .grant-list .list > li {
    width: 100%;
    margin: 0 0px 20px;
  }
}
.kai-nen {
  margin-bottom: 5px;
  font-size: .8rem;
}
.kai-nen span {
  border: 1px #666 solid;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.grant-list .kai-nen {
  font-size: .7rem;
}

.sho {
  background: #333;
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  font-size: .8rem;
  margin-bottom: 5px;
}

.grant-detail {
  max-width: 800px;
  margin: 0 auto;
}
.grant-detail .up {
  overflow: hidden;
}
.grant-detail .up .txt h1, .grant-detail .up .txt h2, .grant-detail .up .txt h3, .grant-detail .up .txt h4, .grant-detail .up .txt h5, .grant-detail .up .txt h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.grant-detail .up .txt p, .grant-detail .up .txt li {
  margin-bottom: 5px;
}
.grant-detail .up .img {
  border: 1px #ccc solid;
  float: right;
  padding: 10px;
  max-width: 240px;
  margin: 0 0 20px 20px;
}
.grant-detail .sinsei {
  margin-top: 30px;
}
.grant-detail .sinsei .plain-ul li {
  border-bottom: 1px #ccc dotted;
}
.grant-detail .deadline-add {
  border: 2px #c40000 solid;
  padding: 10px 0;
}
.grant-detail .messeage dl {
  position: relative;
}
.grant-detail .messeage dl dt {
  position: absolute;
  top: -2px;
  left: 0;
  background: #C6AD00;
  border-radius: 5px 5px 0 0;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
}
.grant-detail .messeage dl dd {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFFDF1;
  border: solid 3px #C6AD00;
  box-sizing: border-box;
  background: #FFFDF1;
  border-radius: 5px;
  				/*&::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -14px;
    border: 12px solid transparent;
    border-top: 12px solid #FFFDF1;
    border-left: 12px solid #FFFDF1;
    z-index: 2;
  }
  				&::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #C6AD00;
    border-left: 14px solid #C6AD00;
    z-index: 1;
  }*/
}

.interview .img {
  text-align: center;
}
.interview .cap {
  font-size: 0.8rem;
}
.interview .interview-in {
  background: #fff6eb;
  margin-top: 20px;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 670px) {
  .grant-detail .up .img {
    float: none;
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .interview .interview-in {
    padding: 10px;
  }
}
.history {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.history .bord {
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.history .main-con {
  width: calc(100% - 260px);
}
.history .main-con.center {
  margin: 0 auto;
}
.history .main-con .history-list > li {
  margin-bottom: 30px;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 30px;
}
.history .main-con .history-list > li a {
  color: #333;
}
.history .main-con .history-list > li a:hover {
  color: #999;
}
.history .main-con .up {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.history .main-con .up .img {
  width: 30%;
}
.history .main-con .up .txt {
  width: calc(70% - 40px);
}
.history .main-con .up .txt h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.history .main-con .up .txt h5 a {
  font-weight: bold;
}
.history .main-con .bt {
  background: #eee;
  padding: 10px 20px;
  margin-top: 10px;
}
.history .main-con .bt h4 {
  margin-bottom: 5px;
}
.history .main-con .bt dl {
  margin-bottom: 15px;
}
.history .main-con .bt dl:last-child {
  margin-bottom: 0px;
}
.history .main-con .bt dt {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.0rem;
}
.history .main-con .bt dt a {
  font-weight: bold;
}
.history .main-con .bt dt span {
  font-weight: normal;
  font-size: 0.9rem;
  display: inline-block;
}
.history .main-con .bt dt i {
  font-weight: bold;
}
.history .sub-con {
  width: 200px;
}
.history .sub-con .tit {
  font-weight: bold;
  border-bottom: 1px #aaa solid;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 20px;
}
.history .sub-con .plain-ul li {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.go-list {
  margin: 0px 0 20px;
}
.go-list .c-btn {
  min-width: 100%;
  box-sizing: border-box;
}

.intro {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-archive-title {
  font-weight: bold;
  border-bottom: 1px #aaa solid;
  font-size: 1.2rem;
  padding: 5px;
  margin-bottom: 40px;
  color: #333;
}

.widget {
  margin-bottom: 30px;
}
.widget .widgettitle {
  font-weight: bold;
  border-bottom: 1px #aaa solid;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 20px;
}
.widget > ul li {
  list-style: disc;
  list-style-position: inside;
  border-bottom: 1px #ccc dotted;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget.widget_archive .screen-reader-text {
  display: none;
}
.widget.widget_archive select {
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 670px) {
  /*.kai-nen{
  	font-size: 0.8rem;
  }
  .sho{
  	font-size: 0.8rem;
  }*/
  .history {
    display: block;
  }
  .history .bord {
    padding: 10px;
    margin-bottom: 10px;
  }
  .history .bord .font-l {
    font-size: 1.1rem;
  }
  .history .main-con {
    width: 100%;
  }
  .history .main-con .up {
    display: block;
  }
  .history .main-con .up .img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .history .main-con .up .txt {
    width: 100%;
  }
  .history .sub-con {
    width: 100%;
  }
}
.logo_list:first-child {
  margin-top: 40px;
}

.logo_list .copy {
  margin-bottom: 30px;
}
.logo_list .copy h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.logo_list .imgList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.logo_list .imgList li {
  width: calc(100% / 5 - 20px);
  margin: 0 10px 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.logo_list .imgList li .img {
  margin-bottom: 5px;
  width: 100%;
  max-height: 140px;
  height: 12vw;
  background: no-repeat center / contain;
}
.logo_list .imgList li .txt {
  padding: 0 5px 5px;
}
.logo_list .imgList li .note {
  font-weight: bold;
}
.logo_list .imgList li .h5-txt {
  display: inline-block;
  text-align: left;
}
.logo_list .imgList li .h5-txt span:first-child {
  display: block;
}
.logo_list .imgList li .h5-txt span:first-child i {
  border: 1px #666 solid;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 12px;
}

@media screen and (max-width: 1050px) {
  .logo_list .imgList li {
    width: calc(100% / 4 - 20px);
  }
  .logo_list .imgList li .img {
    height: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .logo_list .imgList li {
    width: calc(100% / 3 - 20px);
  }
  .logo_list .imgList li .img {
    height: 18vw;
  }
}
@media screen and (max-width: 670px) {
  .logo_list .copy {
    margin-bottom: 30px;
  }
  .logo_list .imgList {
    margin: 0 -5px;
  }
  .logo_list .imgList li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
  }
  .logo_list .imgList li .img {
    height: 30vw;
  }
  .logo_list .imgList li .note {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 400px) {
  .logo_list .imgList li .h5-txt span:first-child i {
    font-size: 11px;
  }
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.qa-list dl:first-child {
  border-top: 1px solid #000;
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #9d7618;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #9d7618;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }

  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }

  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
.eyec {
  padding: 10px 30px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
  background: #fff;
}
.eyec .logo {
  width: 100%;
  height: 180px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 340px;
  margin: 0 auto;
}

.recruit-info .tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruit-info .recruit-table {
  width: 100%;
  margin-bottom: 80px;
  border-top: 1px solid #ccc;
}
.recruit-info .recruit-table td, .recruit-info .recruit-table th {
  font-size: 16px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.8;
}
.recruit-info .recruit-table td p, .recruit-info .recruit-table td li, .recruit-info .recruit-table th p, .recruit-info .recruit-table th li {
  line-height: 1.8;
  font-size: 1.6rem;
}
.recruit-info .recruit-table td p, .recruit-info .recruit-table th p {
  margin-bottom: 1.5em;
}
.recruit-info .recruit-table td p:last-child, .recruit-info .recruit-table th p:last-child {
  margin-bottom: 0;
}
.recruit-info .recruit-table th {
  width: 10em;
  text-align: left;
  font-weight: bold;
}

.recruit .link_box {
  padding: 0 0 60px;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit .link_box .btn_box {
  width: calc(50%);
  box-sizing: border-box;
  padding: 0 20px;
}
.recruit .link_box .btn_box a.conf_btn {
  display: block;
  text-align: center;
  border: 1px #fff solid;
  background: #27ac63;
  color: #fff !important;
  position: relative;
  padding: 20px 10px 20px 10px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 38px;
}
.recruit .link_box .btn_box.btn_go_partner a.conf_btn {
  background: #f45828;
  background: -webkit-linear-gradient(left, #f49128 0%, #f45828 100%);
  background: linear-gradient(to right, #f49128 0%, #f45828 100%);
}
.recruit .link_box .btn_box p {
  margin-top: 5px;
}

@media screen and (max-width: 440px) {
  .recruit-info .recruit-table {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
  }
  .recruit-info .recruit-table td, .recruit-info .recruit-table th {
    font-size: 15px;
    padding: 0.5em;
  }
  .recruit-info .recruit-table th {
    width: 2em;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
  }

  .recruit .link_box {
    display: block;
  }
  .recruit .link_box .btn_box {
    width: 100%;
  }
  .recruit .link_box .btn_box.btn_go_login {
    margin-bottom: 20px;
  }
}
