
@import url("//fonts.googleapis.com/css?family=Roboto:400,900");

@charset "UTF-8";
/*----------------------------------
Reset Style
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: " ";
}

abbr, acronym {
  border: 0;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #000080;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #ff8000;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #251b1e;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

.subtext {
    margin-top: 5px;
    margin-left: 31px;
    margin-bottom: 5px;
    margin-right: 31px;
}


/*----------------------------------
Base Style
----------------------------------*/
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  position: static;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック" ,"游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #333;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

body.is-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 20200825追加 PC版 */
@media only screen and (max-width: 1024px) {
  body {
    min-width: 639px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}
/* 20200825追加 タブレット版 */
@media only screen and (max-width: 896px) {
  body {
    min-width: 639px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}
/* 20200825変更 min-width 320px→640px */
@media only screen and (max-width: 640px) {
  body {
    min-width: 479px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}
/* 20200825追加 SP版 */
@media only screen and (max-width: 480px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}

/* Tel Style */
a[href^="tel:"] {
  color: #b0b0b0;
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:hover img {
  opacity: 1;
}

a {
  text-decoration: none;
}

a img {
  transition: all .4s;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .6;
}

/*----------------------------------
Content Style
----------------------------------*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

.js-scll {
  overflow: hidden;
}

/*--wrap--*/
/* 20200825追加 .l-wrapper */
.l-wrapper {
  width: 1140px;
  height: auto;
  margin: 0 auto;
}

.l-wrap {
  position: relative;
  width: 950px;
  height: auto;
  margin: 0 auto;
}

/* 20200825追加 PC版 */
@media only screen and (max-width: 1024px) {
  .l-wrap {
    width: 1024px;
    height: auto;
    padding: 0 12px;
  }
  .l-wrapper {
    width: auto;
    margin: 0 auto;
    height: auto;

  }
}
/* 20200825追加タブレット版 */
@media only screen and (max-width: 896px) {
  .l-wrap {
    width: 896px;
    height: auto;
    padding: 0 12px;
  }
  .l-wrapper {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}
/* 20200825追加 width変更, l-wrapper追加 */
@media only screen and (max-width: 736px) {
  .l-wrap {
    width: 736px;
    height: auto;
    padding: 0 12px;
  }
  .l-wrapper {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}
/* 20200825追加 SP版 */
@media only screen and (max-width: 480px) {
  .l-wrap {
    width: 480px;
    height: auto;
    padding: 0 12px;
  }
  .l-wrapper {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}

.l-wrap_gray {
  position: relative;
  padding: 70px 0 83px;
  background: #ececec;
}

.l-wrap_gray--job {
  overflow: hidden;
}

.l-wrap_gray--job:before {
  content: " ";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-694px);
  width: 965px;
  height: 261px;
  background: url(../img/bg-text.png) no-repeat;
}

@media only screen and (max-width: 736px) {
  .l-wrap_gray {
    padding: 40px 0;
  }
  .l-wrap_gray--job:before {
    bottom: 0;
    left: 15px;
    transform: translateX(0);
    width: calc(100% - 30px);
    height: 0;
    padding-top: 27.0466%;
    background-size: 100% auto;
  }
}

/*--title--*/
.c-secTtl {
  text-align: center;
  margin-bottom: 40px;
}

.c-secTtl span {
  display: block;
  color: #0066b4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

/*

@media only screen and (min-width: 737px) {
  .c-secTtl--br {
    display: none;
  }
}
*/

/*--20180718 PC時非表示を修正--*/
@media only screen and (min-width: 737px) {
  .c-secTtl--br br {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .c-secTtl {
    margin-bottom: 30px;
  }
  .c-secTtl span {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.c-secTtl02 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #0066b4;
  line-height: 1.5;
  margin-bottom: 35px;
}

.c-secTtl02--l {
  font-size: 3.2rem;
}

@media only screen and (max-width: 736px) {
  .c-secTtl02 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .c-secTtl02--l {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

/*--header--*/
.l-mynavi_header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  border-bottom: 1px solid #0074b3;
  padding: 10px 0;
}


/* 20200825変更 height45px→auto */
@media only screen and (max-width: 736px) {
  .l-mynavi_header {
    height: auto;
  }
  .l-mynavi_header img {
    width: 123px;
  }
}

.l-header {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 736px) {
  .l-header {
    padding: 13px 0;
  }
  .l-header p:first-child img {
    max-width: 128px;
  }
}

.l-mv {
  position: relative;
  background-position: 50% 50%;
  background-image: url(../img/mv.jpg);
  height: 270px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.l-mv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  width: 100%;
  font-weight: bold;
}

.l-mv_txt small {
  display: block;
  font-weight: bold;
  font-size: 2.8rem;
}

@media only screen and (min-width: 737px) {
  .l-mv_txt br {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .l-mv {
    height: 295px;
    background-image: url(../img/mv_sp.jpg);
    background-size: cover;
  }
  .l-mv_txt {
    font-size: 3.5rem;
    line-height: 1.4;
  }
  .l-mv_txt small {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

/*--localNav--*/
.l-localNav {
  background: #0066b4;
  line-height: 1;
  padding: 17px 0;
}

.l-localNav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.l-localNav ul li {
  padding: 0 17px;
  border-right: 2px solid #88b8dc;
  letter-spacing: .05em;
}

.l-localNav ul li:last-child {
  border-right: none;
}

.l-localNav ul li a {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .l-localNav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 45px);
    z-index: 1;
    background: rgba(51, 147, 232, 0.95);
    opacity: 0;
    transition: opacity .2s;
  }
  .l-localNav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .l-localNav ul li {
    margin-top: 30px;
    border: none;
  }
  .l-localNav ul li:first-child {
    margin-top: 0;
  }
  .l-localNav.active {
    top: 45px;
    opacity: 1;
  }
}

/*--about--*/
.l-about {
  padding: 80px 0 0;
}

.l-about_txt {
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .l-about {
    padding-top: 40px;
  }
  .l-about_txt {
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.2rem;
  }
  .l-about .c-secTtl img {
    max-width: 133px;
  }
}

.l-about_figures {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
}

.l-about_figures_item {
  position: relative;
}

.l-about_figures_item_label {
  position: absolute;
  width: 106px;
  top: -54px;
  right: -54px;
}

.l-about_figures_item01 {
  width: 428px;
  -ms-flex-order: 2;
      order: 2;
  border: 1px solid #ECECEC;
  text-align: center;
  padding: 6px;
  margin-right: 54px;
}

.l-about_figures_item02 {
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}

.l-about_figures_item02_inr {
  display: inline-block;
  position: relative;
}

.l-about_figures_item02_inr:before {
  content: " ";
  position: absolute;
  top: -60px;
  left: -80px;
  background-size: cover;
  background-image: url(../img/bg-line-big.png);
  width: 113px;
  height: 214px;
}

.l-about_figures_item02 p {
  font-size: 1.2rem;
  margin-top: 15px;
}

@media only screen and (max-width: 736px) {
  .l-about_figures {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 35px;
  }
  .l-about_figures_item_label {
    width: 68px;
    top: -34px;
    right: -34px;
  }
  .l-about_figures_item01 {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
    padding: 4px;
  }
  .l-about_figures_item02 {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    max-width: 216px;
    margin: 40px auto 0;
  }
  .l-about_figures_item02_inr:before {
    top: 0;
    left: -64px;
    width: 74px;
    height: 137px;
  }
  .l-about_figures_item02 p {
    font-size: 1.0rem;
  }
}

.l-about_def {
  border: 1px solid #3393e8;
  padding: 28px 40px 35px;
  margin-bottom: 50px;
}

.l-about_def dt {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #3393e8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.l-about_def dd {
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media only screen and (min-width: 737px) {
  .l-about_def dt br {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .l-about_def {
    padding: 25px 15px;
  }
  .l-about_def dt {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .l-about_def dd {
    font-size: 1.2rem;
  }
}

.l-about_memory {
  position: relative;
}

.l-about_memory:before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: 101px;
  height: 108px;
  background-size: cover;
  background-image: url(../img/bg-line.png);
}

.l-about_memory:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -100px;
  background-size: cover;
  background-image: url(../img/bg-line-big.png);
  width: 113px;
  height: 214px;
}

@media only screen and (max-width: 736px) {
  .l-about_memory:before {
    width: 50px;
    height: 78px;
    top: 5px;
    left: 50%;
    transform: translateX(-170px);
    z-index: -1;
  }
  .l-about_memory:after {
    width: 56px;
    height: 104px;
    right: 50%;
    bottom: -30px;
    transform: translateX(170px);
    z-index: -1;
  }
}

.l-about_memory_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.l-about_memory_list_item {
  border: 1px solid #3393e8;
  width: 194px;
  height: 194px;
  margin: 0 15px;
  border-radius: 50%;
  padding: 3px;
}

.l-about_memory_list_item_inr {
  width: 187px;
  height: 187px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(-38.47deg, #3393e8 0%, #4caae1 23.17%, #61bddb 49.45%, #6ec9d7 75.2%, #72cdd6 99.57%);
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 50%;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 736px) {
  .l-about_memory_list_item {
    width: 104px;
    height: 104px;
    margin: 0 0 0 10px;
    padding: 1px;
  }
  .l-about_memory_list_item:first-child {
    margin-left: 0;
  }
  .l-about_memory_list_item_inr {
    width: 100px;
    height: 100px;
    font-size: 1rem;
  }
}

.l-flow {
  margin-top: 55px;
}

.l-flow_wrap {
  position: relative;
}

.l-flow_wrap:before, .l-flow_wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}

.l-flow_wrap:before {
  left: 0;
  background: #90c7f5;
}

.l-flow_wrap:after {
  right: 0;
  background: #3393e8;
}

.l-flow_wrap ul {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.l-flow_wrap li {
  position: relative;
  width: 237px;
  height: 244px;
  padding: 32px 0 0 16px;
}

.l-flow_wrap li:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 122px 0 122px 15px;
}

.l-flow_wrap li dt {
  padding-top: 77px;
  font-size: 1.8rem;
  background-repeat: no-repeat;
}

.l-flow_wrap li dd {
  margin-top: 15px;
  font-size: 1.4rem;
}

.l-flow_wrap li small {
  display: block;
  font-size: 1.2rem;
}

.l-flow_wrap li:nth-child(1) {
  padding-left: 0;
  background: #90c7f5;
}

.l-flow_wrap li:nth-child(1):before {
  border-left-color: #90c7f5;
}

.l-flow_wrap li:nth-child(1) dt {
  background-image: url(../img/icon-flow.png);
  background-position: 50% 0;
  background-size: 56px auto;
}

.l-flow_wrap li:nth-child(2) {
  background: #77b7f1;
}

.l-flow_wrap li:nth-child(2):before {
  border-left-color: #77b7f1;
}

.l-flow_wrap li:nth-child(2) dt {
  background-image: url(../img/icon-flow02.png);
  background-position: 50% 4px;
  background-size: 90px auto;
}

.l-flow_wrap li:nth-child(3) {
  background: #51a3ec;
}

.l-flow_wrap li:nth-child(3):before {
  border-left-color: #51a3ec;
}

.l-flow_wrap li:nth-child(3) dt {
  background-image: url(../img/icon-flow03.png);
  background-position: 50% 3px;
  background-size: 80px auto;
}

.l-flow_wrap li:nth-child(4) {
  background: #3393e8;
}

.l-flow_wrap li:nth-child(4):before {
  display: none;
}

.l-flow_wrap li:nth-child(4) dt {
  background-image: url(../img/icon-flow04.png);
  background-position: 50% 2px;
  background-size: 69px auto;
}

@media only screen and (max-width: 736px) {
  .l-flow {
    margin: 40px 0 0;
  }
  .l-flow .l-wrap {
    padding: 0;
  }
  .l-flow_wrap ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .l-flow_wrap li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: auto;
    padding: 65px 15px 15px;
  }
  .l-flow_wrap li:first-child {
    padding: 40px 15px 30px;
  }
  .l-flow_wrap li:last-child {
    padding-bottom: 40px;
  }
  .l-flow_wrap li:before {
    top: inherit;
    bottom: -25px;
    right: 0;
    border: none;
    width: 100%;
    height: 25px;
  }
  .l-flow_wrap li dl {
    width: 290px;
    padding-left: 127px;
    text-align: left;
  }
  .l-flow_wrap li dt {
    padding: 0;
  }
  .l-flow_wrap li dd {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .l-flow_wrap li small {
    font-size: 1rem;
  }
  .l-flow_wrap li:nth-child(1):before {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #90c7f5 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #90c7f5 50.5%) no-repeat top right/50% 100%;
  }
  .l-flow_wrap li:nth-child(1) dl {
    background: url(../img/icon-flow.png) 10px 50% no-repeat;
    background-size: 68px auto;
  }
  .l-flow_wrap li:nth-child(1) dt {
    background: none;
  }
  .l-flow_wrap li:nth-child(2):before {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #77b7f1 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #77b7f1 50.5%) no-repeat top right/50% 100%;
  }
  .l-flow_wrap li:nth-child(2) dl {
    background: url(../img/icon-flow02.png) 0 50% no-repeat;
    background-size: 88px auto;
  }
  .l-flow_wrap li:nth-child(2) dt {
    background: none;
  }
  .l-flow_wrap li:nth-child(3):before {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #51a3ec 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #51a3ec 50.5%) no-repeat top right/50% 100%;
  }
  .l-flow_wrap li:nth-child(3) dl {
    background: url(../img/icon-flow03.png) 6px 50% no-repeat;
    background-size: 80px auto;
  }
  .l-flow_wrap li:nth-child(3) dt {
    background: none;
  }
  .l-flow_wrap li:nth-child(4) {
    background: #3393e8;
  }
  .l-flow_wrap li:nth-child(4):before {
    display: none;
  }
  .l-flow_wrap li:nth-child(4) dl {
    background: url(../img/icon-flow04.png) 6px 50% no-repeat;
    background-size: 78px auto;
  }
  .l-flow_wrap li:nth-child(4) dt {
    background: none;
  }
}

.l-app {
  padding: 40px 0;
  text-align: center;
  background: #ececec;
}

@media only screen and (max-width: 736px) {
  .l-app {
    padding: 30px 0;
  }
}

.l-description_mv {
  background: #040009 url(../img/bg-job.jpg) 50% 0 no-repeat;
}

.l-description_mv .l-wrap {
  height: 573px;
}

.l-description_lead {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 440px;
  padding: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.l-description_lead_text {
  height: 383px;
  padding-top: 44px;
  border: 1px solid #3393e8;
}

.l-description_lead_text dl {
  margin-top: 10px;
}

.l-description_lead_text dt {
  margin-bottom: 20px;
  color: #0066b4;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .l-description_mv {
    background-image: url(../img/bg-job_sp.jpg);
    background-size: cover;
  }
  .l-description_mv .l-wrap {
    height: 398px;
  }
  .l-description_lead {
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: auto;
    padding: 8px;
  }
  .l-description_lead_text {
    height: auto;
    padding: 30px 0;
  }
  .l-description_lead_text h2 img {
    max-width: 242px;
  }
  .l-description_lead_text dl {
    margin-top: 5px;
  }
  .l-description_lead_text dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .l-description_lead_text dd {
    font-size: 1.3rem;
  }
}

.l-example_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 40px;
  font-size: 1.4rem;
  background: #fff;
}

.l-example_list ul {
  width: 408px;
  font-feature-settings : "palt";

}

.l-example_list li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid #ececec;
}

.l-example_list li:first-child {
  border-top: none;
}

.l-example_list li:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background: #3393e8;
  border-radius: 50%;
}

@media only screen and (max-width: 736px) {
  .l-example_list {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .l-example_list ul {
    width: 100%;
  }
  .l-example_list ul:first-child {
    border-bottom: 1px solid #ececec;
  }
  .l-example_list li br {
    display: none;
  }
  .l-example_list li:before {
    top: 16px;
    width: 6px;
    height: 6px;
  }
}

.l-training {
  margin-top: 70px;
}

.l-training_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  background: rgba(51, 147, 232, 0.65);
}

.l-training_overview {
  margin-right: 19px;
  padding-right: 19px;
  border-right: 1px solid #fff;
}

.l-training_overview h4 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.l-training_overview_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  font-size: 1.4rem;
  background: #fff;
}

.l-training_overview_list p {
  font-feature-settings: "palt";
}

.l-training_overview_list ul {
  margin-left: 24px;
  padding: 3px 0 3px 24px;
  border-left: 1px solid #adadad;
}

.l-training_overview_list li:before {
  content: "・";
}

.l-training_text {
  -ms-flex: 1;
      flex: 1;
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 736px) {
  .l-training {
    margin-top: 35px;
  }
  .l-training_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 25px 15px;
  }
  .l-training_overview {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .l-training_overview h4 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .l-training_overview_list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding: 20px;
    font-size: 1.2rem;
  }
  .l-training_overview_list ul {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-left: none;
    border-top: 1px solid #adadad;
  }
  .l-training_text {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.l-benefit {
  padding: 80px 0;
}

.l-benefit_list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.l-benefit_list li {
  width: 460px;
  margin: 30px 0 0 30px;
  padding: 38px 30px 35px;
  border: 1px solid #c6c6c6;
}

.l-benefit_list li:nth-child(1) dt {
  background-image: url(../img/icon-benefits.png);
  background-position: 50% 0;
  background-size: 75px auto;
}

.l-benefit_list li:nth-child(2) dt {
  background-image: url(../img/icon-benefits02.png);
  background-position: 50% 1px;
  background-size: 64px auto;
}

.l-benefit_list li:nth-child(3) dt {
  background-image: url(../img/icon-benefits03.png);
  background-position: 50% 2px;
  background-size: 74px auto;
}

.l-benefit_list li:nth-child(4) dt {
  background-image: url(../img/icon-benefits04.png);
  background-position: 50% 2px;
  background-size: 65px auto;
}

.l-benefit_list dt {
  margin-bottom: 15px;
  padding-top: 90px;
  text-align: center;
  color: #0066b4;
  font-size: 2.2rem;
  font-weight: bold;
  background-repeat: no-repeat;
}

.l-benefit_list dd {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
}

@media only screen and (max-width: 736px) {
  .l-benefit {
    padding: 40px 0;
  }
  .l-benefit .c-secTtl img {
    max-width: 175px;
  }
  .l-benefit_list ul {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
  .l-benefit_list li {
    width: 100%;
    margin: 15px 0 0;
    padding: 30px 20px 20px;
  }
  .l-benefit_list li:first-child {
    margin-top: 0;
  }
  .l-benefit_list li:nth-child(1) dt {
    background-size: 56px auto;
  }
  .l-benefit_list li:nth-child(2) dt {
    background-size: 49px auto;
  }
  .l-benefit_list li:nth-child(3) dt {
    background-size: 55px auto;
  }
  .l-benefit_list li:nth-child(4) dt {
    background-size: 49px auto;
  }
  .l-benefit_list dt {
    padding-top: 70px;
    font-size: 1.6rem;
  }
  .l-benefit_list dd {
    font-size: 1.2rem;
  }
}

.l-area_txt {
  text-align: center;
}

.l-area_list {
  margin-top: 45px;
}

.l-area_detail {
  margin-top: 40px;
}

.l-area_detail:first-child {
  margin-top: 0;
}

.l-area_detail_txt {
  padding: 25px 30px;
  background: #fff;
}

.l-area_detail_txt p {
  margin-top: 15px;
  font-size: 1.4rem;
}

.l-area_detail_txt p:first-child {
  margin-top: 0;
}

.l-area_detail_txt small {
  font-size: 1.2rem;
}

/* 20200825追加 .l-area_br*/
.l-area_br {
  display: none;
}

@media only screen and (max-width: 736px) {
  .l-area .c-secTtl img {
    max-width: 272px;
  }
  .l-area_txt {
    font-size: 1.2rem;
  }
  .l-area_txt span {
    display: block;
  }
  .l-area_list {
    margin-top: 30px;
  }
  .l-area_detail {
    margin-top: 15px;
  }
  .l-area_detail img {
    width: 100%;
  }
  .l-area_detail_txt {
    padding: 15px 20px;
  }
  .l-area_detail_txt p {
    font-size: 1.2rem;
  }
  .l-area_detail_txt small {
    font-size: 1rem;
  }
}
/* 20200825追加 SP版 */
@media only screen and (max-width: 430px) {
  .l-area_br {
    display: block;
  }
}
.l-faq {
  padding: 80px 0;
}

.l-faq_list dl {
  margin-top: 46px;
  counter-increment: num;
}

.l-faq_list dl:first-child {
  margin-top: 0;
}

.l-faq_list dt {
  position: relative;
  margin-bottom: 25px;
  padding: 14px 0 14px 80px;
  color: #3393e8;
  font-size: 2.0rem;
  font-weight: bold;
  background: #ececec;
}

.l-faq_list dt:before {
  content: "Q" counter(num);
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  padding-top: 15px;
  box-sizing: border-box;
  background: #3393e8;
}

.l-faq_list dd {
  font-size: 1.4rem;
}

.l-faq_list dd p {
  margin-top: 10px;
}

.l-faq_list dd p:first-child {
  margin-top: 0;
}

.l-faq_list dd small {
  font-size: 1.2rem;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 737px) {
  .l-faq br {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .l-faq {
    padding: 40px 0;
  }
  .l-faq .c-secTtl img {
    max-width: 70px;
  }
  .l-faq_list dl {
    margin-top: 25px;
  }
  .l-faq_list dl:last-child dt:before {
    padding-top: 18px;
  }
  .l-faq_list dt {
    margin-bottom: 15px;
    padding: 7px 15px 7px 48px;
    font-size: 1.3rem;
  }
  .l-faq_list dt:before {
    width: 35px;
    padding-top: 8px;
    font-size: 1.7rem;
  }
  .l-faq_list dd {
    font-size: 1rem;
  }
  .l-faq_list dd small {
    font-size: 1rem;
  }
}

.l-ftr_nav {
  padding: 8px 0;
  border-bottom: 1px solid #dddfdd;
}

.l-ftr_nav ul {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.l-ftr_nav li:after {
  content: " > ";
  margin: 0 .25em;
}

.l-ftr_nav li:last-child:after {
  display: none;
}

.l-ftr_nav li a {
  position: relative;
  color: #00aaec;
  text-decoration: underline;
}

.l-ftr_nav li a:hover {
  text-decoration: none;
}

.l-ftr_nav li span {
  color: #00bef3;
}

.l-ftr_copyright {
  padding: 4em 0;
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 736px) {
  .l-ftr_nav {
    padding: 13px 0;
  }
  .l-ftr_nav ul {
    font-size: 1rem;
  }
  .l-ftr_copyright {
    padding: 25px 0;
    font-size: 1rem;
  }
}

/*----------------------------------
Button Style
----------------------------------*/
.c-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-btn a {
  display: block;
}

.c-btn--app {
  max-width: 300px;
}

.c-btn--app a {
  height: 60px;
  line-height: 60px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: #f54141;
}

.c-btn_menu {
  display: none;
}

@media only screen and (max-width: 736px) {
  .c-btn_menu {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 27px;
  }
}

.c-btn_close {
  display: none;
}

@media only screen and (max-width: 736px) {
  .c-btn--app {
    max-width: 200px;
  }
  .c-btn--app a {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  .c-btn_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
  }
}

/*----------------------------------
Dialog Style
----------------------------------*/
/*----------------------------------
Grid Style
----------------------------------*/
/*----------------------------------
Heading Style
----------------------------------*/
/*----------------------------------
Box Style
----------------------------------*/
/*----------------------------------
Table Style
----------------------------------*/
/*----------------------------------
Form Style
----------------------------------*/
/*----------------------------------
Media Style
----------------------------------*/
/*----------------------------------
Visual Style
----------------------------------*/
/*----------------------------------
Text Style
----------------------------------*/
.c-fnt_roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.commission-table {
    width: 1080px;
    margin-bottom: 0;
}

.commission-table > thead tr th {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #eeeeee;
}


.commission-table > thead tr th {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #eeeeee;
}

.commission-table > tbody > tr > th {
    width: 300px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #d9d9d9;
}

.commission-table > tbody > tr > td {
    padding: 10px;
    border: 1px solid #d9d9d9;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.commission-table > tbody > tr > td table > tbody > tr > th {
    width: 8em;
    padding: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* 20200825追加 PC版 */
@media only screen and (max-width: 1024px) {
  .commission-table-box {
      overflow-x: auto;
  }
  /* 20200825追加 タブレット版 */
@media only screen and (max-width: 896px) {
  .commission-table-box {
      overflow-x: auto;
  }
}
/* 20200825追加 SP版 */
@media only screen and (max-width: 480px) {
  .commission-table-box {
      overflow-x: auto;
  }
}
