@charset "UTF-8";
/*----------------- Bootstrapから上書き -----------------*/
.container {
  width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container {
      width: 90%;
      margin: 0 auto; } }
  @media (max-width: 992px) {
    .container {
      width: 100%; } }
  @media (max-width: 768px) {
    .container {
      width: 100%; } }

button {
  outline: none;
  background: none;
  border: 0; }

.navbar-nav {
  margin: 0;
  padding: 0; }
  .navbar-nav li a {
    padding: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li, ol li {
    margin: 0;
    padding: 0; }

p, dt, dd, li {
  font-size: 14px; }

span, strong {
  display: block; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 24px;
  color: #333333; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs14 {
  font-size: 14px; }

/*----------------- 全体 -----------------*/
body {
  color: #313735;
  font-family: "ヒラギノ角ゴ Pro","MS PGothic","メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"MS UI Gothic",Helvetica,Arial,sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: justify;
  background-image: url("../images/common/bg_dot.png");
  background-attachment: fixed;
  margin: 0; }

a {
  color: #333333;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: #ff8800; }

strong {
  font-weight: 100; }

.font-ja-hira {
  font-family: "ヒラギノ明朝 ProN ", "Hiragino Mincho ProN", "游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.font-ja-yumin {
  font-family: "ヒラギノ明朝 ProN ", "Hiragino Mincho ProN", "游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

img {
  max-width: 100%; }

.cl-b {
  color: #313735; }

.cl-y {
  color: #333333; }

.cl-o {
  color: #fff; }

.cl-lb {
  color: #19203a; }

.cl-w {
  color: #FFF; }

.bg-b {
  background: #000000;
  border: 1px solid #313735; }

.bg-y {
  background: #333333;
  border: 1px solid #333333; }

.bg-o {
  background: #fff;
  border: 1px solid #fff; }

.bg-lb {
  background: #19203a;
  border: 1px solid #19203a; }

.bg-w {
  background: #FFF;
  border: 1px solid #FFF; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .mb50 {
      margin-bottom: 25px; } }

.mb60 {
  margin-bottom: 60px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.flex-center {
  display: flex;
  align-items: center; }

.flex-list {
  display: flex;
  flex-wrap: wrap; }

.title-border {
  border-left: 4px solid #333333;
  padding-left: 10px; }

.title-line {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px; }

.title-line-lb {
  border-bottom: 1px solid #19203a; }

.title-bg {
  color: #FFF;
  padding: 15px; }

.br-sp {
  display: none; }
  @media (max-width: 851px) {
    .br-sp {
      display: block; } }

@media (max-width: 1161px) {
  .tab-none {
    display: none; } }

.pc-none {
  display: none; }
  @media (max-width: 851px) {
    .pc-none {
      display: block; } }

@media (max-width: 851px) {
  .sp-none {
    display: none; } }

.pc-none {
  display: none; }
  @media (max-width: 851px) {
    .pc-none {
      display: block; } }

.indent {
  text-indent: 1em; }
  @media (max-width: 851px) {
    .indent {
      text-indent: 0; } }

.flexiblebox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/*----------------- common -----------------*/
.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: block;
    overflow: hidden; }
  .cf:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both; }

/*----------------- ヘッダー -----------------*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

header {
  position: absolute;
  top: 0;
  right: 0;
  display: block; }

.nav-button {
  display: none; }
  @media (max-width: 851px) {
    .nav-button {
      display: block;
      cursor: pointer;
      margin: 0 20px;
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;
      z-index: 999;
      z-index: 20;
      position: relative;
      width: 40px;
      height: 20px; }
      .nav-button span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px; }
        .nav-button span:nth-of-type(1) {
          top: 0; }
        .nav-button span:nth-of-type(2) {
          top: 7.5px; }
        .nav-button span:nth-of-type(3) {
          bottom: 0; }
      .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-20deg);
        transform: translateY(8px) rotate(-20deg);
        background-color: #fff; }
      .nav-button.active span:nth-of-type(2) {
        opacity: 0; }
      .nav-button.active span:nth-of-type(3) {
        background-color: #fff;
        -webkit-transform: translateY(-9px) rotate(20deg);
        transform: translateY(-9px) rotate(20deg); } }

@media (max-width: 851px) {
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%; } }

@media (max-width: 851px) {
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto; } }

.nav-wrap .nav li {
  display: block; }
  .nav-wrap .nav li a {
    color: #333;
    padding: 0; }
    @media (max-width: 851px) {
      .nav-wrap .nav li a {
        color: #fff;
        font-size: 18px; } }

/*--------------メニューボタン--------------*/
.nav-wrap.open {
  display: block;
  opacity: 1;
  /*---_set.css @keyframes fade-inで制御---*/
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in; }

.nav-wrap.close {
  display: none; }

.nav-wrap .nav {
  text-align: right; }
  .nav-wrap .nav a {
    color: #313735;
    text-decoration: none;
    font-size: 14px; }
  .nav-wrap .nav li {
    display: inline-block;
    text-align: center; }
    .nav-wrap .nav li span {
      font-size: 12px;
      text-align: left; }
      @media (max-width: 1275px) {
        .nav-wrap .nav li span {
          display: none; } }
  @media (max-width: 1135px) {
    .nav-wrap .nav .g_tel {
      display: none; } }
  .nav-wrap .nav .nav_li {
    width: 115px;
    position: relative;
    display: inline-block; }
    @media (max-width: 851px) {
      .nav-wrap .nav .nav_li {
        width: 100%;
        margin: 20px auto; } }
    .nav-wrap .nav .nav_li:after {
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -15px;
      left: 0;
      background: #313735;
      content: '';
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s; }
    .nav-wrap .nav .nav_li:hover::after {
      transform: scale(1, 1); }
  .nav-wrap .nav .nav_line {
    width: 8.5%;
    position: relative;
    display: inline-block; }
    .nav-wrap .nav .nav_line:after {
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -15px;
      left: 0;
      background: #313735;
      content: '';
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s; }
    .nav-wrap .nav .nav_line:hover::after {
      transform: scale(1, 1); }

.header.fixed {
  width: 100%;
  margin-top: 0;
  top: -5px;
  position: fixed;
  z-index: 1000;
  height: 100px;
  padding-top: 0px;
  background: #fff;
  background: none;
  transition: top 0.3s ease-in;
  -webkit-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in; }
  @media (max-width: 851px) {
    .header.fixed {
      width: 100%;
      height: auto;
      top: 0;
      right: 0;
      text-align: right; } }
  .header.fixed .inner {
    padding: 40px 0 0;
    background: none;
    box-shadow: none; }
    .header.fixed .inner ul li a img {
      -moz-background-size: 80% auto;
      background-size: 80% auto; }

@media (max-width: 767px) {
  #header.fixed {
    height: 50px;
    border-bottom: 1px solid #333;
    box-shadow: none; } }

@media (max-width: 767px) {
  #header.fixed .inner {
    height: 50px;
    box-shadow: none;
    padding: 0;
    margin: 0; } }

.sp_head {
  width: 100%;
  position: relative; }
  .sp_head p {
    width: 50px;
    position: absolute; }
  .sp_head .line_sp {
    right: 114px; }
  .sp_head .tel_sp {
    right: 65px; }
  .sp_head #nav_toggle {
    width: 34px;
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }
    .sp_head #nav_toggle div {
      position: relative; }
    .sp_head #nav_toggle span {
      width: 100%;
      display: block;
      position: absolute;
      height: 4px;
      background: #666;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .sp_head #nav_toggle span:nth-child(1) {
        top: 0; }
      .sp_head #nav_toggle span:nth-child(2) {
        top: 8px; }
      .sp_head #nav_toggle span:nth-child(3) {
        top: 22px; }

@media (max-width: 767px) {
  .sp_head #nav_toggle {
    display: block; } }

/*----------------- ヘッダースマホ設定 -----------------*/
/*----------------- フッター -----------------*/
.footer-wrap {
  background: #000; }
  .footer-wrap .logo-area {
    width: 100%;
    height: 300px;
    background: url(../images/common/footer_bk.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
    .footer-wrap .logo-area p {
      text-align: center;
      margin: 0; }
    .footer-wrap .logo-area .f_logo {
      padding: 45px 0; }
  .footer-wrap #copy p {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    letter-spacing: 1.5px; }
    @media (max-width: 851px) {
      .footer-wrap #copy p {
        font-size: 11px; } }

/*----------------- フッタースマホ設定 -----------------*/
@media (max-width: 767px) {
  .footer-items-nav-area {
    display: none; }
  .footer-wrap ul {
    margin-bottom: 10px; }
  .footer-wrap .pull-right {
    float: none !important;
    text-align: center; } }

/*----------------- メインコンテンツ -----------------*/
/*----------------- メインイメージ -----------------*/
.mainimg {
  font-size: 32px;
  position: relative; }
  .mainimg p, .mainimg a, .mainimg span, .mainimg strong {
    text-shadow: 0 0 5px #313735; }
  .mainimg .logo {
    position: absolute;
    margin: 0;
    position: absolute;
    top: 0;
    left: 17.5%;
    z-index: 999; }
    @media (max-width: 851px) {
      .mainimg .logo {
        z-index: 9; } }
    @media (max-width: 851px) {
      .mainimg .logo .text-vertical {
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb; } }
    .mainimg .logo p {
      width: 12vw;
      background: #ffffff;
      margin: 0; }
      @media (max-width: 851px) {
        .mainimg .logo p {
          width: 15vw; } }
    .mainimg .logo nav {
      margin-top: 30px; }
      @media (max-width: 851px) {
        .mainimg .logo nav {
          margin-top: 0; } }
    @media (max-width: 851px) {
      .mainimg .logo ul {
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 250px;
        margin: auto; } }
    .mainimg .logo ul li {
      float: left;
      margin-left: 15px; }
      @media (max-width: 851px) {
        .mainimg .logo ul li {
          float: none;
          margin-top: 30px;
          margin-left: 0; } }
      .mainimg .logo ul li:first-child {
        margin-left: 0; }
        @media (max-width: 851px) {
          .mainimg .logo ul li:first-child {
            margin-top: 0; } }
      .mainimg .logo ul li a {
        color: #fff;
        font-size: 16px;
        text-decoration: none; }
        .mainimg .logo ul li a span {
          font-size: 16px; }
        .mainimg .logo ul li a strong {
          font-weight: 100; }
    .mainimg .logo ul hr {
      margin: 30px 50px;
      border-width: 1px 0 0 0; }
  .mainimg .sub_title {
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 3.5px;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: auto;
    margin: auto;
    z-index: 998; }
    @media (max-width: 1290px) {
      .mainimg .sub_title {
        display: none; } }
  .mainimg .tel-head {
    position: absolute;
    bottom: 40px;
    right: 0;
    background: #313735;
    z-index: 997;
    padding: 10px 15px; }
    @media (max-width: 992px) {
      .mainimg .tel-head {
        display: none; } }
    .mainimg .tel-head span, .mainimg .tel-head strong {
      color: #fff;
      text-align: center; }
    .mainimg .tel-head span {
      font-size: 14px; }
    .mainimg .tel-head strong {
      font-size: 30px;
      line-height: 1; }
      .mainimg .tel-head strong b {
        font-size: 18px; }

/*----------------- コンテナ・コンテンツ -----------------*/
.text-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.main-wrapper {
  margin-top: -11px; }

.sec01 {
  width: 100%;
  background: url(../images/common/sec01_bk.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  .sec01 .container {
    padding: 80px 0;
    width: 1010px; }
    @media (max-width: 1161px) {
      .sec01 .container {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0; } }
    .sec01 .container .text-vertical-sec1 {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      @media (max-width: 1161px) {
        .sec01 .container .text-vertical-sec1 {
          writing-mode: horizontal-tb;
          -ms-writing-mode: horizontal-tb;
          width: 100%;
          margin: 0 auto;
          text-align: center; } }
    .sec01 .container .pull-right h2 {
      line-height: 1; }
    .sec01 .container .pull-right p {
      font-size: 18px;
      line-height: 2.1; }
      @media (max-width: 1161px) {
        .sec01 .container .pull-right p {
          line-height: 1.5;
          font-size: 16px; } }
    .sec01 .container .pull-left {
      width: 72%; }
      @media (max-width: 1161px) {
        .sec01 .container .pull-left {
          width: 100%;
          margin: 0 auto;
          float: none;
          text-align: center; } }
      .sec01 .container .pull-left p {
        margin: 0; }
    .sec01 .container hr {
      border-right: 1px solid #333333;
      height: 89%;
      margin: 0 40px 35px 32px; }
      @media (max-width: 1161px) {
        .sec01 .container hr {
          display: none; } }

.sec02 .container {
  margin: 0 auto;
  padding: 50px 0;
  width: 620px; }
  @media (max-width: 1161px) {
    .sec02 .container {
      width: 80%;
      padding: 25px 0;
      margin: 0 auto; } }
  .sec02 .container .text-vertical-sec2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media (max-width: 1161px) {
      .sec02 .container .text-vertical-sec2 {
        writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
  .sec02 .container .text-con p {
    font-size: 17px;
    line-height: 1.9; }
    @media (max-width: 1161px) {
      .sec02 .container .text-con p {
        line-height: 1.3;
        margin: 10px 0;
        font-size: 14px; } }
    .sec02 .container .text-con p span {
      margin-right: 6px; }
    .sec02 .container .text-con p b {
      text-combine-upright: all;
      -webkit-text-combine: horizontal;
      -ms-text-combine-horizontal: all; }

.sec03 {
  background: #313735; }
  .sec03 .flex {
    padding: 2.5% 0;
    display: flex;
    align-items: center; }
    .sec03 .flex > p {
      min-width: 8%;
      text-align: left;
      flex-grow: 0;
      flex-shrink: 2; }
    .sec03 .flex > h3 {
      min-width: 8%;
      text-align: center;
      display: inline-block; }
    @media (max-width: 992px) {
      .sec03 .flex {
        flex-direction: column;
        padding: 30px 0; } }
  .sec03 .con_01 .img {
    background: url(../images/item/sec_item_01.jpg) no-repeat; }
  .sec03 .con_02 .img {
    background: url(../images/item/sec_item_02.jpg) no-repeat; }
  .sec03 .con_03 .img {
    background: url(../images/item/sec_item_03.jpg) no-repeat; }
  .sec03 .con_04 .img {
    background: url(../images/item/sec_item_04.jpg) no-repeat; }
  .sec03 .con_05 .img {
    background: url(../images/item/sec_item_05.jpg) no-repeat; }
  .sec03 .con_06 .img {
    background: url(../images/item/sec_item_06.jpg) no-repeat; }
  .sec03 .con_07 .img {
    background: url(../images/item/sec_item_07.jpg) no-repeat; }
  .sec03 .con_08 .img {
    background: url(../images/item/sec_item_08.jpg) no-repeat; }
  .sec03 .con_09 .img {
    background: url(../images/item/sec_item_09.jpg) no-repeat; }
  .sec03 .con_left {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 992px) {
      .sec03 .con_left {
        flex-direction: column; } }
    .sec03 .con_left .text {
      width: 45%; }
      @media (max-width: 992px) {
        .sec03 .con_left .text {
          float: none;
          width: 90%;
          margin: 0 auto; } }
    .sec03 .con_left .img {
      width: 55%; }
      @media (max-width: 992px) {
        .sec03 .con_left .img {
          width: 100%;
          float: none; } }
    .sec03 .con_left .text {
      font-size: 48px; }
      .sec03 .con_left .text .flexiblebox {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
      .sec03 .con_left .text h3 {
        color: #19203a;
        font-size: 0.8em;
        padding: 4% 4%;
        background: #fff;
        width: 90px;
        line-height: 1.7;
        margin: 0 0 0 10%; }
        @media (max-width: 992px) {
          .sec03 .con_left .text h3 {
            margin: 0 auto;
            padding: 3% 3.5%;
            line-height: 1.2;
            width: 30px;
            height: 65px;
            font-size: 26px; } }
      .sec03 .con_left .text p {
        color: #fff;
        margin-left: 4.5%;
        margin-right: 10%; }
        @media (max-width: 992px) {
          .sec03 .con_left .text p {
            text-align: center;
            margin: 16px 0 0; } }
    .sec03 .con_left .img {
      background-position: center;
      background-size: cover;
      padding: 13.6% 0; }
      @media (max-width: 992px) {
        .sec03 .con_left .img {
          padding: 20.6% 0; } }
  .sec03 .con_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse; }
    @media (max-width: 992px) {
      .sec03 .con_right {
        flex-direction: column; } }
    .sec03 .con_right .text {
      float: right;
      width: 45%; }
      @media (max-width: 992px) {
        .sec03 .con_right .text {
          float: none;
          display: block;
          width: 100%; } }
      .sec03 .con_right .text .flexiblebox {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
    .sec03 .con_right .img {
      width: 55%;
      float: right; }
      @media (max-width: 992px) {
        .sec03 .con_right .img {
          width: 100%;
          float: none; } }
    .sec03 .con_right .text {
      font-size: 48px;
      vertical-align: middle; }
      @media (max-width: 992px) {
        .sec03 .con_right .text {
          width: 90%;
          margin: 0 auto; } }
      .sec03 .con_right .text h3 {
        color: #19203a;
        font-size: 0.8em;
        padding: 4% 4%;
        background: #fff;
        width: 90px;
        line-height: 1.7;
        margin: 0 0 0 10%; }
        @media (max-width: 992px) {
          .sec03 .con_right .text h3 {
            margin: 0 auto;
            padding: 10px 30px;
            line-height: 1.2;
            width: 30px;
            height: 65px;
            font-size: 26px; } }
      .sec03 .con_right .text p {
        color: #fff;
        margin-left: 4.5%;
        margin-right: 10%; }
        @media (max-width: 992px) {
          .sec03 .con_right .text p {
            text-align: center;
            margin: 16px 0 0; } }
    .sec03 .con_right .img {
      background-position: center;
      background-size: cover;
      padding: 13.6% 0; }
      @media (max-width: 992px) {
        .sec03 .con_right .img {
          padding: 20.6% 0; } }
  .sec03 .con_01 .text h3, .sec03 .con_04 .text h3, .sec03 .con_05 .text h3, .sec03 .con_06 .text h3, .sec03 .con_08 .text h3 {
    color: #19203a;
    font-size: 0.8em;
    padding: 4% 4%;
    background: #fff;
    width: 90px;
    line-height: 1;
    margin: 0 0 0 10%; }
    @media (max-width: 992px) {
      .sec03 .con_01 .text h3, .sec03 .con_04 .text h3, .sec03 .con_05 .text h3, .sec03 .con_06 .text h3, .sec03 .con_08 .text h3 {
        margin: 0 auto;
        padding: 3% 3.5%;
        line-height: 1.2;
        width: 70px;
        font-size: 26px; } }
  .sec03 .con_03 .text h3 {
    color: #19203a;
    font-size: 0.8em;
    padding: 5% 4%;
    background: #fff;
    width: 90px;
    line-height: 1.7;
    margin: 0 0 0 10%; }
    @media (max-width: 992px) {
      .sec03 .con_03 .text h3 {
        margin: 0 auto;
        padding: 2% 6.5%;
        line-height: 1.2;
        width: 30px;
        height: 65px;
        font-size: 26px; } }
  .sec03 .con_02 .text, .sec03 .con_04 .text, .sec03 .con_07 .text {
    font-size: 48px; }
    .sec03 .con_02 .text h3, .sec03 .con_04 .text h3, .sec03 .con_07 .text h3 {
      color: #19203a;
      font-size: 0.8em;
      padding: 4% 5%;
      background: #fff;
      width: 90px;
      line-height: 1.7;
      margin: 0 0 0 10%; }
      @media (max-width: 992px) {
        .sec03 .con_02 .text h3, .sec03 .con_04 .text h3, .sec03 .con_07 .text h3 {
          margin: 0 auto;
          padding: 2% 6.5%;
          line-height: 1.2;
          width: 30px;
          height: 65px;
          font-size: 26px; } }
  .sec03 .con_09 .text {
    font-size: 48px; }
    .sec03 .con_09 .text h3 {
      color: #19203a;
      font-size: 0.8em;
      padding: 5% 4%;
      background: #fff;
      width: 90px;
      line-height: 1.7;
      margin: 0 0 0 10%; }
      @media (max-width: 992px) {
        .sec03 .con_09 .text h3 {
          margin: 0 auto;
          padding: 2% 6.5%;
          line-height: 1.2;
          width: 30px;
          height: 65px;
          font-size: 26px; } }

.sec04 .container {
  width: 870px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 1161px) {
    .sec04 .container {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0; } }
  .sec04 .container h4 {
    font-size: 20px;
    line-height: 1; }
  .sec04 .container p {
    margin-top: 10px; }
  .sec04 .container span {
    display: inline; }
  .sec04 .container .left {
    float: left;
    width: 48%; }
    @media (max-width: 1161px) {
      .sec04 .container .left {
        width: 100%;
        margin: 0 auto; } }
    .sec04 .container .left .tel p {
      margin: 0; }
    .sec04 .container .left .tel a {
      font-size: 48px;
      line-height: 1; }
      @media (max-width: 1161px) {
        .sec04 .container .left .tel a {
          font-size: 36px; } }
      .sec04 .container .left .tel a span {
        font-size: 26px; }
        @media (max-width: 1161px) {
          .sec04 .container .left .tel a span {
            font-size: 21px; } }
  .sec04 .container .right {
    float: right;
    width: 47%; }
    @media (max-width: 1161px) {
      .sec04 .container .right {
        width: 100%;
        margin: 0 auto; } }
  .sec04 .container .sns ul.flex {
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
    justify-content: space-between; }
    @media (max-width: 1161px) {
      .sec04 .container .sns ul.flex {
        width: 100%;
        padding-top: 20px; } }
    .sec04 .container .sns ul.flex a {
      padding: 20px 123px;
      background: #313735;
      border: 1px solid #313735;
      transition: 0.5s; }
      @media (max-width: 1161px) {
        .sec04 .container .sns ul.flex a {
          width: 39%;
          padding: 15px 15px; } }
      .sec04 .container .sns ul.flex a li i {
        color: #fff;
        font-size: 30px;
        transition: 0.5s; }
        @media (max-width: 1161px) {
          .sec04 .container .sns ul.flex a li i {
            display: flex;
            align-items: center; } }
        .sec04 .container .sns ul.flex a li i span {
          display: inline-block;
          padding-left: 20px;
          font-size: 24px; }
          @media (max-width: 1161px) {
            .sec04 .container .sns ul.flex a li i span {
              font-size: 18px;
              padding-left: 10px; } }
      .sec04 .container .sns ul.flex a:hover {
        background: #fff;
        border: 1px solid #313735; }
        .sec04 .container .sns ul.flex a:hover li i {
          color: #313735; }
