@charset "UTF-8";
/* ================================================================= 
License : e-TRUST Inc.
File name : common.css
Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em !important;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

body div {
  font-weight: 400;
}

body a {
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main,
#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  text-align: left;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1024px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #111;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

.nf_btn a:hover {
  background: #d34051;
  color: #fff !important;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ma0 {
  margin: auto;
}

.ma0 a {
  margin: auto !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0 10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(211, 64, 81, 0.9);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 45px;
  left: -50%;
  right: 0;
  margin: auto !important;
  width: 200px !important;
  background: rgba(255, 255, 255, 0.9);
  max-width: inherit !important;
}

@media screen and (max-width: 1024px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}

.sub_menu li {
  width: 100%;
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 1024px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*地図*/
.map01 iframe {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*hover*/
.btn a:hover {
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
}

.herf {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
}

.img img {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
          box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left !important;
}

.left div {
  text-align: left !important;
}

.right {
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}

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

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*color*/
.acc-color {
  color: #d34051 !important;
}

.acc-color a {
  color: #d34051 !important;
}

.main-color {
  color: #3867d6 !important;
}

.main-color a {
  color: #3867d6 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.voice_table {
  border: 1px solid #fff;
}

.voice_table b {
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2em;
}

.voice_table .acc-title {
  padding: 20px !important;
  background: #3867d6;
  color: #fff;
  position: relative;
}

.voice_table .acc-title:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title:after {
    display: none;
  }
}

.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title > div {
    padding-left: 45px !important;
  }
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title b {
    left: 0;
  }
}

.voice_table .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}

.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt > div {
    padding-left: 45px !important;
  }
}

.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #3867d6;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt b {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

.voice_table td {
  width: 100%;
  display: block;
}

.acc_title:hover {
  cursor: pointer;
}

.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .imgR {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}

.acc {
  color: #d34051;
}

.acc div {
  color: #d34051;
}

.bold div {
  font-weight: bold;
}

/**/
.clearfix:after {
  visibility: visible;
}

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

.c_contactArea {
  padding: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
          box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
}

@media screen and (max-width: 834px) {
  .c_contactArea {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c_contactArea .contact_form dt {
  color: #333;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border: none !important;
  position: relative;
  background: none !important;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .c_contactArea .contact_form dt {
    width: 40% !important;
  }
}

@media screen and (max-width: 834px) {
  .c_contactArea .contact_form dt {
    width: 45% !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form dt {
    width: 100% !important;
  }
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .c_contactArea .contact_form dd {
    width: 60% !important;
  }
}

@media screen and (max-width: 834px) {
  .c_contactArea .contact_form dd {
    width: 55% !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form dd {
    width: 100% !important;
  }
}

.c_contactArea .form_wrap dl dt label {
  font-size: 1em;
  position: absolute;
  right: 20px;
  background: #d34051;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.9em;
}

.c_contactArea input, .c_contactArea textarea {
  outline: none;
}

.c_contactArea textarea {
  min-height: 235px !important;
}

.c_contactArea .nini {
  display: none;
}

.c_contactArea .bt_confirm {
  margin: 0 auto !important;
}

.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 20px !important;
}

@media screen and (max-width: 640px) {
  .c_contactArea .submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  border-radius: 5px;
  width: 420px;
  max-width: 100%;
  height: 90px;
  background: #3867d6;
  border: none;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 3px;
}

.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #0fb9b1;
  opacity: 1 !important;
}

.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 420px;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    width: 420px;
    margin: 10px;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 20px;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 80px 20px;
  }
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #111;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(255, 255, 255, 0.35);
  font-size: 3.4em;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 b {
    display: block;
    margin-top: -10px;
  }
}

#local-keyvisual h1 span {
  display: block;
  color: #111;
  font-size: 0.4em;
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 span {
    font-size: 0.45em;
  }
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

/*news_dlリスト*/
.newswrap {
  height: 380px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

.newswrap dl {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 80% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

.newswrap dt {
  border: none !important;
  background: #d34051 !important;
  color: #333 !important;
  width: 15% !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-right: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    padding: 5px 10px !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}

.news_bg .scroll {
  height: 150px;
  overflow: auto;
}

.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}

.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/*会社概要等*/
.com_tbl td {
  border: 1px solid #ccc !important;
}

.info01 label {
  position: static;
}

.info01 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

.info01 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #3867d6 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  padding: 10px !important;
  color: #fff !important;
  font-weight: 500;
}

.info01 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  padding: 20px !important;
}

@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: center;
  }
}

.info01 a {
  color: #d34051 !important;
}

.info01 b {
  background: #3867d6;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.info01 .fst {
  margin-top: 0 !important;
}

.imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .imgtxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt img {
  width: 48% !important;
  margin-left: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px) {
  .imgtxt img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 4%;
  }
}

.imgtxt div {
  width: 48%;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .imgtxt div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

.c_contactArea {
  margin-top: 30px;
}

.title {
  display: none;
}

.box {
  overflow: inherit !important;
}

.itext {
  max-width: 100%;
  height: auto !important;
}

header#global_header {
  max-width: 100%;
}

header#global_header .clearfix:after {
  display: none !important;
}

#header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  background: #fff !important;
  padding: 0 0px 0 20px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  #header {
    padding: 0;
  }
}

@media screen and (max-width: 834px) {
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .header_container {
    padding: 10px 15px;
  }
}

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

@media screen and (max-width: 1024px) {
  .h_flex1,
  .h_flex2 {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.h_flex1 {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .h_flex1 {
    margin-bottom: 0;
  }
}

.h_flex1 .col_01 h1,
.h_flex1 .col_01 p {
  text-align: left;
  font-size: 0.85em;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .h_flex1 .col_01 h1,
  .h_flex1 .col_01 p {
    padding-top: 5px;
  }
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_01 h1,
  .h_flex1 .col_01 p {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .h_flex1 .col_01 h1,
  .h_flex1 .col_01 p {
    font-size: 2.5vw;
  }
}

.h_flex1 .col_01 h1 br,
.h_flex1 .col_01 p br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .h_flex1 .col_01 h1 span,
  .h_flex1 .col_01 p span {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .h_flex1 .col_01 h1 span,
  .h_flex1 .col_01 p span {
    display: inline-block;
  }
}

.h_flex1 .col_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
}

.h_flex1 .col_02 > div {
  width: 237px;
  max-width: 100%;
  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;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 > div {
    width: 50%;
  }
}

.h_flex1 .col_02 a {
  display: block;
  padding: 10px 0;
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 a {
    padding: 15px 20px;
  }
}

.h_flex1 .col_02 a span {
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 a span {
    padding-left: 50px;
  }
}

.h_flex1 .col_02 a span:before {
  content: "";
  background-size: contain !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_flex1 .col_02 .h_tel {
  background: #3867d6;
  border-radius: 0 0 3px 0;
}

.h_flex1 .col_02 .h_tel a {
  position: relative;
}

.h_flex1 .col_02 .h_tel a span:before {
  background: url(../images/home/tel.png) no-repeat;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 .h_tel a span:before {
    width: 40px;
    height: 40px;
  }
}

.h_flex1 .col_02 .h_tel picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_flex1 .col_02 .h_contact {
  background: #0fb9b1;
  border-radius: 0 0 0 3px;
  -webkit-transition: .5s;
  transition: .5s;
}

.h_flex1 .col_02 .h_contact:hover {
  background: #fdaa10;
  -webkit-transition: .5s;
  transition: .5s;
}

.h_flex1 .col_02 .h_contact a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 .h_contact a {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 640px) {
  .h_flex1 .col_02 .h_contact a {
    font-size: 4.6875vw;
  }
}

.h_flex1 .col_02 .h_contact a span {
  padding-left: 35px;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 .h_contact a span {
    padding-left: 55px;
  }
}

.h_flex1 .col_02 .h_contact a span:before {
  background: url(../images/home/mail.png) no-repeat;
  width: 28px;
  height: 21px;
}

@media screen and (max-width: 834px) {
  .h_flex1 .col_02 .h_contact a span:before {
    width: 45px;
    height: 32px;
  }
}

.h_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .h_flex2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .h_flex2 .h_logo img {
    width: 32vw;
  }
}

#nav_global {
  width: 100%;
  padding-right: 20px;
}

#nav_global ul {
  width: 500px;
  max-width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a,
#nav_global ul li span {
  color: #111 !important;
  display: block;
  font-weight: 500;
  padding: 10px 0;
}

#nav_global ul li a::after,
#nav_global ul li span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#nav_global ul li a:hover,
#nav_global ul li span:hover {
  cursor: pointer;
}

#nav_global ul li a:hover::after,
#nav_global ul li span:hover::after {
  width: 100%;
}

#mainArea img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1600px) {
  #mainArea img {
    height: 42.5vw !important;
  }
}

@media screen and (max-width: 1400px) {
  #mainArea img {
    height: 49.5vw !important;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea img {
    height: 52.5vw !important;
  }
}

@media screen and (max-width: 1024px) {
  #mainArea img {
    height: auto !important;
  }
}

/**/
@media screen and (max-width: 1024px) {
  #nav_global {
    display: none !important;
  }
}

/*spメニュー*/
.msg {
  font-size: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
  background-color: #1184f0;
}

.features {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

.drawer-list {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  padding: 80px;
  -webkit-transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  z-index: 99;
  background-color: #6085de;
  background-color: rgba(56, 103, 214, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media screen and (max-width: 1200px) {
  .drawer-list {
    display: block !important;
  }
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}

.drawer-list li a {
  text-decoration: none;
  color: #fefefe;
  text-align: center;
  display: block;
  padding: 1.2rem 0;
  font-size: calc(24px - 0.5vw);
}

.drawer-list li a:hover {
  cursor: pointer;
  background-color: #9cb3eb;
  background-color: rgba(56, 103, 214, 0.5);
}

.ham_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ham_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ham_info .col_02 a {
  color: #fff !important;
}

@media screen and (min-width: 1025px) {
  .hamburger {
    display: none !important;
  }
}

input.hamburger {
  display: none;
}

input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}

input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li a {
  color: #fff !important;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

input.hamburger:checked ~ .drawer-list li a span {
  font-size: 0.8em;
  display: block;
  font-weight: 500;
}

input.hamburger:checked ~ .drawer-list li a b {
  font-weight: inherit;
  font-size: 0.7em;
  font-weight: 500;
}

input.hamburger:checked ~ label > i {
  background: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
      -ms-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked ~ label > i:after {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
      -ms-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked ~ label close {
  color: #fff;
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: color 0.45s 0.35s;
  transition: color 0.45s 0.35s;
  font-weight: 600;
  right: 0;
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}

label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger text open {
  color: #0fb9b1;
  width: 100%;
}

label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  top: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  pointer-events: auto;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
      -ms-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}

label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
      -ms-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

label.hamburger {
  position: fixed;
  top: 60px;
  right: 15px;
}

@media screen and (max-width: 834px) {
  label.hamburger {
    top: 15px;
    right: 15px;
  }
}

#global_footer {
  background: none !important;
}

#footer {
  background: #fff;
  padding: 60px 20px 40px;
}

@media screen and (max-width: 1200px) {
  #footer {
    padding: 60px 20px 20px;
  }
}

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

@media screen and (max-width: 1024px) {
  .footer_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_container .col_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .footer_container .col_03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .footer_container .col_03 > div {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer_container .col_03 > div {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .footer_container .col_03 .f_logo {
    margin-bottom: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .footer_container .col_03 .f_logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

#copyright {
  color: #111;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  #copyright {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}

#copyright small {
  font-weight: 500;
}

.nav_footer {
  margin-left: 60px;
}

@media screen and (max-width: 1200px) {
  .nav_footer {
    margin-left: 0;
  }
}

.nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .nav_footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav_footer ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  .nav_footer ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer ul li {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer ul li {
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    border-radius: 3px;
    background: url(../images/home/btn_under.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .nav_footer ul li:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
    background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 3px 3px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .nav_footer ul li {
    width: 100%;
  }
}

.nav_footer ul a {
  display: block;
  color: #111 !important;
  font-weight: 500;
  font-size: 0.9em;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav_footer ul a {
    padding: 15px 0 25px;
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer ul a:after {
    content: "\f105";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-size: 1.2em;
  }
}

.cont_h2 {
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  padding: 15px;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
  border-radius: 3px;
}

.cont_h2:before {
  content: "";
  background: #fff;
  height: 25px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-radius: 3px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: auto;
  width: auto;
  margin: 4px;
  border-radius: 3px;
}

.cont_h2 h2 {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.4em;
  }
}

.cont_flow .fl_box {
  width: 50%;
}

.cont_flow .fl_box:last-child {
  width: 100%;
}

.cont_flow .fl_box:nth-child(even):after, .cont_flow .fl_box:last-child:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cont_flow .fl_box:nth-child(even):after {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .cont_flow .fl_box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .cont_flow .fl_box .box:last-child {
    text-align: left;
  }
}

.cont_h202 {
  margin-bottom: 60px;
}

.cont_h202 h2 {
  font-size: 2.4em;
  color: #18559f;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 834px) {
  .cont_h202 h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 640px) {
  .cont_h202 h2 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 834px) {
  .cont_h202 h2 span {
    display: block;
  }
}

.cont_h202 h2:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.c_free {
  line-height: 2;
}

.c_free .flame1 {
  border-top: 3px solid #fff;
  margin-top: 0 !important;
  padding-bottom: 50px !important;
}

.c_free .flame1:before, .c_free .flame1:after {
  display: none;
}

.c_free .free_box {
  margin: 0 1%;
}

@media screen and (max-width: 1024px) {
  .c_free .free_box {
    margin: 0;
  }
}

.c_free .free_box ul {
  margin-top: 10px;
}

.c_free .free_box li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c_free .free_box li {
    font-size: 1em;
  }
}

.c_free .free_box li::before {
  content: "";
  background: url(../images/home/ico04.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
}

.hp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hp_flex > div {
  width: 48%;
  margin: 0 1% 2%;
}

@media screen and (max-width: 1024px) {
  .hp_flex > div {
    width: 100%;
  }
}

.hp_box {
  border-radius: 3px;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  border: 4px solid #18559f;
  padding: 30px;
  margin-bottom: 40px;
}

.hp_box .box:nth-child(1) {
  text-align: center;
  width: 100%;
}

.hp_box h3 {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .hp_box h3 {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .hp_box h3 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .hp_box h3 {
    font-size: 1em;
  }
}

.hp_box h3:before {
  content: "";
  background: #d7e1f7;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}

.hp_box h3::after {
  content: "";
  background: url(../images/contents/ico06.png) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .hp_box h3::after {
    left: -40px;
  }
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_box {
  width: 31%;
  background-color: #fff;
  margin: 0 1%;
  margin-bottom: 1.5%;
  border-radius: 3px;
  border: solid 3px #109b94;
  text-align: center;
  padding: 20px 0;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .sp_box {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .sp_box {
    width: 100%;
  }
}

.sp_box .box:first-child {
  width: 100%;
  margin-bottom: 10px;
  background: #109b94;
  color: #fff;
  padding: 5px 0;
  font-size: 1.1em;
}

@media screen and (max-width: 1200px) {
  .sp_box .box:first-child {
    font-size: 1em;
  }
}

@media screen and (max-width: 1024px) {
  .sp_box .box:first-child {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 834px) {
  .sp_box .box:first-child {
    font-size: 1em;
  }
}

@media screen and (max-width: 640px) {
  .sp_box .box:first-child {
    font-size: 1.1em;
  }
}

.sp_box .box:nth-child(2) {
  text-align: left;
  padding: 0 20px;
}

.spArea {
  background-size: contain;
  background-position: right top;
  padding-bottom: 80px;
  position: relative;
}

.spArea:before {
  content: "";
  background: url(../images/contents/trouble.png) no-repeat;
  background-size: contain;
  width: 20vw;
  height: 934px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .spArea:before {
    width: 25vw;
  }
}

.spArea .h_flex {
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

#support,
#form {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 640px) {
  #support:before, #support:after,
  #form:before,
  #form:after {
    display: none;
  }
}

#new,
#re {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 834px) {
  .cont_mer h3 {
    font-size: 1.1em !important;
  }
}

.spfs h2 span {
  display: inline !important;
}

@media screen and (max-width: 640px) {
  .spfs h2 span {
    display: block !important;
  }
}

.cont_h203 h2 {
  font-size: 3em;
  border-bottom: 4px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1200px) {
  .cont_h203 h2 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 640px) {
  .cont_h203 h2 {
    font-size: 2em;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.cont_h203 h2 span {
  color: #18559f;
  display: block;
  font-size: 0.5em;
  letter-spacing: 0;
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h3 {
  font-weight: 600;
}

.h_h2 h2 {
  font-size: 3.4em;
  font-weight: bold;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .h_h2 h2 {
    font-size: 5.9952vw;
  }
}

.h_h2 h2:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  height: 8px;
  width: 100px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.h_h2 h2 b {
  font-size: 0.6em;
  padding: 0 5px;
}

.h_h2 h2 span {
  color: #d34051;
  font-size: 1.1em;
  letter-spacing: 0.2em;
}

.h_h202 {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .h_h202:before, .h_h202:after {
    display: none;
  }
}

.h_h202 h2 {
  font-size: 3.2em;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .h_h202 h2 {
    font-size: 4.16667vw;
  }
}

@media screen and (max-width: 834px) {
  .h_h202 h2 {
    font-size: 4.55635vw;
  }
}

@media screen and (max-width: 640px) {
  .h_h202 h2 {
    font-size: 4.6875vw;
  }
}

.h_h202 h2:before {
  content: "";
  background: url(../images/home/clk01.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -90px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .h_h202 h2:before {
    left: -55px;
    width: 60px;
    height: 30px;
  }
}

.h_h202 h2:after {
  content: "";
  background: url(../images/home/clk02.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -80px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .h_h202 h2:after {
    width: 60px;
    height: 30px;
    right: -60px;
  }
}

.h_h202 b {
  font-size: 2em;
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}

.h_h202 span {
  font-size: 0.8em;
}

.h_h203 h2 {
  font-size: 3.8em;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 120px;
}

@media screen and (max-width: 1200px) {
  .h_h203 h2 {
    font-size: 3.4em;
  }
}

@media screen and (max-width: 640px) {
  .h_h203 h2 {
    font-size: 2.4em;
    margin-bottom: 100px;
  }
}

.h_h203 h2:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  height: 8px;
  width: 100px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.h_h203 h2 span {
  color: #18559f;
  display: block;
  font-size: 0.5em;
  letter-spacing: 0;
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}

.h_h204 {
  text-align: center;
}

.h_h204 h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  background: #d34051;
  padding: 8px 100px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .h_h204 h2 {
    display: block;
    padding: 8px 0;
  }
}

@media screen and (max-width: 640px) {
  .h_h204 h2 {
    font-size: 1.6em;
  }
}

.h_h204 span {
  position: relative;
  padding-left: 45px;
}

.h_h204 span:before {
  content: "";
  background: url(../images/home/spr_ico.png) no-repeat;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.h_h205 {
  text-align: center;
}

.h_h205 h2 {
  font-size: 2.8em;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .h_h205 h2 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 834px) {
  .h_h205 h2 {
    font-size: 4.31655vw;
  }
}

.h_h205 h2:before {
  content: "";
  background: url(../images/home/clk01.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -100px;
}

@media screen and (max-width: 1024px) {
  .h_h205 h2:before {
    display: none;
  }
}

.h_h205 h2:after {
  content: "";
  background: url(../images/home/clk02.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -80px;
}

@media screen and (max-width: 1024px) {
  .h_h205 h2:after {
    display: none;
  }
}

.h_h205 b {
  font-size: 1.6em;
  font-weight: 600;
}

.number h2 {
  margin-bottom: 20px;
}

.number h2:after {
  display: none;
}

.number span {
  font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-size: 1.8em !important;
  letter-spacing: 0.05em !important;
}

.contactArea {
  overflow: hidden;
}

.contactArea h2 {
  letter-spacing: 0.1em;
}

.contactArea .inner {
  padding: 60px 20px 80px;
  position: relative;
  z-index: 10;
  background: url(../images/home/logo_bg.png) no-repeat;
  background-size: auto;
  background-position: center;
}

.contactArea .right01 {
  position: relative;
}

.contactArea .right01:before {
  content: "";
  background: url(../images/home/right01.png) no-repeat;
  background-size: contain;
  width: 360px;
  height: 400px;
  position: absolute;
  top: -100px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .contactArea .right01:before {
    display: none;
  }
}

.contactArea .right01:after {
  content: "";
  background: url(../images/home/right02.png) no-repeat;
  background-size: contain;
  width: 243px;
  height: 220px;
  position: absolute;
  bottom: -20px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .contactArea .right01:after {
    display: none;
  }
}

.contactArea .left01 {
  position: relative;
}

.contactArea .left01:before {
  content: "";
  background: url(../images/home/left01.png) no-repeat;
  background-size: contain;
  width: 320px;
  height: 430px;
  position: absolute;
  top: -100px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .contactArea .left01:before {
    display: none;
  }
}

.contactArea .left01:after {
  content: "";
  background: url(../images/home/left02.png) no-repeat;
  background-size: contain;
  width: 235px;
  height: 175px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .contactArea .left01:after {
    display: none;
  }
}

.contactBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactBtn > div {
  width: 500px;
  max-width: 45%;
  text-align: center;
  margin: 0 20px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 1024px) {
  .contactBtn > div {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contactBtn > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.contactBtn a {
  display: block;
  padding: 30px 0 25px;
  padding-right: 10px;
  position: relative;
}

.contactBtn a:after {
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.contactBtn a span {
  padding-left: 55px;
  position: relative;
}

.contactBtn a span:before {
  content: "";
  background-size: contain !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactBtn .box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactBtn .box:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactBtn .box:nth-child(1) {
  background: #0fb9b1;
  border-radius: 0 0 3px 3px;
  border-bottom: solid 8px #109b94;
}

.contactBtn .box:nth-child(1) a {
  color: #fff;
  font-weight: bold;
  font-size: 2em;
}

.contactBtn .box:nth-child(1) a span {
  padding-left: 55px;
}

.contactBtn .box:nth-child(1) a span:before {
  background: url(../images/home/mail.png) no-repeat;
  width: 45px;
  height: 33px;
}

.contactBtn .box:nth-child(2) {
  background: #3867d6;
  border-radius: 0 0 3px 3px;
  border-bottom: solid 8px #18559f;
}

.contactBtn .box:nth-child(2) a span:before {
  background: url(../images/home/tel.png) no-repeat;
  width: 44px;
  height: 44px;
}

.contactBtn .box:nth-child(2) b {
  font-weight: 500;
  color: #fff;
  font-size: 0.75em;
  display: inline-block;
  padding-left: 60px;
}

.meritArea {
  background-size: auto;
  background-position: top right;
  position: relative;
}

.meritArea:before {
  content: "";
  background: url(../images/home/Benefits.png) no-repeat;
  background-size: contain;
  width: 20vw;
  height: 980px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .meritArea:before {
    width: 25vw;
  }
}

.meritArea .inner {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mer_box {
  width: 31%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  padding: 40px;
  position: relative;
  border-radius: 3px;
  margin: 0 1%;
  margin-bottom: 2.5%;
}

@media screen and (max-width: 1200px) {
  .mer_box {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  .mer_box {
    width: 48%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .mer_box {
    width: 100%;
    margin-bottom: 4%;
  }
}

.mer_box:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  width: 120px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 0 0 0;
}

.mer_box:after {
  content: "";
  background: url(../images/home/grd_arrow.png) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-size: contain;
}

.mer_box .box {
  text-align: center;
  margin-bottom: 20px;
}

.mer_box .box:last-child {
  text-align: left;
}

.mer_box .box img {
  height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 640px) {
  .mer_box .box img {
    height: auto !important;
  }
}

.mer_box h3 {
  color: #18559f;
  font-size: 1.2em;
  font-weight: 900;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d7e1f7));
  background: linear-gradient(transparent 60%, #d7e1f7 60%);
}

@media screen and (max-width: 1200px) {
  .mer_box h3 {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 834px) {
  .mer_box h3 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 640px) {
  .mer_box h3 {
    font-size: 1.2em;
  }
}

.freeArea,
.onayamiArea {
  color: #fff;
  background-size: cover;
  line-height: 2;
}

.freeArea .flame1,
.onayamiArea .flame1 {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 80px 40px;
  padding-bottom: 60px;
  margin-top: -70px;
  position: relative;
}

.freeArea .flame1:before, .freeArea .flame1:after,
.onayamiArea .flame1:before,
.onayamiArea .flame1:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .freeArea .flame1:before, .freeArea .flame1:after,
  .onayamiArea .flame1:before,
  .onayamiArea .flame1:after {
    width: 70px;
  }
}

@media screen and (max-width: 640px) {
  .freeArea .flame1:before, .freeArea .flame1:after,
  .onayamiArea .flame1:before,
  .onayamiArea .flame1:after {
    width: 60px;
  }
}

.freeArea .flame1:after,
.onayamiArea .flame1:after {
  left: inherit;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .freeArea .flame1,
  .onayamiArea .flame1 {
    margin-top: -8.4vw;
  }
}

@media screen and (max-width: 1024px) {
  .freeArea .flame1,
  .onayamiArea .flame1 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .freeArea .flame1 {
    border: none;
    padding: 80px 20px 0;
  }
  .freeArea .flame1:before, .freeArea .flame1:after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .freeArea .flame1 {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .onayamiArea .flame1 {
    padding: 60px 40px;
  }
}

.onayamiArea .flame1 {
  margin-top: -70px;
}

@media screen and (max-width: 1200px) {
  .onayamiArea .flame1 {
    margin-top: -4vw;
  }
}

@media screen and (max-width: 834px) {
  .onayamiArea .flame1 {
    margin-top: -5vw;
  }
}

.large {
  font-size: 4em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .large {
    font-size: 5.85938vw;
  }
}

.large div {
  font-weight: 600;
  position: relative;
  display: inline-block;
  background: url(../images/home/grd_line.png) no-repeat;
  background-position: bottom;
  line-height: 1.2em;
  margin-left: 140px;
}

@media screen and (max-width: 640px) {
  .large div {
    margin-left: 100px;
  }
}

.large div:before {
  content: "";
  background: url(../images/home/logo_ico.png) no-repeat;
  width: 120px;
  height: 120px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .large div:before {
    width: 80px;
    height: 80px;
    left: -100px;
  }
}

.free_box {
  width: 48%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0 1%;
}

@media screen and (max-width: 1024px) {
  .free_box {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .free_box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.free_box h3 {
  font-size: 1.4em;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
  border-bottom: 3px solid;
  padding-bottom: 10px;
}

.free_box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 8px;
  margin: auto;
  background-size: contain;
}

.free_box:nth-child(1) h3:before {
  background: url(../images/home/ico01.png) no-repeat;
  width: 30px;
  height: 30px;
}

.free_box:nth-child(2) h3:before {
  background: url(../images/home/ico02.png) no-repeat;
  width: 35px;
  height: 35px;
}

.free_box .box {
  width: 100%;
}

.free_box .box:not(:last-child) {
  margin-bottom: 20px;
}

.free_box .btn {
  margin-top: 10px;
}

.btn {
  width: 350px;
  max-width: 100%;
  display: block;
  color: #fff !important;
  font-weight: 600;
  padding: 20px 0 25px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  background: url(../images/home/btn_under.png);
  background-size: cover;
  position: relative;
  z-index: 2;
}

.btn:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 3px 3px 0 0;
}

.btn:after {
  content: "\f105";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-size: 1.2em;
}

.btn span {
  position: relative;
  padding-left: 35px;
}

.btn span:before {
  content: "";
  background: url(../images/home/ico03.png) no-repeat;
  width: 25px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wo_box {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 4%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  font-size: 0.9em;
}

@media screen and (max-width: 834px) {
  .wo_box {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  .wo_box {
    width: 48%;
    margin-bottom: 8%;
  }
}

.wo_box img {
  margin-bottom: 10px;
}

.wo_box .box {
  width: 100%;
}

.wo_box .box:not(:last-child) {
  margin-bottom: 5px;
}

.wo_box a {
  color: #18559f !important;
  font-size: 0.9em;
  text-decoration: underline !important;
}

.fk_h2 {
  background: #109b94;
  text-align: center;
  position: relative;
}

.fk_h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #109b94 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: auto;
}

.fk_h2 article {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  background: url(../images/home/ttl_logo.png) no-repeat;
  background-position: right center;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .fk_h2 article {
    background-size: contain;
    padding: 25px 0;
  }
}

.fk_h2 h2 {
  font-size: 3em;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .fk_h2 h2 {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 834px) {
  .fk_h2 h2 {
    font-size: 1.8em;
  }
}

.fk_h2 h2:before {
  content: "";
  background: url(../images/home/clk01.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 20px;
  margin: auto;
  left: -100px;
}

@media screen and (max-width: 640px) {
  .fk_h2 h2:before {
    display: none;
  }
}

.fk_h2 h2:after {
  content: "";
  background: url(../images/home/clk02.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 20px;
  margin: auto;
  right: -100px;
}

@media screen and (max-width: 640px) {
  .fk_h2 h2:after {
    display: none;
  }
}

.fk_h202 {
  background: #18559f;
  text-align: center;
  position: relative;
  z-index: 10;
}

.fk_h202:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #18559f transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: auto;
}

.fk_h202 > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  background: url(../images/home/ttl_logo.png) no-repeat;
  background-position: left center;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .fk_h202 > div {
    background-size: contain;
    padding: 25px 0;
  }
}

.fk_h202 h2 {
  font-size: 3em;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .fk_h202 h2 {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 834px) {
  .fk_h202 h2 {
    font-size: 1.8em;
  }
}

.fk_h202 h2:before {
  content: "";
  background: url(../images/home/clk01.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: -190px;
  margin: auto;
  left: -100px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .fk_h202 h2:before {
    display: none;
  }
}

.fk_h202 h2:after {
  content: "";
  background: url(../images/home/clk02.png) no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: -190px;
  margin: auto;
  right: -100px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .fk_h202 h2:after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .txt_img img {
    width: 250px !important;
  }
}

.po_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 23%;
  margin: 0 1%;
  margin-bottom: 5%;
  background: #f0eff4;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
          box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
  border-radius: 3px;
}

@media screen and (max-width: 1200px) {
  .po_box {
    width: 31%;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 834px) {
  .po_box {
    width: 48%;
    margin-bottom: 8%;
  }
}

.po_box .boc_ch {
  margin-top: -25px;
  padding: 0 30px 10px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .po_box .boc_ch {
    padding: 0 10px 10px;
  }
}

.po_box .box {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.po_box .box:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#0fb9b1), to(#4b7bec));
  background: linear-gradient(to right, #0fb9b1 0%, #4b7bec 100%);
  color: #fff;
  font-size: 1.1em;
  padding: 8px 0;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  .po_box .box:nth-child(1) {
    font-size: 1em;
  }
}

.po_box .box:nth-child(1) h3 {
  font-weight: 600;
}

.po_box .box:nth-child(2) {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  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;
}

.po_box .box:nth-child(3) {
  font-size: 0.9em;
  text-align: left;
}

.bb01 {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.taioArea {
  background-size: auto;
  background-position: bottom;
  background-repeat: repeat-x;
}

.taioArea .inner {
  border: 2px solid #d34051;
  padding: 60px 80px;
}

@media screen and (max-width: 640px) {
  .taioArea .inner {
    padding: 60px 20px;
  }
}

.taioArea .flame1 {
  margin-top: -100px;
}

.taio_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.taio_box .box {
  background-color: #fff;
  width: 18.5%;
  margin-bottom: 1.5%;
  border-radius: 3px;
  border: solid 3px #109b94;
  text-align: center;
  padding: 20px 0;
  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;
}

@media screen and (max-width: 1200px) {
  .taio_box .box {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 1024px) {
  .taio_box .box {
    width: 49.5%;
    font-size: 1em;
  }
}

.taio_box .box > div {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.taio_box .box > div:before {
  content: "";
  background: url(../images/home/batsu.png) no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
  z-index: -1;
}

.h_flow {
  margin-left: 0 !important;
}

.fl_box {
  width: 25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  padding: 0 40px 80px;
  position: relative;
  text-align: center;
  margin-right: 0 !important;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .fl_box {
    width: 100%;
  }
}

.fl_box:before {
  content: "";
  background: url(../images/home/01.png) no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fl_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #27a59e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .fl_box:after {
    border-width: 40px 40px 0 40px;
    top: auto;
    bottom: -39px;
    right: 100px;
  }
}

@media screen and (max-width: 640px) {
  .fl_box:after {
    right: 60px;
  }
}

.fl_box:nth-child(1) {
  background: #27a59e;
}

.fl_box:nth-child(1):after {
  border-color: transparent transparent transparent #27a59e;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(1):after {
    border-color: #27a59e transparent transparent transparent;
  }
}

.fl_box:nth-child(2) {
  background: #40afa9;
}

.fl_box:nth-child(2):before {
  background: url(../images/home/02.png) no-repeat;
}

.fl_box:nth-child(2):after {
  border-color: transparent transparent transparent #40afa9;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(2):after {
    border-color: #40afa9 transparent transparent transparent;
  }
}

.fl_box:nth-child(3) {
  background: #57b9b4;
}

.fl_box:nth-child(3):before {
  background: url(../images/home/03.png) no-repeat;
}

.fl_box:nth-child(3):after {
  border-color: transparent transparent transparent #57b9b4;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(3):after {
    border-color: #57b9b4 transparent transparent transparent;
  }
}

.fl_box:nth-child(4) {
  background: #70c3bf;
}

.fl_box:nth-child(4):before {
  background: url(../images/home/04.png) no-repeat;
}

.fl_box:nth-child(4):after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(4):after {
    display: block;
    border-color: #70c3bf transparent transparent transparent;
    z-index: 10;
  }
}

.fl_box:nth-child(5) {
  background: #2f66a8;
}

.fl_box:nth-child(5):before {
  background: url(../images/home/05.png) no-repeat;
}

.fl_box:nth-child(5):after {
  border-color: transparent transparent transparent #2f66a8;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(5):after {
    border-color: #2f66a8 transparent transparent transparent;
  }
}

.fl_box:nth-child(6) {
  background: #4677b2;
}

.fl_box:nth-child(6):before {
  background: url(../images/home/06.png) no-repeat;
}

.fl_box:nth-child(6):after {
  border-color: transparent transparent transparent #4677b2;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(6):after {
    border-color: #4677b2 transparent transparent transparent;
  }
}

.fl_box:nth-child(7) {
  background: #5d88bc;
}

.fl_box:nth-child(7):before {
  background: url(../images/home/07.png) no-repeat;
}

.fl_box:nth-child(7):after {
  border-color: transparent transparent transparent #5d88bc;
}

@media screen and (max-width: 1024px) {
  .fl_box:nth-child(7):after {
    border-color: #5d88bc transparent transparent transparent;
  }
}

.fl_box:nth-child(8) {
  background: #7499c5;
}

.fl_box:nth-child(8):before {
  background: url(../images/home/08.png) no-repeat;
}

.fl_box:nth-child(8):after {
  display: none;
}

.fl_box .box {
  width: 100%;
}

.fl_box .box:nth-child(3) {
  text-align: left;
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .fl_box .box:nth-child(3) {
    text-align: center;
    font-size: 1em;
  }
}

.fl_box .boc_ch {
  margin-top: -60px;
}

@media screen and (max-width: 1024px) {
  .fl_box .boc_ch {
    width: 100%;
  }
}

.fl_box h3 {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .fl_box h3 {
    font-size: 1.4em;
  }
}

.vo_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  background: #f0eff4;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
          box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.1);
}

@media screen and (max-width: 1024px) {
  .vo_box {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .vo_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.vo_box h3 {
  background: #18559f;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.vo_box .box:nth-child(1) {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .vo_box .box:nth-child(1) {
    width: 29%;
  }
}

@media screen and (max-width: 640px) {
  .vo_box .box:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.vo_box .box:nth-child(2) {
  width: 48%;
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .vo_box .box:nth-child(2) {
    width: 69%;
  }
}

@media screen and (max-width: 640px) {
  .vo_box .box:nth-child(2) {
    width: 100%;
  }
}

.vo_box .box:nth-child(3) {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 30px;
  font-size: 0.9em;
}

.vo_box .box:nth-child(3) a {
  display: block;
  text-decoration: underline !important;
}

.on_list li {
  padding-left: 60px;
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  overflow: inherit !important;
}

@media screen and (max-width: 640px) {
  .on_list li {
    font-size: 1.2em;
  }
}

.on_list li:before {
  content: "";
  background: url(../images/home/ico04.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: contain;
}

.enArea {
  background-size: auto;
  background-position: top left;
}

.entry_img {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .txt span {
    display: block;
  }
}

.arrow {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .arrow img {
    width: 18vw !important;
  }
}

@media screen and (max-width: 640px) {
  .arrow img {
    width: 20vw !important;
  }
}

@media screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important;
  }
}

.banner_1 {
  max-width: 1000px;
}
/*# sourceMappingURL=assets.css.map */