@charset "UTF-8";
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ノーマライズ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  line-height: 1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

section, nav, article, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, main, address,
p, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div,
a, em, strong, small, s, cite, q, dfn, abbr, time, kbd, i, b, mark, span,
ins, del,
img, iframe, embed, object, video, audio, canvas, map,
table, caption, tbody, thead, tfoot, tr, td, th,
form, fieldset, legend, label,
details, summary, command, menu,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  font: inherit;
  font-size: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

sub {
  font: inherit;
  vertical-align: baseline;
}

sup {
  font: inherit;
}

blockquote, q {
  quotes: none;
}

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

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

th {
  font-weight: normal;
}

input, button, select, datalist, optgroup, option, textarea, keygen, output, progress, meter {
  font: inherit;
  font-size: inherit;
  vertical-align: baseline;
  margin: 0;
  outline: none;
}

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

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

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ミックスイン

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* クリアフィックス */
/* テキスト非表示ブロック */
/* フォントファミリー */
/* Webフォント指定 */
/* フォントサイズのREM指定 */
/* リンク文字色 */
/* ブロック要素の中央配置 */
/* 要素の天地左右中央配置 */
/* テキスト省略 */
/* ベンダープレフィックス追加 */
/* グラデーション(縦) */
/* グラデーション(横) */
/* グラデーション(放射) */
/* プレースホルダーのカラー */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　関数

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* フォントサイズの%変換 */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　全体設定

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------
   Media query
----------------------------*/
/*----------------------------
   Color
----------------------------*/
@font-face {
  font-family: 'hirakaku7';
  src: url("../fonts/DShirkg7.eot");
  src: url("../fonts/DShirkg7.eot") format("embedded-opentype"), url("../fonts/DShirkg7.woff2") format("woff2"), url("../fonts/DShirkg7.woff") format("woff"), url("../fonts/DShirkg7.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  color: #333;
  font-family: -apple-system, 'Noto Sans JP', 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Yu Gothic UI','Kaiti TC',sans-serif;
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    font-size: 52.5%;
    overflow-x: hidden;
  }
}

body {
  font-size: 1.5rem;
  line-height: 1.6;
}

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

main a, main:link, main:visited {
  color: #2c4397;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main a:hover, main:link:hover, main:visited:hover {
  text-decoration: none;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.wrapper {
  position: relative;
}

.p-lead {
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.7;
}

.p-lead p {
  font-size: 1.6rem;
}

.content-inner .inner + .inner {
  margin-top: 40px;
}

.content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.content-header .headline01 {
  margin-bottom: 0;
}

.btn-wrap-center, .btn-wrap-right {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .btn-wrap-center, .btn-wrap-right {
    margin-top: 40px;
  }
}

.btn-wrap-center .btn_slide, .btn-wrap-right .btn_slide {
  font-size: 1.7rem;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
}

.btn-wrap-center .btn_slide._w145, .btn-wrap-right .btn_slide._w145 {
  font-size: 1.5rem;
  max-width: 145px;
  padding: 7px 10px;
}

.btn-wrap-center .btn_slide._w196, .btn-wrap-right .btn_slide._w196 {
  font-size: 1.5rem;
  max-width: 196px;
  padding: 10px;
}

.btn-wrap-center .btn_slide._w196 .angle-link, .btn-wrap-right .btn_slide._w196 .angle-link {
  position: relative;
}

.btn-wrap-center {
  text-align: center;
}

.btn-wrap-right {
  text-align: right;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .btn-wrap-right {
    width: 100%;
  }
}

.btn_slide {
  display: inline-block;
  color: #fff;
  background: #2c4397;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 15px 10px;
}

.btn_slide .external-link {
  position: relative;
}

.btn_slide .external-link:after {
  content: "\f35d";
  margin-left: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.btn_slide .angle-link {
  position: relative;
}

.btn_slide .angle-link:after {
  content: "\f105";
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.btn_slide .angle-link_fuki {
  display: block;
  width: 100%;
  max-width: 173px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c4397;
  margin-top: -30px;
  margin-bottom: 5px;
  padding: 2px 10px;
  border: 2px solid #2c4397;
  background-color: white;
  border-radius: 15px;
  z-index: 1;
}

.btn_slide .angle-link_fuki::before, .btn_slide .angle-link_fuki::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
}

.btn_slide .angle-link_fuki::before {
  bottom: -10px;
  border-color: #2c4397 transparent transparent transparent;
  border-width: 7.8px 4.5px 0 4.5px;
  z-index: 2;
}

.btn_slide .angle-link_fuki::after {
  bottom: -6px;
  border-color: #fff transparent transparent transparent;
  border-width: 6.1px 3.5px 0 3.5px;
  z-index: 3;
}

.btn_slide span {
  position: relative;
}

.btn_slide:before {
  content: '';
  background: #1d2d69;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.btn_slide:hover:before, .btn_slide:active:before {
  width: 100%;
}

.btn_slide.gray {
  background: #aaa;
  border-radius: 8px;
  overflow: hidden;
}

.btn_slide.gray::before {
  background: #505050;
}

.pagetop {
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 90px;
  padding: 0 30px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  right: 0;
  bottom: -92px;
  z-index: 10;
  -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
}

.pagetop::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 10px;
}

.pagetop:hover {
  opacity: .8;
  bottom: -72px;
}

.decoration {
  position: relative;
}

.decoration:before, .decoration:after {
  content: '';
  background: #ddd;
  width: calc(50% + 40px);
  height: 1px;
  position: absolute;
}

@media (max-width: 1024px) {
  .decoration:before, .decoration:after {
    width: 55vw;
  }
}

.decoration:before {
  top: 70px;
  left: 0;
}

@media (max-width: 1024px) {
  .decoration:before {
    top: 20px;
  }
}

.decoration:after {
  bottom: 70px;
  right: 0;
}

@media (max-width: 1024px) {
  .decoration:after {
    bottom: 20px;
  }
}

.decoration:nth-of-type(even) {
  background-color: #f4f4f4;
}

.decoration .content-inner {
  max-width: 1140px;
  padding: 120px 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .decoration .content-inner {
    padding: 60px 10px;
    margin: 0 10px;
  }
}

.decoration .content-inner:before, .decoration .content-inner:after {
  content: '';
  width: 1px;
  height: 250px;
  position: absolute;
}

@media (max-width: 1024px) {
  .decoration .content-inner:before, .decoration .content-inner:after {
    height: 100px;
  }
}

.decoration .content-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), color-stop(30%, #dddddd), to(rgba(221, 221, 221, 0)));
  background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 30%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #dddddd 30%, rgba(221, 221, 221, 0) 100%);
  top: 0;
  left: 0;
}

.decoration .content-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 221, 221, 0)), color-stop(1%, rgba(221, 221, 221, 0)), color-stop(70%, #dddddd), to(#dddddd));
  background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0) 1%, #dddddd 70%, #dddddd 100%);
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0) 1%, #dddddd 70%, #dddddd 100%);
  bottom: 0;
  right: 0;
}

.headline01 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.4;
}

.headline02 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.headline02.bodor {
  font-size: 3rem;
}

.headline02.bodor .text-en {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headline02.bodor .text-en:before, .headline02.bodor .text-en:after {
  display: none;
}

.headline02 .text-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #2c4397;
  margin-top: 10px;
}

.headline02 .text-en:before, .headline02 .text-en:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
}

.headline02 .text-en:before {
  margin-right: 5px;
}

.headline02 .text-en:after {
  margin-left: 5px;
}

.headline03 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
}

.headline04 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.headline05 {
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.headline05:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #2c4397;
  border-radius: 50%;
  top: 14px;
  line-height: 0;
}

@media (max-width: 767px) {
  .headline05:before {
    top: 10px;
  }
}

.headline06, .headline07 {
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 160px;
  margin-bottom: 70px;
  color: #333;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .headline06, .headline07 {
    padding-top: 100px;
    margin-bottom: 30px;
  }
}

.headline06::before, .headline07::before {
  color: #2c4397;
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-size: 10rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  width: 100%;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .headline06::before, .headline07::before {
    top: 0;
  }
}

.headline07::before {
  content: "\f071";
  font-weight: 600;
}

.table-style01 {
  margin-top: 40px;
  width: 100%;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.4;
  border-right: 1px solid #2f4790;
}

.table-style01 th {
  width: 30%;
  color: #fff;
  background: #2f4790;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .table-style01 th {
    padding: 5px 10px;
  }
}

.table-style01 td.top {
  border-top: 1px solid #fff;
}

.table-style01 td {
  width: 70%;
  padding: 10px 15px;
  border-bottom: 1px solid #2f4790;
  -webkit-box-shadow: 1px 1px rgba(47, 71, 144, 0.3);
          box-shadow: 1px 1px rgba(47, 71, 144, 0.3);
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .table-style01 td {
    padding: 5px 10px;
  }
}

.table-style01 td span {
  font-weight: bold;
}

.table-style01 td.top {
  border-top: 1px solid #2f4790;
}

.breadcrumb .content-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.breadcrumb .content-inner .breadcrumb {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  /*バーの太さ*/
  /*バーの背景色*/
  /*バーの色*/
}

@media (max-width: 767px) {
  .breadcrumb .content-inner .breadcrumb {
    padding: 20px 5px;
  }
}

.breadcrumb .content-inner .breadcrumb .breadcrumb-item {
  font-size: 1.4rem;
  white-space: nowrap;
}

.breadcrumb .content-inner .breadcrumb .breadcrumb-item a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #2c4397;
}

.breadcrumb .content-inner .breadcrumb .breadcrumb-item a:hover {
  color: #1d2d69;
  -webkit-transition: .3s;
  transition: .3s;
}

.breadcrumb .content-inner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb .content-inner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 1.0rem;
  content: ">";
}

.breadcrumb .content-inner .breadcrumb::-webkit-scrollbar {
  height: 5px;
  border-radius: 10px;
}

.breadcrumb .content-inner .breadcrumb::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.breadcrumb .content-inner .breadcrumb::-webkit-scrollbar-thumb {
  background: #444;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ヘッダー

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
header {
  border-bottom: solid 1px #efefef;
}

header hgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  header hgroup {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    position: relative;
  }
}

header hgroup .logo__area {
  max-width: 360px;
  width: 20vw;
  padding: 20px 0;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  header hgroup .logo__area {
    max-width: 240px;
    width: 100%;
    padding: 10px 0;
    padding-right: 10px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  header hgroup .logo__area {
    width: 200px;
    margin: 0;
  }
}

header hgroup .logo__area a {
  display: block;
}

header hgroup .logo__area a img {
  max-width: 100%;
  width: 100%;
  display: block;
}

header hgroup nav input {
  display: none;
}

@media (max-width: 1024px) {
  header hgroup nav input:checked ~ ul {
    right: 0;
  }
}

header hgroup nav .sp-menu-link {
  display: none;
}

@media (max-width: 1024px) {
  header hgroup nav .sp-menu-link {
    display: block;
  }
}

header hgroup nav .open {
  display: none;
}

@media (max-width: 1024px) {
  header hgroup nav .open {
    display: block;
  }
  header hgroup nav .open:after {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-size: 4rem;
    font-weight: 900;
  }
}

@media (max-width: 1024px) {
  header hgroup nav .close {
    display: block;
    text-align: center;
    padding: 10px 25px 9px;
  }
  header hgroup nav .close:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
  }
}

header hgroup nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-right: solid 1px #efefef;
  width: 74vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
}

@media (max-width: 1024px) {
  header hgroup nav ul {
    width: auto;
    border: 0;
    display: block;
    background: rgba(44, 67, 151, 0.98);
    top: 0;
    right: -100%;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    max-width: 320px;
  }
}

header hgroup nav ul li {
  text-align: center;
  border-left: solid 1px #efefef;
  width: 80%;
}

@media (max-width: 1024px) {
  header hgroup nav ul li {
    text-align: left;
    border-left: 0;
    background-color: transparent;
    width: 100%;
  }
}

header hgroup nav ul li:first-child {
  display: none;
}

@media (max-width: 1024px) {
  header hgroup nav ul li:first-child {
    display: block;
  }
}

@media (max-width: 1024px) {
  header hgroup nav ul li {
    border-bottom: dotted 1px #ccc;
  }
}

header hgroup nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  header hgroup nav ul li a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4;
    padding: 15px 25px;
    color: #fff;
  }
  header hgroup nav ul li a br {
    display: none;
  }
}

header hgroup nav ul li a:hover {
  color: #2c4397;
}

@media (max-width: 1024px) {
  header hgroup nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

header hgroup nav ul li a::after {
  content: '';
  background: #2c4397;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media (max-width: 1024px) {
  header hgroup nav ul li a::after {
    content: none;
  }
}

header hgroup nav ul li a:hover::after, header hgroup nav ul li a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header hgroup nav ul li a.is-current {
  color: #2c4397;
}

@media (max-width: 1024px) {
  header hgroup nav ul li a.is-current {
    background-color: #fff;
  }
}

header hgroup nav ul li a.is-current::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 1024px) {
  header hgroup nav ul li a.is-current::after {
    opacity: 0;
  }
}

header hgroup nav ul li.w-100 {
  width: 100%;
  letter-spacing: -1px;
}

header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  top: -100px;
  left: 0;
  z-index: 900;
  -webkit-animation: fixednav_show 1s ease-in-out forwards;
          animation: fixednav_show 1s ease-in-out forwards;
}

header.is-fixed .logo__area {
  max-width: 300px;
  width: 100%;
  margin-left: 20px;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  header.is-fixed .logo__area {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  header.is-fixed .logo__area {
    width: 150px;
    margin-left: 0;
  }
}

@-webkit-keyframes fixednav_show {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes fixednav_show {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　フッター

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
footer {
  color: #fff;
  background: #333;
  padding-top: 60px;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0 0 0;
  }
}

footer .content-inner {
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  footer nav {
    display: none;
  }
}

footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

footer nav ul li:nth-child(n + 2) {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  footer nav ul li:nth-child(n + 2) {
    margin-left: 10px;
  }
}

footer nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer nav ul li a:hover {
  color: #3452bd;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  footer nav ul li a {
    font-size: 1.3rem;
  }
}

footer address {
  max-width: 1140px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  footer address {
    margin: 0 auto;
    padding: 0 10px;
  }
}

footer address dl dt {
  font-size: 2rem;
}

footer address dl dd {
  font-size: 1.5rem;
  margin-top: 5px;
}

footer .copyright {
  display: block;
  color: #333;
  background: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 5px 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  footer .copyright {
    margin-top: 20px;
  }
}

.contact_link {
  background: url("../img/contact_image.png") center no-repeat;
  background-size: cover;
}

.contact_link:before, .contact_link:after {
  background: #fff;
}

.contact_link .content-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
}

.contact_link .content-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(70%, white), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 70%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 70%, white 100%);
}

.contact_link .headline01 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}

.contact_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact_link ul {
    display: block;
    margin: 0;
    width: 100%;
  }
}

.contact_link ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 505px;
  text-align: center;
  width: 100%;
  margin-right: 1%;
}

@media (max-width: 767px) {
  .contact_link ul li {
    width: 100%;
    margin: 0 auto;
  }
}

.contact_link ul li dl {
  width: 100%;
  line-height: 1.6;
  font-weight: bold;
  padding: 20px 0;
  border: solid 1px #ebebeb;
  margin: 40px;
}

@media (max-width: 767px) {
  .contact_link ul li dl {
    margin: 20px;
  }
}

.contact_link ul li dl dt {
  font-size: 1.8rem;
}

.contact_link ul li dl dd {
  font-size: 3rem;
  margin-top: 10px;
}

.contact_link ul li dl dd small {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

.contact_link ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 80px);
  font-size: 2.2rem;
  font-weight: bold;
  margin: 40px;
}

@media (max-width: 767px) {
  .contact_link ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    color: #fff;
    background: #2c4397;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    margin: 20px;
  }
}

.contact_link ul li + li {
  margin-left: 1%;
  margin-right: 0;
}

@media (max-width: 767px) {
  .contact_link ul li + li {
    margin: 15px auto 0;
  }
}

.map {
  position: relative;
}

.map #map {
  width: 100%;
  height: 400px;
}

.map > a {
  font-size: 1.5rem;
  line-height: 55px;
  padding: 0 30px;
  position: absolute;
  top: 40px;
  left: calc(50% - 520px);
}

@media (max-width: 767px) {
  .map > a {
    color: #fff;
    background: #2c4397;
    text-decoration: none;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    left: 15px;
    line-height: 1.7;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　トップページ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index .visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1440px;
  margin: 20px auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .index .visual {
    width: 100%;
  }
}

.index .visual .title {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 45px;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .index .visual .title {
    padding: 12px 20px;
    top: 20px;
  }
}

.index .visual .title dl {
  color: #000;
  font-family: 'hirakaku7';
}

.index .visual .title dl dt {
  font-size: 5rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .index .visual .title dl dt {
    font-size: 2.4rem;
  }
}

.index .visual .title dl dt .small {
  font-size: 3.8rem;
}

@media (max-width: 767px) {
  .index .visual .title dl dt .small {
    font-size: 2rem;
  }
}

.index .visual .title dl dd {
  font-size: 3.6rem;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .index .visual .title dl dd {
    font-size: 2rem;
    margin-top: 5px;
  }
}

.index .visual .title .fadeIn {
  opacity: 0;
}

.index .visual .title .fadeIn span {
  opacity: 0;
}

.index .visual ul {
  max-width: 960px;
  width: 100%;
}

.index .visual ul li figure {
  position: relative;
}

.index .visual ul li figure figcaption {
  font-size: 2.8rem;
  line-height: 2;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

@media (max-width: 767px) {
  .index .visual ul li figure figcaption {
    font-size: 1.5rem;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .index .visual ul li figure img {
    width: 80vw;
    margin-left: auto;
  }
}

.index .visual ul li.white figure figcaption {
  color: #fff;
}

.index .visual .slide-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .index .visual .slide-dots {
    padding: 0 10px;
  }
}

.index .visual .slide-dots li {
  opacity: 1;
  margin-left: 20px;
}

.index .visual .slide-dots li button {
  background: #bcbcbc;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.index .visual .slide-dots .slick-active button {
  background: #2c4397;
}

.index .intro:before, .index .intro:after {
  opacity: .3;
}

.index .intro .content-inner:before, .index .intro .content-inner:after {
  opacity: .3;
}

.index .intro h3 {
  font-size: 3.2rem;
  font-weight: bold;
}

.index .intro p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 30px;
}

.index .bodor {
  background: #f4f4f4;
}

.index .case:before, .index .case:after {
  opacity: .5;
}

.index .case .content-inner:before, .index .case .content-inner:after {
  opacity: .5;
}

.index .case-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .index .case-box {
    width: 100%;
    display: block;
  }
}

.index .case-box .box {
  width: 325px;
}

@media (max-width: 767px) {
  .index .case-box .box {
    width: 100%;
  }
}

.index .case-box .box a {
  display: block;
  color: #333;
  text-decoration: none;
}

.index .case-box .box a figure {
  background: #000;
  overflow: hidden;
  position: relative;
  height: 190px;
}

.index .case-box .box a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: opacity .3s, width .3s;
  transition: opacity .3s, width .3s;
}

.index .case-box .box a aside {
  background: #f4f4f4;
  position: relative;
}

.index .case-box .box a aside:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #2c4397 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.index .case-box .box a aside span {
  color: #1e2e69;
  font-size: 1.2rem;
  line-height: 28px;
  padding: 0 15px;
  position: absolute;
  top: -14px;
  left: 0;
}

.index .case-box .box a aside span.category01 {
  background: #eef01e;
}

.index .case-box .box a aside span.category02 {
  background: #fded66;
}

.index .case-box .box a aside span.category03 {
  background: #66cafd;
}

.index .case-box .box a aside p {
  font-size: 1.7rem;
  line-height: 2;
  padding: 20px;
}

.index .case-box .box a:hover figure img, .index .case-box .box a:active figure img {
  width: 120%;
  opacity: .8;
}

@media (max-width: 767px) {
  .index .case-box .box + .box {
    margin-top: 15px;
  }
}

.index .case-box .btn-warp {
  text-align: center;
  margin-top: 70px;
}

.index .case-box .btn-warp a {
  font-size: 1.7rem;
  max-width: 325px;
  width: 100%;
  padding: 10px;
}

.index .news {
  background: #f4f4f4;
}

.sub-visual {
  width: 100%;
  min-height: 120px;
  padding: 35px 0;
  background-position: right top;
  background-repeat: no-repeat no-repeat;
  position: relative;
}

@media (max-width: 1024px) {
  .sub-visual {
    color: #fff;
  }
  .sub-visual:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 1024px) {
  .sub-visual .text-en {
    color: #fff;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　BOX 共通スタイル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.box-style01, .box-style01--link__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}

.box-style01 .box + .box, .box-style01--link__card .box + .box {
  margin-left: 2%;
}

@media (max-width: 767px) {
  .box-style01 .box + .box, .box-style01--link__card .box + .box {
    margin-left: 0;
  }
}

.box-style01.n-border .box, .box-style01--link__card.n-border .box {
  border: 0;
}

.box-style01 .box, .box-style01--link__card .box {
  width: 32%;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box-style01 .box, .box-style01--link__card .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-style01 .box:nth-child(3n + 1), .box-style01--link__card .box:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .box-style01 .box:nth-child(3n + 1), .box-style01--link__card .box:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.box-style01 .box video, .box-style01--link__card .box video {
  width: 100%;
}

.box-style01 .box .grad-wrap, .box-style01--link__card .box .grad-wrap {
  padding: 20px;
  position: relative;
}

.box-style01 .box .grad-wrap .grad-trigger, .box-style01--link__card .box .grad-wrap .grad-trigger {
  display: none;
}

.box-style01 .box .grad-wrap .grad-trigger:checked ~ .grad-btn span::before, .box-style01--link__card .box .grad-wrap .grad-trigger:checked ~ .grad-btn span::before {
  content: "閉じる";
}

.box-style01 .box .grad-wrap .grad-trigger:checked ~ .grad-btn span::after, .box-style01--link__card .box .grad-wrap .grad-trigger:checked ~ .grad-btn span::after {
  content: "\f102";
}

.box-style01 .box .grad-wrap .grad-trigger:checked ~ .grad-item, .box-style01--link__card .box .grad-wrap .grad-trigger:checked ~ .grad-item {
  height: auto;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box-style01 .box .grad-wrap .grad-trigger:checked ~ .grad-item::before, .box-style01--link__card .box .grad-wrap .grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.box-style01 .box .grad-wrap .grad-btn, .box-style01--link__card .box .grad-wrap .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  width: 165px;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

.box-style01 .box .grad-wrap .grad-btn span::before, .box-style01--link__card .box .grad-wrap .grad-btn span::before {
  content: "もっと見る";
  color: #fff;
}

.box-style01 .box .grad-wrap .grad-btn span::after, .box-style01--link__card .box .grad-wrap .grad-btn span::after {
  content: "\f103";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
}

.box-style01 .box .grad-wrap .grad-item, .box-style01--link__card .box .grad-wrap .grad-item {
  position: relative;
  overflow: hidden;
  height: 100px;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box-style01 .box .grad-wrap .grad-item::before, .box-style01--link__card .box .grad-wrap .grad-item::before {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.box-style01 .box .grad-wrap.no_btn .grad-item:before, .box-style01--link__card .box .grad-wrap.no_btn .grad-item:before {
  background: none;
}

.box-style01 .box figcaption, .box-style01--link__card .box figcaption {
  margin-top: 10px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}

.box-style01 .box figcaption:before, .box-style01--link__card .box figcaption:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #2c4397;
  border-radius: 50%;
  top: 8px;
  line-height: 0;
}

@media (max-width: 767px) {
  .box-style01 .box figcaption:before, .box-style01--link__card .box figcaption:before {
    top: 5px;
  }
}

.box-style01 .box iframe, .box-style01--link__card .box iframe {
  width: 100%;
  height: 60%;
}

.box-style01 + .p-lead, .box-style01--link__card + .p-lead {
  margin-top: 40px;
}

.box-style01--link__card {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box-style01--link__card .box {
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.box-style01--link__card .box a {
  text-decoration: none;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.box-style01--link__card .box a:after {
  content: "\f35d";
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c4397;
}

.box-style01--link__card .box a:hover {
  background-color: rgba(44, 67, 151, 0.1);
}

.box-style01--link__card.image-link a {
  padding: 0;
  position: relative;
}

.box-style01--link__card.image-link a:hover {
  opacity: .8;
}

.box-style01--link__card.image-link .image-link__tit {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-style01--link__card.image-link .image-link__1 a {
  background-color: #000;
  padding: 20px;
}

.box-style01--link__card.image-link .image-link__1 a > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.box-style01--link__card.image-link .image-link__1 a .image-link__tit {
  position: static;
  margin: 0;
  color: #fff;
  margin-bottom: 20px;
}

.box-style01--link__card.image-link .image-link__1 a::after {
  color: #fff;
}

.box-style01--link__card.image-link .image-link__1 a img {
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.box-style01--link__card.image-link .image-link__2 a {
  background-color: #f0f0f0;
}

.box-style01--link__card.image-link .image-link__2 a img {
  width: 100%;
}

.box-style02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .box-style02 {
    width: 100%;
    display: block;
  }
}

.box-style02 .box {
  width: 31%;
}

@media (max-width: 767px) {
  .box-style02 .box {
    width: 100%;
  }
}

.box-style02 .box img {
  width: 100%;
}

.box-style02 .box .textarea {
  margin-top: 20px;
}

.box-style02 .box .textarea .title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}

.box-style02 .box .textarea text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
}

.box-style02 .box .btn-wrap {
  text-align: right;
  margin-top: 20px;
}

.box-style02 .box .btn-wrap .btn_slide {
  font-size: 1.5rem;
  line-height: 33px;
  padding: 0 20px;
}

.box-style02 .box .btn-wrap .btn_slide::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: 900;
  margin-left: 10px;
  position: relative;
}

.box-style02 .box .btn-wrap__noarrow {
  text-align: right;
  margin-top: 20px;
}

.box-style02 .box .btn-wrap__noarrow .btn_slide {
  font-size: 1.5rem;
  line-height: 33px;
  padding: 0 20px;
}

.box-style02 .box + .box {
  margin-left: 2%;
}

@media (max-width: 767px) {
  .box-style02 .box + .box {
    margin-left: 0;
    margin-top: 15px;
  }
}

.box-style03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .box-style03 {
    width: 100%;
    display: block;
  }
}

.box-style03 .figurearea {
  width: 40%;
}

@media (max-width: 767px) {
  .box-style03 .figurearea {
    width: 100%;
  }
}

.box-style03 .figurearea img {
  width: 100%;
}

.box-style03 .textarea {
  margin-left: 3%;
  width: 60%;
}

@media (max-width: 767px) {
  .box-style03 .textarea {
    width: 100%;
    margin-left: 0;
  }
}

.box-style03 .btn-wrap {
  margin-top: 40px;
}

.box-style03 .btn-wrap a {
  display: block;
  width: 100%;
  text-align: center;
}

.box-style04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .sp-order_1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .sp-order_2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.box-style05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}

.box-style05 .box + .box {
  margin-left: 4%;
}

@media (max-width: 767px) {
  .box-style05 .box + .box {
    margin-left: 0;
  }
}

.box-style05.n-border .box {
  border: 0;
}

.box-style05 .box {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box-style05 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-style05 .box:nth-child(2n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .box-style05 .box:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.box-style05 .box iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .box-style05 .box iframe {
    height: 60%;
  }
}

.box-style05 .box + .p-lead {
  margin-top: 40px;
}

.box-style06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}

.box-style06._center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-style06 .box + .box {
  margin-left: 4%;
}

@media (max-width: 767px) {
  .box-style06 .box + .box {
    margin-left: 0;
  }
}

.box-style06 .box {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box-style06 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-style06 .box:nth-child(2n + 1) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .box-style06 .box:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.box-style06 .box figure {
  border: 2px solid #ddd;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　会社案内

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.company .sub-visual {
  background: url("../../assets/img/campany/headline_company.png") no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

.company .access {
  background: #f4f4f4;
}

.company .access .map01,
.company .access .map02 {
  margin-top: 40px;
}

.company .access .map01 #access_map01,
.company .access .map01 #access_map02,
.company .access .map02 #access_map01,
.company .access .map02 #access_map02 {
  margin-top: 20px;
  width: 100%;
  height: 250px;
  border: 10px solid #dadada;
  position: relative;
}

.company .access .map01 #access_map01 .btn_slide,
.company .access .map01 #access_map02 .btn_slide,
.company .access .map02 #access_map01 .btn_slide,
.company .access .map02 #access_map02 .btn_slide {
  font-size: 1.5rem;
  line-height: 55px;
  padding: 0 30px;
  position: absolute;
  top: 30px;
  left: 40px;
}

@media (max-width: 767px) {
  .company .access .map01 #access_map01 .btn_slide,
  .company .access .map01 #access_map02 .btn_slide,
  .company .access .map02 #access_map01 .btn_slide,
  .company .access .map02 #access_map02 .btn_slide {
    line-height: 1.7;
    padding: 10px;
    top: 10px;
    left: 10px;
  }
}

.company .access ul {
  margin-top: 30px;
  background: #fff;
  padding: 20px 30px;
}

.company .access ul li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
}

.company .access ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.company .access ul li + li {
  margin-top: 10px;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	工作機械及び工具

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.tools .sub-visual {
  background: url(../../assets/img/tools/headline_tools.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	レーザ加工機 bodor

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.bodor .sub-visual {
  background: url(../../assets/img/bodor/headline_bodor.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

.bodor .btn_slide._ext {
  font-family: 'hirakaku7';
  font-size: 1.6rem;
  font-weight: 400;
  padding: 12px 10px;
}

.bodor .btn_slide._ext .external-link small {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .bodor .box-style05 .box {
    margin-bottom: 30px;
  }
}

.bodor .box figure {
  text-align: center;
}

@media (max-width: 767px) {
  .bodor .iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}

@media (max-width: 767px) {
  .bodor .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	レーザシステム 及びレーザー機器

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.laser-system .sub-visual {
  background: url(../../assets/img/laser-system/headline_laser-system.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　加工事例

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.cases .sub-visual {
  background: url(../../assets/img/cases/headline_cases.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　お知らせトップページ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_news .sub-visual {
  background: url(../../assets/img/news/headline_news.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

.news_list {
  margin-top: 30px;
}

.news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .news_list li {
    display: block;
  }
}

.news_list li span {
  width: 100px;
  display: block;
}

.news_list li a {
  color: #2c4397;
}

.news_list li a:hover {
  text-decoration: none;
}

.page_navi {
  margin-top: 50px;
  text-align: center;
}

.page_navi li {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.6rem;
}

.page_navi li a {
  padding: 2px 7px;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  background: #fff;
}

.page_navi li a:hover, .page_navi li a.is-current {
  background: #2c4397;
  color: #fff;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　お知らせ詳細ページ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.article-wrap .date {
  margin: 0 0 25px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.article-wrap .article-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .article-wrap .article-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article-wrap .article-area .img-wrap + .text-wrap {
    margin-top: 15px;
  }
}

.article-wrap .article-area.column-2 .img-wrap {
  width: 48%;
}

@media (max-width: 767px) {
  .article-wrap .article-area.column-2 .img-wrap {
    width: 100%;
  }
}

.article-wrap .article-area.column-2 .img-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.article-wrap .article-area.column-2 .text-wrap {
  width: 48%;
}

@media (max-width: 767px) {
  .article-wrap .article-area.column-2 .text-wrap {
    width: 100%;
  }
}

.article-wrap .article-area.column-2 .text-wrap p {
  font-size: 1.5rem;
  line-height: 1.7;
}

.article-wrap .article-area .text-wrap {
  width: 100%;
}

.article-wrap .article-area .text-wrap p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.article-wrap .article-area .btn {
  text-align: center;
}

.article-wrap .article-area .btn .btn_slide {
  font-size: 2.2rem;
  line-height: 80px;
  padding: 0 70px;
  margin-top: 50px;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　お問い合わせページ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.contact {
  /*--/.information--*/
  /*--/.form--*/
}

.contact .sub-visual {
  background: url(../../assets/img/contact/headline_contact.png) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}

.contact .information {
  /*--/.contact-box--*/
}

.contact .information .contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .contact .information .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact .information .contact-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 420px;
  width: 100%;
  border: 1px solid #ebebeb;
  text-align: center;
}

.contact .information .contact-box .box .box-inner {
  width: 100%;
  line-height: 1.6;
  font-weight: bold;
  padding: 20px 0;
}

.contact .information .contact-box .box .box-inner dt {
  font-size: 1.8rem;
}

.contact .information .contact-box .box .box-inner dd {
  font-size: 3rem;
  margin-top: 5px;
}

.contact .information .contact-box .box .box-inner dd small {
  display: block;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .contact .information .contact-box .box + .box {
    margin-top: 15px;
  }
}

.contact .form {
  background: #f4f4f4;
}

.contact .form .form_pass {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .contact .form .form_pass {
    margin-top: 40px;
  }
}

.contact .form .form_pass ol {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.contact .form .form_pass ol li {
  font-size: 1.4rem;
  position: relative;
}

.contact .form .form_pass ol li span {
  padding-top: 60px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

.contact .form .form_pass ol li span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #dadada;
}

.contact .form .form_pass ol li.current span::before {
  background: #2c4397;
}

.contact .form .form_pass ol::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  height: 15px;
  width: 95%;
  background: #dadada;
}

.contact .form form {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .contact .form form {
    margin-top: 50px;
  }
}

.contact .form .tr-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #e8e8e8;
}

@media (max-width: 767px) {
  .contact .form .tr-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact .form .tr-row .th-col {
  width: 35%;
}

@media (max-width: 767px) {
  .contact .form .tr-row .th-col {
    width: 100%;
    margin-bottom: 5px;
  }
}

.contact .form .tr-row .th-col label {
  display: inline-block;
  font-weight: bold;
  width: 162px;
}

@media (max-width: 767px) {
  .contact .form .tr-row .th-col label {
    width: auto;
    margin-right: 5px;
  }
}

.contact .form .tr-row .th-col label span {
  font-size: 0.8rem;
  color: #333;
  background: transparent;
  padding: 0;
}

.contact .form .tr-row .td-col {
  width: 65%;
}

@media (max-width: 767px) {
  .contact .form .tr-row .td-col {
    width: 100%;
  }
}

.contact .form .tr-row .td-col input::-webkit-input-placeholder,
.contact .form .tr-row .td-col textarea::-webkit-input-placeholder {
  color: #dadada;
}

.contact .form .tr-row .td-col input:-ms-input-placeholder,
.contact .form .tr-row .td-col textarea:-ms-input-placeholder {
  color: #dadada;
}

.contact .form .tr-row .td-col input::-ms-input-placeholder,
.contact .form .tr-row .td-col textarea::-ms-input-placeholder {
  color: #dadada;
}

.contact .form .tr-row .td-col input::placeholder,
.contact .form .tr-row .td-col textarea::placeholder {
  color: #dadada;
}

.contact .form input[type=text],
.contact .form select,
.contact .form textarea {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}

.contact .form textarea {
  width: 100%;
  height: 250px;
}

.contact .form input[type=radio] + input[type=radio] {
  margin-left: 30px;
}

.contact .form .col_1 input,
.contact .form .col_1 select {
  width: 100%;
}

.contact .form .col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact .form .col_2 .col {
  width: 48%;
}

.contact .form .col_2 input[type=text] {
  width: 100%;
}

.contact .form .require-error .require input, .contact .form .require-error .require textarea, .contact .form .require-error .require select {
  border: 2px solid #e60012;
}

.contact .form .require-icon {
  font-size: 1.4rem;
  color: #fff;
  background: #2c4397;
  border-radius: 3px;
  padding: 1px 7px;
  display: inline-block;
}

.contact .form p {
  text-align: center;
  margin-top: 40px;
}

.contact .form .privacy {
  font-size: 1.6rem;
}

.contact .form .privacy input {
  margin-right: 10px;
}

.contact .form .privacy a {
  text-decoration: none;
  color: #2c4397;
}

.contact .form .privacy a:hover {
  color: #2c4397;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.contact .form .form-btn-wrap {
  max-width: 720px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .contact .form .form-btn-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact .form .btn_slide, .contact .form .btn_back {
  font-size: 2.2rem;
  padding: 20px 70px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact .form .btn_back {
  background-color: #dadada;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .contact .form .btn_back {
    margin-bottom: 15px;
  }
}

.contact .form .btn_back::before {
  content: '';
  background: #a2a2a2;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.contact .form .btn_back:hover::before, .contact .form .btn_back:active::before {
  width: 100%;
}

.contact .form .btn_back span {
  position: relative;
}

.contact .form .error-box {
  background-color: #e60012;
  color: #fff;
  padding: 15px 40px;
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .contact .form .error-box {
    padding: 15px 10px;
  }
}

.contact .form .error-box p {
  margin-top: 0;
}

.contact .form .require-message {
  font-size: 1.2rem;
  color: #e60012;
  margin-top: 7px;
  display: block;
  margin-bottom: -10px;
  width: 100%;
}

.contact .form .select-wrap {
  position: relative;
}

.contact .form .select-wrap:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #2c4397 transparent transparent transparent;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contact .form .select-wrap select {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.contact .radio-style {
  display: none;
}

.contact .radio-style + label {
  padding-left: 50px;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact .radio-style + label {
    padding-left: 30px;
  }
}

.contact .radio-style + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 5px solid #dadada;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .contact .radio-style + label::before {
    width: 10px;
    height: 10px;
  }
}

.contact .radio-style:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: #2c4397;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .contact .radio-style:checked + label::after {
    width: 10px;
    height: 10px;
  }
}

.contact .check-style {
  display: none;
}

.contact .check-style + label {
  padding-left: 30px;
  position: relative;
  margin-right: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact .check-style + label {
    padding-left: 18px;
  }
}

.contact .check-style + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #dadada;
  background-color: #fff;
}

@media (max-width: 767px) {
  .contact .check-style + label::before {
    width: 12px;
    height: 12px;
  }
}

.contact .check-style:checked + label::after {
  content: "\f00c";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  font-size: 2rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #2c4397;
}

.contact .check-box01 + .check-style {
  margin-left: 20px;
}

.contact .check-style + label + .require-icon {
  margin-left: 5px;
}

.privacy .sub-visual {
  background: url(../../assets/img/privacy/headline_privacy.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: relative;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	List

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.list-disc {
  list-style: disc;
  margin: 0;
}

.list-disc li {
  margin-left: 20px;
}

.list-counter {
  counter-reset: count;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 35px 0 35px -25px;
}

@media (max-width: 767px) {
  .list-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-counter li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #2c4397;
  text-align: center;
  margin: 35px 0 0 25px;
  padding: 30px 10px;
  background-color: white;
}

@media (max-width: 767px) {
  .list-counter li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 45px 0 0 25px;
  }
}

.list-counter li::before {
  content: " ";
  counter-increment: count;
  content: counter(count);
  display: block;
  width: 33px;
  height: 33px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  border-radius: 50%;
  background-color: #2c4397;
}

.list-counter li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #2c4397;
}

@media (max-width: 767px) {
  .list-counter li::after {
    top: auto;
    bottom: -18px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 10.4px 6px 0 6px;
    border-color: #2c4397 transparent transparent transparent;
  }
}

.list-counter li:last-child::after {
  display: none;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	Utility

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mt21 {
  margin-top: 21px;
}

.mt22 {
  margin-top: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mt24 {
  margin-top: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mt26 {
  margin-top: 26px;
}

.mt27 {
  margin-top: 27px;
}

.mt28 {
  margin-top: 28px;
}

.mt29 {
  margin-top: 29px;
}

.mt30 {
  margin-top: 30px;
}

.mt31 {
  margin-top: 31px;
}

.mt32 {
  margin-top: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mt37 {
  margin-top: 37px;
}

.mt38 {
  margin-top: 38px;
}

.mt39 {
  margin-top: 39px;
}

.mt40 {
  margin-top: 40px;
}

.mt41 {
  margin-top: 41px;
}

.mt42 {
  margin-top: 42px;
}

.mt43 {
  margin-top: 43px;
}

.mt44 {
  margin-top: 44px;
}

.mt45 {
  margin-top: 45px;
}

.mt46 {
  margin-top: 46px;
}

.mt47 {
  margin-top: 47px;
}

.mt48 {
  margin-top: 48px;
}

.mt49 {
  margin-top: 49px;
}

.mt50 {
  margin-top: 50px;
}

.mt51 {
  margin-top: 51px;
}

.mt52 {
  margin-top: 52px;
}

.mt53 {
  margin-top: 53px;
}

.mt54 {
  margin-top: 54px;
}

.mt55 {
  margin-top: 55px;
}

.mt56 {
  margin-top: 56px;
}

.mt57 {
  margin-top: 57px;
}

.mt58 {
  margin-top: 58px;
}

.mt59 {
  margin-top: 59px;
}

.mt60 {
  margin-top: 60px;
}

.mt61 {
  margin-top: 61px;
}

.mt62 {
  margin-top: 62px;
}

.mt63 {
  margin-top: 63px;
}

.mt64 {
  margin-top: 64px;
}

.mt65 {
  margin-top: 65px;
}

.mt66 {
  margin-top: 66px;
}

.mt67 {
  margin-top: 67px;
}

.mt68 {
  margin-top: 68px;
}

.mt69 {
  margin-top: 69px;
}

.mt70 {
  margin-top: 70px;
}

.mt71 {
  margin-top: 71px;
}

.mt72 {
  margin-top: 72px;
}

.mt73 {
  margin-top: 73px;
}

.mt74 {
  margin-top: 74px;
}

.mt75 {
  margin-top: 75px;
}

.mt76 {
  margin-top: 76px;
}

.mt77 {
  margin-top: 77px;
}

.mt78 {
  margin-top: 78px;
}

.mt79 {
  margin-top: 79px;
}

.mt80 {
  margin-top: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml11 {
  margin-left: 11px;
}

.ml12 {
  margin-left: 12px;
}

.ml13 {
  margin-left: 13px;
}

.ml14 {
  margin-left: 14px;
}

.ml15 {
  margin-left: 15px;
}

.fs {
  font-weight: normal;
}

.fs-s {
  font-size: 1.4rem;
}

.fs-ss {
  font-size: 1.2rem;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline_block {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */