@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
/* Reset
---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button, fieldset, form, input, label,
legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button {
  cursor: pointer; }

/* General
---------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
._none {
  display: none; }

._left {
  float: left; }

._right {
  float: right; }

._inline_block {
  display: inline-block; }

._inline {
  display: inline; }

._block {
  display: block; }

._relative {
  position: relative; }

._img_center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

._align_right {
  text-align: right; }

._align_left {
  text-align: left; }

._align_center {
  text-align: center; }

._indent {
  text-indent: 1rem; }

._bold {
  font-weight: bold; }

._overline {
  text-decoration: overline; }

._underline {
  text-decoration: underline; }

._blink {
  text-decoration: blink; }

._line_through {
  text-decoration: line-through; }

._italic {
  font-style: italic; }

._red {
  color: red; }

._blue {
  color: blue; }

._green {
  color: green; }

._gold {
  color: gold; }

._grey {
  color: grey; }

._black {
  color: black; }

._white {
  color: white; }

/* Common
---------------------------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
  background: #ffffff;
  color: #1d1d1d;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.5px; }
  @media (max-width: 768px) {
    body {
      font-size: 1.2rem; } }

.global_inner {
  position: relative;
  margin: 0 auto;
  width: 1200px; }
  @media (max-width: 768px) {
    .global_inner {
      padding: 0 20px;
      width: 100%; } }

.contents_inner {
  position: relative;
  margin: 0 auto;
  width: 1040px; }
  @media (max-width: 768px) {
    .contents_inner {
      padding: 0 20px;
      width: 100%; } }
  ._bg02 > .contents_inner {
    padding: 40px 60px 60px;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      ._bg02 > .contents_inner {
        padding: 20px; } }
    ._bg02 > .contents_inner + * {
      margin-top: 80px; }
      @media (max-width: 768px) {
        ._bg02 > .contents_inner + * {
          margin-top: 40px; } }

.global_header {
  position: absolute;
  min-width: 1200px;
  width: 100%;
  height: 150px;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .global_header {
      position: fixed;
      z-index: 3;
      box-shadow: 0 3px 3px 0 rgba(153, 153, 153, 0.2);
      min-width: 0;
      height: 50px; } }
  @media (max-width: 768px) {
    .global_header .global_inner {
      padding: 0; } }
  .global_header .gh_utility {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px; }
    @media (max-width: 768px) {
      .global_header .gh_utility {
        height: inherit; } }
  .global_header .gh_logo {
    flex-grow: 1; }
    @media (max-width: 768px) {
      .global_header .gh_logo {
        padding-left: 10px; } }
    .global_header .gh_logo a {
      display: block;
      width: 453px; }
      html[lang="en"] .global_header .gh_logo a {
        width: 600px;
        height: 50px; }
      @media (max-width: 768px) {
        .global_header .gh_logo a {
          width: calc(300px / 1.2);
          height: calc(34px / 1.2); }
          html[lang="en"] .global_header .gh_logo a {
            width: calc(280px / 1.2);
            height: calc(36px / 1.2); } }
  .global_header .gh_menu {
    display: none; }
    @media (max-width: 768px) {
      .global_header .gh_menu {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #ff8400; }
        .global_header .gh_menu .gh_menu_icon {
          display: block;
          position: relative;
          margin: 0 auto;
          width: 18px;
          height: 1px;
          background: #ffffff;
          transition: all .3s; }
          body._menu-open .global_header .gh_menu .gh_menu_icon {
            background-color: transparent; }
          .global_header .gh_menu .gh_menu_icon::before, .global_header .gh_menu .gh_menu_icon::after {
            content: ' ';
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            transition: all .3s;
            background: #ffffff; }
          .global_header .gh_menu .gh_menu_icon::before {
            top: -4px; }
            body._menu-open .global_header .gh_menu .gh_menu_icon::before {
              top: 0;
              background: #ffffff;
              transform: rotate(45deg); }
          .global_header .gh_menu .gh_menu_icon::after {
            top: 4px; }
            body._menu-open .global_header .gh_menu .gh_menu_icon::after {
              top: 0;
              background: #ffffff;
              transform: rotate(-45deg); }
        .global_header .gh_menu .gh_menu_text {
          display: none; } }
  @media (max-width: 768px) {
    .global_header .gh_links {
      display: none; } }
  .global_header .gh_links a {
    display: block;
    color: #1d1d1d;
    transition: .3s; }
    .global_header .gh_links a:hover {
      color: #ff8400; }
    .global_header .gh_links a i {
      margin-right: 10px; }
  .global_header .gh_language {
    display: flex;
    overflow: hidden;
    margin-left: 60px;
    border: 1px solid #015b99;
    width: 60px;
    height: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px; }
    @media (max-width: 768px) {
      .global_header .gh_language {
        display: none; } }
    .global_header .gh_language li {
      width: 50%;
      background-color: #015b99;
      text-align: center; }
      .global_header .gh_language li a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        color: #015b99;
        transition: .3s; }
        .global_header .gh_language li a:hover {
          background-color: #015b99;
          color: #ffffff; }
    .global_header .gh_language._mobile {
      display: flex;
      margin: 20px auto 0;
      flex-wrap: nowrap;
      width: 50%; }
      @media (max-width: 768px) {
        .global_header .gh_language._mobile li {
          justify-content: center;
          align-items: center;
          align-content: center;
          height: 40px;
          text-align: center; } }
      @media (max-width: 768px) {
        .global_header .gh_language._mobile li a {
          justify-content: center;
          align-items: center;
          align-content: stretch;
          padding: 0;
          height: 50px;
          text-align: center; } }
      @media (max-width: 768px) {
        .global_header .gh_language._mobile li a::after {
          display: none; } }
  .global_header .gh_close {
    display: block;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 1em;
    width: 50%;
    background-color: #ff8400;
    color: #ffffff; }
  @media (max-width: 768px) {
    .global_header .global_navigation {
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 3;
      width: 100%;
      overflow: hidden; }
      .global_header .global_navigation .mobile_navigation {
        background-color: #ffffff;
        height: 0;
        transition: .3s; }
        body._menu-open .global_header .global_navigation .mobile_navigation {
          overflow-y: auto;
          padding-bottom: 100px;
          height: calc(100vh - 50px); } }
  .global_header .global_navigation ul {
    display: flex;
    justify-content: space-between;
    height: 62px; }
    @media (max-width: 768px) {
      .global_header .global_navigation ul {
        flex-wrap: wrap;
        height: auto;
        font-size: 14px; } }
    .global_header .global_navigation ul li {
      display: flex;
      position: relative;
      margin-left: 9px;
      border-bottom: 1px solid #d2d2d2;
      width: 100%;
      height: inherit; }
      @media (max-width: 768px) {
        .global_header .global_navigation ul li {
          border-bottom: none;
          flex-wrap: wrap;
          margin-left: 0; }
          .global_header .global_navigation ul li:last-child {
            border-bottom: 1px solid #d2d2d2; } }
      .global_header .global_navigation ul li::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 33px;
        background-color: #d2d2d2; }
        @media (max-width: 768px) {
          .global_header .global_navigation ul li::after {
            display: none; } }
      .global_header .global_navigation ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #1d1d1d;
        transition: .3s; }
        @media (max-width: 768px) {
          .global_header .global_navigation ul li a {
            justify-content: left;
            position: relative;
            border-top: 1px solid #d2d2d2;
            padding: 1em; } }
        .global_header .global_navigation ul li a::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          height: 3px;
          background-color: #ff8400;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: .3s; }
          @media (max-width: 768px) {
            .global_header .global_navigation ul li a::after {
              content: '\f105';
              position: absolute;
              left: auto;
              top: 50%;
              right: 1em;
              width: auto;
              height: auto;
              background-color: #ffffff;
              font-family: "Font Awesome\ 5 Pro";
              font-size: 14px;
              color: #ff8400;
              transform: translateY(-50%) !important; } }
        .global_header .global_navigation ul li a:hover, .global_header .global_navigation ul li a._current {
          color: #ff8400; }
          .global_header .global_navigation ul li a:hover::after, .global_header .global_navigation ul li a._current::after {
            transform: scale(1, 1); }
      @media (max-width: 768px) {
        .global_header .global_navigation ul li ul {
          width: 100%; } }
      @media (max-width: 768px) {
        .global_header .global_navigation ul li ul li:last-child {
          border: none; } }
      .global_header .global_navigation ul li ul li a {
        padding-left: 2em; }

.global_contents {
  padding-top: 150px;
  min-width: 1200px; }
  @media (max-width: 768px) {
    .global_contents {
      padding-top: 50px;
      min-width: 0; } }

.global_mainVisual {
  height: 200px;
  background: url("../images/common/bg_pattern_02.png") no-repeat center center;
  background-size: cover; }
  @media (max-width: 768px) {
    .global_mainVisual {
      height: 150px; } }
  body.home .global_mainVisual {
    height: 510px;
    background-image: url("../images/common/mainvisual_bg_01.jpg"); }
    @media (max-width: 768px) {
      body.home .global_mainVisual {
        height: 435px;
        background-image: url("../images/common/sp/mainvisual_bg_01.jpg"); } }
  .global_mainVisual .global_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    letter-spacing: .5em; }
    body.home .global_mainVisual .global_inner {
      justify-content: space-between;
      align-content: center;
      letter-spacing: .5px; }
      @media (max-width: 768px) {
        body.home .global_mainVisual .global_inner {
          flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .global_mainVisual .gm_title {
      margin: 0 auto;
      width: 280px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .global_mainVisual .gm_title {
      width: auto;
      text-align: center; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.home .global_mainVisual .gm_title {
      width: 280px;
      text-align: left; } }

  .global_mainVisual .gm_title .title-main {
    font-size: 4rem;
    color: #015b99; }
    @media (max-width: 768px) {
      .global_mainVisual .gm_title .title-main {
        font-size: 2.2rem;
        letter-spacing: 0; } }
    body.home .global_mainVisual .gm_title .title-main {
      font-size: 3.6rem; }
      @media (max-width: 768px) {
        body.home .global_mainVisual .gm_title .title-main {
          font-size: 2.2rem; } }
  .global_mainVisual .gm_title .title-sub {
    font-size: 2.8rem;
    letter-spacing: -.02em; }
    @media (max-width: 768px) {
      .global_mainVisual .gm_title .title-sub {
        margin-top: .5em;
        font-size: 1.5rem;
        white-space: nowrap; } }
  .global_mainVisual .gm_slider {
    position: relative;
    margin-right: -60px;
    width: 480px;
    height: 290px; }
    @media (max-width: 768px) {
      .global_mainVisual .gm_slider {
        margin: 30px auto 0;
        width: 280px;
        height: 170px; } }
    .global_mainVisual .gm_slider .slide {
      overflow: hidden;
      height: inherit; }
      .global_mainVisual .gm_slider .slide div {
        height: inherit; }
      .global_mainVisual .gm_slider .slide a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        padding-left: 8px;
        width: 480px;
        height: inherit;
        color: #1d1d1d; }
        @media (max-width: 768px) {
          .global_mainVisual .gm_slider .slide a {
            width: 280px; } }
        .global_mainVisual .gm_slider .slide a i {
          position: absolute;
          left: 0;
          top: 23px;
          z-index: 5;
          padding: .2em 1.5em .1em;
          height: 30px;
          background-color: #000;
          font-size: 14px;
          font-style: normal;
          color: #ffffff; }
          .global_mainVisual .gm_slider .slide a i::after {
            content: '';
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 5;
            border-style: solid;
            border-width: 0 9px 9px 0;
            border-color: transparent #666 transparent transparent;
            width: 0;
            height: 0; }
      .global_mainVisual .gm_slider .slide li._disabled a {
        pointer-events: none; }
      .global_mainVisual .gm_slider .slide .logo {
        width: 360px;
        text-align: center; }
        .global_mainVisual .gm_slider .slide .logo img {
          margin: 0 auto;
          max-width: 100%;
          max-height: 120px; }
      .global_mainVisual .gm_slider .slide .img {
        position: relative;
        overflow: hidden;
        width: inherit;
        height: inherit; }
        .global_mainVisual .gm_slider .slide .img img {
          position: absolute;
          left: 50%;
          top: 50%;
          margin: auto;
          max-width: none;
          width: auto;
          height: 100%;
          transform: translate(-50%, -50%); }
      .global_mainVisual .gm_slider .slide .text {
        margin-top: 30px;
        width: 340px;
        font-size: 16px; }
    .global_mainVisual .gm_slider .navigation {
      position: absolute;
      right: 20px;
      bottom: -15px;
      width: 64px;
      height: 30px; }
      .global_mainVisual .gm_slider .navigation li {
        border: 1px solid #015b99;
        width: 30px;
        height: inherit; }
        .global_mainVisual .gm_slider .navigation li.prev {
          float: left; }
          .global_mainVisual .gm_slider .navigation li.prev button::after {
            transform: rotate(180deg); }
        .global_mainVisual .gm_slider .navigation li.next {
          float: right; }
        .global_mainVisual .gm_slider .navigation li button {
          position: relative;
          width: 100%;
          height: 100%;
          background-color: #015b99;
          transition: .3s; }
          .global_mainVisual .gm_slider .navigation li button::after {
            content: '\f105';
            display: block;
            font-family: "Font Awesome\ 5 Pro";
            color: #ffffff;
            text-align: center;
            line-height: 30px;
            transition: .3s; }
          .global_mainVisual .gm_slider .navigation li button:hover {
            background-color: #ffffff; }
            .global_mainVisual .gm_slider .navigation li button:hover::after {
              color: #015b99; }
          .global_mainVisual .gm_slider .navigation li button span {
            display: none; }

.global_breadcrumb {
  padding: .8em 0 .2em;
  min-height: 50px;
  background-color: #015b99;
  color: #ffffff; }
  @media (max-width: 768px) {
    .global_breadcrumb {
      min-height: 40px; } }
  .global_breadcrumb .contents_inner > span {
    display: inline-block;
    margin: 0 .25em; }
    .global_breadcrumb .contents_inner > span:nth-of-type(1)::before {
      content: '\f015';
      font-family: "Font Awesome\ 5 Pro";
      margin-right: .25em; }
  .global_breadcrumb .contents_inner a {
    color: #ffffff;
    transition: .3s;
    border-bottom: 1px solid transparent; }
    .global_breadcrumb .contents_inner a:hover {
      border-bottom-color: #ffffff; }

.global_footer {
  border-top: 1px solid #e0e0e0;
  min-width: 1200px; }
  @media (max-width: 768px) {
    .global_footer {
      min-width: 0; } }
  .global_footer .global_inner {
    display: flex;
    padding: 60px 0 0;
    height: 350px;
    background-color: #ffffff; }
    @media (max-width: 768px) {
      .global_footer .global_inner {
        flex-wrap: wrap;
        padding: 35px 0 40px;
        height: auto; } }
  .global_footer .gf_information {
    flex-grow: 1; }
    @media (max-width: 768px) {
      .global_footer .gf_information {
        width: 100%; } }
    .global_footer .gf_information .gf_logo {
      width: 366px; }
      html[lang="en"] .global_footer .gf_information .gf_logo {
        width: 500px; }
      @media (max-width: 768px) {
        .global_footer .gf_information .gf_logo {
          margin: 0 auto;
          width: 236px; }
          html[lang="en"] .global_footer .gf_information .gf_logo {
            width: 320px; } }
    .global_footer .gf_information address {
      margin-top: 1em;
      font-style: normal; }
      @media (max-width: 768px) {
        .global_footer .gf_information address {
          font-size: 1.1rem;
          text-align: center; } }
  .global_footer .gf_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 426px; }
    @media (max-width: 768px) {
      .global_footer .gf_links {
        display: none; } }
    .global_footer .gf_links dl:nth-child(2n) {
      width: 10em; }
    .global_footer .gf_links dl dt {
      font-weight: bold; }
      .global_footer .gf_links dl dt + dt {
        margin-top: 1em; }
    .global_footer .gf_links dl dd + dt {
      margin-top: .5em; }
    .global_footer .gf_links dl a {
      color: #1d1d1d;
      transition: .3s; }
      .global_footer .gf_links dl a:hover {
        color: #ff8400; }
  .global_footer .gf_copyright {
    position: relative;
    overflow: hidden;
    height: 60px;
    background-color: #015b99;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    line-height: 60px;
    text-align: center; }
    @media (max-width: 768px) {
      .global_footer .gf_copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        padding: 0 20px;
        height: 50px;
        font-size: 1rem;
        line-height: 1.2; } }
    .global_footer .gf_copyright a.btn_pagetop {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      background-color: #ff8400;
      font-size: 32px;
      color: #ffffff;
      line-height: 60px;
      text-align: center;
      transition: .3s; }
      @media (max-width: 768px) {
        .global_footer .gf_copyright a.btn_pagetop {
          top: auto;
          bottom: 50px;
          width: 40px;
          height: 40px;
          font-size: 1.9rem;
          line-height: 42px; } }
      .global_footer .gf_copyright a.btn_pagetop:hover {
        background-color: #ffffff;
        color: #ff8400; }

.modaal-wrapper {
  font-size: 16px;
  line-height: 1.875; }
  @media (max-width: 768px) {
    .modaal-wrapper {
      font-size: 12px; } }
  .modaal-wrapper .modal_logo {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .modaal-wrapper .modal_logo {
        margin-bottom: 20px; } }
    .modaal-wrapper .modal_logo img {
      display: block;
      margin: 0 auto;
      max-width: 500px;
      max-height: 100px; }
      @media (max-width: 768px) {
        .modaal-wrapper .modal_logo img {
          max-width: 80%; } }
  .modaal-wrapper .modal_title {
    margin: 50px 0 25px;
    font-size: 22px;
    text-align: center; }
  .modaal-wrapper .modal_image {
    text-align: center; }
  .modaal-wrapper .modal_link a {
    display: inline-block;
    color: #ff8400;
    border-bottom: 1px solid #ff8400; }

.contents_notfound_searchbox {
  display: table;
  margin: 0 auto; }
  .contents_notfound_searchbox .contents_notfound_searchbox_form .search_input {
    border: 1px solid #015b99;
    padding: 0 .5em;
    width: 15em;
    height: 35px; }
  .contents_notfound_searchbox .contents_notfound_searchbox_form .search_submit {
    border: 1px solid #015b99;
    width: 4em;
    height: 35px;
    background-color: #015b99;
    color: #ffffff;
    transition: .3s; }
    .contents_notfound_searchbox .contents_notfound_searchbox_form .search_submit:hover {
      background-color: #ffffff;
      color: #015b99; }

section {
  padding: 50px 0 65px; }
  @media (max-width: 768px) {
    section {
      padding: 40px 0 60px; } }
  section:last-child {
    padding-bottom: 100px; }
  section._bg01 {
    background: url("../images/common/bg_pattern_01.png") no-repeat center center;
    background-size: cover; }
  section._bg02 {
    padding-top: 100px;
    background: url("../images/common/bg_pattern_03.png") no-repeat center center;
    background-size: cover; }
    @media (max-width: 768px) {
      section._bg02 {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px; } }

[class*="module_"] + [class*="module_"] {
  margin-top: 50px; }
  @media (max-width: 768px) {
    [class*="module_"] + [class*="module_"] {
      margin-top: 25px; } }

.module_title-01 {
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 500;
  color: #015b99;
  text-align: center; }
  @media (max-width: 768px) {
    .module_title-01 {
      font-size: 1.6rem; } }
  .module_title-01 i,
  .module_title-01 img {
    display: block;
    margin: 0 auto 10px;
    font-size: 36px; }
    @media (max-width: 768px) {
      .module_title-01 i,
      .module_title-01 img {
        margin-bottom: 5px;
        width: 28px;
        font-size: 28px; } }

.module_lead-01 {
  font-size: 20px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 768px) {
    .module_lead-01 {
      font-size: 1.4rem; } }

.module_notice-01 {
  padding: 2em !important;
  background-color: #015b99;
  color: #ffffff;
  text-align: center; }

.module_label {
  position: relative;
  margin-bottom: 30px;
  height: 30px; }
  @media (max-width: 768px) {
    .module_label {
      margin-bottom: 20px; } }
  .module_label i {
    position: absolute;
    left: -70px;
    top: 0;
    padding: .2em 1.5em .1em;
    height: 30px;
    background-color: #000;
    font-size: 14px;
    font-style: normal;
    color: #ffffff; }
    @media (max-width: 768px) {
      .module_label i {
        left: -30px;
        font-size: 13px; } }
    .module_label i::after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #666 transparent transparent;
      width: 0;
      height: 0; }
  .module_label + .row {
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .module_label + .row {
        padding-bottom: 20px; } }

.news_title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .news_title {
      display: block; } }
  .news_title .row_ttl {
    flex-grow: 1; }
  .news_title .ttl_date {
    padding: 0 0 0 1em;
    font-size: 14px;
    text-align: right;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .news_title .ttl_date {
        margin-top: 5px;
        font-size: 1.2rem; } }
    .news_title .ttl_date i {
      margin-right: 10px; }

.module_button-01 {
  display: flex;
  justify-content: center; }
  * + .module_button-01 {
    margin-top: 40px; }
  .module_button-01 li {
    display: table;
    position: relative;
    margin: 0 20px;
    min-width: 260px; }
    @media (max-width: 768px) {
      .module_button-01 li {
        min-width: 150px; } }
    .module_button-01 li a,
    .module_button-01 li button,
    .module_button-01 li input[type="button"],
    .module_button-01 li input[type="submit"] {
      display: table-cell;
      padding: 0 2em;
      width: 100%;
      height: 70px;
      background-color: #015b99;
      color: #ffffff;
      vertical-align: middle;
      transition: .3s; }
      @media (max-width: 768px) {
        .module_button-01 li a,
        .module_button-01 li button,
        .module_button-01 li input[type="button"],
        .module_button-01 li input[type="submit"] {
          padding: 0 1em;
          height: 55px; }
          html[lang="en"] .module_button-01 li a, html[lang="en"]
          .module_button-01 li button, html[lang="en"]
          .module_button-01 li input[type="button"], html[lang="en"]
          .module_button-01 li input[type="submit"] {
            padding: 0 3em 0 3.5em; } }
      .module_button-01 li a span,
      .module_button-01 li button span,
      .module_button-01 li input[type="button"] span,
      .module_button-01 li input[type="submit"] span {
        display: block;
        position: relative;
        text-align: center; }
        .module_button-01 li a span::after,
        .module_button-01 li button span::after,
        .module_button-01 li input[type="button"] span::after,
        .module_button-01 li input[type="submit"] span::after {
          content: '\f105';
          display: block;
          position: absolute;
          right: 2em;
          top: 50%;
          font-family: "Font Awesome\ 5 Pro";
          font-size: 20px;
          font-weight: 100;
          color: #ffffff;
          text-align: center;
          transform: translateY(-50%);
          transition: .3s; }
          @media (max-width: 768px) {
            .module_button-01 li a span::after,
            .module_button-01 li button span::after,
            .module_button-01 li input[type="button"] span::after,
            .module_button-01 li input[type="submit"] span::after {
              right: 0; } }
        .module_button-01 li a span._reverse::after,
        .module_button-01 li button span._reverse::after,
        .module_button-01 li input[type="button"] span._reverse::after,
        .module_button-01 li input[type="submit"] span._reverse::after {
          content: '\f104';
          right: auto;
          left: 2em;
          font-weight: 100; }
          html[lang="en"] .module_button-01 li a span._reverse::after, html[lang="en"]
          .module_button-01 li button span._reverse::after, html[lang="en"]
          .module_button-01 li input[type="button"] span._reverse::after, html[lang="en"]
          .module_button-01 li input[type="submit"] span._reverse::after {
            left: 0em; }
          @media (max-width: 768px) {
            .module_button-01 li a span._reverse::after,
            .module_button-01 li button span._reverse::after,
            .module_button-01 li input[type="button"] span._reverse::after,
            .module_button-01 li input[type="submit"] span._reverse::after {
              left: 0; }
              html[lang="en"] .module_button-01 li a span._reverse::after, html[lang="en"]
              .module_button-01 li button span._reverse::after, html[lang="en"]
              .module_button-01 li input[type="button"] span._reverse::after, html[lang="en"]
              .module_button-01 li input[type="submit"] span._reverse::after {
                left: -18px; } }
        .module_button-01 li a span._down i,
        .module_button-01 li button span._down i,
        .module_button-01 li input[type="button"] span._down i,
        .module_button-01 li input[type="submit"] span._down i {
          font-style: normal; }
        .module_button-01 li a span._down::after,
        .module_button-01 li button span._down::after,
        .module_button-01 li input[type="button"] span._down::after,
        .module_button-01 li input[type="submit"] span._down::after {
          content: '\f107';
          right: 1em;
          font-weight: 100; }
          html[lang="en"] .module_button-01 li a span._down::after, html[lang="en"]
          .module_button-01 li button span._down::after, html[lang="en"]
          .module_button-01 li input[type="button"] span._down::after, html[lang="en"]
          .module_button-01 li input[type="submit"] span._down::after {
            right: -1em; }
      .module_button-01 li a:hover,
      .module_button-01 li button:hover,
      .module_button-01 li input[type="button"]:hover,
      .module_button-01 li input[type="submit"]:hover {
        opacity: .85; }
        .module_button-01 li a:hover span::after,
        .module_button-01 li button:hover span::after,
        .module_button-01 li input[type="button"]:hover span::after,
        .module_button-01 li input[type="submit"]:hover span::after {
          right: calc(2em - 5px); }
        .module_button-01 li a:hover span._reverse::after,
        .module_button-01 li button:hover span._reverse::after,
        .module_button-01 li input[type="button"]:hover span._reverse::after,
        .module_button-01 li input[type="submit"]:hover span._reverse::after {
          right: auto;
          left: calc(2em - 5px); }
          html[lang="en"] .module_button-01 li a:hover span._reverse::after, html[lang="en"]
          .module_button-01 li button:hover span._reverse::after, html[lang="en"]
          .module_button-01 li input[type="button"]:hover span._reverse::after, html[lang="en"]
          .module_button-01 li input[type="submit"]:hover span._reverse::after {
            left: 0em; }
        .module_button-01 li a:hover span._down::after,
        .module_button-01 li button:hover span._down::after,
        .module_button-01 li input[type="button"]:hover span._down::after,
        .module_button-01 li input[type="submit"]:hover span._down::after {
          right: 1em; }
          html[lang="en"] .module_button-01 li a:hover span._down::after, html[lang="en"]
          .module_button-01 li button:hover span._down::after, html[lang="en"]
          .module_button-01 li input[type="button"]:hover span._down::after, html[lang="en"]
          .module_button-01 li input[type="submit"]:hover span._down::after {
            left: -1em; }
    .module_button-01 li span.ajax-loader {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .module_button-01 li i.fal {
      position: absolute;
      right: 2em;
      top: 50%;
      font-size: 20px;
      font-weight: 100;
      color: #ffffff;
      text-align: center;
      transform: translateY(-45%);
      transition: .3s; }
      @media (max-width: 768px) {
        .module_button-01 li i.fal {
          right: .5em; } }
    .module_button-01 li input[type="submit"]:hover ~ i.fal {
      right: calc(2em - 5px); }
    .module_button-01 li ._menu-open span._down i {
      display: none; }
    .module_button-01 li ._menu-open span._down::after {
      transform: translateY(-50%) rotate(-180deg); }

.module_panel-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .module_panel-01 li {
    width: 270px; }
    @media (max-width: 768px) {
      .module_panel-01 li {
        width: 50%; }
        .module_panel-01 li:nth-child(2n) {
          padding-left: 10px; }
        .module_panel-01 li:nth-child(2n+1) {
          padding-right: 10px; }
        .module_panel-01 li:nth-child(n+3) {
          margin-top: 20px; } }
    .module_panel-01 li a {
      display: block;
      color: #ffffff; }
      .module_panel-01 li a .title {
        display: table;
        width: 100%; }
        @media (max-width: 768px) {
          .module_panel-01 li a .title {
            display: block; } }
        .module_panel-01 li a .title span {
          display: table-cell;
          padding: 0 2em .5em;
          height: 120px;
          background-color: #015b99;
          font-size: 18px;
          vertical-align: middle; }
          @media (max-width: 768px) {
            .module_panel-01 li a .title span {
              display: flex;
              align-items: center;
              padding: .2em 1em;
              height: 70px;
              font-size: 1.4rem; } }
          .module_panel-01 li a .title span i {
            display: inline-block;
            border-bottom: 2px solid #ffffff;
            font-style: normal;
            letter-spacing: .1em; }
            @media (max-width: 768px) {
              .module_panel-01 li a .title span i {
                letter-spacing: 0; } }
      .module_panel-01 li a .image {
        position: relative;
        overflow: hidden;
        height: 220px; }
        @media (max-width: 768px) {
          .module_panel-01 li a .image {
            padding: 0 0 81.481%;
            width: 100%;
            height: 0; } }
        .module_panel-01 li a .image img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          transition: .3s; }
          @media (max-width: 768px) {
            .module_panel-01 li a .image img {
              width: 100%;
              max-height: none;
              height: auto; } }
      .module_panel-01 li a:hover .image img {
        transform: scale(1.1); }

.module_logoList-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  overflow: hidden;
  margin: 0 -20px;
  min-height: 150px; }
  @media (max-width: 768px) {
    .module_logoList-01 {
      margin: 0;
      padding-top: 20px;
      min-height: 0; } }
  .module_logoList-01 li {
    margin: 0 20px;
    padding: 20px 0; }
    .module_logoList-01 li._disabled {
      display: none; }
    @media (max-width: 768px) {
      .module_logoList-01 li {
        margin: 0;
        width: 50%;
        text-align: center; } }
    .module_logoList-01 li img {
      max-width: 200px;
      max-height: 42px; }
      @media (max-width: 768px) {
        .module_logoList-01 li img {
          max-width: 100%; } }
    .module_logoList-01 li._disabled a {
      pointer-events: none; }

.module_newsList-01 {
  border-top: 1px solid #cbcbcb;
  font-size: 16px; }
  @media (max-width: 768px) {
    .module_newsList-01 {
      font-size: 1.2rem; } }
  .module_newsList-01 li {
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
    padding: 15px 40px; }
    @media (max-width: 768px) {
      .module_newsList-01 li {
        padding: 15px 10px; } }
    .module_newsList-01 li a {
      color: #1d1d1d;
      transition: .3s; }
      .module_newsList-01 li a i {
        float: left;
        margin-right: 1.5em;
        border-radius: 1em;
        padding: .2em 1.5em .1em;
        border: 1px solid #666;
        background-color: #666;
        color: #ffffff;
        font-size: 12px;
        font-style: normal;
        text-align: center;
        transition: .3s; }
        @media (max-width: 768px) {
          .module_newsList-01 li a i {
            float: none; } }
      .module_newsList-01 li a:hover {
        color: #ff8400; }
        .module_newsList-01 li a:hover i {
          opacity: .8; }
      .module_newsList-01 li a span {
        display: block;
        overflow: hidden; }
        @media (max-width: 768px) {
          .module_newsList-01 li a span {
            margin-top: .5em; } }

.module_tab-01 {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #015b99;
  font-size: 16px; }
  .module_tab-01 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    min-width: 200px;
    height: 100%; }
    @media (max-width: 768px) {
      .module_tab-01 li {
        min-width: 150px; } }
    .module_tab-01 li a {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #015b99;
      border-bottom: none;
      width: 100%;
      min-height: 60px;
      height: 100%;
      background-color: #ffffff;
      color: #015b99; }
      @media (max-width: 768px) {
        .module_tab-01 li a {
          min-height: 40px; } }
      .module_tab-01 li a:hover, .module_tab-01 li a.current {
        background-color: #015b99;
        color: #ffffff; }

.module_contact {
  display: flex;
  flex-wrap: wrap; }
  .module_contact dt {
    width: 25%; }
    @media (max-width: 768px) {
      .module_contact dt {
        margin-bottom: 10px;
        width: 100%; } }
    .module_contact dt span {
      display: inline-block;
      margin-right: 1.5em;
      border-radius: 1em;
      padding: .2em 1.5em .1em;
      color: #ffffff;
      font-size: 12px;
      font-style: normal;
      text-align: center; }
      .module_contact dt span.label_need {
        background-color: #ff8400; }
      .label_need_en {
        color: #f40000 !important;}
      .module_contact dt span.label_any {
        background-color: #015b99; }
  .module_contact dd {
    margin-bottom: 20px;
    width: 75%; }
    @media (max-width: 768px) {
      .module_contact dd {
        width: 100%; } }
    .module_contact dd:last-child {
      margin-bottom: 0; }
  .module_contact input,
  .module_contact textarea {
    padding: 0 16px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    background: #f6f6f6; }
    .module_contact input[readonly="readonly"],
    .module_contact textarea[readonly="readonly"] {
      border-color: transparent;
      background-color: transparent !important; }
  .module_contact input {
    height: 48px;
    line-height: 46px; }
    .module_contact input.sizeM {
      width: calc(50% - 10px); }
  .module_contact span.your-name-first, .module_contact span.your-name-firstJa {
    margin-left: 20px; }
  .module_contact textarea {
    padding: 16px;
    height: 200px; }
  .module_contact ~ .module_button-01 {
    margin-top: 40px; }
  .module_contact._border > div {
    margin-top: 30px;
    border-bottom: 1px dotted #999;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .module_contact._border dd {
    margin-bottom: 30px; }
    .module_contact._border dd .wpcf7-form-control-wrap {
      position: relative; }
    .module_contact._border dd .wpcf7-select {
      margin-top: 1em;
      padding: 0 3em 0 1em;
      border: 1px solid #b3b3b3;
      border-radius: 4px;
      max-width: 100%;
      height: 45px;
      background: #f6f6f6;
      line-height: 43px; }
      .module_contact._border dd .wpcf7-select[readonly="readonly"] {
        border-color: transparent;
        background-color: transparent !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }

.wpcf7 .wpcf7-validation-errors {
  margin: 40px 0 !important;
  border: 1px solid #ff8400 !important;
  padding: 16px 0 !important;
  font-size: 1.6rem;
  color: #ff8400 !important;
  line-height: 1;
  text-align: center; }

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