@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 10px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
.main_container {
  position: relative;
  margin: 0 auto;
  padding-top: 75px;
  max-width: 980px;
  color: #3c3c3c; 
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media (min-width: 768px) {
  .main_container {
    padding-top: 120px;
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

/* ------------------------
  トップへ
------------------------ */
.btn_top {
  position: absolute;
  top: 21px;
  left: 2.5%;
  width: 172px;
}
@media (min-width: 768px) {
  .btn_top {
    top: 25px;
    left: 0;
    width: 251px;
  }
  .btn_top a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .btn_top a:hover {
    opacity: 0.8;
  }
}

/* ------------------------
  おすすめ
------------------------ */
.recommend {
  display: block;
}
@media (max-width: 767.98px) {
  .recommend {
    margin: 20px auto 44px;
    padding: 0 20px;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .recommend {
    margin: 100px 60px;
  }
}

.recommend_h {
  text-align: center; 
  color: #008cad;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .recommend_h {
    font-size: 2.6rem;
  }
}
.recommend_h span {
  display: inline-block;
  padding: 12px 28px 18px;
  background: url(../img/common/recommend_h_bg.png) center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .recommend_h span {
    padding: 22px 56px 40px 74px;
  }
}

@media (min-width: 768px) {
  .recommend_list {
    margin-top: 24px;
  }
}

.recommend_listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  text-decoration: none; 
  color: inherit;
}
@media (min-width: 768px) {
  .recommend_listItem a {
    padding: 30px 0;
  }
}

.recommend_listItem:not(:first-child) {
  border-top: 1px solid #addae4;
}

.recommend_listItem_img {
  margin-right: 15px; 
  width: 41.07143%;
}
@media (min-width: 768px) {
  .recommend_listItem_img {
    margin-right: 40px;
    width: 222px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .recommend_listItem a:hover .recommend_listItem_img {
    opacity: 0.8;
  }
}

.recommend_listItem_cont {
  margin: 5px 0 0;
  width: 53.57143%;
}
@media (min-width: 768px) {
  .recommend_listItem_cont {
    margin: 18px 0 0;
    width: 69.53488%;
  }
}

.recommend_listItem_label {
  display: inline-block;
  padding: 3px 6px 1px; 
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .recommend_listItem_label {
    padding: 7px 18px 5px;
    font-size: 1.6rem;
  }
}
.recommend_listItem_label.label-job {
  background: #7bbfee;
}
.recommend_listItem_label.label-friend {
  background: #b5db30;
}

.recommend_listItem_txt {
  margin-top: 8px; 
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .recommend_listItem_txt {
    margin-top: 28px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; 
    font-size: 2rem;
    line-height: 1.75;
  }
  .recommend_listItem a:hover .recommend_listItem_txt {
    color: #008cad;
  }
}

/* ------------------------
  footer
------------------------ */
.footer {
  text-align: center;
}

.logo_allabout {
  margin: 30px auto 0;
  width: 98px;
}
@media (min-width: 768px) {
  .logo_allabout {
    width: 159px;
  }
}

.disclaimer {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .disclaimer {
    margin: 28px 0;
  }
}
.disclaimer a {
  color: inherit;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .disclaimer a {
    font-size: 1.6rem;
  }
}

.footer_credit {
  padding: 13px;
  background: #a7a7a7;
}
@media (min-width: 768px) {
  .footer_credit {
    padding: 40px;
  }
}
.footer_credit p {
  font-size: 1.1rem;
  font-weight: bold; 
  line-height: 1.36364;
}
@media (min-width: 768px) {
  .footer_credit p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}