@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #333; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #486B97;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    color: #946349;
    text-decoration: underline; }

h1 {
  margin: 0; }

h2 {
  background: #9fa0a0;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 0 0 25px;
      padding: 10px 0;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin: 0 0 20px;
      padding: 13px 0;
      font-size: 2.1rem; } }

h3 {
  background: #171c61;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h3 {
      margin: 0 0 25px;
      padding: 10px 0;
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) {
    h3 {
      margin: 0 0 30px;
      padding: 13px 0;
      font-size: 1.6rem; } }

h4 {
  margin: 0 0 15px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 1.15rem; } }

h2, h3, h4 {
  line-height: 1; }

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 10px 40px; } }
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    margin: 0 auto 60px; } }

.hero {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .hero {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      margin: 0 0 30px; } }
  .hero__btn {
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    justify-content: flex-end; }
    .hero__btn-item {
      width: 14.5%;
      margin-left: 8px; }

@media only screen and (max-width: 767px) {
  .home__item {
    margin: 0 0 35px; } }
@media only screen and (min-width: 768px) {
  .home__item {
    margin: 0 0 45px; } }
.home__item:last-child {
  margin: 0; }
.home__item-btn {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .home__item-btn {
      width: 85%;
      margin: 0 auto; } }
  .home__item-btn:hover {
    opacity: 0.8; }
.home .intro p {
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .home .intro p {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .home .intro p {
      font-size: 1.0rem; } }
.home .intro a {
  color: #e60012;
  text-decoration: none; }
  .home .intro a:hover {
    color: #e60012;
    text-decoration: underline; }
@media only screen and (max-width: 767px) {
  .home .flow {
    margin: 0 0 20px; } }
@media only screen and (min-width: 768px) {
  .home .flow {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px; } }
.home .flow__item {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .home .flow__item {
      width: 100%;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .home .flow__item {
      width: 31%;
      display: flex;
      flex-direction: column; } }
  .home .flow__item:nth-of-type(1)::before, .home .flow__item:nth-of-type(2)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .home .flow__item:nth-of-type(1)::before, .home .flow__item:nth-of-type(2)::before {
        border-width: 20px 20px 0 20px;
        border-color: #e60012 transparent transparent transparent;
        left: 50%;
        bottom: -25px;
        transform: translateX(-50%); } }
    @media only screen and (min-width: 768px) {
      .home .flow__item:nth-of-type(1)::before, .home .flow__item:nth-of-type(2)::before {
        border-width: 23px 0 23px 23px;
        border-color: transparent transparent transparent #e60012;
        right: -27px;
        top: 50%; } }
  .home .flow__item:last-child {
    margin: 0; }
  .home .flow__item-ttl {
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px; }
    @media only screen and (max-width: 767px) {
      .home .flow__item-ttl {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .home .flow__item-ttl {
        font-size: 1.4rem; } }
    .home .flow__item-ttl span {
      margin-right: 5px; }
      @media only screen and (min-width: 768px) {
        .home .flow__item-ttl span {
          font-size: 1.45rem; } }
  .home .flow__item-container {
    border: #333 solid 2px;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 15px 13px 15px; }
    @media only screen and (min-width: 768px) {
      .home .flow__item-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .home .flow__item-desc {
    margin: 0 0 15px; }
    .home .flow__item-desc ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .home .flow__item-desc ul li {
        position: relative;
        margin: 0 0 5px;
        padding: 0 0 0 21px;
        font-size: 1.0rem;
        line-height: 1.45; }
        .home .flow__item-desc ul li::before {
          content: "■";
          position: absolute;
          top: 0;
          left: 0; }
  .home .flow__item-text {
    margin: 15px 0 0; }
    .home .flow__item-text p {
      font-size: 0.9rem;
      line-height: 1.6;
      margin: 0 0 5px; }
      .home .flow__item-text p:last-child {
        margin: 0; }
  .home .flow__item-strong {
    font-weight: bold;
    color: #e60012;
    text-align: center;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .home .flow__item-strong {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .home .flow__item-strong {
        font-size: 1.4rem;
        line-height: 1.4; } }

@media only screen and (max-width: 767px) {
  .hajimete__item {
    margin: 0 0 10px; } }
@media only screen and (min-width: 768px) {
  .hajimete__item {
    margin: 0 0 20px; } }
.hajimete__item:last-child {
  margin: 0; }
.hajimete__item p {
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .hajimete__item p {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .hajimete__item p {
      font-size: 1.0rem; } }

.moushikomi h3 {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .moushikomi h3 {
      padding: 10px 13px; } }
  @media only screen and (min-width: 768px) {
    .moushikomi h3 {
      padding: 13px 15px; } }
.moushikomi ul {
  margin: 0 0 20px 20px;
  padding: 0; }
  .moushikomi ul li {
    margin: 0 0 5px; }
    .moushikomi ul li:last-child {
      margin: 0; }
.moushikomi .form textarea {
  border: 1px solid #ddd; }
.moushikomi .form .mini {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .moushikomi .form .mini {
      width: 40%; } }
  @media only screen and (min-width: 768px) {
    .moushikomi .form .mini {
      width: 15%; } }
.moushikomi .form .short {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .moushikomi .form .short {
      width: 70%; } }
  @media only screen and (min-width: 768px) {
    .moushikomi .form .short {
      width: 20%; } }
.moushikomi .form .long {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .moushikomi .form .long {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .moushikomi .form .long {
      width: 70%; } }
.moushikomi .form .max {
  width: 100%;
  box-sizing: border-box; }
.moushikomi .form input,
.moushikomi .form select,
.moushikomi .form textarea {
  font-size: 1rem; }
.moushikomi .form select, .moushikomi .form textarea {
  padding: 5px;
  box-sizing: border-box; }
.moushikomi .form input[type="email"],
.moushikomi .form input[type="text"] {
  border: 1px solid #bbb;
  padding: 5px;
  box-sizing: border-box; }
.moushikomi .form input[type="button"],
.moushikomi .form input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  background-color: #eee;
  margin: 20px 5px 0;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 1.0rem;
  cursor: pointer; }
  .moushikomi .form input[type="button"]:first-child,
  .moushikomi .form input[type="submit"]:first-child {
    background-color: #0a467f;
    color: #fff; }
  .moushikomi .form input[type="button"]:hover,
  .moushikomi .form input[type="submit"]:hover {
    opacity: 0.8; }
.moushikomi .form em {
  font-style: normal;
  color: #cc0000;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 0.85rem; }
.moushikomi .form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: show; }
.moushikomi .form tr {
  border-bottom: 1px solid #eee; }
  .moushikomi .form tr:first-child {
    border-top: 1px solid #eee; }
@media only screen and (max-width: 767px) {
  .moushikomi .form th, .moushikomi .form td {
    display: block; } }
@media only screen and (min-width: 768px) {
  .moushikomi .form th, .moushikomi .form td {
    vertical-align: middle;
    padding: 12px 0;
    box-sizing: border-box; } }
@media only screen and (max-width: 767px) {
  .moushikomi .form th {
    text-align: left;
    margin: 0 0 5px;
    padding: 15px 0 0; } }
@media only screen and (min-width: 768px) {
  .moushikomi .form th {
    width: 35%;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .moushikomi .form td {
    text-align: left;
    padding: 0 0 15px; } }
@media only screen and (min-width: 768px) {
  .moushikomi .form td {
    width: 65%;
    text-align: left; } }
.moushikomi .form .clip p {
  margin: 0 0 0 0; }
.moushikomi .form .clip input {
  display: block;
  margin: 0 0 5px 0; }
.moushikomi .form .submit {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 0 0 0; }

.faq h3 {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .faq h3 {
      padding: 10px 13px; } }
  @media only screen and (min-width: 768px) {
    .faq h3 {
      padding: 13px 15px; } }
@media only screen and (max-width: 767px) {
  .faq__item {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .faq__item {
    margin: 0 0 40px; } }
.faq__item:last-child {
  margin: 0; }
.faq__item p {
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .faq__item p {
      font-size: 0.95rem; } }
  @media only screen and (min-width: 768px) {
    .faq__item p {
      font-size: 1.0rem; } }
.faq__item ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .faq__item ul li {
    margin: 0 0 5px; }
    .faq__item ul li:last-child {
      margin: 0; }
    .faq__item ul li::before {
      content: "×";
      margin-right: 5px; }
.faq__item dl dt {
  margin: 0 0 5px;
  color: #6e8262;
  font-weight: bold; }
.faq__item dl dd {
  margin: 0 0 20px 18px; }

.interview {
  min-height: 500px; }
  .interview h3 {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .interview h3 {
        padding: 10px 13px; } }
    @media only screen and (min-width: 768px) {
      .interview h3 {
        padding: 13px 15px; } }
  .interview__item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .interview__item li {
      padding: 20px 10px;
      border-top: #ccc solid 1px; }
      .interview__item li:last-child {
        border-bottom: #ccc solid 1px; }

.complete {
  min-height: 300px; }
  .complete p {
    text-align: center;
    line-height: 1.8;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .complete p {
        font-size: 0.95rem; } }
    @media only screen and (min-width: 768px) {
      .complete p {
        font-size: 1.0rem; } }
  .complete__back {
    margin: 30px auto 0;
    text-align: center;
    background-color: #0a467f;
    width: 250px;
    height: 50px;
    line-height: 50px; }
    .complete__back:hover {
      opacity: 0.8; }
    .complete__back a {
      color: #fff;
      font-size: 1.0rem;
      display: block;
      width: 100%; }
      .complete__back a:hover {
        text-decoration: none; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0; }
