@charset "UTF-8";
/* variable */
/* Mixins */
/* PCサイズ */
/* SPサイズ */
/* base */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  color: #282828;
  font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, input, select, textarea {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

select {
  /*
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 15px 8px 14px 17px;
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  */
}

select::-ms-expand {
  /*display: none;*/
}

input[type=checkbox] {
  display: none;
}

.checkbox:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #f00;
}

.checkbox:hover:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #f00 !important;
}

input[type=checkbox]:checked + .checkbox:after {
  opacity: 1 !important;
}

input[type="text"], input[type="textarea"] {
  width: 68.47826%;
  display: block;
  padding: 9px 8px;
  border: 1px solid #e5e5e5;
  font-size: 1.6rem;
}

.search_form_item-keyword {
  padding: 15px 0 !important;
}

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.search_form_submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #f00;
  border: 1px solid #f00;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 350px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.search_form_submit:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  border: 1px solid #f00;
  color: #f00;
  font-size: 2rem;
  font-weight: bold;
  width: 350px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.search_form_submit:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: 'FontAwesome';
  content: "\f002";
  color: #fff;
  font-size: 2rem;
  margin-right: 16px;
}

.search_form_submit:hover:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #f00;
}

/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* -> 10px; */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
}

body {
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
}

img {
  width: 100%;
}

h2 {
  font-weight: bold;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* color */
.red {
  color: #f00;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.text_frame {
  font-size: 40rem;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
  font-weight: bold;
}

.ico {
  background: #333;
  color: #fff;
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  vertical-align: middle;
}

.ico-new {
  background: #e60012;
}

.notfound {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 100px 20px;
  margin-bottom: 60px;
  text-align: center;
  background: #fff;
}

.block {
  width: 23px;
}

/* PC SP
   ----------------------------------------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* header
   ----------------------------------------------------------------- */
header {
  border-top: 3px solid #f00;
  padding: 14px 17px 12px 21px;
}
header .header_wrap .header_logo {
  margin-right: 12px;
  width: 71px;
}
header .header_wrap .header_logo a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header_wrap .header_logo a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: .8;
}
header .header_wrap .header_text {
  font-weight: bold;
  font-size: 1.6rem;
}
header .header_wrap .header_text span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
header .header_right {
  margin-left: auto;
}
header .drawer-hamburger {
  display: none;
}
header .fa-twitter {
  font-size: 3.4rem;
}
header .fa-facebook {
  font-size: 2.8rem;
  padding-top: 4px;
  margin-right: 32px;
}

/* h_nav_wrap
   ----------------------------------------------------------------- */
.h_nav_wrap li a {
  display: block;
  padding: 12px 4px 12px 8px;
  border-bottom: 1px solid #dcdcdc;
}
.h_nav_wrap li.active a {
  border-left: 4px solid #f00;
}

/* g_nav_wrap
   ----------------------------------------------------------------- */
.g_nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25%;
}

.g_nav_list_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g_nav_list_wrap .active {
  /*
      	border-bottom: 2px solid $color-red;
      	transition: all 0.2s linear;
  */
}

.g_nav_list_wrap li a {
  display: block;
  position: relative;
}

.g_nav_list_wrap li a span {
  position: relative;
  display: block;
  padding: 18px 18px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.g_nav_list_wrap li a span:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.g_nav_list_wrap li.active a span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f00;
  width: 50%;
  left: 25%;
}

.g_nav_list_wrap li a span:hover:after {
  width: 80%;
  left: 10%;
  bottom: 0;
}

.g_nav_list_wrap li.active a span:hover:after {
  width: 80%;
  left: 10%;
}

/* footer
   ----------------------------------------------------------------- */
footer .footer_nav_wrap {
  border-top: 2px solid #f00;
  padding-top: 37px;
  margin-bottom: 39px;
}
footer .nav_list_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .nav_list_wrap a {
  font-weight: bold;
  margin-right: 60px;
}
footer .nav_list_wrap a:hover {
  text-decoration: underline;
}
footer .nav_list_wrap li:last-child a {
  margin-right: 0;
}
footer .footer_logo {
  width: 95px;
  margin: 0 auto 25px;
}
footer .address_wrap {
  background: #efefef;
  text-align: center;
  padding: 28px 0;
  margin-bottom: 40px;
}
footer .address_wrap p {
  margin-bottom: 18px;
}
footer .address_wrap p:last-child {
  margin-bottom: 0;
}
footer span {
  font-weight: bold;
}
footer .copyright {
  background: #f00;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
footer .page_top {
  position: absolute;
  top: -29px;
  right: 12.5%;
  width: 60px;
  height: 30px;
  overflow: hidden;
}
footer .page_top a {
  width: 60px;
  height: 60px;
  display: block;
  background: #f00;
  border-radius: 50%;
  color: #fff;
  line-height: 3.2;
  font-size: 1.2rem;
  font-weight: bold;
}
footer small {
  color: #fff;
}

/* kyujin_link_wrap
   ----------------------------------------------------------------- */
.kyujin_link_wrap {
  background: url(../images/bg_block.png);
}
.kyujin_link_wrap .kyujin_link_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 48px 42px;
}
.kyujin_link_wrap .kyujin_link_list_wrap:first-child {
  width: 240px;
}
.kyujin_link_wrap h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.kyujin_link_wrap ul.kyujin_link_list li {
  margin-right: 22px;
}
.kyujin_link_wrap a {
  text-decoration: underline;
}
.kyujin_link_wrap a:hover {
  text-decoration: none;
}

/* breadcrumb
   ----------------------------------------------------------------- */
.breadcrumb {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb ol {
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadcrumb ol li {
  font-size: 1.2rem;
  padding: 8px 0px;
  position: relative;
  background: #efefef;
}
.breadcrumb ol li a {
  font-size: 1.2rem;
}
.breadcrumb ol li:nth-child(n + 2) {
  padding: 8px 8px 8px 20px;
}
.breadcrumb ol li:nth-child(n + 2):before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.breadcrumb .home {
  min-width: 82px;
  margin-right: 42px;
  position: relative;
  z-index: 10;
  /*background: $color-red url(../images/breadcrumb_bg.jpg) no-repeat right top;*/
}
.breadcrumb .home a {
  text-align: right;
  display: block;
}
.breadcrumb .home a span {
  display: block;
}
.breadcrumb .home:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  background: #f00;
  -webkit-transform: skew(-130deg);
          transform: skew(-130deg);
  z-index: -1;
  right: -18px;
  height: 100%;
  min-width: 1000px;
}
.breadcrumb .fa-home {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -7px;
}
.breadcrumb .fa-home:before {
  font-size: 14px;
}

/* search_form_wrap
   ----------------------------------------------------------------- */
.search_form_wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #f9f9f9;
  border-top: 2px solid #f00;
  margin-bottom: 115px;
}
.search_form_wrap img {
  width: 14px;
  margin-right: 10px;
}
.search_form_wrap h2 {
  font-size: 2rem;
  padding: 19px 25px;
  position: relative;
}
.search_form_wrap h2 .accordion_btn {
  position: absolute;
  top: 17px;
  right: 12px;
  width: 38px;
  height: 35px;
  display: block;
  cursor: pointer;
}
.search_form_wrap h2 .accordion_btn:after {
  content: "▲";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 9px;
  font-size: 1.2rem;
  color: #f00;
  border: 1px solid #f00;
}
.search_form_wrap h2 .active:after {
  content: "▼";
}
.search_form_wrap .search_form .search_form_item {
  background: #efefef;
  margin-bottom: 9px;
  padding: 23px 0;
}
.search_form_wrap .search_form .search_form_item .search_form_item_title {
  width: 150px !important;
  padding-left: 32px;
  font-size: 1.6rem;
  font-weight: bold;
}
.search_form_wrap .search_form .search_form_item .search_form_item_body {
  width: 86.363636%;
  padding-left: 30px;
}
.search_form_wrap .search_form .search_form_item .checkbox {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  padding: 0 30px 0 24px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
.search_form_wrap .search_form .search_form_item .checkbox:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 44%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  content: '';
  vertical-align: middle;
  background: #fff;
}
.search_form_wrap .search_form .search_form_item .checkbox:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0.15em;
  display: block;
  margin-top: -0.8em;
  width: 10px;
  height: 14px;
  border-right: 4px solid #f00;
  border-bottom: 3px solid #f00;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search_form_wrap .search_form .search_form_item.search_form_item-keyword {
  margin-bottom: 0;
}
.search_form_wrap .search_form .search_form_item .search_form_item_title.free_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_form_wrap .search_form .search_form_item-btn {
  padding: 25px 0 28px;
  text-align: center;
}

.page_img_wrap {
  width: 374px;
  height: 161px;
  margin: 0 auto 49px;
  background: url(../images/page_title_bg.png) no-repeat center top;
  position: relative;
}
.page_img_wrap .top_title_en {
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4.8rem;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
  font-weight: bold;
}
.page_img_wrap .top_title_jp {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.4rem;
}

/* page_navi
   ----------------------------------------------------------------- */
.page_navi ul {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_navi ul li {
  margin-right: 8px;
}

.page_navi ul li:last-child {
  margin-right: 0;
}

.current span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #f00;
  border: 1px solid #f00;
  display: block;
}

.number a,
.arrow a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #eee;
  color: #282828;
  border: 1px solid #eee;
  display: block;
}

.number a:hover,
.arrow a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #f00;
  color: #fff;
  border: 1px solid #f00;
}

/* common
   ----------------------------------------------------------------- */
.common_title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 200%;
  background: #f9f9f9;
  font-weight: bold;
  padding: 13px 24px 13px 27px;
}

.contents_img_left {
  width: 45%;
  margin-left: 5%;
  position: relative;
}

.contents_img_left:before {
  content: '';
  display: inline-block;
  background: url(../images/block_37.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  top: -4.3%;
  left: 28px;
  left: 6.3%;
  width: 37px;
  width: 8.394%;
  height: 100%;
}

.contents_img_right {
  width: 45%;
  position: relative;
}

.contents_img_right:before {
  content: '';
  display: inline-block;
  background: url(../images/block_37.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  top: -4.3%;
  right: 28px;
  right: 6.3%;
  width: 37px;
  width: 8.394%;
  height: 100%;
}

.contents_text_right {
  width: 54%;
  margin: 53px 0 0 -40px;
  padding: 42px 50px 42px 64px;
  font-size: 1.4rem;
  line-height: 245%;
  background: #f9f9f9;
  position: static;
  z-index: -1;
}

.contents_text_left {
  width: 54%;
  margin: 53px -40px 0 50px;
  padding: 42px 64px 42px 50px;
  font-size: 1.4rem;
  line-height: 245%;
  background: #f9f9f9;
  position: static;
  z-index: -1;
}

.contents_text_bottom {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 245%;
}

/* faq
   ----------------------------------------------------------------- */
.faq_title {
  font-size: 1.8rem;
  line-height: 200%;
  background: #f9f9f9;
  font-weight: bold;
  padding: 24px 24px 24px 100px;
  position: relative;
}

.faq_title:before {
  content: "Q.";
  font-size: 5.8rem;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: absolute;
  top: -18px;
  left: 17px;
}

.faq_text {
  line-height: 245%;
  padding: 35px 50px 60px;
}

/* ==========================================================================
   PC 900px
   ========================================================================== */
@media (max-width: 900px) {
  /* main_img_wrap
     ----------------------------------------------------------------- */
  footer .nav_list_wrap a {
    margin-right: 34px;
  }
}
/* ==========================================================================
   sp 768px
   ========================================================================== */
@media (max-width: 768px) {
  /* search_form_wrap
     ----------------------------------------------------------------- */
  .search_form_wrap .search_form .search_form_item .checkbox {
    font-size: 1.2rem !important;
  }

  .search_form_item-keyword {
    padding: 0 !important;
  }

  input[type="text"], input[type="textarea"] {
    width: 98%;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  .search_form_wrap {
    margin: 0 10px;
    background: #f9f9f9;
    margin-bottom: 26px;
  }

  .search_form_wrap h2 {
    font-size: 1.6rem;
    padding: 19px 10px;
    position: relative;
  }

  .search_form_wrap img {
    width: 9px;
    margin: -3px 7px 0 0;
  }

  .search_form_wrap h2 .accordion_btn {
    position: absolute;
    top: 17px;
    right: 12px;
    width: 26px;
    height: 25px;
    display: block;
    cursor: pointer;
  }

  .search_form_wrap h2 .accordion_btn:after {
    padding-top: 5px;
    font-size: 1rem;
  }

  .search_form_wrap .search_form .search_form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .search_form_wrap .search_form .search_form_item .search_form_item_title {
    width: 100% !important;
    background: #efefef;
    padding: 13px 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .search_form_wrap .search_form .search_form_item .search_form_item_body {
    width: 100%;
    padding: 13px 10px;
    background: #f9f9f9;
  }

  .search_form_item-btn {
    padding: 0 0 18px !important;
  }

  .search_form_submit {
    width: 81.25%;
    font-size: 1.2rem;
  }

  .search_form_submit:before {
    font-size: 1.2rem;
    margin-right: 8px;
  }

  /* header
     ----------------------------------------------------------------- */
  header {
    padding: 9px 10px;
  }

  .header_left {
    width: 100%;
  }

  header .header_wrap .header_logo {
    margin-right: 6px;
    width: 57px;
  }

  header .header_wrap .header_text {
    font-size: 1.3rem;
  }

  header .header_wrap .header_text span {
    font-size: 1rem;
  }

  .fa-twitter,
  .fa-facebook {
    display: none !important;
  }

  .drawer-hamburger {
    display: block !important;
    top: 25px !important;
  }

  /* footer kyujin_link_wrap
     ----------------------------------------------------------------- */
  .kyujin_link_contents,
  .kyujin_link_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .kyujin_link_contents {
    padding: 5.3142% 6.25% 0 !important;
    padding: 17px 20px 0 !important;
  }

  .kyujin_link_wrap .kyujin_link_contents:last-child {
    padding: 0 6.25% 0 !important;
    padding: 0 20px 0 !important;
  }

  .kyujin_link_wrap h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .kyujin_link_list_wrap {
    width: 100%;
  }

  .kyujin_link_wrap ul {
    margin-bottom: 0;
  }

  .kyujin_link_wrap .kyujin_link_list {
    margin-bottom: 20px;
  }

  .kyujin_link_wrap ul.kyujin_link_list li {
    margin-bottom: 0;
  }

  .kyujin_link_wrap ul.kyujin_link_list li a {
    font-size: 1.2rem;
  }

  /* g_nav_wrap
     ----------------------------------------------------------------- */
  .g_nav_wrap {
    display: none;
  }

  /* footer
     ----------------------------------------------------------------- */
  footer .footer_nav_wrap {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }

  .nav_list_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .nav_list_wrap li {
    width: 50%;
  }

  .nav_list_wrap li:last-child {
    width: 100%;
  }

  .nav_list_wrap li a {
    width: 100%;
    padding: 8px;
    display: block;
    position: relative;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 1.2rem;
  }

  .nav_list_wrap li:nth-child(even) a {
    border-right: none;
  }

  .nav_list_wrap li:last-child a {
    border-right: none;
  }

  .nav_list_wrap li:last-child a {
    padding: 8px;
  }

  .nav_list_wrap li a:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    color: #202020;
    font-size: 1rem;
  }

  /* address_wrap
     ----------------------------------------------------------------- */
  footer .address_wrap {
    text-align: left !important;
    padding: 28px 6.25% !important;
  }

  footer .page_top {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
    width: 40px !important;
    height: 20px !important;
  }

  footer .page_top a {
    width: 40px !important;
    height: 40px !important;
    line-height: 2.8 !important;
    font-size: 1rem !important;
  }

  footer .address_wrap p {
    text-align: left !important;
    font-size: 1.2rem !important;
  }

  footer span {
    display: block !important;
    font-size: 1.2rem !important;
  }

  footer .footer_logo {
    width: 14.84375% !important;
    margin: 0 auto 16px !important;
  }

  footer small {
    color: #fff !important;
    font-size: 1rem !important;
  }

  /* page_img_wrap
     ----------------------------------------------------------------- */
  .page_img_wrap img {
    width: 100% !important;
  }

  /* common
     ----------------------------------------------------------------- */
  .common_title {
    font-size: 1.6rem !important;
    line-height: 200% !important;
    padding: 7px 12px 7px 13px !important;
  }

  .common_contents_wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .contents_img_left,
  .contents_img_right,
  .contents_text_left,
  .contents_text_right {
    width: 100% !important;
    margin: 0 !important;
  }

  .contents_img_left,
  .contents_img_right {
    margin-bottom: 20px !important;
  }

  .contents_text_left,
  .contents_text_right {
    font-size: 1.4rem !important;
    padding: 20px !important;
    line-height: 200% !important;
  }

  .common_contents_wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* faq
     ----------------------------------------------------------------- */
  .top_faq_title,
  .faq_title {
    font-size: 1.6rem !important;
    padding: 12px 20px !important;
    line-height: 200% !important;
    text-indent: 46px !important;
  }

  .top_faq_title:before,
  .faq_title:before {
    font-size: 4.8rem !important;
    top: -14px !important;
    left: -40px !important;
  }

  .top_faq_text,
  .faq_text {
    padding: 16px 10px 30px !important;
    line-height: 200% !important;
  }

  .faq_text:last-child {
    padding-bottom: 0 !important;
  }
}
/* ==========================================================================
   SP 414px
   ========================================================================== */
@media (max-width: 414px) {
  /* search_form_wrap
     ----------------------------------------------------------------- */
  .search_form_wrap .search_form .search_form_item .checkbox {
    font-size: 1rem !important;
    margin-bottom: 4px !important;
    padding: 0 10px 0 24px !important;
  }

  /* kyujin_link_wrap
     ----------------------------------------------------------------- */
  .kyujin_link_wrap h2 {
    margin-bottom: 0 !important;
  }

  .kyujin_link_list_wrap {
    width: 100% !important;
  }

  .kyujin_link_wrap ul {
    margin-bottom: 0 !important;
  }

  .kyujin_link_wrap .kyujin_link_list {
    margin-bottom: 20px !important;
  }

  .kyujin_link_wrap ul.kyujin_link_list li {
    margin-right: 11px !important;
  }

  /* footer
     ----------------------------------------------------------------- */
  footer .address_wrap p {
    font-size: 1rem !important;
  }

  footer span {
    font-size: 1rem !important;
  }

  /* page_img_wrap
     ----------------------------------------------------------------- */
  .page_img_wrap {
    width: 300px !important;
    height: 130px !important;
    background-size: contain !important;
  }

  .page_img_wrap .top_title_en {
    bottom: -22px !important;
    font-size: 3.8rem !important;
  }

  .page_img_wrap .top_title_jp {
    bottom: -35px !important;
    font-size: 1.2rem !important;
  }

  /* breadcrumb
     ----------------------------------------------------------------- */
  .breadcrumb .home {
    min-width: 44px !important;
    margin-right: 20px !important;
  }

  .breadcrumb .home:after {
    right: 2px !important;
  }

  /* page_navi
     ----------------------------------------------------------------- */
  .current span {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .number a,
  .arrow a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
/* ==========================================================================
   SP 320px
   ========================================================================== */
@media (max-width: 320px) {
  .current span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .number a,
  .arrow a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
/* variable */
/* Mixins */
/* company_page_wrap
   ----------------------------------------------------------------- */
.company_page_wrap .company_contents {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 10px 0;
}
.company_page_wrap .common_contents_wrap {
  margin-bottom: 50px;
}
.company_page_wrap .company_contents_title {
  margin-bottom: 55px;
}
.company_page_wrap .company_bottom_text {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1.4rem;
  line-height: 245%;
}
.company_page_wrap .company_info {
  margin-bottom: 80px;
}
.company_page_wrap .data_list_item_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.company_page_wrap .company_info_title {
  margin-bottom: 32px;
}
.company_page_wrap .data_list_item {
  border-bottom: 1px solid #dcdcdc;
  padding: 7px 0;
  line-height: 245%;
}
.company_page_wrap .data_list_item:first-child {
  border-top: 1px solid #dcdcdc;
}
.company_page_wrap .data_list_item_title {
  width: 16%;
  font-size: 1.6rem;
  font-weight: bold;
}
.company_page_wrap .data_list_item_data {
  width: 84%;
  font-size: 1.6rem;
}

/* ==========================================================================
   SP 768px
   ========================================================================== */
@media (max-width: 768px) {
  /* company_page_wrap
     ----------------------------------------------------------------- */
  .company_page_wrap .company_info {
    margin-bottom: 60px;
  }

  .company_contents_title {
    margin-bottom: 30px !important;
  }

  .common_contents_wrap {
    margin-bottom: 30px !important;
  }

  .company_page_wrap .company_bottom_text {
    line-height: 200% !important;
    margin: 0 auto 30px !important;
    padding: 0 10px;
  }

  .data_list_item {
    font-size: 1.4rem !important;
    line-height: 200% !important;
  }

  .data_list_item_title {
    font-size: 1.4rem !important;
  }

  .data_list_item_data {
    font-size: 1.4rem !important;
  }
}
/* ==========================================================================
   SP 414px
   ========================================================================== */
@media (max-width: 414px) {
  /* common
     ----------------------------------------------------------------- */
  .company_page_wrap .data_list_item_title {
    width: 30% !important;
    font-size: 1.2rem !important;
  }

  .company_page_wrap .data_list_item_data {
    width: 70% !important;
    font-size: 1.2rem !important;
  }
}
/* ==========================================================================
   SP 320px
   ========================================================================== */

/*# sourceMappingURL=company.css.map */