@charset "UTF-8";
/*********************

疑似クラス

*********************/
a {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

/*----------
  共通設定
----------*/
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul, ol {
  padding-left: 2rem; }

nav ul {
  list-style: none;
  padding-left: 0; }

blockquote, q {
  quotes: none; }

img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

a img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*================================================================================================
aタグの設定:::::::::::::::::::::::::::::::::::
================================================================================================*/
a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

a:focus {
  outline: none; }

/******************************************


基本系


******************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  font-size: 16px;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.2; }

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

iframe, video {
  max-width: 100%; }

p {
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #FFAE0E; }
  a:hover {
    color: inherit; }

/******************************************


レイアウト系


******************************************/
.outline {
  max-width: 100%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .outline {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1201px) {
    .outline {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1001px) {
    .outline.w_narrow {
      max-width: 1000px; } }
  @media screen and (min-width: 1201px) {
    .outline.w_wide {
      max-width: 1500px; } }
  @media screen and (min-width: 769px) {
    .outline.w_over {
      max-width: 100%; } }

.l_center {
  margin-left: auto;
  margin-right: auto; }

.l_left {
  margin-left: 0;
  margin-right: auto; }

.l_right {
  margin-left: auto;
  margin-right: 0; }

.l_sp_v {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .l_sp_v {
      padding-top: 80px;
      padding-bottom: 80px; } }

.l_sp_b {
  padding-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .l_sp_b {
      padding-bottom: 80px; } }

.l_sp_t {
  padding-top: 40px; }
  @media screen and (min-width: 769px) {
    .l_sp_t {
      padding-top: 80px; } }

.l_sidebar {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: stretch;
  /* Safari */
  align-items: stretch;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .l_sidebar > .content_area,
  .l_sidebar > article {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .l_sidebar > .content_area,
      .l_sidebar > article {
        width: calc(100% - (300px + 20px)); } }
  .l_sidebar > .sidebar {
    width: 100%;
    padding: 0 5%; }
    @media screen and (min-width: 769px) {
      .l_sidebar > .sidebar {
        width: 300px;
        padding: 0; } }

@media screen and (min-width: 415px) {
  .sp_only {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .sp_display {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc_display {
    display: none !important; } }
/******************************************


装飾


******************************************/
.overlay {
  position: relative;
  overflow: hidden; }
  .overlay img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0; }
  .overlay:after {
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
    content: "";
    position: absolute;
    z-index: 1; }

/*----------
  Clear
----------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clear {
  clear: both; }

/******************************************


装飾


******************************************/
.fw_bold {
  font-weight: bold; }

.fw_normal {
  font-weight: normal; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.message.caution {
  color: #B22019; }
.message.info {
  color: #001351; }
.message.border {
  padding: 0.2em;
  border: solid 2px #EEE; }

.marker {
  background: linear-gradient(transparent 65%, #FFAE0E 0%);
  display: inline;
  font-weight: bold; }
  .marker.thick {
    background: linear-gradient(transparent 60%, #FFAE0E 0%);
    display: inline; }
  .marker.thin {
    background: linear-gradient(transparent 80%, #FFAE0E 0%);
    display: inline; }
  .marker.gradation {
    background: linear-gradient(transparent 0, #FFAE0E 60%); }

/********************************************************************************リスト系 *****/
.notlist {
  list-style: none;
  padding-left: 0; }

dl.table_date {
  /* お知らせのような横並び  */ }
  dl.table_date dt {
    float: left; }
  dl.table_date dd {
    margin-left: 80px; }

/********************************************************************************リスト系 END */
/******************************************


ボタン


******************************************/
.btn {
  display: block;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #FFAE0E;
  color: #373737;
  overflow: hidden;
  position: relative;
  transition: all 0.3s; }
  .btn:hover {
    opacity: .7; }
  .btn.border {
    border: 1px solid #373737;
    color: #373737;
    background: #FFF; }
    .btn.border:hover {
      background: #FFAE0E;
      border: 1px solid #FFAE0E;
      color: #FFF;
      opacity: 1; }
  .btn.shadow {
    border: 1px solid #FFAE0E;
    color: #FFAE0E;
    background: #FFF;
    box-shadow: 5px 5px 0px 0px #FFAE0E; }
    .btn.shadow:hover {
      background: #FFAE0E;
      color: #FFF;
      box-shadow: 0 0 0 0 #FFAE0E;
      opacity: 1; }
  .btn.round {
    border-radius: 4px; }

/******************************************


タイトル


******************************************/
.title01 {
  font-size: 50px;
  margin-bottom: 50px; }
  .title01 span {
    display: block;
    font-size: 18px; }
  .title01:first-letter {
    color: #FFAE0E; }
  .title01.center {
    text-align: center; }
  .title01.light_blue:first-letter {
    color: #009BD7; }
  .title01.light_green:first-letter {
    color: #A0B805; }

.title02 {
  font-size: 35px;
  margin-bottom: 50px; }
  .title02 span {
    display: block;
    font-size: 18px; }
  .title02:first-letter {
    color: #FFAE0E; }
  .title02.center {
    text-align: center; }
  .title02.light_blue:first-letter {
    color: #009BD7; }
  .title02.light_green:first-letter {
    color: #A0B805; }

/******************************************


共通部分


******************************************/
.header_area {
  display: flex;
  justify-content: space-between; }
  .header_area .logo_area {
    max-width: 75px;
    padding: 10px 0 10px 15px;
    z-index: 9999; }
    @media screen and (min-width: 769px) {
      .header_area .logo_area {
        max-width: 120px;
        padding: 5px 0 15px 15px; } }
    .header_area .logo_area a {
      display: block; }

@media screen and (min-width: 769px) {
  .attention_btn {
    background: #FFAE0E;
    color: #FFF !important;
    position: relative; }
    .attention_btn:after {
      display: block;
      width: 15px;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(100deg, #FFF 50%, #FFAE0E 50%); }
    .attention_btn span:before {
      border-bottom: 3px solid #FFF !important; } }
#overlay {
  display: none;
  cursor: pointer; }

@media screen and (min-width: 769px) {
  .nav_area {
    display: block !important;
    height: 100%; }
    .nav_area .globalnav {
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      position: relative;
      height: 100%; }
      .nav_area .globalnav a {
        min-width: 180px;
        position: relative;
        color: #373737;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 15px 15px;
        height: 100%; }
        .nav_area .globalnav a.logo {
          display: none; }
        .nav_area .globalnav a:hover {
          text-decoration: none;
          opacity: 0.7; }
      .nav_area .globalnav > a span,
      .nav_area .globalnav .dropdown > a span {
        position: relative; }
        .nav_area .globalnav > a span:before,
        .nav_area .globalnav .dropdown > a span:before {
          content: "";
          display: inline-block;
          border-bottom: 3px solid #FFAE0E;
          width: 0;
          position: absolute;
          bottom: -3px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          /* Safari用 */
          transform: translate(-50%, 0);
          transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          z-index: 1; }
      .nav_area .globalnav > a:hover,
      .nav_area .globalnav .dropdown > a:hover {
        text-decoration: none; }
        .nav_area .globalnav > a:hover span:before,
        .nav_area .globalnav .dropdown > a:hover span:before {
          width: 100%; }
      .nav_area .globalnav .btn_area {
        display: none; }
      .nav_area .globalnav .dropdown > div {
        box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        padding: 50px 40px;
        z-index: 10;
        opacity: 0;
        font-size: 1rem; }
        .nav_area .globalnav .dropdown > div p {
          width: 100%;
          font-weight: bold; }
        .nav_area .globalnav .dropdown > div a {
          font-size: 0.8em;
          color: #373737;
          display: inline-block;
          width: 200px;
          max-width: 100%;
          border-bottom: 1px solid #373737;
          padding-bottom: 5px;
          margin-right: 15px; }
          .nav_area .globalnav .dropdown > div a:hover {
            color: #FFAE0E; }
          .nav_area .globalnav .dropdown > div a + p {
            margin-top: 30px; }
      .nav_area .globalnav .dropdown:hover > div {
        display: block;
        opacity: 1; } }
@media screen and (max-width: 768px) {
  .nav_area {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    height: calc(100vh - 60px);
    display: none;
    overflow: hidden;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 55px 0;
    max-width: 100%;
    opacity: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-touch-action: pan-y;
    -moz-touch-action: pan-y;
    -ms-touch-action: pan-y;
    -o-touch-action: pan-y;
    touch-action: pan-y; }
    .nav_area.scroll {
      overflow-y: scroll; }

  .globalnav {
    width: 92vw;
    min-height: 100%;
    height: 100%;
    max-width: 680px;
    margin: auto;
    position: relative; }
    .globalnav a {
      position: relative; }
    .globalnav a, .globalnav .close {
      color: #373737;
      width: 100%;
      max-width: 100vw;
      display: flex;
      text-align: center;
      align-items: center;
      height: auto;
      padding: 40px 15px;
      border-bottom: 1px solid #EEE; }
      .globalnav a:before, .globalnav .close:before {
        display: inline-block;
        content: ">";
        margin-right: 8px;
        font-weight: bold; }
      .globalnav a:hover, .globalnav .close:hover {
        color: #FFAE0E;
        text-decoration: none; }
    .globalnav > .btn_area {
      padding: 30px 0; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .globalnav > .btn_area {
        display: flex; } }
@media screen and (max-width: 768px) {
      .globalnav > .btn_area a {
        width: 96%; }
    .globalnav .close {
      position: fixed;
      top: 0;
      right: -100vw;
      margin-left: 0 !important;
      z-index: 99999;
      cursor: pointer;
      transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
      .globalnav .close:before {
        content: "<"; }
      .globalnav .close:after {
        content: "戻る"; }
    .globalnav.open {
      overflow-y: scroll;
      overflow-x: hidden; }
      .globalnav.open > * {
        margin-left: -110%; }
      .globalnav.open .on .close {
        right: 0 !important;
        margin-left: 0;
        background: black; }
    .globalnav .dropdown {
      max-width: 100%;
      transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      touch-action: pan-y; }
      .globalnav .dropdown > a:before {
        content: ">";
        transform: rotate(90deg); }
      .globalnav .dropdown > div {
        margin-top: 30px;
        padding-bottom: 80px;
        -webkit-touch-action: pan-y;
        -moz-touch-action: pan-y;
        -ms-touch-action: pan-y;
        -o-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        right: -100%;
        transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        z-index: 9999; }
        .globalnav .dropdown > div::-webkit-scrollbar {
          width: 4px; }
        .globalnav .dropdown > div::-webkit-scrollbar-thumb {
          background: #2cc2e4; }
        .globalnav .dropdown > div::-webkit-scrollbar-track-piece {
          background: #dddddd; }
        .globalnav .dropdown > div p {
          color: #FFF;
          margin: 0 0 10px;
          font-weight: bold;
          border-left: 5px solid #FFF;
          padding: 3px 8px; }
        .globalnav .dropdown > div a + p {
          margin-top: 40px; }
      .globalnav .dropdown.on > div {
        right: 0;
        width: 100%; } }
.nav_btn {
  color: #FFF;
  position: fixed;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 15%, #FFAE0E 15%);
  right: 0;
  top: 0;
  padding: 10px 10px 10px 25px;
  z-index: 9999;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .nav_btn {
      display: none; } }
  .nav_btn::before {
    display: block;
    content: 'MENU';
    font-size: 10px;
    margin-top: 71%;
    font-weight: bold;
    text-align: center;
    line-height: 1.6; }
  .nav_btn span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    max-width: 30px;
    /*長さ*/
    width: 100%;
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    left: calc(50% + 7px);
    top: 45%;
    margin-top: -5px;
    z-index: 999;
    transform: translateX(-50%); }
    .nav_btn span::before, .nav_btn span::after {
      position: absolute;
      height: 3px;
      /*線の太さ*/
      width: 30px;
      /*長さ*/
      border-radius: 5px;
      background: inherit;
      display: block;
      content: '';
      cursor: pointer;
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(0deg);
      transform: translate(-50%, 0) rotate(0deg); }
    .nav_btn span::before {
      top: -7px; }
    .nav_btn span::after {
      top: 7px; }
    .nav_btn span::before, .nav_btn span::after {
      opacity: 1;
      z-index: 999;
      transition: 0.5s; }

body {
  height: auto;
  touch-action: auto; }
  body.open_menu {
    overflow: hidden;
    height: 100vh;
    -webkit-touch-action: none;
    -moz-touch-action: none;
    -ms-touch-action: none;
    -o-touch-action: none;
    touch-action: none; }
  body.noscroll {
    position: fixed; }

.open_menu .header_area .logo_area {
  position: fixed; }
.open_menu .nav_area {
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .open_menu .nav_area {
      display: flex !important; } }
.open_menu #overlay {
  display: block;
  content: "";
  background: white;
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
.open_menu .nav_btn::before {
  content: 'CLOSE';
  color: #FFF;
  font-size: 8px; }
.open_menu .nav_btn > span {
  z-index: 999;
  height: 0;
  background: #FFF; }
  .open_menu .nav_btn > span::before, .open_menu .nav_btn > span::after {
    width: 28px;
    right: 2px;
    z-index: 999;
    transition: 0.5s;
    transform-origin: center; }
  .open_menu .nav_btn > span::before {
    top: 4px;
    -webkit-transform: translate(-50%, -7px) rotate(-90deg);
    transform: translate(-50%, -7px) rotate(-45deg); }
  .open_menu .nav_btn > span::after {
    top: -9px;
    -webkit-transform: translate(-50%, 7px) rotate(90deg);
    transform: translate(-50%, 7px) rotate(45deg); }

.service_list > li {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }
  .service_list > li a {
    padding: 50px 15px;
    display: block;
    height: 100%;
    color: #373737;
    text-align: center; }
    .service_list > li a:hover {
      text-decoration: none; }
  .service_list > li .title {
    text-decoration: none;
    font-size: 25px;
    margin-bottom: 30px; }
  .service_list > li img {
    max-height: 100px;
    display: block;
    margin: 40px auto 30px; }
    @media screen and (min-width: 769px) {
      .service_list > li img {
        margin: 0 auto 30px; } }
  .service_list > li p {
    font-size: 14px; }

.content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    .content_box {
      flex-wrap: nowrap; } }
  .content_box .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .content_box .text {
        width: calc(100% - 50%); } }
    .content_box .text + .img {
      margin-top: 30px; }
  .content_box .img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .content_box .img + .text {
        margin-top: 30px; } }
    @media screen and (min-width: 769px) {
      .content_box .img {
        width: calc(50% - 30px); } }
    .content_box .img img {
      display: block;
      width: auto;
      max-width: 100%;
      margin: auto; }

.cv_area {
  background-image: url(../img/cv_bg.jpg);
  background-position: center;
  background-size: cover; }
  .cv_area .title01 {
    color: #FFF; }
  .cv_area .btn.border {
    background: none;
    border: 1px solid #FFF;
    color: #FFF; }

.footer_area {
  background: #373737;
  padding: 50px 0 30px; }
  @media screen and (min-width: 769px) {
    .footer_area {
      padding: 30px 0; } }
  .footer_area nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .footer_area nav {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .footer_area nav a {
      width: 50%;
      margin-bottom: 15px;
      text-align: center;
      color: #FFF; }
      @media screen and (min-width: 769px) {
        .footer_area nav a {
          width: auto;
          margin-bottom: 0; } }
      .footer_area nav a:hover {
        color: #FFAE0E; }

small {
  background: #373737;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 15px 0; }
  @media screen and (min-width: 769px) {
    small {
      padding: 0; } }

.sub_main {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  text-align: center; }
  .sub_main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25); }
  .sub_main div {
    position: relative;
    z-index: 1;
    font-size: 50px;
    color: #FFF;
    font-weight: bold; }
    .sub_main div:first-letter {
      text-transform: capitalize; }

.breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      max-width: 100%;
      overflow-x: scroll;
      white-space: nowrap; } }
  .breadcrumbs > * {
    display: inline-block;
    color: #373737; }
  .breadcrumbs a:after {
    content: ">";
    display: inline-block;
    margin: 0 5px; }

/*# sourceMappingURL=common.css.map */
