@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  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: none; }

.pc {
  display: block; }

/*.common_container {
	overflow: hidden;
}*/
.common_pcnolink {
  pointer-events: none; }

.common_inner {
  max-width: 1200px;
  width: 94%; }

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

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

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

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

.common_h2_ttl .h2_ttl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em; }
.common_h2_ttl .common_en_01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: inline-block;
  font-style: italic;
  position: relative;
  padding-left: 15px; }
  .common_h2_ttl .common_en_01::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%; }
  .common_h2_ttl .common_en_01::after {
    position: absolute;
    top: 5px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    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: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em; }
.common_h2_ttl_wh .common_en_01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: inline-block;
  font-style: italic;
  position: relative;
  padding-left: 15px; }
  .common_h2_ttl_wh .common_en_01::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%; }
  .common_h2_ttl_wh .common_en_01::after {
    position: absolute;
    top: 5px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    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: 99;
  width: 100%;
  height: 120px;
  /*position: relative;*/
  position: sticky;
  background-color: #fff;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .hd_logo {
    margin-left: 50px; }
    header .hd_logo_txt {
      color: #808080;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
      line-height: 1.4; }
      @media screen and (max-width: 1294px) {
        header .hd_logo_txt {
          font-size: 12px; } }
      @media screen and (max-width: 980px) {
        header .hd_logo_txt {
          display: none; } }
    header .hd_logo_img a {
      transition: 0.3s; }
      header .hd_logo_img a:hover {
        opacity: 0.7;
        transition: 0.3s; }
    @media screen and (max-width: 1480px) {
      header .hd_logo {
        width: 300px;
        margin-left: 30px; } }
    @media screen and (max-width: 1279px) {
      header .hd_logo {
        width: 230px;
        margin-left: 15px; } }
  header .hd_right {
    display: flex;
    align-items: center; }
  header button {
    display: none; }
  @media screen and (min-width: 981px) {
    header .hd_nav01 > .inblock > ul {
      display: flex; }
      header .hd_nav01 > .inblock > ul > li {
        margin-right: 35px; } }
    @media screen and (min-width: 981px) and (max-width: 1294px) {
      header .hd_nav01 > .inblock > ul > li {
        margin-right: 20px !important; } }
  @media screen and (min-width: 981px) {
        header .hd_nav01 > .inblock > ul > li > a {
          color: #111;
          font-weight: 700;
          letter-spacing: 0.05em;
          text-decoration: none;
          position: relative;
          display: inline-block;
          padding-right: 16px; } }
      @media screen and (min-width: 981px) and (max-width: 1279px) {
        header .hd_nav01 > .inblock > ul > li > a {
          font-size: 13px; } }
  @media screen and (min-width: 981px) {
        header .hd_nav01 > .inblock > ul > li:not(:first-child) > a::after {
          background: url(../images/common/icon_arrow01.png) no-repeat left top;
          position: absolute;
          top: 50%;
          right: 0;
          content: "";
          width: 11px;
          height: 6px; }
    header .hd_nav01 .menu_second-level {
      visibility: hidden;
      opacity: 0;
      z-index: 1; }
      header .hd_nav01 .menu_second-level .flex {
        height: 280px;
        position: relative; }
        header .hd_nav01 .menu_second-level .flex .common_inner {
          margin-left: auto;
          margin-right: auto;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          height: 280px; }
        header .hd_nav01 .menu_second-level .flex ul {
          width: 878px;
          display: flex; }
          header .hd_nav01 .menu_second-level .flex ul li {
            width: 230px; }
            header .hd_nav01 .menu_second-level .flex ul li .img {
              width: 188px;
              display: block; }
            header .hd_nav01 .menu_second-level .flex ul li .txt {
              display: block;
              margin-top: 10px;
              font-size: 14px;
              letter-spacing: 0.05em;
              font-weight: 500;
              line-height: 1.2;
              color: #111; }
            header .hd_nav01 .menu_second-level .flex ul li a {
              text-decoration: none;
              transition: 0.3s; }
              header .hd_nav01 .menu_second-level .flex ul li a:hover {
                opacity: 0.7;
                transition: 0.3s; }
            header .hd_nav01 .menu_second-level .flex ul li:last-child {
              width: 188px; }
        header .hd_nav01 .menu_second-level .flex::before {
          width: 38.02vw;
          height: 280px;
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          z-index: -1; } }
      @media screen and (min-width: 981px) and (max-width: 1680px) {
        header .hd_nav01 .menu_second-level .flex::before {
          width: 36vw; } }
      @media screen and (min-width: 981px) and (max-width: 1294px) {
        header .hd_nav01 .menu_second-level .flex::before {
          width: 30vw; } }
  @media screen and (min-width: 981px) {
        header .hd_nav01 .menu_second-level .flex.mn_service::before {
          background: url(../images/common/mega_01_main.jpg) no-repeat right top;
          background-size: cover; }
        header .hd_nav01 .menu_second-level .flex.mn_company::before {
          background: url(../images/common/mega_02_main.jpg) no-repeat right top;
          background-size: cover; }
        header .hd_nav01 .menu_second-level .flex.mn_recruit::before {
          background: url(../images/common/mega_03_main.jpg) no-repeat right top;
          background-size: cover; }
      header .hd_nav01 .menu_second-level .ttlblock {
        display: flex;
        align-items: center;
        width: calc(100% - 878px); }
        header .hd_nav01 .menu_second-level .ttlblock .ttl {
          color: #FFF;
          font-size: 34px;
          letter-spacing: 0.05em;
          font-weight: 700;
          line-height: 1.0; }
        header .hd_nav01 .menu_second-level .ttlblock .common_en_01 {
          color: #FFF;
          font-size: 16px;
          letter-spacing: 0.05em;
          font-weight: 700;
          font-style: italic;
          display: block;
          margin-bottom: 10px;
          line-height: 1.0;
          text-align: center; }
    header .hd_nav01 .menu_single {
      position: relative; }
    header .hd_nav01 .menu_single .menu_second-level {
      position: absolute;
      top: 43px;
      right: 0;
      width: auto;
      box-sizing: border-box;
      background: #184e9e;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      header .hd_nav01 .menu_single .menu_second-level ul {
        padding: 15px 0; }
        header .hd_nav01 .menu_single .menu_second-level ul li a {
          color: #FFF;
          padding: 10px 30px;
          text-decoration: none;
          font-size: 14px;
          display: block;
          white-space: nowrap;
          transition: 0.3s; }
          header .hd_nav01 .menu_single .menu_second-level ul li a:hover {
            opacity: 0.7;
            transition: 0.3s; }
    header .hd_nav01 .menu_single:hover .menu_second-level {
      top: 73px;
      visibility: visible;
      opacity: 1; }
    header .hd_nav01 .menu_mega .menu_second-level {
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      background: #fff;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    header .hd_nav01 .menu_mega:hover .menu_second-level {
      top: 120px;
      visibility: visible;
      opacity: 1; } }
  header .hd_btn {
    width: 150px; }
    header .hd_btn a {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    header .hd_btn_01 {
      height: 60px; }
      header .hd_btn_01 a {
        background-color: #184e9e; }
        header .hd_btn_01 a span {
          color: #fff;
          letter-spacing: 0.05em;
          font-weight: 700;
          background: url(../images/common/icon_mail_wh.png) no-repeat left center;
          padding-left: 25px; }
    header .hd_btn_02 {
      height: 60px; }
      header .hd_btn_02 a {
        background-color: #dbe6f2; }
        header .hd_btn_02 a span {
          color: #184e9e;
          letter-spacing: 0.05em;
          font-weight: 700;
          background: url(../images/common/icon_request_blue.png) no-repeat left center;
          padding-left: 22px; }
  @media screen and (max-width: 980px) {
    header .hd_right {
      margin-right: 90px; }
    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;
      display: block; }
    header .nav_toggle_pc {
      cursor: pointer;
      background-color: #199ccb;
      width: 90px;
      height: 90px;
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0; }
      header .nav_toggle_pc span {
        transition: 0.3s;
        border-top: 2px solid #FFF;
        width: 36px;
        position: absolute;
        top: 22px;
        left: calc((100% - 36px) / 2); }
        header .nav_toggle_pc span:nth-child(2) {
          top: 32px; }
        header .nav_toggle_pc span:nth-child(3) {
          top: 42px; }
        header .nav_toggle_pc span:nth-child(5) {
          display: none; }
      header .nav_toggle_pc span.open:nth-child(1) {
        transform: rotate(-45deg);
        width: 32px;
        left: calc((100% - 32px) / 2);
        top: 30px; }
      header .nav_toggle_pc span.open:nth-child(2) {
        display: none; }
      header .nav_toggle_pc span.open:nth-child(3) {
        transform: rotate(45deg);
        width: 32px;
        left: calc((100% - 32px) / 2);
        top: 30px; }
      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: 55px;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        line-height: 1.0;
        font-size: 16px;
        left: 0;
        display: block;
        width: 100%; }
    header .global_menu.open {
      top: 90px; }
    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;
          display: block;
          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;
          display: block;
          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 ul li.sp {
            display: block; }
        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; }
        header .global_menu .inblock .flex ul {
          width: 100% !important; }
          header .global_menu .inblock .flex ul li {
            width: 100% !important; } }

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

/*.pagetop{
		position: fixed;
		right: 90px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
	a{
		width: 60px;
		height: 60px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 16px;
			height: 16px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -4px 0 0 -8px;
		}
	}
	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: 50px 0; }
  footer .ft_01_logo {
    margin-bottom: 10px; }
  footer .ft_01_txt {
    font-size: 14px;
    letter-spacing: 0.05em; }
footer .ft_02 {
  background-color: #184e9e;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 55px 0; }
  footer .ft_02_bnr {
    margin-bottom: 50px; }
    footer .ft_02_bnr ul {
      display: flex;
      justify-content: space-between; }
      footer .ft_02_bnr ul li:not(:last-child) {
        margin-right: 30px; }
        footer .ft_02_bnr ul li:not(:last-child) img {
          width: 100%; }
  footer .ft_02_link {
    display: flex;
    justify-content: space-between; }
    footer .ft_02_link_in {
      width: calc((100% - 180px) / 4); }
    footer .ft_02_link_in:not(:last-child) {
      margin-right: 60px; }
    footer .ft_02_link_ttl {
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 0.05em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 10px;
      margin-bottom: 15px;
      line-height: 1.2; }
    footer .ft_02_link ul li {
      margin-bottom: 13px; }
      footer .ft_02_link ul li a {
        color: #fff;
        text-decoration: none; }
footer address {
  background-color: #022444;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  letter-spacing: 0.05em; }

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  position: relative;
  height: 956px;
  height: 817px;
  background: url(../images/top/top_mainimg_bk.jpg) no-repeat center center; }
.top_main_img {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
  height: 817px;
  text-align: right; }
  .top_main_img img {
    width: auto;
    height: 100%;
    max-width: inherit; }

.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: 90px;
  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: 130px;
  display: inline;
  margin-left: -36px; }

.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 12px;
  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: 0;
  display: flex;
  align-items: center;
  height: 75px;
  width: 880px;
  max-width: 96%; }
.top_news_ttl {
  background-color: #184e9e;
  position: relative;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  width: 125px;
  box-sizing: border-box;
  height: 75px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 13px; }
  .top_news_ttl::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    border-left: 25px solid transparent;
    border-bottom: 75px solid #184e9e; }
.top_news_list {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: calc(100% - 125px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
  height: 75px; }
  .top_news_list ul {
    width: 100%; }
    .top_news_list ul .top_news_flex {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
.top_news_date {
  line-height: 1.2;
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-right: 30px; }
.top_news_txt {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: calc(100% - 103px); }
  .top_news_txt .pc {
    display: inline; }
  .top_news_txt a {
    text-decoration: none;
    color: #111;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 50px;
    transition: 0.3s; }
    .top_news_txt a::before {
      width: 8px;
      height: 1px;
      transform: rotate(30deg);
      position: absolute;
      top: 50%;
      right: 20px;
      content: "";
      margin-top: -2px;
      transition: 0.3s;
      z-index: 1;
      border-bottom: 1px solid #184e9e; }
    .top_news_txt a::after {
      width: 30px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 20px;
      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: 150px 0 85px 0;
  position: relative;
  background: url(../images/top/top_stores_bk.png) no-repeat center top;
  background-size: cover; }
.top_stores_ttl {
  margin-bottom: 35px;
  text-align: center; }
  .top_stores_ttl .h2_ttl {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #184e9e;
    line-height: 1.2;
    margin-bottom: 10px; }
.top_stores_flex {
  display: flex;
  justify-content: space-between; }
.top_stores_box {
  width: calc((100% - 60px) / 3); }
.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: 26px;
    text-align: center;
    padding: 12px;
    line-height: 1.2; }
.top_stores_inbox {
  background-color: #fff;
  padding: 30px; }
  .top_stores_inbox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .top_stores_inbox dl dt {
      font-size: 20px;
      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: 70px;
        line-height: 1.0;
        letter-spacing: -0.05em;
        width: 2em;
        display: flex;
        justify-content: flex-end; }
      .top_stores_inbox dl dd .txt {
        font-size: 34px;
        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: 140px 0 135px 0;
  position: relative; }
.top_service_box {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative; }
.top_service_in {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 0 40px 50px 40px;
  box-sizing: border-box;
  position: relative;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
  .top_service_in:not(:last-child) {
    margin-right: 30px; }
  .top_service_in .common_txt01 {
    margin: 30px 0 25px 0; }
  .top_service_in:nth-child(1) {
    margin-top: 130px; }
  .top_service_in:nth-child(2) {
    margin-top: 130px;
    margin-bottom: 0px; }
  .top_service_in:nth-child(3) {
    margin-top: 130px;
    margin-bottom: 0px; }
.top_service_ttl {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  text-align: center; }
  .top_service_ttl .ttl_img {
    padding: 0 20px;
    margin-bottom: 20px; }
    .top_service_ttl .ttl_img img {
      width: 100%; }
  .top_service_ttl .h3_ttl {
    color: #184e9e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2; }
  .top_service_ttl .sub_ttl {
    color: #184e9e;
    font-size: 18px;
    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 {
  position: relative;
  display: flex;
  align-items: center;
  height: 1189px;
  background: url(../images/top/top_company_bk.png) no-repeat right bottom; }
  .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: 62.5%;
    height: 100%; }
.top_company_box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  width: 35.4%;
  box-sizing: border-box;
  padding: 4.5% 5% 5% 5%;
  position: relative;
  z-index: 2;
  margin-left: 50%;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
  .top_company_box .common_txt01 {
    margin: 40px 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 right center;
  height: 650px; }
.top_recruit_in {
  text-align: center; }
  .top_recruit_in .common_txt01_wh {
    margin: 25px 0 80px 0; }

.top_ir_bg {
  display: flex;
  justify-content: center;
  padding: 120px 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: contain;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 794px;
    height: 1015px; }
  .top_ir_bg .common_btn01 {
    position: relative;
    z-index: 3; }
.top_ir_box {
  position: relative;
  z-index: 3;
  margin: 45px 0 40px 0; }

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

.common_sub_ttl02 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  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: 80px; }

.common_sub_caution01 {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em; }

.common_sub_bg {
  padding: 40px 0 140px 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;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 496px;
    height: 1423px; }
  .common_sub_bg .common_inner {
    position: relative;
    z-index: 2; }

.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  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: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.0; }
  .common_submain_ttl .h1_ttl {
    color: #fff;
    font-size: 62px;
    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 90px 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: 14px;
  letter-spacing: 0.05em;
  position: relative; }

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

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

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

.common_bread a {
  color: #184e9e;
  text-decoration: none;
  font-size: 14px;
  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: 40px 50px;
  background-color: #fff; }

.common_tbl01 > table {
  width: 100%; }
  .common_tbl01 > table > tbody > tr > th {
    border-bottom: 1px solid #184e9e;
    padding: 20px 0;
    width: 230px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    line-height: 1.8; }
  .common_tbl01 > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    width: calc(100% - 230px);
    padding: 20px 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: 10px; }
    .common_tbl01 > table > tbody > tr > td table tr:not(:last-child) td {
      padding-bottom: 10px; }
  .common_tbl01 > table .td_intxr {
    text-align: right; }

/*overview*/
.overview .common_tbl01 > table > tbody > tr > th {
  padding: 20px 15px; }
.overview .common_tbl01 > table > tbody > tr > td {
  padding: 20px; }
.overview .common_tbl01 > table > tbody > tr:last-child th {
  border-bottom: none;
  padding-bottom: 40px; }
.overview .common_tbl01 > table > tbody > tr:last-child td {
  border-bottom: none;
  padding-bottom: 40px; }

/*contact*/
.sub_contact01_sec {
  margin: 100px; }
  .sub_contact01_sec .common_txt01 {
    text-align: center;
    margin-bottom: 20px; }
.sub_contact01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 30px 0;
  text-align: center; }
  .sub_contact01_box .h3_ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
.sub_contact01_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .sub_contact01_tel .tel_ttl {
    margin-right: 20px;
    position: relative;
    padding: 6px 12px 3px 12px; }
    .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: 24px;
      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: 54px;
    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 {
  padding: 30px 0;
  position: relative;
  vertical-align: top;
  line-height: 48px; }
  .common_form_tbl01 table tbody tr th .must {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    width: 45px;
    background-color: #e71a19;
    position: absolute;
    right: 10px;
    top: 42px;
    text-align: center; }
  .common_form_tbl01 table tbody tr th .any {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    width: 45px;
    background-color: #999;
    position: absolute;
    right: 10px;
    top: 42px;
    text-align: center; }
.common_form_tbl01 table tbody tr td {
  padding: 30px 0 30px 15px; }
  .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: calc(100% - 110px);
    -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: 370px;
    font-size: 16px;
    letter-spacing: 0.05em; }
  .common_form_tbl01 table tbody tr td .wid100 {
    width: calc(100% - 110px); }
  .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: 15px; }
  .common_form_tbl01 table tbody tr td.rekisyo dl {
    display: flex;
    align-items: center; }
    .common_form_tbl01 table tbody tr td.rekisyo dl dt {
      width: 7em;
      font-weight: 700; }
  .common_form_tbl01 table tbody tr td.rekisyo .hosoku {
    font-size: 14px;
    margin-top: 15px;
    display: block; }
  .common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item:first-child, .common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item:nth-child(2) {
    margin-bottom: 10px;
    display: block; }
  .common_form_tbl01 table tbody tr td.requestcheck01 .horizontal-item + .horizontal-item {
    margin-left: 0;
    display: block; }

.privacy_agree {
  text-align: center;
  margin: 60px 0 30px 0; }
  .privacy_agree input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border: 1px solid #cccccc;
    vertical-align: top;
    margin-top: 6px; }
  .privacy_agree a {
    color: #184e9e; }
  .privacy_agree_error {
    text-align: center; }

.privacy_agree label {
  cursor: pointer; }

.privacy_agree_error {
  text-align: center; }

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

.send_btn .btn_submit {
  height: 64px;
  display: block;
  line-height: 66px;
  position: relative;
  text-align: center;
  width: 360px;
  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: 30px;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s; }

.send_btn .btn_submit:hover::before {
  right: 25px;
  transition: 0.3s; }

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

.send_btn .btn_submit:hover::after {
  right: 25px;
  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: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 60px; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 64px;
  display: block;
  line-height: 60px;
  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: 30px;
  border-radius: 40px;
  background: #bbb; }

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back::before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 30px;
  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: 25px;
  transition: 0.3s; }

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

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover::after {
  left: 25px;
  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: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 60px;
  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: 50px; }
.news_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 40px 50px; }
  .news_content01_box ul li {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    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-right: 40px;
  width: 73px; }
.news_content01_txt {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: calc(100% - 113px); }
  .news_content01_txt a {
    text-decoration: none;
    color: #111;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 50px;
    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: 46px;
  font-weight: 700;
  color: #184e9e;
  margin-bottom: 30px;
  text-align: center;
  font-style: italic; }
.company_content01_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 80px;
  font-style: italic; }
.company_content01_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .company_content01_box_in {
    width: calc(50% - 20px);
    background-color: #fff;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    margin-bottom: 40px;
    padding-bottom: 50px; }
    .company_content01_box_in .common_txt01 {
      text-align: center;
      margin: 0 0 30px 0; }
  .company_content01_box_img a {
    transition: 0.3s; }
    .company_content01_box_img a:hover {
      transition: 0.3s;
      opacity: 0.7; }
  .company_content01_box_ttl {
    position: relative;
    font-size: 32px;
    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; }
  .company_content01_box .common_btn01 {
    margin: 0 15px; }

/*message*/
.message_content01_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  margin-bottom: 60px; }
.message_content01_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  .message_content01_box_img {
    width: 40.8%; }
  .message_content01_box_disc {
    width: 53.3%;
    padding-top: 20px; }
    .message_content01_box_disc .common_txt01 {
      margin-bottom: 25px; }
  .message_content01_box_name {
    margin-top: 50px;
    text-align: right; }
    .message_content01_box_name .intxt {
      margin-bottom: 5px; }
    .message_content01_box_name .inimg span {
      font-weight: 700;
      margin-right: 20px; }

/*philosophy*/
.philosophy_content01_img {
  text-align: center;
  margin-bottom: 80px; }
.philosophy_content01_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .philosophy_content01_ttl .num {
    font-size: 60px;
    font-family: "Roboto Condensed", sans-serif;
    color: #184e9e;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.05em;
    margin-right: 20px;
    line-height: 1.0; }
  .philosophy_content01_ttl .h2_ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4; }
.philosophy_content01_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .philosophy_content01_box_left {
    width: calc((100% - 25px) / 2); }
  .philosophy_content01_box_right {
    width: calc((100% - 25px) / 2); }
  .philosophy_content01_box_in {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 35px;
    box-sizing: border-box;
    min-height: 273px; }

/*history*/
.history_content01_sec {
  padding: 70px 70px 25px 70px;
  border: 1px solid #ddd;
  background-color: #fff; }
.history_content01_box {
  position: relative; }
  .history_content01_box:not(:last-child)::before {
    position: absolute;
    top: 74px;
    left: 5px;
    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: -11px;
    left: 0;
    transform: rotate(-45deg);
    width: 30px;
    height: 1px; }
  .history_content01_num::after {
    background-color: #184e9e;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%; }
.history_content01_num_in {
  color: #184e9e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0;
  padding-left: 40px;
  margin-bottom: 25px;
  position: relative; }
  .history_content01_num_in::after {
    border-bottom: 1px solid #184e9e;
    content: "";
    position: absolute;
    bottom: 0;
    left: 26px;
    width: calc(100% - 15px);
    height: 1px; }
  .history_content01_num_in .common_en_01 {
    font-size: 60px;
    margin-right: 5px;
    letter-spacing: -0.05em;
    line-height: 1.0; }
.history_content01_ct {
  padding-left: 45px;
  padding-bottom: 45px; }
  .history_content01_ct table th {
    vertical-align: top;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-right: 40px;
    line-height: 2.0; }
  .history_content01_ct table td {
    line-height: 2.0;
    letter-spacing: 0.05em; }

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

.privacy_lead {
  margin-bottom: 50px;
  line-height: 2.0; }

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

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

.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: 20px;
  margin-bottom: 100px; }

.privacy_end {
  text-align: right; }

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

/* application_equirements */
.application_equirements_bg {
  padding: 40px 0 140px 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;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 496px;
    height: 1423px; }
  .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;
  position: relative;
  z-index: 2; }
  .application_equirements_box .post_none {
    text-align: center; }
.application_equirements_inbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  height: 100%; }
.application_equirements_inbox_img {
  width: 50%;
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center; }
.application_equirements_inbox_disc {
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box; }
  .application_equirements_inbox_disc .common_btn01 {
    margin: 35px 0 0 0;
    justify-content: flex-start; }
.application_equirements_box_ttl {
  color: #184e9e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px; }

.application_equirements_box .application_equirements_inbox:nth-child(2n+0) .application_equirements_inbox_img {
  order: 1; }

.application_equirements_box .application_equirements_inbox:nth-child(2n+0) .application_equirements_inbox_disc {
  order: 0; }

.application_equirements_sec {
  position: relative;
  z-index: 2; }
  .application_equirements_sec .common_btn01 {
    margin: 60px 0; }
    .application_equirements_sec .common_btn01 a {
      width: 420px;
      height: 70px;
      border-radius: 40px; }
      .application_equirements_sec .common_btn01 a span {
        font-size: 20px; }
  .application_equirements_sec_ttl_img {
    margin: 0 auto;
    height: 600px;
    width: calc(100% - 120px);
    background-repeat: no-repeat;
    background-position: center top; }
    .application_equirements_sec_ttl_img.imgnone {
      height: 100px; }
  .application_equirements_sec_ttl_in {
    background-color: #184e9e;
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 50px;
    position: absolute;
    left: 70px;
    top: -50px;
    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: 50px solid transparent;
      border-bottom: 50px solid #184e9e; }
    .application_equirements_sec_ttl_in .h2_ttl {
      font-size: 60px;
      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: 26px;
      font-weight: 700;
      letter-spacing: 0.05em;
      font-style: italic;
      padding-left: 25px;
      margin-left: 35px;
      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: 50%;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: -70px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    padding: 90px 70px 50px 70px; }

.application_equirements_sec_profile_box {
  margin: 50px 0 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .application_equirements_sec_profile_box_left {
    width: 35%; }
    .application_equirements_sec_profile_box_left img {
      width: 100%; }
  .application_equirements_sec_profile_box_right {
    width: 56.6%; }
    .application_equirements_sec_profile_box_right_in:not(:last-child) {
      margin-bottom: 40px; }
  .application_equirements_sec_profile_box_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .application_equirements_sec_profile_box_ttl .h4_ttl {
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      line-height: 1.2; }
    .application_equirements_sec_profile_box_ttl .common_en_01 {
      color: #184e9e;
      font-size: 60px;
      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: 45px; }

.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 th {
  padding: 20px 10px; }
.application_equirements_tbl.common_tbl01 td {
  padding: 20px; }
  .application_equirements_tbl.common_tbl01 td a {
    text-decoration: none;
    color: #111; }

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

.service_content02_inner {
  margin: 0 60px; }
.service_content02_bg {
  padding: 140px 0 180px 0;
  position: relative; }
  .service_content02_bg::after {
    z-index: 1;
    background: url(../images/common/common_sub_bg_bk.png) no-repeat right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 496px;
    height: 1423px; }
  .service_content02_bg .common_h2_ttl {
    text-align: center; }
.service_content02_ttl {
  margin-bottom: 15px; }
  .service_content02_ttl .h3_ttl {
    font-size: 42px;
    font-weight: 700;
    color: #184e9e;
    line-height: 1.2; }
  .service_content02_ttl .sub_ttl {
    position: relative;
    display: inline-block;
    padding: 3px 15px; }
    .service_content02_ttl .sub_ttl span {
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.0; }
    .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: 24px;
  font-weight: 700;
  margin-bottom: 10px; }
.service_content02_box {
  width: 88.8%;
  max-width: 1600px;
  margin: 90px 0 50px 0;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1294px) {
    .service_content02_box {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .service_content02_box {
      margin: 90px 0 0 0; } }
  .service_content02_box_img {
    width: 70.6%; }
    .service_content02_box_img img {
      width: 100%; }
    @media screen and (max-width: 1294px) {
      .service_content02_box_img {
        width: 85%; } }
  .service_content02_box_disc {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    width: 41.875%;
    width: 670px;
    position: absolute;
    right: 0;
    bottom: -50px;
    padding: 65px 6%;
    box-sizing: border-box;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 1294px) {
      .service_content02_box_disc {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      .service_content02_box_disc {
        position: relative;
        bottom: inherit;
        top: -100px;
        margin-bottom: -100px; } }
    .service_content02_box_disc .common_btn01 {
      justify-content: flex-start;
      margin-top: 40px; }
    .service_content02_box_disc_no {
      color: rgba(24, 78, 158, 0.3);
      font-size: 120px;
      font-weight: 700;
      font-style: italic;
      font-family: "Roboto Condensed", sans-serif;
      position: absolute;
      right: 30px;
      line-height: 1.0;
      letter-spacing: -0.05em;
      top: -45px; }
.service_content02_insec.no02 {
  display: flex;
  justify-content: flex-end; }
  .service_content02_insec.no02 .service_content02_box {
    display: flex;
    flex-wrap: wrap; }
  .service_content02_insec.no02 .service_content02_box_img {
    margin-left: 39.4%; }
    @media screen and (max-width: 1294px) {
      .service_content02_insec.no02 .service_content02_box_img {
        margin-left: 15%; } }
  .service_content02_insec.no02 .service_content02_box_disc {
    left: 0;
    right: inherit; }
@media screen and (max-width: 1294px) {
  .service_content02_insec .service_content02_box_disc {
    margin-left: 15%; } }
@media screen and (max-width: 1294px) {
  .service_content02_insec.no02 .service_content02_box_disc {
    margin-left: 0; } }

/* recruit */
.recruit_main_bg {
  position: relative;
  height: 760px; }
.recruit_main_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 760px;
  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: 50%;
  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: 120px;
  margin-bottom: 30px;
  line-height: 1.0;
  letter-spacing: 0.05em; }
.recruit_main_catch02 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.05em; }

.recruit_aboutus_bg {
  position: relative;
  padding: 135px 0 80px 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;
    position: absolute;
    left: 8.33%;
    top: -7px;
    content: "";
    width: 530px;
    height: 545px; }
  .recruit_aboutus_bg .bk {
    background: url(../images/recruit/recrui_img0103.jpg) no-repeat left top;
    background-size: cover;
    position: absolute;
    bottom: 80px;
    right: 0;
    content: "";
    width: 649px;
    width: 33.8vw;
    height: 1250px;
    height: 65.1vw;
    z-index: -1; }
.recruit_aboutus_ttl {
  margin-bottom: 30px; }
  .recruit_aboutus_ttl .common_en_01 {
    color: #184e9e;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-style: italic;
    display: block;
    line-height: 1.0;
    margin-bottom: 50px;
    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: 26px;
    font-weight: 700; }
.recruit_aboutus_txt {
  line-height: 2.0;
  letter-spacing: 0.05em; }
.recruit_aboutus_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 7.3%);
  margin-right: -7.3%;
  margin-bottom: 120px; }
  @media screen and (max-width: 1294px) {
    .recruit_aboutus_box {
      width: 100%;
      margin-right: 0; } }
.recruit_aboutus_disc {
  width: calc(100% - 6.25% - 500px);
  padding-top: 4.7vw; }
  @media screen and (max-width: 1294px) {
    .recruit_aboutus_disc {
      width: 56%; } }
.recruit_aboutus_img {
  width: 500px; }
  @media screen and (max-width: 1294px) {
    .recruit_aboutus_img {
      width: 37.9%; } }

.recruit_introduction_sec {
  position: relative; }
  .recruit_introduction_sec .bk {
    background: url(../images/recruit/recruit_data_bk.png) no-repeat right bottom;
    background-size: cover;
    height: 1602px;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute; }
.recruit_introduction_bg {
  padding-bottom: 55px; }
.recruit_introduction_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  width: 94%; }
.recruit_introduction_box {
  max-width: 1610px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 95px;
  width: 100%; }
.recruit_introduction_disc {
  max-width: 660px;
  width: 41%;
  padding: 80px;
  box-sizing: border-box;
  margin-left: -11.8%;
  background-color: #fff;
  margin-top: 10.94vw;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  order: 1; }
  .recruit_introduction_disc .common_txt01 {
    margin: 40px 0; }
  .recruit_introduction_disc .common_btn01 {
    justify-content: flex-start; }
  .recruit_introduction_disc .h2_ttl {
    font-size: 46px; }
.recruit_introduction_img {
  width: 70.8%;
  max-width: 1140px;
  background: url(../images/recruit/recruit_img05.jpg) no-repeat left top;
  height: 39.06vw;
  box-sizing: border-box;
  order: 0; }

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

.recruit_date_bg .recruit_introduction_disc {
  margin-left: 0;
  order: 0; }

.recruit_date_bg .recruit_date_img {
  margin-left: 0;
  width: 70.8%;
  max-width: 1140px;
  background: url(../images/recruit/recruit_img06.jpg) no-repeat left top;
  height: 39.06vw;
  box-sizing: border-box;
  margin-left: -11.8%;
  order: 1; }

.recruit_requirements_bg {
  padding: 180px 0 190px 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: 50px 0; }
.recruit_requirements_box {
  margin: 50px 0 90px 0; }
.recruit_requirements_boxin {
  margin: 0 15px;
  background-color: #fff;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  width: 380px;
  min-height: 433px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 40px; }
  .recruit_requirements_boxin a {
    text-decoration: none; }
.recruit_requirements_ttl {
  color: #184e9e;
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0 10px 0; }
.recruit_requirements_txt {
  text-align: left;
  margin: 0 40px;
  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));
  left: 50%; }
.recruit_requirements_slider .prev-arrow {
  margin-left: -625px; }
.recruit_requirements_slider .next-arrow {
  margin-left: 575px; }
.recruit_requirements_slider .slick-dots {
  bottom: -40px; }
  .recruit_requirements_slider .slick-dots li {
    width: 60px;
    height: 4px;
    margin: 0 10px; }
    .recruit_requirements_slider .slick-dots li button {
      width: 60px;
      height: 4px;
      padding: 0; }
      .recruit_requirements_slider .slick-dots li button::before {
        width: 60px;
        height: 4px;
        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: 135px 0 109px 0;
  background: url(../images/recruit/recruit_flow_bk.png) no-repeat right bottom;
  background-size: cover;
  height: 1366px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .recruit_flow_bg .common_h2_ttl {
    text-align: center; }
.recruit_flow_box {
  margin-top: 55px; }
.recruit_flow_boxin {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px; }
  .recruit_flow_boxin_no {
    width: 120px;
    margin-right: 30px;
    position: relative; }
    .recruit_flow_boxin_no img {
      position: relative;
      z-index: 1; }
  .recruit_flow_boxin_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 150px); }
  .recruit_flow_boxin_img {
    width: 75px;
    margin-right: 25px;
    text-align: center; }
  .recruit_flow_boxin_disc {
    width: calc(100% - 250px); }
  .recruit_flow_boxin_ttl {
    color: #184e9e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px; }
  .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: -120px;
    left: 59px;
    content: "";
    width: 2px;
    height: 100%; }

.recruit_entry_bg {
  background: url(../images/recruit/recruit_entry_bk.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 135px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 1px; }
  .recruit_entry_bg .common_btn01_wh a {
    width: 420px;
    height: 70px;
    border-radius: 40px; }
    .recruit_entry_bg .common_btn01_wh a span {
      font-size: 20px; }
.recruit_entry_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .recruit_entry_ttl .h2_ttl {
    color: #fff;
    font-size: 26px; }
  .recruit_entry_ttl .common_en_01 {
    color: #fff;
    font-size: 80px;
    letter-spacing: 0.03em;
    font-style: italic;
    line-height: 1.0;
    font-weight: 700; }
.recruit_entry_txt {
  color: #fff;
  text-align: center;
  margin-bottom: 40px; }

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

/* news_datail */
.news_datail_content01_date {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #808080;
  display: block;
  margin-bottom: 10px; }
.news_datail_content01_ttl {
  border-bottom: 2px solid #184e9e;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  margin-bottom: 60px; }
.news_datail_content01_entry p {
  letter-spacing: 0.05em;
  line-height: 2.0;
  margin: 40px 0; }
.news_datail_content01_entry h2 {
  margin: 50px 0 20px 0;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  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: 26px;
  font-weight: 700;
  border-left: 2px solid #184e9e;
  padding-left: 20px;
  margin-bottom: 20px; }
.news_datail_content01_entry h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  margin-bottom: 60px; }
  .news_datail_content01_entry h4::before {
    border-top: 2px solid #184e9e;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 2px; }
.news_datail_content01_entry h5 {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
.news_datail_content01_entry h6 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
.news_datail_content01_entry ul {
  margin-bottom: 60px; }
  .news_datail_content01_entry ul li {
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .news_datail_content01_entry ul li::before {
      content: "■";
      color: #184e9e;
      font-size: 14px;
      margin-right: 0.5em; }
.news_datail_content01_entry ol {
  margin-bottom: 60px;
  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: 30px;
  background-color: #fff;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  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: 20px; }
  .news_datail_content01_entry table tr td {
    background-color: #fff;
    padding: 20px; }
  .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: 100px; }

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  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: 7px !important;
  margin-bottom: 0 !important;
  margin-left: 7px !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; }

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

.blog_pagenavi {
  padding: 100px 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: 200px;
  height: 52px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  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 {
  text-align: center; }
  .notfound_content01_bg .common_txt01 {
    margin-bottom: 50px; }

/* ir */
.ir_content01_lead {
  margin-bottom: 100px; }
.ir_content01_bg {
  padding: 40px 0 140px 0;
  display: flex;
  justify-content: center;
  background-color: #edf2f8;
  text-align: center; }
  .ir_content01_bg .common_btn01 a {
    width: 360px; }
.ir_content01_box {
  text-align: left;
  margin-top: 30px; }

.ir_content02_bg {
  padding: 140px 0 280px 0;
  display: flex;
  justify-content: center;
  text-align: center; }
  .ir_content02_bg .common_btn01 a {
    width: 360px; }
.ir_content02_box {
  margin: 40px 0 50px 0; }

.ir_content03_bg {
  position: relative; }
.ir_content03_bg01 {
  display: flex;
  justify-content: center;
  background-color: #edf2f8;
  padding-bottom: 80px;
  background: url(../images/ir/ir_content03_bg01.png) no-repeat right bottom; }
.ir_content03_bg02 {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background: url(../images/ir/ir_content03_bg02.png) no-repeat right top; }
.ir_content03_box {
  margin-top: -135px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.ir_content03_boxin {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  text-align: center; }
  .ir_content03_boxin .common_btn01 {
    margin-bottom: 30px; }
    .ir_content03_boxin .common_btn01 a {
      width: 240px;
      height: 42px; }
      .ir_content03_boxin .common_btn01 a span {
        font-size: 14px; }
.ir_content03_img a {
  transition: 0.3s; }
  .ir_content03_img a:hover {
    opacity: 0.7;
    transition: 0.3s; }
.ir_content03_ttl {
  margin: 35px 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  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;
  font-size: 16px; }
.ir_content03_flexbnr {
  display: flex;
  justify-content: space-between; }
.ir_content03_bnr {
  width: calc(50% - 15px);
  position: relative;
  height: 300px;
  overflow: hidden; }
  .ir_content03_bnr.bnr01 {
    background: url(../images/ir/ir_bnr_bk02.png) no-repeat right top;
    background-size: contain; }
  .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: 451px 300px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 300px;
    z-index: 1; }
    @media screen and (max-width: 1294px) {
      .ir_content03_bnr::after {
        background: url(../images/ir/ir_bnr_bk01.png) no-repeat right top;
        width: 80%; } }
  .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: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  padding-left: 65px;
  line-height: 1.4; }
  @media screen and (max-width: 1294px) {
    .ir_content03_bnrttl {
      font-size: 26px;
      padding-left: 45px; } }
  .ir_content03_bnrttl::before {
    border-top: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 41px;
    height: 1px; }
    @media screen and (max-width: 1294px) {
      .ir_content03_bnrttl::before {
        width: 31px; } }
  .ir_content03_bnrttl::after {
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 38px;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px; }
    @media screen and (max-width: 1294px) {
      .ir_content03_bnrttl::after {
        left: 28px; } }
.ir_content03_bnrbtn {
  margin-left: 65px; }
  @media screen and (max-width: 1294px) {
    .ir_content03_bnrbtn {
      margin-left: 45px; } }
  .ir_content03_bnrbtn .bgskew {
    background-color: #fff;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1294px) {
      .ir_content03_bnrbtn .bgskew {
        width: 200px; } }
    .ir_content03_bnrbtn .bgskew::before {
      background-color: #184e9e; }
    .ir_content03_bnrbtn .bgskew span {
      color: #184e9e;
      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%; }
      .ir_content03_bnrbtn .bgskew span::before {
        border-bottom: 1px solid #184e9e;
        width: 8px;
        height: 1px;
        transform: rotate(30deg);
        position: absolute;
        top: 50%;
        right: 6%;
        content: "";
        margin-top: -2px;
        transition: 0.3s;
        z-index: 1; }
      .ir_content03_bnrbtn .bgskew span::after {
        border-bottom: 1px solid #184e9e;
        width: 30px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 6%;
        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: 4%; }

/* ircalendar */
.ircalendar_content01_lead {
  margin-bottom: 75px; }
.ircalendar_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  text-align: center; }

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

/* newsrelease */
.newsrelease_content01_lead {
  margin-bottom: 60px;
  text-align: center; }
.newsrelease_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }
.newsrelease_content01_ttl {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  .newsrelease_content01_ttl .h2_ttl {
    color: #184e9e;
    font-size: 16px;
    letter-spacing: 0.05em;
    background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat right center;
    padding-right: 18px;
    margin-right: 10px; }
  .newsrelease_content01_ttl .year_select select {
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin-right: 10px; }

/* library */
.library_content01_lead {
  margin-bottom: 60px;
  text-align: center; }
.library_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }
.library_content01_ttl {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #184e9e; }
.library_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 35px;
  margin-bottom: 70px; }
.library_content01_inttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .library_content01_inttl h3 {
    font-size: 20px; }
  .library_content01_inttl select {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 12px; }
  .library_content01_inttl_right {
    display: flex;
    align-items: center; }
  .library_content01_inttl_select {
    color: #184e9e;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    padding-right: 18px;
    background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat right center;
    padding-right: 18px; }

/* presentation */
.presentation_content01_lead {
  margin-bottom: 60px;
  text-align: center; }
.presentation_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/presentation/presentation_bg_bk.png) no-repeat right bottom; }
.presentation_content01_ttl {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #184e9e; }
.presentation_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 35px;
  margin-bottom: 70px; }
.presentation_content01_inttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .presentation_content01_inttl h3 {
    font-size: 20px; }
  .presentation_content01_inttl select {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 12px; }
  .presentation_content01_inttl_right {
    display: flex;
    align-items: center; }
  .presentation_content01_inttl_select {
    color: #184e9e;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    padding-right: 18px;
    background: url(../images/newsrelease/newsrelease_arrow.png) no-repeat right center;
    padding-right: 18px; }

/* kabushiki */
.kabushiki_content01_lead {
  margin-bottom: 60px;
  text-align: center; }
.kabushiki_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 50px; }
.kabushiki_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }
  .kabushiki_content01_bg .tableIr {
    width: 100%; }
    .kabushiki_content01_bg .tableIr th {
      padding: 20px;
      width: 230px; }
    .kabushiki_content01_bg .tableIr td {
      padding: 20px;
      width: calc(100% - 230px); }
    .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: 50px 50px 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.zaimu01_content01_inbox {
  width: calc((100% - 3.65vw) / 2);
  margin-bottom: 50px; }
  .zaimu01_content01_inbox .h2_ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
  .zaimu01_content01_inbox .hosoku {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-bottom: 15px; }
.zaimu01_content01_img {
  text-align: center;
  margin-bottom: 30px; }
.zaimu01_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }

/* denshi_koukoku */
.denshi_koukoku_content01_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 50px; }
.denshi_koukoku_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }
  .denshi_koukoku_content01_bg .tableIr {
    width: 100%; }
    .denshi_koukoku_content01_bg .tableIr th {
      padding: 20px;
      width: 230px; }
    .denshi_koukoku_content01_bg .tableIr td {
      padding: 20px;
      width: calc(100% - 230px); }
    .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_content01_bg {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: center; }
.news-distribution_content01_block {
  margin-bottom: 60px; }
  .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: 14px;
    color: #f10000;
    margin-left: 0;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em; }
  .news-distribution_content01_block .agreetxt {
    margin: 40px 0 0 0; }
  .news-distribution_content01_block .link01 {
    margin: 40px 0 0 0; }
    .news-distribution_content01_block .link01 a {
      color: #184e9e;
      font-size: 18px;
      font-weight: 700; }
  .news-distribution_content01_block .teisiblock {
    margin: 40px 0 0 0; }
.news-distribution_content01_ttl {
  font-size: 18px;
  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: 40px 0 100px 0;
  display: flex;
  justify-content: center; }
.mail_content01_box .regiblock {
  margin-top: 40px; }

/* disclosure */
.disclosure_content01_bg {
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  justify-content: center;
  background: #edf2f8 url(../images/common/common_sub_bg_bk.png) no-repeat right bottom; }
.disclosure_content01_block {
  margin-bottom: 40px; }
.disclosure_content01_ttl {
  font-size: 18px;
  margin-bottom: 15px; }

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

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** 修正1
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/* トップ */
.service_content01_img {
  width: 90%;
  max-width: 960px;
  margin: 90px auto 0; }

.top_stores_inbox dl {
  justify-content: space-between; }

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

.top_company_bg {
  height: 580px; }

.top_recruit_bg {
  height: 400px; }

.ft_contact_01, .ft_contact_02 {
  height: 480px; }

/* 	採用情報 */
.recruit_introduction_bg {
  display: none; }

.slick-dotted.slick-slider {
  margin-bottom: 60px; }

/* 募集要項 */
.application_equirements_sec_ttl_in .h2_ttl {
  font-size: 32px; }

.application_equirements_sec_ttl_in .common_en_01 {
  font-size: 20px;
  font-weight: 700; }

.common_submain_bg {
  height: 330px; }

@media screen and (max-width: 1600px) {
  /* 共通パーツ */
  .common_submain_ttl .h1_ttl {
    font-size: 56px; }

  /* トップ */
  header .hd_nav01 ul li {
    margin-right: 32px; }

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

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

  .top_stores_inbox dl dt {
    margin-right: 12px; }

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

  .common_h2_ttl_wh .h2_ttl {
    font-size: 40px; }

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

  /* 事業内容 */
  .service_content01_img {
    width: 90%;
    max-width: 960px;
    margin: 90px auto 0; }

  .common_submain_bg {
    height: 340px; }

  /* 企業理念 */
  .philosophy_content01_img {
    width: 90%;
    max-width: 720px;
    margin: 0 auto 80px; }

  /* 	採用情報 */
  .recruit_main_img {
    height: 680px; }

  .recruit_main_bg {
    height: 680.9px; }

  .recruit_introduction_disc .h2_ttl {
    font-size: 36px; }

  .recruit_requirements_bg {
    padding: 80px 0 96px 0; }

  .recruit_flow_bg {
    padding: 80px 0 96px 0;
    height: auto; }

  .recruit_flow_boxin {
    padding: 20px 40px; }

  .recruit_entry_bg {
    padding: 80px 0; } }
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** 修正2
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/* 共通パーツ */
.common_h2_ttl_wh .h2_ttl {
  font-size: 38px; }

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

.common_h2_ttl .common_en_01 {
  margin-bottom: 10px; }

.ft_contact_01, .ft_contact_02 {
  height: auto;
  padding: 70px 0; }

footer .ft_01 {
  padding: 30px 0; }

.ft_contact_bg .common_txt01_wh {
  margin-bottom: 30px; }

header {
  height: 90px; }

header .hd_logo_txt {
  white-space: nowrap; }

.hd_logo_img img {
  width: 170px; }

header .hd_logo_txt {
  font-size: 13px;
  margin-bottom: 5px; }

header .hd_btn {
  width: 150px;
  display: flex; }

header .hd_btn_01 {
  height: 90px;
  width: 170px; }

header .hd_btn_02 {
  height: 90px;
  width: 170px; }

header .hd_nav01 .menu_mega:hover .menu_second-level {
  top: 90px; }

header .hd_nav01 .menu_single .menu_second-level {
  top: 28px; }

header .hd_nav01 .menu_single:hover .menu_second-level {
  top: 58px; }

@media screen and (max-width: 1294px) {
  header .hd_nav01 .menu_second-level .flex ul {
    width: 740px; }

  header .hd_nav01 .menu_second-level .flex ul li {
    width: 170px; }

  header .hd_nav01 ul li {
    margin-right: 20px; }

  header .hd_nav01 .menu_second-level .ttlblock {
    width: calc(100% - 740px); }

  header .hd_nav01 .menu_second-level .flex ul li .img {
    width: 170px; } }
@media screen and (max-width: 1520px) {
  header .hd_logo {
    width: 175px; }

  header .hd_nav01 > .inblock > ul > li > a {
    font-size: 14px; }

  header .hd_btn_01 a span, header .hd_btn_02 a span {
    font-size: 14px; }

  header .hd_btn {
    width: 150px; }

  header .hd_btn_01 {
    width: 150px; }

  header .hd_btn_02 {
    width: 150px; } }
@media screen and (max-width: 1060px) {
  header .hd_nav01 > .inblock > ul > li > a {
    padding-right: 0; }

  header .hd_nav01 > ul > li:not(:first-child) > a:after {
    content: inherit; } }
/* トップ */
.top_main_bg {
  height: 650px; }

.top_main_img {
  height: 650px;
  width: 64.5%;
  top: 60px; }

.main_slider {
  height: 650px;
  width: 100%; }

.main_slider_in {
  height: 650px;
  width: 100%; }
  .main_slider_in_imgbox {
    height: 515px;
    padding-top: 30px;
    padding-left: 17%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .main_slider_in_imgbox {
        height: 470px;
        padding-top: 12%; } }
    .main_slider_in_imgbox img.pc {
      max-height: 430px;
      width: auto;
      max-width: inherit; }
    .main_slider_in_imgbox img.sp {
      display: none; }

.main_slider_in.slide01 {
  background: url(../images/top/top_mainimg_cv01_bk.png) no-repeat left bottom;
  background-size: cover; }

.main_slider_in.slide02 {
  background: url(../images/top/top_mainimg_cv02_bk.png) no-repeat left bottom;
  background-size: cover; }

.main_slider_in.slide03 {
  background: url(../images/top/top_mainimg_cv03_bk.png) no-repeat left bottom;
  background-size: cover; }

.top_main_catch {
  position: absolute;
  left: 8.3%;
  top: 50%;
  transform: translateY(-50%) translateX(0); }
  .top_main_catch_01 {
    color: #FFF;
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: italic; }
    @media screen and (max-width: 1294px) {
      .top_main_catch_01 {
        font-size: 56px; } }
  .top_main_catch_02 {
    color: #FFF;
    font-size: 17px;
    line-height: 2.5; }

.top_stores_bg {
  padding: 110px 0 70px 0; }

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

.top_service_bg {
  padding: 70px 0 65px 0; }

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

.top_stores_inbox dl dt {
  font-size: 18px; }

@media screen and (max-width: 1294px) {
  .top_stores_inbox dl dd .num {
    font-size: 42px; } }

.top_stores_ttl02:after {
  bottom: -11px; }

.top_service_ttl .ttl_img {
  padding: 0 40px;
  margin-bottom: 15px; }

.top_service_ttl .h3_ttl {
  font-size: 26px;
  margin-bottom: 15px; }

.top_service_ttl .sub_ttl {
  font-size: 16px;
  line-height: 1.2; }

.top_service_in {
  padding: 0 40px 35px 40px; }

.top_service_in .common_txt01 {
  margin: 20px 0 25px; }

.top_company_box .common_txt01 {
  margin: 20px 0 25px 0; }

.top_company_box {
  padding: 3% 4% 3%; }

.top_company_bg {
  height: auto;
  padding: 70px 0; }

.top_recruit_in .common_txt01_wh {
  margin: 20px 0 40px; }

.top_recruit_bg {
  height: auto;
  padding: 70px 0; }

.top_ir_bg {
  padding: 70px 0; }

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

/* サブ */
.common_bread {
  padding: 0 0 50px 0; }

.common_submain_ttl .common_en_01 {
  font-size: 20px; }

.common_submain_ttl .h1_ttl {
  font-size: 42px; }

.common_submain_bg {
  height: 280px; }

.service_content01_bg {
  padding: 20px 0 60px 0; }

.service_content01_img {
  width: 70%;
  max-width: 840px;
  margin: 50px auto 0; }

.service_content02_bg {
  padding: 60px 0 80px 0; }

.service_content02_box {
  margin: 40px 0 50px; }

.service_content02_ttl .h3_ttl {
  font-size: 36px;
  margin-top: 5px; }

.service_content02_box_disc {
  padding: 45px 4.5%; }

.common_sub_bg {
  padding: 20px 0 60px 0; }

.company_content01_ttl {
  font-size: 36px;
  margin-bottom: 20px; }

.company_content01_txt {
  font-size: 18px;
  margin-bottom: 40px; }

.company_content01_box {
  margin: 0 60px; }

.company_content01_box_in {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  padding-bottom: 30px; }

.company_content01_box_ttl {
  font-size: 28px; }

.company_content01_box_in .common_txt01 {
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 1.6; }

.message_content01_txt {
  margin-bottom: 30px; }

.message_content01_box_disc {
  width: 54.3%; }

.philosophy_content01_img {
  width: 50%;
  max-width: 600px;
  margin: 0 auto 40px; }

.philosophy_content01_box_in {
  padding: 25px;
  margin-bottom: 25px;
  min-height: 243px; }

.philosophy_content01_ttl {
  margin-bottom: 5px; }

.history_content01_num_in .common_en_01 {
  font-size: 44px; }

.history_content01_num_in {
  margin-bottom: 5px; }

.history_content01_ct {
  padding-bottom: 20px; }

.history_content01_box:not(:last-child):before {
  top: 65px; }

.news_content01_box {
  padding: 20px; }

.news_content01_lead {
  margin-bottom: 35px; }

.news_content01_box ul li {
  padding: 20px 20px; }

.news_datail_content01_ttl {
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.news_datail_content01_entry p {
  margin: 20px 0; }

.news_datail_content01_entry h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 25px; }

.news_datail_content01_entry h3 {
  font-size: 22px;
  padding-left: 15px;
  margin-bottom: 15px; }

.news_datail_content01_entry ul {
  margin-bottom: 30px; }

.news_datail_content01_entry ol {
  margin-bottom: 30px; }

.news_datail_content01_entry h4 {
  font-size: 20px;
  margin-bottom: 30px; }

.news_datail_content01_entry h5 {
  font-size: 18px; }

.news_datail_content01_entry pre {
  padding: 20px;
  margin-bottom: 30px; }

.recruit_main_bg {
  height: 680px; }

.recruit_main_catch01 {
  font-size: 66px; }

.recruit_main_catch02 {
  font-size: 22px; }

.recruit_date_bg .recruit_date_img {
  height: 35vw; }

.recruit_introduction_disc {
  padding: 60px; }

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

.recruit_aboutus_ttl .common_en_01 {
  font-size: 68px;
  margin-bottom: 30px; }

.slide_target {
  pointer-events: none; }

.common_tbl_cover {
  padding: 20px 40px; }

.common_form_tbl01 table tbody tr th {
  padding: 20px 0; }

.common_form_tbl01 table tbody tr td {
  padding: 20px 0 20px 15px; }

.privacy_agree {
  margin: 40px 0 0 0; }

.common_sub_lead {
  margin-bottom: 40px; }

.sub_contact01_sec {
  margin: 50px 100px; }

.common_sub_ttl01 {
  font-size: 30px;
  padding-bottom: 15px; }

.sub_contact01_box {
  padding: 20px 0; }

.sub_contact01_tel .common_en_01 a {
  font-size: 48px; }

.privacy_lead {
  margin-bottom: 20px; }

.privacy_contact_box {
  padding: 20px 30px;
  margin-bottom: 30px; }

.privacy_contact_ttl {
  font-size: 20px; }

.common_sub_ttl02 {
  font-size: 20px; }

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

.privacy_contact02 {
  margin-bottom: 30px; }

.ir_content01_lead {
  margin-bottom: 50px; }

.ir_content01_bg {
  padding: 20px 0 60px 0; }

.ir_content02_bg {
  padding: 70px 0 210px 0; }

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

.ir_content03_boxin .common_btn01 {
  margin: 0 15px 20px 15px; }

.ir_content03_box {
  padding: 0 60px; }

.ir_content03_boxin {
  width: calc((100% - 100px)/3); }

.ir_content03_bg01 {
  padding-bottom: 40px; }

.ir_content03_bg02 {
  padding: 50px 0; }

.ir_content03_flexbnr {
  padding: 0 60px; }

.ir_content03_bnr {
  height: 220px; }

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

.newsrelease_content01_lead {
  margin-bottom: 30px; }

.ircalendar_content01_bg {
  padding: 20px 0 70px; }

.ircalendar_content01_lead {
  margin-bottom: 30px; }

.ircalendar_content02_bg {
  padding: 70px 0 70px; }

table#XJTxtDPDataTbl td.XJTxtDPDataTblTdDate, td.XJTxtDPDataTblTdValue {
  padding: 15px; }

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

.library_content01_lead {
  margin-bottom: 30px; }

.library_content01_inttl {
  padding-bottom: 20px; }

.library_content01_ttl {
  font-size: 26px;
  margin-bottom: 20px; }

.library_content01_box {
  padding: 25px;
  margin-bottom: 40px; }

.presentation_content01_box {
  padding: 25px; }

.presentation_content01_lead {
  margin-bottom: 30px; }

.presentation_content01_bg {
  padding: 20px 0 0 0; }

.kabushiki_content01_bg {
  padding: 20px 0 70px 0; }

.kabushiki_content01_box {
  padding: 25px; }

.kabushiki_content01_lead {
  margin-bottom: 30px; }

.zaimu01_content01_bg {
  padding: 20px 0 70px 0; }

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

.zaimu01_content01_inbox .h2_ttl {
  font-size: 18px;
  margin-bottom: 0; }

.denshi_koukoku_content01_bg {
  padding: 20px 0 70px 0; }

.denshi_koukoku_content01_box {
  padding: 30px; }

.disclosure_content01_bg {
  padding: 20px 0 40px; }

.disclosure_content01_block {
  margin-bottom: 30px; }

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

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

.mail_content01_bg {
  padding: 20px 0 70px; }

.application_equirements_inbox_disc {
  padding: 30px; }
  .application_equirements_inbox_disc .common_txt01 {
    line-height: 1.8; }
  .application_equirements_inbox_disc .common_btn01 {
    margin: 20px 0 0; }

.application_equirements_box_ttl {
  font-size: 26px; }

.application_equirements_bg {
  padding: 20px 0 10px; }

.application_equirements_sec_ttl_img {
  height: 400px;
  width: calc(100% - 300px);
  margin: 0 0 0 3%;
  background-position: center center; }

.application_equirements_sec_ttl_disc {
  width: 70%;
  left: 30%;
  top: -80px;
  padding: 70px 40px 30px;
  margin-bottom: -30px; }

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

.application_equirements_sec_profile_box_left {
  width: 30%; }

.application_equirements_sec_profile_box_right {
  width: 66.5%; }

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

.application_equirements_tbl {
  padding: 25px 30px; }

.application_equirements_sec_profile_box_ttl .common_en_01 {
  font-size: 50px;
  margin-right: 20px; }

.data_box_txt {
  margin-bottom: 30px; }

.data_box_img {
  padding: 0 80px; }

.recruit_entry_ttl .common_en_01 {
  font-size: 68px; }

.recruit_entry_bg {
  padding: 60px 0; }

.recruit_entry_ttl .h2_ttl {
  font-size: 22px; }

.recruit_entry_txt {
  margin-bottom: 30px; }

.recruit_flow_bg {
  padding: 70px 0 30px;
  height: auto; }

.recruit_flow_boxin {
  padding: 20px; }

.recruit_requirements_bg {
  padding: 70px 0 70px; }

.recruit_requirements_boxin {
  width: 285px;
  min-height: 375px; }

.recruit_requirements_ttl {
  font-size: 22px;
  margin: 15px 0 5px; }

.recruit_requirements_ttl {
  color: #184e9e;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px; }

.recruit_introduction_disc {
  padding: 45px; }

.recruit_date_bg .recruit_date_img {
  height: 30vw;
  background-position: center center; }

.recruit_introduction_box {
  margin-bottom: 70px; }

.recruit_main_bg {
  height: 650px;
  z-index: 2;
  position: relative; }

.recruit_main_img {
  height: 650px; }

.recruit_aboutus_box {
  margin-bottom: 70px; }

.recruit_aboutus_bg .bk {
  background: url(../images/recruit/recrui_img0103.png) no-repeat left top;
  background-size: 33.8vw 65.1vw;
  width: 33.8vw;
  height: 65.1vw;
  z-index: 1;
  bottom: inherit;
  top: -18.75vw; }

.recruit_date_bg .recruit_introduction_inner {
  z-index: 2;
  position: relative; }

.recruit_aboutus_box {
  z-index: 2;
  position: relative; }

.recruit_aboutus_disc {
  width: 60%; }

.recruit_aboutus_img {
  width: 35%;
  margin-right: 3%; }

.recruit_aboutus_bg {
  padding: 3vw 0 2vw; }

.recruit_introduction_sec .bk {
  height: 18.23vw; }

.recruit_aboutus_box {
  margin-bottom: 10px; }

header .hd_nav01 > .inblock > ul > li:not(:first-child) > a:after {
  background: none; }

header .hd_nav01 > .inblock > ul > li > a {
  padding-right: 0; }

/*template*/
.template_entry p {
  letter-spacing: 0.05em;
  line-height: 2.0;
  margin: 20px 0; }
.template_entry h2 {
  border-bottom: 2px solid #184e9e;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 40px; }
.template_entry h3 {
  margin: 50px 0 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 2px solid #dddddd;
  margin: 30px 0 10px; }
  .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: 26px;
  font-weight: 700;
  border-left: 2px solid #184e9e;
  font-size: 22px;
  padding-left: 15px;
  margin-bottom: 15px; }
.template_entry h5 {
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  margin-bottom: 30px; }
  .template_entry h5::before {
    border-top: 2px solid #184e9e;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 2px; }
.template_entry h6 {
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-size: 18px; }
.template_entry ul {
  margin-bottom: 30px; }
  .template_entry ul li {
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .template_entry ul li::before {
      content: "■";
      color: #184e9e;
      font-size: 14px;
      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: 30px;
  background-color: #fff;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-family: "Noto Sans CJK JP","Noto Sans Japanese","Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #666;
  padding: 20px;
  margin-bottom: 30px; }
.template_entry table {
  border: 1px solid #ddd;
  width: 100%; }
  .template_entry table tr th {
    background-color: #dbe4ee;
    padding: 20px; }
  .template_entry table tr td {
    background-color: #fff;
    padding: 20px; }
  .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; }
