@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* Animation
/* アニメーション関係変数
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.com-txt-color-text {
  color: #333333 !important; }

.com-bg-text {
  color: #333333 !important; }

.com-txt-color-main {
  color: #0E80BC !important; }

.com-bg-main {
  color: #0E80BC !important; }

.com-txt-color-sub-main {
  color: #0F3143 !important; }

.com-bg-sub-main {
  color: #0F3143 !important; }

.com-txt-color-accent-main {
  color: #EB9621 !important; }

.com-bg-accent-main {
  color: #EB9621 !important; }

.com-txt-color-danger {
  color: red !important; }

.com-bg-danger {
  color: red !important; }

.com-txt-color-white {
  color: #fff !important; }

.com-bg-white {
  color: #fff !important; }

.com-txt-color-facebook {
  color: #3b5999 !important; }

.com-bg-facebook {
  color: #3b5999 !important; }

.com-txt-color-twitter {
  color: #1da1f2 !important; }

.com-bg-twitter {
  color: #1da1f2 !important; }

.com-txt-color-youtube {
  color: #cd201f !important; }

.com-bg-youtube {
  color: #cd201f !important; }

.com-txt-color-line {
  color: #18ba07 !important; }

.com-bg-line {
  color: #18ba07 !important; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px; }

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #333333;
  font-size: 15px;
  font-size: 1rem;
  letter-spacing: 0.1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.2; }

p {
  margin: 0; }
  p + p {
    margin-top: 1em; }

ul, dl, figure {
  margin: 0;
  padding: 0; }

dt {
  font-weight: normal; }

ul, li {
  list-style: none; }

a {
  color: #333333;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  a:before, a:after {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  a:hover {
    color: #333333;
    text-decoration: none; }

em {
  font-style: normal;
  font-weight: normal;
  color: inherit; }

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.06667rem; }

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="image"]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: .8em;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2; }

address {
  margin-bottom: 0; }

/* uk-container
====================================== */
.uk-container {
  max-width: 960px; }
  .uk-container-small {
    max-width: 375px; }
  .uk-container-middle {
    max-width: 960px; }
  .uk-container-large {
    max-width: 1280px; }
  .uk-container-expand {
    max-width: none; }

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden; }

/* #header
====================================== */
/* parts
--------------------------------- */
/* #header-offcanvas-btn
--------------------------------- */
/* #header-logo　
--------------------------------- */
/* #header-tel　
--------------------------------- */
/* header
====================================== */
#header {
  position: fixed;
  z-index: 100;
  width: 100%; }

#globalNavi {
  margin-bottom: -30px;
  background: #fff;
  z-index: 1;
  height: 70px;
  position: relative; }
  @media (max-width: 639px) {
    #globalNavi {
      height: 60px; } }
  @media (min-width: 1200px) {
    #globalNavi {
      height: 150px; } }
  #globalNavi .uk-container-large {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #globalNavi .header-main-menu {
    width: 100%; }
  #globalNavi #header-logo {
    background: #0F3143;
    padding: 15px 15px 15px 3%;
    border-radius: 0 0 10px 0;
    z-index: 1;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 2.625rem; }
    @media (min-width: 1200px) {
      #globalNavi #header-logo {
        padding: 60px 20px 60px 0; } }
    #globalNavi #header-logo:before {
      content: "";
      background: #0F3143;
      height: 184px;
      width: calc(16.5% - 48px);
      border-radius: 0 0 10px 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 1199px) {
        #globalNavi #header-logo:before {
          height: 95px; } }
      @media (max-width: 959px) {
        #globalNavi #header-logo:before {
          width: calc(17.5% - 48px); } }
      @media (max-width: 639px) {
        #globalNavi #header-logo:before {
          height: 101px;
          width: calc(30.5% - 48px); } }
      @media (min-width: 1200px) {
        #globalNavi #header-logo:before {
          width: calc(26.5% - 48px); } }
      @media (min-width: 2500px) {
        #globalNavi #header-logo:before {
          width: calc(36% - 90px); } }
    @media (max-width: 639px) {
      #globalNavi #header-logo img {
        width: 158px; } }
  #globalNavi .header-top-menu {
    background: #0E80BC;
    color: #fff;
    height: 35px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      #globalNavi .header-top-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 1199px) {
      #globalNavi .header-top-menu {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit; } }
    #globalNavi .header-top-menu > p {
      font-size: 13px;
      font-size: 0.86667rem;
      padding: 3px 0 3px 15px; }
      @media (min-width: 1200px) {
        #globalNavi .header-top-menu > p {
          padding: 4px 0; } }
  #globalNavi #gnav {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit; }
    @media (max-width: 1199px) {
      #globalNavi #gnav {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit; } }
    #globalNavi #gnav .header-bottom-menu {
      font-size: 16px;
      font-size: 1.06667rem;
      text-align: center;
      padding-left: 0;
      width: 100%; }
      #globalNavi #gnav .header-bottom-menu li {
        position: relative;
        line-height: 1.4;
        width: 25%; }
        #globalNavi #gnav .header-bottom-menu li:first-child a::after {
          content: none; }
      #globalNavi #gnav .header-bottom-menu a {
        color: #0F3143;
        font-weight: 500;
        line-height: 1.4; }
        #globalNavi #gnav .header-bottom-menu a::after {
          content: "";
          border-right: 1px solid #D6E1E6;
          height: calc(100% - 2.8em);
          position: absolute;
          top: 50%;
          left: -3%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #globalNavi #gnav .header-bottom-menu a:hover {
          color: #0E80BC;
          opacity: 1; }
      #globalNavi #gnav .header-bottom-menu span {
        display: block;
        font-family: "Noto serif JP", sans-serif;
        color: #0E80BC;
        font-size: 13px;
        font-size: 0.86667rem;
        margin-top: 5px; }
  #globalNavi .phone-num {
    margin-right: 30px; }

.h-tit {
  color: #fff;
  display: block;
  white-space: nowrap;
  font-size: 10px;
  font-size: 0.66667rem; }

.contact-btn {
  max-width: 250px;
  width: 100%;
  text-align: center; }
  @media (max-width: 1199px) {
    .contact-btn {
      position: absolute;
      right: 2%; } }
  .contact-btn a {
    color: #fff;
    border-radius: 0 0 8px 8px;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    background: #EB9621 url(../img/common/parts/btn-orange.svg) no-repeat 205px center; }
    @media (min-width: 1200px) {
      .contact-btn a {
        padding: 8px 60px 8px 30px;
        background-position: 195px; } }

.phone-num {
  color: #0F3143; }
  @media (min-width: 1200px) {
    .phone-num {
      margin-top: -5px; } }
  .phone-num .phone-text {
    margin-left: 37px;
    font-size: 12px;
    font-size: 0.8rem; }
  .phone-num a {
    font-size: 32px;
    font-size: 2.13333rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    white-space: nowrap; }
    @media (min-width: 960px) {
      .phone-num a {
        letter-spacing: -0.01em; } }
  .phone-num img {
    padding-right: 10px; }
    @media (max-width: 1199px) {
      .phone-num img {
        margin-top: -10px; } }

/* gnav
====================================== */
/* #header-offcanvas-btn
--------------------------------- */
.toggle {
  display: block;
  background: #0F3143;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 5; }
  @media (max-width: 639px) {
    .toggle {
      width: 60px;
      height: 60px; } }
  .toggle span {
    display: block;
    position: absolute;
    width: 45px;
    border-bottom: solid 4px #fff;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 14px; }
    @media (max-width: 639px) {
      .toggle span {
        left: 12px;
        width: 38px; } }
    .toggle span:first-child {
      top: 21px; }
      @media (max-width: 639px) {
        .toggle span:first-child {
          top: 15px; } }
    .toggle span:nth-child(2) {
      top: 34px; }
      @media (max-width: 639px) {
        .toggle span:nth-child(2) {
          top: 28px; } }
    .toggle span:last-child {
      top: 49px; }
      @media (max-width: 639px) {
        .toggle span:last-child {
          top: 41px; } }

/* #lnav
====================================== */
/* #footer
====================================== */
/* footer-logo
====================================== */
/* footer-head
====================================== */
#footer-head {
  padding: 60px 0; }
  @media (max-width: 1199px) {
    #footer-head .footer-contact {
      text-align: center;
      -ms-flex-wrap: initial;
      flex-wrap: initial;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 959px) {
    #footer-head .footer-contact {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 1199px) {
    #footer-head .phone-num {
      margin-top: 0;
      margin-right: 0; } }
  #footer-head .phone-num a {
    font-size: 33px;
    font-size: 2.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 960px) {
      #footer-head .phone-num a {
        font-size: 39px;
        font-size: 2.6rem; } }
  #footer-head .phone-num .phone-text {
    font-size: 12px;
    font-size: 0.8rem;
    margin-left: 0;
    text-align: center; }
    @media (max-width: 959px) {
      #footer-head .phone-num .phone-text {
        text-align: center; } }
    @media (min-width: 960px) {
      #footer-head .phone-num .phone-text {
        font-size: 15px;
        font-size: 1rem; } }
  #footer-head .com-btn-02 {
    max-width: 100%;
    margin-top: 0; }
    @media (max-width: 959px) {
      #footer-head .com-btn-02 {
        margin: 30px auto 0 auto; } }
    @media (min-width: 440px) {
      #footer-head .com-btn-02 {
        max-width: 375px; } }
    #footer-head .com-btn-02 a {
      margin-bottom: 10px;
      background-position: 292px; }
      @media (max-width: 639px) {
        #footer-head .com-btn-02 a {
          background-position: 90%; } }
      #footer-head .com-btn-02 a:hover {
        color: #fff;
        background: #d47d05 url(../img/common/parts/btn-orange.svg) no-repeat 292px center; }
        @media (max-width: 639px) {
          #footer-head .com-btn-02 a:hover {
            background-position: 278px; } }
    #footer-head .com-btn-02 img {
      padding-right: 10px; }

/* footer-body
====================================== */
@media (min-width: 960px) {
  .footer-item {
    width: auto; } }

/* footer-foot
====================================== */
#footer-foot {
  padding: 60px 0;
  color: #fff;
  background: #0F3143; }
  @media (min-width: 960px) {
    #footer-foot .footer-container {
      padding-left: 0; } }
  #footer-foot .uk-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  #footer-foot #footer-logo .h-tit {
    color: #fff;
    font-size: 10px;
    font-size: 0.66667rem;
    margin-bottom: 5px; }
  @media (max-width: 639px) {
    #footer-foot .com-mt-s {
      font-size: 15px;
      font-size: 1rem; } }
  #footer-foot .com-mt-s a {
    color: #fff; }

/* parts
====================================== */
/* pagetop
-------------------------------------- */
#pagetop {
  font-size: 10px;
  font-size: 0.66667rem;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 100;
  display: none; }

/* telリンク
-------------------------------------- */
@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.73333rem; }

.uk-offcanvas-bar {
  background: #fff;
  padding: 0; }

.uk-nav .uk-nav-header {
  background: #0F3143;
  padding: .5em 1em;
  border-bottom: 0; }
  .uk-nav .uk-nav-header::before {
    content: none; }

.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
  position: relative; }
  .uk-nav > li::before {
    position: absolute;
    content: "\f15b";
    font-family: "FontAwesome";
    color: #808080;
    font-size: 16px;
    font-size: 1.06667rem;
    margin-right: .4em;
    font-style: normal;
    top: 7px;
    left: 15px; }
  .uk-nav > li a {
    padding: .5em 2.5em;
    color: #333333 !important; }
    .uk-nav > li a:hover {
      color: #0E80BC !important; }

.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important; }

.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important; }

.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0; }
  .uk-nav .uk-nav-sub li a {
    padding: .5em 1em;
    padding-left: 2em; }
  .uk-nav .uk-nav-sub li + li {
    border-top: 1px solid #fff; }

.nav-messag {
  background: #0E80BC;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 0.86667rem;
  padding: 15px 0;
  line-height: 1.6; }
  .nav-messag > p {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 960px) {
      .nav-messag > p {
        width: 73%; } }

.uk-container-large {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 960px) {
    .uk-container-large {
      padding-left: 40px;
      padding-right: 40px;
      margin: 0 auto; } }

.uk-container-middle {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 960px) {
    .uk-container-middle {
      padding-left: 40px;
      padding-right: 40px;
      margin: 0 auto; } }

/* アニメーション
====================================== */
.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* section
====================================== */
/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 70px; }
  @media (min-width: 1200px) {
    .page-tit-01 {
      height: 220px;
      padding-top: 190px; } }
  * + .page-tit-01 {
    margin-top: 70px; }
    @media (min-width: 640px) {
      * + .page-tit-01 {
        margin-top: 90px; } }
  .page-tit-01 .main-tit {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 960px;
    padding: 20px; }
  .page-tit-01 .tit {
    display: block;
    margin: 0;
    font-size: 22px;
    font-size: 1.46667rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.1429;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px; }
    @media (min-width: 960px) {
      .page-tit-01 .tit {
        font-size: 28px;
        font-size: 1.86667rem; } }
    .page-tit-01 .tit + .text {
      margin-top: 20px; }
  .page-tit-01 .text {
    display: block;
    margin: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.2em; }
    @media (min-width: 640px) {
      .page-tit-01 .text {
        font-size: 16px;
        font-size: 1.06667rem; } }
  .page-tit-01 .bg {
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    /* background: rgba(11,90,193,03);
    background: linear-gradient(90deg, rgba(11,90,193,1) 0%, rgba(11,90,193,1) 100%); */
    -webkit-transition: opacity 0.8s cubic-bezier(0.21, 0.4, 0.45, 0.94);
    -o-transition: opacity 0.8s cubic-bezier(0.21, 0.4, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.21, 0.4, 0.45, 0.94); }
    @media (min-width: 960px) {
      .page-tit-01 .bg {
        top: 70px; } }
    @media (min-width: 1200px) {
      .page-tit-01 .bg {
        top: 130px; } }
  .page-tit-01 .bgInner {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .page-tit-01 .bgInner::before, .page-tit-01 .bgInner::after {
      opacity: .04; }
    .page-tit-01 .bgInner img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      /* opacity: .3; */
      pointer-events: none;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94);
      transition: -webkit-transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94);
      -o-transition: transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94);
      transition: transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94);
      transition: transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94); }
  body.is-loaded .page-tit-01 .bg {
    opacity: 1; }
  body.is-loaded .page-tit-01 .bg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.com-tit-01 {
  color: #0F3143;
  font-weight: 600;
  line-height: 2; }
  @media (max-width: 959px) {
    .com-tit-01 {
      font-size: 27px;
      font-size: 1.8rem; } }
  @media (max-width: 639px) {
    .com-tit-01 {
      font-size: 17px;
      font-size: 1.13333rem;
      line-height: 1.6; } }
  @media (min-width: 960px) {
    .com-tit-01 {
      font-size: 33px;
      font-size: 2.2rem;
      line-height: 1.4; } }
  .com-tit-01 span {
    display: block;
    line-height: 1.6; }
    @media (max-width: 959px) {
      .com-tit-01 span {
        font-size: 18px;
        font-size: 1.2rem; } }
    @media (max-width: 639px) {
      .com-tit-01 span {
        font-size: 13px;
        font-size: 0.86667rem; } }
    @media (min-width: 960px) {
      .com-tit-01 span {
        font-size: 20px;
        font-size: 1.33333rem; } }

.com-tit-02 {
  font-size: 21px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 960px) {
    .com-tit-02 {
      font-size: 33px;
      font-size: 2.2rem;
      margin-bottom: 50px; } }
  .com-tit-02 span {
    font-size: 18px;
    font-size: 1.2rem;
    display: block;
    line-height: 1; }
    @media (min-width: 960px) {
      .com-tit-02 span {
        font-size: 20px;
        font-size: 1.33333rem; } }

.com-tit-03 {
  color: #0F3143; }
  @media (max-width: 959px) {
    .com-tit-03 {
      line-height: 1.6;
      font-size: 16px;
      font-size: 1.06667rem; } }
  @media (max-width: 639px) {
    .com-tit-03 {
      font-size: 18px;
      font-size: 1.2rem; } }
  @media (min-width: 960px) {
    .com-tit-03 {
      font-size: 20px;
      font-size: 1.33333rem; } }
  .com-tit-03 em {
    font-weight: 600; }
    @media (max-width: 959px) {
      .com-tit-03 em {
        font-size: 24px;
        font-size: 1.6rem; } }
    @media (max-width: 639px) {
      .com-tit-03 em {
        font-size: 22px;
        font-size: 1.46667rem; } }
    @media (min-width: 960px) {
      .com-tit-03 em {
        font-size: 28px;
        font-size: 1.86667rem; } }

.com-tit-04 {
  line-height: 1.6; }
  @media (max-width: 1199px) {
    .com-tit-04 {
      text-align: left;
      font-size: 21px;
      font-size: 1.4rem; } }
  @media (max-width: 959px) {
    .com-tit-04 {
      text-align: center;
      font-size: 25px;
      font-size: 1.66667rem; } }
  @media (min-width: 1200px) {
    .com-tit-04 {
      font-size: 30px;
      font-size: 2rem; } }
  .com-tit-04 span {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
    color: #0E80BC; }

.com-tit-05 {
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #0F3143;
  font-size: 17px;
  font-size: 1.13333rem; }
  @media (min-width: 640px) {
    .com-tit-05 {
      font-size: 28px;
      font-size: 1.86667rem; } }
  .com-tit-05 span {
    font-size: 14px;
    font-size: 0.93333rem; }
    @media (min-width: 640px) {
      .com-tit-05 span {
        font-size: 20px;
        font-size: 1.33333rem; } }

.com-tit-06 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
  color: #0F3143;
  border-bottom: 5px solid #0E80BC; }
  @media (min-width: 640px) {
    .com-tit-06 {
      font-size: 24px;
      font-size: 1.6rem; } }

.com-tit-07 {
  font-size: 18px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
  padding: 60px 0 80px 0;
  background: #317193;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .com-tit-07 {
      font-size: 33px;
      font-size: 2.2rem; } }
  .com-tit-07::after {
    content: url(../img/common/parts/tit-border-wh.svg);
    position: absolute;
    bottom: 37px;
    right: 0;
    left: 0; }

.com-tit-08 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    .com-tit-08 {
      font-size: 24px;
      font-size: 1.6rem; } }
  .com-tit-08::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    width: 100px;
    height: 5px;
    background: #0F3143;
    content: ''; }

.com-tit-09 {
  font-size: 18px;
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #DCDCDC; }
  @media (min-width: 960px) {
    .com-tit-09 {
      font-size: 22px;
      font-size: 1.46667rem; } }

/* panel パネル
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .com-mt-s {
      margin-top: 30px; } }

.com-mt-m {
  margin-top: 40px; }
  @media (min-width: 640px) {
    .com-mt-m {
      margin-top: 60px; } }

.com-mt-l {
  margin-top: 90px; }
  @media (min-width: 640px) {
    .com-mt-l {
      margin-top: 120px; } }

.com-mt-1em {
  margin-top: 1em; }

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em; }
  .com-list-01 li::before {
    content: "・";
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em; }
  .com-list-01 li + li {
    margin-top: .4em; }

.com-list-01.notice li::before {
  content: "※"; }

.com-list-01.circle li::before {
  content: "●"; }

.com-list-01.square li::before {
  content: "■"; }

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0; }
  .com-list-02 li {
    margin-left: 1.8em; }
    .com-list-02 li + li {
      margin-top: .4em; }
    .com-list-02 li::before {
      counter-increment: item;
      content: counter(item) ".";
      display: inline-block;
      width: 1.5em;
      padding-right: .3em;
      margin-left: -1.8em;
      text-align: right; }

/* 下層ページ MV下部コンテンツ
--------------------------------- */
.com-sec-01 {
  margin-top: -70px;
  z-index: 1;
  position: relative; }
  @media (min-width: 960px) {
    .com-sec-01 {
      margin-top: -20px; } }
  @media (max-width: 639px) {
    .com-sec-01 .uk-container-large {
      padding: 0 20px; } }
  .com-sec-01 .com-sec-wrap {
    padding: 60px 100px;
    background: #fff; }
    @media (max-width: 639px) {
      .com-sec-01 .com-sec-wrap {
        padding: 30px 40px; } }
    @media (min-width: 1500px) {
      .com-sec-01 .com-sec-wrap {
        padding: 60px 130px; } }

@media (max-width: 1199px) {
  .com-sec-02 .sub-content {
    padding: 60px 0; } }

.com-sec-02 .sub-content:nth-child(odd) {
  background: #F2F8FC; }

.com-sec-02 .sub-content:nth-child(even) .uk-container-large > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 959px) {
  .com-sec-02 .sub-content .uk-container-large > div {
    margin: 0; } }

@media (max-width: 959px) {
  .com-sec-02 .sub-content figure {
    width: 80%;
    margin: 0 auto;
    padding-left: 0; } }

@media (max-width: 639px) {
  .com-sec-02 .sub-content figure {
    width: 100%; } }

@media (min-width: 960px) {
  .com-sec-02 .sub-content figure {
    width: 51.5%; } }

.com-sec-02 .sub-content figure img {
  width: 100%; }

@media (max-width: 959px) {
  .com-sec-02 .sub-content .text-detail {
    padding-left: 0; } }

@media (min-width: 960px) {
  .com-sec-02 .sub-content .text-detail {
    padding-right: 30px;
    width: 47%; } }

/* text テキスト
--------------------------------- */
.center {
  text-align: center; }

.small {
  font-size: 12px;
  font-size: 0.8rem; }

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.66667rem; }

.com-fz-11 {
  font-size: 11px;
  font-size: 0.73333rem; }

.com-fz-12 {
  font-size: 12px;
  font-size: 0.8rem; }

.com-fz-13 {
  font-size: 13px;
  font-size: 0.86667rem; }

.com-fz-14 {
  font-size: 14px;
  font-size: 0.93333rem; }

.com-fz-15 {
  font-size: 15px;
  font-size: 1rem; }

.com-fz-16 {
  font-size: 16px;
  font-size: 1.06667rem; }

.com-fz-17 {
  font-size: 17px;
  font-size: 1.13333rem; }

.com-fz-18 {
  font-size: 18px;
  font-size: 1.2rem; }

.com-fz-19 {
  font-size: 19px;
  font-size: 1.26667rem; }

.com-fz-20 {
  font-size: 20px;
  font-size: 1.33333rem; }

.com-fz-21 {
  font-size: 21px;
  font-size: 1.4rem; }

.com-fz-22 {
  font-size: 22px;
  font-size: 1.46667rem; }

.com-fz-23 {
  font-size: 23px;
  font-size: 1.53333rem; }

.com-fz-24 {
  font-size: 24px;
  font-size: 1.6rem; }

.com-fz-25 {
  font-size: 25px;
  font-size: 1.66667rem; }

.com-fz-26 {
  font-size: 26px;
  font-size: 1.73333rem; }

.com-fz-27 {
  font-size: 27px;
  font-size: 1.8rem; }

.com-fz-28 {
  font-size: 28px;
  font-size: 1.86667rem; }

.com-fz-29 {
  font-size: 29px;
  font-size: 1.93333rem; }

.com-fz-30 {
  font-size: 30px;
  font-size: 2rem; }

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 200px;
  text-align: center;
  background: #0F3143;
  color: #fff;
  padding: .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.06667rem;
  cursor: pointer; }
  .com-btn-01::after {
    content: '\f054';
    font-family: "FontAwesome", FontAwesome;
    position: absolute;
    right: 1.4em;
    top: 0;
    bottom: 0;
    height: 1em;
    line-height: 1;
    margin: auto; }
  .com-btn-01:hover {
    opacity: 0.8; }

.com-btn-02 {
  max-width: 320px;
  width: 100%; }
  .com-btn-02 a {
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 0;
    display: block;
    -webkit-box-shadow: 8px 8px rgba(63, 63, 63, 0.2);
    box-shadow: 8px 8px rgba(63, 63, 63, 0.2);
    background: #EB9621 url(../img/common/parts/btn-orange.svg) no-repeat 278px center; }
    .com-btn-02 a:hover {
      color: #EB9621;
      background: #fff url(../img/common/parts/btn-white.svg) no-repeat 278px center;
      opacity: 1; }

.com-link-01 {
  text-decoration: underline; }

a:hover {
  opacity: 0.9; }

.merit-top-content .sub-content-top {
  margin-top: -100px;
  padding-top: 100px; }
  @media (min-width: 960px) {
    .merit-top-content .sub-content-top {
      margin-top: -200px;
      padding-top: 200px; } }

.merit-top-content.com-sec-02 .sub-content-top:nth-child(even) .sub-content {
  background: #F2F8FC; }
  .merit-top-content.com-sec-02 .sub-content-top:nth-child(even) .sub-content:nth-child(odd) {
    background: none; }

.merit-top-content.com-sec-02 .sub-content-top:nth-child(even) .uk-container-large > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.merit-content-01 {
  background: url(../img/merit/03-01.jpg);
  background-size: cover;
  padding: 80px 0;
  color: #fff; }
  .merit-content-01 .com-tit-02 {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 500; }
    @media (min-width: 640px) {
      .merit-content-01 .com-tit-02 {
        font-size: 28px;
        font-size: 1.86667rem; } }
  .merit-content-01 .check-list {
    background: #fff;
    padding: 30px 20px;
    margin-top: 30px; }
    @media (min-width: 640px) {
      .merit-content-01 .check-list {
        padding: 50px 50px; } }
    @media (min-width: 960px) {
      .merit-content-01 .check-list {
        padding: 50px 60px; } }
    .merit-content-01 .check-list li {
      border-bottom: 2px dashed #EB9621;
      padding-bottom: 8px;
      margin-bottom: 5px; }
  .merit-content-01 .center {
    line-height: 1.6; }
    @media (min-width: 960px) {
      .merit-content-01 .center {
        font-size: 22px;
        font-size: 1.46667rem; } }

.merit-content-02 {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(30%, #F2F8FC), to(#F2F8FC));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 30%, #F2F8FC 30%, #F2F8FC 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 30%, #F2F8FC 30%, #F2F8FC 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #F2F8FC 30%, #F2F8FC 100%); }
  @media (min-width: 960px) {
    .merit-content-02 {
      padding: 80px 0; } }
  .merit-content-02 .merit-content-body {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 639px) {
      .merit-content-02 .merit-content-body img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 250px;
        width: 100%; } }
    .merit-content-02 .merit-content-body .com-tit-02 {
      background: #fff;
      padding: 20px;
      text-align: left;
      line-height: 1.6;
      margin: 0;
      position: relative;
      color: #EB9621; }
      @media (max-width: 639px) {
        .merit-content-02 .merit-content-body .com-tit-02 {
          font-size: 14px;
          font-size: 0.93333rem; } }
      @media (min-width: 960px) {
        .merit-content-02 .merit-content-body .com-tit-02 {
          padding: 50px 40px; } }
      @media (min-width: 640px) {
        .merit-content-02 .merit-content-body .com-tit-02 {
          padding: 30px 30px; } }
      @media (min-width: 1200px) {
        .merit-content-02 .merit-content-body .com-tit-02 {
          position: absolute;
          left: 0;
          bottom: 0; } }
      .merit-content-02 .merit-content-body .com-tit-02:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 3px solid #EB9621;
        width: 45%; }
      .merit-content-02 .merit-content-body .com-tit-02 span {
        color: #000;
        font-weight: normal;
        display: inline-block; }
        @media (max-width: 639px) {
          .merit-content-02 .merit-content-body .com-tit-02 span {
            font-size: 10px;
            font-size: 0.66667rem; } }
        @media (min-width: 960px) {
          .merit-content-02 .merit-content-body .com-tit-02 span {
            font-size: 20px;
            font-size: 1.33333rem; } }

@media (max-width: 1199px) {
  .partner-content .com-tit-05 {
    font-size: 25px;
    font-size: 1.66667rem; } }

@media (max-width: 959px) {
  .partner-content .com-tit-05 {
    font-size: 15px;
    font-size: 1rem; } }

.partner-content .check-list {
  background: #f5f7f9;
  padding: 30px 10px;
  margin-top: 30px; }
  @media (min-width: 640px) {
    .partner-content .check-list {
      padding: 30px; } }
  .partner-content .check-list li {
    background-size: 26px auto;
    padding-left: 2em; }

.partner-content .check-list-sub {
  margin-top: 10px;
  font-weight: normal; }
  .partner-content .check-list-sub li {
    background: none;
    padding-left: 1em;
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 1rem;
    text-indent: -1em; }
    @media (min-width: 960px) {
      .partner-content .check-list-sub li {
        padding-left: 1em; } }
    .partner-content .check-list-sub li::before {
      content: "・";
      padding-right: .5em; }

.partner-content-bottom {
  padding: 60px 0;
  background: #f9eddc; }
  @media (min-width: 960px) {
    .partner-content-bottom {
      padding: 80px 0; } }
  .partner-content-bottom .uk-container-middle {
    background: #fff;
    padding: 40px 20px; }
    @media (max-width: 1199px) {
      .partner-content-bottom .uk-container-middle {
        margin: 0 40px; } }
    @media (max-width: 639px) {
      .partner-content-bottom .uk-container-middle {
        margin: 0 10px; } }
    @media (min-width: 960px) {
      .partner-content-bottom .uk-container-middle {
        padding: 60px 40px; } }
  .partner-content-bottom .check-list {
    margin-top: 30px;
    background: #fff;
    padding: 0; }
    .partner-content-bottom .check-list li {
      border-bottom: 2px dashed #EB9621;
      padding-bottom: 8px;
      margin-bottom: 5px; }
      .partner-content-bottom .check-list li span {
        font-size: 15px;
        font-size: 1rem; }

.voice-content .com-tit-06 {
  border-bottom: 5px solid #EB9621; }

.voice-content.com-sec-02 .sub-content:nth-child(odd) {
  background: #f9f2e8; }

.num {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background: #0F3143;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  font-size: 0.93333rem;
  border-radius: 5%;
  font-weight: normal;
  max-width: 80px; }
  @media (min-width: 640px) {
    .num {
      font-size: 16px;
      font-size: 1.06667rem;
      padding: 10px 8px; } }

.service-content-bottom {
  background: #F2F8FC;
  padding-bottom: 60px; }
  .service-content-bottom .map-area {
    margin: 60px 0 0 0;
    background: #fff;
    padding: 60px 30px; }
    @media (max-width: 959px) {
      .service-content-bottom .map-area {
        margin: 40px 0 0 0;
        padding: 30px 30px 0 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media (max-width: 959px) {
      .service-content-bottom .map-area .map-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin-top: 50px; } }
    @media (max-width: 959px) {
      .service-content-bottom .map-area .map-list li {
        padding: 0;
        margin-top: 0; } }
    @media (max-width: 959px) {
      .service-content-bottom .map-area figure {
        padding: 0; } }
    .service-content-bottom .map-area .region {
      font-size: 17px;
      font-size: 1.13333rem;
      border-bottom: 1px solid #A9A9A9;
      max-width: 660px;
      padding-bottom: 10px;
      margin: 0;
      color: #333333;
      font-weight: 600; }
    .service-content-bottom .map-area .pref {
      font-size: 15px;
      font-size: 1rem;
      margin: 10px 0 25px;
      color: #333333; }
    .service-content-bottom .map-area .com-ib {
      display: inline-block; }

.recruitments-list-01 li + li {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .recruitments-list-01 li + li {
      margin-top: 30px; } }

/* btn
--------------------------------- */
.recruitments-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.06667rem; }
  @media (min-width: 640px) {
    .recruitments-btn-01 {
      padding: 40px 28px;
      font-size: 21px;
      font-size: 1.4rem; } }
  .recruitments-btn-01 .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .recruitments-btn-01::before {
    content: '';
    display: block;
    width: 6px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-right: .9em;
    background: #0E80BC; }
  .recruitments-btn-01::after {
    content: '\f054';
    font-family: "FontAwesome", FontAwesome;
    margin-left: auto;
    padding-left: .9em; }
  .recruitments-btn-01:hover {
    background: #9ed9f8; }

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898; } }

@media (min-width: 640px) {
  .job-table-01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 292px 1fr;
    grid-template-columns: 292px 1fr;
    -webkit-column-gap: 40px;
    column-gap: 40px; } }

.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898; }
  @media (min-width: 640px) {
    .job-table-01 dt {
      padding-bottom: 1.5em;
      border-top: 2px solid #989898; }
      .job-table-01 dt:last-of-type {
        border-bottom: 2px solid #989898; } }
  .job-table-01 dt::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #0E80BC;
    position: absolute;
    margin-top: .5em;
    left: 0; }

.job-table-01 dd {
  padding-bottom: 1.5em; }
  @media (min-width: 640px) {
    .job-table-01 dd {
      padding-top: 1.5em;
      border-top: 1px solid #989898; }
      .job-table-01 dd:last-of-type {
        border-bottom: 1px solid #989898; } }

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #D1D1D1; }
  .info-list-01 li {
    border-bottom: 1px solid #D1D1D1; }

/* btn
--------------------------------- */
.info-btn-01 {
  display: block;
  padding: 1em 0;
  padding-right: 1.5em;
  position: relative; }
  @media (min-width: 640px) {
    .info-btn-01 {
      padding-top: 2em;
      padding-bottom: 2em;
      padding-right: 3em; } }
  @media (min-width: 960px) {
    .info-btn-01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .info-btn-01:hover {
    background: #9ed9f8; }
  .info-btn-01::after {
    content: '\f054';
    font-family: "FontAwesome", FontAwesome;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #0E80BC;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
    @media (min-width: 960px) {
      .info-btn-01::after {
        right: .5em; } }
  .info-btn-01 .tit {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    display: block;
    margin-top: 1em; }
    @media (min-width: 640px) {
      .info-btn-01 .tit {
        font-size: 17px;
        font-size: 1.13333rem; } }
    @media (min-width: 960px) {
      .info-btn-01 .tit {
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #707070;
        padding-left: 1.1em; } }
  .info-btn-01 .data {
    margin-left: .5em; }
    @media (min-width: 960px) {
      .info-btn-01 .data {
        width: 8em;
        text-align: center; } }

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0E80BC;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500; }

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px; }
  .com-pagination ul .page-numbers {
    display: block;
    margin-left: 8px;
    margin-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .com-pagination ul .page-numbers:not(.prev):not(.next) {
      display: -ms-grid;
      display: grid;
      border: 1px solid #C0C0C0;
      width: 64px;
      height: 64px;
      place-items: center; }
    .com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
      padding: 1em; }
      .com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
        color: #0E80BC; }
    .com-pagination ul .page-numbers.current {
      border-width: 2px !important;
      border-color: #0E80BC !important; }
  .com-pagination ul a:not(.prev):not(.next):hover {
    background: #9ed9f8; }

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1; }
  .column-btn-01:hover {
    background: #9ed9f8; }
  .column-btn-01 .img {
    background: #F0F0F0;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: .5em;
    position: relative; }
    .column-btn-01 .img::before {
      content: 'NO IMAGE';
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .column-btn-01 .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 2; }
  .column-btn-01 .tit {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: 1.8;
    margin-top: .6em;
    margin-bottom: .6em; }
  .column-btn-01 .data {
    margin-left: .5em;
    font-size: 13px;
    font-size: 0.86667rem; }
  .column-btn-01 .text {
    font-size: 12px;
    font-size: 0.8rem; }

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #D1D1D1;
  margin-top: 40px;
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  @media (min-width: 640px) {
    .single-nav {
      -ms-grid-columns: 3fr 3fr 2fr;
      grid-template-columns: 3fr 3fr 2fr;
      margin-top: 60px;
      padding-top: 60px; } }
  .single-nav a {
    display: block;
    text-align: center;
    padding: .5em;
    border: 2px solid #0E80BC;
    color: #0E80BC;
    position: relative; }
    .single-nav a::before {
      font-family: "FontAwesome", FontAwesome;
      height: 1em;
      line-height: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .single-nav a[rel="prev"] {
      padding-left: 2em; }
      .single-nav a[rel="prev"]::before {
        content: '\f053';
        left: 1em; }
    .single-nav a[rel="next"] {
      padding-right: 2em; }
      .single-nav a[rel="next"]::before {
        content: '\f054';
        right: 1em; }
    .single-nav a.index {
      background: #666666;
      border-color: #666666;
      color: #fff;
      padding-right: 2em; }
      .single-nav a.index::before {
        content: '\f077';
        right: 1em; }

/* panel
--------------------------------- */
#contact-02 {
  background: #F2F8FC;
  padding: 80px 0; }
  #contact-02 .com-list-01 .policy-line {
    color: #EB9621;
    margin-top: 20px; }

.contact-panel-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px; }
  .contact-panel-01 .tel {
    width: 40px;
    line-height: 22px;
    margin-right: .9em;
    text-align: center;
    color: #0E80BC;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    border: #0E80BC 1px solid; }
    @media (min-width: 640px) {
      .contact-panel-01 .tel {
        width: 52px;
        line-height: 28px;
        font-size: 14px;
        font-size: 0.93333rem; } }
  .contact-panel-01 .number {
    line-height: 1;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0E80BC; }
    @media (min-width: 640px) {
      .contact-panel-01 .number {
        font-size: 43px;
        font-size: 2.86667rem; } }
    .contact-panel-01 .number a {
      color: #0E80BC; }

.contact-phone-text {
  text-align: center; }

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .form-table-01 {
    border-bottom: 1px solid #989898; } }

@media (min-width: 640px) {
  .form-table-01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 292px 1fr;
    grid-template-columns: 292px 1fr;
    -webkit-column-gap: 40px;
    column-gap: 40px; } }

.form-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898; }
  @media (min-width: 640px) {
    .form-table-01 > dt {
      padding-top: 2em;
      padding-bottom: 2em; }
      .form-table-01 > dt:last-of-type {
        border-bottom: 1px solid #989898; } }

.form-table-01 .required:before {
  content: '必須';
  float: right;
  font-size: 11px;
  font-size: 0.73333rem;
  background: red;
  color: #fff;
  padding: .2em .8em;
  margin-left: 1em; }

.form-table-01 > dd {
  padding-bottom: 2em; }
  @media (min-width: 640px) {
    .form-table-01 > dd {
      padding-top: 2em;
      /* border-top: 1px $border; */ }
      .form-table-01 > dd:last-of-type {
        border-bottom: 1px solid #989898; } }

@media (min-width: 960px) {
  .form-table-02 {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr; } }

@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em; } }

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.73333rem;
  background: red;
  color: #fff;
  padding: .2em .8em;
  margin-right: 1em; }

.wpcf7-radio,
.wpcf7-checkbox {
  margin-left: -1em; }

input[type="radio"] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background-position: 50% 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
  background: #fff; }
  input[type="radio"]:checked {
    border-color: #0E80BC;
    border-width: 2px; }
    input[type="radio"]:checked:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      background-color: #0E80BC;
      border-radius: 50%; }
  input[type="radio"] label {
    display: inline-block; }

input[type="checkbox"] {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none; }
  input[type="checkbox"]:checked {
    position: relative; }
    input[type="checkbox"]:checked:after {
      content: '';
      display: block;
      width: 10px;
      height: 18px;
      border: 4px solid #0E80BC;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: none;
      border-left: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: -6px;
      left: 6px; }
  input[type="checkbox"] label {
    display: inline-block; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 .8em;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.8;
  height: 40px;
  border-radius: 0; }

::-webkit-input-placeholder {
  color: #A9A9A9; }

::-moz-placeholder {
  color: #A9A9A9; }

::-ms-placeholder {
  color: #A9A9A9; }

::-webkit-input-placeholder {
  color: #A9A9A9; }

:-ms-input-placeholder {
  color: #A9A9A9; }

::-ms-input-placeholder {
  color: #A9A9A9; }

::placeholder {
  color: #A9A9A9; }

.form-table-01 dd.form-flex-01 > div > span {
  min-width: 66px;
  display: block; }

.com-grid-15 {
  margin-left: -15px; }

.com-grid-15 > * {
  padding-left: 15px; }

@media (min-width: 640px) {
  .form-table-01 dd {
    border-top: 1px solid #A9A9A9; } }

@media (min-width: 960px) {
  .form-table-01 dd {
    padding: 22px 0; } }

.form-table-01 dd.form-flex-01 .uk-grid + .uk-grid {
  margin-top: 15px; }

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898; }

#thanks-02 {
  background: #F2F8FC;
  padding: 80px 0; }

/* .main-visual
--------------------------------- */
.main-visual-01 {
  background: #0F3143;
  height: 850px; }
  @media (max-width: 639px) {
    .main-visual-01 {
      height: 812px; } }
  @media (min-width: 960px) {
    .main-visual-01 {
      padding-top: 70px;
      height: 782px; } }
  @media (min-width: 1200px) {
    .main-visual-01 {
      height: 797px;
      padding-top: 150px; } }

.main-visual {
  background: url(../img/home/main-visual_sp.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 700px;
  background-position: 0 22px; }
  @media (max-width: 639px) {
    .main-visual {
      background-position: 3px 22px; } }
  @media (max-width: 439px) {
    .main-visual {
      background-position: -70px 22px; } }
  @media (min-width: 960px) {
    .main-visual {
      background: url(../img/home/main-visual.jpg) no-repeat center;
      background-size: cover;
      min-height: 640px; } }
  .main-visual .catch-wrap {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 959px) {
      .main-visual .catch-wrap {
        right: 5%;
        left: 5%; } }
  .main-visual .catch {
    font-size: 27px;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    line-height: 2.6; }
    @media (max-width: 639px) {
      .main-visual .catch {
        font-size: 19px;
        font-size: 1.26667rem; } }
    @media (min-width: 960px) {
      .main-visual .catch {
        font-size: 38px;
        font-size: 2.53333rem;
        line-height: 2; } }
    .main-visual .catch em {
      font-size: 30px;
      font-size: 2rem;
      font-weight: 600; }
      @media (max-width: 639px) {
        .main-visual .catch em {
          font-size: 20px;
          font-size: 1.33333rem; } }
      @media (min-width: 960px) {
        .main-visual .catch em {
          font-size: 45px;
          font-size: 3rem; } }
    .main-visual .catch span {
      background: #fff;
      padding: 8px 5px; }
  .main-visual .sub-catch {
    color: #fff;
    margin: 30px 0 25px 0; }
    @media (max-width: 639px) {
      .main-visual .sub-catch {
        font-size: 12px;
        font-size: 0.8rem; } }
  @media (max-width: 959px) {
    .main-visual .com-btn-02 {
      margin: 0 auto; } }
  @media (max-width: 639px) {
    .main-visual .com-btn-02 {
      max-width: 100%; } }
  @media (max-width: 639px) {
    .main-visual .com-btn-02 a {
      background-position: 90%; } }

.sub-bottom-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -40px auto 0 auto; }
  @media (max-width: 959px) {
    .sub-bottom-content {
      margin: -93px auto 0 auto; } }
  @media (max-width: 639px) {
    .sub-bottom-content {
      margin: -153px auto 0 auto; } }
  .sub-bottom-content li {
    padding-left: 20px; }
    @media (max-width: 639px) {
      .sub-bottom-content li {
        padding-left: 8px; } }
    .sub-bottom-content li:first-child {
      padding-left: 0; }
    @media (max-width: 959px) {
      .sub-bottom-content li:nth-child(4n) {
        padding-left: 0; } }
    .sub-bottom-content li span {
      text-align: center;
      font-size: 13px;
      font-size: 0.86667rem;
      color: #0F3143;
      line-height: 1.4;
      background: #fff;
      border-radius: 70px;
      padding: 22px 0;
      margin-top: 0;
      font-weight: 500;
      position: relative;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 639px) {
        .sub-bottom-content li span {
          font-size: 12px;
          font-size: 0.8rem;
          height: 50px; } }
      @media (min-width: 1200px) {
        .sub-bottom-content li span {
          font-size: 18px;
          font-size: 1.2rem; } }
      .sub-bottom-content li span::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 30px solid #fff;
        margin: 0 auto;
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0; }

/* .main-visual　以下
--------------------------------- */
.home-02 {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 960px) {
    .home-02 {
      padding: 50px 0; } }
  .home-02::before {
    content: "";
    background: #E2EBEF;
    position: absolute;
    right: 0;
    top: 34%;
    width: 80%;
    height: 360px;
    z-index: -1; }
    @media (min-width: 960px) {
      .home-02::before {
        top: 0;
        width: 32%;
        height: 450px; } }
    @media (min-width: 1200px) {
      .home-02::before {
        height: 550px; } }
  .home-02::after {
    content: "";
    background: #E2EBEF;
    position: absolute;
    z-index: -1; }
    @media (min-width: 960px) {
      .home-02::after {
        bottom: 0;
        width: 60%;
        right: 0;
        left: inherit;
        height: 374px; } }
    @media (min-width: 1200px) {
      .home-02::after {
        height: 338px; } }
  @media (max-width: 959px) {
    .home-02 .uk-container-large {
      padding: 0; } }
  @media (min-width: 960px) {
    .home-02 .text-detail {
      width: 58%; } }
  .home-02 .content-row-01 {
    position: relative; }
    @media (max-width: 959px) {
      .home-02 .content-row-01 {
        padding: 0 30px; } }
    .home-02 .content-row-01 figure {
      right: 0; }
  @media (max-width: 959px) {
    .home-02 figure {
      width: 80%;
      margin: 30px auto; } }
  @media (max-width: 639px) {
    .home-02 figure {
      width: 100%; } }
  @media (min-width: 960px) {
    .home-02 figure {
      position: absolute;
      top: -100px;
      width: 42%; } }
  .home-02 .com-tit-01 img {
    margin: 0px 2px 8px 2px; }
    @media (max-width: 639px) {
      .home-02 .com-tit-01 img {
        width: 32%; } }
    @media (max-width: 959px) {
      .home-02 .com-tit-01 img {
        width: 23%; } }
    @media (min-width: 960px) {
      .home-02 .com-tit-01 img {
        margin: 0px 8px 20px 8px; } }

.content-row-02 {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .content-row-02.uk-grid {
    margin-top: 50px; }
    @media (min-width: 960px) {
      .content-row-02.uk-grid {
        margin-top: 110px; } }
  .content-row-02 .com-tit-01, .content-row-02 p {
    padding: 0 30px; }
  @media (max-width: 959px) {
    .content-row-02 figure {
      margin: -40px auto 0 auto; }
      .content-row-02 figure img {
        padding: 0 30px; } }
  @media (min-width: 960px) {
    .content-row-02 figure {
      left: 0;
      top: -40px; } }

.check-list {
  font-weight: 600;
  font-size: 15px;
  font-size: 1rem;
  color: #0F3143;
  margin-top: 40px; }
  @media (max-width: 959px) {
    .check-list {
      background: #E2EBEF;
      padding: 25px 30px 60px 25px; } }
  @media (min-width: 960px) {
    .check-list {
      font-size: 18px;
      font-size: 1.2rem;
      margin-top: 60px; } }
  @media (max-width: 959px) {
    .check-list::after {
      content: "";
      background: #E2EBEF; } }
  .check-list li {
    padding-left: 2.5em;
    line-height: 1.6em;
    background: url(../img/common/parts/check.svg) left 0px top 0 no-repeat;
    background-size: 25px auto;
    margin-bottom: 10px; }
    @media (min-width: 960px) {
      .check-list li {
        padding-left: 3em;
        margin-bottom: 15px;
        background-size: 31px auto; } }

/* 理由
--------------------------------- */
.home-03 {
  background: #0E80BC;
  padding: 80px 0; }
  @media (min-width: 960px) {
    .home-03 {
      padding: 120px 0; } }
  .home-03 .content-reason {
    background: #fff;
    border-radius: 10px;
    padding: 20px; }
    @media (min-width: 960px) {
      .home-03 .content-reason {
        padding: 70px 40px; } }
    .home-03 .content-reason .slider {
      margin-left: 0; }
      @media (max-width: 1199px) {
        .home-03 .content-reason .slider > div {
          margin: 0 0 40px 0; } }
      @media (max-width: 959px) {
        .home-03 .content-reason .slider > div {
          margin: 0; } }
      @media (min-width: 960px) {
        .home-03 .content-reason .slider > div {
          width: 47.5%;
          padding-left: 0; } }
      @media (max-width: 1199px) {
        .home-03 .content-reason .slider > div:nth-child(5), .home-03 .content-reason .slider > div:nth-child(6) {
          margin-bottom: 0; } }
  .home-03 .com-btn-02 {
    max-width: 230px;
    margin: 30px auto 10px auto; }
    .home-03 .com-btn-02 a {
      background-position: 176px; }
  .home-03 figure {
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .home-03 figure {
        margin-bottom: 30px; } }
  .home-03 .com-tit-02 {
    position: relative;
    z-index: 1; }
    @media (max-width: 639px) {
      .home-03 .com-tit-02 {
        font-size: 20px;
        font-size: 1.33333rem; } }
    .home-03 .com-tit-02::before {
      content: "";
      background: url(../img/home/03-01.svg) no-repeat center;
      position: absolute;
      top: -34px;
      right: 0;
      left: 0;
      width: 240px;
      height: 63px;
      margin: 0 auto;
      z-index: -1; }
  @media (max-width: 1199px) {
    .home-03 .com-tit-03 {
      height: 85px; } }
  @media (max-width: 959px) {
    .home-03 .com-tit-03 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 170px; } }
  @media (max-width: 639px) {
    .home-03 .com-tit-03 {
      height: 205px; } }

.point {
  background: #0F3143;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  font-size: 40px;
  font-size: 2.66667rem;
  width: 90px;
  height: 90px;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .point {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 960px) {
    .point {
      margin-right: 20px;
      margin-bottom: 0px; } }
  .point span {
    font-size: 15px;
    font-size: 1rem; }

/* スライダー 
--------------------------------- */
.slider .slick-next, .slider .slick-prev {
  background: #0F3143;
  border-radius: 50px;
  height: 50%;
  width: 30px; }
  .slider .slick-next:hover, .slider .slick-prev:hover {
    background: #0F3143;
    opacity: 1;
    color: inherit; }
  .slider .slick-next::before, .slider .slick-prev::before {
    content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 8px;
    border: 8px solid transparent; }

.slider .slick-next {
  right: -42px; }
  .slider .slick-next::before {
    margin: 0 0 0 10px;
    border-left: 6px solid #fff; }

.slider .slick-prev {
  left: -42px; }
  .slider .slick-prev::before {
    margin: 0 10px 0 0;
    border-right: 6px solid #fff; }

.slick-initialized .slick-slide {
  margin-top: 0; }

/* パートナーシップを目指して
--------------------------------- */
.home-04 {
  background: url(../img/home/04-01.jpg);
  background-size: cover;
  color: #fff;
  padding: 80px 0; }
  .home-04 .parts-tit {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8; }
    @media (max-width: 639px) {
      .home-04 .parts-tit {
        font-size: 24px;
        font-size: 1.6rem; } }
  .home-04 p {
    line-height: 2.8; }
  .home-04 .name {
    text-align: right;
    font-family: "Noto serif JP", sans-serif;
    font-size: 20px;
    font-size: 1.33333rem;
    margin-top: 30px; }
