﻿@charset "utf-8";

/* reset */
html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, dt, dd {
  font-weight: normal;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul, li {
  list-style: none;
}
form label {
  cursor: pointer;
}
form button {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  outline: 0;
}

/* common */
* {
  box-sizing: border-box;
}
html {
  font-size: 15px;
  overflow-y: scroll;
}
body {
  color: #222222;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
a {
  text-decoration: none;
}
.font1 {
  font-family: 'Roboto Condensed', sans-serif;
}
.hover {
  transition: 0.3s;
}

/* content */
.content .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.hdg_h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
}
.hdg_h3:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
}
.lead {
  margin: 30px 0 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.brackets_box {
  background: #fff;
  padding: 30px 50px 60px;
  position: relative;
}
.brackets_box + .brackets_box {
  margin-top: 40px;
}
.brackets_box .hdg {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 21px 0;
  position: relative;
}
.brackets_box .hdg:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 8px;
}
.brackets_box .hdg span {
  font-size: 20px;
  letter-spacing: -1px;
}
.brackets_box .div {
  position: absolute;
  width: 17px;
  height: 17px;
}
.brackets_box .top_left {
  top: 0;
  left: 0;
}
.brackets_box .top_right {
  top: 0;
  right: 0;
}
.brackets_box .bottom_left {
  bottom: 0;
  left: 0;
}
.brackets_box .bottom_right {
  bottom: 0;
  right: 0;
}

/* mv */
.mv {
  position: relative;
}
.mv .img img {
  width: 100%;
}

/* fixed_pc */
.fixed_pc {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.fixed_pc a {
  display: block;
}
.fixed_pc .btn2   {
  margin: 16px 0;
}
.fixed_pc .mynavi img {
  width: 140px;
}

/* link */
.link {
  background: #ffe924;
  padding: 40px 0;
}
.link ul {
  display: flex;
  justify-content: center;
}
.link ul li {
  width: 32%;
}
.link ul li:nth-child(2) {
  margin: 0 2%;
}
.link ul li a {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 31px;
  color: #ffe924;
  font-weight: bold;
  background: #000748;
  padding: 15px 0;
  position: relative;
  letter-spacing: -0.05em;
}
.link ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background: url("../images/link_arrow.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 10px;
}

/* about */
.about {
  background: url("../images/bg_grid.png") repeat;
  margin: 20px 0;
  padding: 50px 0 80px;
}
.about .hdg_h3 {
  color: #0657ba; 
}
.about .brackets_box .hdg {
  background: #0657ba;
}
.about .brackets_box .hdg:after {
  background: url("../images/hdg_brackets_bg.png") no-repeat;
}
.brackets_box .hdg:after {
  background: url("../images/hdg_brackets_bg.png") no-repeat;
}
.about .brackets_box .top_left {
  border-top: 2px solid #0657ba;
  border-left: 2px solid #0657ba;
}
.about .brackets_box .top_right {
  border-top: 2px solid #0657ba;
  border-right: 2px solid #0657ba;
}
.about .brackets_box .bottom_left {
  border-bottom: 2px solid #0657ba;
  border-left: 2px solid #0657ba;
}
.about .brackets_box .bottom_right {
  border-bottom: 2px solid #0657ba;
  border-right: 2px solid #0657ba;
}
.about .brackets_box .txt1 {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 0;
}

/* business */
.business2 {
  background: url("..//images/bg_grid.png") repeat;
  margin-bottom: 65px;
  padding: 70px 0 80px;  
}
.business2 .hdg_h3 {
  color: #d63335;
}
.business2 .hdg_h3:after {
  background: #d63335;
}
.business2 h3 {
  color: #d63335;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0 10px;
}
.business2 h3 + p {
  font-size: 18px;
  line-height: 1.6;
  margin: 25px 0 45px;
  padding: 0 10px;
}
.business2 .brackets_box .top_left {
  border-top: 2px solid #d63335;
  border-left: 2px solid #d63335;
}
.business2 .brackets_box .top_right {
  border-top: 2px solid #d63335;
  border-right: 2px solid #d63335;
}
.business2 .brackets_box .bottom_left {
  border-bottom: 2px solid #d63335;
  border-left: 2px solid #d63335;
}
.business2 .brackets_box .bottom_right {
  border-bottom: 2px solid #d63335;
  border-right: 2px solid #d63335;
}
.business2 .brackets_box .hdg {
  background: #d63335;
}
.business2 .brackets_box .hdg:after {
  background: url("../images/hdg_brackets_bg2.png") no-repeat;
}
.business2 .brackets_box .txt1 {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0;
}
.business2 .brackets_box .img1 {
  text-align: center;
}
.business2 .brackets_box + .hdg_h3 {
  margin-top: 75px;
}
.business2 .training_figure .arrow {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: bold;
}
.business2 .training_figure .arrow .before {
  background: url("../images/bg_before.png") no-repeat;
  background-size: 100% 100%;
  width: 38.9%;
  padding: 8px;
}
.business2 .training_figure .arrow .after {
  background: url("../images/bg_after.png") no-repeat;
  background-size: 100% 100%;
  width: 59.3%;
  padding: 8px;
}
.business2 .training_figure .box_wrap {
  display: flex;
  justify-content: space-between;
}
.business2 .training_figure .box_wrap .before_wrap {
  width: 38.9%;
  display: flex;
  justify-content: space-between;
}
.business2 .training_figure .box_wrap .before_wrap .training_box {
  border: 2px solid #d1777e;
  width: 47.6%;
}
.business2 .training_figure .box_wrap .before_wrap .training_box h4 {
  background: #636363;
}
.business2 .training_figure .box_wrap .before_wrap .training_box .hdg2 {
  background: #d1777e;
}
.business2 .training_figure .box_wrap .after_wrap {
  width: 59.3%;
  display: flex;
  justify-content: space-between;  
}
.business2 .training_figure .box_wrap .after_wrap .training_box {
  border: 2px solid #d63335;
  width: 31.2%;
}
.business2 .training_figure .box_wrap .training_box .hdg2 {
  color: #ffffff;
  font-size: 15px;
  background: #d63335;
  text-align: center;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.business2 .training_figure .box_wrap .training_box dl {
  padding: 15px 15px;
}
.business2 .training_figure .box_wrap .training_box dl dt {
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.business2 .training_figure .box_wrap .training_box dl dt:first-child {
  margin-top: 0;
}
.business2 .training_figure .box_wrap .training_box dl dd {
  font-size: 13px;
  color: #646464;
  line-height: 1.6;
}

/* recruit */
.recruit .hdg_h3 {
  color: #262c85;
}
.recruit .hdg_h3:after {
  background: #262c85;
}
.recruit .entry_point .inner table {
  width: 100%;
  margin: 0 auto 80px;
  border-top: 1px solid #cccccc;
}
.recruit .entry_point .inner table th {
  width: 170px;
  padding: 25px 0 25px 10px;
  vertical-align: top;
  text-align: left;
  color: #262c85;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.recruit .entry_point .inner table td {
  padding: 25px 0;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
}
.recruit .form {
  overflow-y: hidden;
}
.recruit .form iframe {
  width: 100%;
  height: 1300px;
  border: none;
}
.recruit .txt2 {
  text-align: center;
  font-size: 31px;
  margin-bottom: 10px;
}
.recruit .bnr {
  margin-bottom: 100px;
  text-align: center;
}

/* footer */
footer {
  background: #222222;
	color: #ffffff;
}
footer .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 17px 20px;
}
footer .inner small {
	text-align: center;
	display: block;
	font-size: 14px;
}

@media (min-width: 981px) {
  .sp {
    display: none !important;
  }
  .hover:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 980px) {
  body {
    padding-bottom: 60px;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
  }

  /* content */
  .content .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .hdg_h3 {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .hdg_h3:after {
    bottom: -7px;
    width: 15px;
    height: 1px;
  }
  .lead + .hdg_h3 {
    margin-top: 30px;
  }
  .sub_link {
    height: 60px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: center;
  }
  .lead {
    margin: 15px 0 25px;
    font-size: 16px;
  }
  .brackets_box {
    padding: 30px 15px;
  }
  .brackets_box + .brackets_box {
    margin-top: 30px;
  }
  .brackets_box .hdg {
    font-size: 17px;
    line-height: 1.3;
    padding: 13px 0;
  }
  .brackets_box .hdg:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 6px;
  }
  .brackets_box .hdg span {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .brackets_box .div {
    width: 19px;
    height: 19px;
  }
  
  /* fixed_sp */
  .fixed_sp {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
  }
  .fixed_sp .inner {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .fixed_sp .inner .btn {
    width: 50%;
    height: 100%;
    background: #fff;
  }
  .fixed_sp .inner .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #222222;
    font-size: 13px;
    position: relative;
    border-top: 1px solid #cccccc;
  }
  .fixed_sp .inner .btn:first-child a {
    background: url("../images/fixed_icon1.png") no-repeat left 7px center;
    background-size: 24px;
    padding: 10px 0 10px 18px;
  }
  .fixed_sp .inner .btn:first-child a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url("../images/fixed_arrow1.svg") no-repeat;
    background-size: 100%;
  }
  .fixed_sp .inner .btn:last-child a {
    background: url("../images/fixed_icon2.png") no-repeat left 7px center;
    background-size: 24px;
    padding: 10px 0 10px 5px;
  }
  .fixed_sp .inner .btn:last-child a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url("../images/fixed_arrow2.svg") no-repeat;
    background-size: 100%;
  }
  .fixed_sp .inner .btn + .btn {
    background: #222222;
  }
  .fixed_sp .inner .btn + .btn a {
    color: #fff;
  }
  
  /* mv */
  .mv {
    position: relative;
  }
  .mv .mynavi {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
  }

  /* link */
  .link {
    padding: 20px 0;
  }
  .link ul {
    display: block;
  }
  .link ul li {
    width: 100%;
  }
  .link ul li:nth-child(2) {
    margin: 13px 0;
  }
  .link ul li a {
    font-size: 19px;
    padding: 9px 0;
    letter-spacing: 0;
  }
  .link ul li a::after {
    right: 10px;
    background: url("../images/link_arrow.svg") no-repeat;
    background-size: 100%;
    width: 9px;
    height: 6px;
  }
  
  /* about */
  .about {
    background: none;
    margin: 0;
    padding: 45px 0 60px;
  }
  .about .brackets_box .hdg {
    background: #0657ba;
  }
  .about .brackets_box .hdg:after {
    background: url("../images/hdg_brackets_bg_sp.png") no-repeat;
    background-size: 20px 6px;
  }
  .about .brackets_box .top_left {
    border-top: 1px solid #0657ba;
    border-left: 1px solid #0657ba;
  }
  .about .brackets_box .top_right {
    border-top: 1px solid #0657ba;
    border-right: 1px solid #0657ba;
  }
  .about .brackets_box .bottom_left {
    border-bottom: 1px solid #0657ba;
    border-left: 1px solid #0657ba;
  }
  .about .brackets_box .bottom_right {
    border-bottom: 1px solid #0657ba;
    border-right: 1px solid #0657ba;
  }
  .about .brackets_box .txt1 {
    font-size: 16px;
    margin: 30px 0 0;
    text-align: left;
  }
  
  /* business */
  .business2 {
    background: none;
    margin-bottom: 0;
    padding: 0 0 60px;  
  }
  .business2 h3 {
    font-size: 24px;
  }
  .business2 h3 + p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .business2 .brackets_box .top_left {
    border-top: 1px solid #d63335;
    border-left: 1px solid #d63335;
  }
  .business2 .brackets_box .top_right {
    border-top: 1px solid #d63335;
    border-right: 1px solid #d63335;
  }
  .business2 .brackets_box .bottom_left {
    border-bottom: 1px solid #d63335;
    border-left: 1px solid #d63335;
  }
  .business2 .brackets_box .bottom_right {
    border-bottom: 1px solid #d63335;
    border-right: 1px solid #d63335;
  }
  .business2 .brackets_box .hdg:after {
    background: url("../images/hdg_brackets_bg2_sp.png") no-repeat;
    background-size: 20px 6px;
  }
  .business2 .brackets_box .txt1 {
    font-size: 16px;
    margin: 30px 0;
    text-align: left;
  }
  .business2 .brackets_box + .hdg_h3 {
    margin-top: 60px;
  }
  .business2 .training_figure {
    display: flex;
  }
  .business2 .training_figure .box_wrap {
    display: block;
    width: 100%;
  }
  .business2 .training_figure .box_wrap .before_wrap {
    width: 100%;
    display: block;
    margin-bottom: 24px;
    position: relative;
    padding-left: 50px;
  }
  .business2 .training_figure .box_wrap .before_wrap .training_box {
    width: 100%;
  }
  .business2 .training_figure .box_wrap .after_wrap {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 50px;
  }
  .business2 .training_figure .box_wrap .after_wrap .training_box {
    width: 100%;
  } 
  .business2 .training_figure .arrow {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
  }
  .business2 .training_figure .arrow p {
    height: 100%;
  }
  .business2 .training_figure .arrow .before {
    background: url("../images/bg_before_sp.png") no-repeat bottom #dd999e;
    background-size: 100% auto;
    width: 100%;
    padding: 6px;
  }
  .business2 .training_figure .arrow .after {
    background: url("../images/bg_after_sp.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 6px;
  }
  .business2 .training_figure .box_wrap .training_box .hdg2 {
    font-size: 16px;
    height: auto;
    padding: 15px 5px;
  }
  .business2 .training_figure .box_wrap .training_box dl {
    padding: 20px;
  }
  .business2 .training_figure .box_wrap .training_box dl dt {
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: 0px;
    font-size: 15px;
  }
  .business2 .training_figure .box_wrap .training_box dl dd {
    font-size: 14px;
  }
  
  /* recruit */
  .recruit .entry_point .inner table {
    width: 100%;
    margin: 20px auto 0;
  }
  .recruit .entry_point .inner table th {
    width: 105px;
    padding: 20px 0;
    font-size: 16px;
  }
  .recruit .entry_point .inner table td {
    padding: 20px 0;
    font-size: 16px;
  }
  .recruit .inner.inner2 {
    padding: 0;
  }
  .recruit .txt2 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .recruit .bnr {
    width: 184px;
    margin: 0 auto 65px;
  }

  /* footer */
  footer .inner small {
    font-size: 12px;
  }

  
}
