@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  height: -webkit-fill-available; }

body {
  font-size: 16px;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: url("../img/temp/bg_logo.png"), url("../img/temp/bg.gif");
  background-size: 600px , cover;
  background-repeat: no-repeat,repeat;
  background-position: right -50px top -200px ,center top;
  color: #414141;
  min-width: 1100px; }
  @media screen and (max-width: 768px) {
    body {
      background: url("../img/temp/bg_logo.png"), url("../img/temp/bg.gif");
      background-size: 300px , cover;
      background-repeat: no-repeat,repeat;
      background-position: right -50px top -50px ,center top; } }
  @media screen and (max-width: 768px) {
    body {
      min-width: 320px; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.container {
  max-width: 960px;
  padding: 0 10px;
  margin: auto; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

/*---------------------------
ヘッダー
---------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5%;
  z-index: 999;
  min-width: 1100px; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 10px 10px;
      min-width: 320px; } }
  #header ul {
    margin: 0;
    padding: 0; }
    #header ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
  #header a {
    text-decoration: none; }
  #header .inner_pc {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    #header .inner_pc .header_logo {
      padding: 15px 20px; }
      #header .inner_pc .header_logo img {
        width: 220px;
        vertical-align: bottom; }
      #header .inner_pc .header_logo span {
        width: 220px;
        display: block;
        color: #414141;
        font-size: 15px;
        text-align: center;
        border-top: 1px solid #E5E5E5;
        margin-top: 0.3em;
        padding-top: 0.3em; }
    #header .inner_pc .header_nav .nav_sub {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #header .inner_pc .header_nav .nav_sub .tel {
        display: flex;
        justify-content: center;
        align-items: center; }
        #header .inner_pc .header_nav .nav_sub .tel a {
          text-decoration: none; }
          #header .inner_pc .header_nav .nav_sub .tel a img {
            vertical-align: middle; }
        #header .inner_pc .header_nav .nav_sub .tel span {
          display: block;
          font-size: 11px;
          padding-left: 1em; }
      #header .inner_pc .header_nav .nav_sub ul.sns_link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px; }
        #header .inner_pc .header_nav .nav_sub ul.sns_link li a {
          display: block;
          color: #0BBA26;
          font-weight: bold;
          padding: 0.5em; }
          #header .inner_pc .header_nav .nav_sub ul.sns_link li a img {
            vertical-align: middle;
            width: 25px; }
      #header .inner_pc .header_nav .nav_sub ul.other_list {
        display: flex;
        justify-content: center;
        align-items: center; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li a {
          display: block;
          color: #fff;
          font-weight: bold;
          padding: 0.7em 1.5em; }
          #header .inner_pc .header_nav .nav_sub ul.other_list li a:hover {
            opacity: 0.9; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li:first-child a {
          background: #FF9505; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li:last-child a {
          background: #0075A9; }
    @media screen and (max-width: 768px) {
      #header .inner_pc {
        display: none; } }
  #header .inner_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      #header .inner_sp {
        display: block;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        #header .inner_sp .header_logo {
          padding: 10px 10px;
          flex: 1; }
          #header .inner_sp .header_logo img {
            width: 180px;
            vertical-align: bottom; }
          #header .inner_sp .header_logo span {
            width: 180px;
            display: block;
            color: #414141;
            font-size: 12px;
            text-align: center;
            border-top: 1px solid #E5E5E5;
            margin-top: 0.3em;
            padding-top: 0.3em; }
        #header .inner_sp .nav_btn {
          width: 60px;
          height: 60px;
          margin: 0 8px 0 auto;
          position: relative; }
          #header .inner_sp .nav_btn span {
            border-top: 2px solid #FF9505;
            width: 40px;
            display: block;
            position: absolute;
            left: 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
            #header .inner_sp .nav_btn span:nth-child(1) {
              top: 19px; }
            #header .inner_sp .nav_btn span:nth-child(2) {
              top: 29px; }
            #header .inner_sp .nav_btn span:nth-child(3) {
              top: 39px; } }

/*---------------------------
グローバルナビ
---------------------------*/
nav.nav_main {
  margin: 0 0.5em 0 0; }
  nav.nav_main ul.global_nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    nav.nav_main ul.global_nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
      nav.nav_main ul.global_nav li a {
        text-decoration: none;
        color: #414141;
        font-weight: bold;
        padding: 0.7em 1em;
        display: block; }
        nav.nav_main ul.global_nav li a:hover {
          background: #f5f5f5; }

/*---------------------------
スマホナビ
---------------------------*/
nav.sp_navi {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  @media screen and (max-width: 768px) {
    nav.sp_navi {
      display: block;
      position: fixed;
      overflow: hidden;
      visibility: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 998;
      background: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      padding: 0 15px 0 15px;
      background: #FF9505; }
      nav.sp_navi a {
        text-decoration: none; }
      nav.sp_navi ul {
        margin: 0;
        padding: 0; }
        nav.sp_navi ul li {
          list-style: none;
          margin: 0;
          padding: 0; }
      nav.sp_navi .global_nav_sp a {
        color: #fff;
        display: block;
        padding: 1em;
        font-weight: bold; }
      nav.sp_navi .global_nav_sp li {
        text-align: center;
        border-bottom: 1px solid #ffb756; }
      nav.sp_navi .tel {
        padding-left: 10px;
        padding-right: 10px;
        flex: 1;
        margin-top: 30px; }
        nav.sp_navi .tel a {
          display: block;
          text-align: center;
          color: #fff; }
          nav.sp_navi .tel a img {
            vertical-align: bottom; }
        nav.sp_navi .tel span {
          display: block;
          font-size: 14px;
          text-align: center;
          color: #fff; }
      nav.sp_navi .sns_link {
        display: flex;
        justify-content: space-around;
        margin-top: 20px; }
        nav.sp_navi .sns_link li {
          padding: 5px;
          width: 100%; }
        nav.sp_navi .sns_link a {
          text-align: center;
          color: #0BBA26;
          font-weight: bold;
          padding: 0.7em 0.5em;
          display: inline-block;
          background: #ffe8c9;
          width: 100%; }
          nav.sp_navi .sns_link a img {
            width: 30px;
            vertical-align: middle; }
      nav.sp_navi .other_list {
        margin-top: 10px; }
        nav.sp_navi .other_list li {
          padding: 5px;
          width: 100%; }
          nav.sp_navi .other_list li a {
            background: #fff;
            text-align: center;
            color: #FF9505;
            font-weight: bold;
            padding: 0.7em 0.5em;
            display: inline-block;
            width: 100%; }
            nav.sp_navi .other_list li a.new {
              background: #0075A9;
              color: #fff; } }

/*-ナビ開閉用---------------------------*/
body.active {
  overflow: hidden; }
  body.active nav.sp_navi {
    padding: 100px 15px 15px 15px;
    overflow: scroll;
    visibility: visible;
    height: 100%; }
  body.active #header .inner_sp .nav_btn span:nth-child(1) {
    top: 30px;
    transform: rotate(30deg); }
  body.active #header .inner_sp .nav_btn span:nth-child(2) {
    opacity: 0; }
  body.active #header .inner_sp .nav_btn span:nth-child(3) {
    top: 30px;
    transform: rotate(-30deg); }

/*---------------------------
トピックパス
---------------------------*/
.topic_pass {
  margin: 130px auto 0 auto;
  max-width: 90%; }
  @media screen and (max-width: 768px) {
    .topic_pass {
      margin: 90px 10px 0 10px;
      width: auto;
      max-width: auto;
      font-size: 80%; } }
  .topic_pass ul {
    display: flex;
    font-size: 14px; }
    .topic_pass ul li {
      list-style: none;
      padding-right: 1.5em;
      margin-bottom: 0.3em;
      position: relative; }
      .topic_pass ul li:after {
        content: ">";
        position: absolute;
        top: 0.2em;
        right: 0.5em;
        color: #aaa;
        font-size: 80%; }
      .topic_pass ul li:last-child {
        padding-right: 0; }
        .topic_pass ul li:last-child:after {
          display: none; }
      .topic_pass ul li a {
        text-decoration: none;
        color: #414141; }

#footer {
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    #footer {
      margin-top: 50px; } }
  #footer:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.72;
    background: url("../img/temp/noise-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
  #footer .inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 130px 10px 70px;
    max-width: 960px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        padding: 70px 10px 40px; } }
  #footer .footer_logo {
    margin-bottom: 20px;
    padding: 0 30px; }
  #footer .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    #footer .tel a img {
      vertical-align: middle; }
    #footer .tel span {
      display: inline-block;
      padding-left: 0.5em;
      font-size: 11px; }
  #footer .footer_nav {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #footer .footer_nav {
        display: none; } }
    #footer .footer_nav ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
      #footer .footer_nav ul li {
        list-style: none;
        margin: 0;
        padding: 5px; }
        #footer .footer_nav ul li a {
          color: #414141;
          text-decoration: none;
          font-weight: bold; }
          #footer .footer_nav ul li a:hover {
            opacity: 0.8; }
  #footer .footer_nav_other {
    margin-bottom: 50px; }
    #footer .footer_nav_other ul {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0;
      font-size: 14px; }
      #footer .footer_nav_other ul li {
        list-style: none;
        margin: 0;
        padding: 5px 20px; }
        #footer .footer_nav_other ul li a {
          color: #414141;
          text-decoration: none;
          font-weight: bold; }
          #footer .footer_nav_other ul li a:hover {
            opacity: 0.8; }
  #footer .copyright {
    font-size: 14px; }

#footer:after {
  background: url(../images/temp/noise-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

strong, em {
  font-weight: bold; }

.contents .accent h2 {
  padding-top: 140px;
  margin-left: 5%; }

.contents .accent {
  min-height: 350px;
  margin-top: 70px; }

@media screen and (max-width: 768px) {
  #header .inner_sp .header_logo {
    padding: 10px 10px;
    flex: none; }

  .contents {
    margin-top: 40px; }

  .contents .accent h2 {
    padding-top: 110px; }

  .contents .accent {
    min-height: 220px; } }
#policy #CompanyPlan h3 {
  font-weight: bold; }
