@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000;
  transition: .2s; }
  a:hover {
    opacity: .7;
    transition: .2s; }

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.sp {
  display: none; }

.sp_tel {
  pointer-events: none; }

.clearfix::after {
  content: '';
  clear: both;
  display: block; }

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  width: 100%;
  min-width: 1250px;
  padding: 0 25px; }
  .hd_bg .hd {
    width: 100%;
    max-width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto; }
    .hd_bg .hd .logo_area {
      width: 450px;
      padding-top: 15px; }
      .hd_bg .hd .logo_area .h1_ttl {
        font-size: .875em;
        line-height: 1; }
      .hd_bg .hd .logo_area .hd_logo {
        display: block;
        margin-top: 5px; }
    .hd_bg .hd .contact_area {
      width: 440px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center; }
      .hd_bg .hd .contact_area a {
        display: inline-block; }
        .hd_bg .hd .contact_area a.hd_tel {
          width: 240px; }
        .hd_bg .hd .contact_area a.hd_contact {
          width: 150px; }

/*----------------------------------------------------------------------------
******************************************************************************
** main
******************************************************************************
----------------------------------------------------------------------------*/
.mv {
  width: 100%;
  min-width: 1200px;
  height: calc(760 / 1920 * 100vw);
  background: url("../images/main.jpg") no-repeat center center;
  background-size: cover; }

.content_bg {
  width: 100%;
  min-width: 1250px;
  padding: 0 25px; }
  .content_bg .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

.cv_area {
  background-color: #f39800; }
  .cv_area .content {
    padding: 40px 0 50px; }
    .cv_area .content .ttl01 {
      width: 100%;
      font-size: 2.375em;
      line-height: 1;
      color: #fff;
      letter-spacing: .1em;
      text-align: center;
      margin-bottom: 20px; }
    .cv_area .content .box01 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center; }
      .cv_area .content .box01 .cv_tel {
        width: 480px;
        padding-left: 50px; }
      .cv_area .content .box01 .cv_contact {
        display: inline-block; }

.index01 .content {
  padding: 60px 30px 70px; }
  .index01 .content .list01 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px; }
    .index01 .content .list01 li {
      width: 336px; }

.index02 {
  background-color: #fff7ef; }
  .index02 .content {
    padding: 100px 0; }
    .index02 .content .ttl01 {
      font-size: 2.625em;
      line-height: 1;
      letter-spacing: .1em;
      text-align: center; }
    .index02 .content .list01 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 50px; }
      .index02 .content .list01 li {
        width: 380px; }
    .index02 .content .ttl02 {
      font-size: 2.875em;
      color: #ec7000;
      line-height: 1.4;
      letter-spacing: .1em;
      text-align: center;
      padding-top: 120px;
      margin-top: 50px;
      position: relative; }
      .index02 .content .ttl02::before {
        content: '';
        background: url("../images/icon-01.png") no-repeat center center;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .index02 .content .ttl02 span {
        display: inline-block;
        border-bottom: solid 2px #ec7000; }
    .index02 .content .txt01 {
      font-size: 1.5em;
      text-align: center;
      margin-top: 20px; }
    .index02 .content .img01 {
      text-align: center;
      margin-top: 70px; }
    .index02 .content .txt02 {
      font-size: 1.5em;
      text-align: center;
      margin-top: 50px;
      position: relative;
      padding-bottom: 170px; }
      .index02 .content .txt02::before {
        content: '';
        background: url("../images/arrow01.png") no-repeat center center;
        width: 329px;
        height: 100px;
        background-size: contain;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0%); }
    .index02 .content .ttl03 {
      width: 100%;
      text-align: center;
      margin-top: 50px; }
      .index02 .content .ttl03 span {
        font-size: 2.875em;
        letter-spacing: .1em;
        color: #ec7000;
        position: relative;
        display: inline-block;
        padding: 10px 40px 0;
        line-height: 1; }
        .index02 .content .ttl03 span::before {
          content: '';
          width: 3px;
          height: 100%;
          background-color: #ec7000;
          position: absolute;
          bottom: -3px;
          left: 0;
          transform: rotate(-30deg); }
        .index02 .content .ttl03 span::after {
          content: '';
          width: 3px;
          height: 100%;
          background-color: #ec7000;
          position: absolute;
          bottom: -3px;
          right: 0;
          transform: rotate(30deg); }
    .index02 .content .list02 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 50px;
      padding: 0 30px; }
      .index02 .content .list02 li {
        width: 339px; }

.index03 {
  background-color: #f5f5f5; }
  .index03 .content {
    padding: 100px 0; }
    .index03 .content .ttl01 {
      font-size: 2.625em;
      line-height: 1;
      letter-spacing: .1em;
      text-align: center; }
    .index03 .content .list01 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 70px; }
      .index03 .content .list01 li {
        width: 380px; }
        .index03 .content .list01 li p {
          font-size: 1.5em;
          letter-spacing: .1em;
          text-align: center;
          margin-top: 30px; }
    .index03 .content .list02 {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 70px; }
      .index03 .content .list02 li {
        width: 580px; }

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  width: 100%; }
  .ft_bg .ft01_bg {
    width: 100%;
    min-width: 1250px;
    padding: 0 25px 130px; }
    .ft_bg .ft01_bg .ft01 {
      width: 100%;
      max-width: 1200px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      padding: 25px 0;
      margin: 0 auto; }
      .ft_bg .ft01_bg .ft01 a {
        display: inline-block; }
      .ft_bg .ft01_bg .ft01 .copy {
        width: 380px;
        font-size: 1em;
        text-align: right;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-align-items: center;
        align-items: center; }
  .ft_bg .ft02_bg {
    width: 100%;
    min-width: 1250px;
    background-color: #ef8200;
    transition: .3s; }
    .ft_bg .ft02_bg.fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      opacity: 1;
      transition: .3s; }
    .ft_bg .ft02_bg .ft02 {
      width: 100%;
      max-width: 1200px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      margin: 0 auto; }
      .ft_bg .ft02_bg .ft02 a {
        display: inline-block; }
        .ft_bg .ft02_bg .ft02 a.ft_tel {
          margin-right: 30px; }
