@charset "UTF-8";
/*------------------------------------------------------------
   Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #000; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: "DIN Alternate";
  src: url(/assets/font/DINAlternateRegular.otf); }

@font-face {
  font-family: "DIN Alternate Bold";
  src: url(/assets/font/DINAlternate-Bold.ttf) format("truetype"); }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 769px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb {
  width: 100%; }
  .c-breadcrumb__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 40px; }
    @media screen and (max-width: 768px) {
      .c-breadcrumb__inner {
        padding: 17px 20px 13px; } }
  .c-breadcrumb__item {
    border-right: 1px solid #231815;
    padding-right: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .c-breadcrumb__item {
        line-height: 1;
        padding-right: 8px; } }
    .c-breadcrumb__item:last-of-type {
      border: 0; }
  .c-breadcrumb__text {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #231815;
    text-decoration: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-breadcrumb__text {
        font-size: 12px; } }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  background: #E5E5E5;
  padding: 70px 0 0; }
  @media screen and (max-width: 768px) {
    .c-footer {
      padding: 0;
      border-top: 1px solid #ccc; } }
  .c-footer__wrap {
    background: #fff;
    padding: 44px 0 0; }
    @media screen and (max-width: 768px) {
      .c-footer__wrap {
        padding: 15px 0 0; } }
  .c-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.63% 65px; }
    @media screen and (max-width: 768px) {
      .c-footer__inner {
        width: 100%;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-footer__logo {
    margin: 8px 7.6% 0 8.5%; }
    @media screen and (max-width: 768px) {
      .c-footer__logo {
        width: 38px;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .c-footer__sitemap {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .c-footer__sitemap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .c-footer__block {
    width: calc(100% / 3);
    border-left: 1px solid #999;
    padding: 0 3%; }
    @media screen and (max-width: 768px) {
      .c-footer__block {
        width: 100%;
        padding: 0;
        border: 0; } }
    .c-footer__block:last-of-type {
      border-right: 1px solid #999; }
      @media screen and (max-width: 768px) {
        .c-footer__block:last-of-type {
          border: 0; } }
  .c-footer__ttl {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold; }
  .c-footer__list {
    margin: 28px 0 0; }
    @media screen and (max-width: 768px) {
      .c-footer__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 14px 0 19px; } }
  .c-footer__list2 {
    margin: 40px 0 0; }
    @media screen and (max-width: 768px) {
      .c-footer__list2 {
        margin: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc; } }
  .c-footer__item1 {
    margin: 0 0 13px; }
    @media screen and (max-width: 768px) {
      .c-footer__item1 {
        width: 49.5%;
        margin: 0 0 3px 1%;
        background: #3A5DAE; } }
    @media screen and (max-width: 768px) {
      .c-footer__item1:nth-child(2n+1) {
        margin: 0 0 3px; } }
  .c-footer__item2 {
    margin: 0 0 13px; }
    @media screen and (max-width: 768px) {
      .c-footer__item2 {
        margin: 0;
        border-top: 1px dashed #ccc; } }
    @media screen and (max-width: 768px) {
      .c-footer__item2:first-of-type {
        border-top: 0; } }
  .c-footer__contact {
    text-align: center;
    margin: 13px 0 0; }
    @media screen and (max-width: 768px) {
      .c-footer__contact {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        margin: 0;
        background: #E5E5E5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0 0 16px; } }
  .c-footer__text1, .c-footer__text2 {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-footer__text1, .c-footer__text2 {
        font-size: 1.05rem;
        line-height: 1.1;
        display: block; } }
  @media screen and (max-width: 768px) {
    .c-footer__text1 {
      color: #fff;
      padding: 12px 17px;
      position: relative; } }
  @media screen and (max-width: 768px) {
    .c-footer__text1::after {
      content: '';
      width: 9px;
      height: 5px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media screen and (max-width: 768px) {
    .c-footer__text2 {
      position: relative;
      padding: 6.5px 16px; } }
  @media screen and (max-width: 768px) {
    .c-footer__text2::after {
      content: '';
      width: 9px;
      height: 5px;
      background: url("/assets/img/common/icon/icon-arrow-right-brown.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .c-footer__text3 {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
    margin: 0 0 5px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-footer__text3 {
        font-size: 0.9rem; } }
  @media screen and (max-width: 768px) {
    .c-footer__time {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-footer__phone {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
 "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック",
 sans-serif;
    pointer-events: none;
    text-decoration: none;
    display: block;
    margin: 13px 0 0;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .c-footer__phone {
        font-size: 1.5rem;
        margin: 18px 0 0;
        pointer-events: auto; } }

/*
------------------------------------------------------------*/
.c-footer2 {
  border-top: 30px solid #E5E5E5;
  padding: 48px 0 25px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .c-footer2 {
      border-top-width: 15px;
      padding: 15px 0 16px; } }
  .c-footer2__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .c-footer2__inner-logo {
      margin-bottom: 20px;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .c-footer2__inner-logo {
          width: 37px;
          margin-bottom: 7px; } }
    .c-footer2__inner-txt {
      font-size: 1.3rem;
      line-height: 1.75;
      font-family: 'HelveticaNeue'; }
      @media screen and (max-width: 768px) {
        .c-footer2__inner-txt {
          font-size: 1rem;
          letter-spacing: 0.5px; } }

/*
------------------------------------------------------------*/
.c-footer3 {
  width: 100%;
  background: #E5E5E5;
  padding: 30px 0 0; }
  @media screen and (max-width: 768px) {
    .c-footer3 {
      width: 100%;
      background: #e5e5e5;
      padding: 15px 0 0;
      margin-bottom: 10px; } }
  .c-footer3__wrap {
    background: #fff;
    padding: 44px 0 0; }
    @media screen and (max-width: 768px) {
      .c-footer3__wrap {
        padding: 15px 0 0; } }
  .c-footer3__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.63% 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 768px) {
      .c-footer3__inner {
        width: 100%;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-footer3__txt {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .c-footer3__txt {
        font-size: 1rem;
        margin-top: 0; } }
  .c-footer3__logo {
    margin-bottom: 20px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .c-footer3__logo {
        width: 37px;
        margin-bottom: 7px; } }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .c-header__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.1%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-header__inner {
        padding: 17px 0 15px;
        border-bottom: 1px solid #ccc; } }
    .c-header__inner__sp {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .c-header__inner__sp__img {
        padding-top: 6px;
        padding-left: 20px; }
  .c-header__wrap {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .c-header__wrap {
        display: none;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 999; } }
  .c-header__logo {
    width: 180px;
    margin: 12px 0 0; }
    @media screen and (max-width: 768px) {
      .c-header__logo {
        width: 148px;
        margin: 2px 0 0 17px; } }
  .c-header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .c-header__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .c-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0 0; }
    @media screen and (max-width: 768px) {
      .c-header__menu {
        width: 100%;
        margin: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .c-header__item {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 768px) {
    .c-header__item:last-of-type {
      border: 0; } }
  .c-header__item:first-of-type {
    margin: 0; }
  .c-header__contact {
    width: 240px;
    background: #10069f;
    position: relative;
    padding: 16px 0 10px 49px; }
    @media screen and (max-width: 768px) {
      .c-header__contact {
        width: 100%;
        text-align: center;
        padding: 10px 0; } }
    .c-header__contact::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 70px 50px 0 0;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-header__contact::before {
          display: none; } }
  .c-header__text1 {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    padding: 18px 10px 18px 20px;
    display: block; }
    @media screen and (max-width: 768px) {
      .c-header__text1 {
        font-size: 1.2rem;
        padding: 9.5px 17px; } }
    .c-header__text1.is-submenu {
      padding-right: 15px;
      cursor: pointer; }
      .c-header__text1.is-submenu::after {
        content: "";
        width: 5px;
        height: 5px;
        border-right: 2px solid #808080;
        border-bottom: 2px solid #808080;
        position: absolute;
        right: 4px;
        top: 50%;
        margin: -2px 0 0;
        -webkit-transform: rotate(45deg) translateY(-50%);
            -ms-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media screen and (max-width: 768px) {
          .c-header__text1.is-submenu::after {
            width: 6px;
            height: 6px;
            border-color: #000;
            right: 24px; } }
      .c-header__text1.is-submenu:hover ~ .c-submenu {
        display: block; }
        @media screen and (max-width: 768px) {
          .c-header__text1.is-submenu:hover ~ .c-submenu {
            display: none; } }
    .c-header__text1.is-open::after {
      -webkit-transform: rotate(-135deg) translate(-2px, 2px);
          -ms-transform: rotate(-135deg) translate(-2px, 2px);
              transform: rotate(-135deg) translate(-2px, 2px); }
  .c-header__text2 {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center; }
  .c-header__phone {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 4px 0 0;
    letter-spacing: 0.8px;
    pointer-events: none;
    font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
 "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック",
 sans-serif; }
    @media screen and (max-width: 768px) {
      .c-header__phone {
        pointer-events: auto; } }
    .c-header__phone span {
      font-size: 1rem;
      margin-right: 2px; }
  .c-header__img {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px; }

/*
------------------------------------------------------------*/
.c-submenu {
  width: 100%;
  padding: 35px 0 24px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  @media screen and (max-width: 768px) {
    .c-submenu {
      position: static;
      -webkit-transition: none;
      transition: none;
      padding: 0 17px;
      border: 0; } }
  .c-submenu:hover {
    display: block; }
  .c-submenu--col3 .c-submenu__item {
    width: calc(100% / 3); }
    @media screen and (max-width: 768px) {
      .c-submenu--col3 .c-submenu__item {
        width: 100%; } }
  .c-submenu--col4 .c-submenu__item {
    width: calc(100% / 4); }
    @media screen and (max-width: 768px) {
      .c-submenu--col4 .c-submenu__item {
        width: 100%; } }
  .c-submenu--col5 .c-submenu__item {
    width: calc(100% / 5); }
    @media screen and (max-width: 768px) {
      .c-submenu--col5 .c-submenu__item {
        width: 100%; } }
  .c-submenu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .c-submenu__inner {
        padding: 12px 0 12px 20px;
        border-top: 1px solid #ccc; } }
  .c-submenu__item {
    width: 33%;
    text-align: center;
    border-left: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      .c-submenu__item {
        width: 100%;
        border-left: 0;
        text-align: left;
        border-top: 1px dashed #ccc; } }
    .c-submenu__item:first-of-type {
      border: 0; }
  .c-submenu__text {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.7px;
    display: block;
    padding: 9px 1%; }
    @media screen and (max-width: 768px) {
      .c-submenu__text {
        display: block;
        font-size: 1.05rem;
        padding: 4px 0;
        letter-spacing: 0; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-menuSP {
    position: absolute;
    top: 15px;
    right: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 768px) {
  .c-menuSP__1, .c-menuSP__2, .c-menuSP__3 {
    width: 22px;
    height: 2px;
    background-color: #000;
    margin: 7px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s; } }

.c-menuSP.is-open .c-menuSP__1 {
  -webkit-transform: rotate(-405deg) translate(-5px, 6px);
      -ms-transform: rotate(-405deg) translate(-5px, 6px);
          transform: rotate(-405deg) translate(-5px, 6px); }

.c-menuSP.is-open .c-menuSP__2 {
  opacity: 0; }

.c-menuSP.is-open .c-menuSP__3 {
  -webkit-transform: rotate(405deg) translate(-7px, -7px);
      -ms-transform: rotate(405deg) translate(-7px, -7px);
          transform: rotate(405deg) translate(-7px, -7px); }

/*
------------------------------------------------------------*/
.c-header2 {
  background-color: #fff;
  padding: 26px 0 23px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-header2 {
      padding: 18px 17px 17px;
      border-bottom: 1px solid #ccc; } }
  .c-header2__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .c-header2__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .c-header2__logo {
    width: 180px; }
    @media screen and (max-width: 768px) {
      .c-header2__logo {
        width: 148px; } }
  .c-header2__wrap {
    width: calc(100% - 180px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end; }
    @media screen and (min-width: 768px) {
      .c-header2__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media screen and (max-width: 768px) {
      .c-header2__wrap {
        display: inline-block;
        width: auto; } }
  @media screen and (max-width: 768px) {
    .c-header2__info {
      display: none;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0;
      background: #fff;
      z-index: 999; } }
  .c-header2__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-header2__menu {
        width: 100%;
        margin: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .c-header2__item {
      width: 100%;
      margin: 0;
      border-top: 1px solid #ccc; } }
  @media screen and (max-width: 768px) {
    .c-header2__item:last-child {
      border-bottom: 1px solid #ccc; } }
  @media screen and (min-width: 768px) {
    .c-header2__item:not(:last-child) {
      padding-right: 29px; } }
  .c-header2__item a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-header2__item a {
        padding: 8px 17px;
        display: block;
        font-size: 1.2rem; } }
    .c-header2__item a.is-submenu {
      position: relative; }
      .c-header2__item a.is-submenu:after {
        content: "";
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .c-header2__item a.is-submenu.is-open:before {
        content: "";
        width: calc(100% - 34px);
        height: 1px;
        background-color: #ccc;
        position: absolute;
        bottom: 0;
        left: 17px; }
      .c-header2__item a.is-submenu.is-open:after {
        -webkit-transform: translateY(-50%) rotate(-135deg);
            -ms-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg); }
  .c-header2__title {
    padding-left: 29px;
    margin-left: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'DINAlternate';
    color: #1C50A1;
    line-height: 1.75;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-header2__title {
        font-size: 1.4rem;
        padding-left: 8px;
        margin-left: 18px; } }
    .c-header2__title:before {
      content: "";
      width: 5px;
      height: 15px;
      background-color: #1C50A1;
      position: absolute;
      left: 0;
      top: 6px; }
      @media screen and (max-width: 768px) {
        .c-header2__title:before {
          top: 5px;
          width: 2px; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu {
      padding: 0 0 10px;
      border-bottom: none; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__inner {
      padding: 9px 17px 0 37px; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__item {
      padding: 0;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__text {
      border-bottom: 1px dashed #ccc;
      padding: 3px 0;
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__text span {
      font-size: 1.1rem;
      min-width: 187px;
      display: inline-block; } }

/*
------------------------------------------------------------*/
.c-header2 {
  background-color: #fff;
  padding: 26px 0 23px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-header2 {
      padding: 18px 17px 17px;
      border-bottom: 1px solid #ccc; } }
  .c-header2__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .c-header2__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .c-header2__logo {
    width: 180px; }
    @media screen and (max-width: 768px) {
      .c-header2__logo {
        width: 148px; } }
  .c-header2__wrap {
    width: calc(100% - 180px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end; }
    @media screen and (min-width: 768px) {
      .c-header2__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media screen and (max-width: 768px) {
      .c-header2__wrap {
        display: inline-block;
        width: auto; } }
  @media screen and (max-width: 768px) {
    .c-header2__info {
      display: none;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0;
      background: #fff;
      z-index: 999; } }
  .c-header2__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-header2__menu {
        width: 100%;
        margin: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .c-header2__item {
      width: 100%;
      margin: 0;
      border-top: 1px solid #ccc; } }
  @media screen and (max-width: 768px) {
    .c-header2__item:last-child {
      border-bottom: 1px solid #ccc; } }
  @media screen and (min-width: 768px) {
    .c-header2__item:not(:last-child) {
      padding-right: 29px; } }
  .c-header2__item a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-header2__item a {
        padding: 8px 17px;
        display: block;
        font-size: 1.2rem; } }
    .c-header2__item a.is-submenu {
      position: relative; }
      .c-header2__item a.is-submenu:after {
        content: "";
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .c-header2__item a.is-submenu.is-open:before {
        content: "";
        width: calc(100% - 34px);
        height: 1px;
        background-color: #ccc;
        position: absolute;
        bottom: 0;
        left: 17px; }
      .c-header2__item a.is-submenu.is-open:after {
        -webkit-transform: translateY(-50%) rotate(-135deg);
            -ms-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg); }
  .c-header2__title {
    padding-left: 29px;
    margin-left: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'DINAlternate';
    color: #1C50A1;
    line-height: 1.75;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-header2__title {
        font-size: 1.4rem;
        padding-left: 8px;
        margin-left: 18px; } }
    .c-header2__title:before {
      content: "";
      width: 5px;
      height: 15px;
      background-color: #1C50A1;
      position: absolute;
      left: 0;
      top: 6px; }
      @media screen and (max-width: 768px) {
        .c-header2__title:before {
          top: 5px;
          width: 2px; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu {
      padding: 0 0 10px;
      border-bottom: none; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__inner {
      padding: 9px 17px 0 37px; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__item {
      padding: 0;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__text {
      border-bottom: 1px dashed #ccc;
      padding: 3px 0;
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .c-header2 .c-submenu__text span {
      font-size: 1.1rem;
      min-width: 187px;
      display: inline-block; } }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  padding: 70px 0 0; }
  @media screen and (max-width: 1051px) {
    body {
      padding: 140px 0 0; } }
  @media screen and (max-width: 768px) {
    body {
      min-width: 320px;
      background: #fff;
      padding: 60px 0 0; } }

/*
------------------------------------------------------------*/
.l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    .l-container {
      max-width: 100%;
      padding: 0 17px; } }

/*
------------------------------------------------------------*/
.l-content {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-content {
      max-width: 100%; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-btn {
  width: 100%; }
  .l-btn--center {
    text-align: center; }

/*
------------------------------------------------------------*/
.c-btngroup {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-btngroup {
      max-width: 100%; } }
  .c-btngroup .c-btn1 {
    width: 32.25%; }
    .c-btngroup .c-btn1:nth-child(even) {
      margin: 0 1.62%; }
  .c-btngroup .c-btn2:nth-child(even) {
    margin: 0 20px; }

/*
------------------------------------------------------------*/
.c-btn1 {
  width: 290px;
  display: inline-block;
  text-align: center;
  background: #3a5dae; }
  @media screen and (max-width: 768px) {
    .c-btn1 {
      width: 113px; } }
  .c-btn1__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 11px 0; }
    @media screen and (max-width: 768px) {
      .c-btn1__text {
        font-size: 12px;
        padding: 5.5px 0; } }
  .c-btn1--gray {
    background: #e5e5e5; }

/*
------------------------------------------------------------*/
.c-btn2 {
  display: inline-block;
  text-align: center;
  background: #b1b3b3; }
  .c-btn2__text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    min-width: 100px;
    padding: 9.5px 0; }
    @media screen and (max-width: 768px) {
      .c-btn2__text {
        font-size: 1rem; } }

/*
------------------------------------------------------------*/
.c-btn3 {
  display: inline-block;
  background: #b1b3b3; }
  .c-btn3__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    min-width: 300px;
    padding: 13px 28px 13px 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-btn3__text {
        font-size: 14px;
        min-width: 200px; } }
    .c-btn3__text::after {
      content: "";
      width: 12.5px;
      height: 35px;
      background: url("/assets/img/common/icon/icon-arrow2-right-white.png");
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

/*
------------------------------------------------------------*/
.c-btn4 {
  display: inline-block;
  text-align: center;
  margin: 70px 0 110px; }
  @media screen and (max-width: 768px) {
    .c-btn4 {
      margin: 20px; } }
  .c-btn4__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    min-width: 300px;
    text-decoration: none;
    padding: 13px 0;
    background: #10069f;
    border: none;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .c-btn4__text {
        font-size: 14px; } }

/*
------------------------------------------------------------*/
.c-btn5 {
  display: inline-block;
  background: #3a5dae;
  margin-top: 20px; }
  .c-btn5__ttl {
    font-size: 18px;
    text-align: center; }
  .c-btn5__hr {
    border-top: 1px solid #000;
    text-align: center;
    max-width: 83%;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
    margin-bottom: 25px;
    margin-top: 25px; }
  .c-btn5__hr2 {
    border-top: 1px solid #000;
    text-align: center;
    max-width: 83%;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
    margin-top: 25px;
    margin-bottom: 45px; }
  .c-btn5__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    min-width: 402px;
    padding: 13px 28px 13px 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-btn5__text {
        font-size: 14px;
        min-width: 200px; } }
    .c-btn5__text::after {
      content: "";
      width: 12.5px;
      height: 35px;
      background: url("/assets/img/common/icon/icon-arrow2-right-white.png");
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.p-btn5 {
  text-align: center; }

/*
------------------------------------------------------------*/
.c-btn6 {
  display: inline-block;
  text-align: center;
  background: #FEA621; }
  .c-btn6__text {
    font-size: 1.8rem;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    min-width: 380px;
    text-decoration: none;
    padding: 35px 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-btn6__text {
        padding: 20px 0;
        font-size: 1.4rem;
        letter-spacing: 2.1px;
        min-width: 250px; } }
    .c-btn6__text:after {
      content: "";
      width: 16px;
      height: 16px;
      background: url(/assets/img/common/icon/i_btn.svg) no-repeat;
      position: absolute;
      right: 18px;
      bottom: 15px;
      z-index: 1; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .c-title1__text {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold;
    position: relative;
    padding: 0 0 26px; }
    @media screen and (max-width: 768px) {
      .c-title1__text {
        font-size: 14px;
        padding: 0 0 14px; } }
    .c-title1__text::after {
      content: "";
      min-width: 500px;
      border-bottom: 1px solid #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title1__text::after {
          min-width: 250px; } }
  .c-title1--black .c-title1__text {
    color: #000; }

/*
------------------------------------------------------------*/
.c-title2 {
  text-align: center;
  border-top: 1px solid #000;
  position: relative; }
  .c-title2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 12px 0 12px;
    border-color: #10069f transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .c-title2::before {
        border-width: 12px 6px 0 6px; } }
  .c-title2__text {
    display: inline-block;
    padding: 0 140px;
    font-size: 3rem;
    line-height: 1.5;
    position: relative;
    margin: 74px 0 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-title2__text {
        font-size: 1.5rem; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .c-title2__text {
      margin: 36px 0 0;
      padding: 0 70px; } }
  .c-title2__number {
    font-size: 8rem;
    line-height: 1;
    color: #10069f;
    font-family: "DIN Alternate";
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .c-title2__number {
        font-size: 4rem; } }

/*
------------------------------------------------------------*/
.c-title3 {
  text-align: center;
  padding: 0 0 14px; }
  @media screen and (max-width: 768px) {
    .c-title3 {
      padding: 0 0 7px; } }
  .c-title3__text {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #231815;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-title3__text {
        font-size: 12px; } }
    .c-title3__text::after {
      content: "";
      width: 100px;
      border-top: 2px solid #251e1c;
      position: absolute;
      bottom: -14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title3__text::after {
          width: 50px;
          border-width: 1px;
          bottom: -7px; } }

/*
------------------------------------------------------------*/
.c-title4 {
  text-align: center; }
  .c-title4__text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fea621;
    padding: 0 0 17px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-title4__text {
        font-size: 0.6rem;
        padding: 0 0 8px; } }
    .c-title4__text::after {
      content: "";
      width: 62px;
      height: 15px;
      background: url("/assets/img/common/icon/icon-arrow-down-yellow.png");
      background-size: cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title4__text::after {
          width: 30px;
          height: 7px; } }

/*
------------------------------------------------------------*/
.c-title5 {
  width: 100%;
  background: #3a5dae;
  padding: 20px 36px 19px; }
  @media screen and (max-width: 768px) {
    .c-title5 {
      padding: 11px 18px 10px; } }
  .c-title5__text {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-title5__text {
        font-size: 1.05rem; } }

/*
------------------------------------------------------------*/
.c-title6__text {
  font-size: 2.4rem;
  line-height: 1.75;
  color: #000; }
  @media screen and (max-width: 768px) {
    .c-title6__text {
      font-size: 1.5rem; } }

.c-title6--type2 .c-title6__text {
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .c-title6--type2 .c-title6__text {
      font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-title7 {
  text-align: center;
  border-top: 1px solid #10069f;
  position: relative;
  padding: 10px 0 0; }
  .c-title7::before {
    content: "";
    width: 320px;
    border-top: 6px solid #10069f;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .c-title7::before {
        width: 160px;
        border-width: 3px; } }
  .c-title7__text {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #000;
    margin: 48px 0 0; }
    @media screen and (max-width: 768px) {
      .c-title7__text {
        font-size: 15px;
        margin: 18px 0 0; } }
  .c-title7 span {
    font-size: 1.8rem;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .c-title7 span {
        font-size: 0.9rem;
        margin-right: 14px; } }

/*
------------------------------------------------------------*/
.c-title8__text {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000; }
  @media screen and (max-width: 768px) {
    .c-title8__text {
      font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-title9 {
  text-align: center;
  border-top: 1px solid #3a5dae;
  border-bottom: 1px solid #3a5dae;
  padding: 7px 0; }
  @media screen and (max-width: 768px) {
    .c-title9 {
      padding: 3.5px 0; } }
  .c-title9__text {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #3a5dae; }
    @media screen and (max-width: 768px) {
      .c-title9__text {
        font-size: 14px; } }

/*
------------------------------------------------------------*/
.c-title10 {
  text-align: center; }
  .c-title10__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #231815; }
    @media screen and (max-width: 768px) {
      .c-title10__text {
        font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-title11 {
  text-align: center; }
  .c-title11__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #231815;
    font-weight: bold;
    position: relative;
    padding: 0 0 52px; }
    @media screen and (max-width: 768px) {
      .c-title11__text {
        font-size: 16px;
        padding: 0 0 25px; } }
    .c-title11__text::after {
      content: "";
      width: 150px;
      height: 27px;
      background: url("/assets/img/common/icon/icon-arrow-down-black.png");
      background-size: cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title11__text::after {
          width: 74px;
          height: 13px; } }

/*
------------------------------------------------------------*/
.c-title12 {
  background: #10069f;
  position: relative;
  padding: 28px 6.2% 25px 12%; }
  @media screen and (max-width: 768px) {
    .c-title12 {
      padding: 13px 18px 13px 35px; } }
  .c-title12::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 40px 0 0;
    border-color: #b1b3b3 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .c-title12::before {
        border-width: 40px 20px 0 0; } }
  .c-title12__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .c-title12__text {
        font-size: 13px; } }
  .c-title12--icon::after {
    content: "";
    width: 18px;
    height: 9px;
    background: url(/assets/img/common/icon/icon-arrow-right-white.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 14px; }
    @media screen and (max-width: 768px) {
      .c-title12--icon::after {
        width: 11px;
        height: 7px;
        bottom: 9px;
        right: 6px; } }

/*
------------------------------------------------------------*/
.c-title13__inner {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #b1b3b3;
  border-bottom: 1px dashed #b1b3b3;
  padding: 35px 0 36px 5px; }
  @media screen and (max-width: 768px) {
    .c-title13__inner {
      padding: 35px 0 20px 5px; } }

.c-title13__text1 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-title13__text1 {
      font-size: 15px; } }

.c-title13__text2 {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #000;
  margin: 22px 0 0; }
  @media screen and (max-width: 768px) {
    .c-title13__text2 {
      font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-title14 {
  margin-bottom: 70px; }
  .c-title14__text {
    font-size: 1.8rem;
    line-height: 1;
    color: #231815;
    border-left: 2px solid #231815;
    padding-left: 15px;
    margin-left: 8px; }
  .c-title14 p {
    font-size: 1.4rem;
    margin: 26px auto;
    line-height: 2.4rem; }
  .c-title14 li {
    font-size: 1.4rem; }

/*
------------------------------------------------------------*/
.c-title15 {
  margin-top: 80px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .c-title15 {
      margin-top: 30px;
      margin-bottom: 25px; } }
  .c-title15 p {
    font-size: 1.8rem;
    text-decoration: none;
    color: #000;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-title15 p {
        font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-title16 {
  width: 100%; }
  .c-title16__text {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #10069f;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-title16__text {
        font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-title17__inner {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px dashed #b1b3b3;
  padding: 35px 0 36px 5px; }
  @media screen and (max-width: 768px) {
    .c-title17__inner {
      padding: 35px 0 20px 5px; } }

.c-title17__text1 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-title17__text1 {
      font-size: 15px; } }

.c-title17__text2 {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #000;
  margin: 22px 0 0; }
  @media screen and (max-width: 768px) {
    .c-title17__text2 {
      font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-title18 {
  text-align: center; }
  .c-title18__text {
    font-size: 1.6rem;
    position: relative;
    color: #1C50A1;
    font-weight: normal;
    line-height: 1.75;
    padding-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .c-title18__text {
        font-size: 1.4rem; } }
    .c-title18__text:after {
      content: "";
      width: 250px;
      height: 1px;
      background-color: #1C50A1;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title18__text:after {
          width: 125px; } }
    .c-title18__text span {
      font-family: 'DINAlternate';
      font-weight: bold;
      font-size: 3rem; }

/*
------------------------------------------------------------*/
.c-title18 {
  text-align: center; }
  .c-title18__text {
    font-size: 1.6rem;
    position: relative;
    color: #1C50A1;
    font-weight: normal;
    line-height: 1.75;
    padding-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .c-title18__text {
        font-size: 1.4rem; } }
    .c-title18__text:after {
      content: "";
      width: 250px;
      height: 1px;
      background-color: #1C50A1;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-title18__text:after {
          width: 125px; } }
    .c-title18__text span {
      font-family: 'DINAlternate';
      font-weight: bold;
      font-size: 3rem; }

/*
------------------------------------------------------------*/
.c-title19__text {
  font-size: 1.6rem;
  border-bottom: 4px double #000;
  line-height: 1.75;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .c-title19__text {
      font-size: 1.4rem;
      letter-spacing: -1px;
      line-height: 1;
      padding-bottom: 3px; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1 {
  max-width: 800px;
  margin: 0 auto; }
  .c-form1__note, .c-form1__note2 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold;
    margin: 10px 0 0 3px; }
    @media screen and (max-width: 768px) {
      .c-form1__note, .c-form1__note2 {
        font-size: 14px; } }
    .c-form1__note span, .c-form1__note2 span {
      color: #ff0000; }
  .c-form1__note2 {
    margin: 10px 0 -10px; }
  @media screen and (max-width: 768px) {
    .c-form1__btn {
      max-width: 100%;
      margin: 0 auto; } }
  .c-form1__block {
    margin: 52px 0 0;
    padding: 0 0 62px;
    border-bottom: 1px solid #000; }
  .c-form1__item {
    margin: 0 0 28.5px; }
    .c-form1__item:last-of-type {
      margin: 0; }
  .c-form1__ttl {
    padding-left: 3px; }
  .c-form1__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 23px 0 0;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .c-form1__info {
        margin: 15px 0 0; } }
  .c-form1__list {
    width: 100%;
    margin: 8px 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .c-form1__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-form1__text1 {
    font-size: 1.6rem;
    line-height: 1;
    color: #251e1c;
    padding-left: 10px;
    border-left: 2px solid #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-form1__text1 {
        font-size: 16px; } }
    .c-form1__text1 span {
      color: #ff0000; }
  .c-form1__input1 {
    width: 100%;
    border: 1px solid #999;
    height: 51px;
    font-size: 1.4rem;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-form1__input1 {
        height: 2em; } }
  .c-form1__input2 {
    width: auto;
    position: relative;
    margin: 1px 30px -2px 0; }
    .c-form1__input2 input {
      width: 100%;
      border: 1px solid #999;
      height: 51px;
      line-height: 51px;
      font-size: 1.4rem;
      padding: 20px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #000; }
      @media screen and (max-width: 768px) {
        .c-form1__input2 input {
          height: 2em;
          padding: 10px 10px;
          line-height: 2em; } }
    .c-form1__input2:last-of-type {
      margin: 1px 0 -2px; }
      .c-form1__input2:last-of-type::after {
        display: none; }
    .c-form1__input2::after {
      content: "";
      width: 15px;
      border-top: 1px solid #000;
      position: absolute;
      top: 50%;
      right: -22px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-form1__input2::after {
          display: none; } }
    @media screen and (max-width: 768px) {
      .c-form1__input2__pc-only {
        display: none; } }
  .c-form1 textarea {
    width: 100%;
    height: 200px;
    font-size: 1.4rem;
    line-height: 1.65;
    padding: 10px 10px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    resize: vertical; }
  .c-form1__privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -8px 0 -19px; }
    .c-form1__privacy__info {
      width: calc(100% - 350px); }
      @media screen and (max-width: 768px) {
        .c-form1__privacy__info {
          width: 100%;
          margin-bottom: 20px; } }
    .c-form1__privacy__btn {
      width: 300px; }
    .c-form1__privacy .c-form1__note2 {
      margin: 20px 0 0; }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #251e1c;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.6px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-text1 {
      font-size: 12px;
      letter-spacing: 0.25px; } }

/*
------------------------------------------------------------*/
.c-text2 {
  margin: 145px auto;
  width: 600px; }
  @media screen and (max-width: 768px) {
    .c-text2 {
      margin: 0 0 30px 0;
      width: 100%; } }
  .c-text2__title {
    font-size: 3.1rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .c-text2__title {
        font-size: 1.6rem;
        text-align: center;
        margin: 40px 0 25px 0; } }
  .c-text2__text {
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .c-text2__text {
        margin-top: 30px auto; } }
    .c-text2__text p {
      padding-top: 40px;
      line-height: 3rem; }
      @media screen and (max-width: 768px) {
        .c-text2__text p {
          padding: 7px 25px;
          font-size: 12px;
          line-height: 16px; } }

/*
------------------------------------------------------------*/
.c-text3__text {
  font-size: 1.6rem;
  line-height: 3rem; }

/*
------------------------------------------------------------*/
.c-single-text p {
  margin: 25px auto;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 2.4rem; }

/*
------------------------------------------------------------*/
.c-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background-color: #C9CACA;
  font-size: 1.2rem;
  line-height: 1.75;
  text-decoration: none;
  margin: 25px 5px 25px 0; }
  @media screen and (max-width: 768px) {
    .c-tag {
      padding: 4px 12px;
      font-size: 1.1rem; } }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi1 {
  width: 100%; }
  .c-navi1__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .c-navi1__inner {
        padding: 0 17px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .c-navi1__item {
    width: 25%;
    background: #b1b3b3;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .c-navi1__item {
        width: 49.5%;
        border: 0; } }
    .c-navi1__item:first-of-type {
      width: 50%;
      border-left: 0; }
      @media screen and (max-width: 768px) {
        .c-navi1__item:first-of-type {
          width: 100%;
          margin: 0 0 2px; } }
    .c-navi1__item.is-active {
      background: #333333; }
      .c-navi1__item.is-active .c-navi1__text::after {
        right: 18px; }
        @media screen and (max-width: 768px) {
          .c-navi1__item.is-active .c-navi1__text::after {
            right: 4px; } }
  .c-navi1__text {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 18px 34px 20px 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-navi1__text {
        font-size: 12px;
        padding: 6px 15px 6px 9px; } }
    .c-navi1__text::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png") no-repeat;
      background-size: cover;
      position: absolute;
      right: 11px;
      bottom: 13px; }
      @media screen and (max-width: 768px) {
        .c-navi1__text::after {
          width: 12px;
          height: 8px;
          background-size: contain;
          right: 5px;
          bottom: 5px; } }

/*
------------------------------------------------------------*/
.c-navi2 {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .c-navi2 {
      margin: 0 0 18px; } }
  .c-navi2--col3 .c-navi2__item {
    width: calc(100% / 3); }
    @media screen and (max-width: 768px) {
      .c-navi2--col3 .c-navi2__item {
        width: 49.5%;
        margin: 0 0 2px; } }
    @media screen and (max-width: 768px) {
      .c-navi2--col3 .c-navi2__item:first-of-type {
        width: 100%; } }
  .c-navi2--col4 .c-navi2__item {
    width: calc(100% / 4); }
  .c-navi2--col5 .c-navi2__item {
    width: calc(100% / 5); }
    @media screen and (max-width: 768px) {
      .c-navi2--col5 .c-navi2__item {
        width: 32.7%; } }
    @media screen and (max-width: 768px) {
      .c-navi2--col5 .c-navi2__item:first-of-type, .c-navi2--col5 .c-navi2__item:nth-child(2) {
        width: 49.5%;
        margin: 0 0 2px; } }
  .c-navi2__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .c-navi2__inner {
        padding: 0 17px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .c-navi2__item {
    width: calc(100% / 2);
    background: #b1b3b3;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .c-navi2__item {
        border: 0; } }
    .c-navi2__item:first-of-type {
      border-left: 0; }
    .c-navi2__item.is-active {
      background: #333333; }
  .c-navi2__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 19.5px 34px 19.5px 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-navi2__text {
        font-size: 12px;
        padding: 6px 15px 6px 9px; } }
    .c-navi2__text::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png") no-repeat;
      background-size: cover;
      position: absolute;
      right: 13px;
      bottom: 13px; }
      @media screen and (max-width: 768px) {
        .c-navi2__text::after {
          width: 12px;
          height: 8px;
          background-size: contain;
          right: 5px;
          bottom: 5px; } }

/*
------------------------------------------------------------*/
.c-navi3 {
  width: 100%; }
  .c-navi3__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-navi3__item {
    width: calc(100% / 5);
    border-left: 1px solid #fff;
    background: #3a5dae; }
    @media screen and (max-width: 768px) {
      .c-navi3__item {
        text-align: center; } }
    .c-navi3__item:first-of-type {
      border: 0; }
    .c-navi3__item.is-active {
      background: #333333; }
  .c-navi3__text {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 25px 30px; }
    @media screen and (max-width: 768px) {
      .c-navi3__text {
        font-size: 0.9rem;
        padding: 8.5px 0; } }
    @media screen and (max-width: 768px) {
      .c-navi3__text span {
        font-size: 1.2rem; } }

/*
------------------------------------------------------------*/
.c-navi4 {
  width: 100%; }
  .c-navi4__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-navi4__item {
    width: calc(33.333% - 10px);
    background: #F2F2F2; }
    @media screen and (max-width: 768px) {
      .c-navi4__item {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .c-navi4__item:not(:last-child) {
        margin-bottom: 14px; } }
  .c-navi4__text {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #1C50A1;
    text-decoration: none;
    display: block;
    padding: 11px 10px;
    position: relative;
    border-top: 1px solid #1C50A1;
    border-bottom: 1px solid #1C50A1;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-navi4__text {
        font-size: 1.4rem;
        padding: 6px 10px; } }
    .c-navi4__text::after {
      content: "";
      width: 17px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-blue.png");
      background-size: contain;
      position: absolute;
      right: 7px;
      bottom: 12px; }

/*
------------------------------------------------------------*/
.c-navi5 {
  margin: 90px auto; }
  @media screen and (max-width: 768px) {
    .c-navi5 {
      margin: 15px auto; } }
  .c-navi5__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-navi5__item a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
    position: relative;
    line-height: 1.69;
    display: inline-block; }
  .c-navi5__item--prev a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    background: url(/assets/img/common/icon/icon-arrow-left-black.png);
    margin-right: 7px; }
    @media screen and (max-width: 768px) {
      .c-navi5__item--prev a:before {
        margin-right: 4px; } }
  .c-navi5__item--next a:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    background: url(/assets/img/common/icon/icon-arrow-right-black.png);
    margin-left: 7px; }
    @media screen and (max-width: 768px) {
      .c-navi5__item--next a:after {
        margin-left: 4px; } }

/*
------------------------------------------------------------*/
.c-navi6__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.c-navi6__item span, .c-navi6__item a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0 9px; }
  @media screen and (max-width: 768px) {
    .c-navi6__item span, .c-navi6__item a {
      font-size: 1.25rem;
      padding: 0 6px; } }
  .c-navi6__item span:hover, .c-navi6__item a:hover {
    text-decoration: underline; }

.c-navi6__item.is-active span {
  text-decoration: underline; }

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgSingle {
  width: 100%;
  text-align: center; }
  .c-imgSingle img {
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .c-imgSingle img {
        width: 100%; } }

/*
------------------------------------------------------------*/
.c-imgtext1 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-imgtext1 {
      max-width: 100%;
      width: 100%; } }
  .c-imgtext1__img {
    width: 30.85%;
    max-width: 370px; }
    @media screen and (max-width: 768px) {
      .c-imgtext1__img {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 0 62px; } }
    .c-imgtext1__img img {
      width: 100%;
      height: auto; }
  .c-imgtext1__info {
    width: 65.834%; }
    @media screen and (max-width: 768px) {
      .c-imgtext1__info {
        width: 100%;
        margin: 21px 0 0; } }
  .c-imgtext1__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-imgtext1__ttl {
        font-size: 12px;
        line-height: 1.75;
        color: #000; } }
  .c-imgtext1__text {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #251e1c;
    font-weight: bold;
    margin: 15px 0 0; }
    @media screen and (max-width: 768px) {
      .c-imgtext1__text {
        font-size: 12px;
        line-height: 1.8;
        margin: 7px 0 0;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: 0.4px; } }
  .c-imgtext1--type2 {
    display: block;
    *zoom: 1; }
    .c-imgtext1--type2:after {
      display: block;
      content: "";
      clear: both; }
    @media screen and (max-width: 768px) {
      .c-imgtext1--type2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .c-imgtext1--type2 .c-imgtext1__img {
      float: left;
      margin-right: 3.316%; }
      @media screen and (max-width: 768px) {
        .c-imgtext1--type2 .c-imgtext1__img {
          width: 43%;
          padding: 0;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          margin: 0;
          float: none; } }
    .c-imgtext1--type2 .c-imgtext1__ttl,
    .c-imgtext1--type2 .c-imgtext1__text {
      width: 65.834%;
      float: left; }
      @media screen and (max-width: 768px) {
        .c-imgtext1--type2 .c-imgtext1__ttl,
        .c-imgtext1--type2 .c-imgtext1__text {
          float: none; } }
    .c-imgtext1--type2 .c-imgtext1__ttl {
      margin: 8px 0 0; }
      @media screen and (max-width: 768px) {
        .c-imgtext1--type2 .c-imgtext1__ttl {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0 0 14px; } }
    @media screen and (max-width: 768px) {
      .c-imgtext1--type2 .c-imgtext1__text {
        width: 53%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin: -4px 0 0; } }

/*
------------------------------------------------------------*/
.c-imgtext2 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-imgtext2__img {
    width: 30.5%;
    text-align: center; }
  .c-imgtext2__info {
    width: 65.9%; }
    @media screen and (max-width: 768px) {
      .c-imgtext2__info {
        width: 100%;
        text-align: center; } }
  .c-imgtext2__block {
    margin: 100px 0 0; }
    @media screen and (max-width: 768px) {
      .c-imgtext2__block {
        margin: 33px 0 0; } }
    .c-imgtext2__block:first-of-type {
      margin: 0; }
  .c-imgtext2__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-imgtext2__ttl {
        font-size: 15px; } }
  .c-imgtext2__text {
    font-size: 2.5rem;
    line-height: 1.75;
    color: #251e1c;
    margin: 41px 0 0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-imgtext2__text {
        font-size: 14px;
        line-height: 1.8;
        margin: 15px 0 0; } }
  .c-imgtext2__text2 {
    font-size: 2.1rem;
    line-height: 1.75;
    color: #251e1c;
    margin: 41px 0 0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-imgtext2__text2 {
        font-size: 12px;
        line-height: 1.8;
        margin: 15px 0 0; } }

/*
------------------------------------------------------------*/
.c-imgtext3 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-imgtext3 {
      max-width: 100%; } }
  .c-imgtext3__img {
    width: 33.4%;
    max-width: 400px; }
    @media screen and (max-width: 768px) {
      .c-imgtext3__img {
        width: 100%;
        text-align: center;
        padding: 0 75px;
        max-width: 100%; } }
    .c-imgtext3__img img {
      width: 100%;
      height: auto; }
  .c-imgtext3__info {
    width: 58.4%; }
    @media screen and (max-width: 768px) {
      .c-imgtext3__info {
        width: 100%;
        margin: 35px 0 0; } }
  .c-imgtext3__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #251e1c;
    margin: 0 0 19px; }
    @media screen and (max-width: 768px) {
      .c-imgtext3__ttl {
        font-size: 15px; } }
  .c-imgtext3__text {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-imgtext3__text {
        font-size: 13px;
        line-height: 1.7; } }
    .c-imgtext3__text + .c-imgtext3__text {
      margin: 24px 0 0; }
      @media screen and (max-width: 768px) {
        .c-imgtext3__text + .c-imgtext3__text {
          margin: 20px 0 0; } }

/*
------------------------------------------------------------*/
.c-imgtext4 {
  width: calc(90% / 3); }
  @media screen and (max-width: 768px) {
    .c-imgtext4 {
      width: 100%;
      margin-bottom: 50px; } }
  .c-imgtext4:not(:nth-child(3n)) {
    margin-right: 5%; }
    @media screen and (max-width: 768px) {
      .c-imgtext4:not(:nth-child(3n)) {
        margin-right: 0; } }
  .c-imgtext4__img {
    margin-bottom: 11px; }
    .c-imgtext4__img img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .c-imgtext4__img {
        margin-bottom: 10px;
        text-align: center; } }
  .c-imgtext4__content {
    letter-spacing: 0.9px; }
    @media screen and (max-width: 768px) {
      .c-imgtext4__content {
        letter-spacing: -1px; } }
    .c-imgtext4__content-title {
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: normal;
      margin-bottom: 2px; }
      @media screen and (max-width: 768px) {
        .c-imgtext4__content-title {
          font-size: 1.4rem; } }
    .c-imgtext4__content-time {
      font-size: 1.3rem;
      color: #9FA0A0;
      line-height: 1.69; }
      @media screen and (max-width: 768px) {
        .c-imgtext4__content-time {
          font-size: 1.2rem; } }

/*
------------------------------------------------------------*/
.c-imgtext5:not(:last-child) {
  margin-bottom: 51px; }

.c-imgtext5__img {
  margin-bottom: 42px; }
  @media screen and (max-width: 768px) {
    .c-imgtext5__img {
      margin-bottom: 25px; } }

.c-imgtext5__txt {
  letter-spacing: 0.9px;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .c-imgtext5__txt {
      font-size: 1.2rem; } }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #fff; }
  .c-list1__item {
    width: 23.45%;
    background: #10068a;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .c-list1__item {
        width: 50%; } }
    .c-list1__item:first-of-type {
      width: 53.1%;
      border: 0;
      height: 180px; }
      @media screen and (max-width: 768px) {
        .c-list1__item:first-of-type {
          width: 100%;
          border-bottom: 1px solid #fff;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .c-list1__item:first-of-type .c-list1__inner {
          min-height: 75px; } }
    @media screen and (max-width: 768px) {
      .c-list1__item:nth-child(2) {
        border-left: 0; } }
  .c-list1__inner {
    display: block;
    text-decoration: none;
    padding: 44px 15px 30px 41px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-list1__inner {
        padding: 15px 15px 15px 17px;
        min-height: 65px; } }
    .c-list1__inner::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png");
      background-size: cover;
      position: absolute;
      right: 12px;
      bottom: 17px; }
      @media screen and (max-width: 768px) {
        .c-list1__inner::after {
          width: 10px;
          height: 6px;
          background-size: contain;
          right: 6px;
          bottom: 8px; } }
  .c-list1__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-list1__text {
        font-size: 14px;
        letter-spacing: 0.6px; } }

/*
------------------------------------------------------------*/
.c-list2 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list2 {
      padding: 0 17px; } }
  .c-list2__item {
    width: 48.5%;
    margin: 0 0 105px 3%; }
    @media screen and (max-width: 768px) {
      .c-list2__item {
        width: 100%;
        margin: 0 0 26px; } }
    .c-list2__item:nth-child(2n + 1) {
      margin: 0 0 105px; }
      @media screen and (max-width: 768px) {
        .c-list2__item:nth-child(2n + 1) {
          margin: 0 0 26px; } }
  .c-list2__ttl1 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .c-list2__ttl1 {
        font-size: 15px;
        margin: 0; } }
  .c-list2__ttl2 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .c-list2__ttl2 {
        font-size: 1.5rem;
        margin-right: 10px; } }
  .c-list2__inner {
    margin: 30px 0 0;
    display: block;
    text-decoration: none;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-list2__inner {
        margin: 8px 0 0; } }
    .c-list2__inner::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png");
      background-size: cover;
      position: absolute;
      right: 14px;
      bottom: 15px;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .c-list2__inner::after {
          width: 10px;
          height: 6px;
          background-size: contain;
          right: 7px;
          bottom: 8px; } }
  .c-list2__img img {
    width: 100%;
    height: auto; }
  .c-list2__info1 {
    max-width: 220px;
    max-height: 220px;
    width: 36%;
    height: 73.5%;
    background: #10068a;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 9% 6% 5% 4.5%; }
    @media screen and (max-width: 768px) {
      .c-list2__info1 {
        max-width: 120px;
        max-height: 120px;
        width: 35%;
        height: 80%;
        padding: 18px 18px 15px 15px; } }
  .c-list2__info2 {
    width: 100%;
    background: #3a5dae;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2.7% 5%; }
    @media screen and (max-width: 768px) {
      .c-list2__info2 {
        padding: 7px 16px; } }
  .c-list2__text1 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list2__text1 {
        font-size: 15px; } }
  .c-list2__text2 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list2__text2 {
        font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-list3 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-list3__item {
    width: calc(100% / 2 - 2px); }
    @media screen and (max-width: 768px) {
      .c-list3__item {
        width: calc(100% / 2 - 1px); } }
  .c-list3__img img {
    width: 100%;
    height: auto; }

/*
------------------------------------------------------------*/
.c-list4 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list4 {
      max-width: 100%;
      padding: 0 62.6px; } }
  .c-list4__item {
    width: 31.667%;
    margin: 0 0 0 2.5%; }
    @media screen and (max-width: 768px) {
      .c-list4__item {
        width: 100%;
        margin: 0 0 21px; } }
    .c-list4__item:nth-child(3n + 1) {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .c-list4__item:nth-child(3n + 1) {
          margin: 0 0 21px; } }
  .c-list4__img {
    margin: 23px 0 0; }
    @media screen and (max-width: 768px) {
      .c-list4__img {
        margin: 10px 0 0; } }
    .c-list4__img img {
      width: 100%;
      height: auto; }
  .c-list4__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold;
    margin: 9px 0 0; }
    @media screen and (max-width: 768px) {
      .c-list4__text {
        font-size: 12px;
        margin: 3px 0 0; } }

/*
------------------------------------------------------------*/
.c-list5 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-list5--col3 .c-list5__item {
    width: 32.8%; }
  .c-list5__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding: 31.5px 45px 31.5px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .c-list5__inner {
        padding: 17px 25px 15px 15px; } }
    .c-list5__inner::after {
      content: "";
      width: 27px;
      height: 72px;
      background: url("/assets/img/common/icon/icon-arrow2-right-white.png") no-repeat;
      background-size: contain;
      position: absolute;
      right: 13px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-list5__inner::after {
          width: 13px;
          height: 35px;
          right: 7px; } }
  .c-list5__item {
    width: 49.5%;
    background: #10069f; }
  .c-list5__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-list5__text {
        font-size: 0.9rem; } }

/*
------------------------------------------------------------*/
.c-list6 {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-list6 {
      max-width: 100%; } }
  .c-list6__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px; }
    @media screen and (max-width: 768px) {
      .c-list6__item {
        margin: 0 0 4px; } }
  .c-list6__left {
    width: 20.8%; }
    @media screen and (max-width: 768px) {
      .c-list6__left {
        width: 100%; } }
  .c-list6__right {
    width: 79.2%;
    padding-left: 18px; }
    @media screen and (max-width: 768px) {
      .c-list6__right {
        width: 100%;
        padding-left: 0; } }
  .c-list6__ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #10069f;
    font-weight: bold;
    padding-right: 12px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-list6__ttl {
        font-size: 13px;
        padding-right: 0; } }
    .c-list6__ttl::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 10px;
      border-color: transparent transparent transparent #10069f;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-list6__ttl::after {
          display: none; } }
  .c-list6__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list6__text {
        font-size: 12px;
        line-height: 1.75; } }

/*
------------------------------------------------------------*/
.c-list7 {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-list7 {
      max-width: 100%; } }
  .c-list7__item {
    text-align: center;
    border-top: 1px solid #808080;
    padding: 9px 0; }
    @media screen and (max-width: 768px) {
      .c-list7__item {
        padding: 3px 0; } }
    .c-list7__item:last-of-type {
      border-bottom: 1px solid #808080; }
  .c-list7__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list7__text {
        font-size: 10.5px; } }

/*
------------------------------------------------------------*/
.c-list8 {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-list8 {
      max-width: 100%; } }
  .c-list8__item {
    border-top: 1px solid #000;
    position: relative;
    padding: 60px 9% 20px 8.4%;
    margin: 0 0 65px; }
    @media screen and (max-width: 768px) {
      .c-list8__item {
        padding: 26px 0 0;
        margin: 0 0 40px; } }
    .c-list8__item:last-of-type {
      margin: 0; }
    .c-list8__item::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 100px 0 0;
      border-color: #cccccc transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-list8__item::before {
          border-width: 12px 29px 0 0; } }
    .c-list8__item::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 42px 0 0;
      border-color: rgba(16, 6, 159, 0.9) transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-list8__item::after {
          border-width: 14.5px 12px 0 0; } }
  .c-list8__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list8__ttl {
        font-size: 13px;
        color: #000; } }
  .c-list8__text {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #251e1c;
    font-weight: bold;
    margin: 20px 0 0 5px; }
    @media screen and (max-width: 768px) {
      .c-list8__text {
        font-size: 12px;
        line-height: 1.8;
        margin: 8px 0 0; } }

/*
------------------------------------------------------------*/
.c-list9 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list9__item {
    width: 18.4%;
    margin: 0 0 0 2%;
    text-align: center;
    border: 3px solid #fea621;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 19px 1% 18px; }
    @media screen and (max-width: 768px) {
      .c-list9__item {
        width: 31.5%;
        margin: 0 0 10px 2.7%;
        border-width: 1.5px;
        padding: 10px 0 10px; } }
    .c-list9__item:first-of-type {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .c-list9__item:nth-child(3n + 1) {
        margin: 0 0 10px; } }
  .c-list9__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 14px 0; }
    @media screen and (max-width: 768px) {
      .c-list9__info {
        margin: 8px 0;
        min-height: 30px; } }
  .c-list9__text {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-list9__text {
        font-size: 12px;
        line-height: 1.75; } }

/*
------------------------------------------------------------*/
.c-list10__ttl {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #251e1c;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-list10__ttl {
      font-size: 14px; } }

.c-list10__info {
  margin: 23px 0 0; }
  @media screen and (max-width: 768px) {
    .c-list10__info {
      margin: 10px 0 0; } }

.c-list10__item {
  border-top: 1px solid #000;
  padding: 11.5px 0 11.5px 5px; }
  @media screen and (max-width: 768px) {
    .c-list10__item {
      padding: 4.3px 0 4.3px 2px; } }
  .c-list10__item:last-of-type {
    border-bottom: 1px solid #000; }

.c-list10__text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #251e1c;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .c-list10__text {
      font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-list11 {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list11 {
      max-width: 100%; } }
  .c-list11__card {
    width: 47.5%;
    margin: 0 0 0 5%; }
    @media screen and (max-width: 768px) {
      .c-list11__card {
        width: 47%;
        margin: 0 0 0 6%; } }
    .c-list11__card:nth-child(2n + 1) {
      margin: 0; }

/*
------------------------------------------------------------*/
.c-list12 {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list12 {
      max-width: 100%;
      padding: 0 25px; } }
  .c-list12__item {
    width: 32.3%;
    margin: 0 0 0 1.55%; }
    @media screen and (max-width: 768px) {
      .c-list12__item {
        width: 100%;
        margin: 0 0 25px; } }
    .c-list12__item:nth-child(3n + 1) {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .c-list12__item:nth-child(3n + 1) {
          margin: 0 0 25px; } }
  .c-list12__img img {
    width: 100%;
    height: auto; }
  .c-list12__info {
    margin: 12px 0 0; }
    @media screen and (max-width: 768px) {
      .c-list12__info {
        margin: 8px 0 0; } }
  .c-list12__text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-list12__text {
        font-size: 14px; } }

/*
------------------------------------------------------------*/
.c-list13__item {
  border-bottom: 1px dashed #000;
  margin: 0 0 16px; }
  @media screen and (max-width: 768px) {
    .c-list13__item {
      margin: 0 0 8px; } }
  .c-list13__item:last-of-type {
    margin: 0; }

.c-list13__inner {
  display: block;
  text-decoration: none;
  padding: 0 0 16px; }
  @media screen and (max-width: 768px) {
    .c-list13__inner {
      padding: 0 0 9px; } }

.c-list13__ttl, .c-list13__text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 768px) {
    .c-list13__ttl, .c-list13__text {
      font-size: 12px;
      line-height: 1.8; } }

/*
------------------------------------------------------------*/
.c-list14 {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list14__item {
    margin-right: 4%;
    border-top: 1px solid grey;
    position: relative;
    padding: 12px 0 13px 18px;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .c-list14__item {
        width: 48.5%;
        margin-right: 3%;
        padding: 5.5px 0 5.5px 12px; } }
    .c-list14__item::before {
      content: "";
      width: 4px;
      height: 4px;
      background: #251e1c;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-list14__item::before {
          width: 2px;
          height: 2px; } }
    .c-list14__item:nth-child(2n) {
      margin-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-list14__item:nth-last-child(2), .c-list14__item:last-child {
      border-bottom: 1px solid #808080; }
  .c-list14__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-list14__text {
        font-size: 10.5px; } }

/*
------------------------------------------------------------*/
.c-list15 {
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list15 {
      max-width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-list15__item {
    width: 30%;
    margin: 0 0 20px 5%; }
    @media screen and (max-width: 768px) {
      .c-list15__item {
        width: 17%;
        margin: 0 0 10px 3%; } }
    .c-list15__item:nth-child(3n + 1) {
      margin: 0 0 20px; }
      @media screen and (max-width: 768px) {
        .c-list15__item:nth-child(3n + 1) {
          margin: 0 0 10px; } }
  .c-list15__img img {
    width: 100%;
    height: auto; }

/*
------------------------------------------------------------*/
.c-list16 {
  max-width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list16 {
      max-width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-list16__item {
    width: 17.25%;
    margin: 0 0 0 1.75%; }
    @media screen and (max-width: 768px) {
      .c-list16__item {
        width: 14.29%; } }
    .c-list16__item:nth-child(5n + 1) {
      margin: 0; }
  .c-list16__img img {
    width: 100%;
    height: auto; }

/*
------------------------------------------------------------*/
.c-list17 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-list17 {
      max-width: 100%; } }
  .c-list17__item {
    width: 48.35%;
    margin: 0 0 10px 3.3%; }
    @media screen and (max-width: 768px) {
      .c-list17__item {
        width: 100%;
        margin: 0 0 40px; } }
    .c-list17__item:nth-child(2n + 1) {
      margin: 0 0 10px; }
      @media screen and (max-width: 768px) {
        .c-list17__item:nth-child(2n + 1) {
          margin: 0 0 40px; } }
  .c-list17__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    margin: 31px 0 52px 5px; }
    @media screen and (max-width: 768px) {
      .c-list17__text {
        font-size: 12px;
        margin: 13px 0 21px 3px; } }

/*
------------------------------------------------------------*/
.c-list18 {
  max-width: 900px;
  margin: 0 auto 50px; }
  .c-list18__ttl {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #231815;
    border-bottom: 1px solid #b1b3b3;
    padding: 0 0 12px; }
    @media screen and (max-width: 768px) {
      .c-list18__ttl {
        font-size: 15px; } }
  .c-list18__inner {
    margin: 2px 0 0; }
  .c-list18__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px dashed #b1b3b3;
    padding: 12.8px 0; }
  .c-list18__col1 {
    width: 145px;
    padding-left: 5px; }
  .c-list18__col2 {
    width: calc(100% - 145px); }
  .c-list18__label, .c-list18__text {
    font-size: 1.5rem;
    line-height: 1.55;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-list18__label, .c-list18__text {
        font-size: 1.5rem;
        line-height: 1.55;
        color: #000; } }

/*
------------------------------------------------------------*/
.c-list19 {
  max-width: 900px;
  margin: 0 auto; }
  .c-list19__ttl {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #231815;
    border-bottom: 1px solid #b1b3b3;
    padding: 0 0 12px; }
    @media screen and (max-width: 768px) {
      .c-list19__ttl {
        font-size: 15px; } }
  .c-list19__inner {
    margin: 2px 0 0; }
  .c-list19__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px dashed #b1b3b3;
    padding: 12.8px 0; }
    @media screen and (max-width: 768px) {
      .c-list19__row {
        display: block; } }
  .c-list19__col1 {
    width: 145px;
    padding-left: 5px; }
    @media screen and (max-width: 768px) {
      .c-list19__col1 {
        width: 145px;
        margin-bottom: 10px; } }
  .c-list19__col2 {
    width: calc(100% - 145px); }
    @media screen and (max-width: 768px) {
      .c-list19__col2 {
        width: auto; } }
  .c-list19__label {
    font-size: 1.5rem;
    line-height: 1.55;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-list19__label {
        font-size: 12px; } }
  .c-list19__text {
    font-size: 1.5rem;
    line-height: 1.55;
    color: #000;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-list19__text {
        font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-list20 {
  max-width: 1200px;
  width: 100%; }
  .c-list20__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-list20__inner {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .c-list20__item {
    width: 25%;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .c-list20__item {
        width: calc(50% - 5.5px);
        margin-bottom: 10px;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .c-list20__item:nth-last-child(-n + 2):nth-child(1n + 1),
      .c-list20__item:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
        margin-bottom: 0px; } }
    .c-list20__item-img {
      text-align: center; }
      .c-list20__item-img img {
        max-width: 100%; }
    .c-list20__item-content {
      background-color: #fff;
      border-bottom: 5px solid #1C50A1;
      width: calc(100% - 45px);
      margin: -36px auto 0;
      text-align: center;
      padding: 17px 10px 13px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .c-list20__item-content {
          padding: 17px 10px;
          width: calc(100% - 29px);
          margin-top: -20px;
          border-bottom-width: 4px; } }
    .c-list20__item-title {
      font-size: 1.2rem;
      line-height: 1.5;
      color: #251E1C;
      position: relative;
      padding-bottom: 9px;
      margin-bottom: 6px; }
      .c-list20__item-title:after {
        content: "";
        width: calc(100% - 10px);
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 5px; }
    .c-list20__item-name {
      font-size: 1.4rem;
      line-height: 1.75; }
      @media screen and (max-width: 768px) {
        .c-list20__item-name {
          font-size: 1.3rem; } }

/*
------------------------------------------------------------*/
.c-list21 {
  max-width: 790px;
  width: 100%;
  position: relative; }
  .c-list21:before {
    content: "";
    width: 100%;
    height: 115px;
    background-color: #1C50A1;
    position: absolute;
    top: 0;
    left: 0; }
  .c-list21:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 170px solid transparent;
    border-left: 170px solid rgba(4, 50, 123, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .c-list21:after {
        border-bottom-width: 85px;
        border-left-width: 100px; } }
  .c-list21__title {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.75;
    position: relative;
    z-index: 3;
    padding: 16px 0 16px 29px; }
    @media screen and (max-width: 768px) {
      .c-list21__title {
        font-size: 1.5rem;
        padding: 9px 0 9px 14px; } }
  .c-list21__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .c-list21__inner {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; } }
  .c-list21__item {
    width: 25%;
    padding: 0 3px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-list21__item {
        width: calc(50% - 2.5px);
        padding: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      .c-list21__item:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
        margin-bottom: 0px; } }
    .c-list21__item:before {
      content: "";
      width: calc(100% - 6px);
      height: 280px;
      background-color: #1C50A1;
      position: absolute;
      top: 0;
      left: 3px; }
      @media screen and (max-width: 768px) {
        .c-list21__item:before {
          height: 140px;
          width: 100%;
          left: 0px; } }
    .c-list21__item-content {
      width: calc(100% - 33px);
      margin: 0 auto;
      padding: 13px 20px 9px;
      background-color: #fff;
      border-bottom: 5px solid #1C50A1;
      text-align: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .c-list21__item-content {
          width: calc(100% - 49px);
          padding: 13px 10px 9px;
          border-bottom-width: 4px; } }
    .c-list21__item-title {
      margin-bottom: 11px;
      padding-bottom: 11px;
      font-size: 1.2rem;
      line-height: 1.5;
      color: #251E1C;
      position: relative; }
      .c-list21__item-title:after {
        content: "";
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        width: calc(100% - 4px);
        left: 2px; }
    @media screen and (max-width: 768px) {
      .c-list21__item-img {
        text-align: center; } }
    .c-list21__item-name {
      font-size: 1.4rem;
      line-height: 1.75; }
      @media screen and (max-width: 768px) {
        .c-list21__item-name {
          font-size: 1.3rem; } }
  .c-list21__wrap {
    position: relative; }

/*
------------------------------------------------------------*/
.c-list22 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-list22 {
      margin: -80px auto; } }
  .c-list22__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-list22__item {
        display: block; } }
    .c-list22__item:not(:last-child) {
      margin-bottom: 69px; }
      @media screen and (max-width: 768px) {
        .c-list22__item:not(:last-child) {
          margin-bottom: 51px; } }
    .c-list22__item-title {
      width: 8.8%;
      padding-right: 35px;
      position: relative;
      width: 112px; }
      @media screen and (max-width: 768px) {
        .c-list22__item-title {
          width: 100%;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-bottom: 0; } }
      .c-list22__item-title:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 20px solid #10069F;
        position: absolute;
        top: 0;
        right: 35px; }
        @media screen and (max-width: 768px) {
          .c-list22__item-title:after {
            position: static;
            border-top-width: 13px;
            border-bottom-width: 0px;
            border-left-width: 56px;
            margin-bottom: 1px; } }
      .c-list22__item-title--txt {
        font-size: 2.8rem;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        letter-spacing: 2.1px;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .c-list22__item-title--txt {
            -webkit-writing-mode: initial;
                -ms-writing-mode: initial;
                    writing-mode: initial;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            width: 100%;
            font-size: 1.4rem;
            line-height: 1.75;
            letter-spacing: 0; } }
    .c-list22__item-content {
      padding-right: 32px;
      width: 34.4%; }
      @media screen and (max-width: 768px) {
        .c-list22__item-content {
          width: 100%;
          padding: 0; } }
      .c-list22__item-content--desc {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: -3px;
        margin-bottom: 37px;
        letter-spacing: -1px;
        min-height: 66px; }
        @media screen and (max-width: 768px) {
          .c-list22__item-content--desc {
            min-height: auto;
            padding: 9px 5px;
            margin-bottom: 0;
            font-size: 1.2rem; } }
      @media screen and (max-width: 768px) {
        .c-list22__item-content--wrap {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (max-width: 768px) {
        .c-list22__item-content--img {
          width: calc(50% - 3px);
          text-align: center; } }
      .c-list22__item-content--img img {
        max-width: 100%; }
    .c-list22__item-img {
      width: 56.8%;
      padding-left: 32px; }
      .c-list22__item-img img {
        max-width: 100%; }

/*
------------------------------------------------------------*/
.c-list23 {
  width: 100%;
  max-width: 1200px; }
  .c-list23__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -37.5px; }
    @media screen and (max-width: 768px) {
      .c-list23__inner {
        display: block;
        margin: 0; } }
  .c-list23__item {
    width: 33.333%;
    padding: 0 37.5px;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .c-list23__item {
        width: 100%;
        padding: 0; } }
    @media screen and (min-width: 768px) {
      .c-list23__item:nth-last-child(-n + 3):nth-child(1n + 1),
      .c-list23__item:nth-last-child(-n + 3):nth-child(2n + 1) ~ li {
        margin-bottom: 0px; } }
    @media screen and (max-width: 768px) {
      .c-list23__item:not(:last-child) {
        margin-bottom: 25px; } }
  @media screen and (max-width: 768px) {
    .c-list23 .c-imgtext4__img {
      margin-bottom: 25px; } }
  .c-list23 .c-imgtext4__img img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .c-list23 .c-imgtext4__content {
      background-color: #EFEFEF;
      padding: 17px 14px;
      border: 0.25px dashed #000;
      font-size: 1rem; } }

/*
------------------------------------------------------------*/
.c-list24__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-list24__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1d4c96;
  background: -webkit-linear-gradient(top, #1d4c96 0%, #10069f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1d4c96), to(#10069f));
  background: linear-gradient(to bottom, #1d4c96 0%, #10069f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d4c96', endColorstr='#10069f', GradientType=0);
  width: 20%;
  padding: 15px 10px;
  position: relative; }
  .c-list24__item:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 110px solid #01015b;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .c-list24__item:not(:last-child):after {
        border-bottom-width: 86px; } }
  .c-list24__item span {
    font-size: 2rem;
    color: #fff;
    line-height: 1.75;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .c-list24__item span {
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-list25 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #fff; }
  .c-list25__item1 {
    width: 76.45%;
    background-color: #F4F4F4;
    border-left: 1px solid #fff;
    height: 140px; }
    @media screen and (max-width: 768px) {
      .c-list25__item1 {
        width: 50%; } }
  .c-list25__item2 {
    width: 23.55%;
    background: #3A5DAE;
    border-left: 1px solid #fff;
    height: 140px; }
    @media screen and (max-width: 768px) {
      .c-list25__item2 {
        width: 50%; } }
  .c-list25__inner1 {
    display: block;
    text-decoration: none;
    padding-top: 22px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .c-list25__inner1::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png");
      background-size: cover;
      position: absolute;
      right: 12px;
      bottom: 17px; }
      @media screen and (max-width: 768px) {
        .c-list25__inner1::after {
          width: 10px;
          height: 6px;
          background-size: contain;
          right: 6px;
          bottom: 8px; } }
  .c-list25__inner2 {
    display: block;
    text-decoration: none;
    padding: 44px 15px 30px 41px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .c-list25__inner2::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png");
      background-size: cover;
      position: absolute;
      right: 12px;
      bottom: 17px; }
      @media screen and (max-width: 768px) {
        .c-list25__inner2::after {
          width: 10px;
          height: 6px;
          background-size: contain;
          right: 6px;
          bottom: 8px; } }
  .c-list25__text {
    font-size: 1.4rem;
    line-height: 0.5;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-list25__text {
        font-size: 14px;
        letter-spacing: 0.6px; } }

/*
------------------------------------------------------------*/
.c-list26 {
  position: relative; }
  .c-list26:after {
    content: '';
    position: absolute;
    top: 50.2%;
    left: 0;
    width: 100%;
    height: 72.5%;
    background: #10069F;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .c-list26:after {
        content: none; } }
  .c-list26__list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .c-list26__list {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-list26__item {
    width: 48%;
    max-width: 575px;
    text-align: center;
    background: #fff;
    border: 1px solid #1C50A1;
    padding: 73px 0 0; }
    @media screen and (max-width: 768px) {
      .c-list26__item {
        width: 100%;
        max-width: 100%;
        padding: 36px 0 0;
        margin-bottom: 25px; } }
  .c-list26__ttl {
    font-size: 4rem;
    line-height: 1.75;
    font-weight: bold;
    color: #231815;
    margin-bottom: 27px;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .c-list26__ttl {
        font-size: 2rem;
        margin-bottom: 14px; } }
  .c-list26__ttl span:first-child {
    font: 5rem/0.68 "DIN Alternate Bold", sans-serif;
    color: #B3B3B3;
    margin: 0 9px;
    letter-spacing: 3px;
    position: relative;
    top: 3px; }
    @media screen and (max-width: 768px) {
      .c-list26__ttl span:first-child {
        font-size: 2.5rem;
        top: 0; } }
    @media screen and (min-width: 0\0) {
      .c-list26__ttl span:first-child {
        top: 1px; } }
  .c-list26__ttl span:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    width: 4px;
    height: 37px;
    background: #b3b3b3;
    -webkit-transform: translate(0, -50%) skew(-18deg);
        -ms-transform: translate(0, -50%) skew(-18deg);
            transform: translate(0, -50%) skew(-18deg); }
    @media screen and (max-width: 768px) {
      .c-list26__ttl span:first-child:after {
        right: -6px;
        width: 2px;
        height: 20px; } }
  .c-list26__ttl span:last-child {
    margin: 0 23px; }
    @media screen and (max-width: 768px) {
      .c-list26__ttl span:last-child {
        margin: 0 6px; } }
  .c-list26__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #231815;
    margin-bottom: 37px; }
    @media screen and (max-width: 768px) {
      .c-list26__txt {
        margin-bottom: 19px;
        padding: 0 10px; } }
  .c-list26__img {
    position: relative;
    overflow: hidden; }
  .c-list26__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 573px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .c-list26__img:before {
        border-width: 14.2vw 95.8vw 0 0; } }
  .c-list26__img img {
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .c-list26__img img {
        width: 100%; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  max-width: 417px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-table1 {
      max-width: 100%; } }
  .c-table1__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 9px 0; }
    @media screen and (max-width: 768px) {
      .c-table1__row {
        padding: 4.5px 0; } }
    .c-table1__row:first-of-type .c-table1__col {
      color: #000; }
  .c-table1__col {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-table1__col {
        font-size: 0.7rem; } }
    .c-table1__col:not(:first-child) {
      text-align: center; }
    .c-table1__col1 {
      width: 30px;
      padding-left: 2px; }
      @media screen and (max-width: 768px) {
        .c-table1__col1 {
          width: 18px; } }
    .c-table1__col2 {
      width: 34%; }
      @media screen and (max-width: 768px) {
        .c-table1__col2 {
          width: 32%; } }
    .c-table1__col3 {
      width: 26%; }
      @media screen and (max-width: 768px) {
        .c-table1__col3 {
          width: 28%; } }
    .c-table1__col4 {
      width: 30%; }

/*
------------------------------------------------------------*/
.c-table2 {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-table2 {
      max-width: 100%; } }
  .c-table2__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-table2__ttl {
        font-size: 15px; } }
  .c-table2__inner {
    margin: 25px 0 0; }
    @media screen and (max-width: 768px) {
      .c-table2__inner {
        margin: 11px 0 0; } }
  .c-table2__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #b3b3b3;
    padding: 8px 0 10px; }
    @media screen and (max-width: 768px) {
      .c-table2__row {
        padding: 2px 0 4px; } }
    .c-table2__row:last-of-type {
      border-bottom: 1px solid #b3b3b3; }
  .c-table2__col1 {
    width: 67px;
    padding-left: 4px; }
    @media screen and (max-width: 768px) {
      .c-table2__col1 {
        width: 33px;
        padding-left: 3px; } }
  .c-table2__col2 {
    width: calc(100% - 67px); }
    @media screen and (max-width: 768px) {
      .c-table2__col2 {
        width: calc(100% - 33px); } }
  .c-table2__label {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-table2__label {
        font-size: 12px; } }
  .c-table2__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c; }
    @media screen and (max-width: 768px) {
      .c-table2__text {
        font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-table3 {
  max-width: 900px;
  margin: 0 auto; }
  .c-table3__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #808080;
    padding: 10px 0 9px; }
    @media screen and (max-width: 768px) {
      .c-table3__row {
        padding: 4px 0 4px; } }
    .c-table3__row:last-of-type {
      border-bottom: 1px solid #808080; }
  .c-table3__col1 {
    width: 170px;
    padding-left: 6px; }
    @media screen and (max-width: 768px) {
      .c-table3__col1 {
        width: 86px;
        padding-left: 2px; } }
  .c-table3__col2 {
    width: calc(100% - 170px); }
    @media screen and (max-width: 768px) {
      .c-table3__col2 {
        width: calc(100% - 86px); } }
  .c-table3__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #000; }
    @media screen and (max-width: 768px) {
      .c-table3__ttl {
        font-size: 0.9rem; } }
  .c-table3__text {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .c-table3__text {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 0.5px; } }

/*
------------------------------------------------------------*/
.c-table4 {
  max-width: 1000px;
  margin: 0 auto; }
  .c-table4__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #fff;
    padding: 12.5px 0; }
    @media screen and (max-width: 768px) {
      .c-table4__row {
        padding: 0; } }
    .c-table4__row:last-of-type {
      border-bottom: 1px solid #fff; }
  .c-table4__col1 {
    width: 175px;
    padding-left: 9px; }
    @media screen and (max-width: 768px) {
      .c-table4__col1 {
        width: 86px;
        padding-left: 5px; } }
  .c-table4__col2 {
    width: calc(100% - 175px); }
    @media screen and (max-width: 768px) {
      .c-table4__col2 {
        width: calc(100% - 86px);
        margin: 4px 0; } }
  .c-table4__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .c-table4__ttl {
        font-size: 0.9rem;
        line-height: 2.7; } }
  .c-table4__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.5px; }
    @media screen and (max-width: 768px) {
      .c-table4__text {
        font-size: 10px;
        letter-spacing: -0.6px; } }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slide1 {
  width: 100%; }
  .c-slide1__inner .slick-dots {
    width: auto;
    bottom: 18px;
    right: 25px;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .c-slide1__inner .slick-dots {
        bottom: 7px;
        right: 8px; } }
  .c-slide1__inner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px; }
    @media screen and (max-width: 768px) {
      .c-slide1__inner .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 2px; } }
  .c-slide1__inner .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0; }
    .c-slide1__inner .slick-dots li button::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 1; }
  .c-slide1__inner .slick-dots li.slick-active button:before {
    background: #000; }
  .c-slide1__img {
    width: 100%; }
    .c-slide1__img img {
      width: 100%;
      height: auto; }

/*
------------------------------------------------------------*/
.c-slide2__slides .slick-dots {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .c-slide2__slides .slick-dots li {
    font-size: 0;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto; }
    .c-slide2__slides .slick-dots li:not(:last-child) {
      padding-right: 8px; }
    .c-slide2__slides .slick-dots li.slick-active button {
      background-color: #000; }
  .c-slide2__slides .slick-dots button {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: #fff; }
    .c-slide2__slides .slick-dots button:before {
      display: none; }
    @media screen and (max-width: 768px) {
      .c-slide2__slides .slick-dots button {
        width: 4px;
        height: 4px; } }

/*
------------------------------------------------------------*/
.c-slide3 {
  max-width: 380px;
  width: 100%; }
  .c-slide3__wrap {
    padding: 30px 15px 23px;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 21px; }
    @media screen and (max-width: 768px) {
      .c-slide3__wrap {
        border: none;
        padding: 30px 0 0;
        margin-bottom: 10px; } }
    .c-slide3__wrap:before, .c-slide3__wrap:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-slide3__wrap:before, .c-slide3__wrap:after {
          display: none; } }
    .c-slide3__wrap:before {
      top: -4px; }
    .c-slide3__wrap:after {
      bottom: -4px; }
  .c-slide3__title {
    text-align: center;
    margin-bottom: 28px; }
    @media screen and (max-width: 768px) {
      .c-slide3__title {
        margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .c-slide3__slides {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 17px 0 12px; } }
  .c-slide3__slides-img {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .c-slide3__slides-img {
        display: none; } }
  .c-slide3__slides-content--title {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .c-slide3__slides-content--title {
        font-size: 1.35rem;
        margin-bottom: 3px; } }
  .c-slide3__slides-content--time {
    font-size: 1.3rem;
    color: #9FA0A0;
    margin-bottom: 18px;
    line-height: 1.7;
    display: block; }
    @media screen and (max-width: 768px) {
      .c-slide3__slides-content--time {
        font-size: 1.15rem;
        margin-bottom: 0; } }
  .c-slide3__slides-content--desc {
    font-size: 1.3rem;
    color: #000;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .c-slide3__slides-content--desc {
        display: none; } }
  .c-slide3__slides .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    margin-top: 29px; }
    .c-slide3__slides .slick-dots li {
      font-size: 0;
      padding: 0;
      margin: 0;
      height: auto;
      width: auto; }
      .c-slide3__slides .slick-dots li:not(:last-child) {
        padding-right: 8px; }
      .c-slide3__slides .slick-dots li.slick-active button {
        background-color: #000; }
    .c-slide3__slides .slick-dots button {
      font-size: 0;
      background: none;
      padding: 0;
      border: none;
      width: 8px;
      height: 8px;
      cursor: pointer;
      background-color: #ccc; }
      .c-slide3__slides .slick-dots button:before {
        display: none; }
  .c-slide3__link {
    text-align: right; }
    .c-slide3__link a {
      color: #000;
      font-size: 1.3rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .c-slide3__link a {
          font-size: 1.2rem; } }
      .c-slide3__link a:after {
        content: "";
        width: 17px;
        height: 10px;
        background: url(/assets/img/common/icon/icon-arrow-right-black.png) no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 15px; }
        @media screen and (max-width: 768px) {
          .c-slide3__link a:after {
            width: 10px;
            height: 6px;
            margin-left: 5px; } }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual {
  width: 100%;
  position: relative; }
  .c-mainvisual__slide {
    width: 100%; }
  .c-mainvisual__img img {
    width: 100%;
    height: auto; }
  .c-mainvisual__item img {
    width: 100%;
    height: auto; }
  .c-mainvisual__info {
    position: relative; }
  .c-mainvisual__ttl {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 9%;
    font-size: 5.5rem;
    line-height: 1.49;
    color: #fff;
    font-weight: 700;
    padding: 0 0 4.5%; }
    @media screen and (max-width: 768px) {
      .c-mainvisual__ttl {
        font-size: 2.287rem;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        left: 9.2%;
        padding: 0 0 7%; } }
  .c-mainvisual__new {
    width: 100%;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .c-mainvisual__new {
        position: relative;
        padding: 0; } }

/*
------------------------------------------------------------*/
.c-mainvisual2 {
  width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .c-mainvisual2 {
      display: none; } }
  .c-mainvisual2__img img {
    width: 100%;
    height: auto; }
  .c-mainvisual2__info {
    position: absolute;
    top: 20.4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .c-mainvisual2__info {
        top: 20.2%; } }
  .c-mainvisual2__text {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1.6px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr; }
    @media screen and (max-width: 768px) {
      .c-mainvisual2__text {
        font-size: 0.9rem;
        letter-spacing: 0.9px; } }
  .c-mainvisual2__sp-only-img {
    display: none; }
    @media screen and (max-width: 768px) {
      .c-mainvisual2__sp-only-img {
        display: inline; } }

/*
------------------------------------------------------------*/
.c-mainvisual3 {
  width: 100%;
  position: relative; }
  .c-mainvisual3__img img {
    width: 100%;
    height: auto; }
  .c-mainvisual3__info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c-mainvisual3__text {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .c-mainvisual3__text {
        font-size: 15px; } }

/*
------------------------------------------------------------*/
.c-new {
  max-width: 1000px;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px; }
  @media screen and (max-width: 768px) {
    .c-new {
      width: 100%;
      height: auto;
      padding: 24px 17px 13px; } }
  .c-new__img-arrow {
    vertical-align: baseline;
    margin-right: 15px; }
  .c-new__ttl {
    width: 105px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #000;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-new__ttl {
        width: 100%;
        font-size: 15px; } }
  .c-new__list {
    width: 100%;
    height: 100%;
    margin-left: 25px;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .c-new__list {
        width: 100%;
        margin: 8px 0 10px;
        padding-right: 0; } }
    .c-new__list .slick-next {
      display: none !important;
      width: auto;
      height: auto;
      position: absolute;
      right: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .c-new__list .slick-next {
          width: 9px;
          height: 6px;
          top: auto;
          bottom: -23px;
          right: 70px; } }
    .c-new__list .slick-list,
    .c-new__list .slick-track {
      height: 100%; }
      @media screen and (max-width: 768px) {
        .c-new__list .slick-list,
        .c-new__list .slick-track {
          height: auto; } }
  .c-new__item {
    padding-top: 8px; }
  .c-new__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .c-new__info {
        height: auto; } }
  .c-new__time {
    width: 120px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-new__time {
        width: 100px;
        font-size: 10px; } }
  .c-new__name {
    width: calc(100% - 150px);
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    margin-left: 0px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-new__name {
        width: calc(100% - 100px);
        font-size: 12px;
        margin-left: 0; } }
  .c-new__more {
    width: 125px; }
    @media screen and (max-width: 768px) {
      .c-new__more {
        width: 100%;
        text-align: right; } }
    .c-new__more a {
      font-size: 1.3rem;
      line-height: 1.5;
      color: #000;
      text-decoration: none;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .c-new__more a {
          font-size: 10.5px; } }

/*
------------------------------------------------------------*/
.c-flow1 {
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-flow1 {
      max-width: 100%; } }
  .c-flow1__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 82px 0 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-flow1__inner {
        padding: 0; } }
    .c-flow1__inner::after {
      content: "";
      width: 14.3%;
      border-top: 1px solid #000;
      position: absolute;
      top: 68%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-flow1__inner::after {
          display: none; } }
    .c-flow1__inner:first-of-type {
      padding: 0; }
      .c-flow1__inner:first-of-type::after {
        display: none; }
  .c-flow1--col1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-flow1--col2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .c-flow1--col2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .c-flow1--col2 .c-flow1__item::before {
      content: "";
      width: 100px;
      border-top: 1px solid #000;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .c-flow1--col2 .c-flow1__item::before {
          display: none; } }
    .c-flow1--col2 .c-flow1__item:nth-child(1)::before {
      top: -14px;
      -webkit-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
              transform: rotate(-55deg);
      right: -38px; }
    .c-flow1--col2 .c-flow1__item:nth-child(2)::before {
      top: -13px;
      -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
              transform: rotate(55deg);
      left: -20px; }
  .c-flow1__item {
    max-width: 300px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-flow1__item {
        max-width: 100%;
        width: 100%;
        margin: 0 0 22px; } }
  .c-flow1__ttl {
    font-size: 3rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 32px 0 28px; }
    @media screen and (max-width: 768px) {
      .c-flow1__ttl {
        font-size: 1.75rem;
        margin: 14px 0 9px; } }
  .c-flow1__number {
    font-size: 4rem;
    line-height: 1.5;
    color: #10069f;
    font-weight: bold;
    position: relative;
    padding: 0 0 25px; }
    @media screen and (max-width: 768px) {
      .c-flow1__number {
        font-size: 2rem;
        padding: 0 0 12px; } }
    .c-flow1__number::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 10px 0 10px;
      border-color: #10069f transparent transparent transparent;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .c-flow1__number::after {
          border-width: 9px 5px 0 5px; } }
  .c-flow1__text {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: bold;
    color: #251e1c; }
    @media screen and (max-width: 768px) {
      .c-flow1__text {
        font-size: 1.05rem; } }

/*
------------------------------------------------------------*/
.c-flow2 {
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .c-flow2 {
      max-width: 100%;
      padding: 0 10px; } }
  .c-flow2__item {
    width: 42%;
    text-align: center;
    position: relative; }
    .c-flow2__item:last-of-type::after {
      display: none; }
    .c-flow2__item::after {
      content: "";
      width: 18px;
      height: 98px;
      background: url("/assets/img/common/icon/icon-arrow3-right-black.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: -23%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-flow2__item::after {
          width: 10px;
          height: 45px; } }
  .c-flow2__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    border-bottom: 2.3px solid #000;
    padding: 4px 0 8px;
    margin: 0 0 16px; }
    @media screen and (max-width: 768px) {
      .c-flow2__ttl {
        font-size: 0.7rem;
        border-width: 1.15px;
        padding: 4px 0 3px;
        margin: 0 0 8px; } }
  .c-flow2__text {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-flow2__text {
        font-size: 0.7rem; } }

/*
------------------------------------------------------------*/
.c-flow3 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-flow3 {
      max-width: 100%;
      padding: 0 75px; } }
  .c-flow3__item {
    width: 19.2%;
    margin: 0 0 0 7.7%;
    padding: 64px 0;
    border: 8px solid #80c41c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-flow3__item {
        width: 100%;
        margin: 0 0 37px;
        border-width: 4px;
        padding: 4px 5px;
        min-height: 50px; } }
    .c-flow3__item::after {
      content: "";
      width: 44%;
      height: 43px;
      background: url("/assets/img/common/icon/icon-row-flow4-1.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 103%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-flow3__item::after {
          width: 11px;
          height: 25px;
          background: url("/assets/img/common/icon/icon-row-flow4-1_sp.png") no-repeat;
          background-size: contain;
          left: 50%;
          top: auto;
          bottom: -36px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .c-flow3__item:first-of-type {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .c-flow3__item:first-of-type {
          margin: 0 0 37px; } }
    .c-flow3__item:last-of-type::after {
      display: none; }
    @media screen and (max-width: 768px) {
      .c-flow3__item--icon {
        margin: 0 0 55px; } }
    .c-flow3__item--icon::after {
      width: 42%;
      height: 100%;
      left: 103.6%;
      background: url("/assets/img/common/icon/icon-row-flow4-2.png") no-repeat center;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .c-flow3__item--icon::after {
          width: 72px;
          height: 50px;
          background: url("/assets/img/common/icon/icon-row-flow4-2_sp.png") no-repeat center;
          background-size: contain;
          left: 50%;
          bottom: -56px; } }
  .c-flow3__text {
    font-size: 2rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-flow3__text {
        font-size: 1.1rem;
        line-height: 1.6; } }

/*
------------------------------------------------------------*/
.c-info1 {
  max-width: 800px;
  margin: 0 auto; }
  .c-info1__ttl {
    font-size: 2.1rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-info1__ttl {
        font-size: 12px; } }
  .c-info1__text {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #251e1c;
    font-weight: bold;
    margin: 22px 0 0; }
    @media screen and (max-width: 768px) {
      .c-info1__text {
        font-size: 12px;
        line-height: 1.7;
        margin: 14px 0 0; } }

/*
------------------------------------------------------------*/
.c-info2 {
  max-width: 700px;
  margin: 0 auto; }
  .c-info2__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    margin: 32px 0 25px; }
    @media screen and (max-width: 768px) {
      .c-info2__ttl {
        font-size: 15px;
        margin: 16px 0 13px; } }
  .c-info2__text {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.8px; }
    @media screen and (max-width: 768px) {
      .c-info2__text {
        font-size: 12px;
        letter-spacing: 0.35px; } }

/*
------------------------------------------------------------*/
.c-case1 {
  max-width: 1200px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .c-case1 {
      max-width: 100%;
      margin: 0 auto 30px; } }
  .c-case1__inner {
    background: #3a5dae;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 200px;
    text-decoration: none;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-case1__inner {
        padding: 0 0 0 55px; } }
    .c-case1__inner::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 250px 200px 0 0;
      border-color: #10069f transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .c-case1__inner::before {
          border-width: 94px 75px 0 0; } }
  .c-case1__name {
    width: 200px;
    padding: 15px 0 32px 24px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .c-case1__name {
        width: 75px;
        padding: 7px 0 12px 9px; } }
  .c-case1__info {
    width: calc(100% - 230px); }
    @media screen and (max-width: 768px) {
      .c-case1__info {
        width: calc(100% - 100px); } }
  .c-case1__img {
    width: 200px;
    margin: 0 0 50px 30px; }
    @media screen and (max-width: 768px) {
      .c-case1__img {
        width: 85px;
        margin: 0 0 9px 15px; } }
    .c-case1__img img {
      max-width: 100%;
      height: auto; }
  .c-case1__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .c-case1__ttl {
        font-size: 1.2rem; } }
  .c-case1__text1 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    font-family: "DIN Alternate", sans-serif;
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-case1__text1 {
        font-size: 12px; } }
    .c-case1__text1::after {
      content: "";
      width: 18px;
      height: 10px;
      background: url("/assets/img/common/icon/icon-arrow-right-white.png");
      background-size: cover;
      position: absolute;
      bottom: -32px;
      left: 43px; }
      @media screen and (max-width: 768px) {
        .c-case1__text1::after {
          width: 7px;
          height: 4px;
          left: 16px;
          bottom: -12px; } }
    .c-case1__text1 span {
      font-size: 3rem; }
      @media screen and (max-width: 768px) {
        .c-case1__text1 span {
          font-size: 1.125rem;
          margin-left: 2px; } }
  .c-case1__text2 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    margin: 13px 0 0; }
    @media screen and (max-width: 768px) {
      .c-case1__text2 {
        font-size: 13px;
        line-height: 1.75;
        color: #000;
        margin: 10px 0 0; } }

/*
------------------------------------------------------------*/
.c-intro1 {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 9px 0 9px; }
  @media screen and (max-width: 768px) {
    .c-intro1 {
      padding: 3px 0 4px; } }
  .c-intro1__ttl {
    width: 95px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    padding-left: 5px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-intro1__ttl {
        width: 100%;
        font-size: 12px;
        padding-left: 3px; } }
  .c-intro1__list {
    width: calc(100% - 95px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .c-intro1__list {
        width: 100%;
        margin: 4px 0 0;
        padding-left: 3px; } }
  .c-intro1__item {
    position: relative;
    padding-left: 7px;
    margin-right: 17px; }
    @media screen and (max-width: 768px) {
      .c-intro1__item {
        padding-left: 4px;
        margin-right: 10px; } }
    .c-intro1__item::before {
      content: "";
      width: 3px;
      height: 3px;
      background: #251e1c;
      border-radius: 50%;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .c-intro1__item::before {
          width: 2px;
          height: 2px;
          left: 0; } }
    .c-intro1__item:last-of-type {
      margin: 0; }
  .c-intro1__text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #251e1c;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-intro1__text {
        font-size: 12px; } }

/*
------------------------------------------------------------*/
.c-intro2 {
  max-width: 1200px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    .c-intro2 {
      max-width: 100%;
      margin: 0 0 49px; } }
  .c-intro2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-intro2__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .c-intro2__img, .c-intro2__detail {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .c-intro2__img, .c-intro2__detail {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .c-intro2__img {
      padding: 0 25px;
      text-align: center; } }
  .c-intro2__img img {
    width: 100%;
    height: auto; }
  .c-intro2__info {
    margin: 20px 0 0 11.7%;
    height: calc(100% - 80px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .c-intro2__info {
        margin: 13px 0 18px;
        height: auto;
        display: block; } }
  .c-intro2__text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #251e1c; }
    @media screen and (max-width: 768px) {
      .c-intro2__text {
        font-size: 12px; } }
  .c-intro2 .c-list15 {
    margin: 15px 0 0; }
    @media screen and (max-width: 768px) {
      .c-intro2 .c-list15 {
        margin: 25px 0 0; } }

/*
------------------------------------------------------------*/
.c-intro3 {
  width: 100%;
  background: #e5e5e5;
  padding: 16px 40px 0; }
  .c-intro3__inner {
    max-width: 1200px;
    margin: 0 auto; }
  .c-intro3__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #231815;
    margin: 0 0 30px; }

/*
------------------------------------------------------------*/
.c-intro4 {
  max-width: 1068px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-intro4 {
      max-width: 100%; } }
  .c-intro4__left {
    width: 39.1%; }
    @media screen and (max-width: 768px) {
      .c-intro4__left {
        width: 100%;
        padding: 0 70px; } }
  .c-intro4__right {
    width: 55.2%;
    margin: 11px 0 0; }
    @media screen and (max-width: 768px) {
      .c-intro4__right {
        width: 100%;
        margin: 35px 0 0;
        padding: 0 28px; } }
  .c-intro4 .c-flow2 {
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .c-intro4 .c-flow2 {
        margin: 19px 0 0; } }

/*
------------------------------------------------------------*/
.c-link1__text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2e58a6;
  font-weight: bold; }

/*
------------------------------------------------------------*/
.c-link2 {
  position: relative;
  padding-left: 12px; }
  .c-link2::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%); }
    @media screen and (max-width: 768px) {
      .c-link2::before {
        top: 40%; } }
  .c-link2__text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-link2__text {
        font-size: 13px; } }

/*
------------------------------------------------------------*/
.c-link3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 35px; }
  @media screen and (max-width: 768px) {
    .c-link3 {
      padding-left: 18px; } }
  .c-link3::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }
    @media screen and (max-width: 768px) {
      .c-link3::before {
        width: 7px;
        height: 7px;
        border-width: 1px;
        left: -6px; } }
  .c-link3__img {
    width: 152px; }
    @media screen and (max-width: 768px) {
      .c-link3__img {
        width: 75px; } }
    .c-link3__img img {
      width: 100%;
      height: auto; }
  .c-link3__link {
    width: calc(100% - 192px);
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .c-link3__link {
        width: calc(100% - 95px);
        margin-left: 20px; } }
  .c-link3__text {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .c-link3__text {
        font-size: 13px; } }

/*
------------------------------------------------------------*/
.c-archive__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #231815;
  font-weight: bold;
  border-bottom: 1px solid #b1b3b3;
  padding: 0 0 12px; }
  @media screen and (max-width: 768px) {
    .c-archive__ttl {
      font-size: 13px; } }

.c-archive__list {
  margin: 20px 0 0;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .c-archive__list {
      margin: 10px 0 0; } }
  .c-archive__list a {
    text-decoration: none;
    color: #000;
    cursor: pointer; }
    .c-archive__list a:hover {
      opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .c-archive__list a {
        font-size: 13px; } }

.c-archive__item {
  margin: 0 0 7px;
  padding-left: 3px; }

.c-archive__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

/*
------------------------------------------------------------*/
.c-checkbox {
  padding-left: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-checkbox input[type="checkbox"] {
    display: none; }
  .c-checkbox__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #251e1c;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      .c-checkbox__text {
        font-size: 1rem; } }
    .c-checkbox__text::before {
      content: "";
      width: 20.5px;
      height: 20.5px;
      border: 1px solid #999;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: transparent;
      background: #fff;
      position: absolute;
      top: 2px;
      left: -33px; }
      @media screen and (max-width: 768px) {
        .c-checkbox__text::before {
          width: 10.5px;
          height: 10.5px; } }
  .c-checkbox input[type="checkbox"]:checked + .c-checkbox__text:after {
    content: "";
    width: 4px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg) translate(-50%);
        -ms-transform: rotate(45deg) translate(-50%);
            transform: rotate(45deg) translate(-50%);
    position: absolute;
    top: 7px;
    left: -23px; }
    @media screen and (max-width: 768px) {
      .c-checkbox input[type="checkbox"]:checked + .c-checkbox__text:after {
        width: 3px;
        height: 6px;
        top: 4px;
        left: -28px; } }

/*
------------------------------------------------------------*/
.c-card1 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-card1 {
      max-width: 100%; } }
  .c-card1__main {
    width: 62.5%; }
    @media screen and (max-width: 768px) {
      .c-card1__main {
        width: 100%; } }
  .c-card1__side {
    width: 29.2%;
    margin: 22px 0 0; }
    @media screen and (max-width: 768px) {
      .c-card1__side {
        width: 100%;
        margin: 29px 0 0; } }
  .c-card1__text {
    font-size: 1.8rem;
    line-height: 1.75;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.65px;
    margin: 0 0 2px; }
    @media screen and (max-width: 768px) {
      .c-card1__text {
        font-size: 12px;
        margin: 0 0 3px; } }
  .c-card1 .c-title6 {
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .c-card1 .c-title6 {
        margin: 0 0 21px; } }

/*
------------------------------------------------------------*/
.c-history {
  background-image: url("../../assets/img/company/history/bg.jpg");
  padding-bottom: 225px; }
  @media screen and (max-width: 768px) {
    .c-history {
      padding-bottom: 10px; } }
  .c-history__title {
    font-size: 30px;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .c-history__title {
        font-size: 12px;
        padding: 25px 90px; } }

/*
------------------------------------------------------------*/
.c-news-navi {
  border-top: 1px solid #b1b3b3;
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .c-news-navi {
      padding-top: 30px; } }

/*
------------------------------------------------------------*/
.c-single-post {
  margin-top: 96px; }
  @media screen and (max-width: 768px) {
    .c-single-post {
      margin-top: 0px; } }

.c-single-link {
  margin-top: 60px;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .c-single-link {
      margin-top: 30px;
      margin-bottom: 30px; } }

/*
------------------------------------------------------------*/
.c-sitepolicy {
  width: 800px;
  padding: 90px 0 0 0;
  margin: 0 auto; }

/*
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-map {
    padding: 0 17px; } }

.c-map iframe {
  width: 100%;
  height: 46.3vw; }
  @media screen and (max-width: 768px) {
    .c-map iframe {
      height: 77.2vw; } }

/*
------------------------------------------------------------*/
.p-archive {
  margin-bottom: 20px; }

/*
------------------------------------------------------------*/
.c-box1__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(/assets/img/recruit/bg.jpg) top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .c-box1__link {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.c-box1__left, .c-box1__right {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .c-box1__left, .c-box1__right {
      width: 100%; } }

.c-box1__left {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 15px;
  padding: 0 0 17px 67px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .c-box1__left {
      padding: 0 0 17px 1.5%; } }
  @media screen and (max-width: 768px) {
    .c-box1__left {
      -webkit-align-self: initial;
          -ms-flex-item-align: initial;
              align-self: initial;
      position: relative;
      background: #f2f2f2;
      padding: 10px 15px; } }

.c-box1__right {
  padding: 41px 0 41px 21px; }
  @media screen and (max-width: 768px) {
    .c-box1__right {
      padding: 15px;
      background: #1c50a1; } }

.c-box1__link span {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #1C50A1; }
  @media screen and (max-width: 1024px) {
    .c-box1__link span {
      letter-spacing: -0.06em; } }
  @media screen and (max-width: 768px) {
    .c-box1__link span {
      font-size: 1.2rem;
      letter-spacing: 0; } }

.c-box1__link span span {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 30px 0 0; }
  @media screen and (max-width: 1024px) {
    .c-box1__link span span {
      margin: 0 2% 0 0; } }
  @media screen and (max-width: 768px) {
    .c-box1__link span span {
      font-size: 1.6rem;
      margin: 0 15px 0 0; } }

.c-box1__link i {
  display: inline-block;
  position: relative;
  top: 2px; }

.c-box1__right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .c-box1__right ul {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.c-box1__right li {
  font-size: 1.7rem;
  line-height: 1.18;
  color: #fff;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 5px 0 3px;
  margin: 0 13px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-box1__right li {
      font-size: 1.6rem;
      margin: 0 6px;
      width: 25%;
      text-align: center; } }

.c-box1__right li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 2px;
  height: 44px;
  -webkit-transform: translateY(-50%) skew(-15deg);
      -ms-transform: translateY(-50%) skew(-15deg);
          transform: translateY(-50%) skew(-15deg);
  background: #fff; }
  @media screen and (max-width: 768px) {
    .c-box1__right li:before {
      height: 30px;
      left: -10%; } }
  @media screen and (max-width: 320px) {
    .c-box1__right li:before {
      left: -15%; } }

.c-box1__right li:first-child {
  margin-left: 0; }

@media screen and (max-width: 768px) {
  .c-box1__right li:last-child {
    margin-right: 0; } }

.c-box1__right li:first-child:before {
  content: none; }

.c-information {
  padding: 60px 57px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .c-information {
      padding: 30px 13px 0; } }
  .c-information__box {
    padding: 35px 0;
    position: relative;
    border: 1px solid #10048a; }
    @media screen and (max-width: 768px) {
      .c-information__box {
        padding: 25px 0; } }
    .c-information__box__ttl {
      position: relative;
      display: inline-block;
      font-weight: 400;
      font-size: 2rem; }
      @media screen and (max-width: 768px) {
        .c-information__box__ttl {
          font-size: 3vw; } }
      .c-information__box__ttl:before {
        content: '';
        width: 28px;
        height: 1px;
        border: 0px;
        background-color: #10048a;
        position: absolute;
        top: 18px;
        right: -57px; }
        @media screen and (max-width: 768px) {
          .c-information__box__ttl:before {
            width: 6vw;
            top: 3.4vw;
            right: -13.5vw; } }
      .c-information__box__ttl:after {
        content: '';
        width: 15px;
        height: 15px;
        border-top: solid 1px #10048a;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: -52px;
        top: 10px; }
        @media screen and (max-width: 768px) {
          .c-information__box__ttl:after {
            width: 3.5vw;
            height: 5vw;
            right: -12.3vw;
            top: 1.4vw; } }
  .c-information a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-power {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .p-power {
      padding: 0 15px; } }
  .p-power__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .p-power__container {
        width: 100%; } }
  .p-power__ttl {
    font-size: 1.6rem;
    color: #1C50A1;
    margin: 64px 0 96px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-power__ttl {
        margin: 25px 0 30px; } }
    .p-power__ttl span {
      position: relative;
      padding: 0 17px 22px; }
      @media screen and (max-width: 768px) {
        .p-power__ttl span {
          padding: 0 9px 11px; } }
    .p-power__ttl span:after {
      content: "";
      border-bottom: 1px solid #1C50A1;
      position: absolute;
      bottom: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px; }
  .p-power__text1 {
    font-size: 1.8rem;
    line-height: 1.88;
    font-weight: bold;
    margin-bottom: 54px; }
    @media screen and (max-width: 768px) {
      .p-power__text1 {
        font-size: 1.4rem;
        margin-bottom: 27px; } }
  .p-power__text2 {
    font-size: 1.8rem;
    line-height: 1.88;
    font-weight: bold;
    text-align: center;
    margin: 146px 0 37px; }
    @media screen and (max-width: 768px) {
      .p-power__text2 {
        font-size: 1.4rem;
        margin: 0 0 20px; } }
  .p-power__text3 {
    font-size: 3.5rem;
    line-height: 0.97;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-power__text3 {
        font-size: 1.8rem; } }
  .p-power__item {
    margin-top: 80px; }
  .p-power__btn {
    text-align: center;
    margin: 145px auto 36px; }
    @media screen and (max-width: 768px) {
      .p-power__btn {
        margin: 30px auto;
        margin-bottom: 20px; } }
    .p-power__btn p {
      margin-top: 28px;
      font-size: 1.4rem; }
  .p-power .c-list26 {
    margin-bottom: 49px; }
    @media screen and (max-width: 768px) {
      .p-power .c-list26 {
        margin-bottom: 0 !important; } }
  .p-power__list1 .c-list26__item .c-list26__ttl span:first-child {
    top: 4px; }
    @media screen and (max-width: 768px) {
      .p-power__list1 .c-list26__item .c-list26__ttl span:first-child {
        top: 1px; } }
    @media screen and (min-width: 0\0) {
      .p-power__list1 .c-list26__item .c-list26__ttl span:first-child {
        top: 1px; } }
  .p-power__list1 .c-list26__item:first-child .c-list26__ttl span:first-child:after,
  .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:first-child:after {
    right: -10px; }
    @media screen and (max-width: 768px) {
      .p-power__list1 .c-list26__item:first-child .c-list26__ttl span:first-child:after,
      .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:first-child:after {
        right: -6px; } }
  .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:first-child {
    margin: 0 13px; }
    @media screen and (max-width: 768px) {
      .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:first-child {
        margin: 0 9px; } }
  .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:last-child {
    margin: 0 11px; }
    @media screen and (max-width: 768px) {
      .p-power__list1 .c-list26__item:last-child .c-list26__ttl span:last-child {
        margin: 0 6px; } }
  .p-power__list2 .c-list26__item:last-child .c-list26__ttl span:first-child {
    margin: 0 14px; }
    @media screen and (max-width: 768px) {
      .p-power__list2 .c-list26__item:last-child .c-list26__ttl span:first-child {
        margin: 0 9px; } }
  .p-power__list2 .c-list26__item:last-child .c-list26__ttl span:last-child {
    margin: 0 21px; }
    @media screen and (max-width: 768px) {
      .p-power__list2 .c-list26__item:last-child .c-list26__ttl span:last-child {
        margin: 0 6px; } }

.p-achievement {
  margin: 55px 0 140px 0; }
  @media screen and (max-width: 768px) {
    .p-achievement {
      margin: 0; } }

/*------------------------------------------------------------
Page Achievement/Case1~5
------------------------------------------------------------*/
.p-case__wrap {
  margin: 102px 0 85px; }
  @media screen and (max-width: 768px) {
    .p-case__wrap {
      margin: 32px 0 50px; } }

.p-case__content {
  margin: 42px 0 75px; }
  @media screen and (max-width: 768px) {
    .p-case__content {
      margin: 19px 0 50px; } }

@media screen and (max-width: 768px) {
  .p-case .c-navi2 {
    margin: 0 0 16px; } }

.p-case .c-intro1 {
  margin: 39px auto 52px; }
  @media screen and (max-width: 768px) {
    .p-case .c-intro1 {
      margin: 15px 0 35px; } }

.p-case1 .p-case__wrap {
  margin: 82px 0 105px; }
  @media screen and (max-width: 768px) {
    .p-case1 .p-case__wrap {
      margin: 32px 0 50px; } }

.p-case2 .p-case__content, .p-case3 .p-case__content {
  margin: 42px 0 99px; }
  @media screen and (max-width: 768px) {
    .p-case2 .p-case__content, .p-case3 .p-case__content {
      margin: 19px 0 50px; } }

.p-cogeneration-img {
  margin-bottom: 45px; }
  .p-cogeneration-img img {
    width: 100%;
    height: auto; }

.p-cogeneration2 {
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-cogeneration2 {
      text-align: left;
      width: 100%;
      margin-top: 20px; } }
  .p-cogeneration2__ttl {
    font-size: 2.4rem;
    margin-top: 38px; }
    @media screen and (max-width: 768px) {
      .p-cogeneration2__ttl {
        margin: 0 auto; } }
  .p-cogeneration2__text {
    font-size: 1.8rem;
    margin-top: 130px;
    margin-bottom: 130px;
    line-height: 3rem; }
    @media screen and (max-width: 768px) {
      .p-cogeneration2__text {
        margin-top: 25px;
        margin-bottom: 38px;
        line-height: 4rem; } }
  .p-cogeneration2 p {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .p-cogeneration2 p {
        margin: 0 auto; } }

.p-cogeneration3 {
  margin-top: 25px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .p-cogeneration3 {
      margin-bottom: 18px; } }

.p-cogeneration4 {
  padding-bottom: 55px; }
  @media screen and (max-width: 768px) {
    .p-cogeneration4 {
      padding-bottom: 38px; } }

.p-cogeneration5 {
  padding-bottom: 95px; }
  @media screen and (max-width: 768px) {
    .p-cogeneration5 {
      padding-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .p-sp-cogeneration__ttl {
    font-size: 15px; } }

@media screen and (max-width: 768px) {
  .p-sp-cogeneration__text {
    font-size: 13px;
    line-height: 1.8rem; } }

@media screen and (max-width: 768px) {
  .p-sp-cogeneration__br {
    display: none; } }

.p-sp-company {
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .p-sp-company {
      margin-top: -120px; } }
  @media screen and (max-width: 768px) {
    .p-sp-company__ttl {
      padding: 13px 45px;
      font-size: 16px; } }

.c-contact {
  height: 150px;
  max-width: 100%;
  background-color: #3a5dae;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-contact {
      height: 50px; } }
  .c-contact__text {
    color: #fff;
    font-size: 2.4rem;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%); }

.p-contact {
  margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .p-contact {
      margin-top: 50px; } }
  .p-contact__content {
    margin-top: 28px;
    margin-bottom: 10px; }
  .p-contact__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #3a5dae;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .p-contact__num {
        display: inline;
        text-align: center; } }
    .p-contact__num dt {
      font-size: 2.1rem;
      margin-top: 7px;
      margin-left: 28px;
      margin-right: 22px; }
      @media screen and (max-width: 768px) {
        .p-contact__num dt {
          margin: 0 10px;
          font-size: 16px; } }
    .p-contact__num dl {
      font-size: 3.2rem; }
      @media screen and (max-width: 768px) {
        .p-contact__num dl {
          font-size: 16px;
          margin-bottom: 10px; } }
  .p-contact__text {
    text-align: center;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .p-contact__text {
        font-size: 14px; } }

.p-contact2 {
  margin-top: 82px;
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .p-contact2 {
      margin-top: 50px; } }

.p-employee {
  width: 100%;
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    .p-employee {
      padding: 0 15px; } }
  .p-employee__ttl {
    margin-top: 90px;
    font-size: 1.9rem;
    position: relative;
    color: #1c50a1;
    font-weight: 400;
    line-height: 2.75;
    padding-bottom: 8px;
    text-align: center; }
    .p-employee__ttl::after {
      content: "";
      width: 250px;
      height: 1px;
      background-color: #1c50a1;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .p-employee__ttl {
        margin-top: 10px;
        font-size: 1.4rem; } }
  .p-employee__img {
    text-align: center;
    margin-top: 20px; }
    .p-employee__img img {
      width: 80%; }
      @media screen and (max-width: 768px) {
        .p-employee__img img {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .p-employee__img {
        margin-top: 35px; } }
  .p-employee__ttl2 {
    margin-top: 25px;
    font-size: 1.4rem;
    position: relative;
    line-height: 1.9;
    padding-bottom: 8px;
    text-align: center; }
    .p-employee__ttl2::after {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .p-employee__name {
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: center; }
  .p-employee__about {
    max-width: 900px;
    margin: 85px auto; }
    @media screen and (max-width: 768px) {
      .p-employee__about {
        margin-bottom: 40px; } }
    .p-employee__about__ttl {
      font-size: 3rem; }
      @media screen and (max-width: 768px) {
        .p-employee__about__ttl {
          font-size: 2rem; } }
    .p-employee__about__txt {
      margin-top: 30px;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      line-height: 25px; }
      @media screen and (max-width: 768px) {
        .p-employee__about__txt {
          font-size: 1.3rem;
          line-height: 20px; } }
  .p-employee__list {
    max-width: 100%;
    text-align: center; }
  .p-employee__btn {
    text-align: center;
    margin: 80px auto; }
    .p-employee__btn p {
      margin-top: 25px;
      font-size: 1.4rem; }

/*------------------------------------------------------------
Page Engineering
------------------------------------------------------------*/
.p-engineering {
  margin: 0 0 125px; }
  @media screen and (max-width: 768px) {
    .p-engineering {
      margin: 0 0 39px; } }

/*
------------------------------------------------------------*/
.p-engineering1 {
  margin: 0 0 150px; }
  @media screen and (max-width: 768px) {
    .p-engineering1 {
      margin: 18px 0 46px; } }
  .p-engineering1__info {
    max-width: 800px;
    margin: 130px auto 81px; }
    @media screen and (max-width: 768px) {
      .p-engineering1__info {
        max-width: 100%;
        margin: 41px 0 21px; } }
  .p-engineering1__ttl {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.75;
    color: #000; }
    @media screen and (max-width: 768px) {
      .p-engineering1__ttl {
        text-align: left;
        font-size: 13px;
        line-height: 1.8; } }
  .p-engineering1 .c-text1 {
    letter-spacing: 0.3px;
    margin: 28px 0 0; }
    @media screen and (max-width: 768px) {
      .p-engineering1 .c-text1 {
        margin: 11px 0 0;
        letter-spacing: 0.2px; } }
  .p-engineering1 .c-title1 {
    margin: 36px 0 0; }
    @media screen and (max-width: 768px) {
      .p-engineering1 .c-title1 {
        margin: 16px 0 0; } }

/*
------------------------------------------------------------*/
.p-engineering2 {
  margin: 0 0 110px; }
  @media screen and (max-width: 768px) {
    .p-engineering2 {
      margin: 0 0 66px; } }
  .p-engineering2 .c-info1 {
    margin: 75px auto 70px; }
    @media screen and (max-width: 768px) {
      .p-engineering2 .c-info1 {
        margin: 33px auto 25px; } }
  .p-engineering2 .c-list4 {
    margin: 58px 0 45px; }
    @media screen and (max-width: 768px) {
      .p-engineering2 .c-list4 {
        margin: 33px 0 10px; } }
  .p-engineering2 .c-imgtext1 .c-title16 {
    margin: 0 0 21px; }
    @media screen and (max-width: 768px) {
      .p-engineering2 .c-imgtext1 .c-title16 {
        padding: 0 62px;
        margin: 0 0 9px; } }

/*
------------------------------------------------------------*/
.p-engineering3 {
  margin: 0 0 163px; }
  @media screen and (max-width: 768px) {
    .p-engineering3 {
      margin: 0 0 65px; } }
  .p-engineering3 .c-info1 {
    margin: 75px auto 73px; }
    @media screen and (max-width: 768px) {
      .p-engineering3 .c-info1 {
        margin: 36px auto 20px; } }
  .p-engineering3 .c-title3 {
    margin: 66px 0 38px; }
    @media screen and (max-width: 768px) {
      .p-engineering3 .c-title3 {
        margin: 32px 0 19px; } }

/*
------------------------------------------------------------*/
.p-engineering4 .c-info1 {
  margin: 75px auto 48px; }
  @media screen and (max-width: 768px) {
    .p-engineering4 .c-info1 {
      margin: 28px auto 19px; } }

.p-engineering4 .c-list3 {
  margin: 61px 0 81px; }
  @media screen and (max-width: 768px) {
    .p-engineering4 .c-list3 {
      margin: 23px 0 37px; } }

.p-engineering4 .c-imgtext1 {
  margin: 50px 0 75px; }
  @media screen and (max-width: 768px) {
    .p-engineering4 .c-imgtext1 {
      margin: 21px 0 34px; } }

.p-engineering4 .c-list7 {
  margin: 39px auto 129px; }
  @media screen and (max-width: 768px) {
    .p-engineering4 .c-list7 {
      margin: 25px 0 0; } }

/*------------------------------------------------------------
Page Equipment
------------------------------------------------------------*/
.p-equipment {
  margin: 0 0 130px; }
  @media screen and (max-width: 768px) {
    .p-equipment {
      margin: 0 0 55px; } }
  .p-equipment__text {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1.7px; }
    @media screen and (max-width: 768px) {
      .p-equipment__text {
        font-size: 1.3rem;
        text-align: left;
        letter-spacing: 1.2px; } }
  @media screen and (max-width: 768px) {
    .p-equipment .c-mainvisual {
      margin: 18px 0 0; } }
  .p-equipment .c-title1 {
    margin: 38px 0 112px; }
    @media screen and (max-width: 768px) {
      .p-equipment .c-title1 {
        margin: 22px 0 32px; } }
  .p-equipment .c-imgSingle {
    margin: 63px 0 120px; }
    @media screen and (max-width: 768px) {
      .p-equipment .c-imgSingle {
        margin: 18px 0 35px; } }
  .p-equipment .c-list8 {
    margin: 0 0 106px; }
    @media screen and (max-width: 768px) {
      .p-equipment .c-list8 {
        margin: 0; } }

/*------------------------------------------------------------
Page Founder
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-founder {
  width: 100%; }

/*
------------------------------------------------------------*/
.p-founder1 {
  width: 100%; }
  .p-founder1__box {
    max-width: 1000px;
    margin: -135px auto;
    background: #fff;
    padding: 85px 15% 90px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .p-founder1__box {
        max-width: 100%;
        margin: -14px 0;
        padding: 48px 20px 47px;
        position: static; } }
  .p-founder1__ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    margin: 0 0 63px; }
    @media screen and (max-width: 768px) {
      .p-founder1__ttl {
        font-size: 2rem;
        margin: 0 0 30px; } }
  .p-founder1__text {
    font-size: 1.8rem;
    line-height: 1.9;
    color: #000; }
    @media screen and (max-width: 768px) {
      .p-founder1__text {
        font-size: 1.05rem;
        line-height: 1.8; } }
    .p-founder1__text + .p-founder1__text {
      margin: 34px 0 0; }
      @media screen and (max-width: 768px) {
        .p-founder1__text + .p-founder1__text {
          margin: 20px 0 0; } }
  .p-founder1 .c-imgSingle img {
    width: 100%;
    height: auto; }

/*
------------------------------------------------------------*/
.p-founder2 {
  margin: 93px 0 149px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-founder2 {
      margin: 30px 0 55px; } }
  .p-founder2__text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    margin: 18px 0 55px; }
    @media screen and (max-width: 768px) {
      .p-founder2__text {
        font-size: 12px;
        line-height: 1.9;
        margin: 8px 0 23px; } }
  @media screen and (max-width: 768px) {
    .p-founder2 .c-title6__text {
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .p-founder2 .c-imgSingle {
      padding: 0 25px; } }
  .p-founder2 .c-imgSingle img {
    width: 100%;
    height: auto; }

/*------------------------------------------------------------
Page Outline
------------------------------------------------------------*/
.p-outline__text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
  margin: 31px 0 0; }
  @media screen and (max-width: 768px) {
    .p-outline__text {
      font-size: 12px;
      line-height: 1.8;
      margin: 15px 0 0; } }

/*
------------------------------------------------------------*/
.p-outline1 {
  margin: 0 0 82px; }
  @media screen and (max-width: 768px) {
    .p-outline1 {
      margin: 0 0 53px; } }
  .p-outline1 .c-imgtext2 {
    margin: 116px 0 137px; }
    @media screen and (max-width: 768px) {
      .p-outline1 .c-imgtext2 {
        margin: 34px 0 48px; } }

/*
------------------------------------------------------------*/
.p-outline2 .c-table3 {
  margin: 43px 0 141px; }
  @media screen and (max-width: 768px) {
    .p-outline2 .c-table3 {
      margin: 20px 0 58px; } }

/*
------------------------------------------------------------*/
.p-outline4 {
  margin: 110px 0 92px; }
  @media screen and (max-width: 768px) {
    .p-outline4 {
      margin: 43px 0 45px; } }
  .p-outline4 .c-list14 {
    margin: 34px auto 0; }
    @media screen and (max-width: 768px) {
      .p-outline4 .c-list14 {
        margin: 17px 0 0; } }

/*
------------------------------------------------------------*/
.p-outline6 {
  margin: 92px 0 103px; }
  @media screen and (max-width: 768px) {
    .p-outline6 {
      margin: 48px 0 57px; } }
  .p-outline6 .c-imgSingle {
    margin: 40px 0 0; }
    @media screen and (max-width: 768px) {
      .p-outline6 .c-imgSingle {
        margin: 20px 0 0; } }

/*
------------------------------------------------------------*/
.p-outline7 {
  margin: 0 0 223px; }
  @media screen and (max-width: 768px) {
    .p-outline7 {
      margin: 0 0 26px; } }
  .p-outline7 .c-map {
    margin: 37px 0 0; }
    @media screen and (max-width: 768px) {
      .p-outline7 .c-map {
        margin: 18px 0 0; } }

.p-outline8 {
  margin-bottom: 31px; }

/*------------------------------------------------------------
Page President
------------------------------------------------------------*/
.p-president .c-title7 {
  margin: 0 0 25px; }
  @media screen and (max-width: 768px) {
    .p-president .c-title7 {
      margin: 0 0 13px; } }

/*
------------------------------------------------------------*/
.p-president1 {
  margin: 60px 0 142px; }
  @media screen and (max-width: 768px) {
    .p-president1 {
      margin: 18px 0 70px; } }
  .p-president1 .c-title8 {
    margin: 50px 0 42px; }
    @media screen and (max-width: 768px) {
      .p-president1 .c-title8 {
        margin: 26px 0 21px; } }
  @media screen and (max-width: 768px) {
    .p-president1 .c-title6__text {
      font-size: 15px; } }

/*
------------------------------------------------------------*/
.p-president2 {
  margin: 0 0 156px; }
  @media screen and (max-width: 768px) {
    .p-president2 {
      margin: 0 0 75px; } }
  .p-president2 .c-card1 {
    margin: 39px 0 0; }
    @media screen and (max-width: 768px) {
      .p-president2 .c-card1 {
        margin: 17px 0 0; } }
  .p-president2 .c-title8 {
    margin: 19px 0 29px; }
    @media screen and (max-width: 768px) {
      .p-president2 .c-title8 {
        margin: 0 0 11px; } }
    @media screen and (max-width: 768px) {
      .p-president2 .c-title8__text {
        font-size: 15px; } }
  .p-president2 .c-link3 {
    margin: 31px 0 62px; }
    @media screen and (max-width: 768px) {
      .p-president2 .c-link3 {
        margin: 15px 0 31px; } }

/*
------------------------------------------------------------*/
.p-president3 {
  margin: 0 0 135px; }
  @media screen and (max-width: 768px) {
    .p-president3 {
      margin: 0 0 68px; } }
  .p-president3 .c-info2 {
    margin: 67px auto 0; }
    @media screen and (max-width: 768px) {
      .p-president3 .c-info2 {
        margin: 30px 0 0; } }

.p-private_generator {
  margin-top: 110px; }
  @media screen and (max-width: 768px) {
    .p-private_generator {
      margin-top: 30px; } }

.p-private_generator2 {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .p-private_generator2 {
      margin-top: 25px; } }
  .p-private_generator2__btn {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .p-private_generator2__btn {
        margin-top: 10px; } }

.p-private_generator-btn {
  margin-top: 25px;
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .p-private_generator-btn {
      margin-top: 10px;
      margin-bottom: 30px; } }

.p-recruit {
  padding-bottom: 344px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .p-recruit {
      padding-bottom: 60px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .p-recruit .c-box1 {
    margin-top: 47px; }
  .p-recruit__left {
    width: 790px; }
    @media screen and (max-width: 1024px) {
      .p-recruit__left {
        width: 58%;
        max-width: 790px; } }
    @media screen and (max-width: 768px) {
      .p-recruit__left {
        width: 100%; } }
    .p-recruit__left__ttl {
      margin-top: 50px;
      margin-left: 5px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .p-recruit__left__ttl {
          margin: 25px auto 0;
          width: 79%;
          max-width: 328px; } }
    .p-recruit__left__txt {
      margin-top: 35px;
      font-size: 1.4rem;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        .p-recruit__left__txt {
          margin: 20px auto;
          width: 78%;
          font-size: 1.2rem; } }
    .p-recruit__left .c-list21 {
      margin-top: 39px; }
      @media screen and (max-width: 768px) {
        .p-recruit__left .c-list21 {
          margin-top: 37px; } }
      .p-recruit__left .c-list21:before, .p-recruit__left .c-list21:after, .p-recruit__left .c-list21__item:before {
        content: none; }
      .p-recruit__left .c-list21__title {
        padding: 13px 0 10px 29px;
        background: #1C50A1; }
      .p-recruit__left .c-list21__item {
        padding: 0;
        width: 31%;
        background: #1C50A1; }
        @media screen and (max-width: 768px) {
          .p-recruit__left .c-list21__item {
            margin-bottom: 10px;
            width: calc(50% - 2.5px); } }
        .p-recruit__left .c-list21__item-img img {
          width: 100%; }
      .p-recruit__left .c-list21__inner {
        margin: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .p-recruit__left .c-list21__item-content {
        border: 0; }
        @media screen and (max-width: 1024px) {
          .p-recruit__left .c-list21__item-content {
            min-height: 145px; } }
        @media screen and (max-width: 768px) {
          .p-recruit__left .c-list21__item-content {
            padding-top: 17px;
            min-height: auto; } }
      @media screen and (max-width: 768px) {
        .p-recruit__left .c-list21__item-title {
          margin-bottom: 7px;
          padding-bottom: 7px;
          line-height: 1.3; } }
      .p-recruit__left .c-list21__wrap {
        color: #000; }
      .p-recruit__left .c-list21__wrap i {
        display: block;
        text-align: right;
        margin: 8px 17px 2px; }
  .p-recruit__right {
    margin-left: 30px; }
    @media screen and (max-width: 1024px) {
      .p-recruit__right {
        width: calc( 100% - 60%);
        max-width: 380px; } }
    @media screen and (max-width: 768px) {
      .p-recruit__right {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        max-width: 100%; } }
    .p-recruit__right .c-slide3 {
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3 {
          margin: 0 auto;
          width: 85%;
          max-width: 323px; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__title {
          margin-bottom: 12px; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__slides {
          position: relative; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__slides::before, .p-recruit__right .c-slide3__slides::after {
          width: 100%;
          height: 1px;
          background-color: #000;
          position: absolute;
          content: ""; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__slides::before {
          top: 1px; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__slides::after {
          bottom: 1px; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-slide3__wrap {
          padding-bottom: 0; } }
      .p-recruit__right .c-slide3__link a:after {
        margin-left: 17px; }
    @media screen and (max-width: 768px) {
      .p-recruit__right .c-list24 {
        margin-top: -83px; } }
    .p-recruit__right__btn {
      margin-top: 212px;
      background-color: #f2f2f2; }
      @media screen and (max-width: 768px) {
        .p-recruit__right__btn {
          margin-top: 45px; } }
      .p-recruit__right__btn__txt {
        padding: 10px 10px 17px;
        border-top: 1px solid #1c50a1;
        display: block;
        position: relative;
        color: #1c50a1;
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: center;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          .p-recruit__right__btn__txt {
            padding: 4px 10px 3px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 768px) {
          .p-recruit__right__btn__txt > span {
            padding-right: 25px;
            position: relative; } }
        .p-recruit__right__btn__txt > span > span {
          font-size: 3rem; }
          @media screen and (max-width: 768px) {
            .p-recruit__right__btn__txt > span > span {
              font-size: 2.5rem; } }
        .p-recruit__right__btn__txt > span::after {
          margin: auto;
          width: 17px;
          height: 10px;
          background: url(/assets/img/common/icon/icon-arrow-right-blue.png);
          background-size: contain;
          position: absolute;
          top: 0;
          right: 20px;
          bottom: 0;
          content: ""; }
          @media screen and (max-width: 768px) {
            .p-recruit__right__btn__txt > span::after {
              width: 12px;
              height: 7px;
              right: 0; } }
    @media screen and (max-width: 768px) {
      .p-recruit__right__btn02 {
        text-align: center; } }
    .p-recruit__right__btn02 .c-btn6 {
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .p-recruit__right__btn02 .c-btn6__text {
          min-width: 240px; } }
      @media screen and (max-width: 768px) {
        .p-recruit__right__btn02 .c-btn6__text::after {
          width: 8px;
          height: 8px;
          right: 7px;
          bottom: 7px; } }
    @media screen and (max-width: 768px) {
      .p-recruit__right__img img {
        width: 100%; } }
    .p-recruit__right .c-navi4 {
      margin-top: 228px; }
      @media screen and (max-width: 768px) {
        .p-recruit__right .c-navi4 {
          margin: 50px auto 0;
          width: 84%; } }
      .p-recruit__right .c-navi4__item {
        width: 100%;
        margin-bottom: 25px; }

.p-renewable_energy {
  margin-top: 110px; }
  @media screen and (max-width: 768px) {
    .p-renewable_energy {
      margin-top: 30px; } }

.p-renewable_energy2 {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .p-renewable_energy2 {
      margin-top: 25px; } }
  .p-renewable_energy2__btn {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .p-renewable_energy2__btn {
        margin-top: 10px; } }

.p-renewable_energy-btn {
  margin-top: 25px;
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .p-renewable_energy-btn {
      margin-top: 10px;
      margin-bottom: 30px; } }

.p-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 250px;
  padding: 40px; }
  .p-report__logo {
    text-align: center;
    margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .p-report {
      margin-bottom: 0px; } }

.p-sdgs {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 125px; }
  @media screen and (max-width: 768px) {
    .p-sdgs {
      margin-top: 35px;
      margin-bottom: 60px; } }

.p-sdgs2 {
  margin-bottom: 170px; }
  @media screen and (max-width: 768px) {
    .p-sdgs2 {
      margin-bottom: 30px; } }

.p-sdgs-title {
  margin-bottom: 55px; }
  @media screen and (max-width: 768px) {
    .p-sdgs-title {
      margin-bottom: 10px; } }

.p-sdgs-title2 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .p-sdgs-title2 {
      font-size: 1.05rem;
      margin: 20px auto; } }

.p-single-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .p-single-report {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 15px; } }
  .p-single-report__logo {
    margin-top: 20px;
    text-align: center; }
  .p-single-report__left {
    width: 790px; }
    .p-single-report__left__ttl {
      font-size: 1.8rem;
      line-height: 1.5;
      margin-bottom: 2px; }
    .p-single-report__left__date {
      font-size: 1.3rem;
      color: #9fa0a0;
      line-height: 1.69;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .p-single-report__left__date {
          margin: 0; } }
  .p-single-report__right {
    margin-left: 60px;
    margin-top: 70px;
    max-width: 23%; }
    @media screen and (max-width: 768px) {
      .p-single-report__right {
        width: 100%;
        max-width: 100%;
        margin: 0 auto; } }
    .p-single-report__right__archive {
      margin-top: 50px; }
      .p-single-report__right__archive__txt {
        font-size: 1.5rem;
        padding-top: 25px; }

.c-article {
  padding: 30px 0; }
  .c-article__img {
    margin-bottom: 11px; }
    .c-article__img img {
      max-width: 300px;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .c-article__img {
        margin-bottom: 10px;
        text-align: center; } }
  .c-article__content {
    letter-spacing: 0.9px; }
    @media screen and (max-width: 768px) {
      .c-article__content {
        letter-spacing: -1px; } }
    .c-article__content-title {
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: normal;
      margin-bottom: 2px; }
      @media screen and (max-width: 768px) {
        .c-article__content-title {
          font-size: 1.4rem; } }
    .c-article__content-time {
      font-size: 1.3rem;
      color: #9FA0A0;
      line-height: 1.69; }
      @media screen and (max-width: 768px) {
        .c-article__content-time {
          font-size: 1.2rem; } }

.c-article1 {
  max-width: 1200px;
  width: 100%; }
  .c-article1__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-article1__item {
        display: block; } }
    .c-article1__item-title {
      width: 8.8%;
      padding-right: 35px;
      position: relative;
      width: 112px; }
      @media screen and (max-width: 768px) {
        .c-article1__item-title {
          width: 100%;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-bottom: 13px; } }
      .c-article1__item-title:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 20px solid #10069F;
        position: absolute;
        top: 0;
        right: 35px; }
        @media screen and (max-width: 768px) {
          .c-article1__item-title:after {
            position: static;
            border-top-width: 13px;
            border-bottom-width: 0px;
            border-left-width: 56px;
            margin-bottom: 1px; } }
      .c-article1__item-title--txt {
        font-size: 2.8rem;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        letter-spacing: 2.1px;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .c-article1__item-title--txt {
            -webkit-writing-mode: initial;
                -ms-writing-mode: initial;
                    writing-mode: initial;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            width: 100%;
            font-size: 1.4rem;
            line-height: 1.75;
            letter-spacing: 0; } }
    .c-article1__item-content {
      padding-right: 32px;
      width: 34.4%; }
      @media screen and (max-width: 768px) {
        .c-article1__item-content {
          width: 100%;
          padding: 0; } }
      .c-article1__item-content--desc {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: -3px;
        margin-bottom: 37px;
        letter-spacing: -1px;
        min-height: 66px; }
        @media screen and (max-width: 768px) {
          .c-article1__item-content--desc {
            min-height: auto;
            background-color: #EFEFEF;
            padding: 9px 5px;
            border: 0.25px dashed #000;
            text-align: center;
            margin-bottom: 8px;
            font-size: 1rem; } }
      @media screen and (max-width: 768px) {
        .c-article1__item-content--wrap {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (max-width: 768px) {
        .c-article1__item-content--img {
          width: calc(50% - 3px);
          text-align: center; } }
      .c-article1__item-content--img img {
        max-width: 100%; }
    .c-article1__item-img {
      width: 56.8%;
      padding-left: 32px; }
      .c-article1__item-img img {
        max-width: 100%; }

.c-tag-left {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background-color: #C9CACA;
  font-size: 1.2rem;
  line-height: 1.75;
  text-decoration: none;
  float: right;
  margin-top: -25px; }
  @media screen and (max-width: 768px) {
    .c-tag-left {
      padding: 4px 12px;
      font-size: 1.1rem; } }

@media screen and (max-width: 768px) {
  .sp-sitepolicy {
    padding-top: 30px;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .sp-sitepolicy__ttl {
    font-size: 15px; } }

@media screen and (max-width: 768px) {
  .sp-sitepolicy__text p {
    font-size: 12px;
    margin: 15px;
    line-height: 1.8rem; }
  .sp-sitepolicy__text li {
    font-size: 11.5px;
    margin: 15px;
    line-height: 1rem; } }

.p-solar img {
  width: 100%;
  height: auto; }

/*
------------------------------------------------------------*/
.p-solar2 {
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-solar2 {
      text-align: left;
      width: 100%;
      margin-top: 20px; } }
  .p-solar2__ttl {
    font-size: 2.4rem;
    margin-top: 38px; }
    @media screen and (max-width: 768px) {
      .p-solar2__ttl {
        margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .p-solar2__sp-ttl {
      font-size: 15px; } }
  .p-solar2__text {
    font-size: 1.8rem;
    margin-top: 125px;
    margin-bottom: 95px;
    line-height: 3rem; }
    @media screen and (max-width: 768px) {
      .p-solar2__text {
        margin-top: 25px;
        margin-bottom: 30px;
        line-height: 4rem; } }
  @media screen and (max-width: 768px) {
    .p-solar2__sp-text {
      font-size: 13px;
      margin-top: 5px;
      line-height: 15px; } }
  .p-solar2 p {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .p-solar2 p {
        margin: 0 auto; } }

/*
------------------------------------------------------------*/
.p-solar3 {
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .p-solar3 {
      margin-bottom: 40px; } }

/*
------------------------------------------------------------*/
.p-solar4 {
  margin-top: 55px;
  margin-bottom: 95px; }

@media screen and (max-width: 768px) {
  .p-pc-only-br {
    display: none; } }

/*------------------------------------------------------------
Page Start Controller
------------------------------------------------------------*/
.p-start-controller {
  margin: 0 0 133px; }
  @media screen and (max-width: 768px) {
    .p-start-controller {
      margin: 0 0 40px; } }
  .p-start-controller__text {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1.5px; }
    @media screen and (max-width: 768px) {
      .p-start-controller__text {
        font-size: 1.3rem;
        text-align: left;
        letter-spacing: 1px; } }
  @media screen and (max-width: 768px) {
    .p-start-controller .c-mainvisual {
      margin: 18px 0 0; } }
  .p-start-controller .c-title1 {
    margin: 38px 0 94px; }
    @media screen and (max-width: 768px) {
      .p-start-controller .c-title1 {
        margin: 22px 0 32px; } }
  .p-start-controller .c-list8 {
    margin: 105px 0 24px; }
    @media screen and (max-width: 768px) {
      .p-start-controller .c-list8 {
        margin: 27px 0 29px; } }
  .p-start-controller .c-intro4 {
    padding-bottom: 83px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .p-start-controller .c-intro4 {
        margin: 0;
        padding: 0; } }

/*------------------------------------------------------------
Page Supply
------------------------------------------------------------*/
.p-supply {
  width: 100%;
  margin: 4px 0 118px; }
  @media screen and (max-width: 768px) {
    .p-supply {
      margin: 0 0 27px; } }
  .p-supply__wrap {
    padding: 40px 50px;
    background: url("/assets/img/supply/bg.png") no-repeat;
    background-size: 100% 100%; }
    @media screen and (max-width: 768px) {
      .p-supply__wrap {
        padding: 35px 0;
        background: url("/assets/img/supply/bg1_sp.png"), url("/assets/img/supply/bg2_sp.png");
        background-repeat: no-repeat;
        background-position: top left, left bottom;
        background-size: 100% 35px; } }
  .p-supply__info {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-supply__info {
        padding: 0 12px; } }
  .p-supply__ttl {
    margin: 107px 0 0; }
    @media screen and (max-width: 768px) {
      .p-supply__ttl {
        margin: 25px 0 0; } }
    .p-supply__ttl img {
      max-width: 100%;
      height: auto; }
  .p-supply__text1 {
    font-size: 1.8rem;
    line-height: 2.35;
    color: #231815;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .p-supply__text1 {
        font-size: 1.2rem;
        line-height: 2; } }
  .p-supply__contact {
    margin: 85px 0 0; }
    @media screen and (max-width: 768px) {
      .p-supply__contact {
        margin: 44px 0 0; } }
    .p-supply__contact__ttl {
      font-size: 1.6rem;
      line-height: 1.5;
      color: #231815;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .p-supply__contact__ttl {
          font-size: 0.8rem; } }
  .p-supply__list {
    margin: 17px 0 0; }
    @media screen and (max-width: 768px) {
      .p-supply__list {
        margin: 9px 0 0; } }
  .p-supply__item {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 17px; }
    @media screen and (max-width: 768px) {
      .p-supply__item {
        padding: 0 0 5px;
        margin: 0 0 10px; } }
    .p-supply__item::after {
      content: "";
      width: 340px;
      border-top: 1px solid #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .p-supply__item::after {
          width: 170px; } }
    .p-supply__item.phone {
      padding: 0 0 36px;
      margin: 0 0 14px; }
      @media screen and (max-width: 768px) {
        .p-supply__item.phone {
          padding: 0 0 19px;
          margin: 0 0 7px; } }
      .p-supply__item.phone .p-supply__text2 {
        font-size: 3rem; }
        @media screen and (max-width: 768px) {
          .p-supply__item.phone .p-supply__text2 {
            font-size: 1.5rem; } }
      .p-supply__item.phone span {
        font-size: 4.6rem; }
        @media screen and (max-width: 768px) {
          .p-supply__item.phone span {
            font-size: 2.3rem; } }
    .p-supply__item.fax span {
      font-size: 3.6rem; }
      @media screen and (max-width: 768px) {
        .p-supply__item.fax span {
          font-size: 1.8rem; } }
    .p-supply__item.mail {
      padding: 0 0 15px; }
      @media screen and (max-width: 768px) {
        .p-supply__item.mail {
          padding: 0 0 10px; } }
      .p-supply__item.mail span {
        font-size: 2.5rem; }
        @media screen and (max-width: 768px) {
          .p-supply__item.mail span {
            font-size: 1.25rem; } }
  .p-supply__text2 {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .p-supply__text2 {
        font-size: 0.9rem; } }
    .p-supply__text2 span {
      margin-left: 20px; }
  .p-supply .c-list3 {
    margin: 98px 0 77px; }
    @media screen and (max-width: 768px) {
      .p-supply .c-list3 {
        margin: 48px 0 34px; } }
  .p-supply .c-imgSingle {
    margin: 58px 0 59px; }
    @media screen and (max-width: 768px) {
      .p-supply .c-imgSingle {
        margin: 10px 0 34px; } }
    @media screen and (max-width: 768px) {
      .p-supply .c-imgSingle img {
        width: 20%; } }
  .p-supply .c-text1 {
    text-align: center;
    margin: 65px 0 55px; }
    @media screen and (max-width: 768px) {
      .p-supply .c-text1 {
        text-align: left;
        margin: 21px 0 25px;
        font-size: 12px; } }

/*------------------------------------------------------------
Page Top
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-top-content {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 95px; }
  @media screen and (max-width: 768px) {
    .p-top-content {
      margin: 20px 0; } }

.c-menu-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .c-menu-sp {
      display: inline; } }

.c-menu-pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    .c-menu-pc {
      display: none; } }

.top-report {
  max-width: 1060px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -55px;
  margin-bottom: 110px; }

@media screen and (max-width: 768px) {
  .top-report {
    margin-top: auto;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 40px; } }

.top-report-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .top-report-flex {
    display: block;
    margin-top: 26px; } }

.top-report-link a {
  font-weight: bold;
  margin-top: -55px;
  display: block; }

@media screen and (max-width: 768px) {
  .top-report-link a {
    margin-top: -20px;
    font-size: 10.5px; } }

.top-report-img img {
  max-width: 300px;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .top-report-img img {
    margin-bottom: 8px; } }

.top-report-flex li {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .top-report-flex li {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px; } }

.top-report-ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .top-report-ttl {
    font-size: 1.4rem; } }

.top-report-time {
  color: #9fa0a0;
  font-size: 1.3em;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .top-report-time {
    font-size: 1.2rem;
    margin-bottom: 8px; } }

.top-report-txt p {
  font-size: 1.3em;
  line-height: 1.7;
  letter-spacing: .05em;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .top-report-txt p {
    font-size: 1.2rem; } }

.ml-1 {
  margin-left: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.mb-50 {
  margin-bottom: 50px !important; }
