@charset "UTF-8";
/* visibility */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
@media screen and (max-width: 897px) {
  .pconly {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .pc-tab {
    display: none !important; } }

@media screen and (min-width: 898px) {
  .tab-sp {
    display: none !important; } }
@media screen and (max-width: 897px) {
  .tab-sp {
    display: block; } }

@media screen and (min-width: 898px) {
  .tabonly {
    display: none !important; } }
@media screen and (max-width: 897px) {
  .tabonly {
    display: block; } }
@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important; } }

@media screen and (min-width: 898px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 897px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .sponly {
    display: block !important; } }

/* ==========================================================================
_reset
========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  margin: 0; }

body {
  margin: 0; }

main {
  display: block; }

/* img */
img {
  vertical-align: bottom;
  border: none; }

/* list */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* table */
table {
  border-collapse: collapse;
  width: 100%; }

/* link */
a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:link, a:visited, a:active {
    text-decoration: none;
    color: inherit; }

/* typography */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1.6;
  font-feature-settings: "palt"; }

p, li, dt, dl {
  line-height: 1.6; }

li {
  list-style-type: none; }

address {
  font-style: normal; }

/* form */
*:focus {
  outline: none; }

/* link */
a:link {
  text-decoration: none; }
a:visited {
  color: inherit;
  text-decoration: none; }
a:hover {
  text-decoration: underline; }

/* Typography */
html {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Meiryo,"Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

/* Flex */
.flex {
  display: flex;
  justify-content: space-between; }

/* contents */
.inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media screen and (max-width: 897px) {
    .inner {
      padding-left: 15px;
      padding-right: 15px; } }

.btn {
  background-color: #00408e;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 10px 30px;
  transition: background-color .2s;
  max-width: 200px;
  width: 100%;
  position: relative;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto; }
  .btn:after {
    position: absolute;
    right: 15px;
    content: "";
    width: 8px;
    height: 12px;
    background-image: url("../images/common/arrow2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    transition: right .2s; }
  .btn:hover {
    text-decoration: none;
    background-color: #0a2c54; }
    .btn:hover:after {
      right: 10px; }

.sec_bg {
  background-color: #fafafa; }

/* 見出し */
.cms_h2, .cms_h3, .cms_h4, .cms_h5 {
  margin-top: 20px;
  margin-bottom: 20px; }

h3.cms_h3 {
  font-weight: bold;
  font-size: 29px;
  text-align: center; }
  h3.cms_h3:before {
    content: "";
    width: 69px;
    height: 29px;
    background-image: url("../images/common/icon_gear.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }

h4.cms_h4 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  border-left: 4px solid #00408e;
  padding-left: 10px;
  margin-top: 60px; }
  @media screen and (max-width: 480px) {
    h4.cms_h4 {
      font-size: 18px; } }
  h4.cms_h4 span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 10px; }
  h4.cms_h4:after {
    content: "";
    width: calc(100% - 1em);
    height: 2px;
    background-color: #00408e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em; }

h5.cms_h5 {
  font-weight: bold;
  font-size: 16px;
  color: #00408e; }
  h5.cms_h5:before {
    content: "●"; }

h6.cms_h6 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px; }

/* 本文 */
p.cms_p {
  line-height: 2;
  margin-bottom: 3em; }

p.cms_p_right {
  text-align: right;
  margin: 20px 0; }

p.cms_p_center {
  text-align: center;
  margin: 20px 0; }

/* リスト形式（インデント付き）*/
ul.cms_list {
  margin-bottom: 20px; }
  ul.cms_list li {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 2; }
    ul.cms_list li:not(:last-child) {
      margin-bottom: 10px; }

/* 画像関連 */
.cms_img_lg,
.cms_img_md {
  margin: 50px 0; }
  @media screen and (max-width: 480px) {
    .cms_img_lg,
    .cms_img_md {
      margin: 20px 0; } }

.cms_img_lg {
  width: 100%; }

.cms_img_md {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cms_img_two_col,
.cms_img_three_col {
  display: flex;
  justify-content: space-between;
  margin: 50px 0; }
  @media screen and (max-width: 480px) {
    .cms_img_two_col,
    .cms_img_three_col {
      display: block; } }
  @media screen and (max-width: 480px) {
    .cms_img_two_col figure,
    .cms_img_three_col figure {
      margin-bottom: 20px; } }
  .cms_img_two_col figure img,
  .cms_img_three_col figure img {
    width: 100%; }

.cms_img_two_col figure {
  flex-basis: 49%; }

.cms_img_three_col figure {
  flex-basis: 32%; }

/* テキスト左・画像右ボックス */
.cms_text_left_img_right {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row-reverse; }
  .cms_text_left_img_right p{
    flex:1;
    padding-right:30px;
  }
  @media screen and (max-width: 480px) {
    .cms_text_left_img_right {
      display: block; 
    }
    .cms_text_left_img_right p{
      padding-right:0;
    } 
  }
  .cms_text_left_img_right .text {
    flex: 1;
    margin-right: 7.8%;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .cms_text_left_img_right .text {
        margin-right: 0;
        margin-bottom: 30px; } }
  .cms_text_left_img_right .image {
    flex-basis: 24.4%; }
    .cms_text_left_img_right .image img {
      width: 100%; }


/* テキスト右・画像左ボックス */
.cms_text_right_img_left {
  display: flex;
  margin-bottom: 30px; }
  .cms_text_left_img_left p{
    flex:1;
    padding-left:30px;
  }
  @media screen and (max-width: 480px) {
    .cms_text_right_img_left {
      display: block; 
    }
    .cms_text_left_img_left p{
      padding-left:0;
    }
  }
  .cms_text_right_img_left .text {
    flex: 1;
    margin-left: 5%;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .cms_text_right_img_left .text {
        margin-left: 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .cms_text_right_img_left .text:empty {
        display: none; } }
  .cms_text_right_img_left .image {
    flex-basis: 24.4%; }
    @media screen and (max-width: 480px) {
      .cms_text_right_img_left .image {
        margin-bottom: 10px; } }
    .cms_text_right_img_left .image img {
      width: 100%; }


/* 表組 */
table.cms_table tr th, table.cms_table tr td {
  padding: 15px 20px; }
  @media screen and (max-width: 480px) {
    table.cms_table tr th, table.cms_table tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; } }
table.cms_table tr th {
  background-color: #00408e;
  color: #fff;
  min-width: 140px;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 28px solid #fff; }
  @media screen and (max-width: 480px) {
    table.cms_table tr th {
      border-right: none;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: none; } }
table.cms_table tr td {
  border-bottom: 1px solid #d5d5d5; }

/* 生産拠点用 */
.cms_hub_box {
  margin-bottom: 50px;
  padding-bottom: 50px; }
  .cms_hub_box:not(:last-of-type) {
    border-bottom: 1px solid #00408e; }
  .cms_hub_box .flex {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 480px) {
      .cms_hub_box .flex {
        display: block; } }
  .cms_hub_box .image {
    flex-basis: 37.5%; }
    .cms_hub_box .image img {
      width: 100%; }
  .cms_hub_box .text {
    flex: 1;
    margin-left: 20px;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .cms_hub_box .text {
        margin-left: 0;
        margin-bottom: 10px; } }
    .cms_hub_box .text strong {
      display: block;
      font-weight: 600;
      color: #00408e;
      font-size: 18px;
      margin-bottom: 0.6em; }
      .cms_hub_box .text strong:before {
        content: "■"; }
  .cms_hub_box .map {
    padding-top: 26.6%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 50px; }
    @media screen and (max-width: 480px) {
      .cms_hub_box .map {
        padding-top: 81.2%; } }
    .cms_hub_box .map iframe {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }

/*　背景ありセクション */
.sec_bg table.cms_table th {
  border-right-color: #fafafa; }
.sec_bg h4.cms_h4 span {
  background-color: #fafafa; }

header {
  height: 63px;
  position: relative;
  z-index: 2; }
  header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 189px; }
    @media screen and (max-width: 1034px) {
      header .logo {
        width: 18.2vw; } }
    @media screen and (max-width: 897px) {
      header .logo {
        width: 189px; } }
    header .logo img {
      width: 100%; }
  header .nav_main > ul > li {
    height: 63px; }
    header .nav_main > ul > li > a {
      font-weight: bold;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 15px 20px;
      position: relative; }
      @media screen and (max-width: 1034px) {
        header .nav_main > ul > li > a {
          font-size: 1.53vw;
          padding-left: 1.9vw;
          padding-right: 1.9vw; } }
    header .nav_main > ul > li:not(:first-child) > a:before {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    header .nav_main > ul > li.li_blue {
      background-color: #00408e;
      color: #fff;
      border-left: 1px solid #fff; }
      header .nav_main > ul > li.li_blue a {
        padding-right: 30px;
        padding-left: 30px; }
        @media screen and (max-width: 1034px) {
          header .nav_main > ul > li.li_blue a {
            padding-right: 2.9vw;
            padding-left: 2.9vw; } }
        header .nav_main > ul > li.li_blue a:hover {
          text-decoration: none;
          background-color: #11509d; }
        header .nav_main > ul > li.li_blue a:before {
          display: none; }
        header .nav_main > ul > li.li_blue a:after {
          content: "";
          width: 8px;
          height: 16px;
          background-image: url("../images/common/arrow1.svg");
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          transform: translateY(calc(-50% - 1px));
          right: 12px; }
          @media screen and (max-width: 1034px) {
            header .nav_main > ul > li.li_blue a:after {
              right: 1.16vw;
              width: 0.7vw; } }
    header .nav_main > ul > li .sub {
      position: relative;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: .2s;
      width: 120%;
      transform: translateX(-10%); }
      header .nav_main > ul > li .sub li a {
        background-color: rgba(255, 255, 255, 0.8);
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 10px;
        font-size: 14px; }
        header .nav_main > ul > li .sub li a:hover {
          text-decoration: none;
          background-color: rgba(0, 64, 142, 0.8);
          color: #fff; }
      header .nav_main > ul > li .sub.hover {
        opacity: 1;
        visibility: visible; }
    header .nav_main > ul > li:nth-child(2) .sub {
      width: 100%;
      transform: none; }

.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  background-color: #00408e;
  z-index: 10; }
  .toggle .wrap {
    width: 30px;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%); }
  .toggle span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: .2s; }
    .toggle span:nth-child(1) {
      top: 0px; }
    .toggle span:nth-child(2) {
      top: 12px; }
    .toggle span:nth-child(3) {
      bottom: 0px; }

body.open {
  overflow: hidden; }
  body.open .toggle span {
    display: inline-block; }
    body.open .toggle span:nth-child(1) {
      transform: translateY(11px) rotate(45deg); }
    body.open .toggle span:nth-child(2) {
      opacity: 0; }
    body.open .toggle span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg); }
  body.open .drawer {
    opacity: 1;
    visibility: visible; }

.drawer {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 30px;
  overflow: auto;
  transition: opacity .2s,visibility .2s; }
  .drawer .nav_drawer > ul > li {
    border-bottom: 1px solid #00408e;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2; }
    .drawer .nav_drawer > ul > li > a {
      color: #00408e;
      font-weight: bold; }
    .drawer .nav_drawer > ul > li .sub {
      padding-left: 1em; }
      .drawer .nav_drawer > ul > li .sub li {
        line-height: 2; }
        .drawer .nav_drawer > ul > li .sub li:before {
          content: "■"; }
  .drawer .nav_drawer_bottom {
    margin-top: 15px;
    margin-bottom: 30px; }
    .drawer .nav_drawer_bottom .flex a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px 10px;
      color: #fff;
      background-color: #00408e;
      font-weight: 600;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .drawer .nav_drawer_bottom .flex a {
          font-size: 3.3vw; } }
      .drawer .nav_drawer_bottom .flex a:first-child {
        border-right: 2px solid #fff; }
      .drawer .nav_drawer_bottom .flex a:after {
        content: "";
        width: 8px;
        height: 16px;
        background-image: url("../images/common/arrow1.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
  .drawer .nav_drawer_sub ul {
    text-align: center; }
    .drawer .nav_drawer_sub ul li {
      display: inline-block;
      margin-bottom: 10px; }
      .drawer .nav_drawer_sub ul li:not(:last-child) {
        margin-right: 1em; }
      .drawer .nav_drawer_sub ul li:before {
        content: "・"; }
      .drawer .nav_drawer_sub ul li a {
        font-size: 13px; }

footer {
  background-image: url("../images/common/bg_footer.jpg");
  background-size: cover;
  background-position: bottom left;
  position: relative;
  color: #fff;
  padding-top: 40px; }
  footer .footer_top {
    padding-bottom: 60px; }
    @media screen and (max-width: 897px) {
      footer .footer_top > .flex {
        display: block;
        text-align: center; } }
  footer .footer_l {
    font-weight: bold;
    flex-basis: 24.8%; }
    footer .footer_l img {
      max-width: 250px; }
    footer .footer_l .tel {
      margin-top: 20px;
      font-size: 20px; }
    footer .footer_l .address {
      font-size: 14px; }
  footer .nav_footer {
    flex: 1; }
    @media screen and (max-width: 897px) {
      footer .nav_footer {
        display: none; } }
    footer .nav_footer > ul {
      justify-content: flex-end; }
      footer .nav_footer > ul > li {
        padding: 0 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        footer .nav_footer > ul > li > a {
          font-weight: bold; }
        footer .nav_footer > ul > li .sub {
          margin-top: 10px; }
          footer .nav_footer > ul > li .sub li a {
            font-size: 13px; }
            footer .nav_footer > ul > li .sub li a:before {
              content: "■"; }
  footer .footer_bottom {
    font-size: 12px;
    padding-bottom: 10px; }
  footer .nav_footer_sub ul li {
    padding: 0 1vw; }
    footer .nav_footer_sub ul li:not(:last-child) {
      border-right: 1px solid #fff; }
    footer .nav_footer_sub ul li a {
      font-weight: bold; }

.totop {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/totop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 12;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .totop {
      right: 20px;
      width: 40px;
      height: 40px; } }

.home .mainvisual .slider {
  margin-bottom: 0; }
  .home .mainvisual .slider img {
    width: 100%; }
  .home .mainvisual .slider .slick-dots {
    bottom: 15px; }
    .home .mainvisual .slider .slick-dots li button:before {
      color: #fff; }
.home .main_contents {
  padding-top: 70px; }
.home .sec_news_list {
  background-color: #fafafa;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px; }
  .home .sec_news_list .btn {
    margin-top: 45px; }
.home .news_list {
  display: inline-block; }
  @media screen and (max-width: 897px) {
    .home .news_list {
      display: block; } }
  .home .news_list > div {
    text-align: left;
    margin-bottom: 10px; }
    .home .news_list > div .date {
      color: #00408e;
      margin-right: 1em;
      display: inline-block;
      width: 100px;
      border-bottom: 1px solid #00408e; }
      @media screen and (max-width: 897px) {
        .home .news_list > div .date {
          display: block;
          margin-bottom: 5px; } }
      .home .news_list > div .date:before {
        content: "■"; }
    .home .news_list > div .new {
      display: inline-block;
      font-size: 12px;
      border: 1px solid #00408e;
      padding: 1px 3px;
      line-height: 1;
      vertical-align: middle;
      color: #00408e;
      margin-left: 3px; }

.page h3 {
  margin-bottom: 50px; }
.page .inner960 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
.page .mainvisual {
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: right;
  position: relative;
  height: 292px;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .page .mainvisual {
      height: 185px;
      padding-top: 73px;
      padding-bottom: 73px; } }
  .page .mainvisual h2 {
    background-color: rgba(0, 64, 142, 0.9);
    color: #fff;
    display: inline-block;
    width: 320px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    padding: 20px 50px;
    font-family: 'Crimson Text', serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - 1000px)/2);
    z-index: 1;
    font-size: 32px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 360px) {
      .page .mainvisual h2 {
        margin-left: 20px;
        left: 0;
        width: calc(100% - 40px); } }
    @media screen and (max-width: 1040px) {
      .page .mainvisual h2 {
        right: 20px; } }
    @media screen and (max-width: 480px) {
      .page .mainvisual h2 {
        font-size: 6.6vw; } }
  .page .mainvisual:before, .page .mainvisual:after {
    content: "";
    position: absolute; }
  .page .mainvisual:before {
    width: calc((100% - 1000px)/2);
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%; }
  .page .mainvisual:after {
    content: "";
    border-top: 292px solid transparent;
    border-right: 230px solid #ffff;
    position: absolute;
    right: calc((100% - 1000px)/2);
    top: 0;
    width: 0;
    height: 0; }
    @media screen and (max-width: 1000px) {
      .page .mainvisual:after {
        right: 0; } }
    @media screen and (max-width: 480px) {
      .page .mainvisual:after {
        border-top-width: 185px;
        border-right-width: 130px; } }
.page .main_contents {
  padding-bottom: 150px; }
  @media screen and (max-width: 897px) {
    .page .main_contents {
      padding-bottom: 60px; } }

.page-news .mainvisual {
  background-image: url("../images/news/mainvisual.jpg"); }
@media screen and (max-width: 897px) {
  .page-news .info_wrap {
    display: block; } }
.page-news .lists_wrap {
  flex: 1;
  margin-right: 4.3%;
  min-height: 500px; }
  @media screen and (max-width: 897px) {
    .page-news .lists_wrap {
      min-height: auto; } }
  .page-news .lists_wrap .list_box {
    border-top: 1px solid #c0c0c0; }
    .page-news .lists_wrap .list_box:last-child {
      border-bottom: 1px solid #c0c0c0; }
    .page-news .lists_wrap .list_box a {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 40px; }
      .page-news .lists_wrap .list_box a .flex .date {
        flex: basis 113px;
        margin-right: 20px;
        color: #00408e;
        font-size: 14px; }
        .page-news .lists_wrap .list_box a .flex .date:before {
          content: "■"; }
      .page-news .lists_wrap .list_box a .flex .title {
        flex: 1;
        position: relative; }
        .page-news .lists_wrap .list_box a .flex .title:after {
          content: "";
          width: 8px;
          height: 12px;
          background-image: url("../images/common/arrow3.svg");
          position: absolute;
          right: -20px;
          top: 50%;
          transform: translateY(-50%); }
        .page-news .lists_wrap .list_box a .flex .title .new {
          border: 1px solid #00408e;
          display: inline-block;
          line-height: 1;
          padding: 2px 5px;
          font-size: 12px;
          text-align: center;
          vertical-align: middle;
          transform: translateY(-2px);
          margin-left: 5px; }
      .page-news .lists_wrap .list_box a:hover {
        text-decoration: none;
        background-color: #fafafa; }
        .page-news .lists_wrap .list_box a:hover .title:after {
          background-image: url("../images/common/arrow4.svg"); }
.page-news .sidebar {
  flex-basis: 180px;
  color: #fff;
  padding-bottom: 2px;
  background-color: #00408e; }
  @media screen and (max-width: 897px) {
    .page-news .sidebar {
      margin-top: 60px; } }
  .page-news .sidebar h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    background-color: #00408e;
    margin-bottom: 0; }
  .page-news .sidebar ul {
    background-color: #00408e; }
    .page-news .sidebar ul li:first-child a {
      border-top: 1px solid #195aaa; }
    .page-news .sidebar ul li a {
      font-weight: bold;
      padding: 10px 20px;
      display: block;
      border-bottom: 1px solid #195aaa; }
      @media screen and (max-width: 897px) {
        .page-news .sidebar ul li a {
          text-align: center; } }
      .page-news .sidebar ul li a:before {
        content: "";
        width: 8px;
        height: 12px;
        background-image: url("../images/common/arrow2.svg");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        background-position: center;
        margin-right: 4px; }
      .page-news .sidebar ul li a:hover {
        background-color: #4c79b0;
        text-decoration: none; }
.page-news .pager {
  margin-top: 60px; }
  .page-news .pager ul {
    justify-content: center; }
    .page-news .pager ul li {
      margin: 0 5px; }
      .page-news .pager ul li a, .page-news .pager ul li span {
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #00408e;
        text-align: center;
        line-height: 24px;
        font-weight: 600;
        color: #00408e; }
        .page-news .pager ul li a:hover, .page-news .pager ul li span:hover {
          text-decoration: none;
          background-color: #00408e;
          color: #fff; }
      .page-news .pager ul li.current a {
        pointer-events: none; }

.page-company .mainvisual {
  background-image: url("../images/company/mainvisual.jpg"); }
  @media screen and (max-width: 480px) {
    .page-company .mainvisual {
      background-image: url("../images/company/mainvisual_sp.jpg"); } }
.page-company .main_contents {
  padding-bottom: 0;
  padding-top: 0; }
.page-company .sec_philosophy .philosophy_top {
  padding: 40px 20px;
  background-color: #fafafa;
  text-align: center; }
  .page-company .sec_philosophy .philosophy_top .catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .page-company .sec_philosophy .philosophy_top .catch {
        font-size: 16px; } }
  .page-company .sec_philosophy .philosophy_top ul {
    margin-top: 30px;
    display: inline-block; }
    .page-company .sec_philosophy .philosophy_top ul li {
      text-align: left;
      line-height: 2;
      text-indent: -2.1em;
      padding-left: 2.1em;
      margin-bottom: 10px; }
      .page-company .sec_philosophy .philosophy_top ul li span {
        display: inline;
        color: #fff;
        text-align: center;
        padding: 2px 9px;
        line-height: 1;
        background-color: #00408e;
        font-weight: 600;
        margin-right: 5px; }
.page-company .sec_hub .cms_component {
  border-bottom: 1px solid #00408e;
  padding-bottom: 40px; }
.page-company .sec_global {
  background-image: url("../images/company/bg_global.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media screen and (max-width: 480px) {
    .page-company .sec_global {
      background-size: contain;
      background-color: #f1fafb;
      padding-bottom: 30vw; } }
  .page-company .sec_global h4 {
    color: #00408e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px; }
  .page-company .sec_global .text {
    flex-basis: 40%;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .page-company .sec_global .text {
        margin-bottom: 20px; } }
  .page-company .sec_global .cms_img_two_col {
    flex-basis: 55.8%; }
    .page-company .sec_global .cms_img_two_col figure {
      flex-basis: 49%; }
      @media screen and (max-width: 480px) {
        .page-company .sec_global .cms_img_two_col figure {
          margin-bottom: 20px; } }
      .page-company .sec_global .cms_img_two_col figure figcaption {
        font-size: 17px;
        margin-bottom: 5px; }
      .page-company .sec_global .cms_img_two_col figure img {
        width: 100%; }
.page-company section {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media screen and (max-width: 480px) {
    .page-company section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.page-product .mainvisual {
  background-image: url("../images/product/mainvisual.jpg"); }

.page-purchase .mainvisual {
  background-image: url("../images/purchase/mainvisual.jpg"); }

.page-recruit {
  /* 募集要項 */ }
  .page-recruit .mainvisual {
    padding-top: 17.4%;
    padding-bottom: 0;
    height: 0;
    background-image: url("../images/recruit/mainvisual.jpg"); }
    @media screen and (max-width: 897px) {
      .page-recruit .mainvisual {
        background-image: url("../images/recruit/mainvisual_sp.jpg");
        padding-top: 66.66%; } }
    .page-recruit .mainvisual:before, .page-recruit .mainvisual:after {
      display: none; }
    .page-recruit .mainvisual h2 {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .page-recruit h3.h3_recruit {
    font-size: 56px;
    font-weight: bold;
    color: #00408e;
    text-align: center;
    position: relative; }
    .page-recruit h3.h3_recruit:after {
      content: "";
      width: 50px;
      height: 5px;
      background-color: #ffe800;
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .page-recruit h3.h3_recruit .ja {
      font-size: 26px;
      display: block; }
  .page-recruit .recruit_catch {
    background-color: #00408e;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 2;
    font-weight: 600; }
  .page-recruit .sec_careerstep {
    padding-top: 30px;
    padding-bottom: 10px; }
    .page-recruit .sec_careerstep p {
      margin-bottom: 10px; }
    .page-recruit .sec_careerstep img {
      margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .page-recruit .sec_careerstep .scroll {
        overflow: scroll; }
        .page-recruit .sec_careerstep .scroll img {
          white-space: nowrap;
          width: 600px; } }
  .page-recruit .sec_worklife {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .page-recruit .sec_worklife {
        padding-top: 1px; } }
    .page-recruit .sec_worklife .right {
      text-align: right; }
    .page-recruit .sec_worklife .flex_main {
      flex-wrap: wrap;
      margin-top: 40px;
      margin-bottom: 40px; }
      .page-recruit .sec_worklife .flex_main .box {
        flex-basis: 31.6%;
        margin-bottom: 20px; }
        .page-recruit .sec_worklife .flex_main .box img {
          width: 100%; }
        @media screen and (max-width: 480px) {
          .page-recruit .sec_worklife .flex_main .box {
            flex-basis: 48%; } }
    .page-recruit .sec_worklife .others {
      margin-bottom: 100px; }
      @media screen and (max-width: 480px) {
        .page-recruit .sec_worklife .others {
          margin-bottom: 40px; } }
      .page-recruit .sec_worklife .others h4 {
        text-align: center;
        font-weight: 600;
        font-size: 19px;
        color: #00408e;
        margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .page-recruit .sec_worklife .others .flex {
          display: block; } }
      .page-recruit .sec_worklife .others .flex .box {
        flex-basis: 31.6%; }
        .page-recruit .sec_worklife .others .flex .box .title {
          background-color: #00408e;
          color: #fff;
          text-align: center;
          padding: 10px;
          border-radius: 100px;
          font-weight: bold; }
        .page-recruit .sec_worklife .others .flex .box .text {
          margin-top: 15px;
          line-height: 2;
          font-size: 15px; }
        @media screen and (max-width: 480px) {
          .page-recruit .sec_worklife .others .flex .box {
            margin-bottom: 20px; } }
  .page-recruit .sec_hangout {
    padding-top: 100px;
    padding-bottom: 60px; }
    .page-recruit .sec_hangout:nth-of-type(1) {
      padding-bottom: 100px; }
      .page-recruit .sec_hangout:nth-of-type(1) .hangout_box:after {
        right: 0; }
        @media screen and (max-width: 897px) {
          .page-recruit .sec_hangout:nth-of-type(1) .hangout_box:after {
            right: -5vw; } }
      .page-recruit .sec_hangout:nth-of-type(1) .hangout_box h4 {
        margin-left: calc((100vw - 740px) / 2); }
        @media screen and (max-width: 897px) {
          .page-recruit .sec_hangout:nth-of-type(1) .hangout_box h4 {
            margin-left: 0; } }
      .page-recruit .sec_hangout:nth-of-type(1) .hangout_box .inner .ill {
        width: 211px;
        height: 116px;
        right: 0;
        bottom: 0;
        z-index: -1; }
      .page-recruit .sec_hangout:nth-of-type(1) .hangout_box .flex .text {
        padding-left: 40px;
        padding-right: 11.3%; }
        .page-recruit .sec_hangout:nth-of-type(1) .hangout_box .flex .text .thums > div:nth-child(1) {
          margin-right: 30px;
          margin-left: auto; }
          @media screen and (max-width: 897px) {
            .page-recruit .sec_hangout:nth-of-type(1) .hangout_box .flex .text .thums > div:nth-child(1) {
              margin-right: 0; } }
      .page-recruit .sec_hangout:nth-of-type(1) .hangout_box .flex .image img {
        box-shadow: 10px 10px 0 #ffe800; }
    .page-recruit .sec_hangout:nth-of-type(2) {
      padding-bottom: 150px; }
      .page-recruit .sec_hangout:nth-of-type(2) .hangout_box:after {
        left: 0; }
        @media screen and (max-width: 897px) {
          .page-recruit .sec_hangout:nth-of-type(2) .hangout_box:after {
            left: -5vw; } }
      .page-recruit .sec_hangout:nth-of-type(2) .hangout_box h4 {
        margin-right: calc((100vw - 740px) / 2);
        text-align: right; }
        @media screen and (max-width: 897px) {
          .page-recruit .sec_hangout:nth-of-type(2) .hangout_box h4 {
            margin-right: 0; } }
      .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .inner .ill {
        width: 211px;
        height: 116px;
        left: 60px;
        bottom: 0;
        z-index: -1; }
      .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .flex {
        flex-direction: row-reverse; }
        .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .flex .text {
          padding-right: 40px;
          padding-left: 11.3%; }
          .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .flex .text .thums > div:nth-child(1) {
            margin-left: 30px; }
          .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .flex .text .thums > div:nth-child(2) {
            margin-right: 0;
            margin-left: auto; }
        .page-recruit .sec_hangout:nth-of-type(2) .hangout_box .flex .image img {
          box-shadow: -10px 10px 0 #ffe800; }
    @media screen and (max-width: 897px) {
      .page-recruit .sec_hangout:nth-of-type(3) .hangout_box {
        padding-bottom: 0; } }
    .page-recruit .sec_hangout:nth-of-type(3) .hangout_box:after {
      right: 0;
      top: -50px;
      height: 130%; }
      @media screen and (max-width: 897px) {
        .page-recruit .sec_hangout:nth-of-type(3) .hangout_box:after {
          height: 58%; } }
    .page-recruit .sec_hangout:nth-of-type(3) .hangout_box p {
      margin-left: 18%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 897px) {
        .page-recruit .sec_hangout:nth-of-type(3) .hangout_box p {
          margin-left: 0; } }
    .page-recruit .sec_hangout:nth-of-type(3) .hangout_box .cms_img_three_col {
      position: relative;
      z-index: 1; }
  .page-recruit #hangout {
    padding-bottom: 60px; }
  .page-recruit .hangout_box {
    position: relative; }
    @media screen and (max-width: 897px) {
      .page-recruit .hangout_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 100px; } }
    .page-recruit .hangout_box:after {
      content: "";
      height: 83%;
      width: calc(100vw - (100vw - 740px)/2);
      background-color: #fff;
      border-top: 10px solid #668cbb;
      position: absolute;
      top: 60px; }
      @media screen and (max-width: 897px) {
        .page-recruit .hangout_box:after {
          width: 96vw; } }
      @media screen and (max-width: 480px) {
        .page-recruit .hangout_box:after {
          top: 40px; } }
    .page-recruit .hangout_box h4 {
      color: #00408e;
      font-weight: 600;
      font-size: 36px;
      position: relative;
      z-index: 1;
      margin-bottom: 50px; }
      @media screen and (max-width: 480px) {
        .page-recruit .hangout_box h4 {
          font-size: 24px; } }
    .page-recruit .hangout_box > .inner {
      max-width: 1240px;
      position: relative;
      z-index: 1; }
      .page-recruit .hangout_box > .inner .ill {
        position: absolute; }
        @media screen and (max-width: 897px) {
          .page-recruit .hangout_box > .inner .ill {
            bottom: -140px !important; } }
    .page-recruit .hangout_box > .inner960 {
      position: relative;
      z-index: 1; }
    @media screen and (max-width: 897px) {
      .page-recruit .hangout_box .flex {
        display: block; } }
    .page-recruit .hangout_box .flex .image {
      flex-basis: 52.25%; }
      .page-recruit .hangout_box .flex .image img {
        width: 100%; }
    .page-recruit .hangout_box .flex .text {
      flex-basis: 47.75%; }
      @media screen and (max-width: 897px) {
        .page-recruit .hangout_box .flex .text {
          padding-left: 0 !important;
          padding-right: 0 !important;
          margin-top: 30px; } }
      .page-recruit .hangout_box .flex .text p {
        line-height: 2;
        margin-bottom: 20px; }
      @media screen and (max-width: 897px) {
        .page-recruit .hangout_box .flex .text .thums {
          display: flex;
          justify-content: space-between; } }
      @media screen and (max-width: 480px) {
        .page-recruit .hangout_box .flex .text .thums {
          display: block; } }
      .page-recruit .hangout_box .flex .text .thums > div {
        width: 274px; }
        @media screen and (max-width: 897px) {
          .page-recruit .hangout_box .flex .text .thums > div {
            flex-basis: 48%;
            margin-left: auto !important;
            margin-right: auto !important; } }
        @media screen and (max-width: 480px) {
          .page-recruit .hangout_box .flex .text .thums > div {
            width: 100%;
            margin-bottom: 20px !important; } }
        .page-recruit .hangout_box .flex .text .thums > div img {
          width: 100%; }
        .page-recruit .hangout_box .flex .text .thums > div:nth-child(1) {
          margin-bottom: 20px; }
          @media screen and (max-width: 897px) {
            .page-recruit .hangout_box .flex .text .thums > div:nth-child(1) {
              margin-bottom: 0; } }
      @media screen and (max-width: 897px) {
        .page-recruit .hangout_box .flex .text img {
          flex-basis: 48%;
          max-width: 100%; } }
  .page-recruit #voice {
    padding-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .page-recruit #voice {
        padding-bottom: 30px; } }
  .page-recruit .sec_voice {
    padding-top: 80px;
    padding-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .page-recruit .sec_voice {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .page-recruit .sec_voice .box_wrap {
      justify-content: center;
      margin-bottom: 30px;
      flex-wrap: wrap; }
      .page-recruit .sec_voice .box_wrap .box {
        flex-basis: 30.2%;
        margin: 0 1.56%;
        position: relative; }
        @media screen and (max-width: 480px) {
          .page-recruit .sec_voice .box_wrap .box {
            flex-basis: 47%;
            margin: 0 1.5%; } }
        .page-recruit .sec_voice .box_wrap .box:after {
          width: 100%;
          height: 92.5%;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: 20px;
          left: 0;
          content: ""; }
        .page-recruit .sec_voice .box_wrap .box a {
          display: block;
          width: 100%;
          height: 100%; }
          .page-recruit .sec_voice .box_wrap .box a:hover {
            text-decoration: none; }
            .page-recruit .sec_voice .box_wrap .box a:hover .image {
              opacity: .8; }
            .page-recruit .sec_voice .box_wrap .box a:hover .detail {
              background-color: #2061b0; }
        .page-recruit .sec_voice .box_wrap .box .image {
          transition: opacity .2s;
          padding-top: 80.6%;
          background-repeat: no-repeat;
          background-size: contain;
          position: relative;
          z-index: 1; }
        .page-recruit .sec_voice .box_wrap .box .detail {
          background-color: #00408e;
          color: #fff;
          text-align: center;
          border-radius: 5px;
          padding-bottom: 10px;
          transition: background-color .2s;
          position: relative;
          z-index: 1; }
          .page-recruit .sec_voice .box_wrap .box .detail .division {
            display: inline-block;
            background-color: #fff;
            color: #00408e;
            padding: 1px 10px;
            border-radius: 100px;
            border: 1px solid #00408e;
            transform: translateY(-15px); }
            @media screen and (max-width: 480px) {
              .page-recruit .sec_voice .box_wrap .box .detail .division {
                font-size: 12px; } }
          .page-recruit .sec_voice .box_wrap .box .detail .name {
            margin-top: -10px;
            font-size: 23px;
            font-weight: bold; }
          .page-recruit .sec_voice .box_wrap .box .detail .entry {
            font-size: 14px;
            font-weight: 600; }
      .page-recruit .sec_voice .box_wrap .box1 .image {
        background-image: url("../images/recruit/img_voice1.png"); }
      .page-recruit .sec_voice .box_wrap .box2 .image {
        background-image: url("../images/recruit/img_voice2.png"); }
      .page-recruit .sec_voice .box_wrap .box3 .image {
        background-image: url("../images/recruit/img_voice3.png"); }
      .page-recruit .sec_voice .box_wrap .box4 .image {
        background-image: url("../images/recruit/img_voice4.png"); }
      .page-recruit .sec_voice .box_wrap .box5 .image {
        background-image: url("../images/recruit/img_voice5.png"); }
      .page-recruit .sec_voice .box_wrap .box6 .image {
        background-image: url("../images/recruit/img_voice6.png"); }
      .page-recruit .sec_voice .box_wrap .box7 .image {
        background-image: url("../images/recruit/img_voice7.png"); }
      .page-recruit .sec_voice .box_wrap .box8 .image {
        background-image: url("../images/recruit/img_voice8.png"); }
      .page-recruit .sec_voice .box_wrap .box9 .image {
        background-image: url("../images/recruit/img_voice9.png"); }
      .page-recruit .sec_voice .box_wrap .box10 .image {
        background-image: url("../images/recruit/img_voice10.png"); }
  .page-recruit #guideline h3 {
    margin-bottom: 80px; }
  .page-recruit #guideline .guideline_box {
    margin-top: 60px;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto; }
    .page-recruit #guideline .guideline_box h4 {
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .page-recruit #guideline .guideline_box table {
      margin-top: 40px; }
      .page-recruit #guideline .guideline_box table th, .page-recruit #guideline .guideline_box table td {
        line-height: 2;
        padding: 10px 0; }
        @media screen and (max-width: 480px) {
          .page-recruit #guideline .guideline_box table th, .page-recruit #guideline .guideline_box table td {
            display: block; } }
      .page-recruit #guideline .guideline_box table th {
        text-align: left;
        vertical-align: top;
        min-width: 160px;
        width: 1px;
        white-space: nowrap; }
        @media screen and (max-width: 480px) {
          .page-recruit #guideline .guideline_box table th {
            padding-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .page-recruit #guideline .guideline_box table td {
          padding-top: 0; } }
  .page-recruit #guideline .to_entry {
    background-color: #00408e;
    color: #fff;
    font-size: 38px;
    text-align: center;
    display: block;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    margin-bottom: 80px;
    margin-top: 50px;
    line-height: 1;
    transition: background-color .2s;
    position: relative; }
    .page-recruit #guideline .to_entry .ja {
      font-size: 14px;
      display: block;
      margin-bottom: 10px; }
    .page-recruit #guideline .to_entry:after {
      content: "";
      width: 8px;
      height: 12px;
      background-image: url("../images/common/arrow2.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .page-recruit #guideline .to_entry:hover {
      text-decoration: none;
      background-color: #3974bd; }
  .page-recruit .modal_content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; }
    .page-recruit .modal_content .btn_close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 46px;
      height: 46px;
      background-image: url("../images/recruit/btn_close.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      cursor: pointer; }
    .page-recruit .modal_content .modal_container {
      background-color: #fff;
      width: 80%;
      max-height: 80%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px;
      overflow: auto; }
      @media screen and (max-width: 480px) {
        .page-recruit .modal_content .modal_container {
          width: 90%;
          padding-left: 20px;
          padding-right: 20px; } }
      .page-recruit .modal_content .modal_container h3 {
        font-size: 29px;
        font-weight: 600;
        text-align: center;
        color: #00408e; }
        .page-recruit .modal_content .modal_container h3:after {
          content: "";
          width: 50px;
          height: 5px;
          background-color: #ffe800;
          display: block;
          margin-top: 5px;
          margin-left: auto;
          margin-right: auto; }
      .page-recruit .modal_content .modal_container .catch {
        font-size: 45px;
        line-height: 1.5;
        color: #00408e;
        font-weight: 600;
        border-bottom: 1px solid #00408e;
        margin-bottom: 20px; }
        @media screen and (max-width: 897px) {
          .page-recruit .modal_content .modal_container .catch {
            font-size: 32px; } }
        @media screen and (max-width: 480px) {
          .page-recruit .modal_content .modal_container .catch {
            font-size: 25px; } }
      @media screen and (max-width: 897px) {
        .page-recruit .modal_content .modal_container .flex {
          display: block; } }
      .page-recruit .modal_content .modal_container .flex > div {
        flex-basis: 50%; }
      .page-recruit .modal_content .modal_container .flex .image img {
        width: 100%; }
      .page-recruit .modal_content .modal_container .flex .image .division {
        border: 1px solid #00408e;
        border-radius: 100px;
        display: inline-block;
        padding: 1px 10px;
        font-size: 18px;
        color: #00408e;
        margin-top: 20px;
        margin-bottom: 10px; }
      .page-recruit .modal_content .modal_container .flex .image .name {
        color: #00408e;
        font-weight: bold;
        font-size: 22px; }
      .page-recruit .modal_content .modal_container .flex .image .entry {
        color: #00408e;
        font-weight: 600; }
      .page-recruit .modal_content .modal_container .flex .faq {
        margin-left: 30px; }
        @media screen and (max-width: 897px) {
          .page-recruit .modal_content .modal_container .flex .faq {
            margin-left: 0px;
            margin-top: 30px; } }
        .page-recruit .modal_content .modal_container .flex .faq dl dt,
        .page-recruit .modal_content .modal_container .flex .faq dl dd {
          position: relative; }
          .page-recruit .modal_content .modal_container .flex .faq dl dt:before,
          .page-recruit .modal_content .modal_container .flex .faq dl dd:before {
            width: 44px;
            height: 44px;
            border-radius: 22px;
            color: #00408e;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            position: absolute;
            left: 0;
            display: block; }
        .page-recruit .modal_content .modal_container .flex .faq dl dt {
          background-color: #00408e;
          color: #fff;
          font-weight: 600;
          padding: 0px 10px 0 60px;
          border-radius: 100px;
          margin-bottom: 20px;
          height: 44px;
          line-height: 44px; }
          .page-recruit .modal_content .modal_container .flex .faq dl dt:before {
            content: "Q";
            background-color: #fff;
            top: 50%;
            transform: translateY(-50%);
            border: 2px solid #00408e;
            box-sizing: border-box; }
        .page-recruit .modal_content .modal_container .flex .faq dl dd {
          padding-left: 60px;
          margin-bottom: 20px; }
          .page-recruit .modal_content .modal_container .flex .faq dl dd:before {
            content: "A";
            background-color: #ffe800;
            top: 0; }

body.modal_open {
  overflow: hidden; }

.page-contact .mainvisual {
  background-image: url("../images/contact/mainvisual.jpg"); }
.page-contact .note {
  font-size: 13px;
  color: #00408e;
  margin-bottom: 10px; }
  .page-contact .note span {
    color: #ff0000; }
.page-contact .form_wrap {
  background-color: #fafafa;
  padding: 50px 10.4% 70px; }
  @media screen and (max-width: 897px) {
    .page-contact .form_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
@media screen and (max-width: 480px) {
  .page-contact .tb_contact {
    border-bottom: 1px solid #818181; } }
.page-contact .tb_contact th, .page-contact .tb_contact td {
  border: 1px solid #818181;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px; }
  @media screen and (max-width: 897px) {
    .page-contact .tb_contact th, .page-contact .tb_contact td {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .page-contact .tb_contact th, .page-contact .tb_contact td {
      display: block; } }
.page-contact .tb_contact th {
  background-color: #f0f0f0;
  color: #00408e;
  font-weight: 600;
  text-align: left;
  width: 1px;
  white-space: nowrap;
  padding-right: 20px; }
  @media screen and (max-width: 480px) {
    .page-contact .tb_contact th {
      width: 100%;
      border-bottom: none; } }
  .page-contact .tb_contact th:before {
    content: "■"; }
  .page-contact .tb_contact th .req {
    color: #ff0000;
    font-size: 12px; }
  .page-contact .tb_contact th.vat {
    vertical-align: top;
    padding-top: 20px; }
.page-contact .tb_contact td {
  padding-right: 20px; }
  @media screen and (max-width: 480px) {
    .page-contact .tb_contact td {
      border-bottom: none; } }
  .page-contact .tb_contact td input, .page-contact .tb_contact td textarea {
    font-size: 18px;
    padding: 10px;
    border: 1px solid #c0c0c0;
    width: 100%; }
  .page-contact .tb_contact td textarea {
    height: 200px; }
  .page-contact .tb_contact td input[type="radio"] {
    width: auto;
    margin-left: 10px; }
.page-contact .buttons {
  margin-top: 60px; }
  .page-contact .buttons .flex {
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .page-contact .buttons .flex {
        display: block; } }
  .page-contact .buttons button {
    color: #fff;
    text-align: center;
    margin: 0 20px;
    font-size: 18px;
    flex-basis: 200px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: opacity .2s;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .page-contact .buttons button {
        margin: 0 0 20px 0;
        width: 100%; } }
    .page-contact .buttons button:hover {
      opacity: .8; }
    .page-contact .buttons button a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .page-contact .buttons button a:hover {
        text-decoration: none; }
  .page-contact .buttons button[type="reset"],
  .page-contact .buttons button.back {
    background-color: #818181; }
  .page-contact .buttons button[type="submit"],
  .page-contact .buttons button.submit {
    background-color: #00408e; }
.page-contact .lg {
  font-weight: bold;
  font-size: 25px; }

/* 確認ページ */
p.center {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 40px 0; }
  p.center + p {
    margin-bottom: 10px; }

.page-policy .mainvisual {
  background-image: url("../images/policy/mainvisual.jpg"); }

/*# sourceMappingURL=style.css.map */
