@charset "UTF-8";
/* ==========================================================
!font-face
========================================================== */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.otf") format("opentype");
}
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-size-adjust: none;
  background: #ffffff none;
  overflow-scrolling: touch;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
  html,
html body {
    *zoom: 0.65;
  }
}
/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  margin: 0 auto;
}

/* ==========================================================
!contents
========================================================== */
#l-contents {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#l-contents .l-main {
  width: 100%;
  background: #ffffff;
}
#l-contents.l-side_column .l-sidebar {
  display: none;
}
#l-contents.l-side_column .l-main {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  overflow-x: hidden;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  #l-contents .l-main {
    width: 100%;
  }
  #l-contents.l-side_column {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  #l-contents.l-side_column .l-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 25%;
    height: 100%;
    z-index: -1;
  }
  #l-contents.l-side_column .l-sidebar_title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    text-align: left;
  }
  #l-contents.l-side_column .l-sidebar_title p {
    display: inline-block;
    font-weight: bold;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 20px 20px 20px 20px;
    line-height: 1.375;
    font-size: 28px;
    font-size: 2.8rem;
  }
  #l-contents.l-side_column .l-main {
    width: 75%;
    margin: 0 0 0 25%;
    position: relative;
    z-index: 1;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 1px;
    background: #ffffff;
  }
  #l-contents.l-side_column .l-outer {
    max-width: calc(100% - 68px);
    margin: 0;
  }

  .l-contents_image {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(../img/bg_animation01.png) no-repeat right 50% bottom 50%, url(../img/bg_animation02.png) no-repeat right 45% top 45%, url(../img/bg_animation03.png) no-repeat right 50% bottom 50%, url(../img/bg_animation04.png) no-repeat right 50% top 50%;
    background-size: 100% 100%;
    animation: rotate-anime 30s linear infinite;
    background-attachment: fixed;
    opacity: 0.5;
  }
  @-webkit-keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  #l-contents.l-side_column .l-sidebar_title p {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
/* ==========================================================
!Section Common
========================================================== */
.l-outer {
  margin: 0 auto;
  text-align: center;
}

/* Android */
.outer p,
.outer li,
.outer dt,
.outer dd,
.outer figcaption {
  background: url(../img/img_android01.png);
}

.l-inner {
  padding: 0 4% 0 4%;
  /* SPで左右に余白を空ける */
  text-align: left;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-inner {
    padding: 0 40px;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-outer {
    margin: 0 auto;
    text-align: left;
  }
}
/* ==========================================================
!Header
========================================================== */
.l-header {
  height: 78px;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  border: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.l-header_logo {
  width: 50%;
  height: 100%;
}
.l-header_logo a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6%;
}
.l-header_links {
  width: 50%;
  padding: 0 56px 0 0;
}
.l-header_links ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 39px 39px;
}
.l-header_links ul li {
  font-size: 10px;
  font-size: 1rem;
  border-color: #000000;
  border-style: solid;
}
.l-header_links ul li:nth-of-type(even) {
  border-width: 0 1px 1px 1px;
}
.l-header_links ul li:nth-of-type(odd) {
  border-width: 0 0 1px 1px;
}
.l-header_links ul li a {
  display: block;
  padding: 12px 2px;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-header {
    padding: 0;
    height: 110px;
  }
  .l-header_top {
    position: sticky;
    top: 0;
  }
  .l-header_logo {
    max-width: 232px;
    width: 30%;
  }
  .l-header_logo a:hover, .l-header_logo a:active, .l-header_logo a:focus {
    opacity: 0.7;
  }
  .l-header_links {
    display: none;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-header_logo {
    max-width: 312px;
  }
  .l-header_logo a {
    padding: 0 40px;
  }
}
/* ==========================================================
!Gnavi
========================================================== */
/* 768px以下 */
@media only screen and (max-width: 767px), print {
  .l-gnavi {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    background: transparent none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    /* Link common hiden */
    /* others link default */
    /* Link common visible */
  }
  .l-gnavi:hover, .l-gnavi:active, .l-gnavi:focus {
    cursor: pointer;
    outline: 1px solid #000000;
  }
  .l-gnavi.on, .l-gnavi.on:hover, .l-gnavi.on:active, .l-gnavi.on:focus {
    background: transparent none;
    cursor: pointer;
    outline: 1px solid #000000;
  }
  .l-gnavi.is-initialized {
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
  .l-gnavi_menu {
    display: block;
    overflow: hidden;
    visibility: hidden;
    /* 変更前 */
    opacity: 0;
    /* 変更前 */
    position: fixed;
    top: 78px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /* 変更前 */
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    /* fade slide */
    transform: translateY(10%);
    /* 変更前 */
    transition-property: display, overflow, visibility, height, opacity, transform;
    /* transitionを適用するCSSプロパティ名を指定 */
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .l-gnavi_menu.u-active {
    overflow: hidden;
    /* 変更後 */
    overflow-y: scroll;
    /* スマホ制御 */
    visibility: visible;
    /* 変更後 */
    opacity: 1;
    /* 変更後 */
    height: 100%;
    /* 変更後 */
    background: rgba(0, 0, 0, 0.6);
    /* fade slide */
    transform: translateY(0);
    /* 変更後 */
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 0 0 72px 0;
  }
  .l-gnavi_main {
    background: #ffffff;
  }
  .l-gnavi_item {
    border-bottom: 1px solid #000000;
    text-align: left;
  }
  .l-gnavi_item > span, .l-gnavi_item > a {
    display: block;
    width: 100%;
    padding: 16px 16px 16px 16px;
    text-decoration: none;
    font-weight: bold;
    transition-property: background-color;
    /* transitionを適用するCSSプロパティ名を指定 colorとbackground-colorが変更対象 */
    /* fade */
    transition-duration: 0.1s;
    /* 0.1秒かけて */
  }
  .l-gnavi_accobtn {
    position: relative;
  }
  .l-gnavi_accobtn:before, .l-gnavi_accobtn:after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 1em;
    height: 1px;
    background: #000000;
    transition: transform 0.3s;
  }
  .l-gnavi_accobtn:after {
    transform: rotate(0deg);
  }
  .l-gnavi_accobtn.u-static:after {
    transform: rotate(-90deg);
  }
  .l-gnavi_sublist {
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid #000000;
  }
  .l-gnavi_sublist > li {
    width: 50%;
  }
  .l-gnavi_sublist > li a {
    padding: 14px 8px 14px 16px;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-gnavi_sublist > li:nth-child(odd) {
    border-width: 0 1px 1px 0;
  }
  .l-gnavi_sublist > li:nth-child(even) {
    border-width: 0 0 1px 0;
  }
  .l-gnavi_sublist > li:last-child, .l-gnavi_sublist > li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .l-gnavi_submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    height: 60px;
    padding: 10px;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
    background: #ffffff;
  }
  .l-gnavi_submenu > li {
    padding: 0 0.5em;
    border-right: 1px solid #CCCCCC;
    line-height: 1;
  }
  .l-gnavi_submenu > li:last-child {
    border: none;
  }
  .l-gnavi_submenu > li > a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnavi_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    height: 60px;
  }
  .l-gnavi_info > li {
    text-align: center;
    width: 50%;
    border-color: #000000;
    border-style: solid;
  }
  .l-gnavi_info > li > a {
    display: block;
    padding: 18px 10px 17px 10px;
  }
  .l-gnavi_info > li > a > p {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px 0 37px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-gnavi_info > li > a > p:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../img/ico_arrow02.svg) no-repeat 0 0;
    background-size: 14px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
    content: "";
  }
  .l-gnavi_info > li > a:hover > p:after, .l-gnavi_info > li > a:active > p:after, .l-gnavi_info > li > a:focus > p:after {
    left: 5%;
  }
  .l-gnavi_item_contact {
    border-width: 0 0 1px 1px;
  }
  .l-gnavi_item_contact a {
    background-color: #EB424A;
  }
  .l-gnavi_item_contact a:hover, .l-gnavi_item_contact a:active, .l-gnavi_item_contact a:focus {
    background-color: #AA0008;
  }
  .l-gnavi_item_document {
    border-width: 0 0 1px 0;
  }
  .l-gnavi_item_document a {
    background-color: #1281D1;
  }
  .l-gnavi_item_document a:hover, .l-gnavi_item_document a:active, .l-gnavi_item_document a:focus {
    background-color: #005593;
  }
  .l-gnavi.visible .l-gnavi_menu {
    overflow: auto;
    /* 変更後 */
    overflow-y: scroll;
    /* スマホ制御 */
    visibility: visible;
    /* 変更後 */
    opacity: 1;
    /* 変更後 */
    height: 100%;
    /* 変更後 */
    /* fade slide */
    transform: translateY(0);
    /* 変更後 */
    transition-property: overflow, visibility, height, opacity, transform;
    /* transitionを適用するCSSプロパティ名を指定 */
  }

  .l-menu_trigger {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
    /* Menu Line top */
    /* Menu Line middle */
    /* Menu Line bottom */
    /* Menu Close Line
    // ------------------------------------ */
  }
  .l-menu_trigger:before {
    display: block;
    align-self: center;
    position: absolute;
    top: 49px;
    /* 線の位置 */
    left: 18px;
    width: 20px;
    height: 1px;
    text-align: center;
    content: "";
    background-color: #ffffff;
    /* 線の色 */
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
  .l-menu_trigger .l-menu_trigger_line {
    display: block;
    align-self: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 12px;
    line-height: 78px;
    /* 文字の位置 */
    text-align: center;
    background: #ffffff;
    /* 背景の色 */
    transition: all 0.4s;
  }
  .l-menu_trigger:after {
    display: block;
    align-self: center;
    position: absolute;
    top: 49px;
    /* 線の位置 */
    left: 18px;
    width: 20px;
    height: 1px;
    text-align: center;
    content: "";
    background-color: #ffffff;
    /* 線の色 */
    transition-property: transform, background;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
  .l-menu_trigger.on {
    /* Menu Close Line top */
    /* Menu Close Line middle */
    /* Menu Close Line bottom */
  }
  .l-menu_trigger.on:before {
    background-color: #000000;
    /* 線の色 */
    transform: translateY(-8px) rotate(45deg);
  }
  .l-menu_trigger.on .l-menu_trigger_line {
    color: transparent;
    /* 文字の色 */
    background-color: transparent;
    /* 線の色 無し */
  }
  .l-menu_trigger.on:after {
    background-color: #000000;
    /* 線の色 */
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* 768px以上 */
@media only screen and (min-width: 768px), print {
  .l-gnavi {
    width: 70%;
  }
  .l-gnavi_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: column-reverse nowrap;
  }
  .l-gnavi_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row-reverse nowrap;
    width: 100%;
  }
  .l-gnavi_main {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row nowrap;
    order: 2;
    height: 79px;
    width: 62%;
  }
  .l-gnavi_main > li > a {
    display: block !important;
    padding: 29px 5px 27px 5px;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
  .l-gnavi_main > li > a:hover, .l-gnavi_main > li > a:active, .l-gnavi_main > li > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .l-gnavi_main > li:nth-child(2) a:hover, .l-gnavi_main > li:nth-child(2) a:active, .l-gnavi_main > li:nth-child(2) a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .l-gnavi_item {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 1px;
    width: 25%;
  }
  .l-gnavi_item > a {
    height: 78px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnavi_item > a[aria-current=page] {
    color: #ffffff;
    background: #000000;
  }
  .l-gnavi_item:nth-child(2) > a[aria-current=page] {
    color: #ffffff;
    background: #000000;
  }
  .l-gnavi_sublist {
    display: none;
  }
  .l-gnavi_info {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row nowrap;
    order: 2;
    height: 79px;
    width: 38%;
  }
  .l-gnavi_info > li {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 1px;
    width: 50%;
  }
  .l-gnavi_info > li.l-gnavi_item_contact a {
    background-color: #EB424A;
  }
  .l-gnavi_info > li.l-gnavi_item_contact a:hover, .l-gnavi_info > li.l-gnavi_item_contact a:active, .l-gnavi_info > li.l-gnavi_item_contact a:focus {
    color: #ffffff;
    background-color: #AA0008;
  }
  .l-gnavi_info > li.l-gnavi_item_contact > a[aria-current=page] {
    color: #ffffff;
    background: #EB424A;
  }
  .l-gnavi_info > li.l-gnavi_item_document a {
    background-color: #1281D1;
  }
  .l-gnavi_info > li.l-gnavi_item_document a:hover, .l-gnavi_info > li.l-gnavi_item_document a:active, .l-gnavi_info > li.l-gnavi_item_document a:focus {
    color: #ffffff;
    background-color: #005593;
  }
  .l-gnavi_info > li.l-gnavi_item_document > a[aria-current=page] {
    color: #ffffff;
    background: #1281D1;
  }
  .l-gnavi_info > li > a {
    display: block;
    color: #ffffff;
    padding: 29px 5px 27px 5px;
    font-weight: bold;
    height: 78px;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
  .l-gnavi_submenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row nowrap;
    height: 31px;
    order: 1;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    width: 100%;
  }
  .l-gnavi_submenu > li {
    padding: 0 0.5em;
    border-right: 1px solid #CCCCCC;
    line-height: 1;
  }
  .l-gnavi_submenu > li:last-child {
    border: none;
  }
  .l-gnavi_submenu > li > a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnavi_submenu > li > a:hover, .l-gnavi_submenu > li > a:focus {
    text-decoration: underline;
  }

  .l-menu_trigger {
    display: none;
  }
}
/* ==========================================================
!Mainimg
========================================================== */
.l-mainimg {
  padding: 0;
  border-bottom: 1px solid #000000;
  background: #000000;
}
.l-mainimg .l-outer {
  max-width: none !important;
}
.l-mainimg .l-inner {
  padding: 5% 4% !important;
}
.l-mainimg_title {
  color: #ffffff;
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
}
.l-mainimg_title.-detail {
  margin: 0.25em 0 0 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.l-mainimg_title span {
  display: none;
}
.l-mainimg_lead {
  color: #ffffff;
  margin: 4% 0 0 0;
}
.l-mainimg.-red {
  background: #EB424A none;
}
.l-mainimg.-blue {
  background: #1281D1 none;
}
.l-mainimg.-top {
  background: url(../img/top/mv_sp.jpg) no-repeat 0 0;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  border: 1px solid #000000;
  border-width: 0 1px;
}
.l-mainimg.-top {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-mainimg.-not_found {
  background: #ffffff none;
  min-height: 500px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.l-mainimg.-not_found .l-outer {
  max-width: calc(600px) !important;
}
.l-mainimg.-not_found .l-inner {
  padding: 25% 5% !important;
}
.l-mainimg.-form .l-mainimg_title {
  position: relative;
}
.l-mainimg.-form .l-mainimg_title.-attention:before {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  padding: 8px 8px 8px 8px;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: #EB424A none;
  content: "注目";
}
.l-mainimg.-form .l-mainimg_title.-end:before {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  padding: 8px 8px 8px 8px;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: #ffffff none;
  content: "終了";
}
.l-mainimg.-form .l-mainimg_title .l-mainimg_area {
  display: inline-block;
}
.l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_label {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_label em {
  position: relative;
  top: -3px;
  margin: 0 0.5em 0 0;
  padding: 4px 10px 4px 10px;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  background: #ffffff none;
}
.l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_text {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
}
.l-mainimg_cvarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.l-mainimg_cvarea > li {
  text-align: center;
  width: 50%;
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.l-mainimg_cvarea > li a {
  display: block;
  padding: 8vw 10px 7vw 10px;
}
.l-mainimg_cvarea > li a p {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 37px;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-mainimg_cvarea > li a p:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 23px;
  background: url(../img/ico_arrow02.svg) no-repeat 0 0;
  background-size: 14px 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "";
}
.l-mainimg_cvarea > li a:hover p:after, .l-mainimg_cvarea > li a:active p:after, .l-mainimg_cvarea > li a:focus p:after {
  left: 5%;
}
.l-mainimg_cvarea_document a {
  background: #1281D1;
}
.l-mainimg_cvarea_document a:hover, .l-mainimg_cvarea_document a:active, .l-mainimg_cvarea_document a:focus {
  background-color: #005593;
}
.l-mainimg_cvarea_contact a {
  background: #EB424A;
}
.l-mainimg_cvarea_contact a:hover, .l-mainimg_cvarea_contact a:active, .l-mainimg_cvarea_contact a:focus {
  background-color: #AA0008;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-mainimg .l-inner {
    padding: 22px 40px !important;
  }
  .l-mainimg_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    font-size: 45px;
    font-size: 4.5rem;
  }
  .l-mainimg_title.-detail {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .l-mainimg_title span {
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-mainimg_lead {
    margin: 8px 0 0 0;
  }
  .l-mainimg.-top {
    background: url(../img/top/mv.jpg) no-repeat center;
    padding-top: 46.8%;
    min-height: auto;
    max-height: 960px;
    overflow: hidden;
  }
  .l-mainimg_video_area {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .l-mainimg_video_area iframe {
    height: 120% !important;
    width: 120% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    left: -10% !important;
    top: -10% !important;
    position: absolute;
  }
  .l-mainimg_video_mask {
    position: absolute;
    z-index: 2;
    /*下から2番目に表示*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-mainimg.-not_found .l-inner {
    padding: 100px 40px !important;
  }
  .l-mainimg.-form .l-mainimg_title {
    display: table;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-mainimg.-form .l-mainimg_title.-attention:before {
    display: table-cell;
    width: 95px;
    height: auto;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
  .l-mainimg.-form .l-mainimg_title.-end:before {
    display: table-cell;
    width: 95px;
    height: auto;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
  .l-mainimg.-form .l-mainimg_title span {
    position: static;
    top: auto;
    right: auto;
  }
  .l-mainimg.-form .l-mainimg_title .l-mainimg_area {
    display: inline-block;
    padding: 0 0 0 1em;
  }
  .l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_label {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_label em {
    position: relative;
    top: -3px;
    margin: 0 0.5em 0 0;
    padding: 4px 10px 4px 10px;
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    background: #ffffff none;
  }
  .l-mainimg.-form .l-mainimg_title .l-mainimg_area .l-mainimg_text {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
  }
  .l-mainimg.-form .l-mainimg_title:not(.-attention):not(.-end) .l-mainimg_area {
    padding: 0;
  }
  .l-mainimg_cvarea > li a {
    padding: 30px 10px 30px 10px;
  }
  .l-mainimg_cvarea > li a p {
    padding: 0 20px 0 40px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ==========================================================
!Navi
========================================================== */
.l-navi {
  position: relative;
}
.l-navi .c-btn-rows_1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.l-navi .c-title-basic06 {
  margin: 0;
}
.l-navi .c-box_list.-cols_3 ul {
  margin: 0 -1px 0 0;
}
.l-navi .c-box_list.-cols_3 ul li {
  border: 1px solid #000000;
  border-width: 0 1px 1px 0;
}
.l-navi .c-box_list.-cols_3 ul li:last-child {
  border-width: 0 1px 1px 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-navi .c-box_list.-cols_3 ul li {
    border-width: 0 1px 1px 0;
  }
  .l-navi .c-box_list.-cols_3 ul li:nth-of-type(even) {
    border-width: 0 1px 1px 0;
  }
  .l-navi .c-box_list.-cols_3 ul li:nth-of-type(3n) {
    border-width: 0 0 1px 0;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!Editor内スタイル
========================================================== */
.l-entry-content {
  line-height: 2;
}
.l-entry-content > *:first-child {
  margin: 10% 0 0 0;
}
.l-entry-content > *:last-child {
  margin: 0 0 7% 0;
}
.l-entry-content h2,
.l-entry-content h3,
.l-entry-content h4 {
  font-weight: 700;
  line-height: 1.5;
}
.l-entry-content h2 {
  margin: 10% 0 0 0;
  padding: 0 0 2% 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.l-entry-content h3 {
  margin: 8% 0 0 0;
  padding: 0 0 1.5% 0;
  font-size: 20px;
  font-size: 2rem;
}
.l-entry-content h4 {
  margin: 6% 0 0 0;
  padding: 0 0 1% 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-entry-content > p mark {
  background: #F5A0A4;
  padding: 0 0.2em;
}
.l-entry-content p + p {
  margin-block-start: 1em;
}
.l-entry-content .has-pale-pink-color {
  color: #EB424A;
}
.l-entry-content .has-text-align-left {
  text-align: left;
}
.l-entry-content .has-text-align-center {
  text-align: center;
}
.l-entry-content .has-text-align-right {
  text-align: right;
}
.l-entry-content ul {
  margin: 2% 0 0 0;
}
.l-entry-content ul:not([class]) li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.7;
}
.l-entry-content ul:not([class]) li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: #000000;
  border-radius: 50%;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
}
.l-entry-content ul:not([class]) li > ul {
  margin: 0;
}
.l-entry-content ol {
  margin: 2% 0 0 0;
  counter-reset: count 0;
  list-style-type: none;
}
.l-entry-content ol li {
  line-height: 1.7;
  margin: 0 0 0 1.5em;
}
.l-entry-content ol li:before {
  display: inline-block;
  margin: 0 0 0 -1.5em;
  width: 2em;
  counter-increment: count 1;
  content: counters(count, "-") ". ";
}
.l-entry-content ol li > ol {
  margin: 0;
}
.l-entry-content p a,
.l-entry-content li a,
.l-entry-content table a,
.l-entry-content blockquote a {
  text-decoration: underline;
}
.l-entry-content p a:hover,
.l-entry-content li a:hover,
.l-entry-content table a:hover,
.l-entry-content blockquote a:hover {
  text-decoration: none;
}
.l-entry-content p a[target=_blank]:after,
.l-entry-content li a[target=_blank]:after,
.l-entry-content table a[target=_blank]:after,
.l-entry-content blockquote a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  margin: 0 0.4em 0 0.2em;
  padding: 0 1.2em 0 0;
  vertical-align: middle;
  content: "";
  background: url(../img/ico_window_black01.svg) no-repeat right 50%;
  background-size: contain;
}
.l-entry-content p a[href$=".pdf"]:after,
.l-entry-content li a[href$=".pdf"]:after,
.l-entry-content table a[href$=".pdf"]:after,
.l-entry-content blockquote a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  margin: 0 0 0.2em 0.4em;
  padding: 0 1.2em 0 0;
  vertical-align: middle;
  content: "";
  background: url(../img/ico_pdf01.svg) no-repeat right 50%;
  background-size: contain;
}
.l-entry-content p.docDownload__btn a {
  text-decoration: underline;
}
.l-entry-content p.docDownload__btn a:hover {
  text-decoration: none;
}
.l-entry-content p.docDownload__btn a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.1em;
  margin: -0.1em 0.4em 0 0.2em;
  padding: 0 1.2em 0 0;
  vertical-align: middle;
  content: "";
  background: url(../img/ico_window_white01.svg) no-repeat right 50%;
  background-size: contain;
}
.l-entry-content figure figcaption {
  margin: 1% 0 0 0;
  text-align: center;
}
.l-entry-content table {
  overflow-x: scroll;
  width: 100%;
  margin: 5% 0 0 0;
  border: 1px solid #777777;
  border-width: 1px 0 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-entry-content table thead,
.l-entry-content table tbody {
  width: 100%;
}
.l-entry-content table th,
.l-entry-content table td {
  padding: 0.2em 0.5em;
  border: 1px solid #777777;
  border-width: 0 1px 1px 0;
  width: 100% !important;
}
.l-entry-content table th {
  background: #f1f1f1;
}
.l-entry-content table td dl dt {
  padding: 0 !important;
  line-height: 1.7 !important;
}
.l-entry-content table td dl dt:before {
  content: none !important;
}
.l-entry-content code {
  display: block;
  padding: 10px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  background: #F4F4F4;
}
.l-entry-content hr,
.l-entry-content .wp-block-separator {
  height: 1px;
  border: 0;
  background: #000000;
  margin: 8% calc(50% - 50vw + 1px);
}
.l-entry-content .wp-block-quote {
  background-color: #F4F4F4;
  padding: 10% 5% 5% 15%;
  background-image: url(../img/bg_blockquote01.svg);
  background-repeat: no-repeat;
  background-position: 5% 5%;
}
.l-entry-content iframe {
  margin: 5% auto 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-entry-content video {
  margin: 5% auto 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-entry-content .c-list_flow > li {
  position: relative;
  margin: 7vw 0 0 0;
  background: #ECECEC;
}
.l-entry-content .c-list_flow > li:first-child {
  margin: 0;
}
.l-entry-content .c-list_flow > li:first-child:before {
  display: none;
}
.l-entry-content .c-list_flow > li:before {
  content: "";
  width: 20px;
  height: 18px;
  display: inline-block;
  background: url(../img/ico_flow01.svg) no-repeat center 50%;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin: 0 0 0 -2vw;
  top: -5.5vw;
  left: 50%;
}
.l-entry-content .c-list_flow > li dl {
  padding: 3% 3% 3% 3%;
}
.l-entry-content .c-list_flow > li dl dt {
  font-weight: bold;
  padding: 0;
  line-height: 1.86;
}
.l-entry-content .c-list_flow > li dl dt:before {
  content: none;
}
.l-entry-content .c-list_flow > li dl dd {
  line-height: 1.86;
}
.l-entry-content .c-list_flow > li p {
  margin: 0;
  padding: 3% 3% 3% 3%;
  font-weight: bold;
}
.l-entry-content .c-list_flow > li ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
}
.l-entry-content .c-list_flow > li ul > li {
  width: calc(50% - 1%);
  background: #ECECEC;
  padding: 3% 3% 3% 3%;
  text-indent: 0;
  margin: 0;
}
.l-entry-content .c-list_flow > li ul > li:before {
  display: none;
}
.l-entry-content .c-list_flow > li ul > li p {
  padding: 0;
}
.l-entry-content .c-list_flow > li.-cols_2 {
  background: transparent;
}
.l-entry-content .wp-block-table {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-entry-content .wp-block-table table {
  margin: 1.5em 0 0 0;
}
.l-entry-content .wp-block-table thead,
.l-entry-content .wp-block-table tbody {
  width: 100%;
}
.l-entry-content .wp-block-table tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 2fr;
}
.l-entry-content .wp-block-table th,
.l-entry-content .wp-block-table td {
  padding: 0.2em 0.5em;
  border: 1px solid #777777;
  border-width: 0 1px 1px 0;
  width: 100% !important;
}
.l-entry-content .wp-block-table th {
  background: #f1f1f1;
}
.l-entry-content .wp-block-image figure,
.l-entry-content .wp-block-lazyblock-image figure {
  margin: 3% 0;
}
.l-entry-content .wp-block-image figure > img,
.l-entry-content .wp-block-lazyblock-image figure > img {
  border: 2px solid #F5F5F5;
  padding: 5% 6%;
}
.l-entry-content .wp-block-image figcaption,
.l-entry-content .wp-block-lazyblock-image figcaption {
  margin: 1% 0 0 0;
  text-align: center;
}
.l-entry-content .wp-block-lazyblock-backcolor {
  background: #F4F4F4;
  padding: 5%;
}
.l-entry-content .wp-block-lazyblock-backcolor .wp-block-columns h3 {
  margin: 0 0 2% 0;
}
.l-entry-content .wp-block-lazyblock-backcolor .wp-block-image {
  margin: 3% 0 0 0;
  text-align: center;
}
.l-entry-content .wp-block-columns {
  display: flex;
  flex-flow: row wrap;
}
.l-entry-content .wp-block-columns:not(:first-child) {
  margin: 5% 0 0 0;
}
.l-entry-content .wp-block-columns.-fill .wp-block-column {
  background: #F4F4F4;
  padding: 2% 3%;
}
.l-entry-content .wp-block-column {
  flex-grow: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.l-entry-content .wp-block-column h3 {
  margin: 0;
}
.l-entry-content .wp-block-embed__wrapper,
.l-entry-content .wp-block-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5% 0 0 0;
}
.l-entry-content .wp-block-media-text__media {
  grid-row: 2/3;
}
.l-entry-content .wp-block-media-text__content {
  grid-row: 1/2;
}
.l-entry-content .schema-faq {
  border-bottom: 1px solid #333333;
}
.l-entry-content .schema-faq .schema-faq-section {
  cursor: pointer;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-question,
.l-entry-content .schema-faq .schema-faq-section .schema-faq-answer {
  padding: 4vw 10vw 4vw 15vw;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  border-top: 1px solid #333333;
  background: url(../img/service/ico_faq01.svg) no-repeat left top 4vw;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-question.u-static:after {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-question:before, .l-entry-content .schema-faq .schema-faq-section .schema-faq-question:after {
  position: absolute;
  display: block;
  content: "";
  width: 1.3em;
  height: 2px;
  top: 50%;
  right: 0.8em;
  transition: all 0.3s;
  background: #333333;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-question:after {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.l-entry-content .schema-faq .schema-faq-section .schema-faq-answer {
  background: url(../img/service/ico_faq02.svg) no-repeat left top 3vw;
  font-size: 16px;
  font-size: 1.6rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-entry-content > *:first-child {
    margin: 40px 0 0 0;
  }
  .l-entry-content > *:last-child {
    margin: 0 0 40px 0;
  }
  .l-entry-content h2,
.l-entry-content h3,
.l-entry-content h4 {
    font-weight: 700;
  }
  .l-entry-content h2 {
    margin: 60px 0 0 0;
    padding: 0 0 10px 0;
  }
  .l-entry-content h3 {
    margin: 40px 0 0 0;
    padding: 0 0 5px 0;
  }
  .l-entry-content h4 {
    margin: 30px 0 0 0;
    padding: 0 0 5px 0;
  }
  .l-entry-content ul,
.l-entry-content ol {
    margin: 1em 0 0 0;
  }
  .l-entry-content table,
.l-entry-content blockquote {
    margin: 24px 0 0 0;
  }
  .l-entry-content blockquote {
    padding: 24px;
  }
  .l-entry-content hr,
.l-entry-content .wp-block-separator {
    margin: 60px calc(50% - calc(53vw - 1px)) !important;
  }
  .l-entry-content table {
    overflow: hidden;
    white-space: normal;
  }
  .l-entry-content table th, .l-entry-content table td {
    padding: 20px 18px;
  }
  .l-entry-content table ul, .l-entry-content table ol {
    margin: 0;
  }
  .l-entry-content figure figcaption {
    margin: 8px 0 0 0;
  }
  .l-entry-content .c-list_flow > li {
    margin: 40px 0 0 0;
  }
  .l-entry-content .c-list_flow > li:before {
    width: 20px;
    height: 18px;
    top: -28px;
    margin: 0 0 0 -10px;
  }
  .l-entry-content .wp-block-table {
    white-space: normal;
    overflow-x: auto;
  }
  .l-entry-content .wp-block-table th, .l-entry-content .wp-block-table td {
    padding: 20px 18px;
  }
  .l-entry-content .wp-block-table ul, .l-entry-content .wp-block-table ol {
    margin: 0;
  }
  .l-entry-content .wp-block-image figure,
.l-entry-content .wp-block-lazyblock-image figure {
    margin: 24px 0;
  }
  .l-entry-content .wp-block-image figure > img,
.l-entry-content .wp-block-lazyblock-image figure > img {
    padding: 40px 50px;
  }
  .l-entry-content .wp-block-image figcaption,
.l-entry-content .wp-block-lazyblock-image figcaption {
    margin: 8px 0 0 0;
  }
  .l-entry-content .wp-block-lazyblock-backcolor .wp-block-columns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .l-entry-content .wp-block-lazyblock-backcolor .wp-block-columns .wp-block-column {
    width: 50%;
  }
  .l-entry-content .wp-block-lazyblock-backcolor .wp-block-image {
    margin: 0 0 0 20px;
  }
  .l-entry-content .wp-block-columns {
    flex-flow: row nowrap;
  }
  .l-entry-content .wp-block-columns:not(:first-child) {
    margin: 20px 0 0 0;
  }
  .l-entry-content .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .l-entry-content .wp-block-column:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .l-entry-content .wp-block-quote {
    background-position: 30px 30px;
    padding: 40px 40px 40px 70px;
  }
  .l-entry-content .schema-faq .schema-faq-section .schema-faq-question,
.l-entry-content .schema-faq .schema-faq-section .schema-faq-answer {
    padding: 24px 50px 24px 50px;
  }
  .l-entry-content .schema-faq .schema-faq-section .schema-faq-question {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left center;
  }
  .l-entry-content .schema-faq .schema-faq-section .schema-faq-answer {
    background-position: left top 20px;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!CV Area
========================================================== */
.l-cvarea {
  background: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 0 1px;
}
.l-cvarea .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  height: 200px;
  border-top: 1px solid #000000;
  padding: 30px 15px 40px 15px;
}
.l-cvarea .c-btn dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.l-cvarea .c-btn dl dt {
  order: 2;
  font-weight: 700;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
}
.l-cvarea .c-btn dl dt:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000000 none;
}
.l-cvarea .c-btn dl dd {
  order: 1;
  margin: 0 0 2% 0;
}
.l-cvarea .c-btn.-careers {
  background: #EAEAEA none;
}
.l-cvarea .c-btn:hover.-careers, .l-cvarea .c-btn:active.-careers, .l-cvarea .c-btn:focus.-careers {
  background: #000000 none;
}
.l-cvarea .c-btn:hover.-careers dl dt, .l-cvarea .c-btn:active.-careers dl dt, .l-cvarea .c-btn:focus.-careers dl dt {
  color: #ffffff;
}
.l-cvarea .c-btn:hover.-careers dl dt:after, .l-cvarea .c-btn:active.-careers dl dt:after, .l-cvarea .c-btn:focus.-careers dl dt:after {
  background: #ffffff none;
}
.l-cvarea .c-btn:hover.-careers dl dd, .l-cvarea .c-btn:active.-careers dl dd, .l-cvarea .c-btn:focus.-careers dl dd {
  color: #ffffff;
}

.l-cvarea_fixedbtn {
  display: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-cvarea {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row nowrap;
    border-width: 0 1px 1px 1px;
  }
  .l-cvarea .c-btn {
    width: 100%;
  }
  .l-cvarea .c-btn dl dt {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .l-cvarea .c-btn dl dd {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-cvarea_fixedbtn {
    display: block;
    position: fixed;
    right: 4px;
    bottom: 128px;
    width: 64px;
    z-index: 99999;
  }
  .l-cvarea_fixedbtn li {
    width: 64px;
  }
  .l-cvarea_fixedbtn li a {
    display: grid;
    place-content: center;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 20px 16px 20px 13px;
  }
  .l-cvarea_fixedbtn li a p {
    font-weight: bold;
    display: block;
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-rendering: auto;
  }
  .l-cvarea_fixedbtn li + li {
    margin: 3px 0 0 0;
  }
  .l-cvarea_fixedbtn_seo a, .l-cvarea_fixedbtn_creative a {
    background: #000000;
    transition: all 0.3s;
    position: relative;
  }
  .l-cvarea_fixedbtn_seo a:after, .l-cvarea_fixedbtn_creative a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
  }
  .l-cvarea_fixedbtn_seo a:hover, .l-cvarea_fixedbtn_seo a:active, .l-cvarea_fixedbtn_seo a:focus, .l-cvarea_fixedbtn_creative a:hover, .l-cvarea_fixedbtn_creative a:active, .l-cvarea_fixedbtn_creative a:focus {
    background: #E6A3FF;
  }
  .l-cvarea_fixedbtn_seo a:hover:after, .l-cvarea_fixedbtn_seo a:active:after, .l-cvarea_fixedbtn_seo a:focus:after, .l-cvarea_fixedbtn_creative a:hover:after, .l-cvarea_fixedbtn_creative a:active:after, .l-cvarea_fixedbtn_creative a:focus:after {
    border-bottom: 20px solid #000000;
  }
  .l-cvarea_fixedbtn_seo a:hover p, .l-cvarea_fixedbtn_seo a:active p, .l-cvarea_fixedbtn_seo a:focus p, .l-cvarea_fixedbtn_creative a:hover p, .l-cvarea_fixedbtn_creative a:active p, .l-cvarea_fixedbtn_creative a:focus p {
    color: #000000;
  }
  .l-cvarea_fixedbtn_seo a p, .l-cvarea_fixedbtn_creative a p {
    text-align: start;
  }
  .l-cvarea_fixedbtn_seo a p span, .l-cvarea_fixedbtn_creative a p span {
    line-height: 1;
    writing-mode: horizontal-tb;
  }
  .l-cvarea_fixedbtn_seo a img, .l-cvarea_fixedbtn_creative a img {
    margin-bottom: 6px;
  }
  .l-cvarea_fixedbtn_seo a:after {
    border-bottom: 20px solid #ffffff;
  }
  .l-cvarea_fixedbtn_seo a:hover, .l-cvarea_fixedbtn_seo a:active, .l-cvarea_fixedbtn_seo a:focus {
    background: #E6A3FF;
  }
  .l-cvarea_fixedbtn_seo a p span {
    letter-spacing: 0.02em;
    vertical-align: top;
  }
  .l-cvarea_fixedbtn_creative a:after {
    border-bottom: 20px solid #ffffff;
  }
  .l-cvarea_fixedbtn_creative a:hover, .l-cvarea_fixedbtn_creative a:active, .l-cvarea_fixedbtn_creative a:focus {
    background: #DAFD37;
  }
  .l-cvarea_fixedbtn_creative a:hover img, .l-cvarea_fixedbtn_creative a:active img, .l-cvarea_fixedbtn_creative a:focus img {
    display: none;
  }
  .l-cvarea_fixedbtn_creative a:hover img:nth-of-type(2), .l-cvarea_fixedbtn_creative a:active img:nth-of-type(2), .l-cvarea_fixedbtn_creative a:focus img:nth-of-type(2) {
    display: block;
  }
  .l-cvarea_fixedbtn_creative a p span {
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .l-cvarea_fixedbtn_creative a img {
    display: block;
  }
  .l-cvarea_fixedbtn_creative a img:nth-of-type(2) {
    display: none;
  }
  .l-cvarea_fixedbtn_request a {
    height: 112px;
    background: #1281D1 none;
  }
  .l-cvarea_fixedbtn_request a:hover, .l-cvarea_fixedbtn_request a:active, .l-cvarea_fixedbtn_request a:focus {
    background: #005593 none;
  }
  .l-cvarea_fixedbtn_contact a {
    height: 146px;
    background: #EB424A none;
  }
  .l-cvarea_fixedbtn_contact a:hover, .l-cvarea_fixedbtn_contact a:active, .l-cvarea_fixedbtn_contact a:focus {
    background: #AA0008 none;
  }
}
/* ==========================================================
!Breadcrumb
========================================================== */
.l-breadcrumbs {
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  padding: 2% 4%;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
  background: #ffffff;
  text-align: left;
}
.l-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.l-breadcrumbs > span {
  margin: 0 auto;
  text-align: left;
}
.l-breadcrumbs > span span {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-breadcrumbs > span span:before {
  display: inline-block;
  margin: 0 8px 3px 4px;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #000000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-breadcrumbs > span span a {
  color: #000000;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-breadcrumbs > span > span:before {
  display: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .l-breadcrumbs {
    padding: 10px 40px;
    position: relative;
  }
  .l-breadcrumbs > span span a:hover, .l-breadcrumbs > span span a:focus {
    text-decoration: underline;
  }
}
/* ==========================================================
!Footer
========================================================== */
.l-footer {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background: #ffffff;
}
.l-footer_area {
  display: flex;
  flex-flow: column nowrap;
}
.l-footer_company {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column wrap;
  order: 5;
  height: 294px;
  padding: 8% 8% 4% 8%;
  border-top: 1px solid #000000;
}
.l-footer_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 7% 10%;
  order: 1;
}
.l-footer_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  border-top: 1px solid #000000;
  order: 2;
}
.l-footer_info > li {
  text-align: center;
  width: 50%;
}
.l-footer_info > li a {
  display: block;
  font-weight: bold;
  padding: 28px 10px 28px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-footer_info > li.l-footer_item_document {
  border-right: 1px solid #000000;
}
.l-footer_info > li.l-footer_item_document a {
  background-color: #1281D1;
  color: #ffffff;
}
.l-footer_info > li.l-footer_item_document a:hover, .l-footer_info > li.l-footer_item_document a:active, .l-footer_info > li.l-footer_item_document a:focus {
  color: #ffffff;
  background-color: #005593;
}
.l-footer_info > li.l-footer_item_contact a {
  background-color: #EB424A;
  color: #ffffff;
}
.l-footer_info > li.l-footer_item_contact a:hover, .l-footer_info > li.l-footer_item_contact a:active, .l-footer_info > li.l-footer_item_contact a:focus {
  color: #ffffff;
  background-color: #AA0008;
}
.l-footer_item {
  width: calc(100% / 3);
  margin: 3% 0 3% 0;
}
.l-footer_item a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  order: 3;
  border-top: 1px solid #000000;
  padding: 6% 6%;
}
.l-footer_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  width: 20%;
}
.l-footer_sns li:first-child {
  margin: 0 0.5em 0 0;
}
.l-footer_sns li a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0;
  background: #2D2D2D;
}
.l-footer_sns li a:before {
  display: block;
  position: absolute;
  content: "";
}
.l-footer_sns li a:after {
  display: none;
}
.l-footer_sns li a.c-btn_facebook:before {
  bottom: 0;
  left: 30%;
  width: 45%;
  height: 80%;
  background: url(../img/ico_facebook01.svg) no-repeat;
  background-size: contain;
}
.l-footer_sns li a.c-btn_facebook:hover, .l-footer_sns li a.c-btn_facebook:active, .l-footer_sns li a.c-btn_facebook:focus {
  background: #1877f2;
}
.l-footer_sns li a.c-btn_twitter:before {
  top: 25%;
  left: 20%;
  width: 60%;
  height: 50%;
  background: url(../img/ico_twitter01.svg) no-repeat;
  background-size: contain;
}
.l-footer_sns li a.c-btn_twitter:hover, .l-footer_sns li a.c-btn_twitter:active, .l-footer_sns li a.c-btn_twitter:focus {
  background: #1d9bf0;
}
.l-footer_submenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row nowrap;
  width: 80%;
}
.l-footer_submenu li {
  padding: 0 0.5em;
  line-height: 1;
}
.l-footer_submenu li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer_companylinks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  order: 4;
  border-top: 1px solid #000000;
  padding: 6% 6% 7% 6%;
}
.l-footer_companylinks > li {
  line-height: 1;
  margin: 4% 0 0 0;
}
.l-footer_companylinks > li:not(:last-child) {
  padding: 0 1.5em 0 0;
}
.l-footer_companylinks > li a {
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer_copyright small {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-footer_area {
    display: grid;
    grid-template-columns: 345px 1fr;
    grid-template-rows: 90px 77px 77px;
  }
  .l-footer_company {
    order: 1;
    border-top: none;
    border-right: 1px solid #000000;
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 38px 40px 15px 40px;
    height: 244px;
  }
  .l-footer_companylogo a:hover, .l-footer_companylogo a:focus {
    opacity: 0.7;
  }
  .l-footer_links {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row nowrap;
    order: 2;
    grid-row: 1/2;
    grid-column: 2/2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer_main {
    padding: 12px 32px;
    border-right: 1px solid #000000;
    width: 50%;
  }
  .l-footer_item {
    margin: 0;
  }
  .l-footer_item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer_item a:hover, .l-footer_item a:focus {
    text-decoration: underline;
  }
  .l-footer_info {
    border: none;
    height: 90px;
    width: 50%;
  }
  .l-footer_info > li {
    height: 100%;
  }
  .l-footer_info > li a {
    padding: 33px 10px 33px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer_menu {
    grid-row: 2/3;
    grid-column: 2/2;
    padding: 20px 30px;
  }
  .l-footer_submenu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer_submenu li a:hover, .l-footer_submenu li a:focus {
    text-decoration: underline;
  }
  .l-footer_companylinks {
    grid-row: 3/4;
    grid-column: 2/2;
    padding: 18px 30px 18px 30px;
    align-items: center;
  }
  .l-footer_companylinks > li {
    margin: 0;
  }
  .l-footer_companylinks > li:not(:last-child) {
    padding: 0 25px 0 0;
  }
  .l-footer_companylinks > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer_companylinks > li a:hover, .l-footer_companylinks > li a:focus {
    text-decoration: underline;
  }
  .l-footer_copyright small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 1024px以上（基本のPC） */
@media only screen and (min-width: 1024px), print {
  .l-footer_area {
    grid-template-columns: 380px 1fr;
  }
}
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1400px), print {
  .l-footer_area {
    grid-template-columns: 1fr 1fr;
  }
}
/* ==========================================================
!Box
========================================================== */
.c-box_list.-cols_2 .c-box_list_text {
  width: 100%;
}
.c-box_list.-cols_2 .c-box_list_item .c-box_list_image {
  display: none;
}
.c-box_list.-cols_3 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  background: #ffffff;
}
.c-box_list.-cols_3 ul li {
  width: 50%;
  text-align: left;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.c-box_list.-cols_3 ul li:nth-child(even) {
  border-width: 0 0 1px 1px;
}
.c-box_list.-cols_3 ul li:nth-last-child(-n+2) {
  border-width: 0 0 0 0;
}
.c-box_list.-cols_3 ul li:last-child {
  border-width: 0 0 0 1px;
}
.c-box_list.-cols_3 ul li a {
  font-weight: bold;
  display: block;
  padding: 15% 8% 15% 8%;
  min-height: 80px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-box_list.-cols_5 {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.c-box_list.-cols_5 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  background: #000000;
}
.c-box_list.-cols_5 ul li {
  background: #000000;
  width: 50%;
  text-align: left;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: table;
}
.c-box_list.-cols_5 ul li a {
  display: block;
  color: #ffffff;
  width: 100%;
  padding: 6% 8% 6% 8%;
  display: table-cell;
  vertical-align: middle;
  font-size: 3.3854166667vw;
}
.c-box_list.-cols_5 ul li:nth-child(odd) {
  border-width: 0 1px 1px 1px;
}
.c-box_list.-cols_5 ul li:nth-child(even) {
  border-width: 0 1px 1px 0;
}

.c-box_link.-cols_2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  background: #ffffff;
}
.c-box_link.-cols_2 ul li {
  width: 50%;
  text-align: left;
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.c-box_link.-cols_2 ul li:nth-child(odd) {
  border-width: 0 1px 1px 0;
}
.c-box_link.-cols_2 ul li:nth-child(even) {
  border-width: 0 0 1px 0;
}
.c-box_link.-cols_2 ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 15% 8% 15% 8%;
  min-height: 80px;
  height: 100%;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-box_text {
  padding: 3% 6%;
  background: #ffffff;
}

.c-box_title {
  padding: 6% 5% 6% 5%;
  margin: -1px 0 0 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #000000;
}

.c-box_profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  margin: 24px 0;
}
.c-box_profile figure {
  width: 40%;
  padding: 0 4% 0 0;
  margin: 0.5% 0 0 0;
  text-align: left;
  order: 1;
}
.c-box_profile dl,
.c-box_profile .c-profile {
  text-align: left;
  width: 60%;
  order: 2;
}
.c-box_profile dl .c-profile_subtext,
.c-box_profile .c-profile .c-profile_subtext {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-box_profile dl .c-profile_name,
.c-box_profile .c-profile .c-profile_name {
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

.c-box_image {
  margin: 3% 0;
}
.c-box_image > img {
  border: 2px solid #F5F5F5;
  padding: 5% 6%;
}
.c-box_image figcaption {
  margin: 1% 0 0 0;
  text-align: center;
}

.c-box_line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 3% 0;
  border-top: 1px solid #000000;
}
.c-box_line dt {
  font-weight: bold;
}
.c-box_line.-last {
  border-bottom: 1px solid #000000;
}

.c-box_gray {
  background: #F4F4F4;
  padding: 5%;
}
.c-box_gray h3 {
  margin: 0 0 2% 0;
}

.c-box_gray_image {
  background: #F4F4F4;
  padding: 5%;
}
.c-box_gray_image_text h3 {
  margin: 0 0 2% 0;
}
.c-box_gray_image_text p {
  margin: 0 0 1em 0;
}
.c-box_gray_image_media {
  margin: 3% 0 0 0;
  text-align: center;
  max-width: 330px;
  height: auto;
}

.c-box_column2_media {
  margin: 5% 0 0 0;
}
.c-box_column2_text h3 {
  margin: 3% 0 0 0;
}

.c-box_notices {
  background: #FFF7F7;
  padding: 5%;
}
.c-box_notices h3 {
  margin: 0 0 2% 0;
  color: #D82C2B;
}
.c-box_notices h3:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/ico_alert01.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.2em 0.2em 0;
}

.c-box_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5% 0 0 0;
}

.c-box_faq {
  border-bottom: 1px solid #333333;
}
.c-box_faq_button {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  background: transparent;
}
.c-box_faq_button:before, .c-box_faq_button:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s;
  background: transparent;
}
.c-box_faq_button:before {
  top: 11px;
  right: 0;
  width: 24px;
  height: 2px;
  background: #333333;
}
.c-box_faq_button:after {
  top: 0;
  left: 11px;
  width: 2px;
  height: 24px;
  transform: rotate(90deg);
  background: #333333;
}
.c-box_faq dt, .c-box_faq dd {
  position: relative;
  padding: 4vw 0 4vw 15vw;
  width: 100%;
  line-height: 1.85;
  cursor: pointer;
}
.c-box_faq dt:before, .c-box_faq dd:before {
  font-family: "Noto Sans JP" sans-serif;
  position: absolute;
  top: 4vw;
  left: 0;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
.c-box_faq dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  border-top: 1px solid #333333;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-box_faq dt:before {
  content: "Q";
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  background: #333333;
  border-radius: 60px;
  width: 34px;
  height: 34px;
}
.c-box_faq dt p {
  width: 80%;
  font-weight: bold;
}
.c-box_faq dt.u-static .c-box_faq_button:after {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.c-box_faq dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-box_faq dd:before {
  content: "A";
  font-weight: 900;
  position: absolute;
  left: 1.5vw;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-box_faq dd p {
  margin: 5% 0 0 0;
}
.c-box_faq dd p:first-child {
  margin: 0;
}

.c-box_fill {
  background: #F4F4F4;
  padding: 5%;
}
.c-box_fill_text h3 {
  margin: 0 0 2% 0;
}
.c-box_fill_image {
  margin: 3% 0 0 0;
  text-align: center;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-box_list.-cols_2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 0;
  }
  .c-box_list.-cols_2 .c-box_list_text {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
  .c-box_list.-cols_2 .c-box_list_text h2 {
    margin: 40px 0 24px 0;
  }
  .c-box_list.-cols_2 .c-box_list_item {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .c-box_list.-cols_2 .c-box_list_item .c-box_list_image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .c-box_list.-cols_2 .c-box_list_item .c-box_list_image > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .c-box_list.-cols_3 ul {
    border-bottom: none;
  }
  .c-box_list.-cols_3 ul:after {
    display: block;
    width: calc(100% / 3) !important;
    content: "";
  }
  .c-box_list.-cols_3 ul li {
    width: calc(100% / 3);
    border-width: 0 1px 1px 0;
  }
  .c-box_list.-cols_3 ul li:nth-child(even) {
    border-width: 0 1px 1px 0;
  }
  .c-box_list.-cols_3 ul li:nth-last-child(-n+2) {
    border-width: 0 0 1px 0;
  }
  .c-box_list.-cols_3 ul li:last-child {
    border-width: 0 1px 0 0;
  }
  .c-box_list.-cols_3 ul li a {
    padding: 25px 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-box_list.-cols_3 ul li a:hover, .c-box_list.-cols_3 ul li a:active, .c-box_list.-cols_3 ul li a:focus {
    background: #000000;
    color: #ffffff;
  }
  .c-box_list.-cols_5 {
    position: relative;
    z-index: 99999;
  }
  .c-box_list.-cols_5 ul li {
    width: calc(100% / 5);
  }
  .c-box_list.-cols_5 ul li a {
    height: 100%;
    padding: 24px 15px;
    font-size: 1.25vw;
  }
  .c-box_list.-cols_5 ul li a:hover {
    background: #ffffff;
    color: #000000;
  }
  .c-box_list.-cols_5 ul li:nth-child(odd) {
    border-width: 0 0 1px 1px;
  }
  .c-box_list.-cols_5 ul li:nth-child(even) {
    border-width: 0 0 1px 1px;
  }
  .c-box_list.-cols_5 ul li:nth-child(5n) {
    border-width: 0 1px 1px 1px;
  }
  .c-box_list.-cols_5 ul li:last-child {
    flex: 0 1 calc(20% + 1px);
    border-width: 0 1px 0 1px;
  }

  .c-box_link.-cols_2 ul {
    border-bottom: none;
  }
  .c-box_link.-cols_2 ul li a {
    padding: 25px 40px;
    transition: background 0.3s;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-box_link.-cols_2 ul li a:hover, .c-box_link.-cols_2 ul li a:active, .c-box_link.-cols_2 ul li a:focus {
    background: #000000;
    color: #ffffff;
  }
  .c-box_link.-cols_2 ul:after {
    display: block;
    width: 50% !important;
    content: "";
  }

  .c-box_text {
    padding: 30px 60px;
  }

  .c-box_title {
    padding: 20px 40px;
  }

  .c-box_profile figure {
    width: 30%;
    padding: 0 40px 0 0;
    text-align: left;
  }
  .c-box_profile dl,
.c-box_profile .c-profile {
    width: 70%;
  }

  .c-box_image {
    margin: 24px 0;
  }
  .c-box_image > img {
    padding: 40px 50px;
  }
  .c-box_image figcaption {
    margin: 8px 0 0 0;
  }

  .c-box_line {
    flex-flow: row nowrap;
  }
  .c-box_line dt {
    width: 20%;
    margin: 0 20px 0 0;
  }

  .c-box_gray {
    padding: 40px;
  }
  .c-box_gray h3 {
    margin: 0 0 10px 0;
  }

  .c-box_gray_image {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .c-box_gray_image_text {
    width: 50%;
  }
  .c-box_gray_image_text p, .c-box_gray_image_text .c-text {
    margin: 0;
  }
  .c-box_gray_image_media {
    width: 50%;
    margin: 0 0 0 20px;
  }

  .c-box_column2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 5% 0 0 0;
  }
  .c-box_column2.c-text_right {
    flex-flow: row wrap;
  }
  .c-box_column2.c-text_left {
    flex-flow: row-reverse wrap;
  }
  .c-box_column2_media {
    width: 48%;
    margin: 0;
  }
  .c-box_column2_text {
    width: 48%;
  }
  .c-box_column2_text h3 {
    margin: 0;
  }

  .c-box_notices {
    padding: 40px;
  }
  .c-box_notices h3 {
    margin: 0 0 10px 0;
  }

  .c-box_faq_button {
    top: 30px;
  }
  .c-box_faq dt p {
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-box_faq dd:before {
    left: 0.5vw;
  }
  .c-box_faq dt, .c-box_faq dd {
    padding: 24px 0 24px 50px;
  }
  .c-box_faq dt:before, .c-box_faq dd:before {
    top: 24px;
  }

  .c-box_fill {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .c-box_fill_text {
    width: 50%;
  }
  .c-box_fill_image {
    width: 50%;
    margin: 0 0 0 20px;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!Button
========================================================== */
/* Basic White Button */
.c-btn_basic01 {
  display: block;
  border-bottom: 1px solid #000000;
  background: #ffffff;
  padding: 7% 1.5%;
}
.c-btn_basic01 p {
  font-weight: bold;
  text-align: center;
  background-image: url(../img/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 37px;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-btn_basic02 ul li a p span,
.c-btn_basic02 ul li div p span,
.c-btn_basic02 ul li button p span {
  /* WCAG 2.0 C7 */
}

.c-btn_reset {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 1em;
}
.c-btn_reset a {
  position: relative;
  padding: 4px 8px;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  background: transparent none;
  cursor: pointer;
  display: block;
  width: 100%;
}
.c-btn_reset a:before {
  margin: 0 8px 0 0;
  content: "✕";
}

.c-btn_contact {
  background: #EB424A;
}
.c-btn_contact dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse nowrap;
}
.c-btn_contact dl dt {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-btn_contact dl dd {
  margin: 0 0 3% 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-btn_documents {
  background: #EAEAEA;
}
.c-btn_documents dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse nowrap;
}
.c-btn_documents dl span img {
  width: 60px;
  height: 60px;
}
.c-btn_documents dl dt {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.c-btn_documents dl dd {
  margin: 0 0 3% 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-btn-rows_1 .c-btn, .c-btn-rows_2 .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 160px;
  height: 100%;
  padding: 6% 5%;
  transition: background 0.3s;
}
.c-btn-rows_1 .c-btn dl, .c-btn-rows_2 .c-btn dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse nowrap;
  width: 100%;
}
.c-btn-rows_1 .c-btn dl dt, .c-btn-rows_2 .c-btn dl dt {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-btn-rows_1 .c-btn dl dt:before, .c-btn-rows_2 .c-btn dl dt:before {
  content: none;
}
.c-btn-rows_1 .c-btn dl dt:after, .c-btn-rows_2 .c-btn dl dt:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000000 none;
}
.c-btn-rows_1 .c-btn dl dd, .c-btn-rows_2 .c-btn dl dd {
  margin: 0 0 1.5% 0;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-btn-rows_1 .c-btn:hover dt:after, .c-btn-rows_1 .c-btn:active dt:after, .c-btn-rows_1 .c-btn:focus dt:after, .c-btn-rows_2 .c-btn:hover dt:after, .c-btn-rows_2 .c-btn:active dt:after, .c-btn-rows_2 .c-btn:focus dt:after {
  background: #ffffff none;
}
.c-btn-rows_1 {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin-top: 8% !important;
  margin-bottom: 8%;
  margin-left: calc(50% - 50vw + 1px) !important;
  margin-right: calc(50% - 50vw + 1px) !important;
  margin-bottom: 0 !important;
}
.c-btn-rows_1 .c-btn:hover, .c-btn-rows_1 .c-btn:active, .c-btn-rows_1 .c-btn:focus {
  color: #ffffff;
}
.c-btn-rows_1 .c-btn.-red {
  background-color: #1281D1;
}
.c-btn-rows_1 .c-btn.-red:hover, .c-btn-rows_1 .c-btn.-red:active, .c-btn-rows_1 .c-btn.-red:focus {
  background-color: #AA0008;
}
.c-btn-rows_1 .c-btn.-blue {
  background-color: #1281D1;
  color: #ffffff;
}
.c-btn-rows_1 .c-btn.-blue dl dt:after {
  background: #ffffff none;
}
.c-btn-rows_1 .c-btn.-blue:hover, .c-btn-rows_1 .c-btn.-blue:active, .c-btn-rows_1 .c-btn.-blue:focus {
  background-color: #005593;
  color: #000000;
}
.c-btn-rows_1 .c-btn.-blue:hover dt:after, .c-btn-rows_1 .c-btn.-blue:active dt:after, .c-btn-rows_1 .c-btn.-blue:focus dt:after {
  background: #000000 none;
}
.c-btn-rows_1 .c-btn.-gray {
  background-color: #EAEAEA;
}
.c-btn-rows_1 .c-btn.-gray:hover, .c-btn-rows_1 .c-btn.-gray:active, .c-btn-rows_1 .c-btn.-gray:focus {
  color: #ffffff;
  background-color: #000000;
}
.c-btn-rows_1 .c-btn.-black {
  background-color: #000000;
  color: #ffffff;
}
.c-btn-rows_1 .c-btn.-black dl dt:after {
  background: #ffffff none;
}
.c-btn-rows_1 .c-btn.-black:hover, .c-btn-rows_1 .c-btn.-black:active, .c-btn-rows_1 .c-btn.-black:focus {
  background-color: #EAEAEA;
  color: #000000;
}
.c-btn-rows_1 .c-btn.-black:hover dt:after, .c-btn-rows_1 .c-btn.-black:active dt:after, .c-btn-rows_1 .c-btn.-black:focus dt:after {
  background: #000000 none;
}
.c-btn-rows_1 .c-btn.-finish {
  background-color: #EAEAEA;
  background-image: none;
  pointer-events: none;
}
.c-btn-rows_1 .c-btn.-finish dl dt:after {
  background: #000000 none;
}
.c-btn-rows_1 .c-btn.-black, .c-btn-rows_1 .c-btn.-finish {
  margin-bottom: 0;
}
.c-btn-rows_2 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  border-top: 1px solid #000000;
}
.c-btn-rows_2 .c-btn {
  border-bottom: 1px solid #000000;
  color: #ffffff;
}
.c-btn-rows_2 .c-btn dl dt:after {
  background: #ffffff none;
}
.c-btn-rows_2 .c-btn.-red {
  background-color: #EB424A;
}
.c-btn-rows_2 .c-btn.-red:hover, .c-btn-rows_2 .c-btn.-red:active, .c-btn-rows_2 .c-btn.-red:focus {
  background-color: #AA0008;
}
.c-btn-rows_2 .c-btn.-blue {
  background-color: #1281D1;
  color: #ffffff;
}
.c-btn-rows_2 .c-btn.-blue > p > img {
  width: 100%;
  height: auto;
}
.c-btn-rows_2 .c-btn.-blue dl {
  max-width: 240px;
  width: 100%;
}
.c-btn-rows_2 .c-btn.-blue dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.c-btn-rows_2 .c-btn:hover, .c-btn-rows_2 .c-btn:active, .c-btn-rows_2 .c-btn:focus {
  color: #ffffff;
  background-color: #005593;
}
.c-btn-rows_2 .c-btn:hover dl span img, .c-btn-rows_2 .c-btn:active dl span img, .c-btn-rows_2 .c-btn:focus dl span img {
  filter: invert(100%);
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-btn_basic01 {
    padding: 25px 0;
  }

  .c-btn-rows_1 .c-btn, .c-btn-rows_2 .c-btn {
    min-height: 180px;
    padding: 40px 30px;
  }
  .c-btn-rows_1 .c-btn dl dt, .c-btn-rows_2 .c-btn dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-btn-rows_1 .c-btn dl dd, .c-btn-rows_2 .c-btn dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-btn-rows_1 {
    border-width: 1px 0 1px 0;
    margin-top: 60px !important;
    margin-bottom: 0;
    margin-left: calc(30% - calc(50vw - 143px)) !important;
    margin-right: calc(30% - calc(50vw - 143px)) !important;
  }
  .c-btn-rows_2 .c-btn.-blue dl {
    width: 45%;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .c-btn-rows_1 {
    margin-left: calc(30% - calc(50vw - 151px)) !important;
    margin-right: calc(30% - calc(50vw - 151px)) !important;
  }

  .l-navi .c-btn-rows_1 {
    margin-left: calc(30% - calc(50vw - 238px)) !important;
    margin-right: calc(30% - calc(50vw - 238px)) !important;
  }
}
/* ==========================================================
!CTA
========================================================== */
.c-cta {
  width: 100%;
  margin: 0;
}
.c-cta .c-gridlist .c-gridlist_item {
  padding: 0;
  display: flex;
  align-items: center;
}
.c-cta .c-gridlist .c-gridlist_link {
  border-width: 1px 0 0 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 30px 15px 40px 15px;
}
.c-cta .c-gridlist .c-gridlist_link .c-text {
  order: 0;
  width: 100%;
  margin: 0 0 2% 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.c-cta .c-gridlist .c-gridlist_link .c-title-basic02 {
  position: relative;
  order: 1;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.c-cta .c-gridlist .c-gridlist_link .c-title-basic02:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000000 none;
  content: "";
}
.c-cta .c-gridlist .c-gridlist_link.-careers {
  background: #EAEAEA none;
  color: #000000;
  height: 200px;
}
.c-cta .c-gridlist .c-gridlist_link.-corporate {
  background: #ffffff none;
  color: #000000;
  height: 150px;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-cta .c-gridlist .c-gridlist_link {
    padding: 48px 15px 60px 15px;
  }
  .c-cta .c-gridlist .c-gridlist_link .c-text {
    margin: 0;
  }
  .c-cta .c-gridlist .c-gridlist_link:hover.-careers, .c-cta .c-gridlist .c-gridlist_link:hover.-corporate, .c-cta .c-gridlist .c-gridlist_link:active.-careers, .c-cta .c-gridlist .c-gridlist_link:active.-corporate, .c-cta .c-gridlist .c-gridlist_link:focus.-careers, .c-cta .c-gridlist .c-gridlist_link:focus.-corporate {
    background: #000000 none;
  }
  .c-cta .c-gridlist .c-gridlist_link:hover.-careers .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:hover.-careers .c-text, .c-cta .c-gridlist .c-gridlist_link:hover.-corporate .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:hover.-corporate .c-text, .c-cta .c-gridlist .c-gridlist_link:active.-careers .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:active.-careers .c-text, .c-cta .c-gridlist .c-gridlist_link:active.-corporate .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:active.-corporate .c-text, .c-cta .c-gridlist .c-gridlist_link:focus.-careers .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:focus.-careers .c-text, .c-cta .c-gridlist .c-gridlist_link:focus.-corporate .c-title-basic02,
.c-cta .c-gridlist .c-gridlist_link:focus.-corporate .c-text {
    color: #ffffff;
  }
  .c-cta .c-gridlist .c-gridlist_link:hover.-careers .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:hover.-careers .c-text:after, .c-cta .c-gridlist .c-gridlist_link:hover.-corporate .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:hover.-corporate .c-text:after, .c-cta .c-gridlist .c-gridlist_link:active.-careers .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:active.-careers .c-text:after, .c-cta .c-gridlist .c-gridlist_link:active.-corporate .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:active.-corporate .c-text:after, .c-cta .c-gridlist .c-gridlist_link:focus.-careers .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:focus.-careers .c-text:after, .c-cta .c-gridlist .c-gridlist_link:focus.-corporate .c-title-basic02:after,
.c-cta .c-gridlist .c-gridlist_link:focus.-corporate .c-text:after {
    background: #ffffff none;
  }
  .c-cta .c-gridlist .c-gridlist_item {
    border: none;
  }
}
/* ==========================================================
!gridlist project
========================================================== */
.p-corporate .c-gridlist_link {
  padding: 9% 4% 9% 12%;
}

.p-service .c-gridlist {
  border-width: 1px 0 0 0;
}
.p-service .c-gridlist .c-gridlist_link {
  padding: 5% 4%;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-corporate .c-gridlist_link {
    padding: 80px 40px 80px 60px;
  }

  .p-service .c-gridlist .c-gridlist_link {
    padding: 30px 40px;
  }
}
/* ==========================================================
!gridlist more(もっと見る)
========================================================== */
.c-gridlist.-more {
  margin: -1px 0 0 0;
}
.c-gridlist.-more .c-gridlist_link {
  display: block;
  padding: 6% 0 6% 0;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.c-gridlist.-more .c-gridlist_link .c-gridlist_text {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 37px;
  font-weight: 700;
}
.c-gridlist.-more .c-gridlist_link .c-gridlist_text:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 20px;
  background: url(../img/ico_arrow01.svg) no-repeat 0 0;
  background-size: 14px 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.c-gridlist.-more .c-gridlist_link.-arrow:after {
  content: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-gridlist.-more .c-gridlist_link {
    padding: 24px 0;
    transition: background 0.3s;
  }
  .c-gridlist.-more .c-gridlist_link .c-gridlist_text {
    padding: 0 20px 0 40px;
  }
  .c-gridlist.-more .c-gridlist_link:hover, .c-gridlist.-more .c-gridlist_link:active, .c-gridlist.-more .c-gridlist_link:focus {
    color: #ffffff;
    background: #000000;
  }
  .c-gridlist.-more .c-gridlist_link:hover .c-gridlist_text:after, .c-gridlist.-more .c-gridlist_link:active .c-gridlist_text:after, .c-gridlist.-more .c-gridlist_link:focus .c-gridlist_text:after {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 14px;
    height: 20px;
    background: url(../img/ico_arrow02.svg) no-repeat 0 0;
    background-size: 14px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
    content: "";
  }
}
/* ==========================================================
!gridlist
========================================================== */
.c-grid_text {
  display: flex;
  flex-flow: row wrap;
}
.c-grid_text .c-tagslist {
  order: 0;
}
.c-grid_text .c-title-basic04 {
  order: 1;
}
.c-grid_text .c-text {
  order: 2;
  line-height: 1.7;
}
.c-grid_text .c-date {
  order: 3;
}
.c-grid_text .c-tagslist_item {
  padding: 4px 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-grid_text .c-tagslist_item:after {
  content: none;
}

.-finished .c-grid_image {
  position: relative;
}
.-finished .c-grid_image:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background: #000000 none;
  content: "終了";
}

.c-gridlist_item {
  width: 100%;
  text-align: left;
  border: 1px solid #000000;
  border-width: 0 0 1px 0;
}

.c-gridlist_link {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-property: all;
}
.c-gridlist_link.-arrow:after {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 1em;
  height: 1.5em;
  background: url(../img/ico_arrow01.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "";
}
.c-gridlist_link.-arrow:hover:after, .c-gridlist_link.-arrow:active:after, .c-gridlist_link.-arrow:focus:after {
  left: 4%;
}
.c-gridlist_link > * {
  display: block;
  width: 100%;
}

.c-grid_image {
  order: 0;
  width: 100%;
  text-align: center;
  height: 110px;
}
.c-grid_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-grid_text {
  order: 1;
  width: 100%;
  padding: 5% 5% 5% 5%;
}

.c-grid_btn {
  order: 2;
  border-radius: 80px;
  border: 1px solid #000000;
  margin: 10px 0 0 0;
}
.c-grid_btn > p {
  display: block;
  width: 100%;
  padding: 5% 5% 5% 5%;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-grid_btn > p:after {
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 1.6em;
  height: 1.6em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
  transform: translateY(-50%);
  background-image: url(../img/documents/ico_download01.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  content: "";
}

.c-gridlist.-cols_3, .c-gridlist.-cols_4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.c-gridlist.-cols_3 .c-tagslist_item, .c-gridlist.-cols_4 .c-tagslist_item {
  display: inline;
}
.c-gridlist.-cols_4:before, .c-gridlist.-cols_4:after {
  display: block;
  width: 50% !important;
  content: "";
}
.c-gridlist.-cols_4:before {
  order: 1;
}
.c-gridlist.-rows_2 .c-gridlist_link {
  align-items: stretch;
}
.c-gridlist.-rows_2 .c-gridlist_link .c-grid_text {
  width: 60%;
}
.c-gridlist.-rows_2 .c-gridlist_link .c-grid_image {
  position: relative;
  width: 40%;
}
.c-gridlist.-rows_2 .c-gridlist_link .c-grid_image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-gridlist.-rows_2 .c-gridlist_link .c-grid_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.c-gridlist.-rows_2_nowrap .c-gridlist_item.-two-column:last-child {
  border-width: 0;
}
.c-gridlist.-rows_2_nowrap .c-gridlist_link {
  flex-flow: row nowrap;
  padding: 0;
}
.c-gridlist.-rows_2_nowrap .c-gridlist_link:hover .c-grid_text .c-title-basic04,
.c-gridlist.-rows_2_nowrap .c-gridlist_link:hover .c-grid_text .c-text, .c-gridlist.-rows_2_nowrap .c-gridlist_link:active .c-grid_text .c-title-basic04,
.c-gridlist.-rows_2_nowrap .c-gridlist_link:active .c-grid_text .c-text, .c-gridlist.-rows_2_nowrap .c-gridlist_link:focus .c-grid_text .c-title-basic04,
.c-gridlist.-rows_2_nowrap .c-gridlist_link:focus .c-grid_text .c-text {
  color: #ffffff;
}
.c-gridlist.-rows_2_nowrap .c-gridlist_link:hover .c-grid_text .c-tagslist_item, .c-gridlist.-rows_2_nowrap .c-gridlist_link:active .c-grid_text .c-tagslist_item, .c-gridlist.-rows_2_nowrap .c-gridlist_link:focus .c-grid_text .c-tagslist_item {
  color: #000000;
  background: #ffffff none;
}
.c-gridlist.-rows_2_nowrap .c-grid_text {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 5% 4% 5% 4%;
  width: 77%;
  height: 100%;
}
.c-gridlist.-rows_2_nowrap .c-grid_text .c-title-basic04 {
  order: 1;
  margin: 0 0 4px 0;
  color: #000000;
  line-height: 1.125;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-gridlist.-rows_2_nowrap .c-grid_text .c-text {
  order: 2;
  color: #000000;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}
.c-gridlist.-rows_2_nowrap .c-grid_image {
  width: 43%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
}

.c-gridlist_item {
  width: 100%;
}
.c-gridlist_item.-three-column, .c-gridlist_item.-four-column {
  width: 50%;
  border-width: 0 1px 1px 0;
}
.c-gridlist_item.-three-column:nth-child(even), .c-gridlist_item.-four-column:nth-child(even) {
  border-width: 0 0 1px 0;
}

/* IE11 */
*::-ms-backdrop,
.c-gridlist_item .-three-column {
  width: 33.3% !important;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-gridlist {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background: #ffffff;
  }
  .c-gridlist .c-gridlist_link {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .c-gridlist .c-gridlist_link:hover, .c-gridlist .c-gridlist_link:active, .c-gridlist .c-gridlist_link:focus {
    color: #ffffff;
    background: #000000;
  }
  .c-gridlist .c-gridlist_link:hover .c-gridlist_item, .c-gridlist .c-gridlist_link:active .c-gridlist_item, .c-gridlist .c-gridlist_link:focus .c-gridlist_item {
    background: #000000 none;
    color: #ffffff;
    transition: all 0.3s 0s ease;
  }
  .c-gridlist .c-gridlist_link:hover .c-grid_image, .c-gridlist .c-gridlist_link:active .c-grid_image, .c-gridlist .c-gridlist_link:focus .c-grid_image {
    -webkit-filter: opacity(1);
    -moz-filter: opacity(1);
    -o-filter: opacity(1);
    -ms-filter: opacity(1);
    filter: opacity(1);
  }
  .c-gridlist .c-gridlist_link:hover .c-grid_btn, .c-gridlist .c-gridlist_link:active .c-grid_btn, .c-gridlist .c-gridlist_link:focus .c-grid_btn {
    border-color: #ffffff;
    color: #ffffff;
  }
  .c-gridlist .c-gridlist_link:hover .c-grid_btn > p:after, .c-gridlist .c-gridlist_link:active .c-grid_btn > p:after, .c-gridlist .c-gridlist_link:focus .c-grid_btn > p:after {
    background-image: url(../img/documents/ico_download02.svg);
  }
  .c-gridlist .c-gridlist_link.-arrow:after {
    left: 2%;
    width: 14px;
    height: 23px;
    background-size: 14px 23px;
    background: url(../img/ico_arrow01.svg) no-repeat 0 0;
  }
  .c-gridlist .c-gridlist_link.-arrow:hover:after, .c-gridlist .c-gridlist_link.-arrow:active:after, .c-gridlist .c-gridlist_link.-arrow:focus:after {
    left: 3%;
    width: 14px;
    height: 23px;
    background-size: 14px 23px;
    background: url(../img/ico_arrow02.svg) no-repeat 0 0;
  }
  .c-gridlist.-cols_3 {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .c-gridlist.-cols_3:after {
    display: block;
    width: calc(100% / 3) !important;
    content: "";
  }
  .c-gridlist.-cols_4 {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .c-gridlist.-cols_4:before, .c-gridlist.-cols_4:after {
    display: block;
    width: 25% !important;
    content: "";
  }
  .c-gridlist.-cols_4:before {
    order: 1;
  }
  .c-gridlist.-rows_1 {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .c-gridlist.-rows_1 .c-gridlist_link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-gridlist.-rows_1 .c-gridlist_link .c-grid_text {
    width: 70%;
  }
  .c-gridlist.-rows_1 .c-gridlist_link .c-grid_image {
    width: 30%;
  }
  .c-gridlist.-rows_2 {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .c-gridlist.-rows_2 .c-gridlist_link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .c-gridlist.-rows_2 .c-gridlist_link .c-grid_text {
    width: 70%;
  }
  .c-gridlist.-rows_2 .c-gridlist_link .c-grid_image {
    width: 30%;
  }
  .c-gridlist.-rows_2_nowrap .c-gridlist_item.-two-column:last-child {
    border-width: 0 1px 0 0;
    margin: 0 0 1px 0;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_text {
    width: 60%;
    padding: 15px 30px;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_text .c-title-basic04 {
    margin: 0 0 0.5em 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_text .c-text {
    line-height: 1.75;
    max-height: 5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_image {
    width: 40%;
  }
  .c-gridlist .c-grid_image {
    height: 220px;
  }
  .c-gridlist.-more .c-gridlist_link {
    padding: 24px 0;
  }

  /* IE11 */
  *::-ms-backdrop,
.c-gridlist .-cols_3 > *:after {
    width: 33.3% !important;
  }

  .c-gridlist_item {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  .c-gridlist_item.-one-column {
    width: 100%;
  }
  .c-gridlist_item.-two-column {
    border-width: 0 1px 1px 0;
    width: 50%;
  }
  .c-gridlist_item.-two-column:nth-child(2n) {
    border-width: 0 0 1px 0;
  }
  .c-gridlist_item.-three-column {
    border-width: 0 1px 1px 0;
    width: calc(100% / 3);
  }
  .c-gridlist_item.-three-column:nth-child(even) {
    border-width: 0 1px 1px 0;
  }
  .c-gridlist_item.-three-column:nth-child(3n) {
    border-width: 0 0 1px 0;
  }
  .c-gridlist_item.-four-column {
    border-width: 0 1px 1px 0;
    width: 25%;
  }
  .c-gridlist_item.-four-column:nth-child(even) {
    border-width: 0 1px 1px 0;
  }
  .c-gridlist_item.-four-column:nth-child(4n) {
    border-width: 0 0 1px 0;
  }

  /* IE11 */
  *::-ms-backdrop,
.c-gridlist_item .-three-column {
    width: 33.3% !important;
  }

  .c-grid_btn {
    margin: 15px 0 0 0;
  }
  .c-grid_btn > p {
    padding: 5% 10% 5% 5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .c-gridlist.-rows_2_nowrap .c-grid_text {
    width: 65%;
    padding: 40px 30px;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_image {
    width: 35%;
  }
}
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1400px), print {
  .c-gridlist.-rows_2_nowrap .c-grid_text {
    width: 75%;
  }
  .c-gridlist.-rows_2_nowrap .c-grid_image {
    width: 25%;
  }
}
/* ==========================================================
!H(n)eading
========================================================== */
.c-title-basic01 {
  margin: 0 0 7% 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 40px;
  font-size: 4rem;
}

.c-title-basic02 {
  margin: 0 0 7% 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
}
.-identity .c-title-basic02 {
  margin: 0 0 2% 0;
  font-size: 28px;
  font-size: 2.8rem;
}

.c-title-basic03 {
  margin: 0 0 7% 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
}

.c-title-basic04 {
  margin: 0 0 7% 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-title-basic04 span {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-title-basic05 {
  margin: 0 0 7% 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-title-basic06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
.c-title-basic06.-careers {
  font-size: 28px;
  font-size: 2.8rem;
}
.c-title-basic06.-corporate {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}
.c-title-basic06.-corporate span {
  margin: 0.5em 0 0 0;
  line-height: 1.7;
}
.c-title-basic06 span {
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-title-basic07 {
  margin: 0 0 5% 0;
  line-height: 1.3;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-title-basic07 span {
  display: block;
  margin: 2% 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-title_service {
  background: #000000;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #ffffff;
  padding: 5% 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-title-basic01 {
    margin: 0 0 32px 0;
    font-size: 60px;
    font-size: 6rem;
  }

  .c-title-basic02 {
    margin: 0 0 20px 0;
    font-size: 34px;
    font-size: 3.4rem;
  }

  .c-title-basic03 {
    margin: 0 0 40px 0;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .c-title-basic04 {
    margin: 0 0 24px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-title-basic04 span {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
  }

  .c-title-basic05 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-title-basic06 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .c-title-basic06.-careers {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .c-title-basic06.-corporate {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .c-title-basic06 span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-title-basic07 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-title-basic07 span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-title_service {
    padding: 15px 0;
  }
}
/* ==========================================================
!Listing
========================================================== */
.c-list_flow > li {
  position: relative;
  margin: 7vw 0 0 0;
  background: #ECECEC;
}
.c-list_flow > li:first-child {
  margin: 0;
}
.c-list_flow > li:first-child:before {
  display: none;
}
.c-list_flow > li:before {
  content: "";
  width: 20px;
  height: 18px;
  display: inline-block;
  background: url(../img/ico_flow01.svg) no-repeat center 50%;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin: 0 0 0 -2vw;
  top: -5.5vw;
  left: 50%;
}
.c-list_flow > li dl {
  padding: 3% 3% 3% 3%;
}
.c-list_flow > li dl dt {
  font-weight: bold;
}
.c-list_flow > li p {
  margin: 0;
  padding: 3% 3% 3% 3%;
  font-weight: bold;
}
.c-list_flow > li ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
}
.c-list_flow > li ul > li {
  width: calc(50% - 1%);
  background: #ECECEC;
  padding: 3% 3% 3% 3%;
  text-indent: 0;
  margin: 0;
}
.c-list_flow > li ul > li:before {
  display: none;
}
.c-list_flow > li ul > li p {
  padding: 0;
}
.c-list_flow > li.-cols_2 {
  background: transparent;
}

.c-descriptionlist {
  table-layout: fixed;
  display: table;
  width: 100%;
  margin: 0 0 4% 0;
}

.c-descriptionlist_title {
  display: table-cell;
  width: 35%;
  min-width: 50px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-descriptionlist_text {
  display: table-cell;
  width: 65%;
  padding: 0 0 0 0.3em;
  text-align: left;
}

.c-descriptionlist_basic01 dl:not([class]) dt {
  position: relative;
  padding: 0.3em 0 0.3em 1.8em;
  line-height: 1.5;
}
.c-descriptionlist_basic01 dl:not([class]) dt:before {
  position: absolute;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #000000;
  top: 8px;
  left: 0;
}

.c-list_faq {
  counter-reset: faq;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-list_flow > li {
    margin: 40px 0 0 0;
  }
  .c-list_flow > li:before {
    width: 20px;
    height: 18px;
    top: -28px;
    margin: 0 0 0 -10px;
  }
}
/* ==========================================================
!pagenation
========================================================== */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px 0 0 0;
  padding: 16px 40px 16px 40px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000000;
  background: #ffffff;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px 15px;
  color: #000000;
}
.wp-pagenavi .current:hover, .wp-pagenavi .current:focus,
.wp-pagenavi .page:hover,
.wp-pagenavi .page:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #EAEAEA;
}
.wp-pagenavi .current {
  background-color: #EAEAEA;
  color: rgba(0, 0, 0, 0.5);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #000000;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus {
  color: transparent;
}
.wp-pagenavi .previouspostslink:hover:after, .wp-pagenavi .previouspostslink:focus:after,
.wp-pagenavi .nextpostslink:hover:after,
.wp-pagenavi .nextpostslink:focus:after {
  border-color: #EAEAEA;
}
.wp-pagenavi .previouspostslink:after {
  left: 45%;
  border-width: 0 0 2px 2px;
}
.wp-pagenavi .nextpostslink:after {
  right: 45%;
  border-width: 2px 2px 0 0;
}

/* ==========================================================
!Pagetop
========================================================== */
/* fixed
------------------------------------ */
.l-pagetop_fixed {
  display: none;
  position: relative;
}
.l-pagetop_fixed p {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 8.928%;
  cursor: pointer;
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* ==========================================================
!Table
========================================================== */
.c-table-basic01 {
  width: 100%;
  margin: 0 0 40px 0;
}
.c-table-basic01 dl:last-child {
  border-width: 0 0 1px 0;
}
.c-table-basic01 table,
.c-table-basic01 dl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  width: 100%;
}
.c-table-basic01 table tr,
.c-table-basic01 dl tr {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
}
.c-table-basic01 table tr:last-child,
.c-table-basic01 dl tr:last-child {
  border-width: 0 0 1px 0;
}
.c-table-basic01 table tr dl,
.c-table-basic01 dl tr dl {
  border: none;
}
.c-table-basic01 table dt,
.c-table-basic01 table dd,
.c-table-basic01 dl dt,
.c-table-basic01 dl dd {
  border-style: solid;
  border-color: #000000;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table-basic01 table th,
.c-table-basic01 table dt,
.c-table-basic01 dl th,
.c-table-basic01 dl dt {
  width: 100%;
  min-width: 100px;
  padding: 20px 0 0 0;
  font-weight: 700;
  vertical-align: top;
  border-width: 1px 0 0 0;
}
.c-table-basic01 table td,
.c-table-basic01 table dd,
.c-table-basic01 dl td,
.c-table-basic01 dl dd {
  width: 100%;
  padding: 20px 0 16px 0;
}
.c-table-basic01 table th,
.c-table-basic01 dl th {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 0;
}

.c-table-basic02 {
  width: 100%;
  margin: 0 0 40px 0;
}
.c-table-basic02 table,
.c-table-basic02 dl {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.c-table-basic02 table th,
.c-table-basic02 table td,
.c-table-basic02 table dt,
.c-table-basic02 table dd,
.c-table-basic02 dl th,
.c-table-basic02 dl td,
.c-table-basic02 dl dt,
.c-table-basic02 dl dd {
  display: table-cell;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table-basic02 table th,
.c-table-basic02 table dt,
.c-table-basic02 dl th,
.c-table-basic02 dl dt {
  width: 30%;
  padding: 16px 16px 16px 16px;
  font-weight: 700;
}
.c-table-basic02 table td,
.c-table-basic02 table dd,
.c-table-basic02 dl td,
.c-table-basic02 dl dd {
  width: 70%;
  padding: 16px 16px 16px 16px;
}
.c-table-basic02 dl {
  margin: -1px 0 0 0;
}
.c-table-basic02 dl dd {
  border-left-width: 0;
}

.c-table-basic03 {
  width: 100%;
  margin: 0 0 40px 0;
}
.c-table-basic03 table,
.c-table-basic03 dl {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.c-table-basic03 table th,
.c-table-basic03 table td,
.c-table-basic03 table dt,
.c-table-basic03 table dd,
.c-table-basic03 dl th,
.c-table-basic03 dl td,
.c-table-basic03 dl dt,
.c-table-basic03 dl dd {
  display: table-cell;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table-basic03 table th,
.c-table-basic03 table dt,
.c-table-basic03 dl th,
.c-table-basic03 dl dt {
  width: 30%;
  padding: 16px 16px 16px 16px;
  font-weight: 700;
  background: #F4F4F4;
}
.c-table-basic03 table td,
.c-table-basic03 table dd,
.c-table-basic03 dl td,
.c-table-basic03 dl dd {
  display: table-cell;
  width: 70%;
  padding: 16px 16px 16px 16px;
}
.c-table-basic03 dl {
  margin: -1px 0 0 0;
}
.c-table-basic03 dl dd {
  border-left-width: 0;
}

.c-table-basic04 {
  width: 100%;
  margin: 0 0 40px 0;
}
.c-table-basic04 table, .c-table-basic04 dl {
  table-layout: fixed;
  display: table;
  width: 100%;
  border-left: none;
}
.c-table-basic04 table thead,
.c-table-basic04 table tbody,
.c-table-basic04 table tr, .c-table-basic04 dl thead,
.c-table-basic04 dl tbody,
.c-table-basic04 dl tr {
  width: 100%;
  vertical-align: top;
}
.c-table-basic04 table th,
.c-table-basic04 table td,
.c-table-basic04 table dt,
.c-table-basic04 table dd, .c-table-basic04 dl th,
.c-table-basic04 dl td,
.c-table-basic04 dl dt,
.c-table-basic04 dl dd {
  display: table-cell;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #000000;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-table-basic04 table th,
.c-table-basic04 table dt, .c-table-basic04 dl th,
.c-table-basic04 dl dt {
  width: 25%;
  padding: 16px 0 16px 16px;
  font-weight: 700;
  background: #ffffff;
  vertical-align: top;
}
.c-table-basic04 table td,
.c-table-basic04 table dd, .c-table-basic04 dl td,
.c-table-basic04 dl dd {
  width: 75%;
  padding: 16px 0 16px 16px;
}
.c-table-basic04 table td > dl, .c-table-basic04 dl td > dl {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.c-table-basic04 table td > dl:last-child, .c-table-basic04 dl td > dl:last-child {
  margin: 0;
}
.c-table-basic04 table td > dl dt,
.c-table-basic04 table td > dl dd, .c-table-basic04 dl td > dl dt,
.c-table-basic04 dl td > dl dd {
  display: block;
  width: 100%;
  padding: 0;
  border-width: 0;
}
.c-table-basic04 table td > dl dt, .c-table-basic04 dl td > dl dt {
  margin: 0 0 8px 0;
}
.c-table-basic04 table td > dl dd, .c-table-basic04 dl td > dl dd {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.7;
}
.c-table-basic04 table td > dl dd:before, .c-table-basic04 dl td > dl dd:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: #000000;
  border-radius: 50%;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
}
.c-table-basic04 table td > dl dd > dt, .c-table-basic04 dl td > dl dd > dt {
  margin: 0;
}
.c-table-basic04 dl {
  margin: -1px 0 0 0;
}

.c-table-basic05,
.c-table {
  width: 100%;
  margin: 0 0 40px 0;
}
.c-table-basic05 table, .c-table-basic05 ul,
.c-table table,
.c-table ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  width: 100%;
  border-left: none;
}
.c-table-basic05 table thead,
.c-table-basic05 table tbody,
.c-table-basic05 table tr, .c-table-basic05 ul thead,
.c-table-basic05 ul tbody,
.c-table-basic05 ul tr,
.c-table table thead,
.c-table table tbody,
.c-table table tr,
.c-table ul thead,
.c-table ul tbody,
.c-table ul tr {
  width: 100%;
}
.c-table-basic05 table tr, .c-table-basic05 ul tr,
.c-table table tr,
.c-table ul tr {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000000;
}
.c-table-basic05 table tr:first-child, .c-table-basic05 ul tr:first-child,
.c-table table tr:first-child,
.c-table ul tr:first-child {
  border: none;
}
.c-table-basic05 table tr:last-child, .c-table-basic05 ul tr:last-child,
.c-table table tr:last-child,
.c-table ul tr:last-child {
  border-width: 1px 0 1px 0;
}
.c-table-basic05 table tr dl, .c-table-basic05 ul tr dl,
.c-table table tr dl,
.c-table ul tr dl {
  border: none;
}
.c-table-basic05 table th,
.c-table-basic05 table td, .c-table-basic05 ul th,
.c-table-basic05 ul td,
.c-table table th,
.c-table table td,
.c-table ul th,
.c-table ul td {
  display: table-cell;
  border: none;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-table-basic05 table th, .c-table-basic05 ul th,
.c-table table th,
.c-table ul th {
  width: 100%;
  padding: 20px 0 8px 16px;
  vertical-align: top;
}
.c-table-basic05 table th,
.c-table-basic05 table .c-table_title, .c-table-basic05 ul th,
.c-table-basic05 ul .c-table_title,
.c-table table th,
.c-table table .c-table_title,
.c-table ul th,
.c-table ul .c-table_title {
  background: #ffffff;
  font-weight: 700;
}
.c-table-basic05 table td, .c-table-basic05 ul td,
.c-table table td,
.c-table ul td {
  width: 100%;
  padding: 8px 8px 16px 16px;
}
.c-table-basic05 table td > ul, .c-table-basic05 ul td > ul,
.c-table table td > ul,
.c-table ul td > ul {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.c-table-basic05 table td > ul:last-child, .c-table-basic05 ul td > ul:last-child,
.c-table table td > ul:last-child,
.c-table ul td > ul:last-child {
  margin: 0;
}
.c-table-basic05 table td > ul li, .c-table-basic05 ul td > ul li,
.c-table table td > ul li,
.c-table ul td > ul li {
  display: block;
  width: 100%;
  padding: 0;
  border-width: 0;
}
.c-table-basic05 table td > ul .c-table_title, .c-table-basic05 ul td > ul .c-table_title,
.c-table table td > ul .c-table_title,
.c-table ul td > ul .c-table_title {
  margin: 0 0 8px 0;
  padding: 0;
  text-indent: 0;
}
.c-table-basic05 table td > ul .c-table_title:before, .c-table-basic05 ul td > ul .c-table_title:before,
.c-table table td > ul .c-table_title:before,
.c-table ul td > ul .c-table_title:before {
  content: none;
}
.c-table-basic05 table td > ul li, .c-table-basic05 ul td > ul li,
.c-table table td > ul li,
.c-table ul td > ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.7;
}
.c-table-basic05 table td > ul li:before, .c-table-basic05 ul td > ul li:before,
.c-table table td > ul li:before,
.c-table ul td > ul li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: #000000;
  border-radius: 50%;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
}

.c-table table td > ul li:before {
  content: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-table-basic01 table th,
.c-table-basic01 table dt,
.c-table-basic01 dl th,
.c-table-basic01 dl dt {
    width: 30%;
    padding: 20px 0 16px 8px;
  }
  .c-table-basic01 table td,
.c-table-basic01 table dd,
.c-table-basic01 dl td,
.c-table-basic01 dl dd {
    border-width: 1px 0 0 0;
    width: 70%;
    padding: 20px 8px 16px 16px;
  }

  .c-table-basic05 table tr, .c-table-basic05 ul tr,
.c-table table tr,
.c-table ul tr {
    flex-flow: row nowrap;
  }
  .c-table-basic05 table tr th,
.c-table-basic05 table tr dt, .c-table-basic05 ul tr th,
.c-table-basic05 ul tr dt,
.c-table table tr th,
.c-table table tr dt,
.c-table ul tr th,
.c-table ul tr dt {
    width: 30% !important;
    padding: 20px 0 16px 8px;
  }
  .c-table-basic05 table tr td,
.c-table-basic05 table tr dd, .c-table-basic05 ul tr td,
.c-table-basic05 ul tr dd,
.c-table table tr td,
.c-table table tr dd,
.c-table ul tr td,
.c-table ul tr dd {
    width: 70% !important;
    padding: 20px 8px 16px 16px;
  }
}
/* ==========================================================
!tags
========================================================== */
.c-tagslist {
  display: block;
  margin: 0 0 4% 0;
  text-align: left;
}
.c-tagslist_wrap {
  padding: 4%;
  display: none;
}
.c-tagslist_title {
  text-align: left;
  font-weight: bold;
}
.c-tagslist_title:nth-of-type(2) {
  margin: 5% 0 0 0;
}
.c-tagslist_item {
  display: inline-block;
  margin: 0 0.25em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-tagslist_item a {
  text-decoration: underline;
}
.c-tagslist_item a:hover, .c-tagslist_item afocus {
  text-decoration: none;
}
.c-tagslist_link {
  text-decoration: underline;
}
.c-tagslist_link:hover, .c-tagslist_linkfocus {
  text-decoration: none;
}

.c-gridlist_link.-patternA .c-tagslist {
  line-height: 1.4;
}
.c-gridlist_link.-patternA .c-tagslist_item {
  padding: 0 !important;
}
.c-gridlist_link.-patternA .c-descriptionlist_title {
  font-weight: bold;
  float: left;
}
.c-gridlist_link.-patternA .c-descriptionlist_title.-issues {
  width: 15%;
}
.c-gridlist_link.-patternA .c-descriptionlist_title.-service {
  width: 22%;
  min-width: 80px;
}
.c-gridlist_link.-patternA .c-descriptionlist_title:after {
  content: "";
  display: block;
  clear: both;
}
.c-gridlist_link.-patternA .c-descriptionlist_text {
  padding: 0 !important;
  width: 100% !important;
  display: block;
}
.c-gridlist_link.-patternA .c-grid_text {
  display: flex;
  flex-grow: 1;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-tagslist_wrap {
    padding: 0;
    display: block;
  }
  .c-tagslist_title:nth-of-type(2) {
    margin: 24px 0 0 0;
  }

  .p-works_area .c-tagslist_item {
    padding: 0;
  }
  .p-works_area .c-gridlist_link.-patternA .c-descriptionlist {
    table-layout: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-works_area .c-gridlist_link.-patternA .c-descriptionlist_title {
    display: table-cell;
    clear: both;
  }
  .p-works_area .c-gridlist_link.-patternA .c-descriptionlist_text {
    display: table-cell;
    width: 70%;
  }
}
/* ==========================================================
!Text
========================================================== */
.c-text {
  margin: 0 0 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.-identity .c-text {
  margin: 0 0 1em 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.c-text_basic01 {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-text_basic02 {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}

.c-text_companyname {
  font-weight: bold;
  margin: 0 0 4% 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-text_industry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-text_industry dt {
  padding: 0 4% 0 0;
}

.c-text_type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-text_type dt {
  padding: 0 4% 0 0;
}

.c-text_tag {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-text_lead {
  text-align: left;
  margin: 0 0 2% 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-text_faq:before {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: -999px;
  content: counter(faq);
  counter-increment: faq;
}
.c-text_faq dt {
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-text_faq dt:before {
  content: "Q." counter(faq);
  top: 4vw;
  left: 0;
  line-height: 1.5;
  padding: 0 2% 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "sans-serif";
}
.c-text_faq dd {
  margin: 3% 0 5% 0;
}

.c-note {
  margin: 8px 0 0 0;
  font-size: 14px;
  text-align: center;
}

.c-text_404 {
  text-align: center;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: bold;
  font-size: 36vw;
  line-height: 1;
  margin: 0 0 5% 0;
  background: url(../img/bg_animation01.png) no-repeat right 50% bottom 50%, url(../img/bg_animation02.png) no-repeat right 45% top 45%, url(../img/bg_animation03.png) no-repeat right 50% bottom 50%, url(../img/bg_animation04.png) no-repeat right 50% top 50%;
  animation: ratote-404 30s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  background-size: 150%;
}

@keyframes ratote-404 {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.c-text_mark.-blue {
  display: inline;
  background: #00508F;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1px 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .c-text_lead {
    margin: 0 0 20px 0;
  }

  .c-text_faq dt:before {
    padding: 0 10px 0 0;
  }
  .c-text_faq dd {
    margin: 24px 0 40px 0;
  }

  .c-text_404 {
    font-size: 195px;
  }
}
cite {
  display: block;
  margin-top: 15px;
  font-size: 0.8em;
}

/* ==========================================================
!Text Link
========================================================== */
.c-txtlink01 {
  text-decoration: underline;
}
.c-txtlink01 span {
  /* WCAG 2.0 C7 */
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
}
.c-txtlink01:hover, .c-txtlink01:focus {
  text-decoration: none;
}

/* ==========================================================
!corporate
========================================================== */
.p-corporate .c-gridlist.-rows_2 .c-gridlist_link {
  padding: 8% 4% 8% 15%;
}
.p-corporate .c-gridlist_link.-arrow:after {
  left: 7%;
}
.p-corporate .c-gridlist_item {
  margin: 0;
  box-shadow: none;
  border-width: 0 0 1px 0;
  min-height: 90px;
}
.p-corporate .c-gridlist_item:last-child {
  border-width: 0;
}
.p-corporate .c-gridlist_link .c-title-basic02 {
  margin: 0;
}

.p-corporate_lower {
  line-height: 2;
  margin: 0 -1px 0 0;
}
.p-corporate_lower .l-inner {
  padding: 50px 4% 10px 4%;
}
.p-corporate_lower .c-table-basic01 td > dl {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.p-corporate_lower .c-table-basic01 td > dl dt,
.p-corporate_lower .c-table-basic01 td > dl dd {
  display: block;
  width: 100%;
  padding: 0;
  border-width: 0;
}
.p-corporate_lower .c-table-basic01 td > dl dt {
  margin: 0 0 8px 0;
}
.p-corporate_lower .c-gridlist .c-gridlist_item {
  flex-flow: row wrap;
  padding: 5%;
}
.p-corporate_lower .p-corporate-officer_name {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0;
  min-height: 126px;
}
.p-corporate_lower .p-corporate-officer_name .c-title-basic03 {
  margin: 0;
  width: 70%;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-corporate_lower .p-corporate-officer_name .c-title-basic03 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-corporate_lower .p-corporate-officer_image {
  margin: 0 8% 0 0;
  min-width: 126px;
  width: 30%;
}
.p-corporate_lower .p-corporate-officer_image img {
  width: 126px;
  height: 126px;
  object-fit: cover;
  border: 1px solid #000000;
  border-radius: 50%;
  object-position: 0px 0px;
}
.p-corporate_lower .p-corporate-officer_summary {
  width: 100%;
}
.p-corporate_lower.-identity {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-corporate_lower.-identity .l-inner {
  padding: 60px 4% 45px 4%;
}
.p-corporate_lower.-identity:first-of-type .c-title-basic02 {
  text-align: center;
}
.p-corporate_lower.-identity:first-of-type p {
  margin: 0 0 2% 0;
}
.p-corporate_lower.-identity p {
  margin: 0 0 2em 0;
}
.p-corporate_lower.-identity p.c-text {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-corporate_lower.-identity .p-corporate_logo {
  margin: 0 0 8% 0;
}
.p-corporate_lower > section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-corporate_lower > section:last-of-type {
  border-bottom: none;
}
.p-corporate_lower.-books section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-corporate_lower.-books section > a {
  display: block;
}
.p-corporate_lower.-books section p {
  margin: 0 0 1em 0;
  line-height: 2;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-corporate_lower.-books section .l-inner {
  padding: 40px 4% 40px 4%;
}
.p-corporate_lower.-books_detail section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-corporate_lower.-books_detail section > a {
  display: block;
}
.p-corporate_lower.-books_detail section p {
  margin: 0 0 1em 0;
  line-height: 2;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-corporate_lower.-books_detail section .l-inner {
  padding: 40px 4% 40px 4%;
}
.p-corporate_lower.-books_detail .p-corporate-books_image {
  max-width: 372px;
  width: 50%;
}
.p-corporate_lower.-books_detail .p-corporate-books_btn {
  border: 1px solid #000000;
  display: block;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.p-corporate_lower.-books_detail .c-gridlist .c-gridlist_item {
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0;
}
.p-corporate_lower.-books_detail .c-gridlist .c-gridlist_item .c-gridlist_link {
  border-width: 0;
}
.p-corporate_lower .p-corporate-books_image {
  display: block;
  margin: 10% auto 0;
  max-width: 200px;
}
.p-corporate_lower .p-corporate-books_image img {
  width: 100%;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-corporate .c-gridlist.-rows_2 .c-gridlist_link {
    padding: 50px 40px 50px 80px;
  }
  .p-corporate .c-gridlist_link .c-title-basic02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-corporate .c-gridlist_link.-arrow:after {
    left: 35px;
  }
  .p-corporate .c-gridlist_link.-arrow:hover:after, .p-corporate .c-gridlist_link.-arrow:active:after, .p-corporate .c-gridlist_link.-arrow:focus:after {
    left: 7%;
  }
  .p-corporate .c-gridlist_item {
    margin: 0;
    border-width: 0 1px 1px 0;
    min-height: 100px;
  }
  .p-corporate .c-gridlist_item:last-child {
    border-width: 0 1px 0 0;
  }
  .p-corporate .c-gridlist_item:nth-child(even) {
    border-width: 0 0 1px 0;
  }

  .p-corporate_lower .l-outer {
    max-width: calc(100% - 68px);
    margin: 0 auto;
  }
  .p-corporate_lower .p-corporate-officer_name {
    margin: 0 0 2% 0;
  }
  .p-corporate_lower .p-corporate-officer_name .c-title-basic03 {
    width: 90%;
  }
  .p-corporate_lower .p-corporate-officer_image {
    margin: 0 2% 0 0;
    width: 10%;
  }
  .p-corporate_lower.-identity p.c-text {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-corporate_lower.-books section > a {
    transition: background 0.3s;
  }
  .p-corporate_lower.-books section > a:hover, .p-corporate_lower.-books section > a:active, .p-corporate_lower.-books section > a:focus {
    background: #000000;
    color: #ffffff;
  }
  .p-corporate_lower.-books section .l-outer {
    max-width: calc(845px) !important;
    margin: 0 auto !important;
  }
  .p-corporate_lower.-books section .l-inner {
    padding: 60px 4% 60px 4%;
  }
  .p-corporate_lower.-books_detail section .l-outer {
    max-width: calc(820px) !important;
    margin: 0 auto !important;
  }
  .p-corporate_lower.-books_detail section .l-inner {
    padding: 60px 4% 60px 4%;
  }
  .p-corporate_lower.-books_detail .p-corporate-books_wrap {
    align-items: flex-start;
  }
  .p-corporate_lower.-books_detail .p-corporate-books_summary {
    width: 100%;
  }
  .p-corporate_lower.-books_detail .p-corporate-books_image {
    width: 100%;
  }
  .p-corporate_lower.-books_detail .p-corporate-books_btn {
    transition: background 0.3s;
  }
  .p-corporate_lower.-books_detail .p-corporate-books_btn:hover, .p-corporate_lower.-books_detail .p-corporate-books_btn:active, .p-corporate_lower.-books_detail .p-corporate-books_btn:focus {
    background: #000000;
    color: #ffffff;
  }
  .p-corporate_lower .p-corporate-books_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row-reverse nowrap;
  }
  .p-corporate_lower .p-corporate-books_summary {
    width: 70%;
  }
  .p-corporate_lower .p-corporate-books_image {
    width: 30%;
    margin: 0 5% 0 0;
    transition: background 0.3s;
  }
  .p-corporate_lower .p-corporate-books_image:hover, .p-corporate_lower .p-corporate-books_image:active, .p-corporate_lower .p-corporate-books_image:focus {
    opacity: 0.7;
  }
}
/* ==========================================================
!Map
========================================================== */
#map1,
#map2,
#map3 {
  width: 100%;
  height: 300px;
  margin-bottom: 6.45161%;
}

@media screen and (min-width: 768px) {
  #map1,
#map2,
#map3 {
    height: 435px;
  }
}
/* ==========================================================
!careers
========================================================== */
.p-careers .c-gridlist_link {
  padding: 5% 5% 5% 10%;
}
.p-careers .c-gridlist_link .c-text {
  margin: 0;
}
.p-careers_area .c-gridlist_item.-four-column {
  border-width: 0 1px 1px 0;
}
.p-careers_area .c-gridlist_item:nth-child(even) {
  border-width: 0 0 1px 0;
}
.p-careers_area .c-gridlist_item:nth-of-type(n+5) {
  margin: 0 0 -1px 0;
}
.p-careers_area .c-title-basic04 {
  margin: 0 0 4% 0;
}
.p-careers_area .c-descriptionlist {
  display: block;
}
.p-careers_area .c-descriptionlist_title {
  display: block;
  width: 100%;
  min-width: none;
  font-weight: 700;
  margin: 0 0 4% 0;
}
.p-careers_area .c-descriptionlist_text {
  display: block;
  width: 100%;
  padding: 0;
}

.p-careers_lead {
  padding: 7% 0 0 0;
}
.p-careers_lead .c-text {
  text-align: left;
  max-width: calc(800px);
  margin: 0 auto;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-careers .c-gridlist_link {
    padding: 20px 60px 20px 80px;
  }
  .p-careers .c-gridlist_link:hover, .p-careers .c-gridlist_link:active, .p-careers .c-gridlist_link:focus {
    color: #ffffff;
    background: #000000;
  }
  .p-careers .c-gridlist_link:hover.-arrow:after, .p-careers .c-gridlist_link:active.-arrow:after, .p-careers .c-gridlist_link:focus.-arrow:after {
    background: url(../img/ico_arrow02.svg) no-repeat 0 0;
    background-size: 14px 23px;
  }
  .p-careers_area .c-gridlist_item.-four-column {
    border-width: 0 1px 1px 0;
  }
  .p-careers_area .c-gridlist_item:nth-child(4n) {
    border-width: 0 0 1px 0;
  }
  .p-careers_area .c-gridlist_item:nth-of-type(n+5) {
    margin: 0 0 -1px 0;
  }
  .p-careers_area .c-title-basic04 {
    margin: 0 0 10px 0;
  }
  .p-careers_area .c-descriptionlist_title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-careers_lead {
    padding: 60px 0 0 0;
  }
}
/* ==========================================================
!compliance
========================================================== */
.p-compliance {
  background: #ffffff;
  line-height: 2;
}
.p-compliance .l-outer {
  max-width: calc(100% - 68px);
}
.p-compliance .l-inner {
  padding: 8% 4% 8% 4%;
}
.p-compliance section {
  margin: 0 0 4% 0;
}
.p-compliance ul {
  margin: 3% 0 0 0;
}
.p-compliance ul:not([class]) li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}
.p-compliance ul:not([class]) li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: #000000;
  border-radius: 50%;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
}
.p-compliance ul:not([class]) li > ul {
  margin: 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-compliance .l-inner {
    padding: 80px 0 80px 0;
  }
  .p-compliance section {
    margin: 0 0 40px 0;
  }
  .p-compliance ul {
    margin: 16px 0 0 0;
  }
}
/* ==========================================================
!form
========================================================== */
.p-contacts {
  display: block;
  width: 100%;
}
.p-contacts .l-outer {
  max-width: calc(830px);
}
.p-contacts .l-inner {
  padding: 0 4% 4% 4%;
}
.p-contacts.-no-column .p-form {
  width: 100%;
  padding: 0;
  text-align: left;
}
.p-contacts.-thanks .l-inner {
  padding: 12% 4% 12% 4%;
}
.p-contacts.-thanks .l-entry-content h2 {
  margin: 0 0 8% 0;
}
.p-contacts.-thanks .l-entry-content p {
  margin: 0 0 1em 0;
}
.p-contacts.-thanks .l-entry-content .c-txtlink01 {
  margin: 6% 0 0 0;
}
.p-contacts.-thanks + section {
  margin: -1px 0 0 0;
}

.p-inquiry {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}

.p-inquiry_image {
  width: 100%;
  margin: 0 0 6% 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-inquiry_image img {
  width: 100%;
}

.p-inquiry_flow {
  padding: 8% 0 8% 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #000000;
}

.p-inquiry_speakers {
  padding: 8% 0 8% 0;
}

.p-form .l-outer {
  max-width: calc(830px);
}
.p-form .l-inner {
  padding: 12% 4% 12% 4%;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-contacts.-one-column .p-inquiry {
    width: 100%;
  }
  .p-contacts.-one-column .p-form {
    width: 100%;
  }
  .p-contacts.-one-column .p-form .l-inner {
    padding: 8% 6% 12% 6%;
  }

  .p-contacts.-two-column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .p-contacts.-two-column .l-inner {
    padding: 0 8% 4% 8%;
  }
  .p-contacts.-two-column .p-inquiry {
    width: 50%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #000000;
    overflow-x: hidden;
  }
  .p-contacts.-two-column .p-form {
    width: 50%;
  }
  .p-contacts.-two-column .p-form .l-inner {
    padding: 12% 6% 12% 6%;
  }
  .p-contacts.-two-column .p-form .l-outer {
    position: sticky;
    top: 0;
  }
  .p-contacts.-two-column .p-form h2 {
    display: none;
  }
}
/* ==========================================================
!フォームパーツ
========================================================== */
/* !iOS Reset
---------------------------------------------------------- */
input[type=submit],
input[type=button],
input[type=submit].disabled,
input[type=button].disabled {
  border: none;
  border-radius: 0;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=submit].disabled::-webkit-search-decoration,
input[type=button].disabled::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=submit].disabled::focus,
input[type=button].disabled::focus {
  outline-offset: -2px;
}

/* !IE11 Reset
---------------------------------------------------------- */
select::-ms-expand {
  display: none;
}

/* !default
---------------------------------------------------------- */
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 10px 5px 12px 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #777777;
  border-radius: 2px;
}

select {
  width: 100%;
  padding: 10px 1em 12px 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #777777;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pd-select {
  position: relative;
}

.pd-select:after {
  display: block;
  position: absolute;
  top: 68%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000000;
  content: "";
  transform: rotate(45deg);
}

/* focus */
input:focus,
select:focus,
textarea:focus {
  margin: 0;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  background: #FFFFE5 none;
}

input[type=submit]:focus {
  margin: 0 auto;
  border-width: 0;
}

/* !ラジオボタン
---------------------------------------------------------- */
input[type=radio] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* !ラジオボタン クリック範囲
---------------------------------------------------------- */
input[type=radio] + label {
  display: inline-block;
  position: relative;
  margin: 0 0 7px 0;
  padding: 6px 15px 6px 46px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  background: #ffffff none;
  cursor: pointer;
}

/* !ラジオボタンのクリック範囲にフォーカスしたとき
---------------------------------------------------------- */
input[type=radio]:focus + label {
  outline: dotted 1px #dedede;
}

/* !ラジオボタン チェック印の背景
---------------------------------------------------------- */
input[type=radio] + label:before {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 50%;
  line-height: 100%;
  content: "";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  background: #ffffff none;
}

/* !ラジオボタン チェック時のチェック印の背景
---------------------------------------------------------- */
input[type=radio]:checked + label:before {
  border-color: #1077BE;
  background-color: #ffffff;
}

/* !ラジオボタン チェックの印
---------------------------------------------------------- */
input[type=radio]:checked + label:after {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 16px;
  height: 16px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #1077BE;
  border-radius: 50%;
  background: #1077BE none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  content: "";
}

/* ラジオボタン チェックされたらクリック範囲の色を変える */
input[type=radio]:checked + label {
  border: 1px solid #1077BE;
  background: #E6F2FB none;
}

/* !チェックボックス
---------------------------------------------------------- */
input[type=checkbox] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* !チェックボックス クリック範囲
---------------------------------------------------------- */
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin: 0 0 7px 0;
  padding: 12px 15px 12px 30px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
}

/* !チェックボックスのクリック範囲にフォーカスしたとき
---------------------------------------------------------- */
input[type=checkbox]:focus + label {
  outline: dotted 1px #000000;
}

/* !チェックボタン チェック印の背景
---------------------------------------------------------- */
input[type=checkbox] + label:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  line-height: 100%;
  content: "";
  background: #ffffff none;
}

/* !チェックボタン チェック時のチェック印の背景
---------------------------------------------------------- */
input[type=checkbox]:checked + label:before {
  border-width: 0;
  background: #1077BE none;
}

/* !チェックボタン チェックの印
---------------------------------------------------------- */
input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

/* ==========================================================
!Form Mailer
========================================================== */
.p-formMailer input[type=text],
.p-formMailer input[type=number],
.p-formMailer input[type=tel],
.p-formMailer input[type=email],
.p-formMailer textarea {
  width: 100%;
  height: 48px;
  padding: 0.5em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
}
.p-formMailer input[type=checkbox] + label {
  line-height: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.p-formMailer input[type=checkbox] + label:before {
  top: -2px;
}
.p-formMailer input[type=checkbox]:checked + label:after {
  top: -2px;
}
.p-formMailer textarea {
  width: 100% !important;
  min-height: 120px;
}
.p-formMailer dl {
  margin: 2em 0 0 0;
}
.p-formMailer dl dt {
  margin: 0 0 2% 0;
  position: relative;
}
.p-formMailer dl dd > span {
  display: block;
}
.p-formMailer_label, .p-formMailer_any {
  position: absolute;
  top: 5px;
  right: 0;
  width: 44px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  content: "";
  transform: translate(0, -2px);
}
.p-formMailer_label {
  background: #d40000;
}
.p-formMailer_any {
  background: #989898;
}
.p-formMailer_privacypolicy {
  max-width: 310px;
  margin: 25px auto 0;
  position: relative;
}
.p-formMailer_privacypolicy a {
  text-decoration: underline;
}
.p-formMailer_privacypolicy a:hover, .p-formMailer_privacypolicy a:active, .p-formMailer_privacypolicy a:focus {
  text-decoration: none;
}
.p-formMailer_occupation {
  width: 92%;
  margin: 0 0 0 auto;
}
.p-formMailer_button_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}
.p-formMailer_button.-two-column {
  width: 100%;
}
.p-formMailer_submit, .p-formMailer_back {
  display: block;
  width: 100%;
  max-width: 512px;
  margin: 10% auto 10%;
  padding: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  text-align: center;
}
.p-formMailer_submit > p, .p-formMailer_back > p {
  font-size: 20px;
  font-size: 2rem;
}
.p-formMailer_submit {
  border-color: #000000;
  background: #000000 none;
}
.p-formMailer_submit:hover, .p-formMailer_submit:active, .p-formMailer_submit:focus {
  border-color: #7E7E7E;
  background: #7E7E7E none;
}
.p-formMailer_back {
  border-color: #7E7E7E;
  background: #7E7E7E none;
}
.p-formMailer_back:hover, .p-formMailer_back:active, .p-formMailer_back:focus {
  border-color: #000000;
  background: #000000 none;
  color: #ffffff;
}
.p-formMailer_description {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.7;
  margin: 2px 0 0 0;
}

@media screen and (min-width: 768px) {
  .p-formMailer input[type=text],
.p-formMailer input[type=number],
.p-formMailer input[type=tel],
.p-formMailer input[type=email],
.p-formMailer textarea {
    margin: -1em 0 0 0;
  }
  .p-formMailer dl {
    display: flex;
    justify-content: space-between;
    margin: 3em 0 0 0;
  }
  .p-formMailer dl dt {
    width: 35%;
    max-width: 250px;
    margin: 0;
  }
  .p-formMailer dl dd {
    width: 65%;
    max-width: 512px;
  }
  .p-formMailer_item {
    margin: -0.5em 0 0 0;
  }
  .p-formMailer_file {
    margin: -0.2em 0 0 0;
  }
  .p-formMailer_button_area {
    flex-flow: row nowrap;
  }
  .p-formMailer_button.-two-column {
    width: 50%;
  }
  .p-formMailer_submit, .p-formMailer_back {
    width: 80%;
  }
}
/* ==========================================================
!Form Contacts
========================================================== */
.p-contacts_step.-careers .p-contacts_step_count li.u-active:before, .p-contacts_step.-careers .p-contacts_step_count li.u-visited:before {
  border-color: #000;
  background: #000;
}
.p-contacts_step .p-contacts_step_count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
  margin: 40px auto 40px;
  text-align: center;
}
.p-contacts_step .p-contacts_step_count li {
  counter-increment: steps;
  font-size: 14px;
  list-style: none;
  color: #000;
}
.p-contacts_step .p-contacts_step_count li:before {
  position: relative;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  content: "";
  line-height: 60px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  color: #000;
  border: 1px solid #000;
  background: #ffffff;
  content: counter(steps);
}
.p-contacts_step .p-contacts_step_count li:after {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
.p-contacts_step .p-contacts_step_count li:first-child:after {
  content: none;
}
.p-contacts_step .p-contacts_step_count li.u-active {
  font-weight: 700;
}
.p-contacts_step .p-contacts_step_count li.u-active:before, .p-contacts_step .p-contacts_step_count li.u-visited:before {
  color: #ffffff;
  border-color: #EB424A;
  background: #EB424A;
}

.p-form_contacts input[type=text],
.p-form_contacts input[type=number],
.p-form_contacts input[type=tel],
.p-form_contacts input[type=email],
.p-form_contacts textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.5em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
}
.p-form_contacts input[type=checkbox] + label {
  line-height: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.p-form_contacts input[type=checkbox] + label:before {
  top: -2px;
}
.p-form_contacts input[type=checkbox]:checked + label:after {
  top: -2px;
}
.p-form_contacts textarea {
  width: 100% !important;
  min-height: 120px;
}
.p-form_contacts dl {
  margin: 2em 0 0 0;
}
.p-form_contacts dl dt {
  margin: 0 0 0.5em 0;
}
.p-form_contacts dl dt > p {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 4em 0 0;
  font-weight: 700;
}
.p-form_contacts dl dd > span {
  display: block;
}
.p-form_contacts label {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 4em 0 0;
  font-weight: 700;
}
.p-form_contacts_item label {
  font-weight: normal;
  font-weight: 400;
}
.p-form_contacts_required, .p-form_contacts_any {
  position: absolute;
  top: 5px;
  right: 0;
  width: 44px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  content: "";
  transform: translate(0, -2px);
}
.p-form_contacts_required {
  background: #d40000;
}
.p-form_contacts_any {
  background: #989898;
}
.p-form_contacts_privacypolicy {
  max-width: 310px;
  margin: 25px auto 0;
  position: relative;
}
.p-form_contacts_privacypolicy a {
  text-decoration: underline;
}
.p-form_contacts_privacypolicy a:hover, .p-form_contacts_privacypolicy a:active, .p-form_contacts_privacypolicy a:focus {
  text-decoration: none;
}
.p-form_contacts_button_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}
.p-form_contacts_button.-two-column {
  width: 100%;
}
.p-form_contacts_submit, .p-form_contacts_back {
  display: block;
  width: 100%;
  max-width: 512px;
  margin: 10% auto 10%;
  padding: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  text-align: center;
}
.p-form_contacts_submit > p, .p-form_contacts_back > p {
  font-size: 20px;
  font-size: 2rem;
}
.p-form_contacts_submit {
  border-color: #000000;
  background: #000000 none;
}
.p-form_contacts_submit:hover, .p-form_contacts_submit:active, .p-form_contacts_submit:focus {
  border-color: #7E7E7E;
  background: #7E7E7E none;
}
.p-form_contacts_back {
  border-color: #7E7E7E;
  background: #7E7E7E none;
}
.p-form_contacts_back:hover, .p-form_contacts_back:active, .p-form_contacts_back:focus {
  border-color: #000000;
  background: #000000 none;
  color: #ffffff;
}
.p-form_contacts_description {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.7;
  margin: 2px 0 0 0;
}

@media screen and (min-width: 768px) {
  .p-contacts_step .p-contacts_step_count {
    margin: 80px auto 80px;
  }

  .p-form_contacts input[type=text],
.p-form_contacts input[type=number],
.p-form_contacts input[type=tel],
.p-form_contacts input[type=email],
.p-form_contacts textarea {
    margin: -1em 0 0 0;
  }
  .p-form_contacts dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    margin: 3em 0 0 0;
  }
  .p-form_contacts dl dt {
    width: 35%;
    max-width: 250px;
  }
  .p-form_contacts dl dd {
    width: 65%;
    max-width: 512px;
  }
  .p-form_contacts_item {
    margin: -0.5em 0 0 0;
  }
  .p-form_contacts_button_area {
    flex-flow: row nowrap;
  }
  .p-form_contacts_button.-two-column {
    width: 50%;
  }
  .p-form_contacts_submit, .p-form_contacts_back {
    width: 80%;
  }
}
#error_for_Recaptchapi_Recaptcha {
  max-width: 304px;
  margin: 0 auto;
}

#error_for_Recaptchapi_Recaptcha {
  font-size: 14px;
  font-size: 1.4rem;
  color: #EB424A;
}

.p-form_contacts input[type=text].error,
.p-form_contacts input[type=number].error,
.p-form_contacts input[type=tel].error,
.p-form_contacts input[type=email].error,
.p-form_contacts input[type=checkbox].error + label:before,
.p-form_contacts textarea.error,
.p-formMailer input[type=text].error,
.p-formMailer input[type=number].error,
.p-formMailer input[type=tel].error,
.p-formMailer input[type=email].error,
.p-formMailer input[type=checkbox].error + label:before,
.p-formMailer textarea.error {
  display: block;
  border-color: #EB424A;
  background: #FFF0E5;
  color: #000;
}

.p-form_contacts input[type=checkbox]:checked + label:before,
.p-formMailer input[type=checkbox]:checked + label:before {
  border-width: 0;
  background: #1077BE none;
}

/* ==========================================================
!documents
========================================================== */
.p-documents .c-grid_image {
  width: 100%;
  max-height: 220px;
  height: auto;
}
.p-documents .c-gridlist_link {
  display: flex;
}
.p-documents .c-title-basic07 {
  margin: 0 0 8px 0;
}
.p-documents .c-grid_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  flex-grow: 1;
  padding: 4% 6% 10% 6%;
}
.p-documents .c-category {
  margin-bottom: 10px;
}
.p-documents .c-grid_btn {
  margin-top: auto;
}
.p-documents ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
}
.p-documents ul li {
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.p-documents ul li:nth-child(odd) {
  border-right: 1px solid #000000;
}
.p-documents ul li:nth-child(n+3) {
  display: none;
}
.p-documents ul li a {
  display: block;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-documents .c-grid_text {
    padding: 16px 7px 40px 7px;
  }
  .p-documents ul {
    flex-flow: row nowrap;
  }
  .p-documents ul li {
    width: calc(100% / 3);
  }
  .p-documents ul li:nth-child(n+3) {
    display: block;
    border-left: 1px solid #000000;
  }
}
@media only screen and (min-width: 960px), print {
  .p-documents .c-grid_text {
    padding: 16px 14px 40px 14px;
  }
}
/* ==========================================================
!news
========================================================== */
.p-news {
  background: #ffffff;
}
.p-news_lead {
  padding: 7% 0 6% 0;
  border-bottom: 1px solid #000000;
  margin: 0 calc(50% - 50vw + 1px);
}
.p-news_lead .c-text {
  text-align: left;
  max-width: calc(800px);
  padding: 0 4% 0 4%;
  margin: 0 auto;
}
.p-news_year {
  overflow-x: scroll;
  width: 100%;
  background: #ffffff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}
.p-news_yearlist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0 16px 40px;
}
.p-news_yearitem {
  display: inline-block;
  width: auto;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.p-news_yearitem:first-of-type {
  font-weight: 700;
}
.p-news_yearitem a {
  color: #989898;
}
.p-news_yearitem > a[aria-current=page] {
  color: #000000;
}
.p-news_item {
  width: 100%;
  text-align: left;
  border: 1px solid #000000;
  border-width: 0 0 1px 0;
}
.p-news_link {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 4% 4% 4% 4%;
}
.p-news_date {
  width: 35%;
  font-weight: 700;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-news_text {
  width: 65%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-news_lead {
    padding: 60px 0 55px 0;
    margin: 0 calc(50% - calc(50vw - 143px));
  }
  .p-news_link {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    padding: 24px 40px 24px 40px;
  }
  .p-news_link:hover, .p-news_link:active, .p-news_link:focus {
    background: #000000;
    color: #ffffff;
  }
  .p-news_date {
    order: 0;
    width: 120px;
    margin: 0 24px 0 0;
  }
  .p-news_text {
    order: 1;
    width: calc(100% - 144px);
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .p-news_lead {
    margin: 0 calc(50% - calc(50vw - 1px)) !important;
  }
}
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1400px), print {
  .p-news_year {
    overflow-x: auto;
    width: 100%;
  }
}
/* ==========================================================
!privacy
========================================================== */
.p-privacy {
  line-height: 2;
  background: #ffffff;
}
.p-privacy .l-outer {
  max-width: calc(100% - 68px);
}
.p-privacy .l-inner {
  padding: 8% 4% 8% 4%;
}
.p-privacy section {
  margin: 0 0 4% 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-privacy .l-inner {
    padding: 80px 0 80px 0;
  }
  .p-privacy section {
    margin: 0 0 40px 0;
  }
}
/* ==========================================================
!Seminar
========================================================== */
.p-seminar .c-gridlist_link {
  flex-flow: row nowrap;
}
.p-seminar .c-grid_text {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 2% 3% 2% 3%;
}
.p-seminar .c-grid_text .c-tagslist {
  order: 0;
  margin: 0 0 6px 0;
  width: 100%;
}
.p-seminar .c-grid_text .c-title-basic04 {
  width: 100%;
  order: 1;
  margin: 0 0 4px 0;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}
.p-seminar .c-grid_text .c-text {
  display: none;
}
.p-seminar .c-grid_text .c-date {
  order: 3;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-seminar .c-grid_text .c-tagslist_item {
  padding: 1px 4px;
  color: #ffffff;
  background: #000000 none;
  font-size: 10px;
  font-size: 1rem;
}
.p-seminar .c-grid_text .c-tagslist_item:after {
  content: none;
}
.p-seminar .c-grid_image {
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
}
.p-seminar .-finished {
  position: relative;
}
.p-seminar .-finished:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px;
  color: #ffffff;
  text-align: center;
  background: #000000 none;
  content: "終了";
  font-size: 12px;
  font-size: 1.2rem;
}
.p-seminar .-attention {
  position: relative;
}
.p-seminar .-attention:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px;
  color: #ffffff;
  text-align: center;
  background: #EB424A none;
  content: "注目";
  font-size: 12px;
  font-size: 1.2rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-seminar .c-gridlist_link {
    transition: background 0.3s;
  }
  .p-seminar .c-gridlist_link:hover .c-grid_text .c-title-basic04,
.p-seminar .c-gridlist_link:hover .c-grid_text .c-text, .p-seminar .c-gridlist_link:active .c-grid_text .c-title-basic04,
.p-seminar .c-gridlist_link:active .c-grid_text .c-text, .p-seminar .c-gridlist_link:focus .c-grid_text .c-title-basic04,
.p-seminar .c-gridlist_link:focus .c-grid_text .c-text {
    color: #ffffff;
  }
  .p-seminar .c-gridlist_link:hover .c-grid_text .c-tagslist_item, .p-seminar .c-gridlist_link:active .c-grid_text .c-tagslist_item, .p-seminar .c-gridlist_link:focus .c-grid_text .c-tagslist_item {
    color: #000000;
    background: #ffffff none;
  }
  .p-seminar .c-grid_text .c-text {
    order: 2;
    margin: 0 0 6px 0;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
  }
  .p-seminar .c-grid_text .c-title-basic04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ==========================================================
!service
========================================================== */
.p-service {
  background: #ffffff;
}
.p-service .c-gridlist .c-title-basic03 {
  margin: 0 0 1% 0;
}
.p-service .c-gridlist .c-title-basic07 {
  margin: 0 0 2% 0;
}
.p-service .c-gridlist .c-text {
  margin: 0;
  letter-spacing: 0.01em;
  font-size: 1.82vw;
}
.p-service.-category .p-service_item {
  width: 100%;
}
.p-service.-category .p-service_item h2 {
  border: none;
  background: #ffffff;
  color: #000000;
  margin: 8% 0 4% 0;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-service.-category .p-service_item p {
  line-height: 2;
}
.p-service.-category .p-service_image {
  display: none;
}

.p-service_title {
  background: #000000;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #ffffff;
  padding: 5% 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-service.-category .l-inner {
    padding: 0;
  }
  .p-service.-category .p-service_wrap {
    margin: 0;
  }
  .p-service.-category .p-service_item {
    width: 100%;
    padding: 0 40px 4vw 40px;
  }
  .p-service.-category .p-service_item h2 {
    margin: 4vw 0 1.5vw 0;
  }
  .p-service_title {
    padding: 15px 0;
  }
  .p-service .c-gridlist .c-title-basic03 {
    margin: 0 0 8px 0;
  }
  .p-service .c-gridlist .c-title-basic07 {
    margin: 0 0 10px 0;
  }
  .p-service .c-gridlist .c-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .p-service.-category .p-service_wrap {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-template-rows: 1fr;
  }
  .p-service.-category .p-service_image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
/* ==========================================================
!settlement
========================================================== */
.p-settlement {
  line-height: 2;
  background: #ffffff;
}
.p-settlement .l-outer {
  max-width: calc(100% - 68px);
}
.p-settlement .l-inner {
  padding: 8% 4% 8% 4%;
}
.p-settlement section {
  margin: 0 0 4% 0;
}
.p-settlement a {
  text-decoration: underline;
}
.p-settlement a:hover {
  text-decoration: none;
}
.p-settlement a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  margin: 0 0 0.2em 0.4em;
  padding: 0 1.2em 0 0;
  vertical-align: middle;
  content: "";
  background: url(../img/ico_pdf01.svg) no-repeat right 50%;
  background-size: contain;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-settlement .l-inner {
    padding: 80px 0 80px 0;
  }
  .p-settlement section {
    margin: 0 0 40px 0;
  }
}
/* ==========================================================
!top
========================================================== */
.p-top .p-service {
  margin: 0 -1px 0 -1px;
  background: none;
}
.p-top .p-service .c-box_title {
  border: none;
}
.p-top .p-service .c-title-basic02 {
  font-size: 20px;
  font-size: 2rem;
}
.p-top .p-service_area {
  background: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 0 1px;
}
.p-top .p-service_area .c-text {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top .p-service_area .c-grid_image {
  max-height: none;
  height: none;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.p-top .p-service_area .c-grid_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  transform: translate(-50%, -50%);
}
.p-top .p-service_area .c-gridlist_link {
  padding: 0;
}
.p-top .p-service_gridlist_link {
  padding: 3% 3%;
}
.p-top .p-service_gridlist_link.-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/ico_arrow01.svg) no-repeat 0 0;
  background-size: 40px 40px;
  transform: translateY(-50%);
  content: "";
}
.p-top .p-service_gridlist_link:hover, .p-top .p-service_gridlist_link:active, .p-top .p-service_gridlist_link:focus {
  background: #EB424A;
  color: #ffffff;
}
.p-top .p-service_gridlist_link:hover.-arrow:after, .p-top .p-service_gridlist_link:active.-arrow:after, .p-top .p-service_gridlist_link:focus.-arrow:after {
  background: url(../img/ico_arrow02.svg) no-repeat 0 0;
  background-size: 40px 40px;
}
.p-top .p-news_list {
  background: #ffffff;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-top .p-service .c-title-basic02 {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-top .p-service_category {
    grid-template-rows: minmax(44px, auto);
  }
  .p-top .p-service_item {
    padding: 7px 50px 7px 50px;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-top .p-service_gridlist_item.-item1 {
    grid-template-rows: minmax(200px, auto);
  }
  .p-top .p-service_gridlist_item.-item8 {
    grid-template-rows: minmax(200px, auto);
  }
  .p-top .p-service_gridlist_item.-item9 {
    grid-template-rows: minmax(200px, auto);
    margin: 0 0 32px 0;
  }
  .p-top .p-service_gridlist.-cols_3 {
    grid-template-rows: minmax(200px, auto);
  }
  .p-top .p-service_gridlist_link {
    padding: 32px 32px;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
/* ==========================================================
!Works
========================================================== */
.p-works_tags {
  padding: 20px 0 0 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
  background: #ffffff;
}
.p-works_tags .c-tagslist_view {
  position: relative;
  margin: 0 0 -1px 0;
  padding: 0 4% 20px 4%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
  text-align: left;
}
.p-works_tags .c-tagslist_view:before {
  position: absolute;
  top: calc(50% - 0.6em);
  right: 15px;
  width: 17px;
  height: 3px;
  background: #000000 none;
  content: "";
}
.p-works_tags .c-tagslist_view:after {
  position: absolute;
  top: calc(50% - 17px);
  right: 22px;
  width: 3px;
  height: 17px;
  background: #000000 none;
  content: "";
}
.p-works_tags .c-tagslist_view.u-active:after {
  content: none;
}
.p-works_tags .c-tagslist {
  margin: 1% 0 0 0;
}
.p-works_tags .c-tagslist_item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-works_narrowdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 4% 16px 4%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
  background: #ffffff;
}
.p-works_narrowdown .c-descriptionlist {
  width: 100%;
}
.p-works_narrowdown .c-descriptionlist:last-of-type {
  margin: 0;
}
.p-works_narrowdown .c-descriptionlist_title {
  width: 35%;
}
.p-works_narrowdown .c-descriptionlist_text {
  width: auto;
  padding: 0;
}
.p-works_narrowdown .c-descriptionlist_text .c-tagslist_item {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-works_area .c-descriptionlist_title {
  display: block;
  font-weight: bold;
  float: left;
}
.p-works_area .c-descriptionlist_title:after {
  content: "";
  display: block;
  clear: both;
}
.p-works_area .c-tagslist {
  line-height: 1.4;
  margin: 0;
}
.p-works_area .c-tagslist_item {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-works_area .c-gridlist_link .c-descriptionlist:nth-of-type(1) .c-descriptionlist_title {
  width: 15%;
  min-width: 45px;
}
.p-works_area .c-gridlist_link .c-descriptionlist:nth-of-type(2) .c-descriptionlist_title {
  width: 22%;
  min-width: 70px;
}
.p-works_area .c-gridlist_link .c-descriptionlist_text {
  width: 100%;
  display: block;
  padding: 0;
}
.p-works_area .c-gridlist_link .c-grid_image {
  max-height: none;
  height: none;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  filter: opacity(1);
}
.p-works_area .c-gridlist_link .c-grid_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  transform: translate(-50%, -50%);
}
.p-works_image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}
.p-works_image img {
  margin: -1px 0 0 -1px;
  padding: 1px;
  box-shadow: 0 0 0 1px #000000 inset;
  width: calc(50% - 10px);
  height: 100%;
}
.p-works_image img:first-of-type {
  margin-right: 10px;
}
.p-works_image img:nth-child(n+2) {
  margin-left: 10px;
}

.p-works_link {
  margin: 0 -1px 0 0;
}
.p-works_link .c-gridlist {
  margin: 0 -1px 0 0;
}
.p-works_link .c-gridlistlink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  position: relative;
  background: #ffffff;
  padding: 10% 8% 10% 8%;
  min-height: 80px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-works_link .c-gridlistlink:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 30px;
  height: 30px;
  background: url(../img/ico_arrow01.svg) no-repeat 0 0;
  background-size: 30px 30px;
  content: "";
}
.p-works_link .c-gridlistlink:hover, .p-works_link .c-gridlistlink:active, .p-works_link .c-gridlistlink:focus {
  background: #000000;
  color: #ffffff;
}
.p-works_link .c-gridlistlink:hover:after, .p-works_link .c-gridlistlink:active:after, .p-works_link .c-gridlistlink:focus:after {
  background: url(../img/ico_arrow02.svg) no-repeat 0 0;
  background-size: 30px 30px;
}
.p-works_link .c-gridlist_item {
  display: block;
}
.p-works_link .c-gridlist_item:first-child .c-gridlistlink:after {
  left: 35%;
  transform: translate(0, -50%) rotate(180deg);
}
.p-works_link .c-gridlist_item:first-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:focus:after {
  left: 35%;
  transform: translate(0, -50%) rotate(180deg);
}
.p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:after {
  top: 46%;
  right: 20%;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:focus:after {
  top: 46%;
  right: 20%;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-works_link .c-gridlist_item:last-child .c-gridlistlink:after {
  right: 35%;
  transform: translate(0, -50%) rotate(0);
}
.p-works_link .c-gridlist_item:last-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:focus:after {
  right: 35%;
  transform: translate(0, -50%) rotate(0);
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .p-works_tags {
    padding: 30px 40px 30px 40px;
  }
  .p-works_tags .c-tagslist_view {
    display: none;
  }
  .p-works_tags .c-tagslist {
    padding: 0;
    margin: 4px 0 0 0;
  }

  .p-works_narrowdown {
    padding: 16px 40px 16px 40px;
  }
  .p-works_narrowdown .c-descriptionlist {
    width: auto;
    margin: 0 40px 0 0;
  }
  .p-works_narrowdown .c-descriptionlist_title {
    width: auto;
  }
  .p-works_narrowdown .c-descriptionlist_text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 20px;
  }
  .p-works_narrowdown .c-descriptionlist_text .c-tagslist {
    margin: 0 1em 0 0;
  }

  .p-works_area .c-descriptionlist {
    table-layout: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-works_area .c-descriptionlist_title {
    display: table-cell;
    clear: both;
  }
  .p-works_area .c-descriptionlist_text {
    display: table-cell;
    width: 70%;
  }

  .p-works_link .c-gridlistlink {
    padding: 27px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-works_link .c-gridlist_item {
    border-bottom: none;
  }
  .p-works_link .c-gridlist_item:first-child .c-gridlistlink:after {
    left: 15%;
  }
  .p-works_link .c-gridlist_item:first-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:focus:after {
    left: 15%;
  }
  .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:after {
    top: 46%;
    right: 0;
  }
  .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:nth-child(2) .c-gridlistlink:focus:after {
    top: 46%;
    right: 0;
  }
  .p-works_link .c-gridlist_item:last-child .c-gridlistlink:after {
    right: 15%;
  }
  .p-works_link .c-gridlist_item:last-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:focus:after {
    right: 15%;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .p-works_area .c-descriptionlist_title {
    width: 30%;
  }
  .p-works_area .c-descriptionlist_text {
    width: 70%;
  }

  .p-works_link .c-gridlistlink {
    padding: 27px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-works_link .c-gridlist_item:first-child .c-gridlistlink:after {
    left: 25%;
  }
  .p-works_link .c-gridlist_item:first-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:first-child .c-gridlistlink:focus:after {
    left: 25%;
  }
  .p-works_link .c-gridlist_item:last-child .c-gridlistlink:after {
    right: 25%;
  }
  .p-works_link .c-gridlist_item:last-child .c-gridlistlink:hover:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:active:after, .p-works_link .c-gridlist_item:last-child .c-gridlistlink:focus:after {
    right: 25%;
  }
}
/* 1024px以上（基本のPC） */
@media only screen and (min-width: 1024px), print {
  .p-works_area .c-descriptionlist_title {
    width: 26%;
  }
  .p-works_area .c-descriptionlist_text {
    width: 74%;
  }
}
/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1400px), print {
  .p-works_area .c-descriptionlist_title {
    width: 20%;
  }
  .p-works_area .c-descriptionlist_text {
    width: 80%;
  }
}
/*
 * cmn_style.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: #333333;
}

.u-blank:after {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: 0.8em;
  height: 0.9em;
  margin: 0 0 0 4px;
  vertical-align: baseline;
  content: "";
  background: url(../img/ico_window_black01.svg) no-repeat right 50%;
  background-size: contain;
}

.u-underline_blank {
  text-decoration: underline;
}
.u-underline_blank:hover, .u-underline_blank:active, .u-underline_blank:focus {
  text-decoration: none;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
}

/* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
}

/* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
}

/* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
}

/* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
}

/* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!iframe youtube googlemap
========================================================== */
.u-youtube,
.u-googlemap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.u-youtube::before,
.u-googlemap::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.u-youtube iframe,
.u-youtube video,
.u-googlemap iframe,
.u-googlemap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* 親を超える子
------------------------------------ */
.u-side-over-width {
  margin-left: calc(50% - 50vw + 1px) !important;
  margin-right: calc(50% - 50vw + 1px) !important;
}

.u-side-over-width-content {
  margin-left: 0 calc(586px - 50vw) !important;
  margin-right: 0 calc(586px - 50vw) !important;
  padding-left: 0 calc(50vw - 586px) !important;
  padding-right: 0 calc(50vw - 586px) !important;
}

.u-over-width {
  margin-left: calc(50% - 50vw + 1px) !important;
  margin-right: calc(50% - 50vw + 1px) !important;
}

.u-over-width-content {
  margin-left: calc(50% - 50vw + 10px) !important;
  margin-right: calc(50% - 50vw + 10px) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-side-over-width {
    margin-left: calc(30% - calc(50vw - 150px)) !important;
    margin-right: calc(30% - calc(50vw - 150px)) !important;
  }
}
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .u-side-over-width {
    margin-left: calc(30% - calc(50vw - 151px)) !important;
    margin-right: calc(30% - calc(50vw - 151px)) !important;
  }
}
/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block !important;
}

.u-pc {
  display: none !important;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-sp {
    display: none !important;
  }

  .u-pc {
    display: inline-block !important;
  }
}
.u-flex_center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  text-decoration: underline;
}

.u-tdN {
  text-decoration: none;
}

.u-noLink {
  pointer-events: none;
  text-decoration: line-through;
}

/* ==========================================================
!Border
========================================================== */
.u-btN {
  border-top: none !important;
}

.u-bbN {
  border-bottom: none !important;
}

.u-brN {
  border-right: none !important;
}

.u-blN {
  border-left: none !important;
}

/* ==========================================================
!Margin
========================================================== */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/*
 * cmn_layout.css
 */
/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
