@charset "UTF-8";
@import url("import/extend.css");
@import url("https://use.typekit.net/abl7rwb.css");
@media (min-width: 896px) {
  h1, .uk-h1 {
    font-size: inherit;
  }
}
a, .uk-link {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.uk-grid-small > * {
  padding-left: 0;
}

h3, .uk-h3 {
  font-size: inherit;
  line-height: 1;
  margin: 0 0 0 0;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  color: inherit;
  text-transform: none;
}

p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 0 0;
}

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 0rem;
}

.uk-grid > * {
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .uk-grid > * {
    padding-left: 0px;
  }
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
  margin-top: 0px;
}

.uk-accordion-title {
  display: block;
  font-size: inherit;
  line-height: 1;
  color: inherit;
}
.uk-accordion-title:hover {
  color: inherit;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 0vh;
}

.uk-accordion-content {
  margin-top: 0vh;
}

.uk-accordion-title {
  position: relative;
}

.uk-accordion-title::before {
  position: absolute;
  background: #005892;
  content: "";
  width: 1.4em;
  height: 1.5em;
  margin-left: 0px;
  float: right;
  background-image: url(../images/common/plus.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 0;
  top: 0;
  padding: 1rem;
}

.uk-open > .uk-accordion-title::before {
  background: transparent;
  background-image: url(../images/common/minus.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 50% 50%;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85%;
  padding: 0;
  background: transparent;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 0px;
  right: 25px;
  padding: 5px;
}

.uk-accordion-title {
  color: inherit !important;
}

/**/
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
body {
  background-color: #fff;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #1a1a1a;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2rem;
  /* ブレイクポイントまで幅を固定するときは以下を追加
  min-width: $g-width; */
}

html {
  font-size: 1.5625vw;
  color: #1a1a1a;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 0.812rem;
  }
  body {
    /* ブレイクポイントまで幅を固定するときは以下を追加
    min-width: inherit; */
  }
}
/* テキスト
----------------------------------------------------------------- */
.font_mincho {
  font-style: normal;
  font-weight: normal;
}

.color_white {
  color: #fff !important;
}

.color_main {
  color: #ffd400 !important;
}

.txt {
  font-size: 1rem;
}

/* 背景
----------------------------------------------------------------- */
.bg_white {
  background-color: #fff;
}

/* ボーダー
----------------------------------------------------------------- */
.bd_black {
  border: 1px solid #000;
}

.bd_white_t {
  border-top: 1px solid #fff;
}

.bd_navy_r {
  border-right: 2px solid;
}

@media screen and (max-width: 480px) {
  .bd_navy_r {
    border-right: none;
  }
}
/*タイトル
----------------------------------------------------------------- */
.hd_title {
  height: 70vh;
}
.hd_title h1 {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 10vh;
  color: #fff;
  font-size: 4rem;
}
.hd_title h1 span {
  display: block;
  letter-spacing: 0.25em;
  margin-bottom: 0.365em;
  font-size: 0.26em;
}

@media screen and (max-width: 896px) {
  .hd_title {
    height: 50vh;
  }
}
.title_main {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.title_main span {
  display: block;
  font-size: 0.365em;
}
.title_main span:before {
  content: "●●●";
  display: block;
  letter-spacing: 0.5em;
  margin-bottom: 0.6em;
  font-size: 8px;
}

.title_sub {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.8em;
}

.title_sub2 {
  border-bottom: 0.12rem solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 3.5vh;
}
.title_sub2 span {
  font-size: 0.6em;
  color: #fff;
  margin-right: 0.5rem;
}

/*ボタン
----------------------------------------------------------------- */
.button_main {
  padding: 1rem 0 0 0;
  margin: 0;
  text-align: right;
}
.button_main a {
  font-family: din-2014, sans-serif;
  display: block;
  background-color: #ffd400;
  font-weight: bold;
  position: relative;
  max-width: 255px;
  padding: 0.4rem 2rem 0.4rem 0.4rem;
  font-size: 0.85rem;
  color: #000;
}
.button_main a:after {
  content: "";
  position: absolute;
  bottom: 50%;
  display: inline-block;
  width: 1.5rem;
  height: 4px;
  right: 0;
  background-color: #000;
}
.button_contact {
  padding: 5vh 0 0 0;
  margin: 0;
  text-align: right;
  position: relative;
}
.button_contact a {
  display: block;
  text-align: center;
  font-weight: bold;
  max-width: 370px;
  margin: auto;
  padding: 0.8rem;
  font-size: 1.1rem;
  color: #000;
  border-bottom: 5px solid;
}
.button_contact a:hover {
  background-color: #f5ff6c;
  -webkit-box-shadow: 0 1px;
          box-shadow: 0 1px;
}
.button_contact a:active {
  margin-top: 5px;
  border-bottom: none;
  -webkit-box-shadow: 0 0px;
          box-shadow: 0 0px;
}

@media screen and (max-width: 896px) {
  .button_main a {
    max-width: 200px;
  }
}
/* ==========================================================================
リスト
========================================================================== */
/* 数字
----------------------------------------------------------------- */
ul.li_number {
  padding-left: 30px;
}
ul.li_number li:before {
  content: "一、";
  margin-left: -30px;
  display: inline;
}

/* 記号
----------------------------------------------------------------- */
ul.li_inazuma li {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.2em;
  padding-left: 21px;
}
ul.li_inazuma li:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 34px;
  margin-left: -21px;
  margin-bottom: -15px;
  background: url(../images/ico_inazuma.png) no-repeat 50% 50%;
}

/* ==========================================================================
テーブル
========================================================================== */
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 10vh;
}
table tr th {
  width: 33.3333333333%;
  padding: 15px 20px;
}
table tr td {
  padding: 15px 20px;
  width: 66.66667%;
}

table.tb_about tr {
  border: 1px solid #fff;
  border-width: 1px 0;
}
table.tb_about tr th {
  vertical-align: top;
}

table.tb_technology {
  margin-bottom: 5vh;
}
table.tb_technology tr:nth-child(even) td, table.tb_technology tr:nth-child(even) th {
  background: #1c1c1c;
}
table.tb_technology tr th {
  vertical-align: top;
}

table.tb_equipment {
  margin-bottom: 5vh;
}
table.tb_equipment thead tr th {
  border-bottom: 1px solid #fff;
  padding: 0;
}
table.tb_equipment tr:nth-child(even) td, table.tb_equipment tr:nth-child(even) th {
  background: #1c1c1c;
}
table.tb_equipment tr th, table.tb_equipment tr td {
  width: auto;
}
table.tb_equipment tr th {
  vertical-align: top;
}
table.tb_equipment tr td:last-child {
  width: 10% !important;
}

table.tb_equipment_sub {
  margin-bottom: 5vh;
}
table.tb_equipment_sub tr th, table.tb_equipment_sub tr td {
  background: #1c1c1c;
}

table.td_recruit2 {
  margin-bottom: 5vh;
}
table.td_recruit2 tr th {
  background-color: #fff;
  width: 20%;
  letter-spacing: 0.2em;
}
table.td_recruit2 tr td {
  width: 75%;
}

@media screen and (max-width: 480px) {
  table tr th {
    padding: 15px;
  }
  table.tb_technology tr th, table.tb_technology tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 2rem 2rem 0 2rem;
    margin: 0;
    width: 100%;
  }
  table.tb_technology tr td {
    padding: 0 2rem 2rem 3rem;
  }
  table.tb_equipment tr th, table.tb_equipment tr td {
    width: 28.33333333%;
  }
  table.tb_equipment tr th:last-child,
  table.tb_equipment tr td:last-child {
    width: 15% !important;
  }
}
/* ==========================================================================
フォーム
========================================================================== */
table.td_form {
  margin-bottom: 8vh;
}
table.td_form tr {
  border: 1px solid #fff;
  border-width: 1px 0 0 0;
}
table.td_form tr th, table.td_form tr td {
  padding: 1.5rem 0 1.5rem 1.5rem;
}
table.td_form tr th {
  position: relative;
  padding: 1.5rem 4rem 1.5rem 0;
}

label {
  color: #1a1a1a;
}

.uk-input, .uk-select, .uk-textarea {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

* + .uk-input {
  margin-top: 0.5rem;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #ffd400;
  border-color: #FFF;
}

.ico_required:after {
  content: "必須";
  background-color: #ffd400;
  color: #000;
  line-height: 1em;
  font-size: 0.8em;
  padding: 0.25em 0.8em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
}

@media screen and (max-width: 480px) {
  table.td_form tr th, table.td_form tr td {
    width: 100%;
    display: block;
    padding: 2rem 2rem 0 0;
  }
  table.td_form tr td {
    padding: 0 2rem 2rem 0;
  }
  .ico_required:after {
    padding: 0.1em 0.5em;
    position: relative;
    right: inherit;
    top: inherit;
    margin-left: 1rem;
    margin-top: auto;
  }
}
/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#go_to_top {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 1;
}
a#go_to_top img {
  max-width: initial;
}
a#go_to_top > svg {
  display: none;
}

@media screen and (max-width: 480px) {
  a#go_to_top img {
    max-width: 40px;
  }
}
/* ==========================================================================
ヘッダー
========================================================================== */
.header {
  height: 65px;
  z-index: 1;
  position: relative;
  background-color: #f4f4f4;
}

/*
.header_margin_top{
	margin-top: -$header_height_pc;
}
*/
header .uk-active {
  background-color: #f4f4f4 !important;
  -webkit-box-shadow: 0px -4px 4px 4px #ddd;
          box-shadow: 0px -4px 4px 4px #ddd;
}

.page_index .header {
  background-color: #f4f4f4;
}

@media screen and (max-width: 896px) {
  .header {
    height: 80px;
  }
  /*
  .header_margin_top{
  	margin-top: -$header_height_tb;
  }
  */
}
@media screen and (max-width: 480px) {
  .header {
    background-color: #fff !important;
    height: 60px;
  }
  header .uk-active {
    background-color: #fff !important;
  }
  /*
  .header_margin_top{
  	margin-top: -$header_height_sp;
  }
  */
}
/* ロゴ
----------------------------------------------------------------- */
.logo {
  width: calc(25rem - 1%);
  margin-right: 1%;
  height: 100%;
  background: #fff;
}
.logo h1 {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.logo h1 img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .logo {
    width: calc(100% - 60px);
    margin-right: 0;
  }
  .logo h1 {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@media screen and (max-width: 896px) {
  .logo {
    width: calc(24rem - 1%);
  }
}
/* メニュー
----------------------------------------------------------------- */
.hd_globalnav {
  position: relative;
}

.hd_globalnav > li {
  float: left;
}

.hd_globalnav > li > ul {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* 上矢印 */
.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.hd_globalnav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  height: 65px;
  max-width: 730px;
  margin-left: auto;
}
.hd_globalnav li {
  padding: 0;
  margin: 0;
}
.hd_globalnav li {
  width: 19%;
  position: relative;
}
.hd_globalnav li a {
  display: block;
  height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0px, 15px);
          transform: translate(0px, 15px);
}
.hd_globalnav li a span.sub {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 0.625rem;
}
.hd_globalnav li a span svg {
  width: 1.2rem;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.hd_globalnav li .middle {
  line-height: 1.5;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
}
.hd_globalnav li ul {
  position: absolute;
  top: 80px;
  width: 12.5rem;
  margin: auto;
  left: -2.5rem;
  background: rgba(0, 88, 146, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 0px;
}
.hd_globalnav li ul:before {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 88, 146, 0.9);
  position: absolute;
  right: calc(50% - 12px);
  top: -24px;
}
.hd_globalnav li ul li {
  width: 100%;
  list-style: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.hd_globalnav li ul li:hover {
  background: rgba(255, 255, 255, 0.9);
}
.hd_globalnav li ul li:hover a {
  color: #005892 !important;
}
.hd_globalnav li ul li a {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hd_globalnav li:hover a {
  color: #005892;
}
.hd_globalnav li:hover ul {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
.hd_globalnav li:hover ul li a {
  color: #fff;
}
.hd_globalnav li.hd_contact {
  height: 100%;
  display: inline-block;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c0ff00), color-stop(50%, #005892));
  background: -webkit-linear-gradient(left, #c0ff00 50%, #005892 50%);
  background: linear-gradient(to right, #c0ff00 50%, #005892 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: futura-pt, sans-serif;
  color: #fff;
  border: none;
  border-left: 10px solid #c0ff00;
  border-color: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 270px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  		a{
  			font-size: 1rem;
  			color: colors(white);
  			white-space: nowrap;

  			span.sub{
  				font-size: 0.625rem;
  			}
  			span{
  				svg{
  					width: 1rem;
  					height: 1rem;
  					fill: colors(white);
  					margin-left: 5px;
  				}
  			}
  		}
  */
}
.hd_globalnav li.hd_contact a {
  -webkit-transform: translate(0px, 2px);
          transform: translate(0px, 2px);
  color: #fff;
}
.hd_globalnav li.hd_contact a span.sub {
  font-size: 0.625rem;
}
.hd_globalnav li.hd_contact a span svg {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: sub;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 5px;
}
.hd_globalnav li.hd_contact:hover {
  background-position: left bottom;
}
.hd_globalnav li.hd_contact:hover a {
  color: #1a1a1a;
}
.hd_globalnav li.hd_contact:hover a span svg {
  fill: #1a1a1a;
}

@media screen and (max-width: 896px) {
  .hd_globalnav {
    height: 80px;
  }
  .hd_globalnav li a {
    font-size: 0.75rem;
    -webkit-transform: translate(0px, 2.2rem);
            transform: translate(0px, 2.2rem);
  }
  .hd_globalnav li .middle {
    line-height: 1.4;
    -webkit-transform: translate(0px, 2.2rem);
            transform: translate(0px, 2.2rem);
  }
  .hd_globalnav li.hd_contact {
    padding: 1.2rem 0;
  }
  .hd_globalnav .hd_contact {
    background: #000 url(../images/ico_note.svg) left 0.3em top no-repeat;
    background-size: 1em;
    padding-left: 0.2em;
  }
  .hd_globalnav .hd_contact a {
    font-size: 0.75rem;
    -webkit-transform: translate(0px, 12px) !important;
            transform: translate(0px, 12px) !important;
  }
}
.hd_globalnav_sub {
  background-color: #0b2467 !important;
  height: 40px;
}
.hd_globalnav_sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  display: table;
  margin: auto;
}
.hd_globalnav_sub ul li {
  padding: 0;
  margin: 0;
}
.hd_globalnav_sub ul li {
  display: table-cell;
  vertical-align: middle;
}
.hd_globalnav_sub ul li a {
  display: block;
  text-align: center;
  height: 100%;
  padding: 0 5vw;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 10px;
}

.nav_sticky {
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 500;
}

@media screen and (max-width: 480px) {
  .nav_sticky {
    top: 60px !important;
  }
}
/*
.nav_inact{
	position: absolute;
	z-index: 500;
	top: -500px;
}
.nav_act{
	display: block !important;
	z-index: 500;
	top: 0;
}
@media screen and (max-width: $break_sp){
	.nav_inact{
		position: relative;
		top: 0;
	}
	.nav_act{
		position: relative;
		top: $header_height_sp !important;
	}
}
*/
/* モバイルメニュー

ul{
@include list-reset;
padding-bottom: 1rem;
li{
border-top: none;
a{
padding: 1rem;
font-size: 0.865rem;
padding-left: 4rem;
}
}
}
----------------------------------------------------------------- */
.hamburg {
  background: #005892;
  border-left: 5px solid #c0ff00;
  height: 60px;
  width: 55px;
}
.hamburg svg {
  width: 2.5em;
  fill: #fff;
  -webkit-transform: translate(11px, 12.5px);
          transform: translate(11px, 12.5px);
}

.hamburg_close {
  background: #005892;
  border-left: none;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
}
.hamburg_close svg {
  color: #fff;
  width: 2em;
  -webkit-transform: translate(15px, 12.5px);
          transform: translate(15px, 12.5px);
}

.menu_sp .uk-offcanvas-bar .menu_sp_con {
  background: #005892;
  position: relative;
  margin-top: 60px;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul {
  padding-left: 0px;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li {
  list-style: none;
  border-bottom: 1px solid #80abc8;
  padding: 1.5rem 1.75rem;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li:last-child {
  border-bottom: none;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li:before {
  content: "ー";
  color: #c0ff00;
  margin-right: 0.5em;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li .menu_sp_a {
  font-size: 1.75rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1rem;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li .menu_sp_a .sub {
  font-size: 0.75rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li ul {
  line-height: 2.4rem;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li ul li {
  list-style: none;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_li ul li a {
  font-size: 1rem;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_contact .menu_sp_a {
  color: #c0ff00;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_contact .menu_sp_a .sub {
  color: #c0ff00;
}
.menu_sp .uk-offcanvas-bar .menu_sp_con .menu_sp_ul .menu_sp_contact .menu_sp_a .img svg {
  fill: #c0ff00;
  width: 1.25rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.hd_sp_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
}
.hd_sp_nav li {
  padding: 0;
  margin: 0;
}
.hd_sp_nav li {
  border-top: 1px solid #000;
}
.hd_sp_nav li a {
  padding: 1.5rem 1.5rem 1rem;
  display: block;
  font-size: 1.265rem;
  padding-left: 3%;
  padding-right: 3%;
  font-weight: bold;
}
.hd_sp_nav li a:hover {
  color: #ffd400;
}
.hd_sp_nav li.hd_contact a img {
  margin-right: 0.5rem;
}

/* ==========================================================================
フッター
========================================================================== */
footer > section {
  padding: 8vh 0;
}

@media screen and (max-width: 480px) {
  footer > section {
    padding: 4vh 0 2vh 0;
  }
}
/*ページトップへ
- - - - - - - - - - - - - - - - - - - - */
.totop {
  width: 45px;
  height: 45px;
  text-align: center;
  background: #005892;
  line-height: 45px;
  position: fixed;
  bottom: 5rem;
  right: 15px;
  z-index: 10;
}
.totop svg {
  color: #fff;
  width: 25px;
}

/* メニュー
----------------------------------------------------------------- */
.ft_logo {
  margin-right: 2.5rem;
}
.ft_logo .co {
  color: #005892;
  font-weight: bold;
  margin-left: 1.2rem;
}
.ft_logo .co span svg {
  width: 1rem;
  height: 1rem;
  fill: #005892;
  margin: 2.5rem 0;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .footer {
    margin: auto;
    padding: 0 5%;
  }
  .footer .ft_logo {
    margin-right: 0rem;
  }
  .footer .ft_logo .rec img {
    display: block;
    max-width: 85%;
    width: 85%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .footer .ft_logo .co {
    font-size: 1.5rem;
    margin-left: 0rem;
  }
  .footer .ft_logo .co svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.nav_ft {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  margin-top: 5%;
}
.nav_ft li {
  padding: 0;
  margin: 0;
}
.nav_ft li {
  text-align: left;
}
.nav_ft li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_ft li a:hover {
  color: #005892;
}
.nav_ft li:not(.nav_ft_header) {
  font-size: 0.812rem;
  margin-left: 0.5em;
  margin-bottom: 1rem;
}
.nav_ft li:not(.nav_ft_header):before {
  content: "・";
  color: #005892;
  margin-right: 0.5em;
}
.nav_ft li.nav_ft_header {
  font-size: 0.812rem;
  margin-bottom: 2rem;
  color: #005892;
  font-weight: bold;
}

/* 他
----------------------------------------------------------------- */
address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  margin-bottom: 8vh;
}
address ul li {
  padding: 0;
  margin: 0;
}
address ul li {
  line-height: 2em;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  address ul {
    margin-bottom: 0;
  }
}
.ft_copyright {
  padding: 0.25rem 5% !important;
  background-color: #005892;
}
.ft_copyright p {
  text-align: center;
  color: #fff;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.button_ft {
  margin: 0;
}
.button_ft a {
  display: block;
  padding: 0.15rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c0ff00), color-stop(50%, #005892));
  background: -webkit-linear-gradient(left, #c0ff00 50%, #005892 50%);
  background: linear-gradient(to right, #c0ff00 50%, #005892 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 0.812rem;
  color: #fff;
  border: none;
  border-left: 8px solid #c0ff00;
  border-color: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 270px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button_ft a span svg {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: sub;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 5px;
}
.button_ft a:hover {
  background-position: left bottom;
  color: #1a1a1a;
}
.button_ft a:hover span svg {
  fill: #1a1a1a;
}

/* ==========================================================================
index.html
========================================================================== */
/* 要素名
----------------------------------------------------------------- */
/* - - - - - - - - - - - - - - - - - - - -
スライドショー
- - - - - - - - - - - - - - - - - - - - */
.topcopy {
  z-index: 5;
  width: 95%;
}
.topcopy h2 {
  text-align: center;
  margin-top: 80px;
}
.topcopy h2 img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

#mainvisual {
  min-height: inherit !important;
  height: calc(95vh - 65px) !important;
  width: 100%;
}

.uk-slideshow-items {
  min-height: 90vh !important;
}

.slide .slide01 {
  background-image: url(../images/index/slide01.jpg);
}
.slide .slide02 {
  background-image: url(../images/index/slide02.jpg);
}
.slide .slide03 {
  background-image: url(../images/index/slide03.jpg);
}

@media screen and (max-width: 480px) {
  .topcopy {
    max-width: calc(100% - 40px);
    margin: 55px 20px 0;
  }
  .topcopy h2 {
    margin-top: 30px;
  }
  .topcopy h2 img {
    max-width: 380px;
  }
  .slide .slide01 {
    background-image: url(../images/index/slide01_sp.jpg);
  }
  .slide .slide02 {
    background-image: url(../images/index/slide02_sp.jpg);
  }
  .slide .slide03 {
    background-image: url(../images/index/slide03_sp.jpg);
  }
}
/* - - - - - - - - - - - - - - - - - - - -
vision
- - - - - - - - - - - - - - - - - - - - */
.index_vision {
  background: #f4f4f4;
  position: relative;
}
.index_vision .index_vision_txt {
  background: -webkit-gradient(linear, left top, right top, from(#64d1f6), to(#005892));
  background: -webkit-linear-gradient(left, #64d1f6, #005892);
  background: linear-gradient(to right, #64d1f6, #005892);
  color: #fff;
  border-left: 35px solid #005892;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  padding: 6.25rem 0;
}
.index_vision .index_vision_txt .index_vision_txt_con {
  margin: 0;
  width: 50%;
  max-width: 460px;
  padding-left: 5rem;
  padding-right: 0rem;
}
.index_vision .index_vision_txt .index_vision_txt_con h3 {
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.2rem;
  padding-bottom: 1.5rem;
}
.index_vision .index_vision_txt .index_vision_txt_con h3 svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #fff;
}
.index_vision .index_vision_txt .index_vision_txt_con h3 span {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 8px 0;
  margin-left: 7.5rem;
}
.index_vision .index_vision_txt .index_vision_txt_con .tit {
  font-size: 1.625rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.1rem;
  padding: 1rem 0 2rem;
}
.index_vision .index_vision_img {
  background-image: url(../images/index/vision.jpg);
  background-size: cover;
  background-position: right top;
  height: 28rem;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: -3rem;
  -webkit-box-shadow: -2rem 2rem #fff;
          box-shadow: -2rem 2rem #fff;
}

@media screen and (min-width: 1200px) {
  .index_vision .index_vision_txt {
    padding-bottom: 40rem;
  }
  .index_vision .index_vision_txt .index_vision_txt_con {
    position: absolute;
    right: 51%;
  }
}
@media screen and (max-width: 896px) {
  .index_vision .index_vision_txt {
    border-left: 25px solid #005892;
  }
  .index_vision .index_vision_txt .index_vision_txt_con {
    right: 52%;
    width: 55%;
    padding-left: 3rem;
  }
  .index_vision .index_vision_img {
    height: 25rem;
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .index_vision .index_vision_txt {
    width: 95%;
    padding-bottom: 20rem;
    border-left: 18px solid #005892;
  }
  .index_vision .index_vision_txt .index_vision_txt_con {
    margin: 0;
    width: 85%;
    max-width: none;
    padding-left: 1.75rem;
  }
  .index_vision .index_vision_txt .index_vision_txt_con h3 span {
    padding: 5px 0 8px 0;
    font-size: 1rem;
  }
  .index_vision .index_vision_txt .index_vision_txt_con .tit {
    font-size: 1.692rem;
    letter-spacing: 0.1rem;
    padding: 1rem 0 1.5rem;
  }
  .index_vision .index_vision_img {
    height: 20rem;
    width: 85%;
    bottom: -2.5rem;
    -webkit-box-shadow: -1.5rem 1.5rem #fff;
            box-shadow: -1.5rem 1.5rem #fff;
  }
}
/* - - - - - - - - - - - - - - - - - - - -
interview
- - - - - - - - - - - - - - - - - - - - */
.interview_bak {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #e8e8e8), to(#e8e8e8));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 45%, #e8e8e8 45%, #e8e8e8 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #e8e8e8 45%, #e8e8e8 100%);
}

.index_interview {
  background-image: url(../images/common/wave_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 6.25rem;
}
.index_interview .index_interview_tit {
  text-align: center;
  padding-top: 6.25rem;
  padding-bottom: 3.5rem;
}
.index_interview .index_interview_tit h3 {
  letter-spacing: 0.2rem;
}
.index_interview .index_interview_tit h3 p {
  color: #005892;
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/blue.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.index_interview .index_interview_tit h3 span {
  color: #005892;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 8px 0;
}
.index_interview .index_interview_tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 25px auto;
}
.index_interview .index_interview_con {
  padding-bottom: 3.5rem;
  margin: auto;
}
.index_interview .index_interview_con a {
  width: 45%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_interview .index_interview_con a .interview_link_img {
  position: relative;
  -webkit-box-shadow: 0 0 1.5rem #bbb;
          box-shadow: 0 0 1.5rem #bbb;
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-position: center;
}
.index_interview .index_interview_con a .interview_link_img p {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background: #005892;
  color: #fff;
  font-size: 1.25rem;
  width: 75%;
  padding: 0.3rem 0;
  letter-spacing: 0.02rem;
  display: inline-block;
  text-decoration: none;
}
.index_interview .index_interview_con a .interview_link_img p::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_interview .index_interview_con a .img01 {
  background-image: url(../images/index/interview_link01.jpg);
}
.index_interview .index_interview_con a .img02 {
  background-image: url(../images/index/interview_link02.jpg);
}
.index_interview .index_interview_con a .img03 {
  background-image: url(../images/index/interview_link03.jpg);
}
.index_interview .index_interview_con a .img04 {
  background-image: url(../images/index/interview_link04.jpg);
}
.index_interview .index_interview_con a .name {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 1rem;
}
.index_interview .index_interview_con a .name span {
  font-size: 0.812rem;
  font-weight: normal;
  margin-left: 10px;
}
.index_interview .index_interview_con a .interview_link_img::before {
  background-color: rgba(0, 0, 0, 0);
}
.index_interview .index_interview_con a:hover .interview_link_img::before {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_interview .index_interview_con a:hover p::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.index_interview .index_interview_con .index_interview_con_lr {
  margin-right: 2.5%;
  margin-left: 2.5%;
}
.index_interview .index_interview_con .index_interview_con_l {
  margin-right: 5%;
}
.index_interview .index_interview_con .index_interview_con_r {
  margin-left: 5%;
}

@media screen and (max-width: 480px) {
  .interview_bak {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(23%, transparent), color-stop(23%, #e8e8e8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 23%, #e8e8e8 23%, #e8e8e8 100%);
    background: linear-gradient(180deg, transparent 0%, transparent 23%, #e8e8e8 23%, #e8e8e8 100%);
  }
  .index_interview .index_interview_con {
    padding-bottom: 0rem;
    display: block;
  }
  .index_interview .index_interview_con a {
    width: 90%;
    margin: auto;
    display: block;
    padding: 0 5%;
    padding-bottom: 3.5rem;
  }
  .index_interview .index_interview_con a .interview_link_img p {
    padding: 0.5rem 0;
  }
  .index_interview .index_interview_con .index_interview_con_lr {
    margin: 0%;
  }
  .index_interview .index_interview_con .index_interview_con_l {
    margin-right: 0%;
  }
  .index_interview .index_interview_con .index_interview_con_r {
    margin-left: 0%;
  }
}
/* - - - - - - - - - - - - - - - - - - - -
link
- - - - - - - - - - - - - - - - - - - - */
.index_link {
  background-image: url(../images/common/wave_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 6.5rem 0;
}
.index_link .index_link_con_top {
  background-image: url(../images/index/data_link.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 12rem;
  display: block;
  position: relative;
  padding: 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_link .index_link_con_top .index_link_con_tit {
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.index_link .index_link_con_top .index_link_con_tit h3 {
  letter-spacing: 0.2rem;
}
.index_link .index_link_con_top .index_link_con_tit h3 p {
  color: #fff;
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.index_link .index_link_con_top .index_link_con_tit h3 svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #fff;
}
.index_link .index_link_con_top .index_link_con_tit h3 span {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 8px 0;
  text-align: left;
  margin-left: 3.2rem;
}
.index_link .index_link_con_top .index_link_con_tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px 0 25px 50px;
}
.index_link .index_link_con_top .more {
  color: #fff;
  font-family: futura-pt, sans-serif;
  background: #005892;
  padding: 0.25rem 0;
  width: 25%;
  text-align: center;
  float: right;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  letter-spacing: 0.05rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.index_link .index_link_con_top .more::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_link .index_link_con_top:hover .more::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.index_link .index_link_con {
  margin: 10px auto 0 auto;
}
.index_link .index_link_con .index_link_con_l, .index_link .index_link_con .index_link_con_r {
  background-size: cover;
  width: calc(50% - 5px);
  height: 22rem;
  display: block;
  position: relative;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit, .index_link .index_link_con .index_link_con_r .index_link_con_tit {
  display: inline-block;
  text-align: center;
  display: block;
  width: auto;
  margin: auto;
  padding: 6rem 0;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit h3, .index_link .index_link_con .index_link_con_r .index_link_con_tit h3 {
  letter-spacing: 0.2rem;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit h3 p, .index_link .index_link_con .index_link_con_r .index_link_con_tit h3 p {
  color: #fff;
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 0.25rem;
  background-size: 2.5rem 2.5rem;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit h3 svg, .index_link .index_link_con .index_link_con_r .index_link_con_tit h3 svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #fff;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit h3 span, .index_link .index_link_con .index_link_con_r .index_link_con_tit h3 span {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 8px 0;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit hr, .index_link .index_link_con .index_link_con_r .index_link_con_tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 20px auto 25px auto;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit .more, .index_link .index_link_con .index_link_con_r .index_link_con_tit .more {
  color: #fff;
  font-family: futura-pt, sans-serif;
  background: #005892;
  padding: 0.25rem 0;
  width: 50%;
  margin: auto;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit .more::after, .index_link .index_link_con .index_link_con_r .index_link_con_tit .more::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_link .index_link_con .index_link_con_l .index_link_con_tit:hover .more::after, .index_link .index_link_con .index_link_con_r .index_link_con_tit:hover .more::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.index_link .index_link_con .index_link_con_l {
  background-image: url(../images/index/guidline_link.jpg?20251106);
  margin-right: 5px;
}
.index_link .index_link_con .index_link_con_r {
  background-image: url(../images/index/q&a_link.jpg);
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .index_link .index_link_con_top {
    background-image: url(../images/index/data_link_sp.jpg);
    height: 18rem;
    text-align: center;
  }
  .index_link .index_link_con_top .index_link_con_tit {
    display: inline-block;
    text-align: center;
    display: block;
    width: auto;
    margin: auto;
    padding: 4.5rem 0 2.5rem 0;
    -webkit-transform: none;
            transform: none;
  }
  .index_link .index_link_con_top .index_link_con_tit h3 span {
    font-size: 1rem;
    padding: 8px 0;
    text-align: center;
    margin-left: 0;
  }
  .index_link .index_link_con_top .index_link_con_tit hr {
    width: 40px;
    border-top: 3px solid #c0ff00;
    margin: 10px auto 15px auto;
  }
  .index_link .index_link_con_top .index_link_con_tit .more {
    padding: 1rem 0;
    margin: auto;
    width: 100%;
    display: block;
    float: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 1.153rem;
    letter-spacing: 0.1rem;
  }
  .index_link .index_link_con {
    margin: 0 auto;
    display: block;
  }
  .index_link .index_link_con .index_link_con_l, .index_link .index_link_con .index_link_con_r {
    width: 100%;
    height: 18rem;
  }
  .index_link .index_link_con .index_link_con_l .index_link_con_tit, .index_link .index_link_con .index_link_con_r .index_link_con_tit {
    padding: 4.5rem 0 2.5rem 0;
  }
  .index_link .index_link_con .index_link_con_l .index_link_con_tit hr, .index_link .index_link_con .index_link_con_r .index_link_con_tit hr {
    width: 40px;
    border-top: 3px solid #c0ff00;
    margin: 10px auto 15px auto;
  }
  .index_link .index_link_con .index_link_con_l .index_link_con_tit .more, .index_link .index_link_con .index_link_con_r .index_link_con_tit .more {
    padding: 1rem 0;
    width: 60%;
    display: block;
    float: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 1.153rem;
    letter-spacing: 0.1rem;
  }
  .index_link .index_link_con .index_link_con_l {
    margin-right: 0px;
    margin: 1.5rem 0;
    background-position: 50% 70%;
  }
  .index_link .index_link_con .index_link_con_r {
    margin-left: 0px;
  }
}
/* - - - - - - - - - - - - - - - - - - - -
contact
- - - - - - - - - - - - - - - - - - - - */
.index_contact {
  padding: 4rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#2e78b8), to(#93d7f0));
  background: -webkit-linear-gradient(left, #2e78b8, #93d7f0);
  background: linear-gradient(to right, #2e78b8, #93d7f0);
}
.index_contact .index_contact_con {
  text-align: center;
}
.index_contact .index_contact_con h3 {
  letter-spacing: 0.2rem;
}
.index_contact .index_contact_con h3 p {
  color: #fff;
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 3.5rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 0.25rem;
  background-size: 2.5rem 2.5rem;
}
.index_contact .index_contact_con h3 span {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 5px 0;
}
.index_contact .index_contact_con hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 20px auto 25px auto;
}
.index_contact .index_contact_con p {
  color: #fff;
  margin-bottom: 1.5rem;
}
.index_contact .index_contact_con .btn {
  display: inline-block;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c0ff00), color-stop(50%, #005892));
  background: -webkit-linear-gradient(left, #c0ff00 50%, #005892 50%);
  background: linear-gradient(to right, #c0ff00 50%, #005892 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: futura-pt, sans-serif;
  color: #fff;
  border: none;
  border-left: 10px solid #c0ff00;
  border-color: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  max-width: 270px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_contact .index_contact_con .btn span svg {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: sub;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 5px;
}
.index_contact .index_contact_con .btn:hover {
  background-position: left bottom;
  color: #1a1a1a;
}
.index_contact .index_contact_con .btn:hover span svg {
  fill: #1a1a1a;
}

@media screen and (max-width: 480px) {
  .index_contact .index_contact_con a {
    font-size: 1.153rem;
    letter-spacing: 0.1rem;
  }
  .index_contact .index_contact_con .btn {
    padding: 1rem 0;
  }
  .index_contact .index_contact_con .btn span svg {
    margin-bottom: 2px;
  }
}
.top_interview {
  background-size: cover;
  background-position: right top;
  position: relative;
  height: calc(70vh - 50px);
}
.top_interview .top_tit {
  background: -webkit-gradient(linear, left top, right top, from(#64d1f6), to(#005892));
  background: -webkit-linear-gradient(left, #64d1f6, #005892);
  background: linear-gradient(to right, #64d1f6, #005892);
  color: #fff;
  border-left: 25px solid #c0ff00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  padding: 3rem 0;
  position: absolute;
  bottom: -8rem;
  z-index: 1;
}
.top_interview .top_tit div {
  margin: auto;
  display: table;
}
.top_interview .top_tit div h3 {
  font-size: 1.25rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.top_interview .top_tit div h3 svg {
  width: 1rem;
  height: 1rem;
  stroke: #fff;
  margin-bottom: 0.4rem;
}
.top_interview .top_tit div .tit {
  font-size: 2rem;
  line-height: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
.top_interview .top_tit div hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px 0;
  text-align: left;
}
.top_interview .top_tit div .txt {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
}
.top_interview .top_tit div .txt span {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05rem;
}

.top_interview01 {
  background-image: url(../images/interview/01/top_pc.jpg);
}

.top_interview02 {
  background-image: url(../images/interview/02/top_pc.jpg);
}

.top_interview03 {
  background-image: url(../images/interview/03/top_pc.jpg);
}

.top_interview04 {
  background-image: url(../images/interview/04/top_pc.jpg);
}

@media screen and (max-width: 896px) {
  .top_interview01 {
    background-image: url(../images/interview/01/top_tb.jpg);
  }
  .top_interview02 {
    background-image: url(../images/interview/02/top_tb.jpg);
  }
  .top_interview03 {
    background-image: url(../images/interview/03/top_tb.jpg);
  }
  .top_interview04 {
    background-image: url(../images/interview/04/top_tb.jpg);
  }
  .top_interview {
    height: calc(70vh - 50px);
  }
  .top_interview .top_tit {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .top_interview01 {
    background-image: url(../images/interview/01/top_sp.jpg);
  }
  .top_interview02 {
    background-image: url(../images/interview/02/top_sp.jpg);
  }
  .top_interview03 {
    background-image: url(../images/interview/03/top_sp.jpg);
  }
  .top_interview04 {
    background-image: url(../images/interview/04/top_sp.jpg);
  }
  .top_interview {
    height: 60vh;
  }
  .top_interview .top_tit {
    width: 95%;
    bottom: -15rem;
  }
  .top_interview .top_tit div .tit {
    line-height: 3rem;
    font-size: 1.924rem;
  }
}
.interview01 {
  padding-bottom: 20rem;
}

.interview02 {
  padding-bottom: 20rem;
}

.interview03 {
  padding-bottom: 20rem;
}

.interview04 {
  padding-bottom: 20rem;
}

.interview {
  background-image: url(../images/common/wave_top.png), url(../images/common/wave_bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  position: relative;
  padding-top: calc(15rem + 50px);
}
.interview .profile {
  background: #fff;
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.5rem 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interview .profile .tit {
  color: #005892;
  font-size: 1.375rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.interview .profile .tit svg {
  width: 1rem;
  height: 1rem;
  stroke: #005892;
}
.interview .profile .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.interview .profile .txt div {
  min-width: 3.5rem;
}
.interview .interview_con .tit {
  color: #005892;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.interview .interview_con01 .tit {
  margin-bottom: 0rem;
}
.interview .interview_con01 div p {
  background: #fff;
  width: 90%;
  display: block;
  margin: auto;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 2rem;
  text-align: justify;
}
.interview .interview_con02 {
  margin-top: 5rem;
}
.interview .interview_con02 div {
  position: relative;
}
.interview .interview_con02 div p {
  background: #fff;
  width: 55%;
  display: block;
  margin: auto;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 3rem;
  right: 0;
  text-align: justify;
}
.interview .interview_con02 div img {
  width: 55%;
}
.interview .interview_con03 {
  margin-top: 12.5rem;
}
.interview .interview_con03 div {
  position: relative;
}
.interview .interview_con03 div p {
  background: #fff;
  width: 55%;
  display: block;
  margin: auto;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 3rem;
  left: 0;
  text-align: justify;
}
.interview .interview_con03 div img {
  width: 55%;
  float: right;
}

@media screen and (max-width: 896px) {
  .interview01 {
    padding-bottom: 20rem;
  }
  .interview02 {
    padding-bottom: 20rem;
  }
  .interview03 {
    padding-bottom: 20rem;
  }
  .interview04 {
    padding-bottom: 20rem;
  }
  .interview .profile {
    width: 50%;
    padding: 1.5rem 1rem 1.5rem 5rem;
  }
}
@media screen and (max-width: 600px) {
  .interview01 {
    padding-bottom: 35rem;
  }
  .interview02 {
    padding-bottom: 35rem;
  }
  .interview03 {
    padding-bottom: 35rem;
  }
  .interview04 {
    padding-bottom: 35rem;
  }
  .interview .interview_con03 {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 480px) {
  .interview01 {
    padding-bottom: 34rem;
  }
  .interview02 {
    padding-bottom: 30rem;
  }
  .interview03 {
    padding-bottom: 30rem;
  }
  .interview04 {
    padding-bottom: 30rem;
  }
  .interview .profile {
    width: 85%;
    top: 2rem;
    padding: 15rem 1rem 1.5rem 2rem;
  }
  .interview .interview_container {
    padding: 0;
  }
  .interview .interview_con .tit {
    font-size: 1.8rem;
  }
  .interview .interview_con01 {
    margin-top: 17rem;
  }
  .interview .interview_con02 div p {
    width: 90%;
    padding: 2rem;
    top: 16rem;
  }
  .interview .interview_con02 div img {
    width: 90%;
  }
  .interview .interview_con03 {
    margin-top: 30rem;
  }
  .interview .interview_con03 div p {
    width: 90%;
    padding: 2rem;
    top: 16rem;
  }
  .interview .interview_con03 div img {
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .interview .interview_con03 {
    margin-top: 30rem;
  }
  .interview .interview_con2-3 {
    margin-top: 27rem;
  }
  .interview .interview_con3-3 {
    margin-top: 23rem;
  }
  .interview .interview_con4-3 {
    margin-top: 27rem;
  }
}
@media screen and (max-width: 380px) {
  .interview01 {
    padding-bottom: 40rem;
  }
  .interview02 {
    padding-bottom: 33rem;
  }
  .interview03 {
    padding-bottom: 33rem;
  }
  .interview04 {
    padding-bottom: 36rem;
  }
  .interview .interview_con01 {
    margin-top: 20rem;
  }
  .interview .interview_con03 {
    margin-top: 35rem;
  }
  .interview .interview_con2-3 {
    margin-top: 33rem;
  }
  .interview .interview_con3-3 {
    margin-top: 28rem;
  }
  .interview .interview_con4-3 {
    margin-top: 32rem;
  }
}
.schedule {
  background: #e8e8e8;
  padding: 4.25rem 0;
}
.schedule .tit {
  display: table;
  margin: auto;
  letter-spacing: 0.2rem;
}
.schedule .tit p {
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  color: #005892;
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/blue.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.schedule .tit span {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  margin-riight: 0.5rem;
  color: #005892;
  text-align: center;
}
.schedule .tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 2.25rem auto;
}
.schedule .schedule_con {
  background: #fff;
  max-width: calc(760px - 10%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 5rem;
  margin: auto;
}
.schedule .schedule_con .schedule_con_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.schedule .schedule_con .schedule_con_line .line {
  border-right: 2px solid #005892;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 1.55rem;
  margin: 2rem 0;
}
.schedule .schedule_con .schedule_con_line table {
  margin-bottom: 0;
}
.schedule .schedule_con .schedule_con_line table tr {
  margin-bottom: 2rem;
}
.schedule .schedule_con .schedule_con_line table tr th {
  width: 25%;
  font-size: 1.187rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  vertical-align: top;
  padding: 1rem;
  text-align: left;
}
.schedule .schedule_con .schedule_con_line table tr th span {
  margin-right: 1rem;
}
.schedule .schedule_con .schedule_con_line table tr th span svg {
  width: 1rem;
  height: 1rem;
  fill: #005892;
}
.schedule .schedule_con .schedule_con_line table tr td {
  font-size: 0.937rem;
  padding: 1rem;
}
.schedule .schedule_con .schedule_con_line table tr td span {
  font-size: 1.062rem;
  font-weight: bold;
  display: block;
  text-align: justify;
}
.schedule .schedule_con .table02 {
  position: relative;
  top: -1rem;
  margin-bottom: 0;
}
.schedule .schedule_con .table02 tr {
  margin-bottom: 2rem;
}
.schedule .schedule_con .table02 tr th {
  width: 25%;
  font-size: 1.187rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  vertical-align: top;
  padding: 1rem;
}
.schedule .schedule_con .table02 tr th span {
  margin-right: 1rem;
}
.schedule .schedule_con .table02 tr th span svg {
  width: 1rem;
  height: 1rem;
  fill: #005892;
}
.schedule .schedule_con .table02 tr td {
  font-size: 0.937rem;
  padding: 0 1rem;
}
.schedule .schedule_con .table02 tr td span {
  font-size: 1.062rem;
  font-weight: bold;
  display: block;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .schedule .tit p {
    padding: 0 2rem 0 3rem;
    letter-spacing: 0.15rem;
  }
  .schedule .tit span {
    font-size: 1rem;
    padding: 0;
    padding-bottom: 5px;
  }
  .schedule .schedule_con {
    padding: 1rem;
  }
  .schedule .schedule_con .schedule_con_line table tr th {
    width: 30%;
    font-size: 1.1rem;
    padding: 1rem 0 1rem 1rem;
  }
  .schedule .schedule_con .table02 tr th {
    width: 30%;
    font-size: 1.1rem;
    padding: 1rem 0 1rem 1rem;
  }
}
.favorite {
  background: #f4f4f4;
  padding: 6.5rem 0;
}
.favorite .favorite_con {
  background: #fff;
  padding: 3rem 5rem;
}
.favorite .favorite_con .tit {
  display: table;
  margin: auto;
  letter-spacing: 0.2rem;
}
.favorite .favorite_con .tit p {
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  color: #005892;
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/blue.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.favorite .favorite_con .tit svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #005892;
}
.favorite .favorite_con .tit span {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  margin-riight: 0.5rem;
  color: #005892;
  text-align: center;
  letter-spacing: 0.15rem;
}
.favorite .favorite_con .tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 2.25rem auto;
}
.favorite .favorite_con .favorite_con_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.favorite .favorite_con .favorite_con_txt div {
  width: 45%;
}
.favorite .favorite_con .favorite_con_txt div .tit {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  text-align: left;
  color: #005892;
  margin: 0 0 1.5rem;
}
.favorite .favorite_con .favorite_con_txt img {
  width: 45%;
  height: 100%;
}
.favorite a {
  background: #005892;
  padding: 0.5rem 2rem;
  margin: 3rem auto;
  display: table;
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  position: relative;
  display: block;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
}
.favorite a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.favorite a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 480px) {
  .favorite .favorite_con {
    padding: 2.5rem 2rem;
  }
  .favorite .favorite_con .tit span {
    font-size: 1rem;
    padding: 0;
    padding-bottom: 5px;
  }
  .favorite .favorite_con .favorite_con_txt {
    display: block;
  }
  .favorite .favorite_con .favorite_con_txt div {
    width: 100%;
  }
  .favorite .favorite_con .favorite_con_txt div .tit {
    font-size: 1.375rem;
  }
  .favorite .favorite_con .favorite_con_txt img {
    margin-top: 2rem;
    width: 100%;
  }
  .favorite a {
    padding: 1rem 2rem;
    font-size: 1.076rem;
    letter-spacing: 0.1rem;
  }
}
/**/
.top_guidline {
  background-image: url(../images/guidline/top_pc.jpg?202511061756);
  background-size: cover;
  background-position: right top;
  position: relative;
  height: calc(50vh - 50px);
}
.top_guidline .top_tit {
  background: -webkit-gradient(linear, left top, right top, from(#64d1f6), to(#005892));
  background: -webkit-linear-gradient(left, #64d1f6, #005892);
  background: linear-gradient(to right, #64d1f6, #005892);
  color: #fff;
  border-left: 35px solid #c0ff00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  padding: 3rem 0;
  position: absolute;
  bottom: -50px;
}
.top_guidline .top_tit div {
  margin: auto;
  display: table;
  text-align: right;
}
.top_guidline .top_tit div h3 {
  letter-spacing: 0.2rem;
}
.top_guidline .top_tit div h3 p {
  font-size: 3.25rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 0 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.top_guidline .top_tit div h3 svg {
  width: 3rem;
  height: 3rem;
  stroke: #fff;
}
.top_guidline .top_tit div h3 span {
  font-size: 1.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 5px 0;
  margin-right: 1rem;
}

@media screen and (max-width: 896px) {
  .top_guidline {
    background-image: url(../images/guidline/top_tb.jpg?202511061543);
    height: calc(45vh - 50px);
  }
  .top_guidline .top_tit {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .top_guidline {
    background-image: url(../images/guidline/top_sp.jpg?202511061543);
    background-position: center center;
    height: 50vh;
  }
  .top_guidline .top_tit {
    width: 85%;
    padding: 2.5rem 0;
    border-left: 18px solid #c0ff00;
  }
  .top_guidline .top_tit div h3 {
    padding-right: 3rem;
  }
  .top_guidline .top_tit div h3 p {
    font-size: 3rem;
  }
}
.guidline {
  background-image: url(../images/common/wave_top.png), url(../images/common/wave_bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  padding-top: calc(3.5rem + 50px);
}
.guidline .guidline_menu {
  background: #fff;
  padding: 1rem 0;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
}
.guidline .guidline_menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.guidline .guidline_menu a span svg {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.guidline .guidline_menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.guidline .guidline_menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.guidline .guidline_menu a:hover {
  color: #005892;
}
.guidline .guidline_menu a:hover span svg {
  fill: #005892;
}
.guidline .guidline_con {
  padding-top: 6.5rem;
}
.guidline .guidline_con:last-child {
  padding-bottom: 6.5rem;
}
.guidline .guidline_con .tit {
  display: table;
  margin: auto;
  letter-spacing: 0.2rem;
}
.guidline .guidline_con .tit p {
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  color: #005892;
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/blue.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.guidline .guidline_con .tit svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #005892;
}
.guidline .guidline_con .tit span {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  margin-riight: 0.5rem;
  color: #005892;
  text-align: center;
}
.guidline .guidline_con .tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 2.25rem auto;
}
.guidline .job_type table {
  width: 100%;
}
.guidline .job_type table tr {
  display: block;
  margin-bottom: 1rem;
}
.guidline .job_type table tr:last-child {
  margin-bottom: none;
}
.guidline .job_type table tr th {
  width: 30%;
  background: #318ec3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.guidline .job_type table tr th span {
  font-size: 1rem;
}
.guidline .job_type table tr td {
  width: 70%;
  background: #fff;
  padding: 0rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10.5rem;
}
.guidline .hiring table {
  width: 100%;
}
.guidline .hiring table tr th {
  width: 30%;
  background: #005892;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.guidline .hiring table tr td {
  width: 70px;
  background: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d5d5d5;
}
.guidline .hiring table tr td .btn {
  display: block;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c0ff00), color-stop(50%, #005892));
  background: -webkit-linear-gradient(left, #c0ff00 50%, #005892 50%);
  background: linear-gradient(to right, #c0ff00 50%, #005892 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: futura-pt, sans-serif;
  color: #fff;
  border: none;
  border-left: 10px solid #c0ff00;
  border-color: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  max-width: 270px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.guidline .hiring table tr td .btn span svg {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: sub;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 5px;
}
.guidline .hiring table tr td .btn:hover {
  background-position: left bottom;
  color: #1a1a1a;
}
.guidline .hiring table tr td .btn:hover span svg {
  fill: #1a1a1a;
}
.guidline .hiring table tr td .nav_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.guidline .hiring table tr td .nav_btn .rknb {
  display: table;
  margin: 0.5rem 0 1.5rem 0;
  margin-right: 1.25rem;
}
.guidline .hiring table tr td .nav_btn .rknb img {
  width: 20rem;
  max-width: 230px;
  border: 2px solid #0068b7;
  padding: 0.25rem 0.5rem;
}
.guidline .hiring table tr td .nav_btn .mynb {
  display: table;
  margin: 0.5rem 0 1.5rem 0;
}
.guidline .hiring table tr td .nav_btn .mynb img {
  width: 20rem;
  max-width: 230px;
  border: 2px solid #00abeb;
  padding: 0.25rem 0.5rem;
}

@media screen and (max-width: 480px) {
  .guidline .guidline_con .tit span {
    font-size: 1rem;
    padding: 0;
    padding-bottom: 5px;
  }
  .guidline .job_type table {
    width: 100%;
  }
  .guidline .job_type table tr {
    display: inline-block;
    margin-bottom: 2rem;
  }
  .guidline .job_type table tr:last-child {
    margin-bottom: none;
  }
  .guidline .job_type table tr th {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0.8rem 1rem;
  }
  .guidline .job_type table tr td {
    width: 100%;
    display: table-cell;
    padding: 1.25rem;
    height: auto;
  }
  .guidline .hiring table tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0.8rem 1rem;
    font-size: 1.076rem;
    letter-spacing: 0.1rem;
  }
  .guidline .hiring table tr td {
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    border-bottom: none;
  }
  .guidline .hiring table tr td .btn {
    padding: 0.8rem 0;
    margin-bottom: 1rem;
  }
  .guidline .hiring table tr td a {
    margin-top: 0.5rem;
    max-width: 200px;
  }
  .guidline .hiring table tr td .nav_btn {
    display: block;
  }
  .guidline .hiring table tr td .nav_btn .rknb {
    margin-right: 0;
  }
  .guidline .hiring table tr td .nav_btn .rknb img {
    width: 100%;
  }
  .guidline .hiring table tr td .nav_btn .mynb img {
    width: 100%;
  }
}
.top_qa {
  background-image: url(../images/q&a/top_pc.jpg);
  background-size: cover;
  background-position: right top;
  position: relative;
  height: calc(50vh - 50px);
}
.top_qa .top_tit {
  background: -webkit-gradient(linear, left top, right top, from(#64d1f6), to(#005892));
  background: -webkit-linear-gradient(left, #64d1f6, #005892);
  background: linear-gradient(to right, #64d1f6, #005892);
  color: #fff;
  border-left: 35px solid #c0ff00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  padding: 3rem 0;
  position: absolute;
  bottom: -50px;
}
.top_qa .top_tit div {
  margin: auto;
  display: table;
  text-align: right;
}
.top_qa .top_tit div h3 {
  letter-spacing: 0.2rem;
}
.top_qa .top_tit div h3 p {
  font-size: 3.25rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 5rem 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.top_qa .top_tit div h3 svg {
  width: 3rem;
  height: 3rem;
  stroke: #fff;
}
.top_qa .top_tit div h3 span {
  font-size: 1.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 896px) {
  .top_qa {
    background-image: url(../images/q&a/top_tb.jpg);
    height: calc(45vh - 50px);
  }
  .top_qa .top_tit {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .top_qa {
    background-image: url(../images/q&a/top_sp.jpg);
    height: 50vh;
  }
  .top_qa .top_tit {
    width: 85%;
    border-left: 18px solid #c0ff00;
    padding: 2.5rem 0;
  }
  .top_qa .top_tit div h3 {
    padding-right: 3rem;
  }
}
.qa {
  background-image: url(../images/common/wave_top.png), url(../images/common/wave_bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  padding-top: calc(3.5rem + 50px);
}
.qa .qa_menu {
  background: #fff;
  padding: 1rem 0;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
}
.qa .qa_menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.qa .qa_menu a span svg {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.qa .qa_menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa .qa_menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.qa .qa_menu a:hover {
  color: #005892;
}
.qa .qa_menu a:hover span svg {
  fill: #005892;
}
.qa .qa_con {
  padding-top: 6.5rem;
}
.qa .qa_con:last-child {
  padding-bottom: 6.5rem;
}
.qa .qa_con .tit {
  display: table;
  margin: auto;
  letter-spacing: 0.2rem;
}
.qa .qa_con .tit p {
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  color: #005892;
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/blue.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
.qa .qa_con .tit span {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  margin-riight: 0.5rem;
  color: #005892;
  text-align: center;
}
.qa .qa_con .tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 2.25rem auto;
}
.qa .qa_con ul li {
  background: #fff;
  margin-bottom: 0.8rem;
}
.qa .qa_con ul li a {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  line-height: 1.5;
}
.qa .qa_con ul li a span {
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: #005892;
  vertical-align: middle;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  line-height: 1;
  padding-bottom: 1rem;
}
.qa .qa_con ul li .answer {
  border-top: 1px solid #e8e8e8;
  padding: 1rem 3rem 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.qa .qa_con ul li .answer div {
  font-size: 1.625rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: #005892;
  vertical-align: middle;
  margin-right: 1rem;
}
.qa .qa_con ul li .answer p {
  text-align: justify;
}
.qa .qa_con ul li .answer p a {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5rem 0;
}
.qa .qa_con ul li .answer p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .qa .qa_con {
    /*
    			.tit{
    				p{
    					font-size: 1.56rem;
    				}
    			}
    */
  }
  .qa .qa_con .tit p {
    padding: 0 1rem 0 2.5rem;
    letter-spacing: 0.03rem;
  }
  .qa .qa_con .tit span {
    font-size: 1rem;
    padding: 0;
    padding-bottom: 5px;
  }
  .qa .qa_con ul li a {
    font-size: 1rem;
    padding-right: 3.5rem;
  }
  .qa .qa_con ul li a span {
    font-size: 1.5rem;
  }
  .qa .qa_con ul li .answer {
    padding: 1rem 3rem;
  }
}
/* - - - - - - - - - - - - - - - - - - - -
contact
- - - - - - - - - - - - - - - - - - - - */
.link {
  background: #f4f4f4;
}
.link .link_con {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link .link_con .link_con_l, .link .link_con .link_con_r {
  background-size: cover;
  width: calc(50% - 5px);
  height: 20rem;
  position: relative;
}
.link .link_con .link_con_l .link_con_tit, .link .link_con .link_con_r .link_con_tit {
  display: inline-block;
  text-align: center;
  display: block;
  width: auto;
  margin: auto;
  padding-top: 4.5rem;
}
.link .link_con .link_con_l .link_con_tit h3, .link .link_con .link_con_r .link_con_tit h3 {
  letter-spacing: 0.2rem;
}
.link .link_con .link_con_l .link_con_tit h3 p, .link .link_con .link_con_r .link_con_tit h3 p {
  color: #fff;
  font-size: 2.375rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 0.25rem;
  background-size: 2.5rem 2.5rem;
}
.link .link_con .link_con_l .link_con_tit h3 svg, .link .link_con .link_con_r .link_con_tit h3 svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: #fff;
}
.link .link_con .link_con_l .link_con_tit h3 span, .link .link_con .link_con_r .link_con_tit h3 span {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 5px 0;
}
.link .link_con .link_con_l .link_con_tit hr, .link .link_con .link_con_r .link_con_tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 25px auto;
}
.link .link_con .link_con_l .link_con_tit p, .link .link_con .link_con_r .link_con_tit p {
  color: #fff;
  margin-bottom: 1rem;
}
.link .link_con .link_con_l .link_con_tit .more, .link .link_con .link_con_r .link_con_tit .more {
  color: #fff;
  font-family: futura-pt, sans-serif;
  background: #005892;
  padding: 0.25rem 0;
  width: 50%;
  margin: auto;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05rem;
  max-width: 200px;
}
.link .link_con .link_con_l {
  background-image: url(../images/index/guidline_link.jpg?2025106);
  background-position: 50% 47%;
}
.link .link_con .link_con_l .link_con_tit .more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link .link_con .link_con_l .link_con_tit .more::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #c0ff00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.link .link_con .link_con_l .link_con_tit .more:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link .link_con .link_con_l:hover .more::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link .link_con .link_con_r {
  background: -webkit-gradient(linear, left top, right top, from(#2e78b8), to(#93d7f0));
  background: -webkit-linear-gradient(left, #2e78b8, #93d7f0);
  background: linear-gradient(to right, #2e78b8, #93d7f0);
}
.link .link_con .link_con_r .link_con_tit .more {
  display: inline-block;
  padding: 0.25rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c0ff00), color-stop(50%, #005892));
  background: -webkit-linear-gradient(left, #c0ff00 50%, #005892 50%);
  background: linear-gradient(to right, #c0ff00 50%, #005892 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font-family: futura-pt, sans-serif;
  color: #fff;
  border: none;
  border-left: 10px solid #c0ff00;
  border-color: none;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 50%;
  max-width: 220px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link .link_con .link_con_r .link_con_tit .more span svg {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: sub;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 5px;
}
.link .link_con .link_con_r .link_con_tit .more:hover {
  background-position: left bottom;
  color: #1a1a1a;
}
.link .link_con .link_con_r .link_con_tit .more:hover span svg {
  fill: #1a1a1a;
}
.link .link_con .link_con_r:hover .more {
  background-position: left bottom;
  color: #1a1a1a;
}
.link .link_con .link_con_r:hover .more span svg {
  fill: #1a1a1a;
}

@media screen and (max-width: 480px) {
  .link .link_con {
    display: block;
    margin: auto;
  }
  .link .link_con .link_con_l, .link .link_con .link_con_r {
    width: 90%;
    margin: auto;
    display: block;
  }
  .link .link_con .link_con_l .link_con_tit, .link .link_con .link_con_r .link_con_tit {
    padding-top: 3.8rem;
  }
  .link .link_con .link_con_l .link_con_tit hr, .link .link_con .link_con_r .link_con_tit hr {
    width: 40px;
    border-top: 3px solid #c0ff00;
    margin: 10px auto 15px auto;
  }
  .link .link_con .link_con_l .link_con_tit .more, .link .link_con .link_con_r .link_con_tit .more {
    padding: 0.8rem 0;
    width: 60%;
    display: block;
    float: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 1.153rem;
    letter-spacing: 0.1rem;
  }
  .link .link_con .link_con_l .link_con_tit .more span svg, .link .link_con .link_con_r .link_con_tit .more span svg {
    margin-bottom: 3px;
  }
  .link .link_con .link_con_r {
    margin-top: 1rem;
  }
  .link .link_con .link_con_r .link_con_tit .more {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.top_data {
  background-image: url(../images/data/top_pc.jpg);
  background-size: cover;
  background-position: right top;
  position: relative;
  height: calc(50vh - 50px);
}
.top_data .top_tit {
  background: -webkit-gradient(linear, left top, right top, from(#64d1f6), to(#005892));
  background: -webkit-linear-gradient(left, #64d1f6, #005892);
  background: linear-gradient(to right, #64d1f6, #005892);
  color: #fff;
  border-left: 35px solid #c0ff00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
  padding: 3rem 0;
  position: absolute;
  bottom: -50px;
}
.top_data .top_tit div {
  margin: auto;
  display: table;
  text-align: right;
}
.top_data .top_tit div h3 {
  letter-spacing: 0.2rem;
}
.top_data .top_tit div h3 p {
  font-size: 3.25rem;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  padding: 0 7rem 0 3rem;
  background-image: url(../images/common/white.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}
.top_data .top_tit div h3 svg {
  width: 3rem;
  height: 3rem;
  stroke: #fff;
}
.top_data .top_tit div h3 span {
  font-size: 1.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 896px) {
  .top_data {
    background-image: url(../images/data/top_tb.jpg);
    height: calc(45vh - 50px);
  }
  .top_data .top_tit {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .top_data {
    background-image: url(../images/data/top_sp.jpg);
    background-position: -80px;
    height: 50vh;
  }
  .top_data .top_tit {
    width: 85%;
    padding: 2.2rem 0;
    border-left: 18px solid #c0ff00;
  }
  .top_data .top_tit div h3 {
    padding-right: 3rem;
  }
}
.data {
  background-image: url(../images/common/wave_top.png), url(../images/common/wave_bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  padding-top: calc(3.5rem + 50px);
  padding-bottom: 6.25rem;
}
.data .data_tit {
  text-align: center;
  margin-bottom: 3rem;
}
.data .data_tit .tit {
  color: #005892;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
}
.data .data_tit hr {
  width: 40px;
  border-top: 3px solid #c0ff00;
  margin: 15px auto 25px auto;
}
.data .data_tit .txt span {
  font-size: 1.5rem;
  font-weight: bold;
}
.data .data_con .data_con_1 div {
  width: 100%;
}
.data .data_con .data_con_2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data .data_con .data_con_2 div {
  width: 49%;
}
.data .data_con .data_con_3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data .data_con .data_con_3 div {
  width: 32%;
}
.data .data_con .data_con_1, .data .data_con .data_con_2, .data .data_con .data_con_3 {
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data .data_con .data_con_1 .data01, .data .data_con .data_con_1 .data02, .data .data_con .data_con_1 .data03, .data .data_con .data_con_1 .data04, .data .data_con .data_con_1 .data05, .data .data_con .data_con_1 .data06, .data .data_con .data_con_1 .data07, .data .data_con .data_con_1 .data08, .data .data_con .data_con_1 .data09, .data .data_con .data_con_1 .data10, .data .data_con .data_con_1 .data11, .data .data_con .data_con_1 .data12, .data .data_con .data_con_1 .data13, .data .data_con .data_con_1 .data14, .data .data_con .data_con_1 .data15, .data .data_con .data_con_2 .data01, .data .data_con .data_con_2 .data02, .data .data_con .data_con_2 .data03, .data .data_con .data_con_2 .data04, .data .data_con .data_con_2 .data05, .data .data_con .data_con_2 .data06, .data .data_con .data_con_2 .data07, .data .data_con .data_con_2 .data08, .data .data_con .data_con_2 .data09, .data .data_con .data_con_2 .data10, .data .data_con .data_con_2 .data11, .data .data_con .data_con_2 .data12, .data .data_con .data_con_2 .data13, .data .data_con .data_con_2 .data14, .data .data_con .data_con_2 .data15, .data .data_con .data_con_3 .data01, .data .data_con .data_con_3 .data02, .data .data_con .data_con_3 .data03, .data .data_con .data_con_3 .data04, .data .data_con .data_con_3 .data05, .data .data_con .data_con_3 .data06, .data .data_con .data_con_3 .data07, .data .data_con .data_con_3 .data08, .data .data_con .data_con_3 .data09, .data .data_con .data_con_3 .data10, .data .data_con .data_con_3 .data11, .data .data_con .data_con_3 .data12, .data .data_con .data_con_3 .data13, .data .data_con .data_con_3 .data14, .data .data_con .data_con_3 .data15 {
  background: #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.data .data_con .data_con_1 .data01 .tit, .data .data_con .data_con_1 .data02 .tit, .data .data_con .data_con_1 .data03 .tit, .data .data_con .data_con_1 .data04 .tit, .data .data_con .data_con_1 .data05 .tit, .data .data_con .data_con_1 .data06 .tit, .data .data_con .data_con_1 .data07 .tit, .data .data_con .data_con_1 .data08 .tit, .data .data_con .data_con_1 .data09 .tit, .data .data_con .data_con_1 .data10 .tit, .data .data_con .data_con_1 .data11 .tit, .data .data_con .data_con_1 .data12 .tit, .data .data_con .data_con_1 .data13 .tit, .data .data_con .data_con_1 .data14 .tit, .data .data_con .data_con_1 .data15 .tit, .data .data_con .data_con_2 .data01 .tit, .data .data_con .data_con_2 .data02 .tit, .data .data_con .data_con_2 .data03 .tit, .data .data_con .data_con_2 .data04 .tit, .data .data_con .data_con_2 .data05 .tit, .data .data_con .data_con_2 .data06 .tit, .data .data_con .data_con_2 .data07 .tit, .data .data_con .data_con_2 .data08 .tit, .data .data_con .data_con_2 .data09 .tit, .data .data_con .data_con_2 .data10 .tit, .data .data_con .data_con_2 .data11 .tit, .data .data_con .data_con_2 .data12 .tit, .data .data_con .data_con_2 .data13 .tit, .data .data_con .data_con_2 .data14 .tit, .data .data_con .data_con_2 .data15 .tit, .data .data_con .data_con_3 .data01 .tit, .data .data_con .data_con_3 .data02 .tit, .data .data_con .data_con_3 .data03 .tit, .data .data_con .data_con_3 .data04 .tit, .data .data_con .data_con_3 .data05 .tit, .data .data_con .data_con_3 .data06 .tit, .data .data_con .data_con_3 .data07 .tit, .data .data_con .data_con_3 .data08 .tit, .data .data_con .data_con_3 .data09 .tit, .data .data_con .data_con_3 .data10 .tit, .data .data_con .data_con_3 .data11 .tit, .data .data_con .data_con_3 .data12 .tit, .data .data_con .data_con_3 .data13 .tit, .data .data_con .data_con_3 .data14 .tit, .data .data_con .data_con_3 .data15 .tit {
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #005892;
  border-bottom: 2px solid #c0ff00;
}
.data .data_con .data_con_1 .data01 img, .data .data_con .data_con_1 .data02 img, .data .data_con .data_con_1 .data03 img, .data .data_con .data_con_1 .data04 img, .data .data_con .data_con_1 .data05 img, .data .data_con .data_con_1 .data06 img, .data .data_con .data_con_1 .data07 img, .data .data_con .data_con_1 .data08 img, .data .data_con .data_con_1 .data09 img, .data .data_con .data_con_1 .data10 img, .data .data_con .data_con_1 .data11 img, .data .data_con .data_con_1 .data12 img, .data .data_con .data_con_1 .data13 img, .data .data_con .data_con_1 .data14 img, .data .data_con .data_con_1 .data15 img, .data .data_con .data_con_2 .data01 img, .data .data_con .data_con_2 .data02 img, .data .data_con .data_con_2 .data03 img, .data .data_con .data_con_2 .data04 img, .data .data_con .data_con_2 .data05 img, .data .data_con .data_con_2 .data06 img, .data .data_con .data_con_2 .data07 img, .data .data_con .data_con_2 .data08 img, .data .data_con .data_con_2 .data09 img, .data .data_con .data_con_2 .data10 img, .data .data_con .data_con_2 .data11 img, .data .data_con .data_con_2 .data12 img, .data .data_con .data_con_2 .data13 img, .data .data_con .data_con_2 .data14 img, .data .data_con .data_con_2 .data15 img, .data .data_con .data_con_3 .data01 img, .data .data_con .data_con_3 .data02 img, .data .data_con .data_con_3 .data03 img, .data .data_con .data_con_3 .data04 img, .data .data_con .data_con_3 .data05 img, .data .data_con .data_con_3 .data06 img, .data .data_con .data_con_3 .data07 img, .data .data_con .data_con_3 .data08 img, .data .data_con .data_con_3 .data09 img, .data .data_con .data_con_3 .data10 img, .data .data_con .data_con_3 .data11 img, .data .data_con .data_con_3 .data12 img, .data .data_con .data_con_3 .data13 img, .data .data_con .data_con_3 .data14 img, .data .data_con .data_con_3 .data15 img {
  display: block;
  margin: auto;
}
.data .data_con .data_con_1 .data01 p, .data .data_con .data_con_1 .data02 p, .data .data_con .data_con_1 .data03 p, .data .data_con .data_con_1 .data04 p, .data .data_con .data_con_1 .data05 p, .data .data_con .data_con_1 .data06 p, .data .data_con .data_con_1 .data07 p, .data .data_con .data_con_1 .data08 p, .data .data_con .data_con_1 .data09 p, .data .data_con .data_con_1 .data10 p, .data .data_con .data_con_1 .data11 p, .data .data_con .data_con_1 .data12 p, .data .data_con .data_con_1 .data13 p, .data .data_con .data_con_1 .data14 p, .data .data_con .data_con_1 .data15 p, .data .data_con .data_con_2 .data01 p, .data .data_con .data_con_2 .data02 p, .data .data_con .data_con_2 .data03 p, .data .data_con .data_con_2 .data04 p, .data .data_con .data_con_2 .data05 p, .data .data_con .data_con_2 .data06 p, .data .data_con .data_con_2 .data07 p, .data .data_con .data_con_2 .data08 p, .data .data_con .data_con_2 .data09 p, .data .data_con .data_con_2 .data10 p, .data .data_con .data_con_2 .data11 p, .data .data_con .data_con_2 .data12 p, .data .data_con .data_con_2 .data13 p, .data .data_con .data_con_2 .data14 p, .data .data_con .data_con_2 .data15 p, .data .data_con .data_con_3 .data01 p, .data .data_con .data_con_3 .data02 p, .data .data_con .data_con_3 .data03 p, .data .data_con .data_con_3 .data04 p, .data .data_con .data_con_3 .data05 p, .data .data_con .data_con_3 .data06 p, .data .data_con .data_con_3 .data07 p, .data .data_con .data_con_3 .data08 p, .data .data_con .data_con_3 .data09 p, .data .data_con .data_con_3 .data10 p, .data .data_con .data_con_3 .data11 p, .data .data_con .data_con_3 .data12 p, .data .data_con .data_con_3 .data13 p, .data .data_con .data_con_3 .data14 p, .data .data_con .data_con_3 .data15 p {
  padding: 0 0.5rem;
  line-height: 1.4rem;
  font-size: 0.875rem;
}
.data .data_con .data_con_1 .data01 .blue, .data .data_con .data_con_1 .data02 .blue, .data .data_con .data_con_1 .data03 .blue, .data .data_con .data_con_1 .data04 .blue, .data .data_con .data_con_1 .data05 .blue, .data .data_con .data_con_1 .data06 .blue, .data .data_con .data_con_1 .data07 .blue, .data .data_con .data_con_1 .data08 .blue, .data .data_con .data_con_1 .data09 .blue, .data .data_con .data_con_1 .data10 .blue, .data .data_con .data_con_1 .data11 .blue, .data .data_con .data_con_1 .data12 .blue, .data .data_con .data_con_1 .data13 .blue, .data .data_con .data_con_1 .data14 .blue, .data .data_con .data_con_1 .data15 .blue, .data .data_con .data_con_2 .data01 .blue, .data .data_con .data_con_2 .data02 .blue, .data .data_con .data_con_2 .data03 .blue, .data .data_con .data_con_2 .data04 .blue, .data .data_con .data_con_2 .data05 .blue, .data .data_con .data_con_2 .data06 .blue, .data .data_con .data_con_2 .data07 .blue, .data .data_con .data_con_2 .data08 .blue, .data .data_con .data_con_2 .data09 .blue, .data .data_con .data_con_2 .data10 .blue, .data .data_con .data_con_2 .data11 .blue, .data .data_con .data_con_2 .data12 .blue, .data .data_con .data_con_2 .data13 .blue, .data .data_con .data_con_2 .data14 .blue, .data .data_con .data_con_2 .data15 .blue, .data .data_con .data_con_3 .data01 .blue, .data .data_con .data_con_3 .data02 .blue, .data .data_con .data_con_3 .data03 .blue, .data .data_con .data_con_3 .data04 .blue, .data .data_con .data_con_3 .data05 .blue, .data .data_con .data_con_3 .data06 .blue, .data .data_con .data_con_3 .data07 .blue, .data .data_con .data_con_3 .data08 .blue, .data .data_con .data_con_3 .data09 .blue, .data .data_con .data_con_3 .data10 .blue, .data .data_con .data_con_3 .data11 .blue, .data .data_con .data_con_3 .data12 .blue, .data .data_con .data_con_3 .data13 .blue, .data .data_con .data_con_3 .data14 .blue, .data .data_con .data_con_3 .data15 .blue {
  color: #005892;
}
.data .data_con .data_con_1 .data01 .txt, .data .data_con .data_con_2 .data01 .txt, .data .data_con .data_con_3 .data01 .txt {
  font-size: 1.75rem;
}
.data .data_con .data_con_1 .data01 .txt span, .data .data_con .data_con_2 .data01 .txt span, .data .data_con .data_con_3 .data01 .txt span {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data01 img, .data .data_con .data_con_2 .data01 img, .data .data_con .data_con_3 .data01 img {
  width: 15%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data02 .txt, .data .data_con .data_con_2 .data02 .txt, .data .data_con .data_con_3 .data02 .txt {
  font-size: 1.75rem;
  margin-top: 1rem;
}
.data .data_con .data_con_1 .data02 .txt span, .data .data_con .data_con_2 .data02 .txt span, .data .data_con .data_con_3 .data02 .txt span {
  font-size: 4.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data02 img, .data .data_con .data_con_2 .data02 img, .data .data_con .data_con_3 .data02 img {
  width: 60%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data03 .txt, .data .data_con .data_con_2 .data03 .txt, .data .data_con .data_con_3 .data03 .txt {
  font-size: 1.75rem;
  margin-top: 1rem;
}
.data .data_con .data_con_1 .data03 .txt span, .data .data_con .data_con_2 .data03 .txt span, .data .data_con .data_con_3 .data03 .txt span {
  font-size: 4.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data03 img, .data .data_con .data_con_2 .data03 img, .data .data_con .data_con_3 .data03 img {
  width: 60%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data04 img, .data .data_con .data_con_2 .data04 img, .data .data_con .data_con_3 .data04 img {
  width: 60%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data05 .txt, .data .data_con .data_con_2 .data05 .txt, .data .data_con .data_con_3 .data05 .txt {
  font-size: 1.75rem;
  margin-top: 2.5rem;
}
.data .data_con .data_con_1 .data05 .txt span, .data .data_con .data_con_2 .data05 .txt span, .data .data_con .data_con_3 .data05 .txt span {
  font-size: 4.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data05 img, .data .data_con .data_con_2 .data05 img, .data .data_con .data_con_3 .data05 img {
  width: 30%;
  margin: 2rem auto;
}
.data .data_con .data_con_1 .data06 img, .data .data_con .data_con_2 .data06 img, .data .data_con .data_con_3 .data06 img {
  width: 60%;
  margin: 0 auto 1rem auto;
}
.data .data_con .data_con_1 .data07 img, .data .data_con .data_con_2 .data07 img, .data .data_con .data_con_3 .data07 img {
  width: 50%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data07 .last-txt, .data .data_con .data_con_2 .data07 .last-txt, .data .data_con .data_con_3 .data07 .last-txt {
  margin: 1.5rem 0 1rem;
}
.data .data_con .data_con_1 .data08 img, .data .data_con .data_con_2 .data08 img, .data .data_con .data_con_3 .data08 img {
  width: 80%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data09, .data .data_con .data_con_2 .data09, .data .data_con .data_con_3 .data09 {
  position: relative;
  padding-bottom: 4rem;
}
.data .data_con .data_con_1 .data09 .txt, .data .data_con .data_con_2 .data09 .txt, .data .data_con .data_con_3 .data09 .txt {
  font-size: 1.75rem;
  margin-top: 1.5rem;
}
.data .data_con .data_con_1 .data09 .txt span, .data .data_con .data_con_2 .data09 .txt span, .data .data_con .data_con_3 .data09 .txt span {
  font-size: 4.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data09 img, .data .data_con .data_con_2 .data09 img, .data .data_con .data_con_3 .data09 img {
  width: 25%;
  margin: 1.5rem auto;
}
.data .data_con .data_con_1 .data09 .last-txt, .data .data_con .data_con_2 .data09 .last-txt, .data .data_con .data_con_3 .data09 .last-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.data .data_con .data_con_1 .data10, .data .data_con .data_con_2 .data10, .data .data_con .data_con_3 .data10 {
  position: relative;
  padding-bottom: 4rem;
}
.data .data_con .data_con_1 .data10 img, .data .data_con .data_con_2 .data10 img, .data .data_con .data_con_3 .data10 img {
  width: 90%;
  margin: 0 auto 1rem auto;
}
.data .data_con .data_con_1 .data10 .last-txt, .data .data_con .data_con_2 .data10 .last-txt, .data .data_con .data_con_3 .data10 .last-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.data .data_con .data_con_1 .data11, .data .data_con .data_con_2 .data11, .data .data_con .data_con_3 .data11 {
  padding-bottom: 0;
}
.data .data_con .data_con_1 .data11 .txt, .data .data_con .data_con_2 .data11 .txt, .data .data_con .data_con_3 .data11 .txt {
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.data .data_con .data_con_1 .data11 .txt span, .data .data_con .data_con_2 .data11 .txt span, .data .data_con .data_con_3 .data11 .txt span {
  font-size: 4.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
.data .data_con .data_con_1 .data11 img, .data .data_con .data_con_2 .data11 img, .data .data_con .data_con_3 .data11 img {
  width: 60%;
  margin: 0 auto;
}
.data .data_con .data_con_1 .data12, .data .data_con .data_con_2 .data12, .data .data_con .data_con_3 .data12 {
  padding-bottom: 0;
}
.data .data_con .data_con_1 .data12 div, .data .data_con .data_con_2 .data12 div, .data .data_con .data_con_3 .data12 div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0px;
  width: 70%;
  margin: auto;
}
.data .data_con .data_con_1 .data12 div .txt, .data .data_con .data_con_2 .data12 div .txt, .data .data_con .data_con_3 .data12 div .txt {
  text-align: left;
  width: 60%;
  font-size: 1rem;
}
.data .data_con .data_con_1 .data12 div .txt span, .data .data_con .data_con_2 .data12 div .txt span, .data .data_con .data_con_3 .data12 div .txt span {
  font-size: 1.75rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.data .data_con .data_con_1 .data12 div img, .data .data_con .data_con_2 .data12 div img, .data .data_con .data_con_3 .data12 div img {
  width: 35%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.data .data_con .data_con_1 .data13 .txt, .data .data_con .data_con_2 .data13 .txt, .data .data_con .data_con_3 .data13 .txt {
  font-size: 1.625rem;
  font-weight: 600;
}
.data .data_con .data_con_1 .data13 img, .data .data_con .data_con_2 .data13 img, .data .data_con .data_con_3 .data13 img {
  width: 80%;
  margin: 1rem auto;
}
.data .data_con .data_con_1 .data14, .data .data_con .data_con_2 .data14, .data .data_con .data_con_3 .data14 {
  position: relative;
  padding-bottom: 1rem;
}
.data .data_con .data_con_1 .data14 .txt_big, .data .data_con .data_con_2 .data14 .txt_big, .data .data_con .data_con_3 .data14 .txt_big {
  font-size: 3.875rem;
  font-weight: 600;
  margin-top: 1rem;
}
.data .data_con .data_con_1 .data14 .txt, .data .data_con .data_con_2 .data14 .txt, .data .data_con .data_con_3 .data14 .txt {
  font-size: 1.312rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.data .data_con .data_con_1 .data14 img, .data .data_con .data_con_2 .data14 img, .data .data_con .data_con_3 .data14 img {
  width: 38%;
  margin: 1.2rem auto;
}
.data .data_con .data_con_1 .data14 .last-txt, .data .data_con .data_con_2 .data14 .last-txt, .data .data_con .data_con_3 .data14 .last-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}
.data .data_con .data_con_1 .data15, .data .data_con .data_con_2 .data15, .data .data_con .data_con_3 .data15 {
  position: relative;
  padding-bottom: 1rem;
}
.data .data_con .data_con_1 .data15 .txt, .data .data_con .data_con_2 .data15 .txt, .data .data_con .data_con_3 .data15 .txt {
  font-size: 1.75rem;
}
.data .data_con .data_con_1 .data15 img, .data .data_con .data_con_2 .data15 img, .data .data_con .data_con_3 .data15 img {
  width: 80%;
  margin: 0 auto 2.5rem auto;
}
.data .data_con .data_con_1 .data15 .last-txt, .data .data_con .data_con_2 .data15 .last-txt, .data .data_con .data_con_3 .data15 .last-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .data .data_con .data_con_2 div {
    width: 48%;
  }
  .data .data_con .data_con_3 div {
    width: 48%;
  }
  .data .data_con .data_con_1 .data01 .tit, .data .data_con .data_con_1 .data02 .tit, .data .data_con .data_con_1 .data03 .tit, .data .data_con .data_con_1 .data04 .tit, .data .data_con .data_con_1 .data05 .tit, .data .data_con .data_con_1 .data06 .tit, .data .data_con .data_con_1 .data07 .tit, .data .data_con .data_con_1 .data08 .tit, .data .data_con .data_con_1 .data09 .tit, .data .data_con .data_con_1 .data10 .tit, .data .data_con .data_con_1 .data11 .tit, .data .data_con .data_con_1 .data12 .tit, .data .data_con .data_con_1 .data13 .tit, .data .data_con .data_con_1 .data14 .tit, .data .data_con .data_con_1 .data15 .tit, .data .data_con .data_con_2 .data01 .tit, .data .data_con .data_con_2 .data02 .tit, .data .data_con .data_con_2 .data03 .tit, .data .data_con .data_con_2 .data04 .tit, .data .data_con .data_con_2 .data05 .tit, .data .data_con .data_con_2 .data06 .tit, .data .data_con .data_con_2 .data07 .tit, .data .data_con .data_con_2 .data08 .tit, .data .data_con .data_con_2 .data09 .tit, .data .data_con .data_con_2 .data10 .tit, .data .data_con .data_con_2 .data11 .tit, .data .data_con .data_con_2 .data12 .tit, .data .data_con .data_con_2 .data13 .tit, .data .data_con .data_con_2 .data14 .tit, .data .data_con .data_con_2 .data15 .tit, .data .data_con .data_con_3 .data01 .tit, .data .data_con .data_con_3 .data02 .tit, .data .data_con .data_con_3 .data03 .tit, .data .data_con .data_con_3 .data04 .tit, .data .data_con .data_con_3 .data05 .tit, .data .data_con .data_con_3 .data06 .tit, .data .data_con .data_con_3 .data07 .tit, .data .data_con .data_con_3 .data08 .tit, .data .data_con .data_con_3 .data09 .tit, .data .data_con .data_con_3 .data10 .tit, .data .data_con .data_con_3 .data11 .tit, .data .data_con .data_con_3 .data12 .tit, .data .data_con .data_con_3 .data13 .tit, .data .data_con .data_con_3 .data14 .tit, .data .data_con .data_con_3 .data15 .tit {
    font-size: 1.125rem !important;
  }
  .data .data_con .data01 {
    width: 100% !important;
  }
  .data .data_con .data01 .txt span {
    font-size: 3rem !important;
  }
  .data .data_con .data02 .txt span {
    font-size: 5rem;
  }
  .data .data_con .data03 .txt span {
    font-size: 5rem;
  }
  .data .data_con .data05 .txt span {
    font-size: 5rem;
  }
  .data .data_con .data07 img {
    width: 90% !important;
  }
  .data .data_con .data08 img {
    width: 90% !important;
    margin: 4rem auto !important;
  }
  .data .data_con .data09 .txt span {
    font-size: 4rem !important;
  }
  .data .data_con .data09 img {
    width: 42% !important;
  }
  .data .data_con .data10 img {
    margin: 3rem auto !important;
  }
  .data .data_con .data10 .last-txt {
    letter-spacing: -0.05rem;
  }
  .data .data_con .data11 .txt {
    font-size: 2.5rem !important;
  }
  .data .data_con .data11 .txt span {
    font-size: 4.5rem !important;
  }
  .data .data_con .data11 img {
    width: 80% !important;
  }
  .data .data_con .data12 div {
    width: 100% !important;
    display: block !important;
  }
  .data .data_con .data12 div .txt {
    width: 100% !important;
    text-align: center !important;
  }
  .data .data_con .data12 div .txt span {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .data .data_con .data12 div img {
    width: 35% !important;
    margin-top: 1.5rem !important;
  }
  .data .data_con .data13 {
    padding-bottom: 2rem !important;
  }
  .data .data_con .data13 .txt {
    font-size: 1.35rem !important;
  }
  .data .data_con .data14 {
    padding-bottom: 2rem !important;
  }
  .data .data_con .data14 img {
    width: 40%;
  }
  .data .data_con .data15 {
    padding-bottom: 2rem !important;
  }
  .data .data_con .data15 .txt {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=style.css.map */