﻿body {
    color: #010101;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .1rem
  }
  
  a {
    color: #1D2633;
    text-decoration: none;
    transition: all 0.3s ease
  }
  
  a:hover {
    color: #2f3e54
  }
  
  img {
    max-width: 100%;
    height: auto
  }
  
  #header {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #1D2633;
    box-shadow: 0 3px 3px rgba(1, 1, 1, 0.2);
    color: #fff
  }
  
  #header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px
  }
  
  #header .inner #logo {
    width: 300px
  }
  
  #header .inner #navi {
    text-align: center
  }
  
  #header .inner #navi ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
  }
  
  #header .inner #navi ul li {
    position: relative;
    box-sizing: border-box
  }
  
  #header .inner #navi ul li a {
    display: block;
    position: relative;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600
  }
  
  #header .inner #navi ul li a span {
    display: block;
    color: #fc7c04;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase
  }
  
  #header .inner #navi ul li a:hover {
    background-color: #246
  }
  
  #header .inner .mail_contact {
    position: absolute;
    top: 0;
    right: 0
  }
  
  #header .inner .mail_contact a {
    display: block;
    background: #1D2633;
    color: #fff;
    padding: 25px 25px 28px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center
  }
  
  #header .inner .mail_contact a span {
    display: block;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase
  }
  
  #header .inner .mail_contact a:hover {
    background: #2f3e54
  }
  
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
  }
  
  #page-top a {
    display: block;
    background: #fc7c04;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
  }
  
  #page-top a:hover {
    background: #fd9636
  }
  
  #page-top a:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
    -webkit-animation: pagetop 1.5s infinite;
    animation: pagetop 1.5s infinite
  }
  
  @keyframes pagetop {
    0% {
      -webkit-transform: translate(0, 6px);
      transform: translate(0, 6px);
      opacity: 0
    }
  
    50% {
      opacity: 1
    }
  
    100% {
      -webkit-transform: translate(0, -6px);
      transform: translate(0, -6px);
      opacity: 0
    }
  }
  
  #footer {
    position: relative;
    background-color: #19202B;
    color: #fff
  }
  
  #footer .inner {
    padding: 50px 0 100px
  }
  
  #footer .inner .foot_navi {
    padding-bottom: 50px;
    text-align: center
  }
  
  #footer .inner .foot_navi>ul {
    width: 768px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap
  }
  
  #footer .inner .foot_navi>ul>li {
    width: 25%
  }
  
  #footer .inner .foot_navi>ul>li>a {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff
  }
  
  #footer .inner .foot_navi>ul>li>a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash
  }
  
  #footer .inner .foot_navi>ul>li>a:before {
    content: "";
    background-color: #fc7c04;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
  }
  
  #footer .inner .foot_sub_navi {
    margin-top: 10px;
    font-size: 1.2rem
  }
  
  #footer .inner .foot_sub_navi li {
    margin-bottom: 5px
  }
  
  #footer .inner .foot_sub_navi li:last-child {
    margin-bottom: 0
  }
  
  #footer .inner .foot_sub_navi li a {
    color: #fff
  }
  
  #footer .inner .foot_sub_navi li a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash
  }
  
  #footer .inner .foot_sub_navi li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #1D2633
  }
  
  #footer .inner .flogo {
    margin: 0 auto 30px;
    width: 250px
  }
  
  #footer .inner .address {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2rem
  }
  
  #footer .inner .copyright {
    text-align: center;
    font-size: 1.2rem
  }
  
  #nav-toggle,
  #gloval-nav {
    display: none
  }
  
  .contact_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
  }
  
  .contact_btn li {
    width: 29%;
    margin: 0 1.5%
  }
  
  .contact_btn li a,
  .contact_btn li span {
    display: block;
    border: 1px solid #fc7c04;
    padding: .7em 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
  }
  
  .contact_btn li a:before,
  .contact_btn li span:before {
    margin-right: 10px
  }
  
  .contact_btn li a.tel_btn,
  .contact_btn li span.tel_btn {
    background: #fff;
    color: #fc7c04
  }
  
  .contact_btn li a.tel_btn:before,
  .contact_btn li span.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
  }
  
  .contact_btn li a.fax_btn,
  .contact_btn li span.fax_btn {
    background: #fff;
    color: #fc7c04
  }
  
  .contact_btn li a.fax_btn:before,
  .contact_btn li span.fax_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: 900
  }
  
  .contact_btn li a.mail_btn,
  .contact_btn li span.mail_btn {
    background: #fc7c04;
    color: #fff
  }
  
  .contact_btn li a.mail_btn:hover,
  .contact_btn li span.mail_btn:hover {
    background: #fd9636
  }
  
  .contact_btn li a.mail_btn:before,
  .contact_btn li span.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
  }
  
  .contact_btn.contact_btn_02 li {
    width: 100%;
    margin: 0 0 20px
  }
  
  .contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
  }
  
  #slideshow {
    position: relative;
    overflow: hidden
  }
  
  #slideshow #catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 640px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal
  }
  
  #slideshow .next_contents {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px
  }
  
  #slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
  }
  
  #slideshow .next_contents span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box
  }
  
  .swiper-slide {
    overflow: hidden
  }
  
  .slide-img {
    overflow: hidden;
    height: 100vh
  }
  
  .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }
  
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0
    }
  
    40% {
      opacity: 1
    }
  
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0
    }
  
    100% {
      opacity: 0
    }
  }
  
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0
    }
  
    40% {
      opacity: 1
    }
  
    80% {
      transform: translate(0, 20px);
      opacity: 0
    }
  
    100% {
      opacity: 0
    }
  }
  
  .single {
    margin: 0 auto;
    width: 1150px;
    padding-bottom: 70px
  }
  
  .single_01 {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 70px
  }
  
  .single_02 {
    margin: 0 auto;
    width: 1024px;
    padding-bottom: 70px
  }
  
  .single_03 {
    margin: 0 auto;
    width: 768px;
    padding-bottom: 70px
  }
  
  .main_contents {
    padding-top: 50px
  }
  
  .bg_common {
    padding-top: 70px
  }
  
  .bg_b {
    margin-bottom: 70px
  }
  
  .bg_01 {
    position: relative;
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: cover;
    color: #fff
  }
  
  .bg_01:before {
    background: rgba(29, 38, 51, 0.8);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
  }
  
  .bg_02 {
    background-color: #fcfcfc
  }
  
  .bg_03 {
    background-image: url(../img/bg_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }
  
  .bg_04 {
    background-color: #f7f7f7
  }
  
  .half {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
  }
  
  .half .child {
    width: 50%
  }
  
  .triple {
    display: flex;
    justify-content: space-between
  }
  
  .triple .child {
    width: 33.3%
  }
  
  .four {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px
  }
  
  .four .child {
    width: 25%
  }
  
  .column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
  }
  
  .column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
  }
  
  .column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
  }
  
  .column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
  }
  
  .column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
  }
  
  .column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
  }
  
  .column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: -3%
  }
  
  .column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
  }
  
  .column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
  }
  
  .column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -1%
  }
  
  .column5 .child {
    width: 19.2%;
    margin: 0 1% 1% 0
  }
  
  .column5 .child:nth-child(5n) {
    margin: 0 0 1% 0
  }
  
  .flex_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px
  }
  
  .flex_type:last-child {
    margin-bottom: 0
  }
  
  .flex_type_01 .flex_image {
    width: 32%
  }
  
  .flex_type_01 .flex_detail {
    width: 65%
  }
  
  .mtitle_big {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2
  }
  
  .mtitle_big span {
    display: block;
    color: #fc7c04;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase
  }
  
  .mtitle_middle {
    position: relative;
    background-image: url(../img/bg_mtitle_line.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 600
  }
  
  .mtitle_middle span {
    margin-left: 1em;
    font-size: .8em
  }
  
  .mtitle_small {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px
  }
  
  .mtitle_small:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #1D2633;
    position: absolute;
    left: 0;
    bottom: -15px
  }
  
  .mtitle {
    position: relative;
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2.2rem;
    font-weight: 600
  }
  
  .mtitle:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #1D2633
  }
  
  .mtitle_border {
    overflow: hidden;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px
  }
  
  .mtitle_border span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em
  }
  
  .mtitle_border span::before,
  .mtitle_border span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 25px;
    height: 1px;
    background-color: #ccc
  }
  
  .mtitle_border span::before {
    right: 100%
  }
  
  .mtitle_border span::after {
    left: 100%
  }
  
  .mtitle_top {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .2em
  }
  
  .mtitle_sub {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 600
  }
  
  .mtitle_sub:before {
    content: "";
    background-color: #1D2633;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
  }
  
  .mtitle_news {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2
  }
  
  .mtitle_news span {
    display: block;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase
  }
  
  .mtitle_message {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500
  }
  
  .mtitle_about {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500
  }
  
  .mtitle_about span {
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    margin-right: 5px;
    font-size: 1.3em
  }
  
  .mtitle_flow {
    padding: 0 0 30px 120px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5
  }
  
  .mtitle_flow span {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
    width: auto;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    padding: 10px 20px
  }
  
  .mtitle_flow span:before,
  .mtitle_flow span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
  }
  
  .mtitle_flow span:after {
    background: #1D2633;
    content: "";
    z-index: -1
  }
  
  .mtitle_circle {
    position: relative;
    background: #1D2633;
    color: #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center
  }
  
  .mtitle_circle h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.2;
    font-weight: 600;
    text-align: center
  }
  
  .mtitle_circle h3 span {
    display: block;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1.8em;
    text-transform: uppercase
  }
  
  .mtitle_bnr {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center
  }
  
  .mtitle_bnr:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #1D2633;
    margin: .2em auto 0
  }
  
  .a_btn {
    margin-top: 30px
  }
  
  .a_btn a,
  .a_btn button {
    display: table;
    background: #fff;
    border: 1px solid #1D2633;
    color: #1D2633;
    padding: .3em 3em;
    border-radius: 100px;
    margin: 0 auto
  }
  
  .a_btn a:after,
  .a_btn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px
  }
  
  .a_btn a:hover,
  .a_btn button:hover {
    background: #1D2633;
    color: #fff
  }
  
  .b_btn {
    display: block;
    margin-top: 30px;
    width: 300px;
    padding: 1em;
    text-align: center;
    color: #1D2633;
    border: 1px solid #1D2633;
    background-color: transparent;
    position: relative;
    -webkit-transition: .46s;
    transition: .46s
  }
  
  .b_btn:hover {
    background-color: #1D2633;
    color: #fff
  }
  
  .b_btn:hover .b_btn_icon {
    background-color: #fff;
    right: 26px;
    width: 30px
  }
  
  .b_btn:hover .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
  }
  
  .b_btn .b_btn_icon {
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    width: 60px;
    height: 1px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #1D2633
  }
  
  .b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #1D2633;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #1D2633;
    -webkit-transition: inherit;
    transition: inherit
  }
  
  .b_btn.b_btn_01 {
    margin: 30px auto 0
  }
  
  .b_btn.b_btn_white {
    color: #fff;
    border: 1px solid #fff
  }
  
  .b_btn.b_btn_white:hover {
    background-color: #fff;
    color: #1D2633
  }
  
  .b_btn.b_btn_white:hover .b_btn_icon {
    background-color: #1D2633
  }
  
  .b_btn.b_btn_white:hover .b_btn_icon:before {
    border-left: 4px solid #1D2633;
    border-bottom: 4px solid #1D2633
  }
  
  .b_btn.b_btn_white .b_btn_icon {
    background-color: #fff
  }
  
  .b_btn.b_btn_white .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
  }
  
  .c_btn {
    margin-top: 30px
  }
  
  .c_btn a,
  .c_btn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #010101;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3em
  }
  
  .c_btn a:after,
  .c_btn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    transition: .2s
  }
  
  .c_btn a:hover:after,
  .c_btn button:hover:after {
    right: 10px
  }
  
  .c_btn.c_btn_01 {
    position: absolute;
    bottom: -8%
  }
  
  .c_btn.c_btn_02 a,
  .c_btn.c_btn_02 button {
    margin: 0 auto
  }
  
  .d_btn {
    font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 3.125em;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 30px;
    padding: 0 1.5em;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    width: 300px;
    will-change: transform;
    color: #fff
  }
  
  .d_btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    transform: rotate(45deg)
  }
  
  .d_btn:hover {
    transform: scale(1.1);
    color: #fff
  }
  
  .d_btn:hover:before {
    opacity: 1;
    transform: scale(2) rotate(0deg)
  }
  
  .d_btn span {
    margin: 0 .3125em;
    position: relative;
    z-index: 1
  }
  
  .d_btn i {
    line-height: 1em;
    margin-left: .8em;
    position: relative;
    z-index: 1
  }
  
  .d_btn i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-weight: 900
  }
  
  .d_btn.d_btn_01 {
    background: #246
  }
  
  .d_btn.d_btn_01:before {
    background: #fc7c04
  }
  
  .d_btn.d_btn_02 {
    background: #fc7c04
  }
  
  .d_btn.d_btn_02:before {
    background: #246
  }
  
  .d_btn.d_btn_03 {
    margin: 30px auto 0
  }
  
  .news_box {
    position: relative;
    z-index: 2;
    display: flex;
    background: #fff;
    margin: -5% auto 0;
    width: 90%
  }
  
  .news_box .news_ttile {
    background: #1D2633;
    color: #fff;
    width: 230px;
    padding: 20px 0
  }
  
  .news_box .news_bx {
    width: 100%;
    box-sizing: border-box;
    padding: 20px
  }
  
  .ticker {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%
  }
  
  .ticker ul {
    position: relative;
    width: 100%
  }
  
  .ticker ul li {
    position: relative;
    width: 100%
  }
  
  .news-date {
    margin-right: 1em
  }
  
  .news-top dt {
    float: left;
    width: 7em
  }
  
  .news-top dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
  }
  
  .news-top dd:last-child {
    margin: 0;
    border-bottom: none
  }
  
  .news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #1D2633;
    color: #fff;
    text-align: center
  }
  
  .news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
  }
  
  .news-bl dd:last-child {
    margin: 0;
    border-bottom: none
  }
  
  .tbl {
    width: 100%;
    background-color: #fff
  }
  
  .tbl th,
  .tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
  }
  
  .tbl th {
    background: #f8f8f8;
    font-weight: 500
  }
  
  .tbl_new {
    width: 100%;
    background-color: #fff
  }
  
  .tbl_new tr th,
  .tbl_new tr td {
    vertical-align: top;
    padding: 10px
  }
  
  .tbl_new tr th {
    width: 20%;
    font-weight: 500
  }
  
  .tbl_new tr:nth-child(odd) th,
  .tbl_new tr:nth-child(odd) td {
    background: #f3f3f3
  }
  
  .tbl_form tr th {
    text-align: left;
    width: 25%
  }
  
  .company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
  }
  
  .company th,
  .company td {
    padding: 10px;
    vertical-align: middle
  }
  
  .company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #1D2633;
    color: #fff;
    font-weight: 500
  }
  
  .company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fc7c04;
    border-width: 10px;
    border-left-color: #1D2633;
    margin-top: -10px
  }
  
  .company td {
    background: #fc7c04;
    padding-left: 20px
  }
  
  .tbl_company {
    width: 100%
  }
  
  .tbl_company th,
  .tbl_company td {
    vertical-align: middle
  }
  
  .tbl_company th {
    width: 15%;
    border-bottom: 1px solid #1D2633;
    padding: 12px;
    font-weight: 500
  }
  
  .tbl_company td {
    padding: 22px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.8em
  }
  
  .tbl_01 th {
    width: 20%
  }
  
  .list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
  }
  
  .list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
  
  .list_common li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 5px 0 -1rem;
    color: #1D2633;
    padding: 1px
  }
  
  .list_check li:before {
    content: "\f058";
    color: #1D2633
  }
  
  .list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
  }
  
  .list_note li:last-child {
    margin-bottom: 0
  }
  
  .list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
  }
  
  .list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
  }
  
  .list_disc li:last-child {
    margin-bottom: 0
  }
  
  .list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #1D2633
  }
  
  .list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
  }
  
  .list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
  }
  
  .list_line li:last-child:after {
    display: none
  }
  
  .list_macker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500
  }
  
  .list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
  }
  
  .list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
  }
  
  .rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
  }
  
  .rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
  }
  
  .rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #1D2633;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 2em;
    transition: all .3s ease-out
  }
  
  .works-area {
    display: table;
    width: 100%;
    margin-bottom: 40px
  }
  
  .works-area .before-img,
  .works-area p,
  .works-area .after-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center
  }
  
  .works-area .before-img,
  .works-area .after-img {
    background-color: #f8f8f8;
    width: 45%
  }
  
  .works-area p {
    padding: 0 2%
  }
  
  .works-area div img {
    width: auto;
    max-width: 4100px;
    height: 100%;
    max-height: 330px
  }
  
  .works-area:last-child {
    margin-bottom: 0
  }
  
  .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
  }
  
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  #rss li {
    border-bottom: 1px solid #CCCCCC
  }
  
  #rss li a {
    display: block;
    padding: 10px;
    color: #010101;
    position: relative
  }
  
  #rss li a:after {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #1D2633
  }
  
  #rss li a:hover {
    background: #F8F8F8
  }
  
  .sns_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px
  }
  
  .sns_list li {
    width: 31.3%;
    margin-right: 3%
  }
  
  .sns_list li:last-child {
    margin: 0
  }
  
  .sns_btn {
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle
  }
  
  .sns_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .sns_btn i {
    font-size: 2rem;
    position: relative;
    top: 3px;
    margin-right: 10px
  }
  
  .sns_btn span {
    display: inline-block;
    position: relative;
    transition: .5s
  }
  
  .sns_btn:hover {
    color: #fff
  }
  
  .sns_btn:hover span {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg)
  }
  
  .facebook_btn {
    background: #4267b2
  }
  
  .insta_btn {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
  }
  
  .insta_btn:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
  }
  
  .line_btn {
    background: #00b82b
  }
  
  .article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f8f8f8
  }
  
  .article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
  
  .article .article_detail {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    padding: 100px 0
  }
  
  .article .article_detail .inner {
    margin: 0 auto;
    width: 80%
  }
  
  .article.article_b {
    margin-bottom: 50px
  }
  
  .article.article_01 .article_image {
    background-image: url(../img/top_bnr_01.jpg)
  }
  
  .article.article_02 .article_image {
    background-image: url(../img/article_02.jpg)
  }
  
  .article.article_03 .article_image {
    background-image: url(../img/article_03.jpg)
  }
  
  .article.article_04 .article_image {
    background-image: url(../img/top_section_img.jpg)
  }
  
  .article.article_05 .article_image {
    background-image: url(../img/top_link_02.jpg)
  }
  
  .article.article_06 .article_image {
    background-image: url(../img/top_link_01.jpg)
  }
  
  .article.article_07 .article_image {
    background-image: url(../img/article_07.jpg)
  }
  
  .about_article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff
  }
  
  .about_article .article_image {
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
  
  .about_article .article_detail {
    position: relative;
    width: 65%;
    box-sizing: border-box;
    padding: 30px 0
  }
  
  .about_article .article_detail .inner {
    margin: 0 auto;
    width: 80%
  }
  
  .news_list li {
    padding: 20px;
    border-bottom: 1px dotted #010101
  }
  
  .news_list li a {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    color: #010101
  }
  
  .news_list li a .news_date {
    margin-right: 20px
  }
  
  .news_list li a .news_category {
    background: #010101;
    color: #fff;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
  }
  
  .blog {
    display: block;
    overflow: hidden;
    color: #010101
  }
  
  .thumb_image {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: 196px
  }
  
  .thumb_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle;
    border-radius: 10px
  }
  
  .date {
    display: inline-block;
    margin-bottom: 15px
  }
  
  .date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px;
    color: #1D2633
  }
  
  .date_top {
    display: inline-block;
    font-size: 1.4rem
  }
  
  .blog_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }
  
  .blog_contents .blog_main {
    width: 65%;
    box-sizing: border-box
  }
  
  .blog_contents .blog_side {
    width: 30%
  }
  
  .category_nav {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px
  }
  
  .category_nav li {
    border-bottom: 1px dotted #010101
  }
  
  .category_nav li:last-child {
    border-bottom: none
  }
  
  .category_nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff
  }
  
  .category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    color: #1D2633;
    margin-right: 5px
  }
  
  .category_nav li:last-child a {
    border-bottom: none
  }
  
  .blog_title {
    margin-bottom: 10px;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase
  }
  
  .blog_title:before {
    margin-right: 5px;
    color: #1D2633
  }
  
  .blog_title.archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900
  }
  
  .blog_title.new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900
  }
  
  .blog_article {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
    padding: 20px;
    margin-bottom: 70px
  }
  
  .blog_article:last-child {
    margin-bottom: 0
  }
  
  .blog_new {
    border-bottom: 1px dotted #1D2633
  }
  
  .blog_new:last-child {
    border-bottom: none
  }
  
  .blog_new a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px
  }
  
  .blog_new a .image {
    width: 40%
  }
  
  .blog_new a .detail {
    width: 50%
  }
  
  .blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  
  .pages {
    overflow: hidden;
    margin-top: 50px
  }
  
  .pages .page_next,
  .pages .page_prev {
    display: inline-block
  }
  
  .pages .page_next a,
  .pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fff
  }
  
  .pages .page_next {
    float: left
  }
  
  .pages .page_prev {
    float: right
  }
  
  .faq dt:before,
  .faq dd:before {
    margin-right: 10px;
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
  }
  
  .faq dt,
  .faq dd {
    text-indent: -40px
  }
  
  .faq dt:before,
  .faq dd:before {
    text-indent: 0
  }
  
  .faq dt {
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 1em 0 40px;
    border-bottom: 1px solid #CCCCCC
  }
  
  .faq dt:before {
    content: "Q";
    background: #1D2633
  }
  
  .faq dd {
    margin-bottom: 20px;
    padding: 0 1em 1em 40px
  }
  
  .faq dd:before {
    content: "A";
    background: #fc7c04
  }
  
  .thumb_list {
    display: block;
    color: #010101;
    font-size: 1.4rem
  }
  
  .thumb_list .thumb_image {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    background: #eef6f3
  }
  
  .thumb_list .thumb_image img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
  }
  
  .thumb_list .thumb_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }
  
  .thumb_list .thumb_image:after {
    display: block;
    content: '';
    padding-top: 67%
  }
  
  .thumb_list .thumb_title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 500
  }
  
  .thumb_list:hover {
    color: #010101
  }
  
  .thumb_list:hover .thumb_image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  
  .detail_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #fff;
    padding: 3px 10px;
    font-size: 1.2rem
  }
  
  .detail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #1D2633;
    margin-right: 5px
  }
  
  .gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
  }
  
  .gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
  }
  
  .gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
  }
  
  .gallery_ul li a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff
  }
  
  .gallery_ul li a img {
    display: block;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
  }
  
  .gallery_ul li a:before {
    display: block;
    content: '';
    padding-top: 66%
  }
  
  .gallery_ul li a:hover img {
    opacity: .6
  }
  
  .gallery_ul li a:first-child {
    display: block
  }
  
  .gallery_ul li span {
    display: block;
    margin-top: 5px
  }
  
  .top_section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px 8.33333%;
    color: #fff
  }
  
  .top_section:before {
    content: "";
    display: block;
    background-color: #1D2633;
    position: absolute;
    top: 12%;
    left: 0;
    z-index: 1;
    width: 0;
    height: 76%;
    -webkit-transition: width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
    width: 83.33333%
  }
  
  .top_section .top_section_body {
    position: relative;
    z-index: 2;
    width: 41.66667%;
    padding: 100px 50px
  }
  
  .top_section .top_section_img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 50%;
    height: 350px
  }
  
  .top_section .top_section_img .move {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
  }
  
  .top_section .top_section_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }
  
  .snip figure.snip1432 {
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    width: 100%;
    max-height: 350px;
    background: #1D2633
  }
  
  .snip figure.snip1432 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
  }
  
  .snip figure.snip1432 img {
    opacity: .5;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
  }
  
  .snip figure.snip1432 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .snip figure.snip1432 figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
  }
  
  .snip figure.snip1432 figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
  }
  
  .snip figure.snip1432 figcaption>div.two h3,
  .snip figure.snip1432 figcaption>div.two p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center
  }
  
  .snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    font-weight: 500
  }
  
  .snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-family: "YakuHanJP", "Vollkorn", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase
  }
  
  .snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 100px
  }
  
  .snip figure.snip1432:hover {
    background: #1D2633
  }
  
  .snip figure.snip1432:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
  }
  
  .snip figure.snip1432:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
  }
  
  .snip figure.snip1432:hover figcaption>div.two p {
    display: block
  }
  
  .snip figure.snip1432:hover img {
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
  }
  
  .snip figure.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
  }
  
  .bnr_link {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -2%
  }
  
  .bnr_link li {
    width: 23.5%;
    margin: 0 2% 2% 0
  }
  
  .bnr_link li a {
    display: block;
    color: #fc7c04;
    padding: 10px;
    border: 1px solid #fc7c04;
    text-align: center
  }
  
  .bnr_link li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    margin-left: 5px
  }
  
  .bnr_link.bnr_link_01 li {
    width: 32%
  }
  
  .bnr_link.bnr_link_01 li:nth-child(3n) {
    margin: 0 0 2% 0
  }
  
  .bnr_link.bnr_link_02 li {
    width: 49%
  }
  
  .bnr_link.bnr_link_02 li:nth-child(2n) {
    margin: 0 0 2% 0
  }
  
  .num {
    color: #1D2633;
    text-align: center
  }
  
  .num_big {
    font-size: 2rem
  }
  
  .num_big span {
    color: #1D2633;
    font-weight: 600
  }
  
  .menu_fee {
    padding: 30px;
    border: 5px solid #ccc;
    text-align: center
  }
  
  .menu_fee .fee_num {
    margin-bottom: 10px;
    font-size: 4rem;
    font-weight: 600
  }
  
  .carousel {
    padding: 0 60px
  }
  
  .mbox {
    background-color: #fff;
    box-shadow: 0 0.625em 3.125em rgba(51, 68, 85, 0.1);
    padding: 50px
  }
  
  .macker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .3em;
    background-position: 0 1em;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: 500;
    padding: 0 5px
  }
  
  .macker.active {
    background-position: -100% .8em
  }
  
  .policy {
    background-color: #fff;
    padding: 30px
  }
  
  .cut {
    overflow: hidden;
    zoom: 1
  }
  
  @-webkit-keyframes loadingAnim {
    0% {
      width: 0
    }
  
    100% {
      width: 100%;
      -webkit-transform: translate(100%);
      transform: translate(100%)
    }
  }
  
  @keyframes loadingAnim {
    0% {
      width: 0
    }
  
    100% {
      width: 100%;
      -webkit-transform: translate(100%);
      transform: translate(100%)
    }
  }
  
  @-webkit-keyframes loadingAnim_text {
    0% {
      opacity: 1;
      color: #1D2633
    }
  
    50% {
      color: #010101
    }
  
    100% {
      opacity: .5;
      color: #eee
    }
  }
  
  @keyframes loadingAnim_text {
    0% {
      opacity: 1;
      color: #1D2633
    }
  
    50% {
      color: #010101
    }
  
    100% {
      opacity: .5;
      color: #eee
    }
  }
  
  @-webkit-keyframes flash {
    0% {
      opacity: .4
    }
  
    100% {
      opacity: 1
    }
  }
  
  @keyframes flash {
    0% {
      opacity: .4
    }
  
    100% {
      opacity: 1
    }
  }
  
  @-webkit-keyframes animation-bar {
    0% {
      left: 0;
      right: auto;
      width: 0
    }
  
    50% {
      left: 0;
      right: auto;
      width: 100%
    }
  
    51% {
      left: auto;
      right: 0;
      width: 100%
    }
  
    100% {
      left: auto;
      right: 0;
      width: 101%
    }
  }
  
  @keyframes animation-bar {
    0% {
      left: 0;
      width: 0
    }
  
    50% {
      left: 0;
      width: 100%
    }
  
    51% {
      left: 0;
      width: 100%
    }
  
    100% {
      left: 101%;
      width: 0
    }
  }
  
  @-webkit-keyframes animation-txt {
    0% {
      opacity: 0
    }
  
    50% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  @keyframes animation-txt {
    0% {
      opacity: 0
    }
  
    50% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  .animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
  }
  
  .animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
  }
  
  .animation .animation-box {
    display: block;
    text-align: center
  }
  
  .animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  
  .animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #1D2633
  }
  
  .animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  
  .effect_fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s
  }
  
  .effect_fade.effect_scroll {
    opacity: 1;
    transform: translate(0, 0)
  }
  
  .page_title_box {
    background-image: url(../img/bg_slide_01.jpg);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    color: #fff
  }
  
  .page_title_box .inner {
    background-color: rgba(29, 38, 51, 0.8);
    padding: 140px 0 40px
  }
  
  .breadcrumb_box {
    padding: 10px 0
  }
  
  .breadcrumb_box .breadcrumb {
    margin: 0 auto;
    width: 1150px;
    padding-left: 0
  }
  
  .breadcrumb_box .breadcrumb li {
    display: inline
  }
  
  .breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
  }
  
  .breadcrumb_box .breadcrumb .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
  }
  
  .form .required {
    background: #FF4F4F;
    color: #fff;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
  }
  
  .form .textarea,
  .form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
  }
  
  .form .textarea {
    height: 30px
  }
  
  .form .textarea02 {
    width: 48.5%;
    margin-right: 3%
  }
  
  .form .textarea02:last-child {
    margin-right: 0
  }
  
  .form .textarea03 {
    width: 20%;
    margin-right: 1%
  }
  
  .form button {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem
  }
  
  .form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
  }
  
  .form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
  }
  
  .form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #1D2633;
    z-index: 1
  }
  
  .form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fc7c04
  }
  
  .form label.radio_text input[type="radio"]:checked {
    box-shadow: none
  }
  
  .form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
  }
  
  .form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
  }
  
  .form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
  }
  
  .form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #1D2633;
    border-bottom: 3px solid #1D2633;
    transform: rotate(45deg);
    z-index: 1
  }
  
  .form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
  }
  
  .form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
  }
  
  .form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
  }
  
  .form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
  }
  
/* フォームCMS */
.submit-btn {
	background: #224466 !important;
	border: none !important;
	font-size: 15px !important;
	width: 260px !important;
    border-radius: 0px !important;
}

.submit-btn:hover {
	background: #FC7C04 !important;
    color: #fff !important;
}

.submit-btn::before {
	display: none !important;
}

.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
    background: #FF4F4F !important;
    border-radius: 0px !important;
    padding: 2px 5px !important;
    }
/* ------------------------ */