@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  color: #111;
  line-height: 1.6; }

body, input, button, textarea, select {
  font-family: "Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400; }

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

.sp {
  display: block; }

.pc {
  display: none; }

.tab {
  display: none; }

.common_container {
  overflow: hidden; }

.common_pcnolink {
  pointer-events: visible; }

.common_inner {
  width: 90%; }

.ank {
  padding-top: 60px;
  margin-top: -60px; }

.common_en_01 {
  font-family: "Roboto Condensed", sans-serif; }

.common_txt01 {
  line-height: 1.8;
  letter-spacing: 0.05em; }

.common_txt01_wh {
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff; }

.common_h2_ttl .h2_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em; }
.common_h2_ttl .common_en_01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  font-style: italic;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px; }
  .common_h2_ttl .common_en_01::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%; }
  .common_h2_ttl .common_en_01::after {
    position: absolute;
    top: 3px;
    left: 4px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%; }
.common_h2_ttl .common_en_01 {
  color: #184e9e; }
  .common_h2_ttl .common_en_01::before, .common_h2_ttl .common_en_01::after {
    background-color: #184e9e; }

.common_h2_ttl_wh .h2_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em; }
.common_h2_ttl_wh .common_en_01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  font-style: italic;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px; }
  .common_h2_ttl_wh .common_en_01::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%; }
  .common_h2_ttl_wh .common_en_01::after {
    position: absolute;
    top: 3px;
    left: 4px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%; }
.common_h2_ttl_wh .h2_ttl {
  color: #fff; }
.common_h2_ttl_wh .common_en_01 {
  color: #fff; }
  .common_h2_ttl_wh .common_en_01::before, .common_h2_ttl_wh .common_en_01::after {
    background-color: #fff; }

.common_btn01 {
  display: flex;
  justify-content: center; }
  .common_btn01 a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 25px;
    cursor: pointer; }
    .common_btn01 a span {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01 a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01 a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01 a:hover span:before, .common_btn01 a:hover span:after {
      right: 4%; }
  .common_btn01 a {
    background: -webkit-linear-gradient(left, #184e9e, #386fbf);
    background: -o-linear-gradient(left, #184e9e, #386fbf);
    background: linear-gradient(to right, #184e9e, #386fbf); }
    .common_btn01 a span {
      color: #fff; }
      .common_btn01 a span:before, .common_btn01 a span:after {
        border-bottom: 1px solid #fff; }

.common_btn01_wh {
  display: flex;
  justify-content: center; }
  .common_btn01_wh a {
    overflow: hidden;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 25px;
    cursor: pointer; }
    .common_btn01_wh a span {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .common_btn01_wh a span:before {
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .common_btn01_wh a span:after {
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .common_btn01_wh a:hover span:before, .common_btn01_wh a:hover span:after {
      right: 4%; }
  .common_btn01_wh a {
    background-color: #fff; }
    .common_btn01_wh a span {
      color: #184e9e; }
      .common_btn01_wh a span:before, .common_btn01_wh a span:after {
        border-bottom: 1px solid #184e9e; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s; }

.btn span {
  position: relative;
  z-index: 3; }

.btn:hover span {
  color: #fff; }

.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #184e9e;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

.bgskew:hover::before {
  animation: skewanime .5s forwards; }

.bgskew:hover span:before, .bgskew:hover span:after {
  border-bottom: 1px solid #fff; }

@keyframes skewanime {
  100% {
    left: -10%; } }
.panel {
  display: none; }

.is-show {
  display: block; }

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 999;
  width: 100%;
  height: 55px;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF; }
  header .hd_logo {
    margin: 9px 0 0 10px; }
    header .hd_logo_txt {
      display: none; }
    header .hd_logo_img {
      max-width: 120px; }
  header .hd_right .hd_btn_01 {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 55px; }
    header .hd_right .hd_btn_01 a {
      background-color: #184e9e;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      header .hd_right .hd_btn_01 a span {
        font-size: 10px;
        font-weight: 700;
        color: #FFF;
        position: relative;
        padding-top: 26px; }
        header .hd_right .hd_btn_01 a span::before {
          background: url(../images/common/icon_mail_wh.png) no-repeat center center;
          position: absolute;
          top: 0;
          left: 50%;
          content: "";
          width: 20px;
          height: 15px;
          margin-left: -10px; }
      header .hd_right .hd_btn_01 a .time {
        display: none; }
  header .hd_right .hd_btn_02 {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 110px; }
    header .hd_right .hd_btn_02 a {
      background: #dbe6f2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      header .hd_right .hd_btn_02 a span {
        font-size: 10px;
        font-weight: 700;
        color: #184e9e;
        position: relative;
        padding-top: 26px;
        letter-spacing: -0.10em; }
        header .hd_right .hd_btn_02 a span::before {
          background: url(../images/common/icon_request_blue.png) no-repeat center center;
          position: absolute;
          left: 50%;
          top: 0;
          content: "";
          width: 17px;
          height: 21px;
          margin-left: -9px; }
  header button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none; }
  header .nav_toggle_pc {
    cursor: pointer;
    background-color: #199ccb;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0; }
    header .nav_toggle_pc span {
      transition: 0.3s;
      border-top: 2px solid #FFF;
      width: 24px;
      position: absolute;
      top: 12px;
      left: calc((100% - 24px) / 2); }
      header .nav_toggle_pc span:nth-child(2) {
        top: 19px; }
      header .nav_toggle_pc span:nth-child(3) {
        top: 26px; }
      header .nav_toggle_pc span:nth-child(5) {
        display: none; }
    header .nav_toggle_pc span.open:nth-child(1) {
      transform: rotate(-45deg);
      width: 20px;
      left: calc((100% - 20px) / 2);
      top: 19px; }
    header .nav_toggle_pc span.open:nth-child(2) {
      display: none; }
    header .nav_toggle_pc span.open:nth-child(3) {
      transform: rotate(45deg);
      width: 20px;
      left: calc((100% - 20px) / 2);
      top: 19px; }
    header .nav_toggle_pc span.open:nth-child(4) {
      display: none; }
    header .nav_toggle_pc span.open:nth-child(5) {
      display: block; }
    header .nav_toggle_pc .menu_txt {
      color: #FFF;
      border: none;
      top: 36px;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 0.05em;
      text-align: center;
      line-height: 1.0;
      font-size: 12px;
      left: 0;
      display: block;
      width: 100%; }
  header .global_menu.open {
    top: 55px; }
  header .global_menu {
    position: fixed;
    top: -500%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: 100%;
    z-index: 99; }
    header .global_menu a.pc {
      display: none !important; }
    header .global_menu .inblock {
      padding: 10px 20px 100px 20px;
      overflow-y: scroll;
      overflow-x: hidden;
      background-color: #199ccb;
      height: 100% !important; }
      header .global_menu .inblock .menu_mega .common_inner {
        width: 100%; }
      header .global_menu .inblock .menu_mega .menu_second-level.accct {
        display: none; }
      header .global_menu .inblock .menu_mega .menu_second-level .ttlblock {
        display: none; }
      header .global_menu .inblock .menu_mega .menu_second-level ul li .img {
        display: none; }
      header .global_menu .inblock .menu_mega .acctit {
        color: #fff;
        letter-spacing: 0.05em;
        padding: 12px 25px 12px 0;
        position: relative;
        cursor: pointer; }
        header .global_menu .inblock .menu_mega .acctit span {
          background: url(../images/common/aco_plus.png) no-repeat left top;
          background-size: 14px 14px;
          width: 14px;
          height: 14px;
          position: absolute;
          right: 6px;
          top: 16px; }
        header .global_menu .inblock .menu_mega .acctit.open span {
          background: url(../images/common/aco_minus.png) no-repeat left top;
          background-size: 14px 2px;
          width: 14px;
          height: 2px;
          position: absolute;
          right: 6px;
          top: 22px; }
      header .global_menu .inblock .menu_single .menu_second-level.accct {
        display: none; }
      header .global_menu .inblock .menu_single .acctit {
        color: #fff;
        letter-spacing: 0.05em;
        padding: 12px 25px 12px 0;
        position: relative;
        cursor: pointer; }
        header .global_menu .inblock .menu_single .acctit span {
          background: url(../images/common/aco_plus.png) no-repeat left top;
          background-size: 14px 14px;
          width: 14px;
          height: 14px;
          position: absolute;
          right: 6px;
          top: 16px; }
        header .global_menu .inblock .menu_single .acctit.open span {
          background: url(../images/common/aco_minus.png) no-repeat left top;
          background-size: 14px 2px;
          width: 14px;
          height: 2px;
          position: absolute;
          right: 6px;
          top: 22px; }
      header .global_menu .inblock ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header .global_menu .inblock ul li a {
          color: #FFF;
          text-decoration: none;
          letter-spacing: 0.05em;
          padding: 12px 25px 12px 0;
          display: block;
          position: relative; }
          header .global_menu .inblock ul li a span {
            font-weight: 700; }
        header .global_menu .inblock ul li a:hover {
          opacity: 0.7;
          transition: 0.3s; }
        header .global_menu .inblock ul li a::after {
          width: 6px;
          height: 6px;
          border: 2px solid;
          border-color: #FFF #FFF transparent transparent;
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10px;
          content: "";
          margin-top: -3px;
          transition: 0.3s; }
      header .global_menu .inblock .accct ul {
        margin: -5px 0 10px 0; }
        header .global_menu .inblock .accct ul li {
          border-bottom: none; }
          header .global_menu .inblock .accct ul li a {
            padding: 6px 25px 6px 1em; }
            header .global_menu .inblock .accct ul li a span {
              font-weight: 400; }

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_contact_bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ft_contact_bg .common_txt01_wh {
    margin-bottom: 25px;
    text-align: left; }
.ft_contact_01, .ft_contact_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
  width: 100%; }
.ft_contact_01 {
  background: url(../images/common/ft_cataclog_bk.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 1px; }
.ft_contact_02 {
  background: url(../images/common/ft_contact_bk.jpg) no-repeat center center;
  background-size: cover; }
.ft_contact_in {
  width: 90%; }
.ft_contact_ttl {
  text-align: center;
  margin-bottom: 25px; }
  .ft_contact_ttl .h2_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em; }
  .ft_contact_ttl .common_en_01 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    display: block; }

/*.pagetop{
		position: fixed;
		right: 10px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
		bottom:40px!important;
	a{
		width: 30px;
		height: 30px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 8px;
			height: 8px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -2px 0 0 -4px;
		}
	}
	a:hover{
		transition: 0.3s;
		opacity: 0.7;
	}
}
.pagetop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.pagetop.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}*/
footer a {
  transition: 0.3s; }
  footer a:hover {
    opacity: 0.7;
    transition: 0.3s; }
footer .ft_01 {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0; }
  footer .ft_01_logo {
    margin-bottom: 10px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
  footer .ft_01_txt {
    font-size: 12px;
    letter-spacing: 0.05em; }
footer .ft_02 {
  background-color: #184e9e;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0 15px 0; }
  footer .ft_02_bnr {
    margin-bottom: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    footer .ft_02_bnr ul li:not(:last-child) {
      margin-bottom: 15px; }
      footer .ft_02_bnr ul li:not(:last-child) img {
        width: 100%; }
  footer .ft_02_link {
    display: none; }
footer address {
  background-color: #022444;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  letter-spacing: 0.05em; }

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  position: relative;
  background: url(../images/top/top_mainimg_bk_sp.jpg) no-repeat left top;
  background-size: cover;
  margin-top: 55px; }
.top_main_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 331px;
  width: 100%; }

.scroll_line {
  position: absolute;
  z-index: 9;
  left: 4%;
  bottom: 0; }
  .scroll_line a {
    text-decoration: none; }

.scroll_line .scroll_line_anim {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  height: 30px;
  width: 1px;
  background-color: white;
  animation-name: pagetopscroll;
  /*名前*/
  animation-duration: 2s;
  /*秒*/
  animation-timing-function: linear;
  /*動き方*/
  animation-delay: 0;
  /*遅延（秒）*/
  animation-iteration-count: infinite;
  /*繰り返し回数（無限はinfinite）*/
  animation-direction: normal;
  transition: .2s; }

.scroll_line.choice_red .scroll_line_anim {
  background-color: #c91211;
  transition: .2s; }

@keyframes pagetopscroll {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  49% {
    transform: scaleY(1);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: bottom; }
  50% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
.scroll_line .scroll_line_txt {
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -29px;
  display: inline; }

.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1.0;
  transition: .2s;
  font-style: italic; }

.top_news_bg {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  height: 45px;
  width: 88%; }
.top_news_ttl {
  background-color: #184e9e;
  position: relative;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  width: 60px;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  margin-left: 40px; }
  .top_news_ttl::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    border-left: 15px solid transparent;
    border-bottom: 45px solid #184e9e; }
.top_news_list {
  background-color: #fff;
  padding: 5px 0 0 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  height: 45px;
  width: calc(100% - 80px); }
  .top_news_list .post_none {
    line-height: 45px; }
.top_news_date {
  line-height: 1.2;
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: block; }
.top_news_txt {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.05em; }
  .top_news_txt a {
    text-decoration: none;
    color: #111;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 35px;
    transition: 0.3s; }
    .top_news_txt a::before {
      width: 5px;
      height: 1px;
      transform: rotate(30deg);
      position: absolute;
      top: 50%;
      right: 10px;
      content: "";
      margin-top: -2px;
      transition: 0.3s;
      z-index: 1;
      border-bottom: 1px solid #184e9e; }
    .top_news_txt a::after {
      width: 20px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 10px;
      content: "";
      transition: 0.3s;
      z-index: 1;
      border-bottom: 1px solid #184e9e; }
    .top_news_txt a:hover {
      opacity: 0.7;
      transition: 0.3s; }
    .top_news_txt a:hover::before, .top_news_txt a:hover::after {
      right: 10px;
      transition: 0.3s; }

.top_stores_bg {
  display: flex;
  justify-content: center;
  padding: 70px 0 30px 0;
  position: relative;
  background: url(../images/top/top_stores_bk.png) no-repeat center top;
  background-size: cover; }
.top_stores_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .top_stores_ttl .h2_ttl {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #184e9e;
    line-height: 1.2;
    margin-bottom: 10px; }
.top_stores_box {
  margin-bottom: 30px; }
.top_stores_ttl02 {
  position: relative;
  color: #fff;
  margin-bottom: 20px; }
  .top_stores_ttl02::before {
    background-color: #184e9e;
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .top_stores_ttl02::after {
    background: url(../images/common/top_stores_ttl02_bk.png) no-repeat left top;
    position: absolute;
    bottom: -12px;
    left: 50%;
    content: "";
    width: 19px;
    height: 12px;
    margin-left: -10px; }
  .top_stores_ttl02 .h3_ttl {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    padding: 8px;
    line-height: 1.2; }
.top_stores_inbox {
  background-color: #fff;
  padding: 15px; }
  .top_stores_inbox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .top_stores_inbox dl dt {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      margin-right: 5px;
      display: flex;
      flex-wrap: wrap; }
    .top_stores_inbox dl dd {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .top_stores_inbox dl dd .num {
        color: #199ccb;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 50px;
        line-height: 1.0;
        letter-spacing: -0.05em;
        width: 2em;
        display: flex;
        justify-content: flex-end; }
      .top_stores_inbox dl dd .txt {
        font-size: 26px;
        color: #199ccb;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 0.1em; }
        .top_stores_inbox dl dd .txt span {
          color: #111;
          display: block;
          line-height: 1.0;
          font-size: 14px;
          text-align: center;
          font-weight: 400; }
    .top_stores_inbox dl:first-child {
      border-bottom: 1px solid #dbe6f2;
      margin-bottom: 15px;
      padding-bottom: 15px; }

.top_service_bg {
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(57deg, #1880a5, #184e9e);
  background: -o-linear-gradient(57deg, #1880a5, #184e9e);
  background: linear-gradient(57deg, #1880a5, #184e9e);
  padding: 50px 0 60px 0;
  position: relative; }
.top_service_box {
  z-index: 1;
  position: relative; }
.top_service_in {
  margin-top: 70px;
  background-color: #fff;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
  position: relative;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
  .top_service_in .common_txt01 {
    margin: 15px 0 20px 0; }
.top_service_ttl {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  text-align: center; }
  .top_service_ttl .ttl_img {
    width: 138px;
    margin: 0 auto 10px auto; }
    .top_service_ttl .ttl_img img {
      width: 100%; }
  .top_service_ttl .h3_ttl {
    color: #184e9e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px; }
  .top_service_ttl .sub_ttl {
    color: #184e9e;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 7px 10px;
    display: table;
    line-height: 1.0; }
    .top_service_ttl .sub_ttl::before {
      transform: skewX(-15deg);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border: 2px solid #184e9e; }

#snow_particlesjs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.top_company_bg {
  padding: 0 0 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/top/top_company_bk.png) no-repeat right bottom;
  background-size: 108px 304px; }
  .top_company_bg::before {
    background: url(../images/top/top_company_img01_02.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 300px; }
.top_company_box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  box-sizing: border-box;
  padding: 30px 20px 40px 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: 250px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
  .top_company_box .common_txt01 {
    margin: 20px 0 25px 0; }
  .top_company_box .common_btn01 {
    justify-content: flex-start; }

.top_recruit_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/top/top_recruit_img01.png) no-repeat 96.5% center;
  background-size: cover;
  padding: 60px 5%; }
.top_recruit_in .common_txt01_wh {
  margin: 20px 0 30px 0; }

.top_ir_bg {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  position: relative;
  background-color: #edf2f8;
  overflow: hidden; }
  .top_ir_bg::after {
    background: url(../images/top/top_ir_bk.png) no-repeat bottom right;
    background-size: 397px 508px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 397px;
    height: 508px; }
  .top_ir_bg .common_btn01 {
    position: relative;
    z-index: 3; }
  .top_ir_bg .common_inner {
    z-index: 1;
    position: relative; }
.top_ir_box {
  position: relative;
  z-index: 3;
  margin: 45px 0 40px 0; }

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_sub_ttl01 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.4; }
  .common_sub_ttl01::after {
    border-bottom: 2px solid #184e9e;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 36px;
    height: 2px;
    margin-left: -18px; }

.common_sub_ttl02 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .common_sub_ttl02 span {
    color: #184e9e;
    font-family: "Roboto Condensed", sans-serif;
    margin-right: 10px; }
  .common_sub_ttl02::after {
    border-bottom: 1px solid #184e9e;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px; }

.common_link01 {
  color: #184e9e;
  text-decoration: none; }
  .common_link01:hover {
    text-decoration: underline; }

.common_sub_lead {
  text-align: center;
  margin-bottom: 30px; }

.common_sub_caution01 {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 10px; }

.common_sub_bg {
  padding: 15px 0 50px 0;
  display: flex;
  justify-content: center;
  background-color: #edf2f8;
  position: relative; }
  .common_sub_bg::after {
    z-index: 1;
    background: url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
    background-size: 248px 712px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 248px;
    height: 712px; }
  .common_sub_bg .common_inner {
    position: relative;
    z-index: 2; }

.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-top: 55px;
  z-index: 2;
  position: relative;
  background: url(../images/company/company_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.common_submain_ttl {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .common_submain_ttl .common_en_01 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.0; }
  .common_submain_ttl .h1_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4; }

.notfound .common_submain_bg, .company .common_submain_bg {
  background: url(../images/company/company_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.philosophy .common_submain_bg {
  background: url(../images/philosophy/philosophy_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.history .common_submain_bg {
  background: url(../images/history/history_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.message .common_submain_bg {
  background: url(../images/message/message_mainimg_02.jpg) no-repeat center center;
  background-size: cover; }

.overview .common_submain_bg {
  background: url(../images/overview/overview_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.contact .common_submain_bg, .confirm .common_submain_bg, .thanks .common_submain_bg {
  background: url(../images/contact/contact_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.inquiry .common_submain_bg, .inquiry_confirm .common_submain_bg, .inquiry_thanks .common_submain_bg {
  background: url(../images/inquiry/inquiry_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.irinquiry .common_submain_bg, .irinquiry_confirm .common_submain_bg, .irinquiry_thanks .common_submain_bg {
  background: url(../images/irinquiry/irinquiry_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.news .common_submain_bg {
  background: url(../images/news/news_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.privacy-policy .common_submain_bg {
  background: url(../images/privacy-policy/privacy-policy_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.application_equirements .common_submain_bg {
  background: url(../images/application_equirements/application_equirements_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.service .common_submain_bg {
  background: url(../images/service/service_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.data .common_submain_bg {
  background: url(../images/data/data_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.entry .common_submain_bg, .entry_confirm .common_submain_bg, .entry_thanks .common_submain_bg {
  background: url(../images/entry/entry_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.ir .common_submain_bg {
  background: url(../images/ir/ir_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.ircalendar .common_submain_bg {
  background: url(../images/ircalendar/ircalendar_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.newsrelease .common_submain_bg {
  background: url(../images/newsrelease/newsrelease_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.library .common_submain_bg {
  background: url(../images/library/library_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.presentation .common_submain_bg {
  background: url(../images/presentation/presentation_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.kabushiki .common_submain_bg {
  background: url(../images/kabushiki/kabushiki_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.zaimu01 .common_submain_bg {
  background: url(../images/zaimu01/zaimu01_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.denshi_koukoku .common_submain_bg {
  background: url(../images/denshi_koukoku/denshi_koukoku_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.news-distribution .common_submain_bg {
  background: url(../images/news-distribution/news-distribution_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.mail .common_submain_bg {
  background: url(../images/mail/mail_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.disclosure .common_submain_bg {
  background: url(../images/disclosure/disclosure_mainimg.jpg) no-repeat center center;
  background-size: cover; }

.common_bread {
  padding: 0 0 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.common_bread ul {
  display: flex;
  flex-wrap: wrap; }

.common_bread li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative; }

.common_bread li:not(:first-child) {
  padding-left: 12px; }

.common_bread li:not(:last-child) {
  margin-right: 5px; }

.common_bread li:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  border-bottom: 1px solid #184e9e; }

.common_bread a {
  color: #184e9e;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: 0.3s; }

.common_bread a:hover {
  transition: 0.3s;
  opacity: 0.7; }

.common_tbl_cover {
  border: 1px solid #ddd;
  padding: 5px 20px 20px 20px;
  background-color: #fff; }

.common_tbl01 > table, .common_tbl01 > table > tbody, .common_tbl01 > table > thead, .common_tbl01 > table > tfoot, .common_tbl01 > table > tbody > tr, .common_tbl01 > table > tbody > tr > th, .common_tbl01 > table > tbody > tr > td {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.common_tbl01 > table {
  width: 100%; }
  .common_tbl01 > table > tbody > tr > th {
    border-bottom: 1px solid #184e9e;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8; }
  .common_tbl01 > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8; }
    .common_tbl01 > table > tbody > tr > td table th {
      font-weight: 400;
      padding-right: 20px;
      letter-spacing: 0.05em; }
    .common_tbl01 > table > tbody > tr > td table td {
      letter-spacing: 0.05em; }
    .common_tbl01 > table > tbody > tr > td table tr:not(:last-child) th {
      padding-bottom: 5px; }
    .common_tbl01 > table > tbody > tr > td table tr:not(:last-child) td {
      padding-bottom: 5px; }
  .common_tbl01 > table .td_intxr {
    text-align: right; }

/*overview*/
.overview .common_tbl01 > table > tbody > tr:last-child td {
  border-bottom: none; }

/*contact*/
.sub_contact01_sec {
  margin: 50px 0; }
  .sub_contact01_sec .common_txt01 {
    text-align: center;
    margin-bottom: 20px; }
.sub_contact01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px 0;
  text-align: center; }
  .sub_contact01_box .h3_ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em; }
.sub_contact01_tel {
  display: flex;
  justify-content: center;
  align-items: center; }
  .sub_contact01_tel .tel_ttl {
    margin-right: 10px;
    position: relative;
    padding: 3px 8px; }
    .sub_contact01_tel .tel_ttl::before {
      background-color: #184e9e;
      transform: skewX(-15deg);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .sub_contact01_tel .tel_ttl span {
      position: relative;
      z-index: 1;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1.0;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700; }
  .sub_contact01_tel .common_en_01 a {
    color: #184e9e;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.0;
    text-decoration: none; }

.sub_contact02_sec .common_txt01 {
  text-align: center;
  margin-bottom: 20px; }

.common_form_tbl01 table tbody tr th {
  position: relative; }
  .common_form_tbl01 table tbody tr th .must {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    width: 38px;
    background-color: #e71a19;
    position: absolute;
    right: 0;
    top: 23px;
    text-align: center; }
  .common_form_tbl01 table tbody tr th .any {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    width: 38px;
    background-color: #999;
    position: absolute;
    right: 0;
    top: 23px;
    text-align: center; }
.common_form_tbl01 table tbody tr td input[type="text"], .common_form_tbl01 table tbody tr td input[type="email"], .common_form_tbl01 table tbody tr td input[type="tel"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 0.05em; }
.common_form_tbl01 table tbody tr td input[type="radio"], .common_form_tbl01 table tbody tr td input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 5px; }
.common_form_tbl01 table tbody tr td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 10px;
  line-height: 1.6;
  height: 250px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-radius: 5px; }
.common_form_tbl01 table tbody tr td .wid100 {
  width: 100%; }
.common_form_tbl01 table tbody tr td select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  letter-spacing: 0.05em; }
.common_form_tbl01 table tbody tr td .mwform-radio-field label {
  cursor: pointer; }
.common_form_tbl01 table tbody tr td .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 15px; }
.common_form_tbl01 table tbody tr td.rekisyo div:first-child {
  margin-bottom: 10px; }
.common_form_tbl01 table tbody tr td.rekisyo dl dt {
  font-weight: 700;
  margin-bottom: 5px; }
.common_form_tbl01 table tbody tr td.rekisyo .hosoku {
  line-height: 1.4;
  font-size: 13px;
  display: block;
  margin-top: 10px; }
.common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item,
.common_form_tbl01 table tbody tr td.requestcheck01 .wpcf7-list-item {
  margin-bottom: 10px;
  display: block; }
  .common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item label,
  .common_form_tbl01 table tbody tr td.requestcheck01 .wpcf7-list-item label {
    text-indent: -1.6em;
    margin-left: 1em;
    line-height: 1.6;
    display: inline-block; }
.common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item.last,
.common_form_tbl01 table tbody tr td.requestcheck01 .wpcf7-list-item.last {
  margin-bottom: 0; }
.common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item + .horizontal-item {
  margin-left: 0;
  display: block; }

.privacy_agree {
  text-align: center;
  margin: 30px 0 20px 0; }
  .privacy_agree input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border: 1px solid #cccccc;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px; }
  .privacy_agree .must {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    width: 45px;
    background-color: #e71a19;
    text-align: center;
    border-radius: 2px;
    margin-right: 20px; }
  .privacy_agree a {
    color: #184e9e; }

.privacy_agree_error {
  text-align: center; }

.send_btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px 0; }

.send_btn .btn_submit {
  height: 50px;
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: -webkit-linear-gradient(left, #184e9e, #386fbf);
  background: -o-linear-gradient(left, #184e9e, #386fbf);
  background: linear-gradient(to right, #184e9e, #386fbf);
  border-radius: 40px; }

.send_btn .btn_submit:hover {
  filter: none; }

.send_btn .btn_submit::before {
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::before {
  right: 4%;
  transition: 0.3s; }

.send_btn .btn_submit::after {
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::after {
  right: 4%;
  transition: 0.3s; }

.send_btn .btn_submit input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 50px; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 50px;
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  margin-right: 10px;
  border-radius: 40px;
  background: #bbb; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover {
  filter: none; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back::before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(-30deg);
  margin-top: -2px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover::before {
  left: 4%;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back::after {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover::after {
  left: 4%;
  transition: 0.3s; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 50px;
  padding-left: 25px; }

.mw_wp_form .error {
  font-size: 14px;
  margin-top: 5px;
  color: #c91211;
  display: block; }

::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  letter-spacing: 0.05em; }

:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  letter-spacing: 0.05em; }

::placeholder {
  color: #999;
  font-size: 16px;
  letter-spacing: 0.05em; }

.mw_wp_form.mw_wp_form_confirm .must, .mw_wp_form.mw_wp_form_confirm .privacy_agree, .mw_wp_form.mw_wp_form_confirm .privacy_agree_before, .mw_wp_form.mw_wp_form_confirm .any, .mw_wp_form.mw_wp_form_confirm .td01 .hosoku {
  display: none; }

.confirm_txt {
  text-align: center; }
  .confirm_txt p {
    margin-bottom: 10px; }

.thanks_txt {
  margin-top: 60px;
  text-align: center; }
  .thanks_txt p {
    margin-bottom: 10px; }

.mw_wp_form.mw_wp_form_confirm .common_form_tbl01 table tbody tr td.rekisyo div:first-child {
  margin-bottom: 0; }

/*news*/
.news_content01_lead {
  text-align: center;
  margin-bottom: 30px; }
.news_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px; }
  .news_content01_box ul li {
    padding: 10px 0;
    background-color: #fff;
    width: 100%; }
    .news_content01_box ul li:not(:last-child) {
      border-bottom: 1px solid #ddd; }
.news_content01_date {
  line-height: 1.2;
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  display: block; }
.news_content01_txt {
  line-height: 1.4;
  letter-spacing: 0.05em; }
  .news_content01_txt a {
    text-decoration: none;
    color: #111;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 40px;
    transition: 0.3s; }
    .news_content01_txt a::before {
      width: 8px;
      height: 1px;
      transform: rotate(30deg);
      position: absolute;
      top: 50%;
      right: 0;
      content: "";
      margin-top: -2px;
      transition: 0.3s;
      z-index: 1;
      border-bottom: 1px solid #184e9e; }
    .news_content01_txt a::after {
      width: 30px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 0;
      content: "";
      transition: 0.3s;
      z-index: 1;
      border-bottom: 1px solid #184e9e; }
    .news_content01_txt a:hover {
      opacity: 0.7;
      transition: 0.3s; }
    .news_content01_txt a:hover::before, .news_content01_txt a:hover::after {
      right: -10px;
      transition: 0.3s; }

/*company*/
.company_content01_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #184e9e;
  margin-bottom: 15px;
  text-align: center;
  font-style: italic; }
.company_content01_txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic; }
.company_content01_box_in {
  margin-bottom: 30px;
  background-color: #fff;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  padding-bottom: 30px; }
  .company_content01_box_in .common_txt01 {
    text-align: center;
    margin: 0 0 15px 0; }
.company_content01_box_img a {
  transition: 0.3s; }
  .company_content01_box_img a:hover {
    transition: 0.3s;
    opacity: 0.7; }
.company_content01_box_img img {
  width: 100%; }
.company_content01_box_ttl {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 30px; }
  .company_content01_box_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(../images/company/company_ttl_line.png) no-repeat left top;
    width: 63px;
    height: 3px;
    margin-left: -32px; }

/*message*/
.message_content01_txt {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8; }
.message_content01_box_img {
  width: 60%;
  margin: 0 auto 30px auto; }
.message_content01_box_name {
  margin-top: 20px;
  text-align: right; }
  .message_content01_box_name .intxt {
    margin-bottom: 10px; }
  .message_content01_box_name .inimg span {
    font-weight: 700;
    margin-right: 10px; }

/*philosophy*/
.philosophy_content01_img {
  text-align: center;
  width: 90%;
  margin: 0 auto 30px auto; }
.philosophy_content01_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .philosophy_content01_ttl .num {
    font-size: 32px;
    font-family: "Roboto Condensed", sans-serif;
    color: #184e9e;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.05em;
    margin-right: 15px;
    line-height: 1.0; }
  .philosophy_content01_ttl .h2_ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2; }
.philosophy_content01_box_in {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box; }

/*history*/
.history_content01_sec {
  padding: 25px 20px 10px 20px;
  border: 1px solid #ddd;
  background-color: #fff; }
.history_content01_box {
  position: relative; }
  .history_content01_box:not(:last-child)::before {
    position: absolute;
    top: 50px;
    left: 3px;
    width: 2px;
    height: 100%;
    background: #184e9e;
    content: ""; }
.history_content01_num {
  position: relative; }
  .history_content01_num::before {
    border-bottom: 1px solid #184e9e;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    transform: rotate(-45deg);
    width: 20px;
    height: 1px; }
  .history_content01_num::after {
    background-color: #184e9e;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
.history_content01_num_in {
  color: #184e9e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative; }
  .history_content01_num_in::after {
    border-bottom: 1px solid #184e9e;
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    width: calc(100% - 18px);
    height: 1px; }
  .history_content01_num_in .common_en_01 {
    font-size: 32px;
    margin-right: 5px;
    letter-spacing: -0.05em;
    line-height: 1.0; }
.history_content01_ct {
  padding-left: 30px;
  padding-bottom: 25px; }
  .history_content01_ct table th {
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 15px 5px 0;
    line-height: 1.8;
    white-space: nowrap; }
  .history_content01_ct table td {
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 5px 0; }

/* privacy */
.privacy_date {
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8; }

.privacy_lead {
  margin-bottom: 20px;
  line-height: 1.8; }

.privacy_contact_ttl {
  color: #184e9e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px; }
  .privacy_contact_ttl::before {
    border-top: 2px solid #184e9e;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 13px;
    height: 2px; }
.privacy_contact_box {
  border: 1px solid #184e9e;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px; }

.privacy_sec:not(:last-child) {
  margin-bottom: 30px; }

.privacy_ollist01 > li {
  list-style-type: none;
  line-height: 2.0; }
  .privacy_ollist01 > li ol li {
    list-style-type: none;
    line-height: 2.0; }
.privacy_ollist01 ul {
  margin-left: 1em; }
  .privacy_ollist01 ul li {
    line-height: 2.0;
    padding-left: 1em;
    text-indent: -1em; }
    .privacy_ollist01 ul li::before {
      content: "・"; }

.privacy_ullist01 > li {
  line-height: 2.0;
  padding-left: 2em;
  text-indent: -2em; }

.privacy_ullist02 > li {
  line-height: 2.0;
  padding-left: 1em;
  text-indent: -1em; }
  .privacy_ullist02 > li::before {
    content: "・"; }

.privacy_ullist03 > li {
  line-height: 2.0;
  padding-left: 2.6em;
  text-indent: -2.6em;
  margin-left: -0.6em; }

.privacy_contact02 {
  margin-top: 10px;
  margin-bottom: 40px; }

.privacy_end {
  text-align: right; }

.privacy-policy a {
  color: #184e9e; }

/* application_equirements */
.application_equirements_bg {
  padding: 15px 0 50px 0;
  background-color: #edf2f8;
  position: relative; }
  .application_equirements_bg::after {
    z-index: 1;
    background: url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
    background-size: 248px 712px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 248px;
    height: 712px; }
  .application_equirements_bg .common_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
.application_equirements_box {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  margin-bottom: 30px; }
  .application_equirements_box .post_none {
    text-align: center; }
.application_equirements_inbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff; }
.application_equirements_inbox_img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center; }
.application_equirements_inbox_disc {
  width: 100%;
  padding: 20px 25px 30px 25px;
  box-sizing: border-box; }
  .application_equirements_inbox_disc .common_btn01 {
    margin: 20px 0 0 0; }
.application_equirements_box_ttl {
  color: #184e9e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px; }

.application_equirements_sec {
  position: relative;
  z-index: 2; }
  .application_equirements_sec .common_btn01 {
    margin: 30px 0 10px 0; }
  .application_equirements_sec_ttl {
    margin-bottom: 30px; }
  .application_equirements_sec_ttl_img {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top; }
    .application_equirements_sec_ttl_img.imgnone {
      height: 60px; }
  .application_equirements_sec_ttl_in {
    background-color: #184e9e;
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 10px;
    position: absolute;
    left: 70px;
    top: -30px;
    width: 100%; }
    .application_equirements_sec_ttl_in::before {
      position: absolute;
      bottom: 0;
      left: -20px;
      content: "";
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid #184e9e;
      border-top: 28px solid transparent;
      border-bottom: 28px solid #184e9e; }
    .application_equirements_sec_ttl_in .h2_ttl {
      font-size: 26px;
      color: #fff;
      line-height: 1.0;
      font-style: italic; }
    .application_equirements_sec_ttl_in .common_en_01 {
      color: rgba(255, 255, 255, 0.2);
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      font-style: italic;
      padding-left: 15px;
      margin-left: 20px;
      position: relative; }
      .application_equirements_sec_ttl_in .common_en_01::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 1px;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        transform: rotate(20deg); }
  .application_equirements_sec_ttl_disc {
    width: 90%;
    background-color: #fff;
    position: relative;
    left: 10%;
    top: -25px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    padding: 40px 20px 20px 20px; }

.application_equirements_sec_profile_box {
  margin: 30px 0 50px 0; }
  .application_equirements_sec_profile_box_left {
    width: 70%;
    margin: 0 auto 25px auto; }
    .application_equirements_sec_profile_box_left img {
      width: 100%; }
  .application_equirements_sec_profile_box_right {
    width: 100%; }
    .application_equirements_sec_profile_box_right_in:not(:last-child) {
      margin-bottom: 20px; }
  .application_equirements_sec_profile_box_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .application_equirements_sec_profile_box_ttl .h4_ttl {
      font-size: 16px;
      letter-spacing: 0.05em;
      font-weight: 700;
      line-height: 1.2; }
    .application_equirements_sec_profile_box_ttl .common_en_01 {
      color: #184e9e;
      font-size: 42px;
      letter-spacing: -0.05em;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      font-weight: 700;
      margin-right: 15px;
      line-height: 1.0; }

.application_equirements_tbl {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px 20px 20px; }

.application_equirements_tbl.common_tbl01 tr:last-child th, .application_equirements_tbl.common_tbl01 tr:last-child td {
  border-bottom: none; }
.application_equirements_tbl.common_tbl01 td a {
  color: #184e9e; }

/* service */
.service_content01_bg {
  padding: 15px 0 50px 0;
  display: flex;
  justify-content: center;
  background-color: #edf2f8; }
.service_content01_img {
  margin: 40px 0 0 0; }

.service_content02_inner {
  margin: 0 5%; }
.service_content02_bg {
  padding: 50px 0;
  position: relative; }
  .service_content02_bg::after {
    z-index: 1;
    background: url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
    background-size: 248px 712px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 248px;
    height: 712px; }
  .service_content02_bg .common_h2_ttl {
    text-align: center; }
.service_content02_ttl {
  margin-bottom: 10px; }
  .service_content02_ttl .h3_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #184e9e;
    line-height: 1.2; }
  .service_content02_ttl .sub_ttl {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px; }
    .service_content02_ttl .sub_ttl span {
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.2;
      display: inline-block; }
    .service_content02_ttl .sub_ttl::before {
      background-color: #199ccb;
      transform: skewX(-15deg);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
.service_content02_ttl02 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; }
.service_content02_box {
  margin: 40px 0 0 0;
  position: relative;
  z-index: 2; }
  .service_content02_box_img {
    width: 90%; }
    .service_content02_box_img img {
      width: 100%; }
  .service_content02_box_disc {
    width: 95%;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    right: 0;
    top: -50px;
    margin-bottom: -50px;
    padding: 30px 25px;
    box-sizing: border-box;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
    .service_content02_box_disc .common_btn01 {
      justify-content: flex-start;
      margin-top: 20px; }
    .service_content02_box_disc_no {
      color: rgba(24, 78, 158, 0.3);
      font-size: 60px;
      font-weight: 700;
      font-style: italic;
      font-family: "Roboto Condensed", sans-serif;
      position: absolute;
      right: 10px;
      line-height: 1.0;
      letter-spacing: -0.05em;
      top: -30px; }

/* recruit */
.recruit_main_bg {
  position: relative;
  height: 350px; }
.recruit_main_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  background: url(../images/recruit/recruit_mainimg_02.jpg) no-repeat center top;
  background-size: cover;
  width: calc(100% - 6.25%); }
.recruit_main_catch {
  position: absolute;
  top: 75%;
  left: 8.33%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2; }
.recruit_main_catch01 {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 1.0;
  letter-spacing: 0.05em; }
.recruit_main_catch02 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em; }

.recruit_aboutus_bg {
  position: relative;
  padding: 50px 0 50px 0; }
  .recruit_aboutus_bg .common_inner {
    margin-left: auto;
    margin-right: auto; }
  .recruit_aboutus_bg::before {
    background: url(../images/recruit/recrui_img04.png) no-repeat left top;
    background-size: 133px 137px;
    position: absolute;
    left: 8.33%;
    top: -4px;
    content: "";
    width: 133px;
    height: 137px; }
  .recruit_aboutus_bg .bk {
    background: url(../images/recruit/recrui_img0103.jpg) no-repeat left top;
    background-size: 260px 501px;
    position: absolute;
    bottom: -70px;
    right: 0;
    content: "";
    width: 260px;
    height: 501px;
    z-index: -1; }
.recruit_aboutus_ttl {
  margin-bottom: 20px; }
  .recruit_aboutus_ttl .common_en_01 {
    color: #184e9e;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-style: italic;
    display: block;
    line-height: 1.0;
    margin-bottom: 20px;
    position: relative; }
    .recruit_aboutus_ttl .common_en_01::before {
      border-top: 1px solid #184e9e;
      position: absolute;
      top: 50%;
      left: -360px;
      content: "";
      width: 350px;
      height: 1px; }
  .recruit_aboutus_ttl .h2_ttl {
    font-size: 18px;
    font-weight: 700; }
.recruit_aboutus_txt {
  line-height: 2.0;
  letter-spacing: 0.05em; }
.recruit_aboutus_box {
  margin-bottom: 40px; }
.recruit_aboutus_disc {
  margin-bottom: 20px; }
.recruit_aboutus_img {
  width: 85%; }

.recruit_introduction_sec {
  position: relative; }
  .recruit_introduction_sec .bk {
    background: #edf2f8 url(../images/recruit/recruit_data_bk.png) no-repeat right bottom;
    background-size: 960px 801px;
    background-size: cover;
    height: calc(100% - 300px);
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute; }
.recruit_introduction_bg {
  padding-bottom: 15px; }
.recruit_introduction_inner {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
.recruit_introduction_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%; }
.recruit_introduction_disc {
  width: 90%;
  margin-left: 10%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: -5%;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  order: 1; }
  .recruit_introduction_disc .common_txt01 {
    margin: 20px 0 25px 0; }
  .recruit_introduction_disc .common_btn01 {
    justify-content: flex-start; }
.recruit_introduction_img {
  width: 90%;
  background: url(../images/recruit/recruit_img05.jpg) no-repeat left top;
  background-size: cover;
  height: 200px;
  box-sizing: border-box;
  order: 0; }

.recruit_date_bg .recruit_introduction_inner {
  justify-content: flex-end;
  display: flex; }

.recruit_date_bg .recruit_date_img {
  width: 90%;
  background: url(../images/recruit/recruit_img06.jpg) no-repeat left top;
  height: 200px;
  box-sizing: border-box; }

.recruit_requirements_bg {
  padding: 50px 0 50px 0;
  text-align: center;
  background: url(../images/recruit/recruit_requirements_bk.png) no-repeat right bottom;
  background-size: cover; }
  .recruit_requirements_bg .post_none {
    text-align: center;
    margin: 30px 0; }
.recruit_requirements_box {
  margin: 20px 0 40px 0; }
.recruit_requirements_boxin {
  margin: 0 10px;
  background-color: #fff;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  width: 280px;
  min-height: 308px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .recruit_requirements_boxin a {
    text-decoration: none; }
.recruit_requirements_ttl {
  color: #184e9e;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0; }
.recruit_requirements_txt {
  text-align: left;
  margin: 0 20px;
  color: #111; }
.recruit_requirements_slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  cursor: pointer;
  transition: .3s;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
.recruit_requirements_slider .prev-arrow {
  left: 10px;
  width: 40px; }
  .recruit_requirements_slider .prev-arrow img {
    width: 100%; }
.recruit_requirements_slider .next-arrow {
  right: 10px;
  width: 40px; }
  .recruit_requirements_slider .next-arrow img {
    width: 100%; }
.recruit_requirements_slider .slick-dots {
  bottom: -20px; }
  .recruit_requirements_slider .slick-dots li {
    width: 20px;
    height: 3px; }
    .recruit_requirements_slider .slick-dots li button {
      width: 20px;
      height: 3px;
      padding: 0; }
      .recruit_requirements_slider .slick-dots li button::before {
        width: 20px;
        height: 3px;
        background-color: rgba(24, 78, 158, 0.2);
        font-size: 0;
        opacity: 1; }
    .recruit_requirements_slider .slick-dots li.slick-active button::before {
      background-color: #184e9e;
      opacity: 1; }

.recruit_flow_bg {
  padding: 50px 0 30px 0;
  background: url(../images/recruit/recruit_flow_bk.png) no-repeat right bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .recruit_flow_bg .common_h2_ttl {
    text-align: center; }
.recruit_flow_box {
  margin-top: 20px; }
.recruit_flow_boxin {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }
  .recruit_flow_boxin_no {
    width: 60px;
    margin-right: 15px;
    position: relative; }
    .recruit_flow_boxin_no img {
      width: 60px;
      position: relative;
      z-index: 1; }
  .recruit_flow_boxin_flex {
    width: calc(100% - 75px); }
  .recruit_flow_boxin_img {
    display: none; }
  .recruit_flow_boxin_ttl {
    color: #184e9e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px; }
  .recruit_flow_boxin_txt {
    line-height: 1.8;
    letter-spacing: 0.05em; }
  .recruit_flow_boxin:not(:last-child) .recruit_flow_boxin_no::after {
    border-left: 2px dotted #184e9e;
    position: absolute;
    bottom: -60px;
    left: 29px;
    content: "";
    width: 2px;
    height: 100%; }
  .recruit_flow_boxin:nth-child(1) .recruit_flow_boxin_ttl {
    background: url(../images/recruit/recruit_flow01_img.png) no-repeat 2px center;
    background-size: 35px 38px;
    padding-left: 50px;
    min-height: 38px; }
  .recruit_flow_boxin:nth-child(2) .recruit_flow_boxin_ttl {
    background: url(../images/recruit/recruit_flow02_img.png) no-repeat 5px center;
    background-size: 30px 39px;
    padding-left: 50px;
    min-height: 39px; }
  .recruit_flow_boxin:nth-child(3) .recruit_flow_boxin_ttl {
    background: url(../images/recruit/recruit_flow03_img.png) no-repeat 1px center;
    background-size: 38px 36px;
    padding-left: 50px;
    min-height: 36px; }
  .recruit_flow_boxin:nth-child(4) .recruit_flow_boxin_ttl {
    background: url(../images/recruit/recruit_flow04_img.png) no-repeat left center;
    background-size: 40px 23px;
    padding-left: 50px;
    min-height: 23px; }

.recruit_entry_bg {
  background: url(../images/recruit/recruit_entry_bk.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 1px; }
.recruit_entry_ttl {
  margin-bottom: 10px;
  text-align: center; }
  .recruit_entry_ttl .h2_ttl {
    color: #fff;
    font-size: 18px; }
  .recruit_entry_ttl .common_en_01 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: 1.0;
    font-weight: 700; }
.recruit_entry_txt {
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }

/* data */
.data_box_txt {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px; }

/* news_datail */
.news_datail_content01_date {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #808080;
  display: block;
  margin-bottom: 5px; }
.news_datail_content01_ttl {
  border-bottom: 2px solid #184e9e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px; }
.news_datail_content01_entry p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 20px 0; }
.news_datail_content01_entry h2 {
  margin: 25px 0 10px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #dddddd; }
  .news_datail_content01_entry h2::after {
    border-bottom: 2px solid #184e9e;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 150px;
    height: 2px; }
.news_datail_content01_entry h3 {
  color: #184e9e;
  font-size: 16px;
  font-weight: 700;
  border-left: 2px solid #184e9e;
  padding-left: 10px;
  margin-bottom: 20px; }
.news_datail_content01_entry h4 {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.4; }
  .news_datail_content01_entry h4::before {
    border-top: 2px solid #184e9e;
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 10px;
    height: 2px; }
.news_datail_content01_entry h5 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
.news_datail_content01_entry h6 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
.news_datail_content01_entry ul {
  margin-bottom: 30px; }
  .news_datail_content01_entry ul li {
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .news_datail_content01_entry ul li::before {
      content: "■";
      color: #184e9e;
      font-size: 12px;
      margin-right: 0.5em; }
.news_datail_content01_entry ol {
  margin-bottom: 30px;
  list-style: none;
  counter-reset: ol_li; }
  .news_datail_content01_entry ol li {
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
    .news_datail_content01_entry ol li::before {
      margin-right: .25em;
      counter-increment: ol_li;
      content: counter(ol_li) ".";
      color: #184e9e;
      font-weight: 700;
      margin-right: 0.5em; }
.news_datail_content01_entry pre {
  border: 1px solid #184e9e;
  padding: 20px;
  background-color: #fff;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-family: "Noto Sans CJK JP","Noto Sans Japanese","Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666; }
.news_datail_content01_entry table {
  border: 1px solid #ddd;
  width: 100%; }
  .news_datail_content01_entry table tr th {
    background-color: #dbe4ee;
    padding: 10px; }
  .news_datail_content01_entry table tr td {
    background-color: #fff;
    padding: 10px; }
  .news_datail_content01_entry table tr:not(:last-child) th {
    border-bottom: 1px solid #fff; }
  .news_datail_content01_entry table tr:not(:last-child) td {
    border-bottom: 1px solid #ddd; }
.news_datail_content01_entry img.alignright {
  display: block;
  margin: 0 0 0 auto; }
.news_datail_content01_entry img.alignleft {
  display: block;
  margin: 0 auto 0 0; }
.news_datail_content01_entry img.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 40px; }

.wp-pagenavi a, .wp-pagenavi span {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid #184e9e !important;
  color: #184e9e !important;
  padding-top: 6px !important;
  padding-right: 13px !important;
  padding-bottom: 6px !important;
  padding-left: 13px !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #FFF !important;
  background-color: #184e9e !important;
  border-top-color: #184e9e !important;
  border-right-color: #184e9e !important;
  border-bottom-color: #184e9e !important;
  border-left-color: #184e9e !important;
  text-decoration: none !important; }

.wp-pagenavi span.current {
  color: #184e9e; }

.wp-pagenavi .page.larger {
  display: none; }

.wp-pagenavi .extend {
  display: none; }

.wp-pagenavi .page.smaller {
  display: none; }

.wp-pagenavi span.pages {
  display: block;
  margin: 0 auto 20px auto !important;
  width: 60%; }

.blog_pagenavi {
  padding: 50px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.pager_btn span a {
  background: #184e9e;
  border: 1px solid #184e9e;
  width: 160px;
  height: 45px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .pager_btn span a:hover {
    color: #184e9e;
    background-color: #fff; }

.notfound_content01_bg .common_txt01 {
  margin-bottom: 30px; }

/* ir */
.ir_content01_lead {
  margin-bottom: 40px; }
.ir_content01_bg {
  padding: 15px 0 50px 0;
  display: flex;
  justify-content: center;
  background-color: #edf2f8;
  text-align: center; }
.ir_content01_box {
  text-align: left;
  margin: 10px 5% 0 5%; }

.ir_content02_bg {
  padding: 50px 0 100px 0;
  display: flex;
  justify-content: center;
  text-align: center; }
.ir_content02_box {
  margin: 20px 0 25px 0; }

.ir_content03_bg {
  position: relative; }
.ir_content03_bg01 {
  display: flex;
  justify-content: center;
  background-color: #edf2f8;
  padding-bottom: 20px;
  background: #edf2f8 url(../images/ir/ir_content03_bg01.png) no-repeat right bottom; }
.ir_content03_bg02 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background: url(../images/ir/ir_content03_bg02.png) no-repeat right top; }
.ir_content03_box {
  margin-top: -50px; }
.ir_content03_boxin {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px; }
  .ir_content03_boxin .common_btn01 a {
    width: 200px;
    height: 40px; }
    .ir_content03_boxin .common_btn01 a span {
      font-size: 14px; }
.ir_content03_img img {
  width: 100%; }
.ir_content03_img a {
  transition: 0.3s; }
  .ir_content03_img a:hover {
    opacity: 0.7;
    transition: 0.3s; }
.ir_content03_ttl {
  margin: 20px 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.2; }
  .ir_content03_ttl::after {
    background: url(../images/common/ttl_btborder.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 53px;
    height: 3px;
    margin-left: -26px; }
.ir_content03_txt {
  letter-spacing: 0.05em;
  margin-bottom: 20px; }
.ir_content03_bnr {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  height: 150px; }
  .ir_content03_bnr.bnr01 {
    background: url(../images/ir/ir_bnr_bk02.png) no-repeat right top;
    background-size: contain;
    margin-bottom: 20px; }
  .ir_content03_bnr.bnr02 {
    background: url(../images/ir/ir_bnr_bk03.png) no-repeat right top;
    background-size: contain; }
  .ir_content03_bnr::after {
    background: url(../images/ir/ir_bnr_bk01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 150px;
    z-index: 1; }
  .ir_content03_bnr a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2; }
.ir_content03_bnrttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 29px;
  line-height: 1.4; }
  .ir_content03_bnrttl::before {
    border-top: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 1px; }
  .ir_content03_bnrttl::after {
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 16px;
    content: "";
    width: 5px;
    height: 5px;
    margin-top: -2px; }
.ir_content03_bnrbtn {
  margin-left: 29px; }
  .ir_content03_bnrbtn .bgskew {
    background-color: #fff;
    width: 140px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 15px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ir_content03_bnrbtn .bgskew::before {
      background-color: #184e9e; }
    .ir_content03_bnrbtn .bgskew span {
      color: #184e9e;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .ir_content03_bnrbtn .bgskew span::before {
        border-bottom: 1px solid #184e9e;
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .ir_content03_bnrbtn .bgskew span::after {
        border-bottom: 1px solid #184e9e;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        transition: 0.3s;
        z-index: 1; }
    .ir_content03_bnrbtn .bgskew:hover span {
      color: #FFF; }
      .ir_content03_bnrbtn .bgskew:hover span::before, .ir_content03_bnrbtn .bgskew:hover span::after {
        border-bottom: 1px solid #FFF;
        right: 0; }

/* ircalendar */
.ircalendar_content01_lead {
  margin-bottom: 30px; }
.ircalendar_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  text-align: center; }

.ircalendar_content02_bg {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }

/* newsrelease */
.newsrelease_content01_lead {
  margin-bottom: 30px;
  text-align: center; }
.newsrelease_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }
.newsrelease_content01_box {
  margin: 0 5%; }
.newsrelease_content01_ttl {
  margin-bottom: 30px; }
  .newsrelease_content01_ttl .h2_ttl {
    color: #184e9e;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-right: 18px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative; }
    .newsrelease_content01_ttl .h2_ttl::after {
      background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat left top;
      position: absolute;
      transform: rotate(90deg);
      top: 50%;
      right: 0;
      content: "";
      width: 13px;
      height: 11px;
      margin-top: -5px; }
  .newsrelease_content01_ttl .year_select select {
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin-right: 10px; }

/* library */
.library .h1_ttl {
  line-height: 1.2; }

.library_content01_lead {
  margin-bottom: 30px;
  text-align: center; }
.library_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }
.library_content01_ttl {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #184e9e; }
.library_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px; }
.library_content01_inttl {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .library_content01_inttl h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  .library_content01_inttl select {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 12px;
    display: block; }
  .library_content01_inttl_select {
    color: #184e9e;
    font-size: 16px;
    font-weight: 700;
    padding-right: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px; }
    .library_content01_inttl_select::after {
      background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat left top;
      position: absolute;
      transform: rotate(90deg);
      top: 50%;
      right: 0;
      content: "";
      width: 13px;
      height: 11px;
      margin-top: -5px; }

/* presentation */
.presentation_content01_lead {
  margin-bottom: 30px;
  text-align: center; }
.presentation_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/presentation/presentation_bg_bk.png) no-repeat right bottom;
  background-size: 116px 327px; }
.presentation_content01_ttl {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #184e9e; }
.presentation_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px; }
.presentation_content01_inttl {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .presentation_content01_inttl h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  .presentation_content01_inttl select {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 12px; }
  .presentation_content01_inttl_select {
    color: #184e9e;
    font-size: 16px;
    font-weight: 700;
    padding-right: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px; }
    .presentation_content01_inttl_select::after {
      background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat left top;
      position: absolute;
      transform: rotate(90deg);
      top: 50%;
      right: 0;
      content: "";
      width: 13px;
      height: 11px;
      margin-top: -5px; }

/* kabushiki */
.kabushiki_content01_lead {
  margin-bottom: 30px;
  text-align: center; }
.kabushiki_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px; }
.kabushiki_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }
  .kabushiki_content01_bg .tableIr {
    width: 100%; }
    .kabushiki_content01_bg .tableIr th {
      padding: 10px;
      width: 40%;
      box-sizing: border-box; }
    .kabushiki_content01_bg .tableIr td {
      padding: 10px;
      width: 60%;
      box-sizing: border-box; }
    .kabushiki_content01_bg .tableIr tr:not(:last-child) th {
      border-bottom: 1px solid #184e9e; }
    .kabushiki_content01_bg .tableIr tr:not(:last-child) td {
      border-bottom: 1px solid #ddd; }

/* zaimu01 */
.zaimu01_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px 20px 0 20px; }
.zaimu01_content01_inbox {
  margin-bottom: 30px; }
  .zaimu01_content01_inbox .h2_ttl {
    font-size: 16px;
    letter-spacing: 0.05em; }
  .zaimu01_content01_inbox .hosoku {
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-bottom: 15px; }
.zaimu01_content01_img {
  text-align: center;
  margin-bottom: 20px; }
.zaimu01_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }

/* denshi_koukoku */
.denshi_koukoku_content01_lead {
  margin-bottom: 30px;
  text-align: center; }
.denshi_koukoku_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px; }
.denshi_koukoku_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }
  .denshi_koukoku_content01_bg .tableIr {
    width: 100%; }
    .denshi_koukoku_content01_bg .tableIr th {
      padding: 10px;
      width: 40%;
      box-sizing: border-box; }
    .denshi_koukoku_content01_bg .tableIr td {
      padding: 10px;
      width: 60%;
      box-sizing: border-box; }
    .denshi_koukoku_content01_bg .tableIr tr:not(:last-child) th {
      border-bottom: 1px solid #184e9e; }
    .denshi_koukoku_content01_bg .tableIr tr:not(:last-child) td {
      border-bottom: 1px solid #ddd; }

/* news-distribution */
.news-distribution .common_submain_ttl .h1_ttl {
  line-height: 1.2; }

.news-distribution_content01_bg {
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center; }
.news-distribution_content01_block {
  margin-bottom: 30px; }
  .news-distribution_content01_block .common_txt01 .cautxt {
    color: #f10000;
    display: block; }
  .news-distribution_content01_block ol li {
    letter-spacing: 0.05em;
    margin-left: 1em;
    line-height: 2.0;
    margin-bottom: 5px; }
    .news-distribution_content01_block ol li a {
      color: #184e9e; }
  .news-distribution_content01_block ol li.cautxt {
    font-size: 12px;
    color: #f10000;
    margin-left: 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em; }
  .news-distribution_content01_block .agreetxt {
    margin: 20px 0 0 0; }
  .news-distribution_content01_block .link01 {
    margin: 20px 0 0 0; }
    .news-distribution_content01_block .link01 a {
      color: #184e9e;
      font-size: 16px;
      font-weight: 700; }
  .news-distribution_content01_block .teisiblock {
    margin: 20px 0 0 0; }
.news-distribution_content01_ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px; }
  .news-distribution_content01_ttl::before {
    content: "●";
    color: #184e9e;
    font-size: 12px;
    margin-right: 10px; }

/* mail */
.mail_content01_bg {
  background-color: #edf2f8;
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center; }
.mail_content01_box .regiblock {
  margin-top: 20px; }

/* disclosure */
.disclosure_content01_bg {
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
  background-size: 249px 712px; }
.disclosure_content01_block {
  margin-bottom: 20px; }
.disclosure_content01_ttl {
  font-size: 16px;
  margin-bottom: 10px; }

.grecaptcha-badge {
  z-index: 2; }

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** 修正2
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/* 共通パーツ */
.common_h2_ttl_wh .h2_ttl {
  font-size: 28px; }

.common_h2_ttl .h2_ttl {
  font-size: 28px; }

.ft_contact_01, .ft_contact_02 {
  padding: 40px 0; }

.ft_contact_ttl {
  margin-bottom: 0; }

.ft_contact_ttl .h2_ttl {
  font-size: 28px; }

footer .ft_01 {
  padding: 10px 0; }

/* トップ */
.top_main_bg {
  height: 520px; }

.main_slider {
  height: 340px;
  width: 100%; }
  .main_slider_in {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end; }
    .main_slider_in img {
      max-width: 375px; }

.top_main_catch {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  text-align: center; }
  .top_main_catch_01 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px; }
  .top_main_catch_02 {
    color: #FFF;
    font-size: 14px;
    line-height: 1.8; }

.top_stores_bg {
  padding: 50px 0 10px; }

.top_stores_ttl .h2_ttl {
  font-size: 28px; }

.top_stores_ttl02 .h3_ttl {
  font-size: 18px; }

.top_stores_inbox dl dd .num {
  font-size: 42px; }

.top_stores_inbox dl dt {
  margin-top: 5px;
  font-size: 14px; }

.top_service_bg {
  padding: 40px 0 50px; }

.top_news_txt {
  font-size: 13px; }

.top_service_ttl .h3_ttl {
  font-size: 20px; }

.top_company_bg {
  padding: 0 0 50px 0; }

.top_company_bg:before {
  height: 220px; }

.top_company_box {
  margin-top: 160px;
  padding: 30px 20px; }

.top_recruit_bg {
  padding: 40px 5%; }

.top_ir_bg {
  padding: 45px 0; }

.top_ir_box {
  margin: 0 0 30px 0; }

.service_content02_ttl .h3_ttl {
  font-size: 22px; }

.service_content02_ttl02 {
  font-size: 16px; }

.company_content01_ttl {
  font-size: 22px;
  margin-bottom: 10px; }

.company_content01_txt {
  font-size: 15px;
  margin-bottom: 20px; }

.company_content01_box {
  margin: 0 20px; }
  .company_content01_box .common_btn01 a {
    width: 240px; }

.company_content01_box_ttl {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px; }

.philosophy_content01_img {
  width: 80%;
  margin: 0 auto 20px auto; }

.philosophy_content01_box_in {
  padding: 15px;
  margin-bottom: 15px; }

.common_sub_ttl01 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.common_sub_lead {
  margin-bottom: 20px; }

.sub_contact01_sec {
  margin: 30px 0; }

.common_tbl01 > table > tbody > tr > th {
  padding: 10px 0 10px; }

.common_form_tbl01 table tbody tr th .any, .common_form_tbl01 table tbody tr th .must {
  top: 13px; }

.privacy_contact_box {
  margin-bottom: 30px; }

.privacy_contact02 {
  margin-bottom: 20px; }

.newsrelease_content01_bg {
  padding: 15px 0 20px 0; }

.ircalendar_content01_bg {
  padding: 15px 0 50px; }

.ircalendar_content01_lead {
  margin-bottom: 20px; }

.library_content01_bg {
  padding: 15px 0 30px; }

.library_content01_lead {
  margin-bottom: 20px; }

.library_content01_inttl {
  padding-bottom: 20px; }

.library_content01_ttl {
  margin-bottom: 15px; }

.library_content01_box {
  padding: 15px;
  margin-bottom: 20px; }

.kabushiki_content01_bg {
  padding: 15px 0 50px 0; }

.kabushiki_content01_box {
  padding: 15px; }

.kabushiki_content01_lead {
  margin-bottom: 20px; }

.zaimu01_content01_bg {
  padding: 15px 0 50px 0; }

.zaimu01_content01_box {
  padding: 15px 15px 0; }

.denshi_koukoku_content01_bg {
  padding: 15px 0 50px 0; }

.denshi_koukoku_content01_box {
  padding: 15px; }

.disclosure_content01_bg {
  padding: 15px 0 30px; }

.disclosure_content01_block {
  margin-bottom: 20px; }

.news-distribution_content01_bg {
  padding: 15px 0; }

.news-distribution_content01_block {
  margin-bottom: 20px; }

.mail_content01_bg {
  padding: 15px 0 50px; }

.application_equirements_box_ttl {
  font-size: 20px; }

.application_equirements_sec_ttl_in {
  width: calc(100% - 70px);
  display: block;
  height: auto;
  padding: 5px 10px; }

.application_equirements_sec_ttl_in .h2_ttl {
  font-size: 24px; }

.application_equirements_sec_ttl_in .common_en_01 {
  display: block;
  margin-top: 5px;
  font-size: 16px; }

.application_equirements_sec_profile_box {
  margin: 20px 0 30px; }

.data_box_txt {
  margin-bottom: 30px; }

.recruit_main_catch01 {
  font-size: 30px; }

.recruit_main_catch02 {
  font-size: 14px; }

.recruit_main_img {
  width: 100%; }

.recruit_aboutus_ttl .h2_ttl {
  font-size: 16px; }

.recruit_aboutus_ttl {
  margin-bottom: 0; }

.recruit_aboutus_img {
  width: 70%; }

.scroll_line {
  left: 2%; }

.recruit_aboutus_bg .bk {
  background: url(../images/recruit/recrui_img0103.png) no-repeat left top;
  background-size: 216px 416px;
  bottom: -170px;
  width: 216px;
  height: 416px; }

.recruit_aboutus_bg {
  padding: 30px 0 0 0; }

.recruit_aboutus_ttl .common_en_01 {
  margin-bottom: 0; }

.recruit_introduction_disc {
  padding: 20px;
  margin-bottom: 0;
  margin-top: -10%; }
  .recruit_introduction_disc .common_h2_ttl .h2_ttl {
    font-size: 24px; }

.recruit_introduction_disc .common_txt01 {
  margin: 0 0 25px; }

.recruit_requirements_slider .slick-dots {
  bottom: -10px; }

.recruit_requirements_boxin {
  margin: 0 40px 20px 40px; }

.recruit_entry_bg {
  padding: 25px 0; }

.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_value input {
  min-width: inherit;
  width: 100%; }

.wp-block-image img {
  height: auto !important; }

/*template*/
.template_entry p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 20px 0; }
.template_entry h2 {
  border-bottom: 2px solid #184e9e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px; }
.template_entry h3 {
  margin: 25px 0 10px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #dddddd; }
  .template_entry h3::after {
    border-bottom: 2px solid #184e9e;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 150px;
    height: 2px; }
.template_entry h4 {
  color: #184e9e;
  font-size: 16px;
  font-weight: 700;
  border-left: 2px solid #184e9e;
  padding-left: 10px;
  margin-bottom: 20px; }
.template_entry h5 {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.4; }
  .template_entry h5::before {
    border-top: 2px solid #184e9e;
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 10px;
    height: 2px; }
.template_entry h6 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
.template_entry ul {
  margin-bottom: 30px; }
  .template_entry ul li {
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .template_entry ul li::before {
      content: "■";
      color: #184e9e;
      font-size: 12px;
      margin-right: 0.5em; }
.template_entry ol {
  margin-bottom: 30px;
  list-style: none;
  counter-reset: ol_li; }
  .template_entry ol li {
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
    .template_entry ol li::before {
      margin-right: .25em;
      counter-increment: ol_li;
      content: counter(ol_li) ".";
      color: #184e9e;
      font-weight: 700;
      margin-right: 0.5em; }
.template_entry pre {
  border: 1px solid #184e9e;
  padding: 20px;
  background-color: #fff;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-family: "Noto Sans CJK JP","Noto Sans Japanese","Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666; }
.template_entry table {
  border: 1px solid #ddd;
  width: 100%; }
  .template_entry table tr th {
    background-color: #dbe4ee;
    padding: 10px; }
  .template_entry table tr td {
    background-color: #fff;
    padding: 10px; }
  .template_entry table tr:not(:last-child) th {
    border-bottom: 1px solid #fff; }
  .template_entry table tr:not(:last-child) td {
    border-bottom: 1px solid #ddd; }
.template_entry img.alignright {
  display: block;
  margin: 0 0 0 auto; }
.template_entry img.alignleft {
  display: block;
  margin: 0 auto 0 0; }
.template_entry img.aligncenter {
  display: block;
  margin: 0 auto; }
